@charset "utf-8";
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, hr, 
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;
}
img {
    display: block;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, 
textarea,
select,
button{
    outline: none;
}
ol,ul {
    list-style: none;
}
a img,
:link img,
:visited img{
    border: none;
}
a {text-decoration: underline; outline: 0;}
a:link {color: #000;outline: 0;}
a:visited {color: #000; outline: 0;}
a:active {color: #000; outline: 0;}
a:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
}
/*リンクアニメーション*/
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    opacity: 0.7;
}
body {
    font-family: "Noto Serif", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
}

/* ----------------------------------------------------
    clearfix
---------------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

/* ----------------------------------------------------
    PC/SP
---------------------------------------------------- */
.sp {
    display: none!important;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
    a:hover {
        opacity: unset;
        filter: unset;
        -ms-filter: unset;
    }
}
/*-------------------------------
    inview
-------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 0.8s;
}
.fadeIn.is-show {
  opacity: 1;
}

/*-------------------------------
    header
-------------------------------*/
.mv {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-image: url(../img/mv_pc.jpg);
    background-size: cover;
}
.mv h1 {
    position: absolute;
    font-family: "EB Garamond", serif;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    bottom: 14%;
    left: 6%;
}
.mv .mv-logo {
    width: 413px;
}
.mv .mv-logo img {
    width: 100%;
    height: auto;
}

/*-------------------------------
    main
-------------------------------*/
.ttl-area {
    font-family: "EB Garamond", serif;
    font-size: 40px;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 72px;
}
.limited-item-area {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding-top: 50px;
}
.limited-item-area.area-01 {
    background-image: url(../img/item_1_bg.jpg);
}
.limited-item-area.area-02 {
    background-image: url(../img/item_2_bg.jpg);
}
.limited-item-area.area-03 {
    background-image: url(../img/item_3_bg.jpg);
}
.limited-item-area ul {
    width: 390px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10000;
}
.limited-item-area ul.limited-item-area-list-01,
.limited-item-area ul.limited-item-area-list-03 {
    margin-left: 40px;
}
.limited-item-area ul.limited-item-area-list-02 {
    float: right;
    margin-right: 40px;
}
.limited-item-area ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
}
.limited-item-img {
    width: 295px;
    margin: 55px auto 40px;
}
.limited-item-img img {
    width: 100%;
}
.slick-prev {
    left: 12px;
}
.slick-next {
    right: 12px;
}
.slick-prev, .slick-next {
    opacity: 1;
    top: 40%;
    z-index: 1000;
}
.slick-prev:before, .slick-next:before {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 5px;
    height: 15px;
    content: "";
    vertical-align: middle;
    background-image: url(../img/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 2.5px;
    left: 7px;
}
.slick-prev:before {
    transform: rotate(180deg);
}
.slick-next:before {

}
.buy-link {
    text-align: right;
    margin-right: 25px;
}
.buy-link a {
    position: relative;
}
.buy-link a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    border-bottom: 1px solid;
    -webkit-transition: width 200ms 0ms ease-in;
    transition: width 200ms 0ms ease-in;
}
.buy-link a:hover {
    opacity: 1;
}
.buy-link a:hover:after {
    width: 100%;
}
.recommend-item-area {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    font-size: 16px;
}
.recommend-item-area.area-01 {
    background-image: url(../img/rcm_01.jpg);
    color: #ac563c;
}
.recommend-item-area.area-01 h3 {
    position: absolute;
    top: 20%;
    left: 11.5%;
}
.recommend-item-area.area-02 {
    background-image: url(../img/rcm_02.jpg);
    color: #555457;
}
.recommend-item-area.area-02 h3 {
    position: absolute;
    top: 19%;
    right: 7%;
}
.recommend-item-area.area-03 {
    background-image: url(../img/rcm_03.jpg);
    color: #344c80;
}
.recommend-item-area.area-04 {
    background-image: url(../img/rcm_04.jpg);
    color: #9e6d50;
}
.recommend-item-area.area-03 h3,
.recommend-item-area.area-04 h3 {
    position: absolute;
    bottom: 7.5%;
    left: 6.7%;
}
.recommend-item-area.area-05 {
    background-image: url(../img/rcm_05.jpg);
    color: #9e6d50;
}
.recommend-item-area.area-05 h3 {
    position: absolute;
    top: 51%;
    right: 9%;
}

.more-btn {
    position: absolute;
    width: 124px;
    height: 16px;
    right: 0;
    bottom: 58px;
}
.recommend-item-area.area-01 .more-btn a,
.recommend-item-area.area-01 .more-btn a:visited {
    color: #ac563c;
}
.recommend-item-area.area-02 .more-btn a,
.recommend-item-area.area-02 .more-btn a:visited {
    color: #555457;
}
.recommend-item-area.area-03 .more-btn a,
.recommend-item-area.area-03 .more-btn a:visited {
    color: #344c80;
}
.recommend-item-area.area-04 .more-btn a,
.recommend-item-area.area-04 .more-btn a:visited {
    color: #9e6d50;
}
.recommend-item-area.area-05 .more-btn a,
.recommend-item-area.area-05 .more-btn a:visited {
    color: #9e6d50;
}
.more-btn a {
    position: absolute;
    z-index: 100000;
    width: 100%;
}
.more-btn a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 1px solid;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more-btn a:hover {
    opacity: unset;
    filter: unset;
    -ms-filter: unset;
}
.more-btn a:hover:after {
    bottom: -18px;
}
.limited-box-area {
    display: table;
    width: 1140px;
    height: 400px;
    margin: 0 auto 20px;
    border: 1px solid #afaeae;
    z-index: 100000;
    position: relative;
}
.limited-box-area .img-area,
.limited-box-area .txt-area {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.limited-box-area .txt-area {
    background-color: #fff;
}
.limited-box-area .img-area img {
    width: 100%;
}
.limited-box-area.area-01 .img-area {
    width: 55%;
}
.limited-box-area.area-01 .txt-area {
    width: 45%;
}
.limited-box-area.area-02 .img-area {
    width: 40%;
}
.limited-box-area.area-02 .txt-area {
    width: 60%;
}
.limited-box-area .txt-area p {
    margin-top: 40px;
}
.limited-box-area.area-01 .txt-area h3,
.limited-box-area.area-01 .txt-area p {
    font-size: 18px;
}
.limited-box-area.area-02 .txt-area h3 {
    font-size: 27px;
    letter-spacing: 8px;
    line-height: 1.6;
}
.limited-box-area.area-02 .txt-area h3 span {
    font-size: 40px;
    font-family: "EB Garamond", serif;
    letter-spacing: 1px;
}
.limited-box-area.area-02 .txt-area p {
    font-size: 18px;
}
.limited-box-area.area-02 .txt-area .shop-link-btn a {
    margin: 20px auto 0;
}
.lead-area {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    padding: 160px 0 210px;
    background-image: url(../img/lead_bg.jpg);
    color: #e6dcc9;
    text-align: center;
    margin-top: 96px;
}
.lead-area h2 {
    font-size: 37px;
    font-family: "EB Garamond", serif;
    letter-spacing: 5px;
    margin-bottom: 90px;
}
.lead-area p {
    margin-top: 50px;
    font-size: 22px;
    line-height: 2;
}

/*-------------------------------
    footer
-------------------------------*/
.ftr-wrap {
    background-color: #c4c4c4;
    text-align: center;
    color: #636363;
    box-sizing: border-box;
    padding: 176px 0 40px;
}
.ftr-wrap .wuas-area h2 {
    width: 312px;
    margin: 0 auto;
}
.ftr-wrap .wuas-area h2 img {
    width: 100%;
    height: auto;
}
.ftr-wrap .wuas-area .txt-area {
    margin-top: 90px;
}
.ftr-wrap .wuas-area .txt-area p {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 2.2;
}
.ftr-wrap .wuas-area .note {
    font-size: 14px;
}
.ftr-wrap .link-area {
    margin: 120px auto;
    width: 730px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-link-btn a {
    display: block;
    width: 320px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #8e8d8d;
    border: 1px solid #8e8d8d;
}
.shop-link-btn a:visited {
    color: #fff;
}
.shop-link-btn a:hover {
    opacity: unset;
    filter: unset;
    -ms-filter: unset;
    color: #636363;
    background-color: #fff;
}
.ftr-wrap .logo-area {
    width: 568px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-wrap .logo-area div {
    width: 120px;
}
.ftr-wrap .logo-area div img {
    width: 100%;
}
.ftr-wrap .sns-area {
    width: 104px;
    margin: 72px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ftr-wrap .sns-area div a {
    display: block;
    width: 17px;
}
.ftr-wrap .sns-area div img {
    width: 100%;
}
.ftr-wrap .logo-link a {
    display: block;
    width: 120px;
    margin: 0 auto 28px;
}
.ftr-wrap .logo-link a img {
    width: 100%;
}
.copyright {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}
.app {
    margin-top: 72px;
}
.app__item {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 5px
}
.app__item__list .badge {
    display: block
}
.app__item__list .badge__img {
    width: 135px;
    height: 40px
}

/* 
totop
=================================== */
.totop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
}
.totop a {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.totop a img {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.totop a:hover img {
    opacity: 0.7;
}
.totop a span {
    font-size: 11px;
    font-weight: 400;
}


/* 
イラスト配置
=================================== */
section {
    position: relative;
}
.illust-area,.ttl-area {
    position: relative;
}

.illust-area.area-01 img:nth-of-type(1) {
    position: absolute;
    width: 60px;
    height: auto;
    top: -62px;
    left: 58.5%;
    z-index: 1000;
}
.illust-area.area-01 img:nth-of-type(2) {
    position: absolute;
    width: 33px;
    height: auto;
    top: -18px;
    left: 63.5%;
    z-index: 1000;
}

.illust-area.area-02 img:nth-of-type(1) {
    position: absolute;
    width: 255px;
    height: auto;
    top: -215px;
    left: 13.5%;
    z-index: 1000;
}
.illust-area.area-02 img:nth-of-type(2) {
    position: absolute;
    width: 32px;
    height: auto;
    top: -32px;
    left: 11px;
    z-index: 1000;
}
.illust-area.area-02 img:nth-of-type(3) {
    position: absolute;
    width: 439px;
    height: auto;
    top: -123px;
    right: 0;
    z-index: 1000;
}
.illust-area.area-02 img:nth-of-type(4) {
    position: absolute;
    width: 57px;
    height: auto;
    top: 400px;
    right: 15%;
    z-index: 1000;
}

.illust-area.area-03 img:nth-of-type(1) {
    position: absolute;
    width: 37px;
    height: auto;
    top: -174px;
    right: 0;
    z-index: 1000;
}
.illust-area.area-03 img:nth-of-type(2) {
    position: absolute;
    width: 233px;
    height: auto;
    top: -290px;
    left: 30%;
    z-index: 1000;
}
.illust-area.area-03 img:nth-of-type(3) {
    position: absolute;
    width: 238px;
    height: auto;
    top: -126px;
    right: 22%;
    z-index: 1000;
}
.illust-area.area-03 img:nth-of-type(4) {
    position: absolute;
    width: 355px;
    height: auto;
    top: -86px;
    left: -7px;
    z-index: 1000;
}

.illust-area.area-04 img:nth-of-type(1) {
    position: absolute;
    width: 292px;
    height: auto;
    top: -237px;
    left: 14%;
    z-index: 1000;
}
.illust-area.area-04 img:nth-of-type(2) {
    position: absolute;
    width: 225px;
    height: auto;
    top: -96px;
    right: 33px;
    z-index: 1000;
}
.illust-area.area-04 img:nth-of-type(3) {
    position: absolute;
    width: 48px;
    height: auto;
    top: 174px;
    left: 44%;
    z-index: 1000;
}
.illust-area.area-04 img:nth-of-type(4) {
    position: absolute;
    width: 260px;
    height: auto;
    top: 236px;
    left: 25%;
    z-index: 1000;
}

.illust-area.area-05 img:nth-of-type(1) {
    position: absolute;
    width: 177px;
    height: auto;
    top: -164px;
    right: 55px;
    z-index: 1000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.illust-area.area-06 img:nth-of-type(1) {
    position: absolute;
    width: 376px;
    height: auto;
    top: -272px;
    left: 25px;
}
.illust-area.area-06 img:nth-of-type(2) {
    position: absolute;
    width: 230px;
    height: auto;
    top: 116px;
    right: 0;
}

.illust-area.area-07 img:nth-of-type(1) {
    position: absolute;
    width: 182px;
    height: auto;
    top: -1040px;
    left: -34px;
    z-index: 1000;
}
.illust-area.area-07 img:nth-of-type(2) {
    position: absolute;
    width: 58px;
    height: auto;
    top: -864px;
    left: 33%;
    z-index: 1000;
}
.illust-area.area-07 img:nth-of-type(3) {
    position: absolute;
    width: 498px;
    height: auto;
    top: -1094px;
    right: 0;
    z-index: 1000;
}

.illust-area.area-08 img:nth-of-type(1) {
    position: absolute;
    width: 263px;
    height: auto;
    top: -334px;
    left: 6%;
    z-index: 1000;
}

.scroll-wrap {
    position: relative;
}
.recommend-item-area{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(var(--vh, 1vh)* 100);
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    margin-bottom: 300px;
}
.recommend-item-area.start{
    transition:.9s ease-out;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}
.recommend-item-area:last-child{
    margin-bottom: 0px;
}


/*-------------------------------
    responsive
-------------------------------*/
@media (max-width: 1300px) {
    .illust-area.area-01 img:nth-of-type(1) {
        width: 4.6%;
    }
    .illust-area.area-01 img:nth-of-type(2) {
        width: 2.5%;
    }
    .illust-area.area-02 img:nth-of-type(1) {
        width: 19.5%;
    }
    .illust-area.area-02 img:nth-of-type(2) {
        width: 2.5%;
    }
    .illust-area.area-02 img:nth-of-type(3) {
        width: 33.6%;
    }
    .illust-area.area-02 img:nth-of-type(4) {
        width: 4.3%;
    }
    .illust-area.area-03 img:nth-of-type(1) {
        width: 2.8%;
    }
    .illust-area.area-03 img:nth-of-type(2) {
        width: 17.9%;
    }
    .illust-area.area-03 img:nth-of-type(3) {
        width: 18.3%;
    }
    .illust-area.area-03 img:nth-of-type(4) {
        width: 27.3%;
    }
    .illust-area.area-04 img:nth-of-type(1) {
        width: 22.4%;
    }
    .illust-area.area-04 img:nth-of-type(2) {
        width: 17.3%;
    }
    .illust-area.area-04 img:nth-of-type(3) {
        width: 3.6%;
    }
    .illust-area.area-04 img:nth-of-type(4) {
        width: 20%;
    }
    .illust-area.area-05 img:nth-of-type(1) {
        width: 13.5%;
        top: 0;
        margin-top: -14.5%;
    }
    .illust-area.area-06 img:nth-of-type(1) {
        width: 28.9%;
    }
    .illust-area.area-06 img:nth-of-type(2) {
        width: 17.6%;
    }
    .illust-area.area-07 img:nth-of-type(1) {
        width: 14%;
    }
    .illust-area.area-07 img:nth-of-type(2) {
        width: 4.4%;
    }
    .illust-area.area-07 img:nth-of-type(3) {
        width: 38.3%;
    }

    .illust-area.area-08 img:nth-of-type(1) {
        width: 20.2%;
    }
}
@media (max-width: 1200px) {
    .limited-box-area {
        width: 90%;
        height: auto;
    }
    .mv .mv-logo {
        width: 33%;
    }
}
@media (max-width: 900px) {
    .limited-item-area.area-02 {
        background-position: center left -390px;
    }
    .limited-box-area.area-01 .txt-area h3,
    .limited-box-area.area-01 .txt-area p {
        font-size: 15px;
    }
    .limited-box-area .txt-area p {
        margin-top: 20px;
    }
    .limited-box-area.area-02 .txt-area h3 span {
        font-size: 34px;
    }
    .limited-box-area.area-02 .txt-area h3 {
        font-size: 22px;
    }
    .illust-area.area-04 img:nth-of-type(1) {
        width: 18%;
        left: 29%;
    }
}
@media (max-width: 767px) {
    .mv {
        padding-top: 640px;
        background-image: url(../img/mv_sp.jpg);
        background-position: center;
    }
    .mv h1 {
        bottom: 9%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .mv .mv-logo {
        width: 74%;
    }
    .limited-item-area {
        height: auto;
        padding-top: 0px;
    }
    .limited-item-area.area-01,
    .limited-item-area.area-02,
    .limited-item-area.area-03 {
        background-image: unset;
    }
    .item_img_sp {
        display: block;
        width: 100%;
        height: auto;
    }
    .limited-item-area ul.limited-item-area-list-01,
    .limited-item-area ul.limited-item-area-list-02,
    .limited-item-area ul.limited-item-area-list-03 {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }
    .limited-item-area ul {
        width: 100%;
        height: 500px;
    }
    .limited-item-img {
        margin: 40px auto;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 40px;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
    .slick-prev:before, .slick-next:before {
        width: 10px;
        height: 30px;
        top: 5px;
        left: 10px;
    }
    .recommend-item-area {
        position: relative;
        width: 100%;
        height: 700px;
        background-size: cover;
        background-position: center center;
        box-sizing: border-box;
        padding-top: 50px;
        font-size: 16px;
    }
    .recommend-item-area.area-01 {
        background-image: url(../img/rcm_01_sp.jpg);
        color: #ac563c;
    }
    .recommend-item-area.area-02 {
        background-image: url(../img/rcm_02_sp.jpg);
        color: #555457;
    }
    .recommend-item-area.area-03 {
        background-image: url(../img/rcm_03_sp.jpg);
        color: #344c80;
    }
    .recommend-item-area.area-04 {
        background-image: url(../img/rcm_04_sp.jpg);
        color: #9e6d50;
    }
    .recommend-item-area.area-05 {
        background-image: url(../img/rcm_05_sp.jpg);
        color: #9e6d50;
    }
    .ttl-area {
        font-size: 34px;
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .note {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .limited-box-area {
        display: block;
        width: 60%;
    }
    .limited-box-area .img-area,
    .limited-box-area .txt-area {
        display: block;
    }
    .limited-box-area .txt-area {
        padding: 40px 0;
    }
    .limited-box-area.area-01 .img-area,
    .limited-box-area.area-01 .txt-area,
    .limited-box-area.area-02 .img-area,
    .limited-box-area.area-02 .txt-area {
        width: 100%;
    }
    .lead-area h2 {
        font-size: 34px;
        margin-bottom: 80px;
    }
    .lead-area p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 2;
    }
    .ftr-wrap .wuas-area h2 {
        width: 80%;
    }
    .ftr-wrap .link-area {
        margin: 80px auto;
        width: 90%;
        display: block;
    }
    .shop-link-btn a {
        width: 80%;
        margin: 30px auto;
    }
    .ftr-wrap .logo-area div {
        width: 160px;
        margin: 60px auto;
    }
    .ftr-wrap .logo-area {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .ftr-wrap .sns-area {
        width: 160px;
    }
    .ftr-wrap .sns-area div a {
        width: 24px;
    }
    .limited-item-area ul {
        background-color: transparent;
    }
    .recommend-item-area.area-01 h3 {
        top: 15%;
        left: 10%;
    }
    .recommend-item-area.area-03 h3,
    .recommend-item-area.area-04 h3 {
        bottom: 14%;
        left: 6%;
    }
    .recommend-item-area.area-05 h3 {
        position: absolute;
        top: 610px;
        right: 9%;
    }
    .recommend-item-area{
        margin-bottom: 0px;
    }
    #sec-04 {
        margin-bottom: 0px!important;
    }
    .illust-area.area-01 img:nth-of-type(1) {
        width: 36px;
        top: -54px;
        left: 62.5%;
    }
    .illust-area.area-01 img:nth-of-type(2) {
        width: 20px;
        top: -12px;
        left: 67.5%;
    }
    .illust-area.area-02 img:nth-of-type(1) {
        width: 27%;
        top: 0;
        margin-top: -120%;
        left: 5%;
    }
    .illust-area.area-02 img:nth-of-type(2) {
        width: 5%;
        top: 0;
        margin-top: -85%;
        left: 3%;
    }
    .illust-area.area-02 img:nth-of-type(3) {
        width: 43%;
        top: 0;
        margin-top: -106%;
    }
    .illust-area.area-02 img:nth-of-type(4) {
        width: 7%;
        top: 0;
        margin-top: -23%;
        right: auto;
        left: 28%;
    }
    .illust-area.area-03 img:nth-of-type(1) {
        width: 5%;
        top: 0;
        margin-top: -106%;
    }
    .illust-area.area-03 img:nth-of-type(2) {
        width: 26%;
        top: 0;
        margin-top: -101%;
        left: 22%;
    }
    .illust-area.area-03 img:nth-of-type(3) {
        width: 20%;
        top: 0;
        margin-top: -33%;
        right: 10%;
    }
    .illust-area.area-03 img:nth-of-type(4) {
        width: 36%;
        top: 0;
        margin-top: -25%;
        left: -5px;
    }
    .illust-area.area-04 img:nth-of-type(1) {
        width: 22.4%;
        top: 0;
        margin-top: -96%;
        left: 14%;
    }
    .illust-area.area-04 img:nth-of-type(2) {
        width: 17.3%;
        top: 0;
        margin-top: -36%;
    }
    .illust-area.area-04 img:nth-of-type(3) {
        width: 5%;
        top: 0;
        margin-top: -49%;
        left: 8%;
    }
    .illust-area.area-04 img:nth-of-type(4) {
        width: 20%;
        top: 0;
        margin-top: -22%;
    }
    .illust-area.area-06 img:nth-of-type(1) {
        width: 28.9%;
        top: 0;
        margin-top: -26%;
    }
    .illust-area.area-06 img:nth-of-type(2) {
        width: 18%;
        top: 0;
        margin-top: 14%;
    }
    .illust-area.area-07 img:nth-of-type(1) {
        width: 24%;
    }
    .illust-area.area-07 img:nth-of-type(2) {
        width: 5%;
        left: 25%;
        top: 0;
        margin-top: -830px;
    }
    .illust-area.area-07 img:nth-of-type(3) {
        width: 43%;
        top: 0;
        margin-top: -996px;
    }
    .illust-area.area-08 img:nth-of-type(1) {
        width: 23%;
        top: 0;
        margin-top: -290px;
    }
}
@media (max-width: 670px) {
    .recommend-item-area.area-05 h3 {
        position: absolute;
        top: 570px;
        right: 9%;
    }
}
@media (max-width: 630px) {
    .limited-box-area {
        width: 70%;
    }
    .limited-box-area.area-02 .txt-area h3 {
        font-size: 18px;
    }
    .limited-box-area.area-02 .txt-area h3 span {
        font-size: 30px;
    }
}
@media (max-width: 540px) {
    .recommend-item-area.area-05 h3 {
        top: auto;
        bottom: 12%;
        left: 6%;
    }
}
@media (max-width: 480px) {
    .limited-box-area {
        display: block;
        width: 90%;
    }
    .lead-area {
        padding: 160px 0;
    }
    .lead-area h2 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .lead-area p {
        margin-top: 36px;
        font-size: 16px;
    }
    .ftr-wrap {
        padding: 120px 0 40px;
    }
    .ftr-wrap .wuas-area .txt-area {
        margin-top: 30px;
    }
    .ftr-wrap .wuas-area .txt-area p {
        margin-bottom: 30px;
        font-size: 13px;
        line-height: 1.8;
    }
    .ftr-wrap .wuas-area .note {
        font-size: 12px;
    }
    .totop {
        bottom: 56px;
    }
    .illust-area.area-01 img:nth-of-type(1) {
        width: 36px;
        top: -46px;
        left: 65.5%;
    }
    .illust-area.area-01 img:nth-of-type(2) {
        width: 20px;
        top: -12px;
        left: 72.5%;
    }
    .illust-area.area-02 img:nth-of-type(1) {
        width: 27%;
        top: 0;
        margin-top: -117%;
        left: 5%;
    }
    .illust-area.area-06 img:nth-of-type(1) {
        width: 28.9%;
        top: 0;
        margin-top: -42%;
    }
    .illust-area.area-06 img:nth-of-type(2) {
        width: 18%;
        top: 0;
        margin-top: -16%;
    }
    .illust-area.area-07 img:nth-of-type(1) {
        width: 24%;
        top: 0;
        margin-top: -866px;
    }
    .illust-area.area-07 img:nth-of-type(2) {
        width: 5%;
        left: 25%;
        top: 0;
        margin-top: -700px;
    }
    .illust-area.area-07 img:nth-of-type(3) {
        width: 43%;
        top: 0;
        margin-top: -846px;
    }
    .illust-area.area-08 img:nth-of-type(1) {
        width: 23%;
        top: 0;
        margin-top: -190px;
    }
}
@media (max-width: 390px) {
    .illust-area.area-01 img:nth-of-type(1) {
        width: 36px;
        top: -46px;
        left: 70.5%;
    }
    .illust-area.area-01 img:nth-of-type(2) {
        width: 20px;
        top: -12px;
        left: 78.5%;
    }
    .illust-area.area-04 img:nth-of-type(1) {
        width: 22.4%;
        top: 0;
        margin-top: -104%;
        left: 14%;
    }
    .illust-area.area-04 img:nth-of-type(2) {
        width: 17.3%;
        top: 0;
        margin-top: -48%;
    }
    .illust-area.area-04 img:nth-of-type(4) {
        width: 20%;
        top: 0;
        margin-top: -26%;
    }
    .illust-area.area-04 img:nth-of-type(3) {
        width: 5%;
        top: 0;
        margin-top: -59%;
        left: 8%;
    }
    .illust-area.area-07 img:nth-of-type(1) {
        width: 24%;
        top: 0;
        margin-top: -859px;
    }
    .illust-area.area-07 img:nth-of-type(3) {
        width: 43%;
        top: 0;
        margin-top: -836px;
    }
}
@media (max-width: 360px) {
    .recommend-item-area {
        font-size: 13px;
    }
}





