@charset "UTF-8";
@media screen and (min-width: 768px),print {
.main-title {
    background: #2D2D36;
    margin: -1px 0 0;
}
/* mainContents
-------------------------------------*/
#mainContents {
    padding: 20px 0 0;
}
#mainContents .enttl{
    text-align: center;
}
#mainContents h2{
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 1.61764;
    text-align: center;
    color: #4d4d4d;
    margin-top: -21px;
    padding-bottom: 27px;
}
#mainContents .slider {
    overflow: hidden;
}
#mainContents .slider .slick-slide {
    margin-right: 40px;
}
#mainContents .prev-arrow,
#mainContents .next-arrow {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#mainContents .prev-arrow {
    left: calc(50% - 500px);
}
#mainContents .next-arrow {
    right: calc(50% - 500px);
}
#mainContents .item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 498px;
    margin-inline: auto;
    padding: 60px 0 0;
    position: relative;
}
#mainContents .item::after {
    content: "";
    position: absolute;
    bottom: -51px;
    left: 50%;
    width: 1px;
    height: 56px;
    background: #707070;
    transform: translateX(-50%);
}
#mainContents .item li {
    background: rgb(183, 183, 183, 0.2);
    width: 270px;
    height: 270px;
    border-radius: 50%;
    display: grid;
    padding: 70px 0 0;
    align-items: start;
}
#mainContents .item li:nth-child(2) {
    left: calc(50% - 145px);
    position: relative;
}
#mainContents .item li .icon {
    margin-bottom: 14px;
    text-align: center;
}
#mainContents .item li .txt {
    font-weight: 400;
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 1.61764;
    text-align: center;
    color: #4d4d4d;
    margin: -73px 0 0;
}
#mainContents .recommend {
    padding: 96px 0 0;
    position: relative;
    z-index: 2;
}
#mainContents .recommend h2{
    font-weight: 400;
    font-size: 46px;
    letter-spacing: 0.15em;
    line-height: 1.19565;
    text-align: center;
    color: #4d4d4d;
    position: relative;
    padding-bottom: 0;
}
#mainContents .recommend .enttl {
    margin-inline: auto;
    margin-top: -50px;
    margin-bottom: 11px;
}
#mainContents .recommend .enttl img {
    width: 431px;
}
#mainContents .recommend .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 26px;
}
#mainContents .recommend .content {
    width: 600px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    padding: 20px 120px 40px;
    margin-inline: auto;
}
#mainContents .recommend .content h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 2.29166;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 13px;
}
#mainContents .recommend .content .list {
    display: grid;
    gap: 13px;
}
#mainContents .recommend .content .list li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    color: #4d4d4d;
    border-bottom: 1px solid #B7B7B7;
    position: relative;
    padding-left: 37px;
}
#mainContents .recommend .content .list li::before {
    content: "";
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 13px;
    width: 21px;
    height: 19px;
    background: url(../images/moderela/chceck-icon.svg)no-repeat;
    background-size: contain;
}

/* point
-------------------------------------*/
#point {
    background: #F2F2F2;
    padding: 296px 0 120px;
    margin-top: -217px;
}
#point h2 {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 1.61764;
    text-align: center;
    color: #4d4d4d;
}
#point .enttl {
    font-weight: normal;
    font-size: 11.5px;
    letter-spacing: 0.05em;
    line-height: 1.70434;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 26px;
}

/* sec共通 */
#point .sec {
    background: url(../images/moderela/point-bg.png) no-repeat bottom right;
    padding: 0 0 50px;
    margin-bottom: 122px;
}
#point .sec:nth-child(even) {
    background: url(../images/moderela/point-bg.png) no-repeat bottom left;
}
#point .inner {
    width: min(95%, 1200px);
    margin-inline: auto;
}
#point .inBox {
    display: grid;
    grid-template-columns: 44.8% 1fr;
    gap: 44px;
    align-items: center;
    width: 1150px;
    background: #FFFFFF;
}
#point .sec:nth-child(even) .inBox {
    grid-template-columns: 51.8% 1fr;
    margin-left: auto;
}
#point .inBox .txt-box {
    padding: 0 0 103px 50px;
}
#point .sec:nth-child(even) .inBox .txt-box {
    order: 2;
    padding: 0 50px 103px 0;
}
#point .inBox .num {
    margin: -36px 0 14px 7px;
}
#point .inBox h3 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.15em;
    line-height: 1.71875;
    color: #4d4d4d;
    margin-bottom: 10px;
}
#point .inBox .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 30px;
}
#point .sec:nth-child(even) .inBox .photo{
    order: 1;
    position: relative;
    left: calc(50% - 348px);
}
/* sec03 */
#point .sec.sec03 .inBox .txt-box{
    padding: 0 0 134px 50px;
}
/* sec04 */
#point .sec.sec04 {
    background: url(../images/moderela/point-bg.png) no-repeat bottom 428px left;
    margin-bottom: 87px;
}
#point .sec.sec04 .inBox .txt-box{
    padding: 0 50px 163px 0;
}
#point .sec.sec04 .inBox02 {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 42.63% 1fr;
    gap: 36px;
    margin-top: 104px;
}
#point .sec.sec04 .inBox02 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
#point .sec.sec04 .inBox02 .list li {
    background: #fff;
    border-radius: 20px;
    padding: 24px 0 19px;
    display: grid;
}
#point .sec.sec04 .inBox02 .list li h4 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #4d4d4d;
}
#point .sec.sec04 .inBox02 .list li .year {
    font-weight: 400;
    font-size: 22px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -11px;
}
#point .sec.sec04 .inBox02 .list li .year span {
    font-weight: 400;
    font-size: 49px;
    color: #4d4d4d;
}
#point .sec.sec04 .inBox02 .img-box{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 39px 34px 61px;
}
#point .sec.sec04 .inBox02 .img-box h4{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.15em;
    line-height: 2.26666;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 17px;
}
/* sec05 */
#point .sec.sec05 .inBox .txt-box{
    padding: 0 0 134px 50px;
}
/* sec06 */
#point .sec.sec06 {
    margin-bottom: 0;
}
#point .sec.sec06 .inBox .txt-box{
    padding: 0 50px 72px 0;
}

