i.fa.fa-list {
    display: none;
}

.sec-keyvisual {
    padding: 0;
}

.keyvisual {
    position: relative;
}

.keyvisual__slider {
    width: 100%;
}

.swiper-slide.keyvisual__item {
    width: calc(100% - 400px);
    position: relative;
    overflow: hidden;
}

.swiper-slide.keyvisual__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.swiper-slide.keyvisual__item.active::after {
    opacity: 0;
}

.swiper-slide .clip-wrap__inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.keyvisual__clip.clip-wrap {
    overflow: hidden;
    padding-top: 65.8077994429%;
    margin-top: 0;
}

.keyvisual__clip .clip-wrap__inner iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 117%;
}

.keyvisual__img {
    width: 100%;
}

.keyvisual__control {
    position: absolute;
    bottom: 37px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.keyvisual__control .dots {
    display: flex;
    align-items: center;
    flex: 0 0 170px;
}

.keyvisual__control .dots span {
    flex: 1;
    height: 3px;
    background-color: #fff;
    cursor: pointer;
}

.keyvisual__control .dots span.current {
    height: 6px;
}

.keyvisual__control .dots span + span {
    margin-left: 2px;
}

.keyvisual__state {
    width: 14px;
    height: 13px;
    background-image: url(../img/main/ico-pause.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    cursor: pointer;
}

.keyvisual__state.keyvisual__state--play {
    background-image: url(../img/main/ico-play.svg);
}

.keyvisual__nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 400px);
    z-index: 1;
}

.keyvisual__nav button {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 60px; /* 350% */
}

.keyvisual__nav button.nav_prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.keyvisual__nav button.nav_next {
    right: 0;
    transform: translate(50%, -50%);
}

.keyvisual__copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 173px;
    padding-bottom: 163px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.keyvisual__sub-title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 70px; /* 140% */
}

.keyvisual__title {
    color: #fff;
    font-size: 96px;
    font-weight: 400;
    line-height: 115px;
    margin-top: 7px;
}

.keyvisual__title b {
    color: #f12700;
    font-weight: 900;
}

.sec-best {
    padding-top: 100px;
    padding-bottom: 100px;
}

.best-col {
    display: flex;
    width: 100%;
}

.best-col__left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.best-col__right {
    flex: 1;
    min-width: 0;
}

.best-slider {
    width: 100%;
    overflow: hidden;
}

.best-slider__item {
    width: 100%;
}

