/*reset*/

hr {
    height: 0;
    /*高さをリセット*/
    margin: 0;
    /*マージンをリセット*/
    padding: 0;
    /*パディングをリセット*/
    border: 0;
    /*ボーダーをリセット*/
}

h1, h2, h3, h4, h5, h6, .sub-ttl{
/*    font-weight: bold !important;*/
}


.category .layout .first span{
/*    font-weight: bold !important;*/
}
/*reset*/

.adidas-sis {
    width: 100%;
    overflow: hidden;
    font-family: source-han-sans-japanese, sans-serif;
}


.main-wp {
    width: 100%;
}

/* ---- slide ---- */

.spslideimg {
    display: none !important;
}

.slide {
    height: 480px;
    background-color: #121212;
    overflow: hidden;
}

.slide .item img {
    opacity: 0.5;
}

.slide-box{
	/*margin: 70px 0 0;*/
	margin: 0;
}

.slide-box .slide .slick-current img {
    opacity: 1;
}

.slide-box .slide-navi-bg {
    width: 100%;
    background-color: #121212;
    padding: 40px 0;
}

.slide-navigation {
    width: 750px;
    margin: 0 auto;
}

.slide-navigation .slick-prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    content: "";
    background: url("https://www.sskamo.co.jp/images/top/common/slide_bar.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.slide-navigation .slick-next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    content: "";
    background: url("https://www.sskamo.co.jp/images/top/common/slide_bar.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    width: 35px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
}

.slide-box .slide-navigation .item {
    cursor: pointer;
    transition: all .3s;
}

.slide-box .slide-navigation .item .image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.slide-box .slide-navigation .slick-current {
    transition: all .2s;
}

.slide-box .slide-navigation .item .image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .3;
    background: #000;
}

.slide-box .slide-navigation .slick-current .image::after {
    opacity: 0;
}

.main-ct {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}


.main-ttl {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 2.875em;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0em;
    margin: 0 auto 30px;
}

.main-ttl span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}


/*UNIFORM COLLECTION*/


