@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Noto+Sans+JP:wght@100..900&display=swap');

/* Rest
-----------------------------------------------------------------------*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
cite,
del,
em,
img,
small,
strike,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

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

body {
    min-width: 320px;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

article {
    z-index: 1;
    position: relative;
}

ol,
ul {
    list-style: none;
}

.clearfix {
    display: inline-block;
    /* Hides from IE-mac \*/
    note *zoom: 1;
    display: block;
    /* End hide from IE-mac */
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.display-pc {
    display: block !important;
}

.display-sp {
    display: none !important;
}

@media screen and (max-width: 960px) {
    .display-pc {
        display: none !important;
    }

    .display-sp {
        display: block !important;
    }
}

html {
    font-size: 16px;
}

@media screen and (max-width: 960px) {
    html {
        /*font-size: 1.333vw;*/
    }
}

.wrap {
    overflow: hidden;
}

#content-area {
    font-family: "Noto Sans JP", sans-serif;
    background: #F0F8F9;
    color: #707070;
    overflow: hidden;
}

#content-area>header.hd {
    width: 100%;
    height: 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-area header.hd .tdr-logo a {
    display: block;
}

#content-area a {
    text-decoration: none;
}


/* .sec-btn */
.sec-btn {}

.sec-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-btn01 {}

.sec-btn01 a {
    width: 100%;
    height: 50px;
    padding: 5px;
    background: #F0F8F9 url("../images/arw02.svg") right 10px top 50% no-repeat;
    background-size: 12px auto;
    border: 1px #5E929D solid;
    border-radius: 6px;
    color: #5E929D;
    font-weight: 700;
}

.sec-btn01.back-btn a {
    background: #F0F8F9 url("../images/arw02l.svg") left 10px top 50% no-repeat;
}

/* .content-inner */
.content-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.content-inner img {
    width: 100%;
}

.content-inner ul.note-list {}

.content-inner ul.note-list li {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}

.content-inner .btn a,
.content-inner .btn span {
    display: block;
    transition: opacity .4s;
}

.content-inner .btn a:hover {
    opacity: .7;
}

.content-inner .over {
    transition: opacity .4s;
}

.content-inner .over:hover {
    opacity: .7;
}

/* .nav */
.nav {}

.nav .nav-icon {
    width: 960px;
    margin: 0 auto;
    padding: 10px 15px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: none;
}

.nav.fixed .nav-icon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.nav .nav-icon span {
    display: block;
    width: 64px;
    height: 64px;
    background: url("../images/nav_ico_open.svg") 50% 50% no-repeat;
    background-size: 64px auto;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
    pointer-events: auto;
}

.nav.active .nav-icon span {
    background-image: url("../images/nav_ico_close.svg");
}

.nav .nav-wrap {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #E7F5F7;
    display: none;
}

.nav.active .nav-wrap {
    display: flex;
    min-width: 320px;
}

.nav.active .nav-inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 120px 0 50px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav .nav-wrap .nav-logo {}

.nav .nav-wrap .nav-logo a {
    display: block;
    width: 270px;
    margin: 0 auto;
}

.nav .nav-wrap .nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    width: 460px;
    margin: 30px auto 0;
    width: 75%;

}

.nav .nav-wrap .nav-list > li {
    width: 320px;
    margin: 0 auto;
    padding: 1em 0;
    border-bottom: 2px #ffffff solid;
}

.nav .nav-wrap .nav-list > li:last-child {
    border-bottom: 0;
}

.nav .nav-wrap .nav-list > li a,
.nav .nav-wrap .nav-list > li span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #5E929D;
}
.nav .nav-wrap .nav-list > li a {
    background: url("../images/arw04.svg") 100% 50% no-repeat;
    background-size: 18px auto;
}

.nav .nav-wrap .nav-list > li ul li {
    margin-left: 15px;
    padding: 1em 0;
}
.nav .nav-wrap .nav-list > li ul li:not(:last-child) {
    border-bottom: 1px #ffffff solid;
}

