@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, 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 {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html { line-height: 1; }
ol, ul { list-style: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }


/* コンテンツ
---------------------------------------------*/
html {
    font-size: 62.5%;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    font-size: 12spx;
    font-weight: normal;
    line-height: 1.8;
    scroll-snap-type: y mandatory;
    opacity: 0;
}
body.loaded {
    opacity: 1;
    transition: opacity 1s;
}
img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}
a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
a:hover { opacity: 0.6; }
.btn a img { transition: 0.3s; }
.btn a:hover img { opacity: 0.6; }

.f-en { font-family: 'Montserrat', sans-serif; }

#wrapper { width: 100%; }

#header {
    width: 100%;
    background: #ff6947 url(../images/bg_mv.png) center top no-repeat;
    background-size: cover;
    margin-bottom: 120px;
}
#header h1 {
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 999px) {
    #header {
        background: url(../images/sp_bg_mv.png) center top no-repeat;
        background-size: cover;
        margin-bottom: 20%;
    }
    #header h1 { width: 100%; }
}


/* COMMON
--------------------------------------*/
.content_inner {
    width: 540px;
    margin: 0 auto;
}
.content_inner .lead {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 70px;
    text-align: center;
}
h2 { margin-bottom: 50px; }
@media screen and (max-width: 999px) {
    .content_inner { width: 100%; }
    .content_inner .lead {
        font-size: 17px;
        margin-bottom: 12%;
    }
    h2 {
        width: 90%;
        margin: 0 auto 10%;
    }
}

@media screen and (min-width: 1000px) {
    .sp_only { display: none; }
}
@media screen and (max-width: 999px) {
    .pc_only { display: none; }
}


/* BUTTON
--------------------------------------*/
.btn_top {
    width: 186px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 999px) {
    .btn_top { width: 38%; }
}


/* STYLING
--------------------------------------*/
#styling .pickup {
    position: relative;
    border: 30px solid #ffafb9;
    margin-bottom: 80px;
    text-align: center;
}
#styling .pickup.cut-sewn { border-color: #006cb6; }

#styling .pickup h3 {
    position: absolute;
    width: 22px;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
#styling .pickup .img { margin-bottom: 30px; }
#styling .pickup p { margin-bottom: 20px; }
#styling p.btn_buy {
    width: 113px;
    margin: 0 auto 30px;
}

#styling .slider_styling {
    background: url(../images/bg_staff01.png) center top no-repeat;
    background-size: 100% auto;
    margin-bottom: 60px;
}
#styling .slider_styling.cut-sewn { background-image: url(../images/bg_staff02.png); }
#styling .slider_styling .slide img { margin-bottom: 40px; }
#styling .slider_styling .slide div { margin-left: 50px; }
#styling .slider_styling .slide div h4 {
    font-size: 11px;
    margin-bottom: 5px;
}
#styling .slider_styling .slide div h4 span {
    font-size: 23px;
    font-weight: 500;
    padding-right: .4em;
}
#styling .slider_styling .slide div p {
    font-size: 13px;
    margin-bottom: 40px;
}
#styling p.btn_code {
    width: 277px;
    margin: 0 auto;
}

