.section {
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: 'myriadsetpro-thinthin', Arial;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

.big-img {
    width: 100%;
}

#SE60 div, #SE60 ul, #SE60 li, #SE60 h3, #SE60 h4, #SE60 p {
    margin: 0;
    padding: 0;
    font-style: normal;
}

#SE60 ul, #SE60 li {
    list-style: none;
}

#SE60 img {
    border: 0;
    vertical-align: middle;
}

#SE60 {
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    font-family: 'myriadsetpro-thinthin', Arial;
    text-align: center;
}

#SE60 .type-area {
    width: 68%;
    margin: 0 auto;
}

#SE60 .bg-black {
    background: #000;
}

#SE60 .gold-color {
    color: #AE8857;
}

#SE60 .black-opacity {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#SE60 .position-relative {
    position: relative;
}

#SE60 .sit-absolute {
    position: absolute;
}

#SE60 .img-box {
    margin: 0 auto;
}

#SE60 .x-center {
    left: 50%;
    transform: translateX(-50%);
}

#SE60 .y-center {
    top: 50%;
    transform: translateY(-50%);
}

#SE60 .img-100p {
    width: 100%;
}

#SE60 .sect {
    width: 100%;
    position: relative;
    text-align: center;
}

#SE60 .sect p {
    line-height: 1.2;
}

#SE60 .bv-pc {
    display: inline-block;
}

#SE60 .bv-phone {
    display: none;
}

#SE60 .bv-init {
    pointer-events: none;
    opacity: 0;
    transform: translateY(25px);
    transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
}

#SE60 .delay-1 {
    transition-delay: .2s;
}

#SE60 .delay-2 {
    transition-delay: .4s;
}

#SE60 .bv-transform-move {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}

#SE60 .bv-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#SE60 .f-bold {
    font-weight: bold;
}

#SE60 .f-medium {
    font-weight: 600;
}

#SE60 .m-auto {
    margin: 0 auto;
}

#SE60 .f-s-72 {
    font-size: 3.75vw;
}

#SE60 .f-s-60 {
    font-size: 2.9166666667vw;
}

#SE60 .f-s-50 {
    font-size: 2.6041666667vw;
}

#SE60 .f-s-54 {
    font-size: 2.8125vw;
}

#SE60 .f-s-52 {
    font-size: 2.7083333333vw;
}

#SE60 .f-s-48 {
    font-size: 2.3958333333vw;
}

#SE60 .f-s-42 {
    font-size: 2.1875vw;
}

#SE60 .f-s-40 {
    font-size: 2.0833333333vw;
}

#SE60 .f-s-36 {
    font-size: 1.875vw;
}

#SE60 .f-s-32 {
    font-size: 1.6666666667vw;
}

#SE60 .f-s-30 {
    font-size: 1.5625vw;
}

#SE60 .f-s-28 {
    font-size: 1.4583333333vw;
}

#SE60 .f-s-26 {
    font-size: 1.3541666667vw;
}

#SE60 .f-s-24 {
    font-size: 1.25vw;
}

#SE60 .f-s-22 {
    font-size: 1.1458333333vw;
}

#SE60 .f-s-20 {
    font-size: 1.0416666667vw;
}

#SE60 .f-s-18 {
    font-size: 0.9375vw;
}

#SE60 .t-left {
    text-align: left;
}

#SE60 .t-center {
    text-align: center;
}

#SE60 .t-right {
    text-align: right;
}

#SE60 .w-66p {
    width: 66%;
}

#SE60 .w-52p {
    width: 52%;
}

#SE60 .bv-pink {
    color: #E0B1CF;
}

#SE60 .common-text .p2 {
    padding-top: 1.25vw;
    padding-bottom: 1.0416666667vw;
}

#SE60 .text-line {
    position: relative;
    display: inline-block;
    line-height: 1.8;
}

#SE60 .text-line:after {
    width: 110%;
    height: 1.0416666667vw;
    content: "";
    background: #D4B6E3;
    position: absolute;
    bottom: 1.0416666667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#SE60 .sect-text .p2 {
    padding: 0.5208333333vw 0;
}

#SE60 .sect1 .sect-text {
    width: 45%;
    left: 10%;
    top: 22%;
    color: #fff;
}

#SE60 .sect1 .p2 {
    padding-top: 1.0416666667vw;
    padding-bottom: 0.5208333333vw;
}

#SE60 .sect2 {
    padding: 7.8125vw 0;
}

#SE60 .sect3 {
    padding-bottom: 6.7708333333vw;
}

#SE60 .sect3 .sect-title {
    font-size: 4.1666666667vw;
    padding-bottom: 3.6458333333vw;
}