.nav .nav-wrap .nav-list > li ul li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #5E929D;
    background: url("../images/arw04.svg") 100% 50% no-repeat;
    background-size: 18px auto;
}

.nav .nav-wrap .sec-btn01 {
    margin-top: 40px;
}

.nav .nav-wrap .sec-btn01 a {
    width: 220px;
    height: 40px;
    margin: 0 auto;
    background: url("../images/close_ico01.svg") right 16px top 50% no-repeat;
    background-size: 13px auto;
    background-color: #ffffff;
}

/* .content-top */
.content-top {
    background: #C0E5EC url("../images/mv_bg01.jpg") 50% 0;
    background-size: 57px auto;
}

.content-top .top-txt {
    background: #FFF7E7;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-top .top-txt p {
    font-family: "Kiwi Maru", sans-serif;
    color: #947F39;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    height: 240px;
    padding-top: 72px;
    background: url("../images/top-txt_bg01.png") 50% 50% no-repeat;
    background-size: auto 130%;
    position: relative;
}

.content-top .top-txt p span{
    line-height: 10px;
    vertical-align: text-bottom;
}

.content-top .top-txt p:before {
    content: "";
    display: block;
    width: 238px;
    height: 67px;
    margin: 0 auto;
    background: url("../images/top-txt_art01.png") 50% 50% no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.content-top .top-link {
    background: #5E929D;
}

.content-top .top-link ul {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-top .top-link ul li+li {
    margin-left: 20px;
}

.content-top .top-link ul li a {
    color: #ffffff;
    font-weight: 700;
    display: block;
    padding-right: 22px;
    background: url("../images/arw01.svg") 100% 50% no-repeat;
    background-size: 16px auto;
}

/* .content-sec */
.content-sec {
    background: url("../images/content_art01.png"), url("../images/content_art02.png");
    background-color: #ffffff;
    background-repeat: no-repeat, no-repeat;
    background-size: 157px auto, 130px auto;
    background-position: 20px 100%, right 20px top 100%;
    padding-bottom: 150px;
}

.content-sec .sec-block {}

.content-sec .sec-block .sec-ti {
    text-align: center;
}

.content-sec .sec-block .sec-ti h2 {
    font-size: 28px;
    color: #D15E81;
    font-family: "Kiwi Maru", sans-serif;
    font-weight: 400;
    background: url("../images/sec-ti_art01.png") 50% 0 no-repeat;
    background-size: 177px auto;
    padding-top: 45px;
}

.content-sec .sec-block .sec-ti .ti-txt {
    font-size: 14px;
    margin-top: 0.5em;
}

.content-sec #item.sec-block {
    padding-top: 30px;
}

.content-sec #item .sec-ti {
    margin-bottom: 27px;
}

.content-sec #item .filter {}

.content-sec #item .filter #filter-genre-btn .filter-reset:hover {
    opacity: 0.7;
}


.content-sec #item .filter #filter-genre-btn .filter-list {
    font-size: 14px;
    color: #5E929D;
    font-weight: 700;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.content-sec #item .filter #filter-genre-btn .filter-list label {}

.content-sec #item .filter #filter-genre-btn .filter-list label input {
    display: none;
}

.content-sec #item .filter #filter-genre-btn .filter-list label span {
    display: flex;
    align-items: center;
    height: 35px;
    border: 1px #5E929D solid;
    border-radius: 9999px;
    margin: 0 10px 10px 0;
    padding: 0.5em 0.8em;
    cursor: pointer;
}

.content-sec #item .filter #filter-genre-btn .filter-list label:last-child span {
    margin: 0 0 10px 0;
}

.content-sec #item .filter #filter-genre-btn .filter-list label input:checked+span {
    background: #5E929D;
    color: #ffffff;
}