.slick-prev, .slick-next {
    width: 53px;
    height: 53px;
    top: 40%;
    z-index: 999;
}
.slick-prev { left: -100px; }
.slick-next { right: -100px; }
.slick-prev:before,
.slick-next:before {
    display: block;
    content: "";
    width: 53px;
    height: 53px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-prev:before { background-image: url(../images/arrow_left.png); }
.slick-next:before { background-image: url(../images/arrow_right.png); }
@media screen and (max-width: 999px) {
    #styling .pickup {
        border-width: 20px;
        margin-bottom: 16%;
    }

    #styling .pickup h3 {
        width: 5%;
        max-width: 22px;
    }
    #styling .pickup .img { margin-bottom: 6%; }
    #styling .pickup p { margin-bottom: 4%; }
    #styling p.btn_buy {
        width: 30%;
        max-width: 113px;
        margin-bottom: 6%;
    }

    #styling .slider_styling {
        width: 100%;
        background: url(../images/bg_staff01.png) right top no-repeat;
        background-size: 90% auto;
        margin-bottom: 12%;
        overflow-x: hidden;
    }
    #styling .slider_styling .slide img { margin: 0 0 8% 10%; }
    #styling .slider_styling .slide div {
        width: 80%;
        margin: 0 auto;
    }
    #styling .slider_styling .slide div h4 { font-size: 10px; }
    #styling .slider_styling .slide div h4 span { font-size: 20px; }
    #styling .slider_styling .slide div p {
        font-size: 12px;
        margin-bottom: 8%;
    }
    #styling p.btn_code {
        width: 56%;
        max-width: 277px;
    }
    #styling p.btn_code img { margin: 0 !important; }

    .slick-prev, .slick-next {
        width: 38px;
        height: 38px;
    }
    .slick-prev { left: 5%; }
    .slick-next { right: 5%; }
    .slick-prev:before,
    .slick-next:before {
        width: 38px;
        height: 38px;
    }
}


/* RECOMMEND by shop staff
--------------------------------------*/
#rec_staff {
    position: relative;
    background: #ffbb13 url(../images/bg_rec_staff.png) 82% top no-repeat;
    background-size: 667px auto;
    padding-top: 120px;
}
#rec_staff h3 {
    margin-bottom: 50px;
    text-align: center;
}
#rec_staff h3 span {
    display: inline-block;
    color: #fff;
    width: 210px;
    font-size: 28px;
    font-weight: 600;
    background-color: #ff694b;
    border-radius: 30px;
}
#rec_staff .spots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 100px;
}
#rec_staff .spots dd {
    position: relative;
    width: 500px;
    background-position: right 156px;
    background-repeat: no-repeat;
    background-size: 286px auto;
    box-sizing: border-box;
}
#rec_staff .spots dd:nth-child(2n+1) { padding: 0 32px 0 22px; }
#rec_staff .spots dd:nth-child(2n) { padding-right: 54px; }
#rec_staff .spots dd.no1 { background-image: url(../images/bg_rec01.png); }
#rec_staff .spots dd.no2 { background-image: url(../images/bg_rec02.png); }
#rec_staff .spots dd.no3 { background-image: url(../images/bg_rec03.png); }
#rec_staff .spots dd.no4 { background-image: url(../images/bg_rec04.png); }

#rec_staff .spots dd h4 {
    position: absolute;
    width: 33px;
    top: 200px; 
    right: 0;
}
#rec_staff .spots dd:nth-child(2n) h4 { right: 23px; }

#rec_staff .spots dd .photo {
    position: absolute;
    width: 211px;
    top: 0;
    right: 9px;
}
#rec_staff .spots dd:nth-child(2n) .photo { right: 69px; }

#rec_staff .spots dd .shop {  
    width: 280px;
    height: 426px;
}
#rec_staff .spots dd .shop h5 {
    max-width: 204px;
    height: 58px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
#rec_staff .spots dd .shop img {
    max-width: 204px;
    margin-bottom: 12px;
}
#rec_staff .spots dd .shop p { font-size: 11px; }

#rec_staff .spots dd .coordinate img { margin-bottom: 20px; }
#rec_staff .spots dd .coordinate p {
    font-size: 11px;
    margin-bottom: 15px;
}
#rec_staff .spots dd .coordinate a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

#rec_staff .osaka {
    background-color: #8bdcdb;
    padding-bottom: 1px;
}
#rec_staff .osaka h3 { transform: translateY(-50%); }