.ufcl {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


.ufcl b {
    font-weight: normal;
}

.ufcl .uf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.ufcl .uf-r {
    flex-direction: row-reverse;
}

.uf li {
    width: calc((100% - 186px) / 3);
    padding: 13px 0;
}


.uf li.uf_ttl {
    width: 180px;
    display: flex;
    align-items: center;
	z-index: 999;
}

.uf-r .uf_ttl {
    text-align: right;
    justify-content: flex-end;
}

.uf-r .uf_ttl span {
    display: flex;
    justify-content: flex-end;
}

.uf li.uf_ttl .line {
    display: block;
    border-bottom: 2px solid #121212;
    width: 60px;
    margin: 0 0 25px;
}

.uf li.uf_ttl h3 {
    font-family:  Arial, Helvetica, "sans-serif";
    font-size: 2.0em;
    letter-spacing: 0em;
    line-height: 1em;
}

.uf li.uf_ttl h3.small {
    font-size: 1.6em;
}

.uf li.uf_ttl h3 .rubi {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
}

.uf-r .uf_ttl h3 .rubi {
    text-align: right !important;
}

.uf li img {
    width: 215px;
    display: block;
    margin: 0 auto;
}

.uf li b {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.14em;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    margin-top: 6px;
}


.uf li.home {
    background-color: #fcfcfc
}

.uf li.away {
    background-color: #f8f8f8
}

.uf li.u3rd {
    background-color: #f3f3f3
}


.ticl {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 0;
}

.ticl .ti-uni {
    max-width: 1120px;
    width: 100%;
    margin: 0px auto 80px;
    background-color: #f8f8f8;
    padding: 40px;
}

.ticl .ti-uni .ti-ttl {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 2.0em;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.ticl .ti-uni .ti-ttl .rubi {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 0.05em;
}

.ti-uni .wrap {
    width: 100%;
    max-width: 1020px;
}

.ti-uni .wrap .slide2 {
    width: 100%;
    margin: 0 auto;
}

.ti-uni .wrap .slide2 .slick-slide {
    margin: 0 20px;
}

.ti-uni .wrap .slide2 li {
    background-color: #ffffff;
    padding: 15px 0;
}

.ti-uni .wrap .slide2 li a {
    max-width: 300px;
    display: block;
}

.ti-uni .wrap .slide2 li img {
    margin: 5px auto;
    max-width: 270px;
}

.slide2 .ti-ge {
    display: block;
    text-align: center;
    letter-spacing: 0.01em;
}

.slide2 .ti-cv {
    letter-spacing: 0.01em;
    display: inline-block;
    float: right;
    margin-right: 20px;
    border-bottom: 1px #cccccc solid;
}

.ti-uni .wrap .slide2 li a:hover {
    opacity: .7;
}

/* 矢印用スタイル */
.ti-uni .wrap .slide2 .prev-arrow,
.ti-uni .wrap .slide2 .next-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
}

.ti-uni .wrap .slide2 .prev-arrow {
    left: -50px;
}

.ti-uni .wrap .slide2 .next-arrow {
    right: -50px;
}

/* ここまで */

.ti-uni .ti-te {
    max-width: 1040px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ti-uni .ti-te .ti-tx {
    margin-left: 40px;
    line-height: 2.0em;
}

.ti-uni .ti-te2 {
    max-width: 1040px;
    width: 100%;
    margin: 30px auto;
    display: block;
}

.ti-uni .ti-te2 .ti-tx2 {
    line-height: 2.0em;
}

.ti-uni .item-view a,.ti-uni .item-view2 a {
    position: relative;
    display: block;
    max-width: 320px;
    padding: 13px 20px;
    box-sizing: border-box;
    margin: 40px auto 0;
    font-size: 1.125em;
    transition: .3s;
    background-color: #121212;
    color: #ffffff;
    text-align: center;
}

.ti-uni .item-view a:hover, .ti-uni .item-view2 a:hover {
    background-color: #f8f8f8;
    color: #121212;
    border: solid 1px #121212;
}

.item-view .arrow:before,
.item-view .arrow:after,
.item-view2 .arrow:before,
.item-view2 .arrow:after{
    background: #ffffff;
    right: 50px;
}

.item-view .arrow:hover:before,
.item-view .arrow:hover:after,
.item-view2 .arrow:hover:before,
.item-view2 .arrow:hover:after{
    background: #121212;
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.slide3 .slick-dots {
    bottom: -33px;
}

.slide3 .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.slide3 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    width: 120px;
    height: 4px;
    margin: 0 3px;
    outline: 0;
    transition-duration: 0.3s;
    background: #efefef;
}

.slide3 .slick-dots li button:before {
    content: none;
    background: #f5d1c3;
}

.slide3 .slick-dots li button:hover,
.slide3 .slick-dots li.slick-active button {
    border-radius: 0px;
    background: #efefef;
}

.slide3 .slick-dots li.slick-active button {
    background: #646464;
}

/*クラブチームカテゴリ*/
.ctcl {
    margin: 100px 0 0;
    border-top: 1px solid #e2e2e2;
}

.ctcl .ctcl_uni {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

.ctcl .ctcl_uni .sec-ttl {
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    box-sizing: border-box;
}

.ctcl .ctcl_uni .sec-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    background: #121212;
    height: 1px;
}


.ctcl .ctcl_uni .child li {
    margin: 0 0 10px 0;
}

.ctcl .ctcl_uni .child li a::before,
.ctcl .ctcl_uni .child li a::before {
    right: -4px;
    transform: rotate(90deg) translateX(-4px) translateY(3px);
}

.ctcl .ctcl_uni .child li a::before,
.ctcl .ctcl_uni .child li a::before,
.category .ctcl .ctcl_uni .child li a::after,
.ctcl .ctcl_uni .child li a::after {
    content: "";
    position: absolute;
    background: #121212;
    font-weight: bold;
    width: 7px;
    height: 1px;
    top: 10px;
    left: 0;
}

.ctcl .ctcl_uni .child li a {
    margin: 0 0 10px 20px;
    color: #646464;
    position: relative;
    padding: 0 0 0 13px;
}

.ctcl .ctcl_uni a:hover{
    opacity: 0.7;
}

.view-all {
    background: #646464;
    padding: 60px 0;
}

.view-all .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.view-all-btn .arrow:before,
.view-all-btn .arrow:after {
    background: #fff;
    right: 50px;
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.view-all .wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.view-all .view-all-btn a {
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.875em;
    color: #fff;
    transition: .3s;
}

.view-all .view-all-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

.view-all-btn .arrow:hover.arrow:before,
.view-all-btn .arrow:hover.arrow:after {
    background: #646464;
}

/* 各チーム画像ギャラリー */

.gallery {
    overflow: hidden;
}

.gallery ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 3rem;
}

.gallery ul li {
    width: calc(100% / 3);
    overflow: hidden;
}

.gallery ul li img {
    transition: 0.5s;
    display: block;
}

.gallery ul li img:hover {
    transform: scale(1.1, 1.1);
}

.seven-gallery ul li {
    width: 14.28%;
    overflow: hidden;
}



.club-styling_bk{
background-color:#202020;
/*background-image: url(../img/club2425-styling_bk2.jpg);*/
font-family: 'Noto Sans JP', sans-serif;
color:#eee;
position:relative;
}

.club-styling_toptxt{
	font-size: 17px;
    text-align: center;
    padding: 110px 0;
    line-height: 1.8;
    letter-spacing: 2px;
}

.club-styling_team-ttl{
padding:40px 0;
text-align:center;
font-weight:bold;
font-size:21px;
}

.club-styling_team-ttl span{
display:block;
font-size:11px;
font-weight:normal;
}

.club-styling_photo01{
margin: 0 auto 50px;
max-width:500px;
position:relative;
}

.club-styling_photo02{
margin:120px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position:relative;
/*max-width:1100px;*/
}

.club-styling_photo03{
margin:60px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position:relative;
max-width:1200px;
}

.club-styling_photo03 img{
max-width:500px;
width:100%;
}

.club-styling_photo04{
margin: 0 auto 50px;
max-width:800px;
text-align:right;
position:relative;
display: flex;
flex-wrap: wrap;
justify-content:right;
}

.club-styling_photo04 img{
max-width:500px;
}

.club-styling_photo02 .club-styling_photo02-item{
width:45%;
}

.club-styling_item-detail{
font-size:11px;
padding:5px 0;
line-height:1.7;
text-align:left;
}

.club-styling_price span{
font-size:9px;
margin-left:5px;
}

.margin-down{
margin-top:60px;
}

.club-styling_link{
font-size:14px;
text-decoration:underline;
margin:3px 0 0;
}

a:hover{
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
transition-property: opacity;
transition-duration: 0.5s;
}


.puma-club_linkbtn{
padding:100px 0 150px;
}

.puma-club_linkbtn a{
margin: 0 auto;
text-align: center;
display: block;
font-size: 15px;
font-weight: bold;
padding: 20px 0;
color: #eee;
line-height: 140%;
border-radius: 40px;
/*background: #e76801;*/
text-decoration: none;
max-width:800px;
border:2px solid #eee;
width:85%;
}

.styling-area{
padding:0 15px;
}

.club-styling_navi{
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width:580px;
}

.club-styling_navi p{
width:calc((100% - 55px) / 4); 
text-align:center;
position:relative;
}

.club-styling_navi p a{
background-color: rgba(255,255,255,0.6);
background-blend-mode: overlay;
background-size:100%;
display:block;
padding-top: 133%;
/*min-height:197px;*/
}

.mufc a{
background-image: url('../img/yo-coorde_city-01-1.jpg');
}

.bvb a{
background-image: url('../img/ha-coorde_bvb-01-1.jpg');
}

.milan a{
background-image: url('../img/yo-coorde_milan-01-1.jpg');
}

.other a{
background-image: url('../img/puma_20240910_01-1.jpg');
}

.club-styling_navi span{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #181818;
font-weight:900;
font-size: 15px;
letter-spacing: 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 18px 5px 23px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
  border: 3px solid #fff;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

#page-top a:before {
    content: '\f106';
    font-family: FontAwesome;
	display:block;
}


.adastria_concept-store{
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px auto 0;
    font-size: 15px;
}

.adastria_concept{
	position:relative;
	max-width:1200px;
    margin: 0 auto;
}

.adastria_styling{
	position:relative;
	max-width:1200px;
    margin: 0 auto;
}

.adastria_concept-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:end;
	position:relative;
}

.adastria_concept-list .concept-img{
    width:70%;
}

.adastria_concept-list .concept-txt{
    width:29%;
	line-height:1.9;
	font-size:15px;
	position:relative;
	padding-bottom:30px;
}

.adastria_concept-ttl{
  position:absolute;
  top:0;
  right:-40px;
  width:60px;
}

.gallery-img img{
    transition: .3s;
    display: block;
}

.adastria_product-list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	max-width:1200px;
	width:95%;
}

