@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
}

a {
    color: #000;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}

span.in-block{
    display: inline-block
}

.flex {
    display: flex;
}
.contents-wrap {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    color: #000;
}
.inner {
    width: 90%;
    margin: 0 auto;
}

.lp-bg_yellow {
    background: #FFF7CF
}

h2{
    margin: 0;
    padding: 0;
}



/*intro*/
.intro{
    padding-top: 40px;
    text-align: center;
}

h2.copy{
    margin-bottom: 16px;
    font-size: clamp(1.5rem, 0.5rem + 5vw, 2.5rem);
    line-height: 1.5;
}

.intro p{
    font-size: clamp(0.875rem, 0.25rem + 3.125vw, 1.5rem);
    line-height: 1.8;
}

.benefit-img{
    padding-top: 40px
}


/*STEP*/
.step{
    padding-top: 40px;
    overflow: hidden;
}

.step-bg{
    background: url("/html/user_data/assets/img/event/ouchi/step-bg.jpg")repeat-y;
    background-position: top center;
}

.step h2.title{
    margin-bottom: 24px;
}

.step h2.title img{
    margin-bottom: 16px;
}

img.icon-step {
    width: 80px;
}

img.step01-1{
    height: 20vw;
    min-height: 240px;
    border-radius: 16px;
    object-fit: cover;
}

.step02-bg{
    background: url("/html/user_data/assets/img/event/ouchi/step02-bg.png")no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 660px;
}

.step02-bg h2.title.flex{
    align-items: center;
}
.step02-bg h2.title.flex img{
    margin-right: 16px;
}

.step03-bg{
    background: url("https://onpu-card.com/html/user_data/assets/img/event/ouchi/step03-bg.png")no-repeat;
    background-size: cover;
    background-position: center;
    height: 640px;
}

.step03-bg .inner{
    padding-top: 40px;
    height: 115%;
}

img.step03-1{
    display: block;
    max-width: 240px;
    width: 40%;
    margin: auto 8% 0 auto;
    padding-bottom: 10%;
    /*animation*/
    opacity: 0;
    transform: scale(2) rotate(0deg);
    transition: none;
    
}

.js-scroll-anime.is-visible {
    animation: shrink-rotate-shake 2.5s ease-out forwards;
}
@keyframes shrink-rotate-shake {
    0% {
        opacity: 0;
        transform: scale(2) rotate(0deg);
    }
    20% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    /* （回転） */
    30% {
        transform: scale(1) rotate(0deg);
    }
    40% {
        transform: scale(1) rotate(8deg);
    }
    60% {
        transform: scale(1) rotate(-8deg);
    }
    80% {
        transform: scale(1) rotate(8deg);
    }
    100% {
        opacity: 1; 
        transform: scale(1) rotate(0deg);
    }
}


/* カテゴリー */
.ouchi-ctg{
    padding-top: 80px;
}

.ouchi-ctg h2.title{
    font-size: 250%;
}

ul.ctg_list.flex{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
ul.ctg_list.flex li{
    width: 47.5%;
    background: #FFED7D;
    border: solid 2px #333333;
    border-radius: 16px;
    
}
ul.ctg_list.flex li a{
    display: block;
    padding: 5% 5% 15% 5%;
    text-align: center;
    font-weight: 500;
}

ul.ctg_list.flex li:nth-child(n+3){
    margin-top: 5%;
}

ul.ctg_list li h3{
    font-size: 250%;
}


.item-area h2.title{
    padding-top: 80px;
    font-size: 250%;
}

.item-box{
    margin-top: 24px;
    padding: 5%;
    background: #ffffff;
    border: solid 1px #333333;
    box-sizing: border-box;
}

.item-box + .item-box{
    margin-top: 40px;
}

.item-size{
    font-weight: 500;
    text-align: center;
    max-width: 200px;
        width: 100%;
    margin: 8px auto 0 auto;
    padding: 1% 5%;
    background: #FFF7CF
}








.item-box li {
    /*background: #eee;*/
    border-top: 2px dashed #aaa;
    padding: 4% 0;
}
.item-box li:first-child {
    border-top: none;
}
.item-box li a {
    display: flex!important;
    align-items: center;
    padding-right: 4%;
    width: 100%;
}
.item-box li:first-child dl {
    font-size: clamp(1.25rem, 1rem + 1.25vw, 1.5rem);
}
.item-box li:first-child dd span {
    font-size: 60%;;
}
.item-box li a.arrow_r {
    position: relative;
    display: inline-block;
}
.item-box li a.arrow_r:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto;
}
.item-box li a dl {
    flex: 1;
    font-size: clamp(1rem, 0.75rem + 1.25vw, 1.25rem);
}
.item-attached {
    display: flex;
    align-items: center;
    width: clamp(40px, 24vw, 100px);
    height: clamp(40px, 24vw, 100px);
    
    margin-right: 4%;
    padding: 2%;
    border: solid 1px #000000;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
}
.item-attached img {
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}