.content-sec #item .filter .filter-btn {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.content-sec #item .filter .filter-btn a {
    flex-basis: auto;
    flex-shrink: 1;
    color: #5E929E;
    font-weight: 700;
    font-size: 14px;
    width: 163px;
    height: 30px;
    background: #F0F8F9 url("../images/filter_ico01.svg") 10px 50% no-repeat;
    background-size: 13px auto;
    border: 1px #5E929E solid;
    padding-left: 17px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -52px;
    right: 118px;
}
.content-sec #item .filter .filter-btn a.filter-reset {
    font-size: 14px;
    font-weight: 700;
    color: #D15E81;
    background: #ffffff;
    border: 1px #D15E81 solid;
    width: 88px;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: -52px;
    right: 20px;
}

.content-sec #item .filter .filter-btn-float {}

.content-sec #item .filter.active .filter-btn-float {}

.content-sec #item .filter .filter-btn-float a {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -9999em;
    background: #D15E81 url("../images/filter_ico02.svg") 50% 50% no-repeat;
    background-size: 22px auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px;
    border: none;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 50px;
    right: calc(50% - 460px);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s;
}

.content-sec #item .filter.active .filter-btn-float a {
    opacity: 1;
    pointer-events: auto;
}

.content-sec #item-area {
    margin-top: 30px;
}

.content-sec #item-area #item-list {}

.content-sec #item-area #item-list .no-item-txt {
    text-align: center;
    font-size: 16px;
    padding: 50px;
}

.content-sec #item-area #item-list>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8px;
    position: relative;
}

.content-sec #item-area #item-list>ul li {
    width: 25%;
    padding: 20px 12px;
    border-bottom: 1px #DBE0E1 solid;
    border-right: 1px #DBE0E1 solid;
    display: flex;
    flex-direction: column;
}

.content-sec #item-area #item-list>ul:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.content-sec #item-area #item-list>ul li:nth-of-type(4n) {
    border-right: none;
}

.content-sec #item-area #item-list>ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #707070;
    flex-direction: column;
}

.content-sec #item-area #item-list>ul li a .sec-img {
    margin-bottom: 20px;
    line-height: 0;
    height: 0;
    padding-bottom: 100%;
    background-color: #F0F8F9;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-sec #item-area #item-list>ul li a .sec-txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
}

.content-sec #item-area #item-list>ul li a .sec-txt .item-id {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #5E929D;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0.25em 0.5em 0.35em;
    border-radius: 3px;
}

.content-sec #item-area #item-list>ul li a .sec-txt .item-ti {
    flex-grow: 1;
}

.content-sec #item-area #item-list>ul li a .sec-txt .item-name {
    color: #5E929D;
    font-size: 90%;
    font-weight: 700;
}

.content-sec #item-area #item-list>ul li a .sec-txt .item-price {
    color: #5E929D;
    font-size: 90%;
    font-weight: 700;
}

.content-sec #item-area #item-list>ul li a .sec-txt .item-detail {
    font-size: 13px;
    margin-top: 15px;
}

.content-sec #item .note-list {
    width: 450px;
    margin: 35px auto 0;
}

.content-sec #item .note-list li {
    font-size: 13px;
}

.content-sec #item .pagination-container {
    margin-top: 40px;
}

.content-sec #item .pagination-container .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}

.content-sec #item .pagination-container .pagination li {
    margin-top: 10px;
}

.content-sec #item .pagination-container .pagination li a {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    font-weight: 700;
    color: #5E929D;
    background-color: #F0F8F9;
    border: 1px #5E929D solid;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-sec #item .pagination-container .pagination li a:hover {
    opacity: .7;
}

.content-sec #item .pagination-container .pagination li.navi-active a {
    background-color: #5E929D;
    color: #F0F8F9;
    border: 1px #5E929D solid;
    cursor: unset;
    pointer-events: none;
}

.content-sec #item .pagination-container .pagination li.next a,
.content-sec #item .pagination-container .pagination li.prev a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.content-sec #item .pagination-container .pagination li.next a {
    background: #5E929D url("../images/arw05r.svg") 50% 50% no-repeat;
    background-size: 8px auto;
}

