@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
select,option,input:not([type=checkbox]):not([type=radio]),textarea,button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
base
--------------------------------*/
body{
    margin: auto;
    max-width: 768px;
    background:#1a1a1a;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #ffffff;
}
h2,h3,h4,h5,h6{
    line-height: 1.3;
}
a{
    color: #29bbff;
}
img{
    max-width: 100%;
    height: auto;
}
.h2-box,
.h2{
	position: relative;
}
.h2{
    margin-bottom: 10px;
    padding: 0 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.h2-box::before,
.h2-box::after,
.h2::before,
.h2::after{
	width: 3px;
	height: 30px;
	background: white;
	box-shadow: 0 0 8px #1a1a1a, 0 0 8px #1a1a1a, 0 0 8px #1a1a1a;
	bottom: 0;
}
.h2-box::before,
.h2::before{
	left: 10px;
	transform: rotate(-35deg);
}
.h2-box::after,
.h2::after{
	right: 10px;
	transform: rotate(35deg);
}
.h2::before,
.h2::after{
	width: 2px;
	height: 15px;
	bottom: 2px;
}
.h2::before{
	left: 25px;
	transform: rotate(-25deg);
}
.h2::after{
	right: 25px;
	transform: rotate(25deg);
}
.h2-box::before,
.h2-box::after,
.h2::before,
.h2::after,
.tag-link::after,
.btn::before,
.btn::after,
.page-top a::after{
    margin: auto;
    content: "";
    position: absolute;
}
strong{
	color: #f1f44a;
}

/*--------------------------------
contents
--------------------------------*/
.header{
    margin-bottom: 20px;
}
.contents{
    margin-bottom: 20px;
    padding: 0 10px;
}
.contents .item{
    margin-bottom: 20px;
    background: #323232;
    border: solid 2px #ffffff;
    border-radius: 10px;
}
.contents .item .inner{
    margin: 0 10px 10px;
    display: flex;
    justify-content: space-between;
}
.contents .item .note{
	margin: 0 10px 10px;
}
.contents .item .info{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.contents .item .banner{
	margin: 0 10px 10px;
}
.contents .banner .inner{
	margin: 0;
	justify-content: inherit;
	overflow-x: scroll;
}
.contents .banner .img-box{
	margin-right: 10px;
	flex: 0 0 90%;
}
.contents .banner .img-box:last-child{
	margin-right: 0;
}
.vertical .banner .img-box {
    flex: 0 0 43%;
}
.contents .item .h3-box{
    margin: 0 0px 10px;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.contents .item .h3{
    padding: 5px 30px 7px;
    background: url(../images/heart-icon1.webp) no-repeat left 10px bottom 8px / 20px , url(../images/heart-icon2.webp) no-repeat right 10px bottom 8px / 20px, #ffffff;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1a1a1a;
}
.contents .item .sub{
    margin-bottom: 5px;
    display: flex;
    flex: 1;
    align-items: center;
    font-size: 14px;
    line-height: 1.3;
}
.contents .item .icon{
    margin-right: 10px;
    width: 100px;
    height: 100px;
}
.contents .item .icon-link{
    display: block;
}
.contents .icon img{
    width: 100%;
    overflow: hidden;
}
.contents .info .tag-box{
	margin-bottom: -5px;
}
.contents .tag-link{
    margin: 0 5px 5px 0;
    padding: 4px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    font-size: 12px;
    color: #1a1a1a;
}
.btn-box{
    margin: 15px 10px 20px;
    position: relative;
    animation: btn_animation 0.5s ease 0s infinite alternate;
}
@keyframes btn_animation{
	from{
		transform: scale(0.96);
	}
	to{
		transform: scale(1);
	}
}
.btn{
    padding: 20px 58px 20px 20px;
    display: block;
    background: #e86ac8;
    border-radius: 10px;
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
}
.btn::before,
.btn::after{
    top: 0;
    right: 16px;
    bottom: 0;
}
.btn::before{
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 34px;
}
.btn::after{
    height: 1px;
    border: solid 8px transparent;
    border-left: solid 14px #e86ac8;
}
.contents.list .item-box{
    position: relative;
}
.contents.list .item-box .scroll-hand{
    margin: auto;
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.contents.list .item-box .scroll-hand .img-box{
    flex: 1;
    position: relative;
}
.contents.list .item-box .scroll-hand img{
    margin: auto;
    width: 75px;
    animation: hand_animation 3s ease-in-out infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(65px);
    opacity: 0;
}
@keyframes hand_animation{
    0%{
        transform: translateX(30px);
        opacity: 0;
    }
    50%{
        transform: translateX(20px);
        opacity: 1;
    }
    100%{
        transform: translateX(10px);
        opacity: 0;
    }
}
.contents.list .item-box .scroll-hand .text{
    padding: 0 10px 10px;
    text-align: center;
    color: #1a1a1a;
}
.contents.list .item{
    padding: 14px;
    display: flex;
    overflow-x: scroll;
}
.contents.list .item .item-inner{
    margin-right: 10px;
    width: 100px;
}
.contents.list .item .item-inner:last-child{
	margin-right: 0;
}
.contents.list .item .h3{
    margin: 0 0 5px;
    padding: 4px;
    background: white;
    font-size: 12px;
}
.contents.list .item .icon{
    margin-bottom: 5px;
}
.contents.list .item .sub{
    margin-bottom: 0;
    font-size: 12px;
    color: #ffffff;
}
.contents .item.info .h4{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #e2625d;
}
.contents .item.info .text{
    margin-bottom: 20px;
}
.contents .item.qr-item {
    overflow: hidden;
}
.contents .item .qr-box{
	position: relative;
}
.contents .qr-box .qr{
	width: 20%;
	position: absolute;
	right: 7.5%;
	bottom: 2.5%;
}
.contents .qr-box .qr canvas{
	border: solid 4px white;
}
.contents .qr canvas{
	width: 100%;
}
.contents.history {
    margin: 0;
    padding: 20px 10px;
    background: url(../images/history-bg.webp) no-repeat top center / cover;
}
.contents.history .h2{
	text-shadow: 0 0 8px #1a1a1a, 0 0 8px #1a1a1a, 0 0 8px #1a1a1a;
}
.contents.history .item {
    margin: 0 5px 10px;
    padding: 0;
    width: 77px;
    flex-direction: column;
    background: none;
    border: solid 1px #e86ac8;
    border-radius: 0;
    overflow: hidden;
}
.contents.history .item-box {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contents.history .item .h3 {
    margin: 0;
    padding: 4px 2px 2px;
    background: #e86ac8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}
.contents.history .item .icon {
    margin: 0;
    width: inherit;
    height: inherit;
    background: #ffffff;
    border-width: 2px 2px 0 2px;
    border-radius: 16px 16px 0 0;
}
.contents .item.info {
    padding: 10px 10px 0;
}
.contents .item.info .h3 {
    padding: 0 0 10px;
    background: none;
    border-bottom: solid 1px;
    color: white;
}
.footer{
    padding: 20px 10px;
    background: #323232;
    font-size: 14px;
}
.footer .ul{
	margin-bottom: 10px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.footer .li a{
    text-decoration: underline;
    color: white;
}
.footer .text{
    text-align: center;
    line-height: 1.4;
    color: white;
}
.page-top{
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}
.page-top a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgba(255,255,255,0.8);
    border-radius: 40px;
    position: relative;
}
.page-top a::after{
	width: 0;
	border: solid 10px transparent;
	border-bottom: solid 16px #1a1a1a;
	top: 0px;
	left: 0;
	right: 0;
}

/*--------------------------------
tablet
--------------------------------*/
@media (min-width: 600px){
    body{
        font-size: 24px;
        line-height: 1.6;
    }
    .header{
        margin-bottom: 40px;
    }
    .h2{
        margin-bottom: 20px;
        padding: 5px 54px;
        font-size: 32px;
    }
    .h2-box::before,
    .h2-box::after,
    .h2::before,
    .h2::after{
        width: 4px;
        height: 60px;
        bottom: -4px;
    }
    .h2::before,
    .h2::after{
        width: 3px;
        height: 30px;
        bottom: 0px;
    }
    .h2-box::before,
    .h2::before{
        left: 20px;
    }
    .h2-box::after,
    .h2::after{
        right: 20px;
    }
    .h2::before{
        left: 42px;
    }
    .h2::after{
        right: 42px;
    }
    .contents{
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .contents .item{
        margin-bottom: 40px;
        border: solid 4px #ffffff;
        border-radius: 20px;
    }
    .contents .item .h3-box{
        margin: 0 0px 20px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }
    .contents .item .h3{
        padding: 10px 50px 12px;
        background: url(../images/heart-icon1.webp) no-repeat left 20px bottom 14px / 30px , url(../images/heart-icon2.webp) no-repeat right 20px bottom 14px / 30px, #ffffff;
        font-size: 28px;
    }
    .contents .item .h3-box::before,
    .contents .item .h3-box::after{
        width: 61px;
        height: 56px;
        bottom: -22px;
    }
    .contents .item .sub{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .contents .tag-link{
        margin: 0 10px 10px 0;
        padding: 4px 8px;
        font-size: 20px;
    }
    .contents .info .tag-box{
        margin-bottom: -10px;
    }
    .contents .item .icon{
        margin-right: 20px;
        width: 126px;
        height: 126px;
    }
    .contents .item .inner{
        margin: 0 20px 20px;
    }
    .contents .item .note{
        margin: 0 20px 20px;
    }
    .contents .banner .inner {
        margin: 0;
    }
    .contents .item .banner {
        margin: 0 20px 20px;
    }
    .contents .banner .img-box {
        margin-right: 20px;
    }
	.btn-box{
        margin: 15px 20px 35px;
    }
	.btn{
        padding: 20px 58px 20px 20px;
        font-size: 28px;
    }
	.btn::before,
	.btn::after{
        right: 24px;
    }
	.btn::before {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    }
    .btn::after {
        border: solid 12px transparent;
        border-left: solid 18px #e86ac8;
    }
	.contents.list .item{
        padding: 20px;
	}
	.contents.list .item .item-inner{
        margin-right: 20px;
        width: 158px;
	}
	.contents.list .item .h3{
        margin: 0 0 10px;
        font-size: 20px;
	}
	.contents.list .item .icon{
        margin-bottom: 10px;
        width: 158px;
        height: 158px;
	}
	.contents.list .item .sub{
        font-size: 20px;
	}
	.contents.list .item-box .scroll-hand{
        width: 180px;
        height: 140px;
	}
	.contents.list .item-box .scroll-hand img{
        width: 100px;
	}
	@keyframes hand_animation{
        0%{
            transform: translateX(90px);
            opacity: 0;
        }
        50%{
            transform: translateX(45px);
            opacity: 1;
        }
        100%{
            transform: translateX(0);
            opacity: 0;
        }
	}
	.contents.history {
        padding: 40px 20px;
	}
    .contents.history .item-box {
        margin: 0 -10px;
    }
    .contents.history .item {
        margin: 0 10px 20px;
        padding: 0;
        width: 125px;
        border: solid 2px #e86ac8;
    }
    .contents.history .item .icon {
        margin: 0;
        width: inherit;
        height: inherit;
        border-width: 4px 4px 0 4px;
        border-radius: 32px 32px 0 0;
    }
    .contents.history .item .h3 {
        margin: 0;
        font-size: 16px;
    }
	.footer{
        padding: 40px 20px;
        font-size: 20px;
	}
	.footer .ul{
        margin-bottom: 20px;
	}
	.page-top{
        right: 20px;
        bottom: 20px;
	}
	.page-top a{
        width: 60px;
        height: 60px;
	}
	.page-top a::after{
        border: solid 16px transparent;
        border-bottom: solid 28px #1a1a1a;
        top: -2px;
    }
    .contents .item.info {
        padding: 20px 20px 0;
    }
    .contents .item.info .h3 {
        padding: 0 0 15px;
        border-bottom: solid 2px;
    }
	.contents .item.info .h4{
        margin-bottom: 20px;
        font-size: 24px;
	}
	.contents .item.info .text{
        margin-bottom: 40px;
	}
}

@media (min-width: 768px){
    body{
        font-size: 28px;
    }
    .h2{
        padding: 10px 80px;
        font-size: 40px;
    }
    .h2-box::before,
    .h2-box::after,
    .h2::before,
    .h2::after{
        width: 8px;
        height: 82px;
        bottom: -5px;
    }
    .h2::before,
    .h2::after{
        width: 6px;
        height: 50px;
        bottom: 0px;
    }
    .h2-box::before,
    .h2::before{
        left: 24px;
    }
    .h2-box::after,
    .h2::after{
        right: 24px;
    }
    .h2::before{
        left: 60px;
    }
    .h2::after{
        right: 60px;
    }
	.page-top{
		right: calc((100vw - 728px) / 2);
	}
	.contents .item .h3{
        padding: 10px 60px 12px;
        background: url(../images/heart-icon1.webp) no-repeat left 20px bottom 14px / 38px , url(../images/heart-icon2.webp) no-repeat right 20px bottom 14px / 38px, #ffffff;
        font-size: 36px;
    }
    .contents .item .icon{
        width: 143px;
        height: 143px;
    }
	.contents .item .sub{
        font-size: 24px;
	}
	.contents .tag-link{
        font-size: 24px;
    }
	.contents .item .banner{
        margin-bottom: 20px;
	}
	.contents .banner .img-box{
        margin-right: 20px;
	}
	.btn{
        padding: 20px 63px 20px 20px;
        font-size: 36px;
	}
	.btn::before{
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .btn::after{
        border: solid 14px transparent;
        border-left: solid 22px #e86ac8;
        right: 21px;
    }
	.contents.list .item-box .scroll-hand .text{
        font-size: 24px;
	}
	.contents.history .item {
        width: 129px;
	}
	.footer{
        font-size: 24px;
	}
	.contents .item.info .h4{
        font-size: 28px;
	}
}





/*--------------------------------
20231011追加
--------------------------------*/
.sponsor{
    padding: 5px 5px;
    text-align: right;
    font-size: 16px;
}