.adastria_product-list div{
    width:22%;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}

.adastria_product-list2{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	max-width:650px;
	width:95%;
}

.adastria_product-list2 div{
    width:47%;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
}

.product-name{
	font-size:14px;
	margin:15px auto 5px;
}

.product-price{
	font-size:13px;
	font-weight:700;
	margin:5px auto;
}

.product-price span{
	font-size:9px;
	margin-left:5px;
}

.adastria_styling-list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	max-width:1200px;
	/*width:95%;*/
}


.adastria_styling-item{
	width:32%;
	margin-bottom:70px;
}

.adastria_styling-detail{
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	width:92%;
}

.adastria_styling-detail p{
    font-size:13px;
}

.adastria_styling-name{
	width:47%;
}

.adastria_styling-price{
	font-size:13px;
	font-weight:700;
	margin:5px auto;
}

.adastria_styling-price span{
	font-size:9px;
	margin-left:5px;
}

.adastria_styling-link a{
    margin: 0 auto;
    text-align: center;
    display: block;
    font-weight: bold;
    padding: 5px 21px;
    color: #fff;
    text-decoration: none;
	border:1px solid #fff;
}

.coveross .adastria_styling-link a{
    color: #111;
	border:1px solid #111;
}

.margin-b80{
	margin:0 auto 80px !important;
}
.margin-b130{
	margin:0 auto 130px !important;
}