.content-sec #item .pagination-container .pagination li.prev a {
    background: #5E929D url("../images/arw05l.svg") 50% 50% no-repeat;
    background-size: 8px auto;
}

.content-sec #item .pagination-container .pagination li.next.disabled a,
.content-sec #item .pagination-container .pagination li.prev.disabled a {
    background-color: #DAE2E2;
    border: none;
    cursor: unset;
    pointer-events: none;
}

.content-sec #item .pagination-container .pagination li.navi-active a,
.content-sec #item .pagination-container .pagination li.disabled a {
    opacity: 1;
}

.content-sec #top-package-app {
    display: flex;
    justify-content: space-between;
    width: 750px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.content-sec #top-package-app #top-package {
    width: 335px;
}

.content-sec #top-package-app #top-app {
    width: 335px;
}

.content-sec #top-package-app .sec-ti {
    margin-bottom: 10px;
}

.content-sec #top-package-app .sec-btn {
    margin-top: 20px;
}

.content-sec #top-package-app .sec-ti+.sec-img {
    margin-top: 15px;
}

/* .content-btm */
.content-btm {
    background: #5E929D;
    padding: 40px 0 35px;
}

.content-btm .pagetop {}

.content-btm .pagetop a {
    display: block;
    width: 38px;
    margin: 0 auto;
}

.content-btm .btm-logo {}

.content-btm .btm-logo a {
    display: block;
    width: 270px;
    margin: 30px auto 0;
}

.content-btm .btm-btn-list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.content-btm .btm-btn-list .sec-btn01+.sec-btn01 {
    margin-left: 10px;
}

.content-btm .btm-btn-list .sec-btn01 a {
    width: 180px;
    background-size: 10px auto;
}

.content-btm .btm-btn-list .sec-btn01:nth-child(1) a {
    background-image: url("../images/arw03.svg");
    background-size: 15px auto;
}

.content-btm .btm-btn-list .sec-btn01:nth-child(2) a {
    width: 270px;
}

/* 下層ページ */
#page-under {}

#page-under .content-top {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E7F5F7;
}

#page-under .content-top .top-logo {}

#page-under .content-top .top-logo a {
    display: block;
    width: 220px;
    margin: 0 auto;
}

#page-under .content-sec {
    padding-top: 30px;
}

#page-under .content-sec .sec-ti {
    width: 550px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#page-under .sec-btn.back-btn {
    margin-top: 55px;
}

#page-under .sec-btn.back-btn a {
    width: 335px;
    margin: 0 auto;
}

#page-under #package {}

#page-under #package .package-item {
    width: 550px;
    margin: 0 auto;
}

#page-under #package .sec-ti+.package-item {
    margin-top: 50px;
}

#page-under #package .package-item+.package-item {
    margin-top: 35px;
}

#page-under #package .package-item .sec-img {}

#page-under #package .package-item .sec-txt {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

#page-under #order {}

#page-under #order .sec-ti .ti-txt {
    text-align: left;
}

#page-under #order .order-item {
    width: 550px;
    margin: 45px auto 0;
}

#page-under #order .sec-ti+.order-item {
    margin-top: 15px;
}

#page-under #order .order-item .item-ti {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

#page-under #order .order-item .item-ti:before {
    content: "";
    display: block;
    width: 208px;
    height: 2px;
    background: #FFE6E5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

#page-under #order .order-item .item-ti:after {
    content: "";
    display: block;
    width: 208px;
    height: 2px;
    background: #FFE6E5;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

#page-under #order .order-item .item-ti h3 {
    font-size: 22px;
    color: #D15E81;
    font-family: "Kiwi Maru", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

#page-under #order .order-item .item-ti h3 span {
    padding: 0 1em;
    background-color: #ffffff;
}

#page-under #order .order-item .sec-txt {
    margin-top: 20px;
    font-size: 14px;
}

#page-under #order .order-item .sec-btn {
    margin-top: 20px;
}

