.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
}

.lp_wrap h1 {
    font-family: serif;
    text-align: center;
    line-height: 5rem;
    margin: 0 0 40px;
    color: #fff;
}
.lp_wrap h2 {
    font-size: 25px;
    text-align: center;
}
.lp_wrap h3 {
    font-size: 20px;
}
.lp_wrap p {
    color: #fff;
    line-height: 190%;
}

hr {
    margin: 0 0 150px !important;
}
.title_gold {
    margin: 0 auto 20px !important;
}


/* NAV MENU */
.nav_menu {
    width: 100%;
}
.nav_menu .nav_menu_wrap {
    width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nav_menu ul {
    width: 140px;
    position: relative;
    filter: brightness(0.7);
    transition: all 0.1s;
}
.nav_menu ul.on {
    filter: brightness(1);
    position: relative;
}
.nav_menu ul.on li a p {
    text-decoration: underline;
}
.nav_menu ul:hover {
    filter: brightness(1);
    transition: all 0.1s;
}
.nav_menu ul:hover li a p {
    text-decoration: underline;
}
.nav_menu ul li {
    text-align: center;
}
.nav_menu ul li {
    width: 60%;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.nav_menu ul li a p {
    margin: -4px 0 0;
    font-size: 14px;
    /* font-weight: bold; */
}
.nav_menu ul::after {
    content: '';
    width: 98%;
    height: 270px;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0) 60%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.nav_menu ul.on::after {
    content: '';
    width: 98%;
    height: 270px;
    background: linear-gradient(#fafafa, rgb(255, 255, 255, 0) 60%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.nav_menu ul:first-child li:last-child::before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(/sp/star_wars/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: -10%;
    z-index: 2;
}

/* BACKGROUND */
.main_bg .main_bg_wrap {
    position: relative;
}
/* INTRO */
.intro {
    width: 630px;
    margin: 0 auto 100px;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    position: relative;
}
.swiper-wrapper {
    margin: 120px 0 0;
}
.swiper-slide {
    padding: 0 150px;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
}
/* left */
.swiper-slide .left-row {
    width: 40%;
}
.swiper-slide .left-row h2 {
    color: #fff;
    line-height: 180%;
}
.swiper-slide .left-row h2 span {
    font-size: 18px;
    color: #f8b500;
    position: relative;
}
.swiper-slide .left-row h2.new span::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/sp/star_wars/img/new.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -4px;
    left: -46px;
    z-index: 1;
}
.swiper-slide .left-row img {
    width: 70%;
    margin: 6% 15%;
}
/* right */
.swiper-slide .right-row {
    width: 56%;
    display: flex;
    align-items: center;
}
.swiper-slide .right-row ul {
    display: flex;
    flex-wrap: wrap;
}
.swiper-slide .right-row ul li {
    width: 27%;
    margin: 2% 3%;
    font-size: 12px;
    text-align: center;
    transition: all 0.3s;
}
.swiper-slide .right-row ul li:hover {
    filter: brightness(110%);
    transition: all 0.3s;
}
.swiper-slide .right-row ul li:hover p {
    text-decoration: underline;
}

.swiper-slide .right-row ul li a b {
    padding: 2px 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #b7861e;
}
.swiper-slide .right-row ul li:nth-child(3) a img,
.swiper-slide .right-row ul li:nth-child(5) a img {
    width: 90%;
    margin: 10% 0 0;
}
.swiper-slide .right-row ul li:nth-child(2) a img,
.swiper-slide .right-row ul li:nth-child(6) a img,
.swiper-slide .right-row ul li:nth-child(7) a img,
.swiper-slide .right-row ul li:nth-child(8) a img,
.swiper-slide .right-row ul li:nth-child(9) a img {
    width: 80%;
    margin: 20% 0 0;
}

/* coming */
.swiper-slide .coming  {
    margin: 300px auto;
    font-size: 40px;
}
/* sold out */
.swiper-slide .right-row ul li.sold-out {
    position: relative;
}
.swiper-slide .right-row ul li.sold-out b {
    padding: 2px 7px;
    /* font-weight: lighter; */
    color: #fff;
    background-color: #787878;
}
.swiper-slide .right-row ul li.sold-out a {
    opacity: 0.7;
}
.swiper-slide .right-row ul li.sold-out::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.swiper-slide .right-row ul li.sold-out:hover {
    filter: brightness(100%);
}
.swiper-slide .right-row ul li.sold-out:hover p {
    text-decoration: none;
}


.swiper-pagination-bullet {
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #fff !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 12px !important;
    background: #ffffff00 !important;
    position: relative;
}

.swiper-pagination-bullet-active {
    margin: 0 20px !important;
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff00 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet::after {
    content: '';
    width: 46px;
    height: 46px;
    background-color: #808080;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -3px;
    opacity: 1;
    z-index: -1;
}
.swiper-pagination-bullet:hover {
    filter: brightness(120%);
    transition: all 0.3s;
}
.swiper-pagination-bullet-active:hover {
    filter: brightness(100%);
}
.swiper-pagination-bullet-active::after {
    content: '';
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -9px;
    opacity: 1;
    z-index: -1;
}
.product::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff30;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    bottom: 0 !important;
    top: 10px !important;
    left: 0;
    z-index: -1;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
    border: 1.5px solid #fff;
    border-radius: 50%;
    padding: 30px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
}
.swiper-button-next:after {
    margin: 0 -4px 0 0;

}
.swiper-button-prev:after {
    margin: 0 0 0 -4px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #000 !important;
    font-weight: bold;
    background-color: #fff;
    transition: all 0.3s;
}

/* VIDEO */
.lp_video {
    width: 100%;
    height: 700px;
    margin: 140px auto 160px;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 160px;
}
.container h2 {
    color: #fff;
    font-family: serif;
    line-height: 130%;
    margin: 100px 0 40px;
}
.container h2 span {
    font-size: 20px;
    position: relative;
}
.container h2 span::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #ff0000 0%, #0062ff 100% );
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    z-index: 2;
}
.cont_wrap {
    max-width: 800px;
    margin: 0 auto 100px;
}
.cont_wrap img {
    width: auto;
    height: 400px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

/* designer */
.cont_desinger h3 {
    color: #fff;
    font-family: serif;
    line-height: 100%;
    margin: 5px 0 40px;
}
.cont_desinger h3 span {
    font-size: 14px;
}
.cont_desinger ul {
    display: flex;
    justify-content: space-between;
}
.cont_desinger ul li:first-child {
    width: 47%;
}
.cont_desinger ul li:last-child {
    width: 50%;
}
.cont_desinger img, .cont_desinger p {
    margin: 0;
    width: 100%;
    height: auto;
}

/* collection */
.collection ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.collection ul li {
    width: 48%;
    margin: 30px 0;
    
}
.collection ul li a {
    width: 100%;
    height: 260px;
    display: block;
    position: relative;
    overflow: hidden;
}
.collection ul li a::before {
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    position: absolute;
    top: 89%;
    left: 20%;
    transform: translate(-50%);
    z-index: 2;
}
.collection ul li:nth-child(1) a::before {
    content: '第1弾';
}
.collection ul li:nth-child(2) a::before {
    content: '第2弾';
}
.collection ul li:nth-child(3) a::before {
    content: '第3弾';
}
.collection ul li:nth-child(4) a::before {
    content: '第4弾';
}
.collection ul li a::after {
    content: '';
    width: 100%;
    height: 260px;
    background: url(/sp/star_wars/img/collection_border.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.collection ul li a img {
    transition: all .5s ease;
}
.collection ul li a:hover img {
    transform: scale(1.1);
    filter: brightness(115%);
}
.collection ul li.unrelease a:hover img {
    transform: scale(1);
    filter: brightness(100%);
}
.collection ul li.unrelease {
    position: relative;
}
.collection ul li.unrelease::before {
    content: '';
    width: 100%;
    height: 270px;
    background-color: #00000000;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}