/*#page-navi{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background-color:rgba(102,102,102,0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}*/

#page-navi{
	background-color:rgba(100,105,76,0.8);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.adastria_navi-list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1200px;
    width: 100%;
	position:relative;
}

.adastria_navi-list p{
    border-left:1px solid #fff;
	width:33%;
	position:relative;
}

.adastria_navi-list p:last-child{
    border-right:1px solid #fff;
}

.adastria_navi-list p a{
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
	font-weight: 800;
	position:relative;
}

.product-store{
	font-size:12px;
	margin-top:5px;
}

.adastria_styling-img{
	position:relative;
}

.adastria_styling-img .new{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(100, 105, 76, 1);
    color: #fff;
    padding: 5px 20px 6px;
    font-size: 13px;
    font-weight: 800;
}

.adastria_all-btn{
	padding-bottom:85px;
}

.adastria_all-btn a{
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
    color: #fff;
    line-height: 140%;
    border-radius: 40px;
    background: rgba(100,105,76,1);
    text-decoration: none;
	max-width:800px;
	width:90%;
}

.coveross_all-btn{
	padding-bottom:20px;
}

.coveross_all-btn a{
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 25px 0;
    color: #fff;
    line-height: 140%;
    border-radius: 40px;
    background: #111;
    text-decoration: none;
	max-width:800px;
}

.coveross{
	background:#eee;
	padding:70px 0;
	color:#111;
	background-image:url(img/adastria-coveross_bk.jpg);
}


.cov::before {
    content: url(../img/coveross-logo-50.png);
    display: inline-block;
    /* width: 50px; */
    /* height: 50px; */
    margin-right: 10px;
}


.adastria-caveross_setsumei{
	max-width: 800px;
    border: 1px solid #111;
    margin: 10px auto 50px;
    padding: 20px 30px;
    width: 76%;
}

.adastria-caveross_setsumei-list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
}

.adastria-caveross_setsumei-list .adastria-caveross_logo{
    width:30%;
}

.adastria-caveross_setsumei-list .adastria-caveross_txt{
    width:65%;
}

.adastria-caveross_other{
	padding:20px 0;
	max-width:1200px;
	margin:0 auto;
    border: 1px solid #111;
	width:95%;
}


.adastria-coveross_bnr{
	width:90%;
	margin:0 auto;
	font-size:16px;
	font-weight:800;
	text-align:center;
	padding-bottom:30px;
}