#page-under #order .order-item .sec-btn a {
    width: 335px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {

    #content-area>header.hd {
        height: 60px;
    }

    /* .content-inner */
    .content-inner {
        max-width: none;
        width: 100%;
    }

    /* .nav */
    .nav {}

    .nav .nav-icon {
        width: 100%;
        padding: 9px;
        top: 60px;
    }

    .nav .nav-icon span {
        width: 52px;
        height: 52px;
    }

    .nav.active .nav-icon span {
        background-image: url("../images/nav_ico_close.svg");
    }

    .nav .nav-wrap {}

    .nav.active .nav-wrap {}

    .nav.active .nav-inner {
        padding: 120px 0 40px;
    }

    .nav .nav-wrap .nav-logo {}

    .nav .nav-wrap .nav-list {
        display: block;
        min-width: 220px;
        width: 58.7%;
    }

    .nav .nav-wrap .nav-list li {
        width: 100%;
    }

    .nav .nav-wrap .nav-list li ul li{
    }

    .nav .nav-wrap .nav-list li:last-child {
        border-bottom: none;
    }

    .nav .nav-wrap .sec-btn01 {
        width: 100%;
    }

    .nav .nav-wrap .sec-btn01 a {
        min-width: 220px;
        width: 58.7%;
    }

    /* .content-top */
    .content-top {}

    .content-top .top-txt {
        background: #FFF7E7;
        padding-top: 25px;
    }

    .content-top .top-txt p {
        height: 200px;
        font-size: 16px;
        padding-top: 72px;
        background-size: auto 110%;
    }

    .content-top .top-link {
        background: #5E929D;
    }

    .content-top .top-link ul {
        height: 56px;
    }

    .content-top .top-link ul li a {
        font-size: 14px;
    }

    /* .content-sec */
    .content-sec {
        background-size: 138px auto, 114px auto;
        background-position: 13.87% 100%, right 13.87% top 100%;
        padding-bottom: 250px;
    }

    .content-sec .sec-block {}

    .content-sec .sec-block .sec-ti h2 {
        font-size: 24px;
    }

    .content-sec #item.sec-block {
        padding-top: 35px;
    }

    .content-sec #item .filter {}

    .content-sec #item .filter .filter-btn {
        padding: 0 5.33%;
    }

    .content-sec #item .filter .filter-btn a,
    .content-sec #item .filter .filter-btn a.filter-reset {
        margin-right: 0;
        position: inherit;
        top: auto;
        right: auto;
    }

    .content-sec #item .filter .filter-btn-float a {
        width: 44px;
        height: 44px;
        bottom: 50px;
        right: 5.33%;
    }

    .content-sec #item-area {}

    .content-sec #item-area #item-list {}

    .content-sec #item-area #item-list .no-item-txt {
        text-align: center;
        font-size: 14px;
        padding: 25px;
    }

    .content-sec #item-area #item-list>ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5.33%;
    }

    .content-sec #item-area #item-list>ul li {
        width: 50%;
        padding: 20px 2.67% 20px 0;
    }

    .content-sec #item-area #item-list>ul li:nth-of-type(2n) {
        border-right: none;
        padding: 20px 0 20px 2.67%;
    }

    .content-sec #item-area #item-list>ul li a {
        width: 100%;
    }

    .content-sec #item-area #item-list>ul li a .sec-txt {}

    .content-sec #item .note-list {
        width: 100%;
        margin: 50px auto 0;
        padding: 0 5.33%;
    }

    .content-sec #item .pagination-container .pagination {
        padding: 0;
    }

    .content-sec #top-package-app {
        width: 100%;
        display: block;
        margin-top: 50px;
        padding: 0 5.33%;
    }

    .content-sec #top-package-app #top-package {
        width: 100%;
    }

    .content-sec #top-package-app #top-app {
        margin-top: 50px;
        width: 100%;
    }

    /* .content-btm */
    .content-btm {
        padding: 35px 0 50px;
    }

    .content-btm .pagetop {}

    .content-btm .btm-btn-list {
        display: block;
    }

    .content-btm .btm-btn-list .sec-btn01+.sec-btn01 {
        margin-top: 10px;
        margin-left: 0;
    }

    .content-btm .btm-btn-list .sec-btn01 a {
        width: 68%;
        min-width: 255px;
        margin: 0 auto;
    }

    .content-btm .btm-btn-list .sec-btn01:nth-child(2) a {
        width: 68%;
        min-width: 255px;
        margin: 0 auto;
    }


    /* 下層ページ */
    #page-under {}

    #page-under .content-sec .sec-ti {
        width: 100%;
        padding: 0 5.33%;
    }

    #page-under .sec-btn.back-btn {
        margin-top: 50px;
        padding: 0 5.33%;
    }

    #page-under .sec-btn.back-btn a {
        width: 100%;
    }

    #page-under #package {}

    #page-under #package .package-item {
        width: 100%;
        margin: 0 auto;
        padding: 0 5.33%;
    }

    #page-under #package .package-item+.package-item {
        margin-top: 45px;
    }

    #page-under #package .package-item .sec-img {}

    #page-under #package .package-item .sec-txt {
        margin-top: 15px;
    }

    #page-under #order {}

    #page-under #order .sec-ti .ti-txt {}

    #page-under #order .order-item {
        width: 100%;
        margin: 30px auto 0;
        padding: 0 5.33%;
    }

    #page-under #order .order-item .item-ti {}

    #page-under #order .order-item .item-ti:before {
        width: calc(50% - 4em);
    }

    #page-under #order .order-item .item-ti:after {
        width: calc(50% - 4em);
    }

    #page-under #order .order-item .item-ti h3 {
        font-size: 22px;
    }

    #page-under #order .order-item .sec-btn a {
        width: 100%;
    }

}