@media screen and (max-width: 999px) {
    #rec_staff {
        background: #ffbb13 url(../images/sp_bg_rec_staff.png) left top no-repeat;
        background-size: 100% auto;
        padding-top: 20%;
    }
    #rec_staff h3 { margin-bottom: 10%; }
    #rec_staff h3 span {
        width: 160px;
        font-size: 22px;
    }
    #rec_staff .spots {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        margin-bottom: 15%;
    }
    #rec_staff .spots dd {
        width: 100%;
        background-position: right 40%;
        background-size: 55% auto;
        overflow-x: hidden;
    }
    #rec_staff .spots dd:nth-child(2n+1) {
        margin-bottom: 15%;
        padding: 0 0 0 10%;
    }
    #rec_staff .spots dd:nth-child(2n) { padding: 0 0 0 10%; }
    #rec_staff .spots dd.no2 {
        background-position: right 10%;
        background-size: 65% auto;
    }
    #rec_staff .spots dd.no3 {
        background-position: right 20%;
        background-size: 65% auto;
    }

    #rec_staff .spots dd h4 {
        width: 7%;
        max-width: 33px;
        top: 3%; 
        right: 3%;
    }
    #rec_staff .spots dd:nth-child(2n) h4 { right: 3%; }

    #rec_staff .spots dd .photo {
        width: 43%;
        max-width: 211px;
        right: -3%;
    }
    #rec_staff .spots dd:nth-child(2n) .photo { right: 5%; }

    #rec_staff .spots dd .shop {  
        width: 60%;
        height: auto;
        margin-bottom: 5%;
    }
    #rec_staff .spots dd .shop h5 {
        width: 80%;
        height: auto;
        font-size: 15px;
        margin-bottom: 4%;
    }
    #rec_staff .spots dd .shop img {
        max-width: 204px;
        width: 80%;
        margin-bottom: 12px;
    }
    #rec_staff .spots dd .shop p { font-size: 10px; }

    #rec_staff .spots dd .coordinate img { margin-bottom: 4%; }
    #rec_staff .spots dd .coordinate p {
        width: 90%;
        font-size: 11px;
        margin-bottom: 5%;
    }
    #rec_staff .spots dd .coordinate .link { text-align: center; }
    #rec_staff .spots dd .coordinate a {
        font-size: 14px;
    }
}


/* RECOMMEND by Discoat
--------------------------------------*/
#rec_discoat {
    position: relative;
    margin-bottom: 120px;
    padding-top: 170px;
}

#rec_discoat .slider_shop { overflow: hidden; }
#rec_discoat .swiper-slide div {
    width: 480px;
    height: 615px;
    background: #c5b99a url(../images/bg_shop.png) 18px 25px no-repeat;
    background-size: 377px 565px;
    margin: 0 auto;
    padding: 15px 50px 0 50px;
    box-sizing: border-box;
    overflow-y: hidden;
}
#rec_discoat .swiper-slide h3 { margin-bottom: 15px; }
#rec_discoat .swiper-slide h3 span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #ff694b;
    border-radius: 30px;
    padding: 0 30px;
}
#rec_discoat .swiper-slide .lead {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}
#rec_discoat .swiper-slide h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 30px 0 5px;
}
#rec_discoat .swiper-slide dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#rec_discoat .swiper-slide dl dt {
    width: 50%;
    transform: translateY(-20px);
}
#rec_discoat .swiper-slide:nth-child(2) dl dt { transform: translateY(-38px); }
#rec_discoat .swiper-slide dl dd { width: 47.684%; }
#rec_discoat .swiper-slide dl dd p { font-size: 11px; }
#rec_discoat .swiper-slide dl dd a { word-break: break-all; }

