/* setting
===================================================== */

/* =============================== */

body {
  color: #000;
    background-image: url(../img/main/bg-main.jpg);
    background-position: top center;
}
.wow {
    visibility: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  color: #333;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .disp-large {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .disp-small {
    display: none;
  }
}

main.content {
    overflow: hidden;
    font-weight: 400;
    font-size: 2.5vw;
    font-family: "Noto Sans TC", sans-serif;
}
@media screen and (min-width: 768px) {
    main.content {
        font-size: 1vw;
    }
}


/* common
===================================================== */



/* Content
===================================================== */


/* ---------------------
About
--------------------- */
.main-about {
    padding: 8vw 0 0;
}
@media screen and (min-width: 768px) {
    .main-about {
        padding: 5.5vw 0;
        background-image: url(../img/main/bg-01.jpg);
        position: relative;
    }
    .sub-tit small {
        font-size: 54%;
    }
}


/* ---------------------
Line up
--------------------- */
.main-lineup {
    position: relative;
    padding: 17% 8% 10%;
    font-weight: 400;
    font-family: "Jost", "Noto Sans TC", sans-serif;
    background: #fff;
    margin: 15% 9%;
}
@media (min-width: 768px) {
  .main-lineup {
    padding: 7vw 0 5vw;
    margin: 10vw auto 9%;
  }
}
@media (min-width: 992px) {
  .main-lineup {
        max-width: 90%;
    }
}
@media (min-width: 1366px) {
    .main-lineup {
        max-width: 1290px;
    }
}

.main-lineup__heading {
  text-align: center;
  width: 24.6%;
  margin: 0 auto 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .main-lineup__heading {
    width: 18.2%;
    margin: 0 auto;
  }
}


.main-lineup-list {
  list-style: none;
  margin: 0 auto;
  padding: 20% 25px;
  border: 2px solid #848080;
  background: #fff;
}
@media (min-width: 768px) {
  .main-lineup-list {
    width: 80.6%;
    padding: 5.5%;
    border: 5px solid #928d85;
  }
}

.main-lineup-list__item {
  position: relative;
  margin: 0 0 25%;
}
.main-lineup-list__item:last-of-type {
  margin: 0;
}

@media (min-width: 768px) {
  .main-lineup-list__item {
    margin: 0 0 6%;
  }
}

.main-lineup-list__inner {
  display: flex;
  justify-content: space-between;
}

.main-lineup-list__detail-wrap {
  display: flex;
  width: 70%;
  align-items: self-end;
}

.main-lineup-list__number {
  width: 65px;
  margin: 0 4% 0 0;
}
@media (min-width: 768px) {
  .main-lineup-list__number {
    width: 16%;
    margin: 0 4% 0 0;
    padding: 0 0 5px 0;
  }
}

.main-lineup-list__detail {
  letter-spacing: 0.2em;
  margin: 1em 0 0 0;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .main-lineup-list__detail {
    width: 85%;
    margin: -0.3em 0 0 0;
    font-size: 1vw;
  }
}

.main-lineup-list__price {
  width: 24%;
  max-width: 80px;
  margin: 0;
}
@media (min-width: 768px) {
  .main-lineup-list__price {
    width: 18%;
    max-width: inherit;
    margin: -0.2em 0 0;
  }
}

/* 2026 */
.r {
    position: relative;
}
.full {
    width: 100%;
}
.tc {
    text-align: center;
}
p {
    line-height: 1.5;
    font-size: 3vw;
    margin-bottom: 0;
}
.flex {
    display: flex;
}
.sub-tit {
    font-weight: 700;
    text-align: center;
    font-size: 5.8vw;
    letter-spacing: .1em;
    margin-bottom: 8vw;
    gap: .5ch;
    align-content: center;
    color: #424242;
    justify-content: center;
}
.video_wrap {
    margin-top: -1px;
}

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 0;
}
.label-logo {
    width: 28.933vw;
}

@media (min-width: 768px) {
    .label-logo {
        width:  12.76vw;
    }
    .sub-tit {
        font-size: 2.6vw;
        margin: 4vw 0;
        text-align: center;
    }
    .video_wrap {
        /* margin: 0 0 8.5vw; */
    }
    .video_wrap video {
        height: auto;
    }
}

.c-lineup-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .c-lineup-list {
        margin: 0 auto;
        max-width: 1200px;
    }
}

.c-lineup-list__item {
    max-width: 450px;
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .c-lineup-list__item {
        margin: 0 0 40px;
        max-width: 50%;
        padding: 15px 3% 0;
    }
}

@media (min-width: 1200px) {
    .c-lineup-list__item {
        max-width: 33.33%;
    }
}

.c-lineup-list-slide {
    margin: 0;
    overflow: hidden
}

.c-lineup-list-slide img {
    margin-left: -8%;
    width: 116%
}

.c-lineup-list-slide__item {
    display: none
}

