@charset "euc-jp";
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}

#apparel {
    font-size: 1.6rem;
}
.center {
    text-align: center;
    margin-bottom: 50px;
}

.contents-text {
    text-align: center;
}
.inner-area {
    margin: 100px auto 50px;
    max-width: 1200px;
}
.apparel-page .page-section {
    width: 100% !important;
    max-width: 100%;
}
.page-title-description {
    text-align: center;
}
.apparel-page p {
    font-size: 16px;
}
.apparel-page h3 {
    font-size: 21px;
    color: #2389CA;
    margin: 0 0 5px 0;
}
.image {
    background: #F4F9FC;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
article.apparel-page h2.page-section-title {
    background: none;
    border: none;
    text-align: center;
    font-size: 2.8rem;
    padding: 40px 0;
    line-height: 1;
    margin: 0 0 40px 0;
    position: relative;
    line-height: 1.6;
}
article.apparel-page h2.page-section-title:after {
    width: 12%;
    height: 3px;
    background: #2389CA;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
article.apparel-page h2.page-section-title+p {
    margin-bottom: 50px;
}

article.slide {
    overflow: visible;
    margin: 100px auto 0;
}
/*----------------------------------------------------
	tab
----------------------------------------------------*/
.is-fixed {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background: rgb(255 255 255 / 80%);;
    padding: 20px 0;
}

.tab-wrap .tab-menu {
    width: 100%;
    margin: 50px auto 0;
}

.tab-menu-inner {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto;
}

.tab-wrap .tab-menu .one-tab {
    width: 12%;
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
    .tab-wrap .tab-menu .one-tab {
        width: 18%;
    }
}
.tab-wrap .tab-menu .one-tab {
    margin-right: 30px;
}
.tab-wrap .tab-menu .one-tab:last-child {
    margin-right: 0;
}
.tab-wrap .tab-menu .one-tab a {
    display: block;
    text-decoration: none !important;
    transition-duration: 0.3s;
    text-align: center;
    color: #fff;
}
.tab-wrap .tab-menu .one-tab a:hover {
    text-decoration: none;
}
.tab-wrap .tab-menu .one-tab .tab-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.3s;
    font-size: 18px;
    padding: 12px;
    border-radius: 30px;
    line-height: 1;
    font-weight: 700;
}
.tab-wrap .tab-menu .one-tab .tab-inner {
    background: #F2F2F2;
    color: #9797A0;
}
.tab-wrap .tab-menu .one-tab .tab-inner:hover {
    background-color: #2389CA;
    color: #ffffff;
}
.tab-wrap .tab-menu .one-tab a.select .tab-inner {
    background-color: #2389CA;
    color: #ffffff;
}
.contents .tab-main {
    display: none;
    padding: 0;
    text-align: left;
    transition-duration: 0.3s;
}
.tab-main.is_show {
    display: block;
}
.design-wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
.design-wrap img {
    filter: drop-shadow(10px 6px 20px rgba(150, 150, 150, 0.2));
}
.construction-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}
.construction-wrap div {
    width: 31%;
    background: #F4F9FC;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.construction-wrap div p {
    color: #2389CA;
    font-size: 18px;
    font-weight: 700;
}
.construction-wrap div img {
    max-height: 200px;
}

.promotion-function-wrap .box-thumbnail {
    padding: 0 2rem;
    min-height: 208px;
}

