* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

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

.marker-p {
    background-color: #270126;
}

.mv {
    position: relative;
    width: 100%;
    height: 1500px;
    padding: 30px 0 0 0;
    background: url(../images/pc_back.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.mv_txt {
    position: relative;
    margin: 0 auto;
    width: 900px;
    height: 800px;
}

.mv h2,
.mv h3 {
    text-align: center;
    color: #000;
    font-family: serif;
}

.mv h2 {
    font-size: 36px;
    line-height: 48px;
}

.mv h3 {
    font-size: 24px;
    margin: 0 0 24px 0;
}

.mv_day {
    position: absolute;
    top: 280px;
    right: 200px;
    color: #fff;
    font-size: 36px;
    font-family: serif;
    line-height: 40px;
}

.mv_day span {
    font-size: 26px;
}

.mv_coin {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mv ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 800px;
}

.mv ul li {
    position: absolute;
    bottom: 0;
    width: 200px;
    filter: drop-shadow(5px 5px 5px #5a5a5a48);
}

.mv ul li:nth-child(1) {
    width: 210px;
    left: 0;
}

.mv ul li:nth-child(2) {
    width: 180px;
    left: 160px;
}

.mv ul li:nth-child(3) {
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}

.mv ul li:nth-child(4) {
    width: 260px;
    right: 80px;
}

.mv ul li:nth-child(5) {
    width: 160px;
    right: 0;
}

.mv ul li:nth-child(6) {
    width: 800px;
    right: 0;
    bottom: -30px;
    z-index: -1;
    filter: none;
}

.mv ul li:hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(255, 218, 115));
}

.mv ul li:nth-child(2):hover,
.mv ul li:nth-child(4):hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(214, 214, 214));
}

.mv ul li:nth-child(5):hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(255, 138, 84));
}

.mv ul li:nth-child(6):hover {
    filter: none;
}

/*  */
.concept {
    margin: 0 auto;
    width: 600px;
    color: #fff;
}

.concept h4 {
    text-align: center;
    margin: 80px 0 40px 0;
    font-size: 26px;
    font-family: serif;
    line-height: 40px;
}

.concept h4 span {
    font-size: 16px;
    color: #a393be;
}

.concept p {
    text-align: justify;
    font-size: 16px;
    margin: 0 0 24px 0;
    line-height: 28px;
}


.products {
    position: relative;
    width: 100%;
}

.products h5 {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 26px;
    font-family: serif;
    font-weight: normal;
    color: #002f6c;
    z-index: 100;
}

.products h5 span {
    color: #c10016;
}

.products h5::before {
    content: 'LINE UP';
    display: block;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-family: serif;
    font-weight: normal;
    color: #a393be;
}

.p-a {
    padding: 340px 60px 40px 60px;
}

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

.ul-first {
    display: flex;
}

.li-first {
    width: 25%;
    border-right: 1px solid #f5ecf5;
}

.ul-second li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 60px;
}

.ul-second li:nth-child(odd) {
    background: #f3f3f3;
}

.product-img {
    width: 30%;
}
.product-cont {
    width: 65%;
    line-height: 20px;
}

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

.product-cont p a:hover {
    text-decoration: underline;
}

/* tab */

.tab_box h4 {
    text-align: center;
    margin: 100px 0;
    font-size: 26px;
    color: #315181;
    font-family: serif;
}

.tab_box h4 span {
    color: #c10016;
}

.tab_box h4::before {
    content: 'LINE UP';
    display: block;
    font-size: 18px;
    margin: 0 0 10px 0;
}


.tab_box {
    margin: 180px 0 0 0;
}


.tab_box .btn_area {
    width: 800px;
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
}

.tab_btn_wrap {
    width: 100%;
}

.tab_box .tab_btn {
    width: 25%;
    padding: 8px 60px;
    color: #333;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
    background-color: #ffffff;
    transition: none;
    color: #002f6c;
}

.tab_box .tab_btn:hover {
    background-color: #f3f3f3;
}

.tab_box .tab_btn img {
    width: 100%;
}

.tab_box .tab_btn.active {
    position: relative;
    background-color: #f3f3f3;
    opacity: 1;
    border-bottom: none;
    color: #002f6c !important;
}

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