/* bottom-sec
-------------------------------------*/
#bottom-sec .inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    padding: 64px 0 170px;
}
#bottom-sec .enttl {
    text-align: center;
}
#bottom-sec h2 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2;
    text-align: center;
    color: #4d4d4d;
    margin-top: -21px;
    margin-bottom: 13px;
}
#bottom-sec .entxt {
    font-weight: 400;
    font-size: 11.5px;
    letter-spacing: 0.05em;
    line-height: 1.70434;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 37px;
}
#bottom-sec .photo-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
}

}
@media screen and (max-width: 767px) {
.main-title {
    background: #2D2D36;
    margin: -1px 0 0;
    padding: 2vw 5vw 8vw;
}

/* mainContents
-------------------------------------*/
#mainContents {
    padding: 9vw 0 0;
}
#mainContents .enttl{
    text-align: center;
}
#mainContents h2{
    font-weight: 600;
    font-size:5.797vw;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-align: center;
    color: #4d4d4d;
    margin-top: -2.2vw;
    padding-bottom: 5vw;
}
#mainContents .slider .slick-slide {
    margin-right: 3.65vw;
    width: 79.711vw;
}
#mainContents .prev-arrow,
#mainContents .next-arrow {
    width: 11.114vw;
    height: 11.114vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
#mainContents .prev-arrow {
    left: calc(50% - 46.2vw);
}
#mainContents .next-arrow {
    right: calc(50% - 46.2vw);
}
#mainContents .item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 77.54vw;
    margin-inline: auto;
    padding: 10vw 0 0;
    position: relative;
}
#mainContents .item::after {
    content: "";
    position: absolute;
    bottom: -11.5vw;
    left: 50%;
    width: 0.2vw;
    height: 13.53vw;
    background: #707070;
    transform: translateX(-50%);
}
#mainContents .item li {
    background: rgb(183, 183, 183, 0.2);
    width: 42.03vw;
    height: 42.03vw;
    border-radius: 50%;
    display: grid;
    padding: 10vw 0 0;
    align-items: start;
}
#mainContents .item li:nth-child(2) {
    left: calc(50% - 22.8vw);
    position: relative;
}
#mainContents .item li .icon {
    text-align: center;
    width: 7.49vw;
    margin-inline: auto;
}
#mainContents .item li .txt {
    font-weight: 400;
    font-size:5.072vw;
    letter-spacing: 0.15em;
    line-height: 1.619047;
    text-align: center;
    color: #4d4d4d;
    margin: -10.5vw 0 0;
}
#mainContents .recommend {
    padding: 17.2vw 0 0;
    position: relative;
    z-index: 2;
}
#mainContents .recommend h2{
    font-weight: 400;
    font-size:8.696vw;
    letter-spacing: 0.15em;
    line-height: 1.527777;
    text-align: center;
    color: #4d4d4d;
    position: relative;
    padding-bottom: 0;
}
#mainContents .recommend .enttl {
    margin-inline: auto;
    margin-top: -10vw;
    margin-bottom: 2.4vw;
}
#mainContents .recommend .enttl img {
    width: 83vw;
}
#mainContents .recommend .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 3vw;
}
#mainContents .recommend .content {
    width: 91.79vw;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    padding: 5.4vw 6vw 9.5vw;
    margin-inline: auto;
}
#mainContents .recommend .content h3 {
    font-weight: 600;
    font-size:5.314vw;
    letter-spacing: 0.15em;
    line-height: 2.5;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 3.4vw;
}
#mainContents .recommend .content .list {
    display: grid;
    gap: 2.9vw;
}
#mainContents .recommend .content .list li {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
    color: #4d4d4d;
    border-bottom: 0.2vw solid #B7B7B7;
    position: relative;
    padding-left: 7vw;
}
#mainContents .recommend .content .list li::before {
    content: "";
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
    left: 1vw;
    width: 5.075vw;
    height: 4.7vw;
    background: url(../images/moderela/chceck-icon.svg)no-repeat;
    background-size: contain;
}

