@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Yantramanav:wght@500;700&family=Yuji+Syuku&display=swap');

/*------------------------------------------------------------
button
------------------------------------------------------------*/

.bg-gradient span,
.bg-gradient:before {
    background: #a78467;
    background: linear-gradient(to right, #a78467 0%, #b8a675 80%, #b8a675 100%);
}

.bg-gradient2 span,
.bg-gradient2:before {
    background: #142b58;
    background: linear-gradient(to right, #142b58 0%, #283c91 80%, #283c91 100%);
}

.c-list_button {
    display: inline-block;
    margin: 30px auto;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.c-list_button:before {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left: 30px;
    right: 30px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.c-list_button span {
    display: inline-block;
    padding: 18px 60px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    will-change: transform, filter;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
}

.c-list_button:focus,
.c-list_button:active {
    color: #ffffff;
}

.c-list_button:hover {
    color: #ffffff;
}

.c-list_button:hover span {
    filter: brightness(1.05) contrast(1.05);
    transform: scale(0.95);
}

.c-list_button:hover:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
}

.c-list_button.pop-onhover:before {
    opacity: 0;
    bottom: 10px;
}

.c-list_button.pop-onhover:hover:before {
    bottom: -7px;
    opacity: 1;
    filter: blur(20px);
}

.c-list_button.pop-onhover:hover span {
    transform: scale(1.04);
}

.c-list_button.pop-onhover:hover:active span {
    filter: brightness(1) contrast(1);
    transform: scale(1);
    transition: all 0.15s ease-out;
}

.c-list_button.pop-onhover:hover:active:before {
    bottom: 0;
    filter: blur(10px) brightness(0.95);
    transition: all 0.2s ease-out;
}

.btn {
    border-radius: 4px;
    background: #cca448;
    border: none;
    padding: 0.3rem 1.2rem 0.4rem;
    ;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 1.2rem;
}

.btn span:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
}

.btn:hover span {
    padding: 0 1.4rem 0 1rem;
}

.btn:hover span:after {
    opacity: 1;
    right: 0;
}


/*------------------------------------------------------------
layout
------------------------------------------------------------*/

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Noto Sans JP', sans-serif;
}

body.load::after {
    width: 0;
}

body.move::after {
    width: 100%;
    right: 0;
    left: auto;
}

body p {
    line-height: 1.5;
}

.main {
    position: relative;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.wrapper,
main,
section {
    width: 100%;
    overflow-x: hidden;
}

.l-cont {
    width: 100%;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}

.l-cont h2 {
    position: relative;
}

.c-title01 {
    position: relative;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
    .l-cont {
        width: 95%;
    }
    .c-title01 {
        font-size: 1.9rem;
        margin-bottom: 20px;
    }
}

.c-block01 {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    position: relative;
}

.c-block01>.c-title01 {
    text-align: center;
}

.c-block01::after {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: calc( 100% - 40px);
    height: calc( 100% - 40px);
    display: block;
    top: 20px;
    left: 20px;
}

@media screen and (max-width: 767px) {
    .c-block01 {
        width: 95%;
        padding: 50px 40px;
    }
}

.c-block01_col1 {
    max-width: 1080px;
    margin: 20px auto 0;
}

.c-block01_col1 ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.c-block01_col1 ul>li {
    margin-right: 18px;
    padding: 20px 50px 20px 90px;
    position: relative;
    background: #fff;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
}

.c-block01_col1 ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.c-block01_col1 ul>li:nth-child(3):hover {
    background: #ede8d1;
    transition: 0.5s;
}

.c-block01_col1 ul>li span {
    display: block;
    font-size: 1.3rem;
}

.c-block01_col1 ul>li:nth-child(1) {}

.c-block01_col1 ul>li:nth-child(2) {
    padding-left: 120px;
}

.c-block01_col1 ul>li:nth-child(3) {
    margin-right: 0;
}

.c-block01_col1 ul>li:nth-child(1) ::before,
.c-block01_col1 ul>li:nth-child(2):before,
.c-block01_col1 ul>li:nth-child(3):before {
    content: '';
    left: 35px;
    position: absolute;
}

.c-block01_col1 ul>li:nth-child(1) ::before {
    width: 40px;
    height: 40px;
    background: url(../images/ico_wrapping.png) 0 0;
    background-size: cover;
}

.c-block01_col1 ul>li:nth-child(2)::before {
    width: 66px;
    height: 40px;
    background: url(../images/ico_track.png) 0 0;
    background-size: cover;
}

.c-block01_col1 ul>li:nth-child(3)::before {
    width: 40px;
    height: 40px;
    background: url(../images/ico_info.png) 0 0;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .c-block01_col1 {
        width: 80%;
        margin-top: 40px;
    }
    .c-block01_col1 ul {
        flex-direction: column;
    }
    .c-block01_col1 ul>li {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 10px 10px 10px 75px;
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .c-block01_col1 ul>li:nth-child(2) {
        padding-left: 90px;
    }
    .c-block01_col1 ul>li:nth-child(2)::before {
        left: 10px;
    }
    .c-block01_col1 ul>li:nth-child(1) ::before,
    .c-block01_col1 ul>li:nth-child(3)::before {
        width: 37px;
        height: 37px;
        left: 15px;
    }
    .c-block01_col1 ul>li:nth-child(1) ::before,
    .c-block01_col1 ul>li:nth-child(2):before,
    .c-block01_col1 ul>li:nth-child(3):before {
        top: 15px;
    }
    .c-block01_col1 ul>li>span {
        font-size: 1rem;
    }
}

.l_sc02 h2,
.l_sc04 h2 {
    font-size: 4rem;
    text-align: center;
}

.l_sc02 {
    padding: 150px 0;
    background: #d4ecea;
}

.l_sc02 h2 {
    line-height: 2;
}

.l_sc02 h2 span {
    display: block;
    font-size: 2.5rem;
}

.l_sc02 .l_02-title {
    width: 60vw;
    margin: 0 auto;
    text-align: center;
}

.l_sc02 .l_02-title img {
    width: 100%;
    max-width: 656px;
}

.l_sc02 .l_02-title p {
    margin: 2em auto;
}

.type-list {
    width: 90%;
    max-width: 1080px;
    margin: 10vh auto 5vh;
}

.type-list .type-inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.type-list .type-inner>li {
    width: calc( 100% / 3 - 20px);
}

.type-list .type-inner .type-img {
    height: 330px;
    padding: 0 3em;
}

.type-list .type-inner>li:nth-child(2) .type-img {
    padding: 0 2.4em;
}

.type-list .type-inner .type-text {}

.type-list .type-inner .type-text dl {
    border: 2px solid #666666;
}

.type-list .type-inner .type-text dt {
    width: 100%;
    height: 70px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: 2px solid #666666;
    font-size: 2rem;
}

.type-list .type-inner .type-text dt .title-01 {
    width: 20%;
    padding: 25px 0;
    border-right: 2px solid #666666;
    text-align: center;
}

.type-list .type-inner .type-text dt .title-02 {
    width: 80%;
    padding: 25px 10px;
    position: relative;
    font-size: 2rem;
    position: relative;
}

.type-list .type-inner .type-text dt.pink .title-01 {
    background: #f6c2d2;
}

.type-list .type-inner .type-text dt.yellow .title-01 {
    background: #f9e8ba;
}

.type-list .type-inner .type-text dt.purple .title-01 {
    background: #d1bed8;
}

.type-list .type-inner .type-text dt.pink .title-02 {
    background: #fcedf4;
}

.type-list .type-inner .type-text dt.yellow .title-02 {
    background: #fffddd;
}

.type-list .type-inner .type-text dt.purple .title-02 {
    background: #e8deeb;
}

.type-list .type-inner .type-text dt .title-02 span {
    position: relative;
    z-index: 2;
}

.type-list .type-inner .type-text dt.pink .title-02:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 10px;
    background: url(../images/text_cute.png);
    width: 47px;
    height: 32px;
    display: block;
    z-index: 1;
}

.type-list .type-inner .type-text dt.yellow .title-02:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/text_casual.png);
    width: 81px;
    height: 42px;
    display: block;
    z-index: 1;
}