.adastria-coveross_bnr p{
	margin-top:10px;
}

@media screen and (max-width:768px) {
.gallery ul {
    display: block;
    white-space: nowrap;
    padding-left: 10px;
    margin-top: 2rem;
}

.gallery ul li {
    display: inline-block;
    width: 70%;
}

.club-styling_photo04 img{
max-width:500px;
width:100%;
}

.club-styling_navi{
max-width:250px;
}

.club-styling_navi p{
width:calc((100% - 15px) / 2); 
margin-bottom:15px;
}


}



/* 各チーム画像ギャラリー ここまで*/



@media screen and (max-width:1200px) {
    .uf .uf_ttl h3 {
        margin-left: 20px;
    }

    .uf-r .uf_ttl h3 {
        margin-right: 20px;
    }
}

@media screen and (max-width:768px) {
    .main-ttl {
        margin: 0 auto 20px;
    }
	

    .slide {
        margin-bottom: 60px !important;
    }

    .slide .slick-dots {
        bottom: 10px !important;

    }
    
    .slide .slick-dots li button:before{
	font-size:40px!important;
}

    .slide .item {
        width: 100% !important;
    }
	
	.slide-box{
		/*margin: 50px 0 0;*/
		margin: 0;
	}

    .slide-navi-bg {
        display: none !important;
    }

    .ufcl .uf {
        width: 100%;
        margin-bottom: 40px;
    }

    .uf li {
        width: calc((100% - 2px) / 2);
        padding: 10px 0;
    }

    .uf li img {
        width: 60%;
    }

    .ticl {
        width: 94%;
        margin: 80px auto 0;
    }

    .ti-uni .wrap {
        margin: 0 auto;
    }

    .ticl .ti-uni {
        padding:12% 6%;
        width: 88%;
    }

    .ti-uni .wrap .slide2 li {
        margin-left: -80px;
    }

    .ti-uni .wrap .slide2 li img {
        width: 90%;
    }

    .ti-uni .ti-te {
        margin: 4% 0;
    }
    
    .slide3 .slick-dots li button{
        width: 60px !important;
    }

    .slide3 .slick-dots{
        bottom: -30px !important;
    }

    /*---------------------------------------*/

    .ctcl .ctcl_uni {
        display: block;
        width: 100%;
        margin: 0;
    }

    .ctcl .ctcl_uni .sec-ttl {
        font-weight: bold;
        padding: 0 0 0 15px;
        position: relative;
        margin: 18px 0 18px 30px;
    }


    .ctcl .ctcl_uni .sec-ttl a {
        margin: 0 0 0 6%;
    }

    .ctcl_uni .second {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .ctcl_uni .second:first-child {
        margin: 15px 0 0 ;
        }
    
    .ctcl_uni .second .child{
        display: none;
    }

    .ctcl_uni .second .child li:first-child {
        margin: 0 15px 15px;
    }


    .ctcl_uni .second .child li {
        margin: 15px;
    }


    .ctcl_uni .accord02::after {
        width: 14px;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: #121212;
        height: 1px;
        transform: rotate(90deg);
        transition: .3s;
    }

    .ctcl_uni .sec-ttl::before {
        width: 10px;
    }

    .ctcl_uni .accord02 {
        position: relative;
    }



    .ctcl_uni .accord02.open::after {
        height: 0px;
    }
    
    .ctcl .ctcl_uni .child li a{
         margin: 0 0 20px 20px;
    }
    
    .ctcl_uni .second .child a {
        display: block;
        padding: 10px 15px;
    }

    .ctcl_uni .topmg {
        margin: 0 15px 15px;
    }
    
    

    /*---------------------------------------*/


    .view-all {
        margin: 30px auto 0;
        padding: 30px 0;
    }

    .view-all .view-all-btn {
        padding: 0 20px;
    }

    .view-all .view-all-btn a {
        font-size: 1.125em;
        margin: 0 auto;
    }

    .view-all-btn .arrow:before,
    .view-all-btn .arrow:after {
        right: 80px;
    }


.club-styling_toptxt{
    padding: 50px 0;
	font-size:14px;
	letter-spacing: 1px;
}

.adastria_concept-store{
    padding: 12px 20px;
    font-size: 13px;
}

.adastria_concept-list .concept-img{
    width: 90%;
    margin: 0 auto;
}

.adastria_concept-list .concept-txt{
    width: 90%;
    font-size: 14px;
    margin: 25px auto 0;
	padding: 0px 50px 0 20px;
}

.club-styling_photo02{
    margin: 50px auto;
}

.club-styling_photo02 .club-styling_photo02-item{
	width:48%;
}

.adastria_styling-detail {
    width: 100%;
}

.adastria_styling-item{
    width: 73%;
}

.adastria_styling-name{
	width:70%;
}

.margin-b80{
    margin: -20px auto 60px !important;
}

.adastria_product-list div{
	width:47%;
}

.adastria_product-list{
	width:87%;
}

.adastria_product-list2{
	width:87%;
}

.adastria_navi-list p{
	border:none;
	border-right:1px solid #fff;
}

.adastria_navi-list p:last-child{
	border-right:none;
}

.adastria_navi-list p a{
    padding: 15px 0;
	font-size: 11px;
}

.adastria_concept-ttl{
	bottom: 30%;
        right: 8px;
        width: 35px;
        top: auto;
}

.adastria-caveross_setsumei-list .adastria-caveross_logo{
		width: 70%;
        margin: 0 auto 10px;
        max-width: 150px;
}


.adastria-caveross_setsumei-list .adastria-caveross_txt{
    width:100%;
        font-size: 13px;
        line-height: 1.7;
}

}

@media screen and (max-width:480px) {
    .pcslideimg {
        display: none !important;
    }

    .spslideimg {
        display: block !important;
    }

    .slide {
        background-color: #ffffff;
        height: 80vh;
        width: 100% !important;
        margin: 0 auto;
    }


    
    .slide .item img {
        width: 100% !important;
    }

    .ticl .ti-uni {
        position: relative;
    }

    .ti-uni .ti-te {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
        margin: 6% 0;
    }

    .ti-uni .ti-te img {
        width: 30%;
        margin-top: 10px;
    }

    .ti-uni .ti-tx {
        margin: 0 !important;
    }

    .ti-uni .item-view {
        /*position: absolute;
        bottom: 6%;
        right: 6%;
        width: 55%;*/
        width: 80%;
        margin: 0 auto; 
    }
    
    .ti-uni .item-view2 {
        width: 80%;
        margin: 0 auto;
    }

    .ti-uni .item-view a, .ti-uni .item-view2 a {
        text-align: left;
    }
    
    .ticl .ti-uni .ti-ttl{
        line-height: 1.0em;
    }

}

@media screen and (max-width:420px) {
    .slide {
        height: 80vh;
    }

   .slide .slick-slide {
        max-width: 30.4em;
         !important;
    }

    .ti-uni .wrap .slide2 .slick-slide {
        margin: 0 10px;
    }
    
    
    .ti-uni .item-view a {
        padding: 13px 15px;
        font-size: 1em;
    }
    
    .ti-uni .wrap .slide2 li {
        margin-left: -70px;
    }
}

@media screen and (max-width:390px) {
    .slide {
        height:80vh;
    }
}

@media screen and (max-width:375px) {
    .slide {
        height:80vh;
    }

    /*.slide .slick-slide {
        max-width: 28.4em;
         !important;
    }*/

    .uf .uf_ttl h3 {
        margin-left: 10px;
    }

    .ticl .ti-uni .ti-ttl {
        font-size: 1.6em;
    }

    .ti-uni .ti-te img {
        width: 25%;
    }

    .ti-uni .item-view {
        width: 60%;
    }

    .arrow:before {
        width: 25px;
    }

    .item-view .arrow:before,
    .item-view .arrow:after {
        right: 40px;
    }


    .slide2 .ti-cv {
        margin-right: 10px;
    }
    
    .slide2 .ti-ge{
        font-size: 0.8em;
    }

}

@media screen and (max-width:360px) {
    .slide {
        height: 110vh;
    }

    .slide .slick-slide {
        max-width: 26.4em;
         !important;
    }

}







/*----スクロールアニメ----*/
:root {
    --animate-duration: 1.8s;
    --animate-delay: 1.8s;
    --animate-repeat: 1.8;
}


.wow {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}





/*----//スクロールアニメ----*/
