@charset "utf-8";
/* CSS Document */

/*futureshopCSS打消し*/
.fs-l-pageMain {
    max-width: none !important;
    width: 100%;
}
.fs-l-footer {
    border-top: none !important;
    background-color: #fff !important;
    color: #333 !important;
    margin-top: 0 !important;
}

body {
    letter-spacing: 0.04em;
}

/*PCSP表示非表示*/
.sp{display: none!important;}


/*maincss*/

.amekuraLPmain {
    margin: 0 auto;
    background-color: #E5F9F6;
}

.amekura-main-wrap {
    width: 100%;
    height: auto;
    background-color: #E5F9F6;
    margin: 0 auto;
    padding: 70px 0 60px 0;
}

.amekura-main-wrap>.main-cont {
    width: 1000px;
    max-width: 1000px;
    display: flex;
    background-color: #333;
    border-radius: 6px;
    margin: 0 auto;
}

.amekura-main-wrap>.main-cont>.main-left {
    width: 675px;
}

.name-sec {
    margin: 25px 0 25px 25px;
}

.name-sec p {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    /*regular400 medium500 bold700*/
    letter-spacing: 0.72px;
    text-align: justify;
}

p.hashtag {
    font-size: 14px !important;
    font-weight: 400 !important;
    /*regular400 medium500 bold700*/
    letter-spacing: 0.5px !important;
    margin-top: 15px;
}

.amekura-detail-wrap {
    background-color: #F7F6F7;
    padding-top: 75px;
    padding-bottom: 100px;
}

.amekura-lp-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    justify-content: space-between;
}

.underline {
    text-decoration: underline;
}

.lp-cont {
    width: 675px;
}

.lp-sec {
    max-width: 605px;
    margin-bottom: 50px;
}

.lp-sec {
    max-width: 605px;
    margin-bottom: 50px;
}

.lp-sec-cont {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px 35px;
}
.lp-sec-cont > *:last-child {
    margin-bottom: 0;
}
.lp-sec p:last-child {
    margin-bottom: 0;
}


.lp-sec>.notice li{
    margin-left: 25px;
    font-size: 17px;
    line-height: 1.74;
    text-align: justify;
    list-style: disc;
}

ol.list1 li {
    list-style-type: none!important;
    text-indent: -1em;
}

ol.list1 li::before {
    display: inline;
    content: "※";
}

.lp-sec>img {
    margin-bottom: 25px;
}

.lp-sec>h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.lp-sec>h3 {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
}

.lp-sec>p {
    font-size: 17px;
    text-align: justify;
    line-height: 1.74;
    margin-bottom: 25px;
}

.p-sec-cont {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 15px;
    border-radius: 6px;
}

.p-sec {
    max-width: 263px;
}

.p-sec>.p-exp {
    margin-bottom: 15px;
}

.p-sec>.p-exp>.p-ttl {
    font-size: 14px;
    color: #787878;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

.percent-sec {
    width: 100%;
    margin-bottom: 20px;
}
.percent-sec > .bar {
    background-color: #E5E5E5;
    border-radius: 4px;
    height: 50px;
    box-shadow: inset 0px 0px 4px #00000029;
    display: flex;
    position: relative;
    justify-content:space-between;
    align-items: center;
}
.percent-sec > .bar> .now-percent-cont {
    background-color: #80E1D0;
    width: 31%;
    border-radius: 4px 0px 0px 4px;
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}
.percent-sec > .bar> .now-percent-cont> .now-percent {
    color: #333;
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 3px 0 0 10px;
    white-space: nowrap;
}
.percent-sec > .bar> .now-percent-cont> .now-percent div {
    color: #333;
}
.percent-sec > .bar> .now-percent-cont> .now-percent span {
    color: #333;
    display: block;
    font-size: 10px;
    margin-bottom: 3px;
}
.percent-sec > .bar> .goal {
    position: absolute;
    padding: 0 8px 5px 0;
    color: #787878;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    bottom: 0;
    right: 0;
}
.percent-sec > .bar> .goal span {
    display: block;
    color: #787878;
    font-size: 10px;
    margin-bottom: 5px;
}


.p-sec>.p-exp>.p-ttl+p {
    font-size: 12px;
    color: #787878;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

.p-sec>.price {
    background-color: #01C4A2;
    text-align: justify;
    padding: 16px;
    color: #fff;
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 0;
}

.p-sec>.price::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/yen_w.svg?123);
    background-size: contain;
    margin-right: 3px;
}

.p-sec>.price::after {
    content: "(税込)";
    font-size: 9px;
    color: #fff;
    margin-left: 3px;
}

.p-sec>.thumbnail>.box1 {
    background-color: #FB2A78;
    padding: 8px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border-radius: 0px 2px 0px 0px;
}

.p-sec>.thumbnail {
    position: relative;
    margin-bottom: 15px;
}

.p-sec>.thumbnail img {
    width: 100%;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #01C4A2 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;

}

.select-main-product,
.select-option-product {
    margin-bottom: 15px;
}