@media screen and (min-width: 481px) and (max-width: 959px) {
    .content-top .top-txt p{
            height: 220px;
            font-size: 20px;
    }
}

/* animation */
.inview_fadein,
.inview_fadeins>*,
.inview_fadein_item,
.inview_fadeins_item>* {
    opacity: 0;
}

.inview_fadein_end:nth-child(10n+1) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .2s forwards;
}

.inview_fadein_end:nth-child(10n+2) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .4s forwards;
}

.inview_fadein_end:nth-child(10n+3) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .6s forwards;
}

.inview_fadein_end:nth-child(10n+4) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .8s forwards;
}

.inview_fadein_end:nth-child(10n+5) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 1s forwards;
}

.inview_fadein_end:nth-child(10n+6) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 1.2s forwards;
}

.inview_fadein_end:nth-child(10n+7) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 1.4s forwards;
}

.inview_fadein_end:nth-child(10n+8) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 1.6s forwards;
}

.inview_fadein_end:nth-child(10n+9) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 1.8s forwards;
}

.inview_fadein_end:nth-child(10n) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) 2s forwards;
}

.inview_fadein_item_end:nth-child(3n+1) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .2s forwards;
}

.inview_fadein_item_end:nth-child(3n+2) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .4s forwards;
}

.inview_fadein_item_end:nth-child(3n) {
    animation: anime01 1.5s cubic-bezier(.23, 1, .32, 1) .6s forwards;
}