.slider_shop { position: relative; }
.swiper-container {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    padding-bottom: 60px;
}
.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 8px; }
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #e9e4e4;
    opacity: 1;
}
.swiper-pagination-bullet-active { background: #c5b99a; }
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled { opacity: 0; }

@media all and (-ms-high-contrast: none) {
    .swiper-slide img { width: 100%; }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 19%;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 19%;
    }
}
@media screen and (max-width: 999px) {
    #rec_discoat {
        margin-bottom: 12%;
        padding-top: 15%;
    }

    #rec_discoat .swiper-slide div {
        width: 96% !important;
        min-height: 135.667vw;
        height: auto;
        background: #c5b99a url(../images/bg_shop.png) 0 15px no-repeat;
        background-size: calc(100% - 20px) calc(100% - 30px);
        margin: 0 2%;
        padding: 10px 15px 30px 15px;
    }
    #rec_discoat .swiper-slide h3 { margin-bottom: 3%; }
    #rec_discoat .swiper-slide h3 span {
        font-size: 16px;
        padding: 0 8%;
    }
    #rec_discoat .swiper-slide .lead {
        font-size: 14px;
        margin-bottom: 3%;
    }
    #rec_discoat .swiper-slide h4 {
        font-size: 13px;
        margin: 8% 0 10px;
    }
    #rec_discoat .swiper-slide dl dt { transform: translateY(0); }
    #rec_discoat .swiper-slide:nth-child(2) dl dt { transform: translateY(0); }
    #rec_discoat .swiper-slide dl dd p { font-size: 10px; }

    .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 12%;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0px; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 6px; }
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}



/* INFLUENCER
--------------------------------------*/
#influencer {
    position: relative;
    background: #7e4181 url(../images/bg_influencer.png) center 290px no-repeat;
    background-size: 2400px auto;
    margin-bottom: 80px;
    padding: 120px 0 30px 0;
}
#influencer .lead {
    color: #fff;
    margin-bottom: 100px;
}
#influencer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
}
#influencer .list li {
    width: 420px;
    margin-bottom: 90px;
}
#influencer .list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
#influencer .list dl dt { width: 54.762%; }
#influencer .list dl dd {
    width: 43.238%;
    text-align: center;
}
#influencer .list dl dd h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
#influencer .list dl dd h3 span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}
#influencer .list dl dd p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}
#influencer .list dl dd p span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
#influencer .list dl dd a { transition: 0.3s; }
#influencer .list dl dd a:hover { opacity: 0.6; }
#influencer .list dl dd a img {
    display: inline-block;
    width: 40px;
    margin: 0 auto;
}
@media screen and (max-width: 999px) {
    #influencer {
        position: relative;
        background: #7e4181 url(../images/sp_bg_influencer.png) left bottom no-repeat;
        background-size: 100% auto;
        margin-bottom: 12%;
        padding: 15% 0 6% 0;
    }
    #influencer .lead { margin-bottom: 15%; }
    #influencer .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
    }
    #influencer .list li {
        width: 100%;
        margin-bottom: 20%;
    }
    #influencer .list dl dt { width: 50%; }
    #influencer .list dl dd {
        width: 44%;
        margin-left: 6%;
    }
    #influencer .list dl dd h3 { font-size: 10px; }
    #influencer .list dl dd h3 span { font-size: 17px; }
    #influencer .list dl dd p { font-size: 10px; }
    #influencer .list dl dd p span { font-size: 14px; }
    #influencer .list dl dd a img { width: 30px; }
}




/* ANIMATION
--------------------------------------*/
.opacity { animation: opacity 1.6s ease-in-out 1 both; }
.opacity01 { opacity: 1 !important; }

.rotate {
    opacity: 0;
    transform: translate3d(0%, -35%, 0) rotate3d(1, 1, 0, -30deg);
    transition: transform 1.4s;
}
.rotate.in {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(1, 1, 0, 0deg);
}

.filter {
    filter: blur(10px) brightness(2) saturate(1);
    -webkit-filter: blur(10px) brightness(2) saturate(1);
    -moz-filter: blur(10px) brightness(2) saturate(1);
    transition: filter 0.6s cubic-bezier(0.1, 0, 0.2, 1);
}
.filter.off {
    filter: blur(0) brightness(1) saturate(1);
    -webkit-filter: blur(0) brightness(1) saturate(1);
    -moz-filter: blur(0) brightness(1) saturate(1);
}