.select-main-product p {
    font-size: 14px;
    margin-bottom: 10px;
}

.select-main-product select {
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 5px 30px 5px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.select-option-product p {
    font-size: 14px;
    margin-bottom: 10px;
}

.select-option-product select {
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 5px 30px 5px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

option {
    color: #333 !important;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 20px;
    pointer-events: none;
}

.main-right {
    margin: 25px 25px;
    width: calc( 1000px - 675px - 50px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-right * {
    color: #fff;
}

.purchasers-side {
    font-size: 14px;
    margin-bottom: 10px;
}

.purchasers-side::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 13px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/purchasers.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.haisou-side {
    font-size: 14px;
    margin-bottom: 5px;
}

.haisou-side::before {
    content: '';
    display: inline-block;
    width: 20.5px;
    height: 14.5px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/track.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.purchasers-side span {
    font-family: 'Rubik', sans-serif;
    font-size: 21px;

}

.add-cart-btn {
    background-color: #FD8C24 !important;
    padding: 20px 40px 20px 40px;
    border-radius: 6px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.8px;
}

.add-cart-btn:hover {
    opacity: .5;
}

.add-cart-btn-side {
    background-color: #FD8C24 !important;
    padding: 20px 0;
    border-radius: 6px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #fff;
}

.add-cart-btn-side_so {
    background-color: #989898 !important;
    padding: 20px 0;
    border-radius: 6px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: #fff;
}

.soldout-item{
    margin-top: 15px;
}

.so-omit{
    margin: 20px;
    text-align: center;
}

.add-cart-btn-side:hover {
    opacity: .5;
}

.number-sec {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.number-sec>.number-cont1,
.number-cont2 {
    text-align: center;
}

.number-sec>.number-cont1 {
    position: relative;
    margin-right: 30px;
}

.number-cont1>.purchasers,
.number-cont2>.timer {
    font-size: 14px;
    margin-bottom: 5px;
}

.number-cont1>.purchasers+p,
.timer+p {
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
}

.number-cont1>.purchasers+p::after {
    content: '人';
    font-size: 20px;
    margin-left: 4px;
}

.number-cont2>p> span {
    font-size: 20px;
    margin-left: 4px;
}
.number-cont1>.purchasers::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 13px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/purchasers_w.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.number-cont2>.timer::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/clock_w.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -4px;
}

.number-sec>.number-cont2 {
    position: relative;
    margin-left: 30px;
}

.number-sec>.number-cont1::after {
    content: "";
    margin: 0 30px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
}

.collected-sec {
    width: 100%;
    margin-bottom: 15px;
}

.collected-sec>.collected-ttl {
    font-size: 16px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 10px;
    line-height: 1em;
    margin-bottom: 15px;
}

.collected-sec>.collected-ttl+p {
    font-size: 34px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.collected-sec>.collected-ttl+p::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/yen_w.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 6px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-sec {
    text-align: center;
    margin: 50px auto 0 auto;
}

.btn-contact,
a.btn-contact {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    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: 6px;
    background-color: #01C4A2;
}

.btn-contact span {
    color: #fff;
}

.btn-contact span::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 28px;
    background-image: url(https://amazeplus7.itembox.design/item/amekura/_common/question_w.svg?123);
    background-size: contain;
    vertical-align: middle;
    margin-right: 8px;
}

/**************************swiper***************************/

.swiper-container {
    width: 675px;
}

.slider {
    overflow: hidden;
}

.slider img {
    border-radius: 6px 0px 0px 0px;
}

.slider-thumbnail {
    margin-top: 14px;
    padding: 0 25px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.slider-thumbnail .swiper-slide {
    opacity: .5;
    width: 25%;
    height: 100%;
}

 .swiper-wrapper img {
    width: 100%;
}

.swiper-slide-thumb-active {
    opacity: 1 !important;
}

.mainslider-area {
    margin: 5px;
}

.mainslider-area > .swiper-container:nth-of-type(1) {
    height: 400px;
}

.mainslider-area > .swiper-container .swiper-wrapper img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}

.mainslider-area > .swiper-container:nth-of-type(2) .swiper-wrapper img {
    height: 40px;
}

/**************************swiper***************************/


/* SNSシェアボタン */

.sns-sec {
    margin: 0 0 50px 0;
    display: flex;
}

.sns-sec:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.sns-sec span a {
    width: 100%;
    display: block;
    margin: 0 1% 0 0;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}

.sns-sec :not(:first-child) {
    margin-left: 10px;
}

.sns-sec .facebook a {
    color: #fff;
    background-color: #1877F2;
}

.sns-sec .twitter a {
    color: #fff;
    background-color: #1D9BF0;
}

/* SNSシェアボタン */

/* topへ戻るボタン */

#page-top  {
    margin-top: 50px;
    margin-right: 20px;
    display: flex;
    justify-content: flex-end;
}
#page-top a {
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    background: #21C4A2;
    border-radius: 50%;
}

.arrow {
    width: 32px;
    height: 32px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    margin-top: 21px;
    margin-left: 2px;
}

/* topへ戻るボタン */