@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;
}
section {
    position: relative;
}
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;
}
.txt-s {
    font-size: 0.5em;
}
/* ----------------------------------------------------
    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;
}

/*-------------------------------
    mv
-------------------------------*/
.mv {
    position: relative;
    width: 100%;
    padding-top: 87%;
   /* background-image: url(../img/mv_pc.png);
    background-size: cover;
    background-position: top right;*/
    z-index: 10;
}
#logo {
  width: 306px;
  z-index: 1000;
  transition: all 0.3s ease;
}
#logo .logoimg {
    width: 100%;
}
#logo.fixed {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 1000;
}
#logo.unfixed {
  position: absolute;
}
#logo.unfixed img {
    display: none;
}
@media screen and (max-width: 1080px) {
  #logo.fixed {
    position: absolute !important;
    bottom: 20%;
    right: 3%;
  }
  #logo.unfixed {
    position: absolute;
    bottom: 20%;
    right: 3%;
  }
  #logo.unfixed img {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #logo {
    width: 30%;
    }
}

/*-------------------------------
    main
-------------------------------*/
.sec-img-01 {
    position: relative;
    width: 100%;
    padding-top: 87%;
    background-image: url(../img/sec_01.png);
    background-size: cover;
    margin-top: -37.5%;
    background-position: top right;
    /*z-index: 10;*/
}
.sec-img-02 {
    position: relative;
    width: 100%;
    padding-top: 87%;
    background-image: url(../img/sec_02.png);
    background-size: cover;
    margin-top: -38%;
    background-position: top right;
    z-index: 20;
}
.sec-txt {
    position: relative;
    width: 100%;
    padding-top: 65%;
    background-image: url(../img/sec_03.png);
    background-size: cover;
    margin-top: -27.8%;
    background-position: top right;
    overflow: hidden;
    color: #fff;
}
.sec-txt-ttl {
    font-size: 46px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 2px;
    margin-bottom: 22px;
}
.sec-txt-cts {
    font-size: 18px;
}
.txt-01 {
    position: absolute;
    top: 21%;
    left: 10.3%;
}
.txt-01 .sec-txt-cts {
    line-height: 1.6111;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
}
.txt-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
    height: 532px;
    box-sizing: border-box;
    background-image: url(../img/bg_01.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
    padding-left: 3%;
}
.txt-02 .sec-txt-cts {
    line-height: 2.7222;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    letter-spacing: 2px;
}
.item-area-bg {
    background-color: #008974;
    box-sizing: border-box;
    padding: 125px 0 90px;
    width: 100%;
    position: relative;
}
.item-area-bg-01 {
    position: absolute;
    width: 38%;
    height: 1012px;
    top: 0;
    left: 0;
    background-color: #149887;
    border-right: 2px solid #80c4ba;
    border-bottom: 2px solid #80c4ba;
    border-bottom-right-radius: 312px;
}
.item-area-bg-02 {
    position: absolute;
    width: 54%;
    height: 1255px;
    bottom: 280px;
    right: 0;
    background: linear-gradient(-60deg, #018063 0%, #01968b 100%);
    border-top: 2px solid #80c4ba;
    border-left: 2px solid #80c4ba;
    border-bottom: 2px solid #80c4ba;
    border-top-left-radius: 412px;
    border-bottom-left-radius: 412px;
}
.item-area {
    margin-bottom: 106px;
}
.limited-item-area-list-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    margin: 0 auto 50px;
}
.limited-item-area-list-02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 648px;
    margin: 0 auto 50px;
}
.item-area ul li a:hover {
    opacity: unset;
    filter: unset;
    -ms-filter: unset;
}
.item-area p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1em;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    line-height: 1.428;
    z-index: 1;
}
.limited-item-img {
    position: relative;
    width: 296px;
    aspect-ratio: 148 / 213;
}
.limited-item-img:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.limited-item-img:before {
    display: block;
    position: relative;
    color: #008974;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1;
}
.limited-item-img.item01:before,
.limited-item-img.item02:before,
.limited-item-img.item03:before,
.limited-item-img.item06:before,
.limited-item-img.item07:before {
    content: "Front";
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.limited-item-img.item01:hover:before,
.limited-item-img.item02:hover:before,
.limited-item-img.item03:hover:before,
.limited-item-img.item06:hover:before {
    content: "Back";
}
.limited-item-img.item07:hover:before {
    content: "Side";
}
.limited-item-img.item04:before,
.limited-item-img.item05:before {
    display: inline-block;
    content: "Long Ver.";
    top: 34.5%;
    left: 72%;
}
.limited-item-img.item04:hover:before,
.limited-item-img.item05:hover:before {
    content: "Short Ver.";
}
.limited-item-img.item01:after {
    background-image: url(../img/item_01_f.jpg);
    background-size: cover;
}
.limited-item-img.item01:hover:after {
    background-image: url(../img/item_01_b.jpg);
    background-size: cover;
}

.limited-item-img.item02:after  {
    background-image: url(../img/item_02_f.jpg);
    background-size: cover;
}
.limited-item-img.item02:hover:after {
    background-image: url(../img/item_02_b.jpg);
    background-size: cover;
}

.limited-item-img.item03:after  {
    background-image: url(../img/item_03_f.jpg);
    background-size: cover;
}
.limited-item-img.item03:hover:after {
    background-image: url(../img/item_03_b.jpg);
    background-size: cover;
}

.limited-item-img.item04:after  {
    background-image: url(../img/item_04_f.jpg);
    background-size: cover;
}
.limited-item-img.item04:hover:after {
    background-image: url(../img/item_04_b.jpg);
    background-size: cover;
}

.limited-item-img.item05:after  {
    background-image: url(../img/item_05_f.jpg);
    background-size: cover;
}
.limited-item-img.item05:hover:after {
    background-image: url(../img/item_05_b.jpg);
    background-size: cover;
}

.limited-item-img.item06:after  {
    background-image: url(../img/item_06_f.jpg);
    background-size: cover;
}
.limited-item-img.item06:hover:after {
    background-image: url(../img/item_06_b.jpg);
    background-size: cover;
}

.limited-item-img.item07:after  {
    background-image: url(../img/item_07_f.jpg);
    background-size: cover;
}
.limited-item-img.item07:hover:after {
    background-image: url(../img/item_07_b.jpg);
    background-size: cover;
}

.buy-link {
    color:#333 ;
    position: absolute;
    text-align: right;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    font-size: 15px;
}
.buy-link span {
    font-size: 0.8em;
}
.buy-link: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;
}
.sp640 {
    display: none;
}

