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

@media screen and (min-width:769px) {

/* パララックス背景演出 */
.bg{
  position: absolute;
  top: -30px;
	width: 100%;
	height: 685px;

  background-image: url("../img/illust/bg.jpg");
  background-size: auto;
  background-repeat:no-repeat;
}
.bg_fix{
  position: fixed;
  display: block;
  opacity: 0;
  top: -30px;
	width: 100%;
	height: 110px;

  background-image: url("../img/illust/bg2.jpg");
  background-size: auto;
  background-repeat:no-repeat;
  z-index: 999;
}
.bg_white{
  position: absolute;
  top: 330px;
	width: 100%;
	height: 550px;
  background-color: #FFF;
}




main{
  position: relative;
  top: 80px;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
section{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 80px;
  box-sizing: border-box;
}
section:last-child{
  margin-bottom: 150px;
}
/* ローカルタイトル */
h2{
  position: relative;
  width: 100%;
  height: 250px;
  padding-top: 80px;
  box-sizing: border-box;
  text-align: center;
}


/* mainコンテンツ */
.main_wrap{
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

.lnav{
  position: relative;
  width: 100%;
  height: 74px;
  background-color:rgba(54,65,87,0.9);
  z-index: 10;
  margin-bottom: 50px;
}
.lnav ul{
  position: relative;
  width: 528px;
  margin: 0 auto;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.lnav li{
  position: relative;
  height: 54px;
  width: 132px;
  border-left: 1px solid #a1a1a1;
  font-size: 12px;
  font-family:'df_w7';
  text-align: center;
  color: #FFF;
  padding-top: 27px;
  box-sizing: border-box;

  background-repeat: no-repeat;
  background-position: center top 7px;
}
.lnav li div{
  position:absolute;
  width: 132px;
  height: 6px;
  left: 0;
  bottom: -4px;
  opacity: 0.4;
  background-image: url("../img/illust/lnav_icon_arr.png");
  background-repeat: no-repeat;
  background-position: center;
}
.lnav li:last-child{
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
}
.lnav li a{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  box-sizing: border-box;
}
.lnav_m1{
  background-image: url("../img/illust/lnav_icon1.png");
}
.lnav_m2{
  background-image: url("../img/illust/lnav_icon2.png");
}
.lnav_m3{
  background-image: url("../img/illust/lnav_icon3.png");
}
.lnav_m4{
  background-image: url("../img/illust/lnav_icon4.png");
}

/* イラストアイコン */
.ill_icon{
  position: relative;
  width: 980px;
  margin: 0 auto;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ill_icon li{
  margin: 0 12px;
  margin-bottom: 25px;
  cursor:pointer;
}
.ill_icon img{
  opacity: 1;
}

/* Pixivリンク */
.sec1 div{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.sec1 div p{
  font-family:'df_w7';
  font-size: 18px;
  width: 250px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  color: #333;
}
.sec1 div p::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 21px;
  background-image: url("../img/illust/pixiv_eff_l.gif");
  background-repeat: no-repeat;
}
.sec1 div p::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 21px;
  background-image: url("../img/illust/pixiv_eff_r.gif");
  background-repeat: no-repeat;
}
.sec1 div p a{
  color: #333;
  transition: color 0.3s;
}
.sec1 div p a:hover{
   color: #6080de;
}


/* LINEスタンプ・グッズ */
.conclude{
  position: relative;
  width: 940px;
  height: 255px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.thum{
  float: left;
}
.inner_info{
  float: right;
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 253px;
  justify-content:space-between;
  flex-wrap: wrap;
}
.inner_info li{
  position: relative;
}
.inner_info li:first-child{
  padding-right: 10px;
}
.inner_list{
  position: relative;
  top:0px;
  width: 450px;
  height: 160px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inner_list img{
  opacity: 1;
  cursor: pointer;
}

/* GOODSのconcludeだけ適応 */
.goods_only{
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
/* GOODSのアイコン */
.ill_icon_g{
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-left: 20px;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ill_icon_g li{
  margin: 0 10px;
  margin-bottom: 25px;
  cursor:pointer;
}
.ill_icon_g img{
  opacity: 1;
}
.sec3 button{
  display: block;
  position: relative;
  margin:0 auto;
  border: 0;
  width: 100%;
  height: 45px;
  background-color: #336699;
  border-radius: 30px;
}





/* 衣服ブランド */

.sec4 h3{
  margin-bottom: 40px;
}
.sec4 p{
  text-align: center;
  margin-bottom: 40px;
}
.sec4 .conclude{
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.sec4 .thum{
  height: 270px;
  width: 952px;
  margin-bottom: 20px;
}
.sec4 .inner_list{
  position:relative;
  width: 952px;
  height: 160px;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}
.btn_wide {
  display: block;
  position: relative;
  margin:0 auto;
  border: 0;
  width: 40%;
  height: 45px;
  background-color: #336699;
  border-radius: 30px;
  transition: 0.2s;
}
.btn_wide span{
  font-family:'df_w7';
  font-size: 18px;
  color: #FFF;
}
.btn_wide:hover{
  background-color: #88B3EC;
}



footer{
  position:relative;
  text-align: center;
  padding: 50px 0;
}

}





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

/* パララックス背景演出 */
.bg{
  position: absolute;
  top: -30px;
	width: 100%;
	height: 250px;

  background-image: url("../img/illust/bg.jpg");
  background-size:cover;
  background-repeat:no-repeat;
}
.bg_fix{
  position: fixed;
  display: block;
  opacity: 0;
  top: -30px;
	width: 100%;
	height: 110px;

  background-image: url("../img/illust/bg2.jpg");
  background-size: auto;
  background-repeat:no-repeat;
  z-index: 999;
}
.bg_white{
  position: absolute;
  top: 200px;
	width: 100%;
	height: 550px;
  background-color: #FFF;
}




main{
  position: relative;
  top: 50px;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
section{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 80px;
  box-sizing: border-box;
}
section:last-child{
  margin-bottom: 150px;
}


/* mainコンテンツ */
.main_wrap{
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.lnav{
  display: none;
}
/* .lnav ul{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.lnav li{
  position: relative;
  height: 54px;
  width: 132px;
  border-left: 1px solid #a1a1a1;
  font-size: 12px;
  font-family:'df_w7';
  text-align: center;
  color: #FFF;
  padding-top: 27px;
  box-sizing: border-box;

  background-repeat: no-repeat;
  background-position: center top 7px;
}
.lnav li div{
  position:absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -4px;
  opacity: 0.4;
  background-image: url("../img/illust/lnav_icon_arr.png");
  background-repeat: no-repeat;
  background-position: center;
}
.lnav li:last-child{
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
}
.lnav li a{
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  box-sizing: border-box;
}
.lnav_m1{
  background-image: url("../img/illust/lnav_icon1.png");
}
.lnav_m2{
  background-image: url("../img/illust/lnav_icon2.png");
}
.lnav_m3{
  background-image: url("../img/illust/lnav_icon3.png");
}
.lnav_m4{
  background-image: url("../img/illust/lnav_icon4.png");
} */


/* イラストアイコン */
.ill_icon{
  position: relative;
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ill_icon li{
  margin: 0 10px;
  margin-bottom: 25px;
  width: 27%;
}
.ill_icon img{
  width: 100%;
  height: auto;
}
/* Pixivリンク */
.sec1 div{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.sec1 div img{
  width: 94%;
  height: auto;
}
.sec1 div p{
  margin-top: 5px;
  font-family:'df_w7';
  font-size: 14px;
  width: 250px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.sec1 div p::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 21px;
  background-image: url("../img/illust/pixiv_eff_l.gif");
  background-repeat: no-repeat;
}
.sec1 div p::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 21px;
  background-image: url("../img/illust/pixiv_eff_r.gif");
  background-repeat: no-repeat;
}
.sec1 div p a{
  color: #333;
}



/* LINEスタンプ・グッズ */
.conclude{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.thum img{
  width: 100%;
  height: auto;
}
.inner_info{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content:space-between;
  flex-wrap: wrap;
}
.inner_info li{
  position: relative;
}
.inner_info li:first-child{
  margin-bottom: 15px;
}
.inner_list{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inner_list li{
  width: 48%;
}
.inner_list li img{
  width: 100%;
}

/* GOODSのconcludeだけ適応 */
.goods_only{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
/* GOODSのアイコン */
.ill_icon_g{
  position: relative;
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.ill_icon_g li{
  margin: 0 10px;
  margin-bottom: 25px;
  width: 27%;
}
.ill_icon_g img{
  width: 100%;
  height: auto;
}



/* 衣服ブランド */

.sec4 h3{
  margin-bottom: 20px;
}
.sec4 p{
  text-align: center;
  margin-bottom: 20px;
}
.sec4 p br{
  display: none;
}
.sec4 .conclude{
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.sec4 .thum{
  width: 100%;
  margin-bottom: 20px;
}
.sec4 .inner_list{
  position:relative;
  width: 100%;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
}
.sec4 .inner_list li{
  margin: 0 5px;
  margin-bottom: 25px;
  width: 27%;
}
.sec4 .inner_list img{
  width: 100%;
  height: auto;
}
.sec4 .inner_list li:last-child{
  display: none;
}


.btn_wide {
  display: block;
  position: relative;
  margin:0 auto;
  border: 0;
  width: 80%;
  height: 45px;
  background-color: #336699;
  border-radius: 30px;
}
.btn_wide span{
  font-family:'df_w7';
  font-size: 16px;
  color: #FFF;
}



footer{
  position:relative;
  text-align: center;
  padding: 50px 0;
}

}