.c-lineup-list__pretending {
    font-family: "Noto Sans TC", sans-serif;
    font-size: .75rem;
    margin: 0;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media (min-width: 768px) {
    .c-lineup-list__pretending {
        font-size:1.1vw;
    }
}

@media (min-width: 1200px) {
    .c-lineup-list__pretending {
        font-size: .85rem;
    }
}

.c-lineup-list__heading {
    margin: 0 0 10px;
}

.c-lineup-list__title {
    font-size: 1rem;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .c-lineup-list__title {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .c-lineup-list__title {
        font-size: 1.5rem;
    }
}

.c-lineup-list__line {
    border-bottom: 1px solid #000;
    display: inline;
    flex-grow: 1;
    margin: 0 12px;
    transform: translateY(2px);
    display: none;
}

.c-lineup-list__price {
    font-size: 1rem;
    margin: 0;
}

@media (min-width: 768px) {
    .c-lineup-list__price {
        font-size:1.25rem;
    }
}

@media (min-width: 1200px) {
    .c-lineup-list__price {
        font-size: 1.4rem;
    }
}

.c-lineup-list-nav {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    font-weight: 400;
    align-items: center;
    flex-wrap: wrap;
}

.c-lineup-list-nav__item {
    align-items: center;
    cursor: pointer;
    display: flex;
    width: 11ch;
}

@media (min-width: 992px) {
    .c-lineup-list-nav__item {
        margin:0 0 12px;
        width: 25%
    }
}

.c-lineup-list-nav__color {
    background: #ccc;
    float: left;
    height: 10px;
    margin: 0 4px 0 0;
    width: 10px;
}

.c-lineup-list-nav__color.-white {
    border: 1px solid #bbbbbc
}

.c-lineup-list-nav__name {
    color: #7d7c7c;
    font-size: 0.75rem;
}

@media (min-width: 992px) {
    .c-lineup-list-nav__name {
        font-size: .85rem;
    }
}

.c-lineup-list__detail {
    font-size: .75rem;
    letter-spacing: .075em;
    line-height: 1.8;
    margin: 4px 0
}

@media (min-width: 992px) {
    .c-lineup-list__detail {
        font-size:.875rem
    }
}

.js-lineup-link {
    display: none
}

.js-lineup-link:first-of-type {
    display: block
}

.c-lineup-list__btn-link {
    display: block;
    font-size: .75rem;
    margin: 0 0 0 auto;
    text-align: center;
    transition: .4s;
    width: 100%;
    background: #666;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    line-height: 1;
}

@media (min-width: 768px) {
    .c-lineup-list__btn-link {
        font-size: 0.85rem;
    }
}

.c-lineup-list__btn-link:hover {
    color: #fff;
    opacity: .4;
    transition: .4s
}
.c-lineup-list__item.new_label.NEW1:before {
    content: "限定店舖販售";
}
.c-lineup-list__item.new_label {
    position: relative;
}

.c-lineup-list__item.new_label:before {
    background: #e2a450;
    color: #fff;
    content: "NEW";
    left: 50%;
    letter-spacing: 2px;
    line-height: 1;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    border-radius: 20px;
    z-index: 1;
}

.c-lineup-list__btm {
    display: flex;
    gap: 10px;
    align-items: center;
}
.c-lineup-list__btn {
    margin-left: auto;
}
@media (min-width: 768px) {
    .c-lineup-list__item.new_label:before {
        font-size: 0.75rem;
    }
}

#loading {
    background-image: url(../img/main/loading.jpg);
    background-color: #131313;
    background-position: center;
    background-size: 200% auto;
    background-repeat: no-repeat;
}
.main-tit {
    background-image: url(../img/main/tit-lineup.png);
    aspect-ratio: 408 / 191;
    background-size: cover;
    width: 204px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -50px;
}
.third-tit {
    margin-bottom: 1.5ch;
    font-weight: 400;
}
.main-detail {
    padding: 12vw 7.6vw 7.6vw;
}
.bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bg1 {
    background-image: url(../img/main/glasses-01-m.png);
    justify-content: center;
    aspect-ratio: 636/909;
}
.bg .txt_wrap {
    margin: 58vw 0 0;
}
.label {
    font-size: 1.8vw;
    margin-top: 2ch;
}
.pic1 {
    width: 56.8vw;
    margin: 4vw 0 0 16.4vw;
}
.pic2 {
    width: 80vw;
    margin: 0 0 0 12.8vw;
}
.pic3 {
    width: 65.6vw;
    margin: 6vw 0 0 26vw;
    position: relative;
    z-index: 1;
}
.pic4 {
    width: 56.8vw;
    margin: 5vw auto 10vw;
}
.main-kv {
    background-color: #bfbfbf;
    position: relative;
}
.kv-logo {
    bottom: 4vw;
    position: absolute;
    width: 50.5vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.c-lineup-list__detail {
    display: none;
}
.note {
    background-image: url(../img/main/bg-note-m.png);
    aspect-ratio: 703 / 574;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e8ea9;
    font-size: 2.7vw;
    margin: 0 3vw;
}
.note big {
    font-size: 166%;
    font-weight: 700;
}
@media (min-width: 768px) {
    #loading {
        background-size: 100% auto;
    }
    .kv-logo {
        width: 37.7vw;
        bottom: 2.5vw;
    }
    .main-tit {
        width: 21.25vw;
        margin-top: -2.5vw;
    }
    .note {
        background-image: url(../img/main/bg-note.png);
        aspect-ratio: 904 / 546;
        width: 47vw;
        margin: auto;
    }
    p {
        font-size: 1vw;
    }
    .label {
        font-size: 0.7vw;
    }
    .inner2 {
        max-width: 73.9vw;
        margin: auto;
    }
    .pic1 {
        width: 29vw;
        margin: 6.3vw 0 0 5vw;
    }
    .pic2 {
        width: 40vw;
        margin: -2.6vw 0 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .pic3 {
        width: 32.5vw;
        margin: -5.2vw 6vw 0 auto;
    }
    .pic4 {
        position: absolute;
        width: 33vw;
        margin: 0 0 0 4.3vw;
        bottom: 5.5vw;
        z-index: 1;
    }
}