@charset "UTF-8";

/*--------------------------------------
	アワード
---------------------------------------*/
html {
    scroll-behavior: smooth;
}
.mv_txt {
    margin-bottom: 60px;
}
.logomaru {
    font-family: "vdl-logomarupop-futoline", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.original2 {
    text-align: center;
}
.original3 {
    text-align: center;
    max-width: 1200px!important;
    border-radius: 200px!important;
    margin: 0 auto 80px;
}
.original3 h3,
.original2 h3 {
    display: inline-block;
    font-size: 40px !important;
    font-weight: bold;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 0 auto 80px;
    text-shadow:
    0 0 3px rgba(255, 255, 255, 0.4),
    0 0 6px rgba(255, 255, 255, 0.35),
    0 0 12px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(255, 255, 255, 0.25);
}
.original3 h3 {
    text-shadow: none;
}
.original3 h2 img {
    width: 100%;
    max-width: 990px;
}
.original2 .brand_box { 
    display: flex; 
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.original2 .card {
    color: #ffe13c;
    box-shadow: 0 0 40px rgba(239, 234, 64, 0.4);
    max-width: 320px!important;
    height: auto!important;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 calc(50% - 25px);
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, #d7c8b1, #a58b61, #8c745b);
    border: 4px solid transparent;
    border-radius: 16px;
    padding: 15px;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        linear-gradient(135deg, #d7c8b1, #a58b61, #8c745b);
}
.original2 .card p .ttl {
    border-radius: 10px 10px 0 0;
    width: 100%;
	min-height: 100px;
    padding: 15px 25px;
    text-align: left;
    font-size: 21px;
    line-height: 1.3;
    margin: 0;
	display: flex;
	align-items: center;
}
.original2 .card-title {
    padding: 0;
    border-radius: 6px;
    z-index: 5;
    width: 100%;
}
.original2 .card-txt {
	text-align: left;
	line-height: 1.6;
	width: 100%;
	font-size: 15px;
	padding: 15px;
    box-sizing: border-box;
}
.original2 .card-img {
    object-fit: contain;
}
.original2 .rank-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    font-weight: bold;
    color: #8c745b;
    background: linear-gradient(
        135deg,
        #fdf4e3,
        #e4c894,
        #b48a5f 
    );
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 10;
    pointer-events: none;
}
.original2 .card-maker {
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
    align-self: flex-start;
    margin: 12px 0 4px 0;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 999px;
    background: #f9f1e4;
    border: 1px solid #d7c8b1;
    color: #8c745b;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	background: linear-gradient(
        135deg,
        #fdf8ee 0%,
        #f3e4d2 40%,
        #ead3b7 100%
    );
}
.link-box {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto 25px;
    gap: 15px;
    justify-content: center;
}
.link {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    align-self: flex-start;
    margin: 12px 0 4px 0;
    padding: 6px 14px 7px 18px;
    border-radius: 999px;
    background: #f9f1e4;
    border: 1px solid #d7c8b1;
    color: #8c745b;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: -webkit-linear-gradient(top left, #fdf4e3, #e4c894, #b48a5f);
    background: -o-linear-gradient(top left, #fdf4e3, #e4c894, #b48a5f);
    background: linear-gradient(to bottom right, #fdf4e3, #e4c894, #b48a5f);
    max-width: 33.33%!important;
    line-height: 1.5;
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
}
#detail .award {
    border: none!important;
    padding-bottom: 0!important;
    max-width: 800px;
    margin-bottom: 0;
}
#detail .award p {
    width: 100%;
}
.page_top_btn {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 1%;
    bottom: 8%;
    background: linear-gradient(145deg, #D4A73E, #A0782D);
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 12;
}
.page_top_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30%;
    transform: rotate(-45deg) translateY(-50%);
    width: 11px;
    height: 11px;
    border-width: 3px 3px 0 0;
    border-style: solid;
    border-color: #fff;
}

@media only screen and (max-width:1400px) {
    .original2 .card p .ttl {
        font-size: 18px;
        /* font-family: none; */
    }
}

@media only screen and (max-width:1200px) {
    .original2 .card {
        margin: 45px 15px 0 15px;
    }
    .link-box {
        margin: 0 20px 15px;
    }
    .original2 h3 {
        margin: 0 auto 50px;
    }
    .original2 .brand_box::before,
    .original2 .brand_box::after {
        content: "";
        flex: 0 0 0;
    }
    .original2 .brand_box {
        gap: 0!important;
        margin: 0 40px;
    }
    .original2 .brand-wrap.can-scroll .brand-nav {
        display: none;
    }
}

@media only screen and (max-width:900px) {
    .original3 {
        border-radius: 100px !important;
        margin: 0 20px 60px;
    }
    .original3 .inner {
        padding-bottom: 30px;
    }
    .original2 h3 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width:860px) {
    .original2 .card {
        max-width: 270px !important;
    }
    .original2 .brand_box {
        margin: 0;
    }
    .link-box.mb100 {
        margin-bottom: 60px!important;
    }
    .link {
        font-size: 15px;
    }
    #detail .award h3 {
        font-size: 25px !important;
    }
    #detail .award p {
        font-size: clamp(16px, 2.3vw, 22px);
    }
    #detail .original3 .inner {
        padding-bottom: 30px;
    }
    .original2 h3 {
        margin: 0 auto 20px;
    }
    #detail .award {
        margin: 10px 20px 0px;
    }
}

@media only screen and (max-width:750px) {
    .original2 .card {
        max-width: 240px !important;
    }
    .original2 .card p .ttl {
        font-size: 16px;
    }
}

@media only screen and (max-width:700px) {
    .original2 .brand_box {
        margin: 0 20px;
    }
    .link {
        font-size: 14px;
    }
    .original3 {
        margin: 0 20px 40px;
    }
    .link-box.mb100 {
        margin-bottom: 50px!important;
    }
    #detail .award p {
        width: calc(100% - 40px);
    }
    .original2 .card {
        flex: 0 0 calc(80% - 25px);
        max-width: 100%!important;
    }
    .original2 h3 {
        margin: 0 20px 10px;
    }
    #detail .award {
        margin: 10px 20px 0;
    }
}

@media only screen and (max-width:480px) {
    #detail .award {
        margin: 10px 0 60px;
    }
    .original3 {
        border-radius: 60px !important;
    }
    #detail .award h3 {
        font-size: 20px !important;
    }
    .link-box {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    #detail .award {
        margin: 10px 0 0;
    }
    .link {
        max-width: 100%!important;
        min-height: 55px;
        width: 90%;
    }
    .link-box {
        gap: 0;
    }
    .original2 h3 {
        font-size: 25px !important;
        margin: 0 20px 0px;
    }
    .original2 .card {
        flex: 0 0 calc(80% - 25px);
    }
}




