@charset "UTF-8";

.content-topics .content-parent-detail a,
.snap-details a {
    color: #00f !important;
}
.snap-details .row-btn a {
    color: #000 !important;
}

/* Topics > cat lists */
.nav-category .nav-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nav-category .nav-list li {
    border: 1px solid #000;
    width: 16%;
    /* min-width: 150px;
    max-width: 266px; */
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-left: 0.8%;
}
.nav-category .nav-list li:first-child {
    margin-left: 0;
}
.nav-category .nav-list li a {
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding: 1em 1em;
    background: #fff;
}
.nav-category .nav-list li a:hover {
    color: #fff;
    background: #000;
    opacity: 1;
}
.nav-category .nav-list li.active a {
    color: #fff;
    background: #000;
    pointer-events: none;
}
@media only screen and (max-width: 750px) {
    .nav-category .nav-list li {
        width: 100%;
        max-width: 150px;
        margin-left: 2%;
        margin-top: 2%;
    }
    .nav-category .nav-list li:first-child {
        margin-left: 2%;
    }
    .nav-category .nav-list li a {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 370px) {
    .nav-category .nav-list li {
        max-width: 140px;
    }
}

.top-about-title {
    font-weight: bold;
    font-size: 1.8rem;
}
.detail-list .detail-row-list li .detail-row img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
}
.detail-list .detail-row-list li .detail-row .box-text {
    position: relative !important;
    left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.content-topics .parent-detail-image img {
    width: 100%;
}

.content-topics.information .content-topics-left {
    width: 100%;
}

.content-topics .content-topics-left .detail-list .column-list {
    justify-content: flex-start !important;
}


.guest-snap-list .group-detail .text {
    font-weight: normal !important;
}
.guest-snap-list .group-detail .text h3 {
    font-weight: bold;
    display: block;
}
.guest-snap-list .group-detail .text p {
    display: block;
    color: #808080;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.guest-snap-list .group-detail .zone span {
    color: #808080;
}
.guest-snap-list .group-detail .zone span.snap-shop {
    display: block;
}

a.disabled {
    pointer-events: none !important;
}
.guest-snap-only li {
    padding-bottom: 0 !important;
}
.guest-snap-only li a {
    padding-bottom: 0 !important;
}
.guest-snap-only li a .zone {
    position: unset !important;
}
.guest-snap-only li a .text {
    margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
    .guest-snap-only li a .text {
        margin-bottom: 10px;
    }
}


.form p.error {
    color: #ff0000;
    margin-top: 5px;
}
.form-thanks {
    width: 94%;
    max-width: 550px;
    margin: 0 auto;
}
.form-thanks h2 {
    font-size: 2.4rem;
    text-align: center;
}

.form .btn-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form .btn-confirm button {
    border: 1px solid #000;
    padding: 0;
    font-weight: 400;
    color: #3a3a3c;
    transition: color .3s, opacity .3s;
    cursor: pointer;
}
.form .btn-confirm a {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
}
.form .btn-confirm button + button {
    margin-left: 5%;
}
.form button:hover {
    opacity: 0.6;
}
.form .btn-send {
    background: url("/th/assets/images/commons/arrow-black.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 1em top 50%;
    background-size: 5px auto;
}
.form .btn-back {
    background: url("/th/assets/images/commons/arrow-back-black.svg") #fff;
    background-repeat: no-repeat;
    background-position: left 1em top 50%;
    background-size: 5px auto;
}
@media only screen and (max-width: 750px) {
    .form .btn-confirm button + button {
        margin-left: 3%;
    }
}


.member-detail {
    display: flex;
    width: 100%;
}
.member-detail .member-right {
    width: 42%;
}
.member-detail .member-right img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.member-detail .member-left {
    width: 58%;
    padding: 4.32% 3.68%;
    letter-spacing: 0;
}
.member-detail .member-left h3 {
    font-size: 1.8rem;
    font-weight: bold;
}
.member-detail .member-left .card-point {
    border: 1px solid #000000;
    padding: 4.32% 4.5%;
    margin-top: 4.32%;
}
.member-detail .member-left dl {
    display: flex;
    width: 100%;
}
.member-detail .member-left dl + dl {
    margin-top: 2.5%;
}
.member-detail .member-left dl dt {
    font-weight: bold;
    width: 18%;
    min-width: 86px;
}
.member-detail .member-left dl dt::after {
    content: ":";
    margin: 0 0.3em;
}
.member-detail .member-left dl dd {
    width: 82%;
}
@media only screen and (max-width: 750px) {
    .member-detail {
        display: block;
    }
    .member-detail .member-right {
        width: 100%;
    }
    .member-detail .member-left {
        width: 100%;
    }
}

.content-policy .list-li li {
    list-style: disc !important;
}
.content-policy .list-li {
    margin-left: 5% !important;
}
@media only screen and (max-width: 750px) {
    .content-policy .list-li {
        margin-left: 10vw !important;
    }
}


.btn-black {
    color: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    margin-left: auto;
    margin-right: auto;
    background: url("/th/assets/images/commons/arrow-next-white.svg") #000;
    background-repeat: no-repeat;
    background-position: right 1em top 50%;
    background-size: 5px auto; }
.detail-list .detail-row-list li .detail-row .btn-box {
    margin-top: 5.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.detail-list .detail-row-list li .detail-row .btn-box .btn-black {
    margin-left: 0;
    margin-right: 0;
    width: 36%;
}
.detail-list .detail-row-list li .detail-row .btn-box .btn-black + .btn-black {
    margin-left: 5%;
}
@media only screen and (max-width: 750px) {
    .detail-list .detail-row-list li .detail-row .btn-box {
        margin-top: 20px;
    }
    .detail-list .detail-row-list li .detail-row .btn-box .btn-black {
        margin-left: auto;
        margin-right: auto;
        width: 42%;
    }
    .detail-list .detail-row-list li .detail-row .btn-box .btn-black + .btn-black {
        margin-left: 3%;
    }
}


.snap-slider-main {
    width: 100%;
    height: 55vw;
    max-height: 600px;
    background-color: #EFEFEF;
}
@media only screen and (max-width: 750px) {
    .snap-slider-main {
        height: 85vw;
    }
}
.snap-slider-main .item {
    width: 100%;
    height: 55vw;
    max-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 750px) {
    .snap-slider-main .item {
        height: 85vw;
    }
}
.snap-slider-main .item img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.snap-slider-nav {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    font-size: 0;
    width: 100%;
    max-width: 550px;
}
@media only screen and (max-width: 750px) {
    .snap-slider-nav {
        width: 74vw;
    }
}
.snap-slider-nav .item {
    width: 7.61vw !important;
    max-width: 104px;
    height: 5.86vw !important;
    max-height: 80px;
    margin: 0 2.5px;
    display: inline-block;
    float: none !important;
    border: 1px solid #707070;
    cursor: pointer;
}
@media only screen and (max-width: 750px) {
    .snap-slider-nav .item {
        width: 13.87vw !important;
        height: 10.67vw !important;
        margin: 0 0.335vw;
    }
}
.snap-slider-nav .item:nth-child(n+6) {
    margin-top: 5px;
}
@media only screen and (max-width: 750px) {
    .snap-slider-nav .item:nth-child(n+6) {
        margin-top: 0.67vw;
    }
}
.snap-slider-nav .item.slick-current {
    border: 3px solid #707070;
}
.snap-slider-nav .item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.snap-slider-nav .item img:hover {
    opacity: 0.6;
}
.snap-details-sns {
    margin-top: 25px;
}
.snap-details-sns .sns-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
@media only screen and (max-width: 750px) {
    .snap-details-sns .sns-list {
        justify-content: center;
    }
}
.snap-details-sns .sns-list li {
    margin-left: 16px;
    margin-top: 6px;
    height: 20px;
}
@media only screen and (max-width: 750px) {
    .snap-details-sns .sns-list li {
        margin-left: 12px;
    }
}
.snap-details-sns .sns-list li:first-child {
    margin-left: 0;
    margin-top: 0;
}
.snap-details-sns .sns-list li:nth-child(2) {
    margin-left: 2px;
}
@media only screen and (max-width: 750px) {
    .snap-details-sns .sns-list li:nth-child(2) {
        margin-left: 0;
    }
}
.snap-details-sns .sns-list li .fb_iframe_widget span {
    height: 20px !important;
}
.snap-details-sns .sns-list li .fb_iframe_widget iframe {
    height: 20px !important;
}
.snap-details h2 {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3;
    margin-top: 45px;
}
@media only screen and (max-width: 750px) {
    .snap-details h2 {
        font-size: 2rem;
    }
}
.snap-details .desc {
    margin-top: 30px;
}
.snap-details .row-btn {
    margin-top: 60px;
}
@media only screen and (max-width: 750px) {
    .snap-details .row-btn {
        margin-top: 50px;
    }
}
.snap-details .row-btn .btn-white {
    margin-right: 0;
    margin-left: 0;
    background: url("/th/assets/images/commons/arrow-back-black.svg") no-repeat;
    background-position: left 1em top 50%;
    background-size: 5px auto;
}

/* order_uniform */
#order_uniform .intro_order {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    text-align: center;
}
@media only screen and (max-width: 750px) {
    #order_uniform .intro_order  {
     text-align: left;   
      margin: 20px 0;
       font-size: 18px;
    }
}
#order_uniform .step-order {
    margin: 40px 0;
    display: flex;
}
@media only screen and (max-width: 750px) {
    #order_uniform .step-order {
        flex-wrap: wrap;
         margin: 20px 0;
    }
}
#order_uniform .step-order li {
    width: 30%;
    text-align: center;
    margin: 0 1rem;
}
@media only screen and (max-width: 750px)  {
    #order_uniform .step-order li {
        width: 44%;
        margin: 2% !important;
    }
}
#order_uniform .step-order li img {
    max-width: 45px;
    margin: auto;
    padding: 20px 0;
}
#order_uniform .step-order li small {
    font-size: 14px;
}
#order_uniform .step-order li h3 {
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
   #order_uniform .step-order li h3 {
    font-size: 18px;
   }
}
.contact-list {
    margin-top: 20px;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
}
.contact-list span {
    width: 52px;
    margin-right: 10px;
    display: inline-block;
}
@media only screen and (max-width: 750px) {
    .contact-list {
        margin-top: 10px;
    }
   .contact-list span {
        margin-right: 6px;
   }
}
#order_uniform .step-order.quality li {
    text-align: left;
    margin: 0 1rem;
}
#order_uniform .step-order.quality li h3 {
    text-align: center;
    margin-bottom: 20px;
}
#order_uniform .step-order.quality li img {
    width: 100%;
    max-width: inherit;
}
#order_uniform .fitting-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
#order_uniform .fitting-list li {
    width: 35%;
    margin: 1rem;
}
@media only screen and (max-width: 750px) {
    #order_uniform .fitting-list li {
        width: 45%;
        margin: 2% !important;
    }
    #order_uniform .step-order.quality li img {
        margin: 0;
        padding: 0 0 10px 0;
    }