@keyframes anime01 {
    0% {
        transform: translate(0, 50px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}


/* slide */
.top-slide {
    /* width: 375px; */
    width: 90%;
    margin: 0 auto;
}

.top-slide .swiper-slide {
    line-height: 0;
}

.top-slide .slide-button-prev,
.top-slide .slide-button-next {
    display: none;
}

.top-slide .swiper-pagination {
    bottom: 4px;
}

.top-slide .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.top-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.top-slide .swiper-pagination-bullet {
    background-color: #00839f;
    opacity: 1;
    height: 6px;
    width: 6px;
}

.top-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #D15E81;
}

.modal-slide {
    margin-bottom: 20px;
}

.modal-slide img {
    width: 100%;
}

.modal-slide .modal-swiper {
    width: 350px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.modal-slide .swiper-pagination {
    bottom: 0;
}

.modal-slide .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.modal-slide .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.modal-slide .swiper-pagination-bullet {
    background-color: #DAE2E2;
    opacity: 1;
    height: 6px;
    width: 6px;
}

.modal-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F4A7B9;
}

@media screen and (max-width: 960px) {

    .top-slide {
        width: 100%;
    }

    .modal-slide .modal-swiper {
        width: 100%;
    }

    .modal-slide .modal-swiper img {
        width: 100%;
    }

}


/* .modal */
.lity {
    background: rgba(94, 146, 157, 0.7);
    font-family: "Noto Sans JP", sans-serif;
}

.lity-wrap {
    z-index: 99990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
    outline: none !important;
    overflow: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lity-content>* {
    max-height: none !important;
}

.lity-container .lity-close {
    display: none;
}

.lity-container {
    margin: 0;
    width: auto;
}

.lity-container .lity-content {
    padding: 50px 0;
}

.lity-container .lity-content:after {
    box-shadow: none;
}

.lity-container .lity-content .item-modal {
    width: 500px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 75px 0 30px;
    color: #707070;
    position: relative;
}

.lity-container .lity-content .item-modal .sec-txt {
    padding: 0 25px;
}

.lity-container .lity-content .item-modal .item-id {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    background: #5E929D;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0.25em 0.5em 0.35em;
    border-radius: 3px;
}

.lity-container .lity-content .item-modal .item-name {
    font-size: 20px;
    color: #5E929D;
    font-weight: 700;
}

.lity-container .lity-content .item-modal .item-price {
    font-size: 20px;
    color: #5E929D;
    font-weight: 700;
    margin-bottom: 20px;
}

.lity-container .lity-content .item-modal .item-period {
    font-size: 15px;
    color: #D15E81;
    margin-bottom: 0.5em;
}

.lity-container .lity-content .item-modal .item-detail {
    font-size: 15px;
}

.lity-container .lity-content .item-modal .item-detail p+p {
    margin-top: 0.5em;
}

.lity-container .lity-content .item-modal .item-note {
    font-size: 13px;
    margin-bottom: 0.5em;
}

.lity-container .lity-content .item-modal .item-id {
    font-size: 14px;
}

.lity-container .lity-content .item-modal .modal-btn {
    margin-top: 25px;
}

.lity-container .lity-content .item-modal .modal-btn .sec-btn01 a {
    background: none;
    width: 300px;
    height: 44px;
    margin: 0 auto;
    font-size: 15px;
}

.lity-container .lity-content .item-modal .modal-btn .sec-btn01+.sec-btn01 {
    margin-top: 10px;
}

.lity-container .lity-content .item-modal .modal-btn .modal-close-btn a {
    background: url("../images/close_ico01.svg") right 16px top 50% no-repeat;
    background-size: 13px auto;
    text-decoration: none;
}

.lity-container .lity-content .filter-wrap {
    width: 600px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 70px 0 30px;
    position: relative;
}

.lity-container .lity-content .filter-wrap-inner {
    padding: 0 25px;
    font-size: 14px;
    color: #5E929D;
    font-weight: 700;
    position: relative;
}

.lity-container .lity-content .filter-wrap h3 {
    font-size: 20px;
    color: #D15E81;
    font-weight: 700;
    text-align: center;
}

.lity-container .lity-content .filter-wrap .filter-list {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.lity-container .lity-content .filter-wrap .filter-list label {}

.lity-container .lity-content .filter-wrap .filter-list label input {
    display: none;
}

.lity-container .lity-content .filter-wrap .filter-list label span {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px #5E929D solid;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    padding: 0.5em 1em;
    cursor: pointer;
}

.lity-container .lity-content .filter-wrap .filter-list label input:checked+span {
    background: #5E929D;
    color: #ffffff;
}

.lity-container .lity-content .filter-wrap #sort {}

.lity-container .lity-content .filter-wrap #sort .sort-list {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.lity-container .lity-content .filter-wrap #sort label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.lity-container .lity-content .filter-wrap #sort label+label {
    margin-left: 30px;
}

.lity-container .lity-content .filter-wrap #sort input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border: 1px #5E929D solid;
    border-radius: 50%;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lity-container .lity-content .filter-wrap #sort input[type="radio"]:checked:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5E929D;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.lity-container .lity-content .filter-wrap button {
    font-family: "Noto Sans JP", sans-serif;
    transition: opacity .4s;
    cursor: pointer;
}

.lity-container .lity-content .filter-wrap button:hover {
    opacity: .7;
}

.lity-container .lity-content .filter-wrap #filterBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D15E81;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    margin: 30px auto 0;
    padding: 0;
    width: 300px;
    height: 44px;
}

