.bienvenido-a-miami{
    font-family:"adineuePRO", 'Noto Sans JP', sans-serif;
}

.pagetitleBox {
    white-space: nowrap;
    overflow: hidden;
    margin: 60px 0 20px;
}

.pagetitle {
    animation: flowing 30s linear infinite;
    transform: translateX(100%);
    white-space: nowrap;
}

.pagetitle li {
    margin: 0 30px 0 0;
    display: inline-block;
}

@keyframes flowing {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.productBox {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.productBox li {
    box-sizing: border-box;
    overflow: hidden;
}

.imageBOX {
    width: 66.666%;
}

.imageBOX img{
    display: block;
}

.infoBOX {
    width: 33.333%;
    padding: 0 0 0 20px;
}

.product-name {
    font-size: 24px;
/*        font-family: "adineuePRO", 'Poppins', sans-serif;*/
    margin-top: 18px;
	font-weight:700;
}

.product-ground {
    font-size: 16px;
	margin:5px 0 15px;
}

.product-price {
    font-size: 27px;
        font-family: "adineuePRO", 'Poppins', sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
}


.product-cvbtn {
    display: block;
    background: #ff007c;
    border: 1px solid #ff007c;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 17px 10px;
    font-weight: 700;
    font-size: 17px;
}

.product-cvbtn:hover {
    background: #fff;
    color: #ff007c;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.limited {
    margin: 20px 0;
}
.limited span{
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: clamp(18px, 4vw, 30px);
	padding: 10px 20px 14px;
    line-height: 1.2;
    font-weight: 500;
}

.fx-cart .limited span{
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px;
	margin:6px 0;
}

.fx-cart .limited {
    margin: 0;
}

.pagetitle-jp {
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
}

.page-concept {
    font-size: clamp(18px, 4vw, 20px);
    border-left: 5px solid #ff007c;
    padding: 0 0 0 20px;
    margin: 40px 0 20px;
    font-weight: 700;
}

.gallery {
    padding: 100px 0 0;
}

.gallerybox01 {
    position: relative;
}

.gallerybox01 .gallerybox01-bk {
    width: 100%;
    background: #000;
    height: 60vh;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.gallerybox01 .decoration {
    font-size: clamp(80px, 4vw, 100px);
    line-height: 1;
    font-family: "adineuePRO", sans-serif;
    margin: 0 0 50px;
}

.gallerybox01 ul,
.gallerybox02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.gallerybox01 ul li img,
.gallerybox02 ul li img {
    display: block;
}

.gallerybox01 ul .pic01 {
    width: 52.5%;
}

.gallerybox01 ul .pic02 {
    width: 41.66%;
}

.gallerybox02 {
    padding: 50px 0 0;
}

.gallerybox02 ul .pic03 {
    width: 33.33%;
}

.gallerybox02 ul .pic04 {
    width: 59.16%;
}

.gallerybox03 img{
    width: 100%;
}
.gallerybox04 {
    margin: 50px 0;
}

.gallerybox04 .inner{
    overflow-x: auto;
}

.gallerybox04 ul{
    display: flex;
    justify-content: space-between;
    width: 1200px;
}

.gallerybox01 ul li a,
.gallerybox02 ul li a,
.gallerybox03 ul li a,
.gallerybox04 ul li a{
    position: relative;
    display: block;
    overflow: hidden;
}

.gallerybox01 ul li a img,
.gallerybox02 ul li a img,
.gallerybox03 ul li a img,
.gallerybox04 ul li a img{
    transition: .3s;
    display: block;
}

.gallerybox01 ul li a:hover img,
.gallerybox02 ul li a:hover img,
.gallerybox03 ul li a:hover img,
.gallerybox04 ul li a:hover img{
    opacity: 0.8;
}



.ico-madol {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
    background: url(../img/ico_modal.png) no-repeat top center;
}

.fx-cart{
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
    max-width: 200px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    z-index: 10;
}

.fx-cart .cartInner{
    padding: 10px;
}

.fx-cart .fx-name{
/*    font-family: "adineuePRO", sans-serif;*/
    font-size: 17px;
    font-weight: 700;
	margin-top:10px;
}

.fx-cart .fx-price{
    font-family: "adineuePRO", sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.fx-cart .fx-ground{
    font-size: 14px;
	margin:5px 0;
}

.fx-cart .fx-cvbtn{
    display: block;
    background: #ff007c;
    border: 1px solid #ff007c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    transition: .3s;
    font-size: 14px;
    line-height: 1;
	margin-top:7px;
}

.fx-cart .fx-cvbtn:hover{
    background: #fff;
    color: #ff007c;
}

.mask-bg {
    display: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    transition: color 0ms 450ms;
  }

  .mask-bg::after {
    background: #82ccd9;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0, 100%);
  }
  .mask-bg.is-animated{
    color: inherit;
    display: block;
  }

  .mask-bg.is-animated::after {
    animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
  }

.product-attention{
	font-weight:700;
	font-size:15px;
	letter-spacing:0;
	margin-top:20px;
	line-height:1.7;
}

.miami_kanren{
	max-width:300px;
	margin:0 auto 40px;
	width:80%;
}

.miami_kanren-ttl{
	font-size:20px;
	font-weight:800;
	text-align:center;
	margin-bottom:20px;
}

.miami_kanren-img{
	margin:0 auto;
	width:80%;
}

.miami_kanren-name{
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align:center;
	margin-top:20px;
}


  @keyframes mask-bg {
    0% {
      transform: translate(-101%,0)
    }
    40%, 60% {
      transform: translate(0, 0%)
    }
    100% {
      transform: translate( 101%,0)
    }
  }


@media screen and (max-width:820px) {

    .inner {
        padding: 0 10px;
    }

    .gallerybox01 .gallerybox01-bk {
        height: 30vh;
    }


.pagetitleBox {
    margin: 35px 0;
}



}

@media screen and (max-width:500px) {

    .inner {
        padding: 0;
    }

    .imageBOX {
        width: 100%;
    }

    .infoBOX {
        width: 100%;
        padding: 0 10px;
    }

    .product-cvbtn {
        max-width: unset;
    }

    .gallerybox01 ul .pic01,
    .gallerybox01 ul .pic02,
    .gallerybox02 ul .pic03,
    .gallerybox02 ul .pic04 {
        width: 100%;
    }

    .gallerybox01 ul .pic01 {
        padding: 0 0 0 20px;
    }

    .gallerybox01 ul .pic02 {
        padding: 0 40px 0 0;
    }

    .gallerybox02 ul .pic03 {
        padding: 0 0 0 20px;
    }

    .gallerybox02 ul .pic04 {
        padding: 0 40px 0 0;
        margin: 40px 0 0;
    }

    .gallerybox01 .decoration {
        margin: 40px 10px;
    }

    .page-concept {
        padding: 0 0 0 10px;
        margin: 20px 10px;
    }

    .pagetitle-jp {
        padding: 0 10px;
    }

    .gallerybox04 ul{
        width: 1000px;
    }

    .gallerybox04 ul li{
        margin: 0 10px 0 0;
    }

    .gallerybox04 .inner{
        padding: 0 10px;
    }

    .fx-cart{
        position: fixed;
        right: 0;
        bottom: 0;
        max-width: unset;
        width: 100%;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
        display: none;
    }


    .switch{
        background: #ff007c;
        color: #000;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        position: relative;

    }

    .switch::after{
        content: "";
        position: absolute;
        right: 10px;
        top: 40%;
        width: 8px;
        height: 8px;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(136deg) translateY(30%);
    }

    .switch.open::after{
        transform: rotate(-45deg) translateY(30%);
        right: 20px;
    }

    .cartInner{
        display: none;
    }

    .gallerybox04 {
        margin: 50px 0 80px;
    }

    .fx-cart .fx-cvbtn{
        font-size: 16px;
    }


}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