#SE60 .sect3 .p1 {
    font-weight: 600;
    padding-bottom: 0.5208333333vw;
}

#SE60 .sect-no .sect-text {
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #F3D2A5;
}

#SE60 .sect-no .no {
    font-size: 3.75vw;
}

#SE60 .sect5 {
    padding: 5.2083333333vw 0;
}

#SE60 .sect5 .img-box-1 {
    padding: 4.1666666667vw 0;
}

#SE60 .sect5 span {
    position: absolute;
}

#SE60 .sect5 .span-1 {
    top: 42%;
    left: 7%;
}

#SE60 .sect5 .span-2 {
    top: 42%;
    right: 4%;
}

#SE60 .sect5 .span-3 {
    bottom: 10%;
    left: 7%;
}

#SE60 .sect5 .span-4 {
    bottom: 10%;
    right: 7%;
}

#SE60 .sect7 {
    padding-top: 7.8125vw;
}

#SE60 .sect7 .sect-content {
    display: flex;
}

#SE60 .sect7 .sect-text {
    width: 60%;
}

#SE60 .sect7 .p1 {
    white-space: nowrap;
}

#SE60 .sect7 .p3 {
    width: 80%;
}

#SE60 .sect7 .img-box {
    padding-top: 5.2083333333vw;
    width: 45%;
}

#SE60 .sect7 .img-box img {
    width: 80%;
}

#SE60 .sect7 .icon-box {
    padding-top: 4.1666666667vw;
    display: grid;
    grid-template-columns: 55% auto;
    column-gap: 3.125vw;
}

#SE60 .sect7 .img {
    width: 4.1666666667vw;
}

#SE60 .sect7 .icon-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#SE60 .sect8 .sect-text {
    top: 5%;
}

#SE60 .sect8 .sect-inner {
    right: 16%;
    bottom: 15%;
    display: grid;
    row-gap: 0.78125vw;
}

#SE60 .sect8 .sect-item {
    background: #FCFAF9;
    border-radius: 0.5208333333vw;
    padding: 1.3020833333vw 2.6041666667vw;
}

#SE60 .sect8 .sect-content-2 {
    background: #eee0cf;
}

#SE60 .sect8 .left {
    width: 4.1666666667vw;
    margin-right: 1.0416666667vw;
}

#SE60 .sect8 .icon-box {
    padding: 3.125vw 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#SE60 .sect8 .icon-item {
    display: flex;
    margin: 1.5625vw;
}

#SE60 .sect9 {
    padding: 3.6458333333vw 0;
}

#SE60 .sect9 .sect-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background: #c29b6c;
    border-radius: 1.0416666667vw;
}

#SE60 .sect9 .sect-text {
    color: #fff;
    padding: 0 2.6041666667vw;
}

#SE60 .sect9 .p3 {
    padding-top: 1.0416666667vw;
}

#SE60 .sect11 {
    padding: 5.7291666667vw 0;
}

#SE60 .sect11 .sect-text {
    padding-bottom: 1.0416666667vw;
}

#SE60 .sect12 .sect-content {
    margin-top: 1.5625vw;
    display: grid;
    grid-template-columns: 55% auto;
    background: #f9f4ed;
}

#SE60 .sect12 .left {
    padding: 3.6458333333vw 0 3.125vw 2.6041666667vw;
}

#SE60 .sect12 .left-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625vw;
}

#SE60 .sect12 .icon-box {
    padding-top: 2.6041666667vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125vw;
}

#SE60 .sect12 .icon-box p {
    padding-top: 0.2604166667vw;
}

#SE60 .sect13 {
    padding-top: 5.2083333333vw;
}

#SE60 .sect13 .sect-content-1 {
    padding: 2.0833333333vw 0 1.0416666667vw 0;
}

#SE60 .sect13 .sect-content-1 .sect-text {
    left: 5%;
}

#SE60 .sect13 .sect-content-1 .left-item {
    margin-bottom: 2.6041666667vw;
}

#SE60 .sect13 .sect-content-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666667vw;
}

#SE60 .sect13 .sect-content-2 .sect-text {
    top: 20%;
    left: 5%;
    width: 52%;
}

#SE60 .sect13 .sect-content-2 .sect-text .p5 {
    padding-top: 1.0416666667vw;
}

#SE60 .sect13 .sect-content-3 {
    padding-top: 1.5625vw;
    display: grid;
    grid-template-columns: 20% 20% 20%;
    gap: 5.2083333333vw;
    justify-content: center;
}

#SE60 .sect13 .sect-content-3 p {
    padding-top: 0.5208333333vw;
}

#SE60 .sect14 {
    padding-top: 7.8125vw;
    padding-bottom: 5.2083333333vw;
}