@media (max-width: 1300px) {
  .txt-02 {
      width: 77%;
      height: 430px;
  }
  .txt-02 .sec-txt-cts {
      line-height: 2.2;
  }
  .item-area-bg-01 {
      width: 23%;
  }
}
@media (max-width: 1180px) {
  .sec-txt-ttl {
      font-size: 44px;
      margin-bottom: 18px;
  }
  .sec-txt-cts {
      font-size: 16px;
  }
  .txt-02 {
      width: 77%;
      height: 360px;
      padding-top: 40px;
      padding-left: 2%;
  }
}
@media (max-width: 970px) {
  .sec-txt {
      margin-top: -360px;
      padding-top: 780px;
  }
  .sec-txt-cts {
      font-size: 15px;
  }
  .txt-01 {
      top: 258px;
  }
  .txt-02 {
      width: 92%;
      padding-left: 5%;
  }
  .item-area-bg-01 {
      width: 8%;
  }
}
@media (max-width: 767px) {
    .sec-txt-ttl {
        font-size: 40px;
        margin-bottom: 14px;
    }
    .sec-txt-cts {
        font-size: 14px;
    }
/*    .sec-img-01 {
    background-image: url(../img/sec_01_sp.png);
    background-size: cover;
}
.sec-img-02 {
    background-image: url(../img/sec_02_sp.png);
    background-size: cover;
}*/
}
@media (max-width: 730px) {
    .txt-01 {
        top: 272px;
        left: 8%;
    }
    .txt-02 {
        width: 96%;
        padding-left: 8%;
    }
    .item-area-bg-01 {
        width: 4%;
    }
}
@media (max-width: 640px) {
    .sec-txt {
        margin-top: -420px;
        padding-top: 960px;
    }
    .sec-txt-cts {
        font-size: 13px;
    }
    .txt-01 {
        top: 354px;
        left: 8%;
    }
    .txt-02 {
        width: 96%;
        height: 430px;
        padding-top: 30px;
        padding-left: 8%;
        background-image: url(../img/bg_01_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .txt-02 .sec-txt-cts {
        line-height: 2;
    }
    .item-area-bg-01 {
        width: 4%;
    }
    .sp640 {
        display: block;
    }
}
@media (max-width: 500px) {
    .txt-01 {
        top: 370px;
        left: 6%;
    }
    .sec-txt {
        padding-top: 975px;
    }
    .sec-txt-ttl {
        font-size: 34px;
        margin-bottom: 9px;
    }
}
@media (max-width: 400px) {
    .txt-01 {
        top: 380px;
    }
}
@media (max-width: 365px) {
    .txt-01 {
        top: 400px;
    }
    .txt-02 {
        height: 400px;
        padding-left: 0;
    }
    .sec-txt-cts {
        font-size: 12px;
    }
}
@media (max-width: 340px) {
    .sec-txt-cts {
        font-size: 11px;
    }
}

@media (max-width: 1140px) {
    .limited-item-img {
        width: 270px;
    }
    .limited-item-area-list-01 {
        width: 880px;
    }
    .limited-item-area-list-02 {
        width: 576px;
    }
    .item-area {
        margin-bottom: 90px;
    }
    .item-area-bg-02 {
        width: 57%;
        height: 1160px;
    }
}
@media (max-width: 960px) {
    .limited-item-img {
        width: 220px;
    }
    .buy-link {
        bottom: 6px;
    }
    .buy-link a {
        font-size: 14px;
    }
    .item-area p {
        font-size: 13px;
    }
    .limited-item-area-list-01 {
        width: 700px;
        margin: 0 auto 40px;

    }
    .limited-item-area-list-02 {
        width: 460px;
        margin: 0 auto 40px;
    }
}
@media (max-width: 767px) {
    .item-area-bg {
        padding: 90px 0;
    }
    .limited-item-area-list-01,
    .limited-item-area-list-02 {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }
    .limited-item-area-list-01 li,
    .limited-item-area-list-02 li {
        margin-bottom: 40px;
    }
    .limited-item-img {
        width: 400px;
    }
}
@media (max-width: 650px) {
    .limited-item-img {
        width: 300px;
    }
}
@media (max-width: 430px) {
    .limited-item-img {
        width: 220px;
    }
}

/*背景切り替え SP*/
@media (max-width: 767px) {
    .limited-item-img.item01 {
        background-image: url(../img/item_01_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item01:after {
        background-image: url(../img/item_01_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item02 {
        background-image: url(../img/item_02_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item02:after {
        background-image: url(../img/item_02_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item03 {
        background-image: url(../img/item_03_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item03:after {
        background-image: url(../img/item_03_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item04 {
        background-image: url(../img/item_04_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item04:after {
        background-image: url(../img/item_04_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item05 {
        background-image: url(../img/item_05_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item05:after {
        background-image: url(../img/item_05_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item06 {
        background-image: url(../img/item_06_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item06:after {
        background-image: url(../img/item_06_b.jpg);
        background-size: cover;
    }
    .limited-item-img.item07 {
        background-image: url(../img/item_07_f.jpg);
        background-size: cover;
        overflow: hidden;
    }
    .limited-item-img.item07:after {
        background-image: url(../img/item_07_b.jpg);
        background-size: cover;
    }
    .limited-item-img .front {
        position: absolute;
        inset: 0;
        color: #008974;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        font-size: 10px;
    }
    .limited-item-img.item01 .front:before,
    .limited-item-img.item02 .front:before,
    .limited-item-img.item03 .front:before,
    .limited-item-img.item06 .front:before,
    .limited-item-img.item07 .front:before {
        position: absolute;
        content: "Front";
        top: 7px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        z-index: 1;
        animation: fadefront 6s infinite;
    }
    .limited-item-img.item04 .front:before,
    .limited-item-img.item05 .front:before {
        position: absolute;
        display: inline-block;
        content: "Long Ver.";
        top: 34.5%;
        left: 72%;
    }
    @keyframes fadefront {
        0% { opacity: 0; }
        20% { opacity: 1; }
        50% { opacity: 1; }
        80% { opacity: 0; }
        100% { opacity: 0; }
    }
    .limited-item-img.item01:before,
    .limited-item-img.item02:before,
    .limited-item-img.item03:before,
    .limited-item-img.item06:before {
        content: "Back";
    }
    .limited-item-img.item07:before {
        content: "Side";
    }
    .limited-item-img.item04:before,
    .limited-item-img.item05:before {
        content: "Short Ver.";
    }

    .limited-item-img:after,
    .limited-item-img:before {
        opacity: 0;
        animation: fadeSwitch 6s infinite;
    }

    @keyframes fadeSwitch {
        0% { opacity: 1; }
        20% { opacity: 0; }
        50% { opacity: 0; }
        80% { opacity: 1; }
        100% { opacity: 1; }
    }
}

.limited-box-area {
    position: relative;
    width: 854px;
    background:rgba(255,255,255,0.8);
    border-radius: 300px;
    box-sizing: border-box;
    padding: 60px 0 76px;
    margin: 0 auto;
}
.limited-box-area .area-ttl {
    font-size: 39px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 2px;
    margin-bottom: 22px;
    text-align: center;
}
.limited-box-area .txt-area p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    line-height: 1.428;
    font-size: 14px;
    text-align: center;
}
.limited-box-area .txt-area p span {
    font-size: 13px;
}
.limited-box-img {
    position: relative;
    width: 270px;
    height: 270px;
    margin: 20px auto 0;
    overflow: hidden;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade 6s infinite;
}
.image1 {
    animation-delay: 0s;
}
.image2 {
    animation-delay: 3s;
}
@keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    50% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 0; }
}
@media (max-width: 960px) {
    .limited-box-area {
        width: 90%;
        border-radius: 220px;
    }
}
@media (max-width: 767px) {
    .limited-box-area {
        border-radius: 140px;
    }
}
@media (max-width: 560px) {
    .limited-box-area .area-ttl {
        font-size: 32px;
    }
}
.sp480,
.sp360 {
    display: none;
}
@media (max-width: 480px) {
    .sp480 {
        display: block;
    }
    .limited-box-area {
        border-radius: 80px;
    }
    .limited-box-area .area-ttl {
        font-size: 28px;
    }
    .limited-box-area .txt-area p {
        font-size: 13px;
    }
    .limited-box-area .txt-area p span {
        font-size: 12px;
        margin-top: 0.8em;
        display: block;
    }
    .item-area {
        margin-bottom: 40px;
    }
}
@media (max-width: 360px) {
    .sp360 {
        display: block;
    }
    .limited-box-area {
        padding: 40px 0 70px;
    }
    .limited-box-img {
        width: 220px;
        height: 220px;
    }
}

.recommend-item-area {
    display: block;
    position: relative;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    aspect-ratio: 1360 / 619;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(100px);
    /*margin-bottom: 300px;*/
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    font-size: 16px;
}
.recommend-item-area.start{
    transition:.9s ease-out;
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}
.recommend-item-area:last-child{
    margin-bottom: 0px;
}
.recommend-item-area h3 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 2px;
}

.recommend-item-area.area-01 {
    background-image: url(../img/rcm_01.jpg);
}
.recommend-item-area.area-01 .rcm-ttl-area {
    position: absolute;
    top: 36%;
    left: 11.5%;
    width: 373px;
    height: 210px;
}
.recommend-item-area.area-01 h3 img {
    width: 100%;
}
.recommend-item-area.area-01 .link-animation {
    position: absolute;
    bottom: 0;
    left: 130px;
}

.recommend-item-area.area-02 {
    background-image: url(../img/rcm_02.jpg);
}
.recommend-item-area.area-02 .rcm-ttl-area {
    position: absolute;
    top: 36%;
    right: 9.5%;
    color: #fff;
}
.recommend-item-area.area-02 .link-animation {
    position: absolute;
    top: 50px;
    left: 50px;
}

.recommend-item-area.area-03 {
    background-image: url(../img/rcm_03.jpg);

}
.recommend-item-area.area-03 .rcm-ttl-area {
    position: absolute;
    top: 14.5%;
    left: 16%;
    color: #605e5e;
}
.recommend-item-area.area-03 .link-animation {
    position: absolute;
    top: 50px;
    left: 50px;
}

.recommend-item-area.area-04 {
    background-image: url(../img/rcm_04.jpg);
}
.recommend-item-area.area-04 .rcm-ttl-area {
    position: absolute;
    top: 17.5%;
    left: 14.5%;
    color: #7b5240;
}
.recommend-item-area.area-04 .link-animation,
.recommend-item-area.area-05 .link-animation {
    position: absolute;
    top: 0px;
    right: -30px;
}

.recommend-item-area.area-05 {
    background-image: url(../img/rcm_05.jpg);
}
.recommend-item-area.area-05 .rcm-ttl-area {
    position: absolute;
    bottom: 11.5%;
    right: 30%;
    color: #fff;
}
.scroll-wrap {
    position: relative;
}
.link-animation {
    width: 20px;
    aspect-ratio: 9 / 11;
}
.link-animation img {
    width: 100%;
    opacity: 0;
    transform: translateX(0);
    animation: linkMove 2s ease-in-out forwards;
    animation-iteration-count: infinite;
}
@keyframes linkMove {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(100px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}

@media (max-width: 1250px) {
    .recommend-item-area.area-01 .rcm-ttl-area {
        top: 33%;
        width: 30%;
        height: 37%;
    }
    .recommend-item-area.area-01 .link-animation {
        left: 33%;
    }
}
@media (max-width: 1060px) {
    .recommend-item-area.area-03 .rcm-ttl-area {
        left: 9%;
    }
}
@media (max-width: 960px) {
    .link-animation {
        width: 18px;
    }
    .recommend-item-area h3 {
        font-size: 26px;
    }
    .recommend-item-area.area-02 .rcm-ttl-area {
        top: 21%;
        right: 5%;
    }
}
@media (max-width: 767px) {
    .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);
    }
    .recommend-item-area.area-02 {
        background-image: url(../img/rcm_02_sp.jpg);
    }
    .recommend-item-area.area-03 {
        background-image: url(../img/rcm_03_sp.jpg);
    }
    .recommend-item-area.area-04 {
        background-image: url(../img/rcm_04_sp.jpg);
    }
    .recommend-item-area.area-05 {
        background-image: url(../img/rcm_05_sp.jpg);
    }
    .recommend-item-area.area-01 .rcm-ttl-area {
        top: 14%;
        width: 300px;
        height: 170px;
    }
    .recommend-item-area.area-02 .rcm-ttl-area {
        top: unset;
        right: 5%;
        bottom: 20%;
    }
    .recommend-item-area.area-04 .rcm-ttl-area {
        top: 24%;
        left: 10%;
    }
    .recommend-item-area.area-04 .link-animation {
        top: 50px;
        right: unset;
        left: 50px;
    }
    .recommend-item-area{
        margin-bottom: 0px;
    }
    #sec-04 {
        margin-bottom: 0px!important;
    }
}
@media (max-width: 600px) {
    .recommend-item-area {
        height: 500px;
    }
    .recommend-item-area.area-01 .rcm-ttl-area {
        position: relative;
        top: 8%;
        width: 250px;
        height: 144px;
        left: unset;
        margin: auto;
    }
    .link-animation {
        width: 18px;
    }
    .recommend-item-area.area-04 .rcm-ttl-area {
        top: 37%;
        left: unset;
        right: 4%;
    }
    .recommend-item-area.area-04 .link-animation {
        top: 38px;
        left: 121px;
    }
    .recommend-item-area.area-05 .rcm-ttl-area {
        bottom: 16%;
        right: 12%;
    }
    .recommend-item-area.area-05 .link-animation {
        top: 40px;
        right: unset;
        left: 40px;
    }

    @keyframes linkMove {
      0% {
        opacity: 0;
        transform: translateX(0);
      }
      20% {
        opacity: 1;
        transform: translateX(0);
      }
      80% {
        opacity: 1;
        transform: translateX(60px);
      }
      100% {
        opacity: 0;
        transform: translateX(60px);
      }
    }
}
@media (max-width: 480px) {
    .recommend-item-area h3 {
        font-size: 23px;
    }
    .recommend-item-area.area-02 .rcm-ttl-area {
        bottom: 14%;
    }
    .recommend-item-area.area-02 .link-animation {
        top: 40px;
        left: 60px;
    }
}

/*-------------------------------
    footer
-------------------------------*/
.ftr-wrap {
    background-color: #a3a3a7;
    text-align: center;
    color: #fff;
    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 hr {
    margin: 116px auto 67px;
    border: 0;
    border-top: 2px solid #fff;
    width: 84%;
}
.nav-area {
    width: 604px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;;
}
.item-link-area {
    width: 286px;
    color: #fff;
}
.item-link-area .ttl {
    font-size: 19px;
    letter-spacing: 4px;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-weight: 300;
    padding: 0 0 2px 12px;
}
.item-link-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 6px 10px;
}
.item-link-list a {
    color: #fff;
    font-size: 12px;
}
.item-link-list a:hover {
    opacity: unset;
    filter: unset;
    -ms-filter: unset;
    text-decoration: underline;
}
.item-link-list a:visited {
    color: #fff;
}
.ftr-wrap .link-area {
    width: 232px;
}
.shop-link-btn a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #515151;
    background-color: #dbdbdb;
    font-size: 14px;
    margin-bottom: 19px;
}
.shop-link-btn a:visited {
    color: #fff;
}
.shop-link-btn a:hover {
    opacity: unset;
    filter: unset;
    -ms-filter: unset;
    color: #fff;
    background-color: #515151;
}
.ftr-wrap .logo-area {
    width: 568px;
    margin: 70px auto 50px;
    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: 30px auto 0;
    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 25px;
}
.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;
}

/*-------------------------------
    responsive
-------------------------------*/
@media (max-width: 767px) {
    .note {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .ftr-wrap .wuas-area h2 {
        width: 80%;
    }
    .ftr-wrap .logo-area div {
        width: 160px;
        margin: 60px auto;
    }
    .ftr-wrap .logo-area {
        width: 90%;
        margin: 90px auto 0;
        display: block;
    }
    .ftr-wrap .sns-area {
        width: 160px;
    }
    .ftr-wrap .sns-area div a {
        width: 24px;
    }
    .nav-area {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .item-link-area {
        width: 370px;
        margin: 0 auto;
    }
    .item-link-area .ttl {
        font-size: 24px;
        padding: 0 0 9px 14px;
    }
    .item-link-list {
        padding: 12px;
    }
    .item-link-list li {
        margin-bottom: 10px;
    }
    .item-link-list a {
        font-size: 14px;
    }
    .ftr-wrap .link-area {
        width: 370px;
        margin: 50px auto 40px;
    }
    .shop-link-btn a {
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 480px) {
    .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;
    }

    .ftr-wrap hr {
        width: 90%;
    }
    .btn-area {
        width: 100%;
    }
    .item-link-area, 
    .ftr-wrap .link-area {
        width: 80%;
    }
}


/*ripple*/
.ripple {
  position: relative;
}
.ripple__animation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        z-index: 2;
}
.ripple__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
        z-index: 1;
}
.mv .ripple__animation {
  background-image: url(../img/mv_pc.png);
      background-size: cover;
      background-position: top right;
}
.mv .ripple__background {
  background-image: url(../img/mv_pc.png);
      background-size: cover;
      background-position: top right;

}
@media (max-width: 767px) {
    .sec-img-01 {
        background-image: unset;
        z-index: 10;
    }
    .sec-img-02 {
        background-image: unset;
    }
    .sec-img-01 .ripple__animation {
        background-image: url(../img/sec_01_sp.png);
        background-size: cover;
    }
    .sec-img-01 .ripple__background {
        background-image: url(../img/sec_01_sp.png);
        background-size: cover;
    }
    .sec-img-02 .ripple__animation {
        background-image: url(../img/sec_02_sp.png);
        background-size: cover;
    }
    .sec-img-02 .ripple__background {
        background-image: url(../img/sec_02_sp.png);
        background-size: cover;
    }
}