.ekkyo-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    background: #F4F9FC;
    border-radius: 10px;
    padding: 60px;
}
.ekkyo-wrap .image {
    text-align: center;
    background: #ffffff;
    width: 48%;
}
.ekkyo-wrap .point-text {
    margin-left: 60px;
}
.ekkyo-wrap .ekkyo-point {
    margin: 20px 0;
    position: relative;
}
.ekkyo-wrap .ekkyo-point::before {
    background: url(/main/about/apparel/images/promotion/check.svg) no-repeat;
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    display: inline-block;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.ekkyo-wrap .ekkyo-point span {
    display: block;
    color: #2389CA;
    font-size: 24px;
    font-weight: 700;
}
.cooperation-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.cooperation-wrap .list {
    width: 31%;
}
.cooperation-wrap .list .image {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    box-shadow: 11px 14px 36px -3px #e3e3e3;
    border-radius: 10px;
    background: #ffffff;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
a.link-btn {
    display: block;
    text-align: center;
    max-width: 290px;
    margin: 50px auto 0;
    border-radius: 100vh;
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    background: var(--basic-main-color);
    color: #ffffff !important;
    border: 2px solid var(--basic-main-color);
    font-weight: 700;
    text-decoration: none;
}
a.link-btn:hover {
    background: #fff;
    color: var(--basic-main-color) !important;
}
.page-wrap a:not(.btn):link {
    text-decoration: none !important;
}
.page-btn {
    margin: 0 auto 100px;
    text-align: center;
}
.page-btn p {
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .is-fixed {
        top: 60px;
    }

    article.slide {
        margin: 50px auto;
    }

    .page-title-wrap-inner {
        padding: 50px 32px 0 32px !important;
    }

    .apparel-page h3 {
        font-size: 18px;
        color: #2389CA;
    }
    .inner-area {
        margin: 20px auto 50px;
        max-width: 100%;
    }
    .page-head {
        margin-bottom: 0 !important; 
    }
    .page-title-description {
        text-align: left;
    }
    .contents-text {
        text-align: left;
    }
    article.apparel-page h2.page-section-title {
        font-size: 1.4rem;
        padding: 20px 0;
        margin: 0 0 20px 0;
        line-height: 1.5;
    }

    .tab-wrap {
        margin: 20px auto 60px;
    }

    .tab-menu-inner {
        justify-content: space-between
    }

    .tab-wrap .tab-menu {
        width: 100%;
        margin: 30px auto 0;
    }

    .tab-wrap .tab-menu .one-tab {
        width: 23%;
    }
    .tab-wrap .tab-menu .one-tab {
        margin-right: 0;
    }
    .tab-wrap .tab-menu .one-tab .tab-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: 0.3s;
        font-size: 16px;
        padding: 6px;
        border-radius: 30px;
        line-height: 1;
        font-weight: 700;
    }
    .design-wrap {
        display: block;
    }
    .construction-wrap,
    .promotion-function-wrap {
        gap: 12px;
    }
    .construction-wrap div p,
    .promotion-function-wrap div p {
        font-size: 16px;
        font-weight: 700;
    }
    .construction-wrap div,
    .promotion-function-wrap div {
        /*width: 48%;*/
        padding: 10px;
    }
    .promotion-wrap .list h3 {
        margin: 10px 0;
    }
    .promotion-wrap .list {
        width: 100%;
    }
    .ekkyo-wrap {
        padding: 20px;
    }
    .ekkyo-wrap .ekkyo-point span {
        font-size: 18px;
    }
    .ekkyo-wrap .ekkyo-point {
        margin: 10px 0;
        position: relative;
    }
	.cooperation-wrap .list {
        width: 100%;
    }
    .page-section:nth-of-type(n+2) {
        margin-bottom: 0;
    }
    .design-point-text {
        margin: 30px 20px 20px;
        border-bottom: 1px dotted;
        padding: 0 0 20px 0;
    }
    .apparel-page h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .design-point-text h3 span {
        color: #2389ca;
        margin: 0 10px 0 0;
    }
}

.shop-design .swiper {
    overflow: visible;
    width: 100%;
}
.shop-design .slide img {
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    filter: drop-shadow(10px 6px 10px rgba(150, 150, 150, 0.2));
}
@media only screen and (max-width: 1024px) {
    .shop-design .swiper {
        padding: 0 3rem;
    }
}
@media only screen and (min-width: 1025px) {
    .shop-design .slide img {
        -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
        transition: .8s cubic-bezier(.2, 1, .2, 1);
        filter: drop-shadow(10px 6px 10px rgba(150, 150, 150, 0.2));
    }
    .shop-design .slide img:hover {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    .shop-design .slide img:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.shop-design .slide-media img {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    /*height: calc(100% + 16px);*/
    width: 100%;
    ;
}

.shop-design .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}
.l-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .l-inner {
        margin: 20px auto 50px;
        max-width: 100%;
    }
    .shop-design .swiper-slide:not(.swiper-slide-visible) .slide {
        pointer-events: none;
        opacity: 1;
    }
    .l-section .l-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
}


 /*����˾夬��ư����*/

 #nav.upmove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*�����˲�����ư����*/

#nav.downmove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