#order_uniform .step-order.quality li h3 {
    margin-bottom: 10px;
}
#order_uniform .fitting-list {
     margin-top: 20px;
}

}
.video-order {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.video-order video {
    max-width: 350px;
    width: 100%;
}
.logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.logo-center img {
    width: 100%;
    height: 100%;
}
.logo-suit-select {
    max-width: 250px;
}
.logo-sotus {
    max-width: 160px;
}
.icon-x {
    max-width: 15px;
    margin: 0 30px;
}
@media only screen and (max-width: 750px) {
    .video-order {
       margin-top: 20px;  
    }
    .logo-center {
       margin-top: 40px; 
    }
 .icon-x {
    margin: 0 15px; 
 }
 .logo-suit-select {
    max-width: 140px;
 }
 .logo-sotus {
    max-width: 90px;
 }
}

.tiktok-list-video li {
    position: relative;
}
.tiktok-list-video video {
    width: 100%;
    object-fit: cover;
    height: 89.9%;
}
.sidenav .group-menu:nth-child(3) a + a {
  margin-left: 8px;  
}
.sidenav .group-menu:nth-child(3) img {
  max-width: 36px !important;
  height: 36px !important;
}
#container .detail-list .detail-row-list li .detail-row .box-text {
    padding: 0 !important;
    padding-left: 7.52% !important;
}
#container .detail-list .detail-row-list li .detail-row {
    width: 48.188% !important;
}
@media only screen and (max-width: 750px) {
    #container .detail-list .detail-row-list li .detail-row .box-text {
    padding: 0 !important;
    padding-left: inherit !important;
}
#container .detail-list .detail-row-list li .detail-row {
    width: inherit !important;
}
.tiktok-list-video video {
    height: 100%;
}
}

.btn-tt {
    display: flex;
    align-items: center;
}
.btn-tt img {
    margin-right: 5px;
}
.btn-width-200 {
    max-width: 200px;
    width: 100%;
}
@media only screen and (max-width: 750px) {
.mt40-sp {
    margin-top: 40px;
}
}

.mv-slick-pc .slick-prev{
	background: url("/th/assets/images/commons/arrow-back-black.svg")!important;
	background-repeat: no-repeat !important;
	z-index: 3 !important;
    background-size: 45% !important;
    transform: rotate(0deg);
}

.mv-slick-pc .slick-next{
	background: url("/th/assets/images/commons/arrow-back-black.svg")!important;
	background-repeat: no-repeat !important;
	z-index: 3 !important;
    background-size: 45% !important;
    transform: rotate(180deg);
}
@media only screen and (max-width: 750px)  {
    .mv-slick-pc .slick-next,
    .mv-slick-pc .slick-prev {
            background-size: 32% !important;
    }
}
