@charset "UTF-8";
.font-bold {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*HTML5display-roleresetforolderbrowsers*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #454545;
}

/* common */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.pc--show {
    display: block;
}

.pc--hide {
    display: none;
}

.breadcrumb {
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    width: 1040px;
    margin: 25px auto 0;
    line-height: 1.5;
}

.breadcrumb a {
    color: #454545;
}

/* animation */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@media only screen and (max-width: 750px) {
    .sp--hide {
        display: none;
    }

    .sp--show {
        display: block;
    }
}

.p-cmn_contents__ttlArea {
    margin: 40px auto 55px;
    display: table;
}

@media screen and (max-width: 750px) {
    .p-cmn_contents__ttlArea {
        font-size: 30px;
        font-size: 4vw;
        line-height: 2.46667;
        margin-top: 0;
        margin-bottom: 6.66667vw;
    }
}

.p-cmn_contents__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5;
    border-bottom: 1px solid #454545;
    position: relative;
    text-align: center;
    color: #454545;
    letter-spacing: 0.25em;
}

@media screen and (max-width: 750px) {
    .p-cmn_contents__ttl {
        font-size: 30px;
        font-size: 4vw;
        line-height: 2;
    }
}

.p-cmn_contents__ttl_sub {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2.1;
    text-align: center;
    margin-top: 5px;
    letter-spacing: 0.25em;
}

.p-btn_pageTop {
    display: block;
    position: fixed;
    right: 0;
    bottom: -60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .p-btn_pageTop {
        width: 10.66667vw;
        height: 10.66667vw;
        bottom: 4vw;
    }
}

/* c-slide */

.top-cs {
    min-width: 1200px;
}

.top-cs .contents__bridal__container .contents__bridal__container__linkArea .contents__bridal__container__bnr img,
.top-cs .contents__pgi__container .contents__pgi__container__bnr img,
.top-cs .contents__platinum__container .contents__platinum__container__bnr img {
    min-width: 100%;
}

.main-visual {
    overflow: hidden;
}

.main-visual .contents__box {
    height: 530px;
    min-width: 1040px;
    background-size: 2190px;
}

.main-visual .contents__box .contents__box__fade1 {
    opacity: 0;
}

.c-slide {
    position: relative;
}

.c-slide .contents__box__fade {
    opacity: 0;
}

.c-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* background: #f6fbfe;
    background: -webkit-linear-gradient(346deg, #f6fbfe 0%, #f1f4f9 73%);
    background: linear-gradient(104deg, #f6fbfe 0%, #f1f4f9 73%); */
    z-index: -1;
}

.c-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    /* background: -webkit-linear-gradient(346deg, #f7fcff 0%, #f7fcff 73%);
    background: linear-gradient(104deg, #f7fcff 0%, #f7fcff 73%); */
    z-index: -1;
}

.c-slide .l-cont {
    position: relative;
    max-width: 1427px;
    height: 100%;
    margin: 0 auto;
}

.c-slide_item {
    /* background-image: url("/images/top/top_mv_pw_202109.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    height: 530px;
    margin: 0 auto;
    position: relative;
}
.c-slide_item::before {
    content: "";
    display: block;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1400px;
    box-shadow: inset 0 0 20px 15px #012549;
    z-index: 1;
}
.c-slide_item::after {
    content: "";
    display: block;
    width: 100%;
    height: 530px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/images/top/top_mv_pw_2023fw.jpg) no-repeat center center / auto 530px;
    max-width: 1400px;
}
/* .top_pw_text {
    width: 674px;
    margin-left: 43.83%;
} */
@media screen and (max-width: 750px) {
    .c-slide_item::before,
    .c-slide_item::after {
            display: none;
    }
    /* .top_pw_text {
        display: none;
    } */
}

.c-slide .l-cont.-pw {
    max-width: 100%;
    background-color: #012549;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    .c-slide .l-cont.-pw {
        background-color: transparent;
    }
}

.c-slide_content {
    position: relative;
    float: right;
    top: 124px;
    margin-right: 60px;
    /* right: -140px; */
}

.c-slide_logo {
    margin-bottom: 56px;
}

.c-slide_logo img {
    width: 429px;
}

.c-slide_img {
    width: 100%;
    height: 100%;
}

.c-slide_flex {
    display: flex;
    position: relative;
}

.c-slide_title {
    margin: 0 0 22px;
}

.c-slide_title img {
    width: 266px;
}

