@charset "utf-8";
:root{
    color: #4c4c4c;
    --line_green : #06c755;
    --key_orange : #f05f05;
}
h2 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 2;
    font-weight: bold;
    color: var(--line_green);
}
.marugo{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
section#new-stamp,
section,#Semi-new-stamp {
    max-width: 1000px;
    margin: auto;
}
section#new-stamp div.stamp_img_wrap,
section,#Semi-new-stamp div.stamp_img_wrap {
    margin: auto;
    max-width: 1000px;
    min-width: 780px;
    margin: auto;

}
.cont img {
    border: none;
    object-fit: contain;
    box-sizing: content-box;
    max-width: max-content;
    display: block;
}

.new_stamp {
    display: flex;
    justify-content: center;
}
.new_mark {
    background: var(--line_green);
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
h2 strong {
    padding-top: 0.4em;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    background-image: radial-gradient(3px 3px at center center,var(--key_orange),var(--key_orange) 100%,transparent);
}
h3 {
    color: var(--line_green);
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
}
h3 strong {
    font-size: 170%;
    font-weight: 900;
}
img.newstamp_banner {
    margin: 25px auto;
    width: 780px;
    height: 200px;
}
img#mv {
    max-width: 1000px;
    width: 100%;
    min-width: 780px;
}
.bakusai_stamp {
    margin: 100px auto;
    position: relative;
}
.slide_stamp,.slide_stamp2 {
    display: flex;
    overflow: hidden;
}
.slide_stamp {
    margin: 50px auto 25px;
}
.infiniteslide_wrap .slide_stamp,
.infiniteslide_wrap .slide_stamp2 {
    overflow: initial;
}
.slide_stamp img,
.slide_stamp2 img {
    width: 120px;
}

.stamp_txt_wrap p {
    margin: auto;
    width: 70%;
}
.stamp_txt_wrap {
    width: 780px;
    display: flex;
    margin: 25px auto;
    gap: 25px;
}

.stamp_txt_wrap a {
    background: var(--line_green);
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    width: 30%;
    height: 100%;
    border-radius: 3px;
}

.stamp_txt_wrap a i {
    margin-left: 5px;
}

.stamp_img_wrap a {
    display: block;
    width: 780px;
    margin: 0 auto;
}

/* ↓↓↓ 販売中スタンプ スクロール ↓↓↓ */
/* バックグラウンド */
.curved {
    display:inline-block;
    position: relative;
    background: #ededed;
    margin: 100px 0px 0px;
    height: 760px;
    max-width: 1000px;
    width: 100%;
    min-width: 780px;
    margin-bottom: -100px;
}

.curved::before {
    position: absolute;
    content: '';
    left: 50%;
    width: 100%;
    height: 220px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%) translateY(50%);
    bottom: 0px;
}

/* スクロール　矢印 */
.LINE-arrow-img-right{
    right: 5px !important;
    top: 172px !important;
    left: auto !important;
}

.LINE-arrow-img-left{
    top: 172px !important;
    left: 5px !important;
}

.LINE-arrow-right::after{
    content: "";
    background-color: rgba(0,0,0,0);
    width: 50px !important;
    height: 400px !important;
    position: absolute;
    top: 0px !important;
    left: auto !important;
    right: 0px !important;
}

.LINE-arrow-left::after{
    content: "";
    background-color: rgba(0,0,0,0);
    width: 50px;
    height: 400px;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    right: auto !important;
    pointer-events: auto;
}

/* スクロール */
.curved > h2 {
    margin: 50px auto 0px;
    color:#4c4c4c;
    text-align: center;
    width: fit-content;
}

.curved > h3{
    margin:0px auto 25px;
    color:#4c4c4c;
    text-align: center;
    font-size: 18px;
    width: fit-content;
}

.LINE-scroll-box{
    display: flex !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 94% !important;
    height: 420px !important;
    position: relative !important;
    padding: 0px !important;
    margin: auto 25px;
    left: 5px;
}

.LINE-scroll-box:hover {
	overflow-x: auto !important;
}

.LINE-scroll-box > .f-box-area{
    background-color: #fff;
    margin: 0px 12px;
    padding: 15px;
    height: 350px;
}

.LINE-scroll-box > .f-box-area img{
    margin: auto;
    width: 175px;
    height: auto;
    padding: 10px 10px 0px;
}

.LINE-f-text-area{
    padding: 0px !important;
    width: 230px;
}

.LINE-arrow-img-right::after{
    left: 950px !important;
}

.LINE-his-heading{
    text-align: center;
    font-size: 22px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    padding: 10px 0px;
}

.LINE-his-comment {
    font-size: 14px;
    text-align: justify;
    font-family: segoe UI emoji;
}

.LINE-store-link-box{
    display: flex;
    text-align: end;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 25px auto !important;
}
.LINE-store-link{
    font-weight: bold;
    margin: 0px 30px 0px 0px !important;
    width: 230px;
}
.LINE-store-link p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0px !important;
}

.LINE-store-link a {
    text-decoration: underline;
    color: #4c4c4c;
}

.LINE-store-link a :hover{
    text-decoration: underline;
    color: #F00;
}

.LINE-store-link a :visited{
    text-decoration: underline;
    color: #551a8b;
}

.LINE-store-link .fa {
    margin-left: 5px;
}
/* ↑↑↑ 販売中スタンプ スクロール ↑↑↑ */