.lity-container .lity-content .filter-wrap #cancelBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #D15E81;
    background: #ffffff;
    font-weight: 700;
    border: 1px #D15E81 solid;
    border-radius: 6px;
    margin: 0 auto 0;
    padding: 0;
    width: 90px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 25px;
}

.lity-container .lity-content .item-modal .modal-close,
.lity-container .lity-content .filter-wrap .modal-close {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/close_ico02.svg") 50% 50% no-repeat;
    background-size: 25px auto;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

@media screen and (max-width: 960px) {

    /* .modal */
    .lity {}

    .lity-container .lity-content {
        padding: 15px 0;
    }

    .lity-container .lity-content .item-modal {
        width: 89.3%;
        padding: 65px 6% 20px;
    }

    .lity-container .lity-content .item-modal .sec-txt {
        padding: 0;
    }

    .lity-container .lity-content .item-modal .item-name {
        font-size: 18px;
    }

    .lity-container .lity-content .item-modal .item-price {
        font-size: 18px;
    }

    .lity-container .lity-content .item-modal .item-period {
        font-size: 14px;
    }

    .lity-container .lity-content .item-modal .item-detail {
        font-size: 14px;
    }

    .lity-container .lity-content .item-modal .item-note {
        font-size: 12px;
    }

    .lity-container .lity-content .item-modal .item-id {}

    .lity-container .lity-content .item-modal .modal-btn {}

    .lity-container .lity-content .item-modal .modal-btn .sec-btn01 a {
        width: 100%;
    }

    .lity-container .lity-content .filter-wrap {
        width: 89.3%;
        padding: 75px 6% 20px;
    }

    .lity-container .lity-content .filter-wrap-inner {
        padding: 0;
    }

    .lity-container .lity-content .filter-wrap h3 {
        text-align: left;
    }

    .lity-container .lity-content .filter-wrap .filter-list {}

    .lity-container .lity-content .filter-wrap .filter-list label {}

    .lity-container .lity-content .filter-wrap .filter-list label input {}

    .lity-container .lity-content .filter-wrap .filter-list label span {}

    .lity-container .lity-content .filter-wrap .filter-list label input:checked+span {}

    .lity-container .lity-content .filter-wrap #sort {}

    .lity-container .lity-content .filter-wrap #sort .sort-list {
        display: block;
    }

    .lity-container .lity-content .filter-wrap #sort label {}

    .lity-container .lity-content .filter-wrap #sort label+label {
        margin-left: 0;
        margin-top: 10px;
    }

    .lity-container .lity-content .filter-wrap #sort input[type="radio"] {}

    .lity-container .lity-content .filter-wrap #sort input[type="radio"]:checked:before {}

    .lity-container .lity-content .filter-wrap button {}

    .lity-container .lity-content .filter-wrap button:hover {}

    .lity-container .lity-content .filter-wrap #filterBtn {
        font-size: 15px;
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
    }

    .lity-container .lity-content .filter-wrap #cancelBtn {
        right: 0;
    }

    .lity-container .lity-content .item-modal .modal-close,
    .lity-container .lity-content .filter-wrap .modal-close {
        top: 20px;
        right: 20px;
    }

}