#SE60 .sect14 .type-area {
    padding-top: 1.5625vw;
    display: grid;
    grid-template-columns: 50% auto;
    gap: 2.6041666667vw;
}

#SE60 .sect14 .icon-box {
    padding-top: 1.5625vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.6041666667vw;
    row-gap: 1.0416666667vw;
    text-align: center;
}

#SE60 .sect14 .icon-box img {
    width: 5.2083333333vw;
}

#SE60 .sect14 .icon-box p {
    white-space: nowrap;
    padding-top: 0.5208333333vw;
}

#SE60 .sect15 {
    background: #f9f4ed;
    padding-top: 3.125vw;
    padding-bottom: 5.2083333333vw;
}

#SE60 .sect15 .p2 {
    padding-top: 0.5208333333vw;
    padding-bottom: 1.0416666667vw;
}

#SE60 .sect15 .icon-box {
    padding-top: 3.125vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.6041666667vw;
}

#SE60 .sect15 .icon-box p {
    padding-top: 0.5208333333vw;
}

#SE60 .sect15 .sect-content {
    display: grid;
    justify-content: flex-end;
    align-items: center;
    grid-template-columns: 40% 40%;
    column-gap: 1.5625vw;
}

#SE60 .sect15 .notice {
    padding-top: 3.125vw;
}

#SE60 .sect16 {
    padding: 4.6875vw 0;
}

#SE60 .sect16 .sect-text {
    padding-bottom: 2.6041666667vw;
}

#SE60 .sect17 {
    background: #f9f4ed;
    padding: 4.1666666667vw 0;
}

#SE60 .sect17 .sect-content {
    padding-top: 3.125vw;
    display: grid;
    grid-template-columns: 52.5% auto;
    column-gap: 2.6041666667vw;
}

#SE60 .sect17 .txt {
    bottom: 5%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
}

#SE60 .sect17 .txt-1 {
    width: 80%;
    right: 2%;
    bottom: 3%;
    left: unset;
    transform: unset;
}

#SE60 .sect18 {
    padding: 4.6875vw 0;
}

#SE60 .sect18 .sect-content {
    padding-top: 1.5625vw;
}

#SE60 .sect18 .sect-text {
    left: 5%;
}

#SE60 .sect18 .left-item-1 {
    padding-bottom: 3.125vw;
}

#SE60 .sect19 {
    padding: 4.6875vw 0;
}

#SE60 .sect19 .sect-text {
    padding-bottom: 1.5625vw;
}

#SE60 .sect21 {
    padding: 4.6875vw 0;
}

#SE60 .sect21 .sect-content-1 .sect-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.6041666667vw;
    align-items: center;
}

#SE60 .sect21 .sect-content-1 .sect-item .p3 {
    padding-top: 1.5625vw;
}

#SE60 .sect21 .sect-content-1 .notice {
    padding-top: 2.0833333333vw;
    color: #6D6D6D;
}

#SE60 .sect21 .sect-content-1 .sect-item-1 {
    margin-top: 4.1666666667vw;
}

#SE60 .sect21 .sect-content-2 {
    padding-top: 4.1666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
}

#SE60 .sect21 .sect-content-2 .sect-text {
    padding-top: 1.5625vw;
}

#SE60 .sect23 {
    padding: 4.6875vw 0;
}

#SE60 .sect23 .sect-content {
    padding-top: 2.0833333333vw;
    display: grid;
    grid-template-columns: 60% auto;
    column-gap: 3.6458333333vw;
    align-items: center;
}

#SE60 .sect23 .sect-content .sect-item {
    margin-bottom: 3.125vw;
}

#SE60 .sect23 .sect-content-1 {
    padding-top: 4.6875vw;
    display: grid;
    grid-template-columns: 47.5% auto;
    column-gap: 2.6041666667vw;
}

#SE60 .sect24 {
    padding: 6.25vw 0;
}

#SE60 .sect24 .sect-title {
    padding-bottom: 3.6458333333vw;
}

#SE60 .sect24 tr:nth-child(even) {
    background: #EAEAEA;
}

#SE60 .sect24 td {
    padding: 0.9375vw;
}

#SE60 .sect24 td:nth-child(odd) {
    width: 25%;
}

#SE60 .sect24 td:nth-child(even) {
    width: 65%;
}

