* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.marker-v {
    background-color: #e5d4ff;
}


.mv_txt {
    position: relative;
    padding: 20px 0 0 0;
    height: 600px;
    background: url(../images/sm_back.png) no-repeat;
    background-size: cover;
    background-position: top center;
}

.mv_txt h3 {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-family: serif;
}

.mv_txt h2 {
    text-align: center;
    font-size: 22px;
    font-family: serif;
    line-height: 30px;
}

.mv_day {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    font-family: serif;
    color: #fff;
    font-size: 18px;
}
.mv_day br {
    display: none;
}

.sm_concept {
    margin: 28px 0 0 0;
    z-index: 5;
}

.sm_coin_all {
    margin: -80px 0 80px 0;
    z-index: 8;
}

.concept {
    margin: -80px 0;
    padding: 30px 16px 8px 16px;
    text-align: center;
    color: #fff;
    background-color: #06070c;
    z-index: 10;
}

.concept h4 {
    margin: 30px 0;
    font-size: 24px;
    font-family: serif;
    line-height: 30px;
}

.concept h4 span {
    font-size: 14px;
}

.concept p {
    text-align: justify;
    margin: 0 0 20px 0;
}

/* products */

.products {
    padding: 14px;
}

.products h5 {
    margin: 20px 0;
    text-align: center;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
    color: #002f6c;
}

.products h5::before {
    content: 'LINE UP';
    display: block;
    font-size: 16px;
    color: #a393be;
}

.products h5 span {
    color: #c10016;
}

.tab_box h5::before {
    content: 'LINE UP';
    display: block;
    font-size: 14px;
    font-family: serif;
}

.ul-first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.li-first {
    width: 48%;
    margin: 16px 0;
}

.product-tag {
    display: inline-block;
    margin: 0 0 6px 0;
    padding: 0 8px;
    background: #71096d;
    color: #fff;
    font-size: 12px;
}

.product-name {
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}

.product-view {
    text-align: center;
    margin: 16px 0;
}

.product-view a {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 0;
    border: 1px solid #a393be;
    color: #71096d;
}

.product-view a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a393be;
    border-right: 1px solid #a393be;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}

.product-cont p {
    line-height: 22px;
}

.product-cont p a {
    color: #315181;
    
}

/* tab-css */

.tab_box h5 {
    margin: 30px 0;
    text-align: center;
    font-family: serif;
    font-size: 20px;
    color: #315181;
}

.tab_box h5 span {
    color: #c10016;
}

.tab_box .btn_area {
    display: -webkit-box;
    display: flex;
}

.tab_box .tab_btn {
    width: 25%;
    padding: 16px;
    color: #002f6c !important;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
    background-color: #e4daf5;
    border-bottom: 1px solid #dfdfdf;
    transition: none;
}

.tab_box .tab_btn+.tab_btn {
    
}

.tab_box .tab_btn:hover {
}

.tab_box .tab_btn.active {
    position: relative;
    background-color: #fff;
    opacity: 1;
    border-bottom: none;
}

.tab_box .tab_btn.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #71096d;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.product_price {
    color: #a20f8a !important;
}

/* .tab_box .tab_btn.active img {
    filter: drop-shadow(-1px -1px 6px rgb(129, 84, 235));
} */

.tab_box .panel_area {
    padding: 20px;
}

.tab_box .tab_panel {
    display: none;
}

.tab_box .tab_panel.active {
    display: block;
}

.tab_cont {
    margin: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab_cont li:first-child {
    width: 30%;
    padding: 16px 0;
}

.tab_cont li:last-child {
    width: 65%;
}
/* design */

.d-tit {
    width: 100%;
    height: 280px;
    padding: 50px 0 0 30px;
    background: url(../images/design_back.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 35%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 35%, 0 100%);
}

.d-tit h5 {
    font-size: 30px;
    font-family: serif;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
}

.coin-p {
    position: relative;
    margin: -200px 0 0 0;
    padding: 0 14px;
}

.cont-subtit {
    margin: 16px 0;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
    color: #315181;
}

.cont-subtit span {
    font-size: 14px;
    color: #a393be;
}

.coin-p ul li p {
    text-align: justify;
    color: #315181;
}

.design-history {
    position: relative;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
}

.design-history li:first-child {
    width: 100%;
    order: 2;
    margin: -50px 0 0 0;
}

.design-history li:last-child {
    width: 100%;
    order: -1;
}

.coin-special {
    width: 100%;
    margin: 30px 0 20px 0;
    height: 360px;
    background: url(../images/design_back.webp) no-repeat;
    background-size: cover;
    background-position: top top;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
}

.design-history {
    margin: -320px 0 0 0;
}

.design-history li p {
    text-align: justify;
    color: #315181;
}

#de-sub {
    position: relative;
    margin: 20px 0;
    padding: 0 14px;
    font-size: 20px;
    font-family: serif;
    color: #a393be;
}

