@charset "utf-8";
/* CSS Document */

body {
    letter-spacing: 0.04em;
    overflow-x: hidden;
}

/*Futureshop打消し*/
main.fs-l-main {
    max-width: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.fs-l-main {
    max-width: none !important;
    margin-bottom: none !important;
    padding: none !important;
    display: block !important;
}
.fs-l-footer {
    border-top: none !important;
    background-color: #fff !important;
    color: #333 !important;
    margin-top: 0 !important;
}


/*PCSP表示非表示*/
.sp {
    display: none !important;
}

/*maincss*/

.main-wrap {
    background-color: #F7F6F7;
    margin: 60px auto 0 auto;
    width: 100%;
    padding-bottom: 165px;
}

.main-cont {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0px 0;
}

.bnr-hosii {
    display: block;
    margin: 0 auto;
    max-width: 755px;
}

.new-wrap {
    margin-bottom: 100px;
}

.R-h2-ttl-wrap {
    text-align: justify;
    max-width: 1000px;
    margin: 0 auto;
}

.R-h2-ttl-wrap h2 {
    font-family: 'Coda Caption', sans-serif;
    font-size: 40px;
}

.R-h2-ttl-wrap h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 15px 0 15px 0;
}

.R-h2-ttl-wrap p {
    font-size: 21px;
}
.N-h2-ttl-wrap {
    text-align: justify;
}

.N-h2-ttl-wrap h2 {
    font-family: 'Coda Caption', sans-serif;
    font-size: 40px;
}

.N-h2-ttl-wrap h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 15px 0 15px 0;
}

.N-h2-ttl-wrap p {
    font-size: 21px;
}