.type-list .type-inner .type-text dt.purple .title-02:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/text_elegant.png);
    width: 87px;
    height: 46px;
    display: block;
    z-index: 1;
}

.type-list .type-inner .type-text dd {
    padding: 20px;
    line-height: 2;
    background: #fff;
}

.l_sc02 .filters {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.l_sc02 .filters .ui-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.l_sc02 .filters .ui-group li {
    width: calc( 100% / 3 - 20px);
    text-align: center;
    line-height: 7;
}

.l_sc02 .filters .ui-group li button {
    border: none;
    background: none;
}

.l_sc03 {
    padding: 150px 0 0;
    text-align: center;
}

.l_sc03 .ribon {
    width: 200px;
}

.l_sc03 h2 {
    margin: 1.8vh auto;
    font-weight: 700;
}

.l_sc03 .text-date {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 700;
    font-family: 'Yuji Syuku', serif;
}

.l_sc03 .text-date span {
    display: block;
    font-size: 0.7em;
}

.l_sc03 .l-photo {
    width: 100%;
    height: 500px;
    margin-top: 15vh;
    background: url(../images/image_wrapping.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
}

.l_sc04 {
    text-align: center;
    padding: 120px 0;
    position: relative;
    background: #d4ecea;
}

.l_sc04 h2 {
    margin-bottom: 1em;
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #d4ecea;
    position: relative;
}

.footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url(../images/line_footer.png) center center;
}

.footer .footer-logo {
    max-width: 250px;
    margin: 30px auto 0;
}

.footer-copy {
    margin: 80px auto;
    text-align: center;
}

@media screen and (max-width:767px) {
    .l_sc01 h2,
    .l_sc03 h2,
    .l_sc04 h2 {
        font-size: 2.8rem;
    }
    .l_sc01,
    .l_sc02,
    .l_sc04 {
        padding: 25vw 0;
    }
    .l_sc03 {
        padding: 25vw 0 0;
    }
    .l_sc03 .l-photo {
        margin-top: 25vw;
    }
    .l_sc02 h2 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .l_sc02 h2 span {
        display: block;
        font-size: 1.8rem;
    }
    .l_sc02 .l_02-title {
        width: 100%;
    }
    .l_sc02 .l_02-title p {
        width: 90%;
        text-align: left;
    }
    .l_sc02 .l_02-title p br {
        display: none;
    }
    .type-list .type-inner {
        flex-direction: column;
    }
    .type-list .type-inner>li {
        width: 100%;
        margin-bottom: 20px;
    }
    .type-list .type-inner .type-img {
        height: auto;
    }
    .item-list ul li {
        width: 100%;
    }
    .l_sc03 .l-photo {
        height: 40vh;
        background-attachment: scroll;
    }
    .item-list .item-title_under {
        display: flex;
    }
    .footer .footer-logo {
        max-width: 140px;
    }
    .footer-copy {
        margin: 50px auto;
        font-size: 1.2rem;
    }
}


/*-------------------------------------------
Utility u-
-------------------------------------------*/

.u-fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}