.c-slide_text {
    margin-bottom: 46px;
}

.c-slide_text img {
    width: 242px;
}

.c-slide_column02 {
    display: flex;
    width: 268px;
    height: 126px;
    font-size: 2rem;
    line-height: 44px;
    font-weight: 600;
    color: #595959;
    letter-spacing: -2px;
    margin-left: 90px;
    position: relative;
    top: 10px;
    font-weight: normal;
    background: url(/images/top/top_slide_copy01.png) no-repeat 0 0 /contain;
}

.c-slide_column02::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -53px;
    width: 2px;
    height: 152px;
    background: #cfd7e5;
}

.c-slide_btn {
    line-height: 36px;
    color: #595959;
    font-weight: 500;
}

.c-slide_btn .btn {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    width: 188px;
    color: #1a1a1a;
    border: 2px solid #959595;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-indent: -8px;
    letter-spacing: -0.03em;
}

.c-slide_btn .btn::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 751px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .top-cs {
        min-width: 100%;
        overflow: hidden;
    }

    .top-cs .slick-arrow {
        display: none !important;
    }

    .c-slide::before,
    .c-slide::after {
        display: none;
    }

    .d-slide .l-cont {
        max-width: 100%;
    }

    .c-slide_content {
        position: absolute;
        top: unset;
        right: unset;
        bottom: 17px;
        left: 25px;
        margin-right: 0;
    }

    .c-slide_item {
        background-image: url("/images/top/top_mv_pw_2023fw_sp.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        height: 106.66666vw;
        margin: 0 auto;
    }

    .c-slide_title {
        margin: 0 0 18px;
    }

    .c-slide_title img {
        width: 190px;
    }

    .c-slide_text {
        margin-bottom: 22px;
    }

    .c-slide_text img {
        width: 155px;
    }

    .c-slide_column02 {
        width: 160px;
        height: auto;
        margin-left: -20px;
        top: 63px;
    }

    .c-slide_column02::before {
        display: none;
    }

    .c-slide_btn {
        font-size: 1.4rem;
        line-height: 10.6px;
    }

    .c-slide_btn .btn {
        width: 140px;
        font-size: 1rem;
        border: 1px solid #959595;
        padding: 7px 0 5px;
    }

    .c-slide_btn .btn::after {
        top: 8px;
        right: 9px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #959595;
        border-right: 1px solid #959595;
    }

    .main-visual .contents__box {
        min-width: auto;
        padding-top: 0;
        height: auto;
        background: none;
        margin-bottom: 0;
    }

    .main-visual .contents__box__inner {
        min-width: 100%;
        max-width: 100%;
    }

    .main-visual .contents__box__textArea {
        width: 100%;
        left: 0;
        transform: none;
        top: 50.66666vw;
        /* bottom: 20px; */
        padding: 0 20px;
    }

    .main-visual .contents__box__subTitle {
        background-image: url(/images/top/TOPvisual_text01_202012_sp.png);
        width: 68.933333vw;
        height: 16.53333vw;
        margin: 0 auto;
    }

    .main-visual .contents__box__leadText {
        background-image: url(/images/top/TOPvisual_text02_202012_sp.png);
        width: 68.933333vw;
        height: 22.4vw;
        margin: 0 auto;
    }

    .main-visual .contents__box__textArea .contents__box__btn {
        width: 38.4vw;
        margin: 5.33333vw auto 0;
    }

    .pc-only {
        display: none !important;
    }
}

.main-visual a:focus {
    outline: none;
}

.btn_top_attention {
    /* background-color: #3373a2; */
    border: 4px solid #0082e6;
    color: #0082e6;
    font-size: 1.8rem;
    text-align: center;
    /* width: 1205px; */
    width: 1040px;
    margin: 25px auto;
    display: block;
    padding: 18px 0;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
}
.btn_top_attention::after {
    content: ">";
    display: inline-block;
    vertical-align: text-top;
    /* width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff; */
    margin-left: 1em;
}
@media only screen and (max-width: 750px) {
    .btn_top_attention {
        width: 89.33333vw;
        font-size: 3.33333vw;
        /* margin-top: auto; */
        margin-top: 12vw;
        margin-bottom: 4vw;
        padding: 2.5vw 0;
        border-width: 2px;
    }
    .btn_top_attention::after {
        border-width: 1.2vw 0 1.2vw 2.0vw;
    }
}