@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 */

.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%;
}

/* ベース画像 */

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

.sp_left {
	width: 90%;
	height: auto; 
	float: none;
}

.top_btn {
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background-color: #f7f6f4;
	overflow: hidden;
	
}
.btn_title {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 10px auto;
	width: 90%;
	
}

.btn_p{
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: normal;
	width: 90%;
	margin: 10px auto 40px 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 */

.item_wraper {
	
	width: 100%;
	margin-top: 30px;
}
.insta_wrap{background-image: url("../img/insta_back.svg");background-repeat: no-repeat;background-size: contain;padding: 5%;}

.insta_ttl{width: 30%;margin: 2% auto;}
.insta_btn{width: 40%;margin: 2% auto;}
.insta_ttl img,.insta_btn img{width: 100%;}
.w30per_w100per{width: 38%;}
.w68per_w100per{width: 60%;}
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
@media screen and (max-width: 560px) {

	
.item_wraper {
	
	width: 90%;
	margin: 20px auto 0px auto;
	display: block;
}
.item_wraper img {
	
	margin: 3px auto;
}

	
.child3_1 {
	
	width: 48%;
}
/* section 1 */

.base_image {
	background-size: contain;
}

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

	
.child3_2 {
width: 100%;
padding: 0% 0%;
margin: 5px auto;
}

/* section 3 */

.base04 {
	 background-size: contain;
	 background-position: right bottom;
	background-color: #fff;
}
	
	
.sp_left {
	width: 30%;
	height: auto; 
	float: left;
	padding-left: 10px;
}
	
.btn_p {
		width: 55%;
		float: right;
		margin-right: 20px;
		margin-top: 5px;
	margin-bottom: 0px;
	}
	.btn_title {
		display: none;
	}

	.top_btn {
		font-size: 24px;
		margin: 0px auto 0px auto;
	}
/* section 4 */

/* section 5 */

/* section 6 */

.w30per_w100per{width: 100%;}
.w68per_w100per{width: 100%;}
.insta_ttl{width: 80%;margin: 2% auto;}
.insta_btn{width: 80%;margin: 2% auto;}
.child3_1b {
	padding-top: 0px;
	background-color: #fffefc;
	}
}