@media screen and (max-width: 1201px) and (min-width: 200px) {
    #SE60 .sect .main-order {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: center;
        align-items: center;
    }

    #SE60 .sect .main-order .my-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #SE60 .sect .main-order .my-order-1 {
        margin-left: unset;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #SE60 .bv-pc {
        display: none;
    }

    #SE60 .bv-phone {
        display: block;
    }

    #SE60 .type-area {
        width: 98%;
        box-sizing: border-box;
    }

    #SE60 .f-s-72 {
        font-size: 6.4vw;
    }

    #SE60 .f-s-60 {
        font-size: 6.9333333333vw;
    }

    #SE60 .f-s-54 {
        font-size: 6.4vw;
    }

    #SE60 .f-s-52 {
        font-size: 6.4vw;
    }

    #SE60 .f-s-50 {
        font-size: 4.2666666667vw;
    }

    #SE60 .f-s-48 {
        font-size: 4.8vw;
    }

    #SE60 .f-s-42 {
        font-size: 5.3333333333vw;
    }

    #SE60 .f-s-40 {
        font-size: 4.8vw;
    }

    #SE60 .f-s-36 {
        font-size: 3.7333333333vw;
    }

    #SE60 .f-s-32 {
        font-size: 4.2666666667vw;
    }

    #SE60 .f-s-30 {
        font-size: 3.4666666667vw;
    }

    #SE60 .f-s-28 {
        font-size: 3.2vw;
    }

    #SE60 .f-s-26 {
        font-size: 2.6666666667vw;
    }

    #SE60 .f-s-24 {
        font-size: 3.2vw;
    }

    #SE60 .f-s-22 {
        font-size: 2.9333333333vw;
    }

    #SE60 .f-s-20 {
        font-size: 2.4vw;
    }

    #SE60 .f-s-18 {
        font-size: 2.4vw;
    }

    #SE60 .sect .app-w-95p {
        width: 95%;
    }

    #SE60 .sect1 .sect-text {
        text-align: center;
        top: 15%;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
    }

    #SE60 .sect1 .sect-text .p1 {
        font-size: 8vw;
    }

    #SE60 .sect3 .sect-title {
        font-size: 6.4vw;
    }

    #SE60 .sect-no .p1, #SE60 .sect-no span, #SE60 .sect-no .p2 {
        font-size: 3.7333333333vw;
    }

    #SE60 .sect5 .p1 {
        font-size: 4.8vw;
    }

    #SE60 .sect7 .img-box {
        padding-top: 10vw;
    }

    #SE60 .sect7 .img {
        width: 15vw;
    }

    #SE60 .sect7 .sect-text {
        position: relative;
        padding-bottom: 15vw;
    }

    #SE60 .sect7 .icon-box {
        width: 150%;
        position: absolute;
        left: 0;
        bottom: 2%;
    }

    #SE60 .sect8 {
        padding-top: 12vw;
    }

    #SE60 .sect8 .p1 {
        font-size: 4.8vw;
    }

    #SE60 .sect8 .sect-text {
        padding-bottom: 4vw;
        position: unset;
        transform: unset;
    }

    #SE60 .sect8 .sect-inner {
        right: 4%;
    }

    #SE60 .sect8 .icon-item {
        width: 45%;
    }

    #SE60 .sect8 .left {
        width: 15vw;
    }

    #SE60 .sect13 .sect-content-1 .sect-text {
        left: 1%;
    }

    #SE60 .sect13 .sect-content-2 {
        display: unset;
    }

    #SE60 .sect13 .sect-content-2 .sect-text {
        width: 45%;
    }

    #SE60 .sect13 .sect-content-2 .sect-item {
        margin-bottom: 2.6666666667vw;
    }

    #SE60 .sect13 .sect-content-3 {
        grid-template-columns: 27% 27% 27%;
    }

    #SE60 .sect14 .main-order {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: center;
        align-items: center;
    }

    #SE60 .sect14 .main-order .my-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #SE60 .sect14 .main-order .my-order-1 {
        margin-left: unset;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    #SE60 .sect14 .icon-box img {
        width: 15vw;
    }

    #SE60 .sect15 .sect-content {
        display: block;
        width: 98%;
        margin: 0 auto;
    }

    #SE60 .sect16 .p1, #SE60 .sect17 .p1 {
        font-size: 4.8vw;
    }

    #SE60 .sect17 .p5 {
        display: none;
    }

    #SE60 .sect17 .p4 {
        font-size: 4vw;
    }

    #SE60 .sect17 .txt {
        bottom: 10%;
    }

    #SE60 .sect21 .sect-content-1 .sect-item {
        display: unset;
    }

    #SE60 .sect21 .sect-content-1 .sect-text {
        padding: 4vw 0;
    }

    #SE60 .sect21 .sect-content-1 .main-order {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: center;
        align-items: center;
    }

    #SE60 .sect21 .sect-content-1 .main-order .my-order-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    #SE60 .sect21 .sect-content-1 .main-order .my-order-1 {
        margin-left: unset;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}