@charset "UTF-8";
/* CSS Document */


/* CSS Document */
.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
}

/* header */
.gradient3 {
    /*ボタンの形状*/
    display: inline-block;
    
    /*アニメーションの指定*/ 
    transition: all 0.3s ease-out;
}

.gradient3:hover {
    transform: scale(1.05);
    /*ボックスの影*/  
    box-shadow: 0 15px 15px rgba(142,143,144,0.8);
}
.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 


/* header */


/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */

/* section 1 */


/* ベース画像 */

.base_image {
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: auto; 
	margin: 0px auto; 
}



.base01 {
	background-image: url(../img/base_women01.jpg);
}

.base02 {
	background-image: url(../img/base_women02.jpg);
}


.base03 {
	background-image: url(../img/base_women03.jpg);
}

.base04 {
	 background-size: cover;
	 background-position: right bottom;
	 overflow: hidden;
	 background-repeat: no-repeat;
}
.base05 {
	background-image: url(../img/base_women05.jpg);
}
.base06 {
	background-image: url(../img/base_women06.jpg);
}/* サムネイル画像クリック */

.base07 {
	background-image: url(../img/syouhin_kakusan_back.svg);
	 background-size: contain;
	 background-position: center;
	 overflow: hidden;
	 background-repeat: no-repeat;
}
.base08 {
	background-image: url(../img/syouhin_colargen_back.svg);
	 background-size: contain;
	 background-position: center;
	 overflow: hidden;
	 background-repeat: no-repeat;
}
.base09 {
	background-image: url(../img/syouhin_gatsunto_back.svg);
	 background-size: contain;
	 background-position: center;
	 overflow: hidden;
	 background-repeat: no-repeat;
}

.wrap01 ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
.wrap01 li {
	display:block;
	float:left;
	argin-right:10px;
	border: solid 1px gray;
	margin-top:20px;
	margin-right: 2%;
}
.wrap01 li img {
	cursor:pointer;
}
/* section 2 */

.flexbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	}

.child3_1 {
	
	width: 23%;
	padding: 2% 3%;
}
.child3_2 {
	
	width: 30%;
}
.box_kadomaru {
	border-radius: 20px;
}

.flexbox_four {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}

.child4 {
	width: 23%;
	margin: 0 1% 5%;
	}

/* section 3 */

.osusume {
	border-radius: 5px;
	width: 80%;
	padding: 2px 10% 2px 10%;
	margin: 10px auto;
	display: block;
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
}




/* section 4 */

/* section 5 */

/* section 6 */







/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {


/* section 1 */

.base_image {
	background-size: contain;
}

.top_logo {
	height: 60px;
	margin: 0px auto 8px 10px;
	background-size: cover;
}
/* section 2 */

.child3_1 {
	
	width: 70%;
	padding: 2% 10%;
	margin: 10px auto;
}
.child3_2 {
width: 100%;
padding: 0% 0%;
margin: 5px auto;
}

/* section 3 */

.base04 {
	 background-size: contain;
	 background-position: right bottom;
	background-color: #fff;
}

/* section 4 */

/* section 5 */

/* section 6 */

}