.tab_box .tab_btn.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    display: block;
    width: 16px;
    height: 16px;
    border-top: 16px solid #f3f3f3;
    border-right: 16px solid #f3f3f3;
}


.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: 25%;
    padding: 16px 0;
}

.tab_cont li:last-child {
    width: 70%;
}

.product_cont {
    width: 900px !important;
    margin: 60px auto 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_cont li:first-child {
    width: 38%;
}

.product_cont li:last-child {
    width: 55%;
}

.p-list {
    position: relative;
    text-align: center;
    font-size: 20px;
    padding: 60px 0 0 0;
    font-family: serif;
    font-weight: bold;
    color: #315181;
}

.p-list::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #315181;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.product_cont h5 {
    margin: 16px 0;
    font-size: 36px;
    color: #315181;
    font-family: serif;
}

.product_cont h5::after {
    content: '';
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    height: 2px;
    background-color: #d3c9d1;
}

.product_pnd {
    font-size: 20px;
    color: #c10016;
    font-family: serif;
}

.product_txt {
    color: #4c1c4a;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.product_wrap {
    position: relative;
    background-color: #f3f3f3;
}

.product_deco {
    position: absolute;
    top: -70px;
    width: 100%;
    height: 100px;
    background: url(../images/product_deco.png) repeat-x;
}