.u-fadeIn.u-scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*-------------------------------------------
popup
-------------------------------------------*/

.pure-modal .checkbox {
    display: none;
}

.pure-modal .pure-modal-overlay {
    opacity: 0;
    transition: all 0.3s ease;
    width: 50%;
    position: rerative;
    width: 340px;
    position: fixed;
    left: 30px;
    bottom: 40px;
    transform: scale(1);
    display: none;
}

.pure-modal .pure-modal-wrap {
    position: rerative;
    left: 0px;
    background: #fdfbfb;
    border-radius: 0.2em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    line-height: 1.0;
    padding: 10px 10px 10px 10px;
    width: 300px;
    margin: 10px auto;
    align-self: flex-start;
    transition: all 0.5s ease;
}

.pure-modal .pure-modal-wrap.from-left {
    transform: translateX(-100%);
}

.pure-modal .pure-modal-overlay .close {
    font-family: "Times New Roman", Times, Garamond, Georgia, serif;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    background: #282c34;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #d1d1d1;
}

.pure-modal .pure-modal-overlay .close:hover {
    cursor: pointer;
    background-color: #d1d1d1;
    color: #4b5361;
    transition: all 0.3s ease;
}

.pure-modal input:checked~.o-close {
    z-index: 9998;
    font: "times"
}

.pure-modal input:checked~.pure-modal-overlay {
    transform: scale(1);
    opacity: 1;
    z-index: 9997;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}

.pure-modal input:checked~.pure-modal-overlay .pure-modal-wrap {
    transform: translateY(0);
    z-index: 9999;
}

.open-modal {
    position: fixed;
    z-index: 9999;
    left: 20px;
    bottom: 20px;
    width: auto;
    margin: 0;
    opacity: 0;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #FFF;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: .4s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.open-modal:hover {
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #eEeeee;
    box-shadow: 0.2px 0.2px 2px #F42A54;
}

.pure-modal-sp .checkbox {
    display: none;
}

.pure-modal-sp .pure-modal-overlay {
    opacity: 0;
    transition: all 0.3s ease;
    width: 50%;
    position: rerative;
    width: 340px;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 70px;
    overflow-y: auto;
    margin: auto;
    z-index: -100;
    transform: scale(1);
    display: none;
}

.pure-modal-sp .pure-modal-wrap {
    background: #fdfbfb;
    border-radius: 0.2em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 10px 10px 10px 10px;
    width: 300px;
    margin: 10px auto;
    align-self: flex-start;
    transition: all 0.5s ease;
}

.pure-modal-sp .pure-modal-wrap.from-left {
    transform: translateX(-100%);
}

.pure-modal-sp .pure-modal-overlay .close {
    font-family: "Times New Roman", Times, Garamond, Georgia, serif;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    background: #282c34;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #d1d1d1;
}

.pure-modal-sp .pure-modal-overlay .close:hover {
    cursor: pointer;
    background-color: #d1d1d1;
    color: #4b5361;
    transition: all 0.3s ease;
}

.pure-modal-sp input:checked~.o-close {
    z-index: 9998;
}

.pure-modal-sp input:checked~.pure-modal-overlay {
    transform: scale(1);
    opacity: 1;
    z-index: 9997;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    animation-duration: 0.5s;
    animation-name: fade-in;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
}

.pure-modal-sp input:checked~.pure-modal-overlay .pure-modal-wrap {
    transform: translateY(0);
    z-index: 9999;
}

.open-modal-sp {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999;
    left: 10px;
    bottom: 50px;
    width: auto;
    margin: 0;
    opacity: 0;
    text-decoration: none;
    background: #fff;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.open-modal-sp:hover {
    cursor: pointer;
    background: #fff;
    border-top: 1px solid #eEeeee;
    box-shadow: 0.2px 0.2px 2px #F42A54;
}

.modal-wrap {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #272727;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}

.modal-wrap h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-wrap p {
    margin: 10px 0 10px 0;
}

.modal-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}