.new-wrap .main-slider{
    border-radius: 6px;
    box-shadow: 0px 0px 6px #00000029;
    margin-top: 30px;
}
.new-wrap .thumb-slider{
    margin-top: 20px;
    width: 80%;
    max-width: 100%;
    min-width: 700px;
}
.new-wrap .thumb-slider .swiper-slide{
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
}
.new-wrap .thumb-slider .swiper-slide:hover{
    opacity: .7;
}
.new-wrap .thumb-slider .swiper-slide:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.3s 0s linear;
    z-index: 2;
}
.new-wrap .thumb-slider .swiper-slide.swiper-slide-thumb-active:hover{
  opacity: 1;
}
.new-wrap .thumb-slider .swiper-slide.swiper-slide-thumb-active:before{
    opacity: 0;
}
.thumb-slider .swiper-slide .new_ribbon{
    zoom: 70%;
}
.project-wrap {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

.pj-img {
    /*position: relative;*/
    width: 50%;
}

.pj-img img {
    border-radius: 6px 0 0 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_ribbon {
    width: 106px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.new_ribbon .rabel {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    top: 23px;
    left: -35px;
    width: 150px;
    padding: 7px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    background-color: #01C4A2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pj-txt {
    width: 50%;
}

.pj-txt > .pj-txt-cont p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.4;
    min-height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pj-txt> .pj-txt-cont > .caption {
    font-size: 14px;
    color: #787878;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 1.5;
    min-height: 6em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pj-txt>.pj-txt-cont {
    padding: 25px 30px;
}

.collected {
    margin-bottom: 10px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.collected span {
    color: #01C4A2;
    font-size: 12px;
}

.collected-nmb {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #01C4A2;
    font-size: 42px!important;
}
.collected-nmb::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/yen_g.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 15px;
    margin-bottom: 6px;
}

.all-progress {
    display: flex;
    justify-content: flex-start;
}

.all-progress > .perbar-wrap{
    display: flex;
    align-items: center;
}

.all-progress > .perbar-wrap> .bar {
    background-color: #E5E5E5;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: 10px;
    margin-right: 10px;
}

.all-progress >.perbar-wrap> .bar > .now-percent {
    background-color: #80E1D0;
    width: 31%;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
}

.all-progress >.perbar-wrap> .per-number,
.timer-wrap div,
.purchasers-wrap div  {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.all-progress > .timer-wrap {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding: 0 20px;
    margin: 0 20px;
}
.timer-wrap div::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/clock_b.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
/*.timer-wrap div::after {
    content: '日';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 18px;
}*/
.purchasers-wrap div::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 21px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/purchasers_g.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.purchasers-wrap div::after {
    content: '人';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 18px;
}

.Divlink {
    position:relative;
}
.Divlink .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Divlink a:hover {
    opacity: .3;
    background-color: #fff;
}


/**************************swiper***************************/
.swiper-container {
    /* wrapperのサイズを調整 */
    width: 100%;
    position: relative;
    display: none;
}
 .slider1 {
    padding-bottom: 30px;
}

.swiper-initialized {
    display: block !important;
}

.swiper-pagination {
    color: #01C4A2!important;
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #01C4A2!important;
    opacity: 1 !important;
}

.swiper-pagination-bullet {
    background-color: #01C4A2!important;
    opacity: .5;
}

.slider1>.swiper-wrapper>.swiper-slide-next,
.slider1>.swiper-wrapper>.swiper-slide-prev {
    opacity: .4;
}

.s-shade-wrap {
    position: relative;
    margin: 0 auto;
    background-color: rgba(51, 51, 51, 1);
}

.s-shade-wrap img {
    opacity: .7;
    width: 100%;
}

.s-shade-txt {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.s-shade-txt>p {
    font-size: 1.25vw;
    /*ウィンドウ幅1920pxベース*/
    line-height: 1.3;
    color: #fff;
    text-shadow: 4px 4px 4px #00000029;
}

.btn-sec {
    text-align: center;
    margin: 1.56vw auto 0 auto;
}

.btn-check,
a.btn-check {
    font-size: 0.93vw;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0.78vw 2vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #808080;
    border-radius: 4px;
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.04;
    box-shadow: 0px 0px 3px #00000029;
}

a.btn-check:hover {
    color: #fff !important;
    background-color: #01C4A2;
    opacity: 1 !important;
    transition: .3s;
}

.btn-check-g,
a.btn-check-g {
    font-size: 0.93vw;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0.78vw 2vw;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #01C4A2;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.04;
    box-shadow: 0px 0px 3px #00000029;
}

a.btn-check-g:hover {
    color: #01C4A2 !important;
    background-color: #fff;
    opacity: 1 !important;
    transition: .3s;
}

.slider2{
    width: 1000px;
    overflow: hidden;
    margin-top: 30px;
}

.sw-sl-r-wrap {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #00000029;
}
.r-number{
    font-family: 'Coda Caption', sans-serif;
    font-size: 36px;
}
.r-number1{
    font-family: 'Coda Caption', sans-serif;
    font-size: 36px;
    color: #CAA846;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.r-number1::before {
    content: '';
    display: inline-block;
    width: 29.5px;
    height: 22px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_top/rank1.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.r-number1::after {
    content: '位';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 25.5px;
    font-weight: 700;
    color: #CAA846;
    margin-left: 3px;
}
.r-number2{
    font-family: 'Coda Caption', sans-serif;
    font-size: 36px;
    color: #AAABAB;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.r-number2::before {
    content: '';
    display: inline-block;
    width: 29.5px;
    height: 22px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_top/rank2.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.r-number2::after {
    content: '位';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 25.5px;
    font-weight: 700;
    color: #AAABAB;
}
.r-number3{
    font-family: 'Coda Caption', sans-serif;
    font-size: 36px;
    color: #C9724B;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.r-number3::before {
    content: '';
    display: inline-block;
    width: 29.5px;
    height: 22px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_top/rank3.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.r-number3::after {
    content: '位';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 25.5px;
    font-weight: 700;
    color: #C9724B;
}
.r-number4under{
    font-family: 'Coda Caption', sans-serif;
    font-size: 36px;
    color: #333;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.r-number4under::before {
    content: '';
    display: inline-block;
    width: 29.5px;
    height: 22px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_top/rank4under.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.r-number4under::after {
    content: '位';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 25.5px;
    font-weight: 700;
    color: #333;
}

.sl-r-txt {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    max-height: 165px;
    height: 165px;
}

.sl-r-txt p {
    font-size: 12px;
    text-align: justify;
    line-height: 1.6;
}

.sl-data-cont{
    margin-top: auto;
}

.sl-r-all-progress {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.sl-r-all-progress > .timer-wrap {
    padding: 0 20px;
    margin: 0 20px;
}
.sl-r-timer-wrap div::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/clock_b.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}
/*.sl-r-timer-wrap div::after {
    content: '日';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 14px;
}*/
.sl-r-collected-wrap div::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/yen.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.sl-r-timer-wrap div,
.sl-r-timer-wrap-gray div,
.sl-r-collected-wrap div,
.sl-r-collected-wrap-gray div  {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}

.sl-r-perbar-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.sl-r-perbar-wrap> .bar {
    background-color: #E5E5E5;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    height: 6px;
    margin-right: 10px;
}

.sl-r-perbar-wrap> .bar > .now-percent {
    background-color: #80E1D0;
    width: 31%;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
}

.sl-r-perbar-wrap> .per-number {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
}
.ranking-wrap{
    padding-bottom: 70px;
}
#swiper-wrap {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.swiper-button-prev {
    left: -59px;
    width: 34px; /*s-backと同じ*/
}
.swiper-button-next {
    right: -59px;
    width: 34px; /*s-backと同じ*/
}
.s-back {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 2px #0000004E;
    width: 34px;
    height: 34px;
    position: relative;
}
.swiper-button-p>div {
    right: 7px;
    top: 11px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
}
.swiper-button-n>div {
    left: 7px;
    top: 11px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #808080;
    border-right: 2px solid #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content:none!important;
}

.r-img {
    height: 130px;
    background-color: #CCC;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.r-img>div{
    background-color: #01C4A2;
    border-radius: 4px;
    display: inline-block;
    padding: 10px;
    margin: 0 auto;
}
.r-img>div>p{
    font-family: 'Coda Caption', sans-serif;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}
.graytxt {
    color: #ccc;
}
.sl-r-timer-wrap-gray div::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/clock_gry.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.sl-r-timer-wrap-gray div::after {
    content: '日';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 14px;
}
.sl-r-collected-wrap-gray div::before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/yen_gry.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.sl-shadow{
    padding: 5px;
}
.contents_center{
    text-align: center;
}
.what_text1{
    font-size: 1.2em;
    line-height: 2.0em;
    margin: 30px 0 0 0;
}
.what_text2{
    font-size: 1.2em;
    line-height: 2.0em;
    margin-top: 20px;
}
.what_text3{
    font-size: 1.2em;
    line-height: 2.0em;
    margin: 0 0 50px 0;
}
.what_text_small{
    font-size: 0.8em;
    line-height: 2.0em;
    margin-bottom: 40px;
}
.under {
  background: linear-gradient(transparent 70%, #aae5d9 70%);
}
/**************************swiper***************************/