.scale {
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: all 2s ease-in-out;
}

.fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    -ms-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fuwatAnime {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fuwatAnimeFromTop {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnimeFromTop;
    -ms-animation-name: fuwatAnimeFromTop;
    animation-name: fuwatAnimeFromTop;
    visibility: visible !important;
}
@-webkit-keyframes fuwatAnimeFromTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fuwatAnimeFromTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.blink {
    animation: blink 2s ease 0s infinite normal;
    -webkit-animation: blink 2s ease 0s infinite normal;
}
@keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes shrink {
  0% { transform: traslateY(0); }
  100% { transform: translateY(100%); }
}
@keyframes opacity {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes rotate {
    0% {
        opacity: 0;
        transform: scale(1.4) rotate(12deg);
    }
    100% {
        opacity: 1.0;
        transform: scale(1) rotate(0);
    }
}
@keyframes fadeIn01 {
    0% {
        opacity: 0.4;
        transform: matrix(1.5, 0.2, 0.2, 1.5, 0, -10);
    }
    30% {
        opacity: 0.4;
        transform: matrix(1.3, 0.1, 0.1, 1.3, 3, -7);
    }
    100% {
        opacity: 1.0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0.1;
        transform: scale(1.4) translateY(-30px);
    }
    100% {
        opacity: 1.0;
        transform: scale(1) translateY(0px);
    }
}
@keyframes zoomIn01 {
    0% { transform: scale(1.4); }
    100% { transform: scale(1); }
}
@keyframes position {
    0% {
        opacity: 0.4;
        transform: translateX(0);
    }
    100% {
        opacity: 1.0;
        transform: translateX(8px);
    }
}
@keyframes position_01 {
    0% {
        opacity: 0;
        transform: translate(-50%, 100px);
    }
    100% {
        opacity: 1.0;
        transform: translate(-50%, 0px);
    }
}
@keyframes bg_size {
    0% { border: none; }
    100% { border: 1px solid; }
}
@keyframes cover_R {
    100% { transform: translateX(100%); }
}
@keyframes cover_L {
    100% { transform: translateX(-100%); }
}
@keyframes cover_T {
    100% { transform: translateY(-120%); }
}
@keyframes arrow_anime {
    0% {
        opacity: 0;
        transform: translate(-50%, -10px) rotate(180deg);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 50px) rotate(180deg);
    }
}
@keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}
@keyframes blur {
    0% {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}

/*----- フェードイン -----*/
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 20%);
    -webkit-transform: translate(0, 20%);
    transition: 1s;
}
.inviewfadeInUp01 {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 1s;
    transition-delay: 1s;
}
.inviewfadeInUp2 {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: 1s;
    transition-delay: .4s;
}
.inviewfadeInUp3 {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 1.4s;
    transition-delay: .8s;
}
.inviewfadeIn {
    opacity: 0;
    transition: .8s;
}
.inviewfromTop {
    opacity: 0;
    transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
    transition: 1s;
}
.inviewRight {
    opacity: 0;
    transform: translate(30px, -30px);
    -webkit-transform: translate(30px, -30px);
    transition: .8s;
    transition-delay: .8s;
}
.inviewLeft {
    opacity: 0;
    transform: translate(-30px, -30px);
    -webkit-transform: translate(-30px, -30px);
    transition: .8s;
    transition-delay: .8s;
}
.fadeInUp {
    opacity: 1.0 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
}
.fadeInUp01 { opacity: 1.0 !important; }


/* loading
--------------------------------------*/
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
    z-index: 99999;
}
#loader-bg #loading {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 1000px) {
    #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%;
    }
}
@media screen and (max-width: 999px) {
    #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%;
    }
}
@media screen and (min-width: 1000px) {
    #loader-bg #loading div {
        width: 20%;
        margin: auto;
    }
}
@media screen and (max-width: 999px) {
    #loader-bg #loading div {
        width: 40%;
        margin: auto;
    }
}