.sec-best__cate {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.sec-best__title {
    color: #000;
    font-size: 40px;
    font-weight:500;
    line-height: 56px;
    margin-top: 48px;
    position: relative;
}

.sec-best__title::after {
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background-color: #000;
}

.sec-best__desc {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 50px;
}

.sec-best__desc b{
    color: #cc0000;
  
}
.best-slider {
    position: relative;
}

.best-slider__item {
    position: relative;
}

.best-slider__img {
    width: 100%;
}

.best-slider__copy {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.best-slider .nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    z-index: 2;
}

.best-slider .nav button {
    width: 21px;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.best-slider .nav::after {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.best-slider .nav_prev {
    background-image: url(../img/main/img-best-prev.svg);
}

.best-slider .nav_next {
    background-image: url(../img/main/img-best-next.svg);
    margin-left: 38px;
}

.sec-category {
    padding-top: 150px;
    padding-bottom: 150px;
}

.cate-acc {
    width: 100%;
    display: flex;
    height: 800px;
}

.cata-acc__item {
    flex: 0 0 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.cata-acc__item + .cata-acc__item {
    border-left: 1px solid #fff;
}

.cata-acc__item.current {
    flex: 1;
}

.cata-acc__item:nth-child(1) {
    background-image: url(../img/main/img-category-bg01.jpg);
}

.cata-acc__item:nth-child(2) {
    background-image: url(../img/main/img-category-bg02.jpg);
}

.cata-acc__item:nth-child(3) {
    background-image: url(../img/main/img-category-bg03.jpg);
}

.cata-acc__item:nth-child(4) {
    background-image: url(../img/main/img-category-bg04.jpg);
}

.cata-acc__item:nth-child(5) {
    background-image: url(../img/main/img-category-bg05.jpg);
}

.cata-acc__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dadada;
    opacity: 1;
    cursor: pointer;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.cata-acc__item.current::before {
    opacity: 0;
    pointer-events: none;
}

.cate-acc__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 24px;
    word-break: break-all;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; /* 125% */
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.current .cate-acc__cover {
    opacity: 0;
    pointer-events: none;
}

.cate-acc__wrap {
    padding: 150px 100px 94px;
    display: flex;
    flex-direction: column;
}

.cate-acc__wrap::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 6px;
    background-color: #fff;
    margin-top: 26px;
}

.cate-acc__cate {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
}

.cate-acc__title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-top: 173px;
}

.cate-acc__desc {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
    margin-top: 52px;
}

.cate-acc__link {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 70px;
}

.sec-tech {
    position: relative;
    padding: 0;
}

.sec-tech__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sec-tech__copy {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.sec-tech__desc {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    line-height: 60px; /* 150% */
}

.sec-channel {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-sec-title__cate {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.main-sec-title__img {
    width: 97px;
    height: 52px;
    object-fit: contain;
    margin-right: 15px;
    vertical-align: top;
}

.main-sec-title__title {
    margin-top: 22px;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    display: inline-block;
}

.main-sec-title__sub {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 52px;
    margin-left: 10px;
}

.insta-slider {
    margin-top: 57px;
    position: relative;
}

.insta-slider__info {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.insta-slider__wrap {
    margin-top: 21px;
}

.swiper-slide.insta-slider__item {
    width: calc((100% - 200px) / 5);
}

.insta-slider__img {
    width: 100%;
}

.insta-slider .nav {
    position: absolute;
    right: 0;
    bottom: calc(100% - 20px);
    display: flex;
    z-index: 2;
}

.insta-slider .nav button {
    width: 15px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.insta-slider .nav button + button {
    margin-left: 30px;
}

.insta-slider .nav button.nav_prev {
    background-image: url(../img/main/img-insta-slide-prev.svg);
}

.insta-slider .nav button.nav_next {
    background-image: url(../img/main/img-insta-slide-next.svg);
}

.sec-brand-btm__wrap {
    background-image: url(../img/main/bg-brand-btm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -40px;
    width: calc(100% + 80px);
}

.sec-brand-btm {
    padding-top: 100px;
}

.brand-btn {
    height: 320px;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.65);
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    margin-top: 50px;
}

.brand-btn__link {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.brand-btn__link:hover {
    color: #b30000;
    background-color: #fff;
}

.brand-btn__link svg {
    margin-top: 190px;
}

.brand-btn__link svg path {
    fill: #fff;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.brand-btn__link:hover svg path {
    fill: #b30000;
}

.brand-btn__link + .brand-btn__link {
    border-left: 1px solid rgba(255, 255, 255, 0.65);
}

.sec-submain {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    position: relative;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-submain__title {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
}

.light.sec-submain__title {
    color: #000;
}

.breadcrumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}

.breadcrumbs__wrap {
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 50px;
}

.breadcrumbs__item {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs__item + .breadcrumbs__item {
    margin-left: 15px;
}

.breadcrumbs__item::after {
    content: "+";
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs__link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.sec-brand-intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

.brand-intro__copy {
    text-align: center;
}

.brand-intro__sub {
    color: #000;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
}

.brand-intro__main {
    margin-top: 50px;
    color: #000;
    font-size: 48px;
    font-weight: 100;
    line-height: 52px;
}

.sec-brand-story {
    background-image: url(../img/brand/bg-brand-cont01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 200px;
    margin-bottom: 100px;
}

.brand-story__title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.brand-story__body {
    margin-top: 69px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px; /* 133.333% */
}

.sec-brand-history {
    padding-top: 100px;
    padding-bottom: 200px;
}

.brand-history-tab {
    margin-top: 50px;
}

.brand-history {
    position: relative;
}

.brand-history::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #000;
}

.brand-history__item {
    display: flex;
    position: relative;
}

.brand-history__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #f12700;
    z-index: 1;
}

.brand-history__item + .brand-history__item {
    margin-top: 60px;
}

.brand-history__thumb {
    flex: 1;
    order: 2;
    margin-left: 97px;
}

.brand-history__info {
    flex: 1;
    order: 1;
    padding-top: 40px;
}

.brand-history__item:nth-child(2n + 1) .brand-history__thumb {
    order: 1;
    margin-left: 0;
}

.brand-history__item:nth-child(2n + 1) .brand-history__info {
    order: 2;

    margin-left: 97px;
}

.brand-histoty__img {
    width: 100%;
}

.brand-history__title {
    color: #000;
    font-size: 32px;
    font-weight: 300;
}

.brand-history__list {
    margin-top: 28px;
}

.brand-history__li {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 10px;
    text-indent: -10px;
}

.brand-history__img {
    width: 100%;
}

.cert-list__list {
    font-size: 0;
}

.cert-list__item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 100px) / 5 - 0.1px);
}

.cert-list__item + .cert-list__item {
    margin-left: 25px;
}

.cert-list__item:nth-child(5n + 1) {
    margin-left: 0;
}

.cert-list__item:nth-child(n + 6) {
    margin-top: 70px;
}

.cert-list__img {
    width: 100%;
}

.sec-ci {
    padding: 0;
    padding-bottom: 100px;
}

.ci-banner {
    background-image: url(../img/brand/bg-ci.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}

.ci-cate {
    color: #000;
    font-size: 24px;
    font-weight: 300;
}

.ci-wrap__img {
    width: 100%;
    max-width: 1000px;
}

.ci-wrap {
    padding-top: 300px;
    padding-bottom: 300px;
    text-align: center;
}

.ci-wrap__copy {
    margin-top: 163px;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 44px;
}

.ci-tab {
    margin-top: 100px;
}

.ci-tab__copy {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.ci-tab__img-box + .ci-tab__img-box {
    margin-top: 50px;
}

.ci-tab__img {
    width: 100%;
    display: block;
}

.ci-tab__title {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px; /* 200% */
}

.sec-location {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}

.sec-location::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 60%;
    background-color: #ccc;
    bottom: 0;
    left: 0;
}

.map-block {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.map-block__inner {
    width: 100%;
    padding-top: 34.636364%;
    position: relative;
}

.map-block__cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.location-contact {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.location-contact__item {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px; /* 150% */
}

.location-contact__icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 30px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.location-contact__icon--mail {
    background-image: url(../img/brand/ico-location-mail.svg);
}

.location-contact__icon--phone {
    background-image: url(../img/brand/ico-location-phone.svg);
}

.location-contact__icon--address {
    background-image: url(../img/brand/ico-location-address.svg);
}

.sec-sns {
    padding-top: 100px;
    padding-bottom: 100px;
}

.small-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.swiper-slide.social-slider__list {
    width: 100%;
    font-size: 0;
}

.social-slider__item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 140px) / 3);
}

.social-slider__item + .social-slider__item {
    margin-left: 70px;
}

.social-slider__item:nth-child(3n + 1) {
    margin-left: 0;
}

.social-slider__item:nth-child(n + 4) {
    margin-top: 70px;
}

.social-slider__img {
    width: 100%;
}

.social-slider {
    position: relative;
}

.social-slider .nav {
    position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
    display: flex;
}

.social-slider .nav button {
    width: 15px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-slider .nav button + button {
    margin-left: 30px;
}

.social-slider .nav .nav_prev {
    background-image: url(../img/story/ico-nav-prev.svg);
}

.social-slider .nav .nav_next {
    background-image: url(../img/story/ico-nav-next.svg);
}

.social-block {
    margin-top: 50px;
}

.social-block + .social-block {
    margin-top: 140px;
}

.social-slider__thumb {
    border-radius: 10px;
    width: 100%;
}

.social-slider__title {
    margin-top: 11px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.sec-proposal {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-review {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec-news {
    padding-top: 100px;
    padding-bottom: 200px;
}

.news-board {
    margin-top: 58px;
}

.news-board__title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-board__item {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #ccc;
    width: 100%;
}

.news-board__item:last-child {
    border-bottom: 1px solid #ccc;
}

.news-board__link {
    display: flex;
    padding: 20px 0;
}

.news-board__thumb {
    flex: 0 0 320px;
}

.news-board__thumb-img {
    width: 100%;
}

.news-board__info {
    flex: 1;
    margin-left: 40px;
    padding: 30px 0;
}

.news-board__article-title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-board__date {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.news-board__desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 36px;
}

.article-detail {
    /* margin-top: 45px;*/
}

.article-title {
    border-top: 1px solid #ccc;
    padding: 30px 0 50px;
}

.article-title__date {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.article-title__title {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 6px;
}

.img-box {
    width: 100%;
    display: flex;
}

.img-box img {
    flex: 1;
    width: 100%;
}

.article-body__detail {
    margin-top: 100px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.article-body__detail p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px; /* 166.667% */
}

.article-foot {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-bottom: 1px solid #ccc;*/
}

.article-foot__btn-list {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px; /* 166.667% */
}

.article-foot__btn-list::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background-image: url(../img/story/ico-angle-circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 4px;
}

.sec-gallery {
    padding-top: 100px;
    padding-bottom: 200px;
}

.basic-tab {
    margin-top: 58px;
}

.basic-tab__btns {
    display: flex;
}

.basic-tab__btn {
    flex: 1;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.basic-tab__btn + .basic-tab__btn {
    margin-left: 4px;
}

.basic-tab__btn.common-tab--current {
    background: #000;
    color: #fff;
}

.basic-tab__btn:hover {
    background: #000;
    color: #fff;
}

.basic-tab__conts {
    margin-top: 50px;
}

.gallery-slider__slider {
    position: relative;
}

.gallery-slider__item {
    width: 100%;
}

.gallery-slider__thumb {
    width: 100%;
}

.gallery-slider__desc {
    margin-top: 25px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 12px;
}

.gallery-slider .nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

.gallery-slider .nav button {
    width: 21px;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gallery-slider .nav button.nav_prev {
    background-image: url(../img/gallery/ico-nav-prev.svg);
}

.gallery-slider .nav button.nav_next {
    background-image: url(../img/gallery/ico-nav-next.svg);
}

.nav-fraction {
    margin: 0 9px;
    display: flex;
    align-items: center;
}

.nav-fraction__item {
    display: block;
    width: 35px;
    line-height: 41px;
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 100;
}

.sec-showroom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.showroom {
    margin-top: 58px;
}

.showroom__list {
    font-size: 0;
}

.showroom__item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 140px) / 3 - 0.1px);
    cursor: pointer;
}

.showroom__item + .showroom__item {
    margin-left: 70px;
}

.showroom__thumb {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.showroom__item:nth-child(3n + 1) {
    margin-left: 0;
}

.showroom__item:nth-child(n + 4) {
    margin-top: 70px;
}

.showroom__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.modal-showroom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    animation: showOpacity 0.3s forwards;
}

.modal-showroom.open {
    display: flex;
}

.modal-showroom__box {
    width: 100vw;
    max-width: 1100px;
}

.modal-showroom__btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url(../img/showroom/ico-close-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.showroom-slider {
    position: relative;
}

.showroom-slider .nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}

.showroom-slider .nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 78px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.showroom-slider .nav button.nav_prev {
    background-image: url(../img/showroom/ico-nav-prev.svg);
    right: calc(100% + 40px);
}

.showroom-slider .nav button.nav_next {
    background-image: url(../img/showroom/ico-nav-next.svg);
    left: calc(100% + 40px);
}

.sec-inquiry {
    padding-top: 100px;
    padding-bottom: 200px;
}

.inquiry-intro {
    margin-top: 111px;
}

.inquiry-intro__list {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
}

.inquiry-intro__img {
    width: 100%;
    max-width: 200px;
}

.inquiry-intro__copy {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

.inquiry-intro__copy--small {
    font-size: 20px;
}

.inquiry-intro__notice {
    margin-top: 60px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.inquiry-form {
    margin-top: 100px;
}

.inquiry-form__noti {
    color: #979797;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

.inquiry-form__wrap {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 11px;
    padding-top: 20px;
    padding-bottom: 65px;
}

.inquiry-form__row {
    display: flex;
}

.inquiry-form__row + .inquiry-form__row {
    margin-top: 20px;
}

.inquiry-form__col {
    flex: 1;
    display: flex;
}

.inquiry-form__label {
    flex: 0 0 200px;
}

.inquiry-form__lebel-text {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
}

.inquiry-form__lebel-text--required::after {
    content: "*";
    color: #f12700;
    font-size: 24px;
    font-weight: 300;
}

.inquiry-form__field {
    flex: 1;
    font-size: 0;
    margin-left: 40px;
}

.inquiry-form__check-field {
    display: flex;
    align-items: center;
}

.inquiry-form__check-item {
    margin-right: 28px;
}

.inquiry-form__check-item:last-child {
    margin-right: 0;
}

.inquiry-form__text-form {
    width: 100%;
    max-width: 480px;
    height: 50px;
    font-size: 24px;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.inquiry-form__mobile-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 150px;
}

.inquiry-form__mobile-item + .inquiry-form__mobile-item {
    margin-left: 15px;
}

.inquiry-form__email-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 150px;
}

.inquiry-form__email-item + .inquiry-form__email-item {
    margin-left: 15px;
}

.inquiry-form__email-item--wide {
    max-width: 190px;
}

.inquiry-form__email-sep {
    display: inline-block;
    vertical-align: top;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 50px;
    margin: 0 15px;
}

.inquiry-form_email-select {
    width: 100vw;
    max-width: 250px;
    height: 50px;
    font-size: 24px;
    padding: 0 15px;
    padding-right: 50px;
    border: 1px solid #ccc;
    background: #fff;
    background-image: url(../img/assets/ico-select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inquiry-form__textarea-form {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 24px;
    line-height: 30px;
    resize: none;
    height: 300px;
}

.inquiry-form__file-form-label {
    font-size: 20px;
}

.inquiry-form__file-form {
    display: none;
}

.inquiry-form__file-form-btn {
    display: inline-block;
    vertical-align: top;
    background-color: #000;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 120px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.inquiry-form__file-form-btn:hover {
    background-color: #ccc;
}

.inquiry-form__file-form-dir {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inquiry-form__file-field-noti {
    margin-top: 10px;
    color: #979797;
    font-size: 16px;
    font-weight: 300;
}

.form-agree__agreement {
    margin-top: 5px;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: 20px;
}

.form-agree__agreement p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.inquiry-form__info {
    margin-top: 15px;
}

.inquiry-form__info-item {
    padding-left: 12px;
    text-indent: -12px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.inquiry-form__btns {
    margin-top: 57px;
    display: flex;
    justify-content: center;
}

.inquiry-form__btn {
    width: 200px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.inquiry-form__btn:hover {
    background-color: #ccc;
}

.inquiry-form__address-item.search-address {
    position: relative;
    padding-right: 165px;
    display: inline-block;
    width: 100%;
    max-width: 480px;
}

.inquiry-form__address-btn {
    line-height: 50px;
    width: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.inquiry-form__address-btn:hover {
    background-color: #ccc;
}

.inquiry-form__address-item + .inquiry-form__address-item {
    margin-top: 10px;
}

.sec-faq {
    padding-top: 100px;
    padding-bottom: 200px;
}

.faq-tab {
    margin-top: 100px;
}

.faq-tab__btns {
    display: flex;
    position: relative;
}

.faq-tab__btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #ccc;
}

.faq-tab__btns::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #ccc;
}

.faq-tab__btn {
    flex: 1;
    line-height: 100px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.faq-tab__btn.common-tab--current,
.faq-tab__btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-tab__conts {
    margin-top: 56px;
}

.board-faq__count {
    color: #000;
    font-size: 20px;
    font-weight: 100;
}

.board-faq__list {
    margin-top: 20px;
}

.board-faq__item {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 20px 35px;
}

.board-faq__item + .board-faq__item {
    margin-top: 20px;
}

.board-faq__question {
    display: flex;
    padding-left: 160px;
    position: relative;
}

.board-faq__question::before {
    content: "Q";
    color: #000;
    text-align: center;
    font-size: 54px;
    font-weight: 100;
    width: 100px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.board-faq__cate {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 15px 0;
    flex: 0 0 100px;
}

.board-faq__title {
    flex: 1;
    color: #000;
    font-size: 24px;
    font-weight: 100;
    line-height: 30px;
    padding: 15px 0;
}

.board-faq__toggle {
    width: 30px;
    flex: 0 0 30px;
    height: 60px;
    position: relative;
}

.board-faq__toggle::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
}

.board-faq__toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.open .board-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0);
}

.board-faq__answer {
    height: 0;
    overflow: hidden;
}

.open .board-faq__answer {
    height: auto;
}

.board-faq__answer-wrap {
    padding-top: 60px;
    padding-left: 160px;
    padding-right: 0;
    padding-bottom: 10px;
    position: relative;
    min-height: 98px;
}

.board-faq__answer-wrap::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    background-color: #ccc;
}

.board-faq__answer-wrap::before {
    content: "A";
    color: #000;
    text-align: center;
    font-size: 54px;
    font-weight: 100;
    width: 100px;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
}

.board-faq__answer-wrap p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}

.sec-catalog {
    padding-top: 100px;
    padding-bottom: 200px;
}

.catalog {
    margin-top: 42px;
}

.catalog__list {
    font-size: 0;
}

.catalog__item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 50px) / 3 - 0.1px);
}

.catalog__item + .catalog__item {
    margin-left: 25px;
}

.catalog__item:nth-child(3n + 1) {
    margin-left: 0;
}

.catalog__item:nth-child(n + 4) {
    margin-top: 80px;
}

.catalog__thumb {
    width: 100%;
}

.catalog__btns {
    margin-top: 50px;
    display: flex;
    padding: 0 20px;
}

.catalog__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    padding: 13px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.catalog__btn:hover {
    background-color: #ccc;
}

.catalog__btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog__btn--download.catalog__btn::after {
    background-image: url(../img/catalog/ico-btn-download.svg);
}

.catalog__btn--preview.catalog__btn::after {
    background-image: url(../img/catalog/ico-btn-img.svg);
}

.catalog__btn + .catalog__btn {
    margin-left: 10px;
}

.sec-as {
    padding-top: 100px;
    padding-bottom: 200px;
}

.board-common {
    margin-top: 100px;
    width: 100%;
}

.board-common__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.board-common__col--num {
    width: 100px;
}

.board-common__col--title {
    width: auto;
}

.board-common__col--date {
    width: 150px;
}

.board-common__col--hit {
    width: 150px;
}

.board-common__table th {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-top: 2px solid #ccc;
    background: #f4f4f4;
    height: 50px;
}

.board-common__table td {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    border-top: 1px solid #ccc;
    height: 50px;
    text-align: center;
}

.board-common__table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.board-common__table td.board-common__title {
    text-align: left;
    padding-left: 50px;
    position: relative;
}

.board-common__title--attach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/manual/ico-attach.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px auto;
}

.board-search {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.board-search__select {
    width: 195px;
}

.board-search__select-item {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 0 20px;
    padding-right: 50px;
    background-image: url(../img/assets/ico-select-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.board-search__field {
    width: 315px;
    margin-left: 15px;
}

.board-search__field input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #ccc;
}

.board-search__btn {
    width: 120px;
    margin-left: 15px;
}

.board-search__btn-search {
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.article-common {
    margin-top: 100px;
}

.article-common__title-box {
    display: flex;
    padding: 10px 0;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
}

.article-common__title-title {
    flex: 1;
    display: flex;
}

.article-common__title-date {
    flex: 0 0 250px;
    display: flex;
}

.article-common__title-hit {
    flex: 0 0 150px;
    display: flex;
}

.article-common__title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    flex: auto;
    line-height: 30px;
    text-align: center;
}

.article-common__data {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    flex: auto;
    line-height: 30px;
}

.article-common__title-title .article-common__title {
    flex: 0 0 100px;
}

.article-common__body {
    padding: 40px;
    min-height: 550px;
    border-bottom: 1px solid #ccc;
}

.article-common__body p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.article-common__foot {
    display: flex;
    padding-top: 50px;
}

.article-common__attatch {
    flex: 1;
}

.article-common__btn-list {
    display: block;
    width: 120px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.article-common__attatch-item {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.article-common__attatch-item + .article-common__attatch-item {
    margin-top: 26px;
}

.article-common__attatch-down {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 25px;
}

.location-tab {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.map-block__title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 52px;
}

.sec-location-banner {
    padding-top: 262px;
    padding-bottom: 170px;
    text-align: right;
    background-image: url(../img/location/bg-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-location-banner__title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}

.sec-location-banner__desc {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    margin-top: 75px;
    margin-bottom: 64px;
}

.sec-location-banner__link {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 100px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 100px;
    border: 2px solid #fff;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.sec-location-banner__link:hover {
    background-color: #fff;
    color: #000;
}

.nav.common-nav {
    display: flex;
    align-items: center;
    z-index: 1;
}

.nav.common-nav button {
    width: 21px;
    height: 41px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nav.common-nav button.nav_prev {
    background-image: url(../img/gallery/ico-nav-prev.svg);
}

.nav.common-nav button.nav_next {
    background-image: url(../img/gallery/ico-nav-next.svg);
}

.sec-prd-top {
    padding: 0;
    position: relative;
}

.sec-prd-top__align {
    position: relative;
}

.prd-top-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.prd-top-slider__item .wrapper-window {
    display: flex;
    justify-content: flex-end;
}

.prd-top-slider__img {
    width: 67.7083333333%;
    min-width: 0;
}

.prd-top-slider .nav {
    position: absolute;
    bottom: 0;
    right: calc(67.7083333333% + 12px);
    z-index: 4;
}

.prd-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    margin-left: 50px;
}

.prd-title .wrapper-window {
    height: 100%;
    display: flex;
    align-items: center;
}

.prd-title__box {
    /* width: 46.875%; */
    width: 900px;
    background: #6f8d5a;
    padding: 167px 100px;
    position: relative;
    animation: showLeft 0.6s forwards;
}

.prd-title__title {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px; /* 100% */
    opacity: 0;
    animation: showUp 0.6s forwards 0.6s;
    margin-bottom: 36px;
}

.prd-title__sub {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    opacity: 0;
    animation: showUp 0.6s forwards 0.9s;
}

.prd-title__desc {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    opacity: 0;
    animation: showUp 0.6s forwards 0.9s;
}

.prd-title__eng {
    position: absolute;
    top: calc(100% - 36px);
    height: 80px;
    opacity: 0;
    animation: showLeft 0.6s forwards 1.2s;
}

.sec-prd-sub {
    padding-top: 150px;
    padding-bottom: 200px;
}

.sec-prd-sub .breadcrumbs {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.sec-prd-sub .breadcrumbs__wrap {
    padding: 0;
}

.prd-intro-slider {
    position: relative;
}

.prd-intro-slider__item {
    position: relative;
}

.prd-intro-slider__img {
    width: 100%;
}

.prd-intro-slider__copy2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 50px;
    
    min-height: 40px;
	text-align: center;
}

.prd-intro-slider__copy3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
	text-align: center;
	
}

.prd-intro-slider__copy3 b{
    color: #cc0000;
   

}

.prd-intro-slider__copy {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 50px;
    width: calc(100% - 185px);
    min-height: 87px;
}

.prd-intro-slider .nav {
    position: absolute;
    top: 85%;
    right: 0;
}

.prd-intro-hover {
    margin-top: 213px;
}

.prd-intro-hover__img {
    position: relative;
}

.prd-intro-hover__img-normal {
    width: 100%;
}

.prd-intro-hover__img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.prd-intro-hover__img-hover:hover {
    opacity: 1;
}

.prd-intro-hover__copy {
    margin-top: 30px;
	margin-left: 30px;
}

.prd-intro-hover__title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.prd-intro-hover__desc {
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-indent : -25px;
    padding-left: 10px;
	
}

.prd-intro-hover__desc3 {
    margin-top: 0px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-indent : -15px;
    padding-left: 10px;
	text-align: left;
	
}

.prd-intro-hover__desc + .prd-intro-hover__desc {
    margin-top: 0;
}

.prd-section-block {
    padding-top: 35px;
    padding-bottom: 10px;
}

.block-type {padding-top: 250px;}
.block-spec{padding-top: 130px;}
.prd-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.prd-nav__fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.prd-nav.fixed .prd-nav__fixed {
    position: fixed;
    top: calc(var(--header-height) - var(--header-gap));
    left: 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    z-index: 3;
}

.prd-nav.fixed.btm {
    position: static;
}

.prd-nav.fixed.btm .prd-nav__fixed {
    position: absolute;
    top: auto;
    bottom: 0;
}

.prd-nav__list {
    display: flex;
}

.prd-nav__item {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}


.prd-nav__item:hover {

    color: #cc0000;
}

.sec-prd-detail {
    position: relative;
    overflow: hidden;
}

.prd-section-block_title {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 45px;
}

.prd-detail-spec {
    border-top: 1px solid #cccccb;
    border-bottom: 1px solid #cccccb;
    padding: 25px 30px;
}

.prd-detail-spec__list {
    display: flex;
}

.prd-detail-spec__item {
    flex: 1;
    border-left: 2px solid #cccccb;
}

.prd-detail-spec__item:last-child {
    border-right: 2px solid #cccccb;
}

.prd-detail-spec__title {
    display: flex;
    height: 75px;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.prd-detail-spec__desc {
    display: flex;
    height: 75px;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    word-break: keep-all;
    padding: 0 10px;
}

.prd-detail-design__item {
    display: flex;
    align-items: center;
}

.prd-detail-design__thumb {
    flex: 1;
    position: relative;
    order: 1;
}

.prd-detail-design__info {
    flex: 1;
    order: 1;
	text-align: center;
}

.prd-detail-design__info p {
    padding-left: 40px;
}

.prd-detail-design__item:nth-child(2n) .prd-detail-design__thumb {
    flex: 1;
    position: relative;
    order: 2;
}

.prd-detail-design__item:nth-child(2n) .prd-detail-design__info {
    flex: 1;
    order: 1;
}

.prd-detail-design__item:nth-child(2n) .prd-detail-design__info p {
    padding-left: 0;
    padding-right: 40px;
}

.prd-detail-design__img {
  
}

.prd-detail-design__img--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.prd-detail-design__img--hover2 {
    position: absolute;
    top: 0;
    left: 0;
    
    object-fit: cover;
    opacity: 0;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.block-option{padding-top: 200px;}
.block-design{padding-top: 200px;}

.prd-detail-design__img--hover:hover {
    opacity: 1;
}

.prd-detail-design__title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
	text-align: center;
}

.prd-detail-design__title1 {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
	text-align: center;
	padding-top: 30px;
}


.prd-detail-design__desc {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

.prd-detail-tab {
    position: relative;
    padding-top: 150px;
}

.prd-detail-tab__btns {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    margin-top: -2px;
    z-index: 1;
}

.prd-detail-tab__btns.fixed {
    position: fixed;
    top: calc(var(--header-height) - var(--header-gap) + var(--detail-tab));
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
    z-index: 1;
}

.prd-detail-tab__btns.fixed.btm {
    position: absolute;
    top: auto;
    bottom: 0;
}

.prd-detail-tab__btns .wrapper-cont {
    display: flex;
}

.prd-detail-tab__btn {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.prd-detail-tab__btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    opacity: 0;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.prd-detail-tab__btn.common-tab--current::after {
    opacity: 1;
}

.prd-detail-detail__img {
    position: relative;
}

.prd-detail-detail__map {
    width: 100%;
}

.prd-detail-detail__bullets {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prd-detail-detail__bullet {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.prd-detail-detail__bullet.prd-detail-detail__bullet--current {
    background-color: #f12700;
}

.prd-detail-detail-slider {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -50px;
    background: #f12700;
    position: relative;
    z-index: 5;
}

.prd-detail-detail-slider__item {
    padding: 50px;
    display: flex;
}

.prd-detail-detail-slider__imgs {
    display: flex;
}

.prd-detail-detail-slider__copy {
    flex: 1;
    margin-left: 20px;
}

.prd-detail-detail-slider-img {
    height: 150px;
}

.prd-detail-detail-slider-img + .prd-detail-detail-slider-img {
    margin-left: 20px;
}

.prd-detail-detail-slider__head {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.prd-detail-detail-slider__desc {
    margin-top: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.prd-detail-detail-slider .nav {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.prd-detail-detail-slider .nav button {
    position: absolute;
    width: 20px;
    height: 40px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prd-detail-detail-slider .nav button.nav_prev {
    right: calc(100% + 30px);
    background-image: url(../img/products/img-prd-nav-prev.svg);
}

.prd-detail-detail-slider .nav button.nav_next {
    left: calc(100% + 30px);
    background-image: url(../img/products/img-prd-nav-next.svg);
}

.prd-detail-common-desc {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    margin-bottom: 70px;
}

.prd-detail-frame__title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

.prd-detail-frame__img {
    width: 100%;
}

.prd-detail-frame__block {
    margin-top: 50px;
}

.prd-detail-color + .prd-detail-color {
    margin-top: 100px;
}

.prd-detail-color__title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 50px;
}

.prd-detail-color__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 25px;
    row-gap: 28px;
    margin-top: 25px;
}

.prd-detail-color__color {
    width: 100%;
}

.prd-detail-color__label {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
}

.prd-detail-color__item.full {
    grid-column: 2 / 5;
}

.prd-detail-color__noti {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    padding-left: 17px;
    position: relative;
}

.prd-detail-color__noti::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #000;
    border-radius: 50%;
    width: 2px;
    height: 2px;
}

.prd-detail-glass__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 19px;
    row-gap: 45px;
}

.prd-detail-glass__img {
    width: 100%;
}

.prd-detail-glass__label {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px; /* 250% */
    margin-top: 5px;
}

.prd-detail-type + .prd-detail-type {
    margin-top: 50px;
}

.prd-detail-type {
    text-align: center;
}

.prd-detail-type__img {
    width: 100%;
    max-width: fit-content;
}

.sec-prd-banner {
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-prd-banner.sec-prd-banner--folding {
    background-image: url(../img/products/bg-prd-banner.jpg);
}

.sec-prd-banner.sec-prd-banner--partition {
    background-image: url(../img/products/bg-prd-banner-partition.jpg);
}

.sec-prd-banner.sec-prd-banner--insect {
    background-image: url(../img/products/bg-prd-banner-insect.jpg);
}

.sec-prd-banner.sec-prd-banner--system {
    background-image: url(../img/products/bg-prd-banner-system.jpg);
}

.sec-prd-banner.sec-prd-banner--sun {
    background-image: url(../img/products/bg-prd-banner-sun.jpg);
}

.sec-prd-banner.sec-prd-banner--shade {
    background-image: url(../img/products/bg-prd-banner-honey.jpg);
}

.sec-prd-banner__wrap {
    display: flex;
}

.sec-prd-banner__copy {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px; /* 156.25% */
    position: relative;
    padding-top: 50px;
}

.sec-prd-banner.sec-prd-banner--partition .sec-prd-banner__wrap,
.sec-prd-banner.sec-prd-banner--insect .sec-prd-banner__wrap {
    justify-content: flex-end;
}

.sec-prd-banner.sec-prd-banner--partition .sec-prd-banner__copy {
    color: #000;
    width: 50%;
}

.sec-prd-banner.sec-prd-banner--insect .sec-prd-banner__copy {
    width: 50%;
}

.sec-prd-banner--shade.sec-prd-banner {
    padding-top: 50px;
    padding-bottom: 420px;
}

.sec-prd-banner--shade .sec-prd-banner__wrap {
    justify-content: center;
}

.sec-prd-banner--shade .sec-prd-banner__copy {
    text-align: center;
}

.sec-prd-banner--shade .sec-prd-banner__copy::before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-prd-banner__copy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #f12700;
}

.prd-detail-process__title {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.prd-detail-process__desc {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-top: 36px;
    text-align: center;
}

.prd-detail-process__desc-sub {
    margin-top: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
}

.prd-detail-process__img {
    margin-top: 64px;
    width: 100%;
}

.prd-detail-needs {
    margin-top: 150px;
}

.prd-sub-tit__title {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.prd-sub-tit__title2 {
    color: #003399;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
	
}

.prd-sub-tit__title3 {
    color: #000;
   
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
	
}

.prd-sub-tit__desc {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
    text-align: center;
}

.prd-detail-needs__list {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.prd-detail-needs__item {
    flex: 1; text-align: center;
}  

.prd-detail-needs__item + .prd-detail-needs__item {
    margin-left: 40px;
	text-align: center;
}

.prd-detail-needs__thumb {
    width: 70%;
}

.prd-detail-needs__label {
    margin-top: 26px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.prd-detail-place {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}

.prd-detail-place__item {
    flex: 1;
}

.prd-detail-place__item + .prd-detail-place__item {
    margin-left: 25px;
}

.prd-detail-place__thumb {
    width: 100%;
}

.prd-detail-place__title {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.prd-detail-place__desc {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
	text-indent: -14px;
    padding-left: 18px;
}




.prd-detail-place2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.prd-detail-place__item2 {
    flex: 1;
}

.prd-detail-place__item2 + .prd-detail-place__item2 {
    margin-left: 25px;
}

.prd-detail-place__thumb2 {
    width: 100%;
}

.prd-detail-place__title2 {
    color: #487aad;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
	text-align: center;
}

.prd-detail-place__desc2 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
	
}


.prd-detail-div__col {
    margin-top: 78px;
    display: flex;
}

.prd-detail-div__left {
    flex: 1;
}

.prd-detail-div__right {
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.prd-detail-div__thumb {
    width: 100%;
}

.prd-detail-div__item {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    text-indent: -18px;
    padding-left: 18px;
}

.prd-detail-div__item + .prd-detail-div__item {
    margin-top: 20px;
}

.prd-detail-rotate {
    margin-top: 150px;
}

.prd-detail-rotate__list {
    margin-top: 76px;
    display: flex;
    justify-content: space-between;
}

.prd-detail-rotate__item {
    flex: 1;
}

.prd-detail-rotate__item + .prd-detail-rotate__item {
    margin-left: 40px;
}

.prd-detail-rotate__thumb {
    width: 100%;
}

.prd-detail-rotate__desc {
    margin-top: 26px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.prd-detail-rotate__imgs {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.prd-detail-rotate__img {
    flex: 1;
}

.prd-detail-rotate__img + .prd-detail-rotate__img {
    margin-left: 40px;
}

.prd-detail-insec-type {
    margin-top: 120px;
}

.prd-detail-insec-type__list {
    display: flex;
    justify-content: space-between;
}

.prd-detail-insec-type__item {
    flex: 1;
}

.prd-detail-insec-type__item + .prd-detail-insec-type__item {
    margin-left: 40px;
}

.prd-detail-insec-type__thumb {
    width: 100%;
}

.prd-detail-insec-type__lebel {
    margin-top: 21px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}

.prd-detail-frame-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
    row-gap: 50px;
}

.prd-detail-frame-grid__1fr {
    flex: 1;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.prd-detail-frame-grid__2fr {
    grid-column: auto / span 2;
    -ms-grid-column: auto / span 2;
}

.prd-detail-frame-type + .prd-detail-frame-type {
    margin-top: 100px;
}

.prd-detail-frame-type__desc {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
    text-align: center;
}

.prd-detail-frame-col {
    margin-top: 30px;
    display: flex;
}

.prd-detail-frame-col + .prd-detail-frame-col {
    margin-top: 20px;
}

.prd-detail-frame-col .prd-detail-frame-grid__1fr + .prd-detail-frame-grid__1fr {
    margin-left: 20px;
}

.prd-detail-process__list {
    margin-top: 40px;
}

.prd-detail-process__item {
    border-radius: 50px;
    background: #f3f2f2;
    padding: 30px;
}

.prd-detail-process__item2 {

    border-radius: 50px;
    background: #f3f2f2;
    padding : 30px;
	margin : 50px 5px;
}

.prd-detail-process__item + .prd-detail-process__item {
    margin-top: 100px;
}

.prd-detail-process__head {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.prd-detail-process__head2 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
}

.prd-detail-process__info {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 16px;
    min-height: 48px;
}

.prd-detail-process__info2 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin-top: 16px;
    min-height: 48px;
}

.prd-detail-process__col {
    margin-top: 26px;
    display: flex;
}

.prd-detail-process__col-item {
    flex: 1;
    border-radius: 22px;
}

.prd-detail-process__col-item + .prd-detail-process__col-item {
    margin-left: 20px;
}

.prd-detail-sun-type__img {
    width: 100%;
}

.prd-detail-sun-type__desc {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
    text-align: center;
    font-size: 48px;
    font-weight: 100;
    line-height: normal;
}

.prd-detail-sun-type__list {
    display: flex;
}

.prd-detail-sun-type__list + .prd-detail-sun-type__list {
    margin-top: 100px;
}

.prd-detail-sun-type__item {
    flex: 1;
}

.prd-detail-sun-type__item + .prd-detail-sun-type__item {
    margin-left: 20px;
}

.prd-detail-sun-type__thumb {
    width: 100%;
}

.prd-detail-sun-type__head {
    margin-top: 40px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.prd-detail-sun-type__info {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.prd-detail-bar {
    margin-top: 100px;
}

.prd-detail-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 50px;
}

.prd-detail-bar__1fr {
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.prd-detail-bar__desc {
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.showroom-slider .nav {
    z-index: 10;
}

@media screen and (max-width: 1279px) {
    .swiper-slide.showroom-slider__item img {
        max-width: 96%;
    }
    .swiper-slide.showroom-slider__item {
        text-align: center;
    }
    .showroom-slider .nav button.nav_prev {
        right: calc(100% + -35px);
    }
    .showroom-slider .nav button.nav_next {
        left: calc(100% - 35px);
    }
    .showroom-slider .nav button {
        width: 20px;
        height: 39px;
    }
}