#de-sub::after {
    content: '';
    display: block;
    width: 55%;
    height: 1px;
    background-color: #a393be;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.designer_list {
    display: flex;
    flex-wrap: wrap;
}

.designer_list li {
    width: 50%;
}

/* coronation */

.coronation_tit {
    margin: 30px 0;
    text-align: center;
    font-family: serif;
}

.coronation_tit h3 {
    margin: 16px 0;
    font-size: 30px;
    color: #315181;
}

.coronation_tit h3 span {
    font-size: 18px;
}

.coronation_tit p img {
    width: 50px;
}

.coronation ul {
    padding: 0 14px;
}

.coronation ul li:first-child {
    text-align: center;
}

.coronation ul li:last-child p {
    text-align: justify;
}

.when {
    margin: 60px 0;
}

.when ul {
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
}

.when ul li {
    width: 100%;
}

.when ul li:first-child {
    order: 2;
}
.when ul li:first-child p {
    text-align: justify;
}

.when ul li:last-child {
    order: 1;
}

/* anime */
.wrapper {
    position: relative;
    max-width: 100%;
    height: 200px;
    margin: -74px auto;
    overflow: hidden;
    z-index: 100;
}

.marquee-anim {
    transition: all .3s;
    opacity: 1;
    animation: marquee 30s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    transform: translate(-50%, 0%);
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translate(-40%, 0%);
    }

    100% {
        transform: translate(-60%, 0%);
    }
}

.marquee-inline {
    display: block;
    padding-right: 0.5em;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.1em;
    white-space: nowrap;
    color: transparent;
    text-align: center;
    white-space: nowrap;
    -webkit-text-stroke: 1px #315181;
    font-family: serif;
}

/* ceremony */

.ceremony {
    position: relative;
}

.ceremony ul {
    padding: 14px;
    background-color: #f3f3f3;
}

.ceremony ul li:last-child {
    text-align: justify;
}

.ceremony_back {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    background: url(../images/ceremony_deco_sm.png) repeat-x;
    z-index: 20;
}


/* crown-jewel */
.crown-jewel {
    margin: 60px 0;
    padding: 0 14px;
}

.content {
    text-align: center;
}

.content h5 {
    font-size: 20px;
    color: #315181;
    font-family: serif;
}

.content h5 span {
    font-size: 14px;
    color: #a393be;
}

.content img {
    margin: 20px 0;
}

.content p {
    text-align: justify;
    margin: 0 0 30px 0;
}

/* portrait */

.portrait {
    padding: 18px 14px;
    background-color: #f3f3f3;
}

.portrait ul li:nth-child(2) h5 {
    margin: 16px 0;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
    color: #002f6c;
}

.portrait ul li:nth-child(2) h5 span {
    font-size: 14px;
    color: #a393be;
}

.portrait ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.portrait ul li:nth-child(1),
.portrait ul li:nth-child(3) {
    width: 50%;
}

.portrait ul li:nth-child(1) {
    order: 1;
}

.portrait ul li:nth-child(2) {
    width: 100%;
    order: 3;
}

.portrait ul li:nth-child(3) {
    order: 2;
}

/* movie */

.movie {
    position: relative;
    text-align: center;
    margin: 60px 0;
}

.movie h6 {
    font-size: 45px;
    font-family: serif;
    color: #315181;
}

.page-end {
    text-align: center;
    margin: 0 0 200px 0;
    height: 240px;
    background: url(../images/footer_pc.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.emblem p img {
    width: 100px;
}

.emblem h5 {
    text-align: center;
    font-size: 30px;
    font-family: serif;
    color: #fff;
    font-weight: normal;
}

.emblem h5 span {
    font-size: 16px;
}

.footer_img {
    margin: 20px 0;
}