/* point
-------------------------------------*/
#point {
    background: #F2F2F2;
    padding: 80.4vw 0 10.5vw;
    margin-top: -62.5vw;
}
#point h2 {
    font-weight: 600;
    font-size:5.314vw;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 1.5vw;
}
#point .enttl {
    font-weight: normal;
    font-size: 2.776vw;
    letter-spacing: 0.05em;
    line-height: 1.70434;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 18.5vw;
}

/* sec共通 */
#point .sec {
    background: url(../images/moderela/point-bg.png) no-repeat bottom center;
    padding: 0 0 15vw;
    margin-bottom: 20vw;
}
#point .sec .inner {
    background: #FFFFFF;
}
#point .inBox {
    background: #FFFFFF;
    display: grid;
    padding: 0vw 2.9vw 1.2vw;
}
#point .inBox .txt-box {
    display: contents;
}
#point .inBox .num {
    text-align: center;
    order: 1;
    margin-top: -12.5vw;
    margin-bottom: 3vw;
}
#point .inBox h3 {
    font-weight: 600;
    font-size:6.522vw;
    letter-spacing: 0.15em;
    line-height: 2.03703;
    color: #4d4d4d;
    text-align: center;
    margin-bottom: 2vw;
    order: 2;
}
#point .inBox .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.875;
    margin-bottom: 7vw;
    order: 4;
    width: 87vw;
    margin-inline: auto;
}
#point .inBox .photo {
    order: 3;
    margin-bottom: 4vw;
}

/* sec04 */
#point .sec.sec04 {
    background: url(../images/moderela/point-bg.png) no-repeat bottom 10vw center / 100vw;
    margin-bottom: 10.5vw;
    padding: 0 0 24vw;
}
#point .sec.sec04 .inBox02 {margin-top: -4vw;padding: 0 0 6.4vw;}
#point .sec.sec04 .inBox02 .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2vw 4.3vw;
    width: 94.205vw;
    margin-inline: auto;
    margin-bottom: 4vw;
}
#point .sec.sec04 .inBox02 .list li {
    background: #fff;
    border: 0.2vw solid #CECECE;
    border-radius: 2vw;
    padding: 6vw 0 3.5vw;
    display: grid;
}
#point .sec.sec04 .inBox02 .list li h4 {
    font-weight: 600;
    font-size:5.314vw;
    text-align: center;
    color: #4d4d4d;
}
#point .sec.sec04 .inBox02 .list li .year {
    font-weight: 400;
    font-size:5.314vw;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -3vw;
}
#point .sec.sec04 .inBox02 .list li .year span {
    font-weight: 400;
    font-size:11.836vw;
    color: #4d4d4d;
}
#point .sec.sec04 .inBox02 .js-scrollable {
/* margin: 0 0 0 3vw; */
/* border: 0.2vw solid #CECECE; */
}
#point .sec.sec04 .inBox02 .img-box-wrap {
    padding: 5vw 8.8vw 11.4vw;
    border: 0.2vw solid #CECECE;
    border-radius: 2vw;
    width: 166vw;
    margin: 0 3vw;
}
#point .sec.sec04 .inBox02 .img-box{

    margin-bottom: -1vw;
}
#point .sec.sec04 .inBox02 .img-box h4{
    font-weight: 600;
    font-size:8.213vw;
    letter-spacing: 0.15em;
    line-height: 2.264705;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 5vw;
}
#point .sec.sec04 .inBox02 .img-box .img img {
    width: 146vw;
}
#point .sec.sec04 .inBox02 .scroll-txt {
    font-size:3.623vw;
    font-weight: 500;
    line-height: 3;
    letter-spacing: 0.05em;
    margin-left: 4.4vw;
    margin-top: -1vw;
}
/* sec06 */
#point .sec.sec06 {
    margin-bottom: 0;
}

/* bottom-sec
-------------------------------------*/
#bottom-sec .inner {
    padding: 15vw 0 21vw;
}
#bottom-sec .enttl {
    text-align: center;
}
#bottom-sec h2 {
    font-weight: 600;
    font-size:4.589vw;
    letter-spacing: 0.15em;
    line-height: 1.894736;
    text-align: center;
    color: #4d4d4d;
    margin-top: -3vw;
    margin-bottom: 3.5vw;
}
#bottom-sec .entxt {
    font-weight: 400;
    font-size: 2.292vw;
    letter-spacing: 0.05em;
    line-height: 1.642105;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 4vw;
}
#bottom-sec .photo-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4vw;
}


}