.product_box {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_box ul {
    width: 30%;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


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

.product_name {
    line-height: 20px;
}

.product_name a {
    color: #000;
}

.product_name a:hover {
    text-decoration: underline;
}

.product_price {
    color: #a20f8a;
}

.product_box ul li:first-child {
    width: 40%;
}

.product_box ul li:last-child {
    width: 55%;
}

.designer_wrap {
    height: 360px;
}

.designer_wrap h6 {
    margin: 60px 0 0 0;
    text-align: center;
    font-size: 30px;
    color: #002f6c;
    font-family: serif;
}

.designer_wrap h6::before {
    content: 'Designer';
    display: block;
    color: #4c1c4a;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.designer_wrap ul {
    position: relative;
    width: 1000px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.designer_wrap ul li:first-child {
    position: absolute;
    top: 80px;
    left: 0;
    width: 60%;
    background: #f3f3f3;
    padding: 30px 120px 30px 30px;
    
}

.de_name_en {
    color: #a393be;
    font-size: 18px;
    font-family: serif;
}

.de_name_ja {
    margin: 16px 0;
    color: #315181;
    font-size: 26px;
    font-family: serif;
}

.de_intro {
    color: #315181;
    text-align: justify;
}

.designer_wrap ul li:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 47%;
}

/* design */

.design {
    width: 100%;
    margin: 180px 0 0 0;
}

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

.d-tit h5 {
    width: 800px;
    margin: 0 auto;
    padding: 100px 0;
    color: #fff;
    font-size: 60px;
    font-family: serif;
    line-height: 70px;
    font-weight: normal;
}

.coin-p {
    position: relative;
    width: 100%;
    margin: -160px 0 0 0;
}

.coin-p ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.coin-p ul li {
    width: 50%;
}

.coin-p ul li:first-child {
    margin: -100px 0 0 0;
}

.cont-subtit {
    margin: 0 0 36px 0;
    font-size: 26px;
    font-family: serif;
    font-weight: normal;
    color: #315181;
    line-height: 30px;
    font-weight: bold;
}

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

.coin-p ul li p {
    font-size: 16px;
    color: #315181;
    text-align: justify;
    line-height: 30px;
}

.coin-special {
    width: 100%;
    height: 800px;
    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 {
    position: relative;
    width: 1000px;
    margin: -680px auto 0;
    display: flex;
    justify-content: space-between;
    z-index: 50;
}

.design-history li {
    width: 50%;
}

.design-history li:last-child {
    margin: -120px 0 0 0;
}

.design-history li p {
    color: #fff;
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}

#subtit-color {
    color: #fff;
}

.designer_list {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#de-sub {
    position: relative;
    width: 1000px;
    margin: 30px auto;
    font-size: 24px;
    color: #fff;
    font-family: serif;
}

#de-sub::after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
}

.designer_list li {
    width: 24%;
}



/* coronation */
.coronation_back {
    background-color: #f3f3f3;
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.coronation {
    width: 100%;
    height: 800px;
    padding: 100px 0 0 0;
    z-index: 100;
}

.coronation_tit {
    text-align: center;
}

.coronation_tit p img {
    width: 48px;
}

.coronation_tit h3 {
    font-size: 50px;
    font-family: serif;
    color: #315181;
    line-height: 30px;
    letter-spacing: -0.6px;
    font-weight: normal;
}

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

.coronation ul {
    width: 1000px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.coronation ul li {
    width: 48%;
}

.coronation ul li:first-child {
    margin: 30px 0 0 0;
}

.coronation ul li:last-child {
    margin: 30px 0 0 0;
}

.coronation ul li p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #315181;
    text-align: justify;
    line-height: 1.7;
}

.when {
    width: 100%;
    margin: 40px 0 300px 0;
}

.when ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.when ul li:first-child {
    width: 52%;
    font-size: 16px;
    color: #315181;
}

.when ul li:last-child {
    width: 45%;
}

.when ul li p {
    margin: 30px 0 0 0;
    text-align: justify;
    line-height: 1.7;
}

.ceremony {
    position: relative;
    width: 100%;
    margin: 160px 0 0 0;
    padding: 80px 0;
    background-color: #f3f3f3;
}

.ceremony ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ceremony ul li:first-child {
    width: 45%;
    margin: -160px 0 0 0;
}

.ceremony ul li:last-child {
    width: 48%;
    line-height: 1.7;
}

.ceremony ul li p {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-align: justify;
    color: #315181;
}

.ceremony_back {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 80px;
    background: url(../images/ceremony_deco.png) repeat-x;
}


/* crown-jewel */

.crown-jewel {
    width: 100%;
    padding: 60px 0;
}

.content {
    width: 800px;
    margin: 0 auto;
}

.content h5 {
    margin: 30px 0 30px 0;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    color: #315181;
    font-weight: normal;
    line-height: 36px;
}

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

.content p {
    text-align: justify;
    width: 680px;
    margin: 20px auto 30px;
    font-size: 16px;
    color: #315181;
}

/* portrait */

.portrait {
    width: 100%;
    padding: 60px 0;
    background-color: #f3f3f3;
}

.portrait ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.portrait h5 {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 30px;
    font-family: serif;
    color: #315181;
    font-weight: normal;
    line-height: 36px;
}

.portrait ul li p {
    font-size: 16px;
    color: #315181;
    margin: 0 0 30px 0;
    line-height: 30px;
}

/* movie */

.movie {
    position: relative;
    width: 100%;
    padding: 180px 0;
    text-align: center;
}

.movie h6 {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    font-family: serif;
    color: #315181;
    font-weight: normal;
}

/* page-end */

.page-end {
    position: relative;
    width: 100%;
    background: url(../images/footer_pc.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.emblem {
    width: 800px;
    height: 700px;
    margin: 0 auto 200px;
    padding: 60px 0 0 0;
}

.emblem img {
    text-align: center;
    width: 240px;
}

.emblem p {
    text-align: center;
    margin: 0 auto;
}

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

.emblem h5 span {
    color: #fff;
    font-size: 28px;
}


.mv_coin {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.page-end ul {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 800px;
}

.page-end ul li {
    position: absolute;
    bottom: 0;
    width: 200px;
    filter: drop-shadow(5px 5px 5px #5a5a5a48);
}

.page-end ul li:nth-child(1) {
    width: 210px;
    left: 0;
}

.page-end ul li:nth-child(2) {
    width: 180px;
    left: 160px;
}

.page-end ul li:nth-child(3) {
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
}

.page-end ul li:nth-child(4) {
    width: 260px;
    right: 80px;
}

.page-end ul li:nth-child(5) {
    width: 160px;
    right: 0;
}

.page-end ul li:nth-child(6) {
    width: 800px;
    right: 0;
    bottom: -30px;
    z-index: -1;
    filter: none;
}

.page-end ul li:hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(255, 218, 115));
}

.page-end ul li:nth-child(2):hover,
.page-end ul li:nth-child(4):hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(214, 214, 214));
}

.page-end ul li:nth-child(5):hover {
    filter: contrast(130%);
    transition: .2s;
    filter: drop-shadow(-3px -2px 8px rgb(255, 138, 84));
}

.charlesiii_coronation {
    padding-top: 156px !important;
}