@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

.wrapper{
	margin:0 auto;
	    background-color: #020202;
      font-size: 7rem;
      color: #fff;
}
span{
  display: block;
}

.m_100{
  margin-bottom: 10rem;
}

.m_50{
  margin-bottom: 5rem;
}
@media (width < 750px) {
  .m_100{
    margin-bottom: 5rem;
  }
  .m_50{
    margin-bottom: 2.5rem;
  }
}

.m_auto{
  margin: 0 auto;
}



.f14{
  font-size: 14px;
}
.f15{
  font-size: 15px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}


/** アンカー　**/
#work,#favorite_site {
	padding-top: 10px;
	margin-top: -10px;
}
#about {
	padding-top: 25%;
	margin-top: -25%;
}
/** アンカー　end**/

a {
  text-decoration: none;
  color: #fff;
}
p{
  font-size: 18px;
  color: #fff;
}

.d_flex{
  display: flex;
}

.BK_text{
  margin-left: 5rem;
}

/*** バーガーメニュー****/
header {
  position: fixed;
  height: 50px;
  z-index: 100;
  width: 100%;
  background-color: #020202;  
}
header .header__navi{
  position: absolute;
  z-index: 100;
  width: 50%;
}
@media (width < 750px) {
  header .header__navi{
    width: 80%;
  }
}

header .header__navi li a {
  color: #fff;
}

.menu_btn {
  position: relative;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  width: 34px;
  height: 21px;
  transition: all 1s;
  top: 1rem;
  left: 2rem;
}
.menu_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all .4s;
}
.menu_btn span:nth-of-type(1) {
  top: 0;
}
.menu_btn span:nth-of-type(2) {
  top: 10px;
}
.menu_btn span:nth-of-type(3) {
  bottom: 0;
}
/***アニメーション01***/
.menu_btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.global_menu {
  display: none;
}
.global_menu.active {
  display: block;
  background-color: #020202;
  color: #fff;
  position: relative;
  top: 29px;
  z-index: 100;
padding: 2rem 0 2rem 2rem;
}


.global_menu.active li {
  display: block;
  margin: 0 0 2rem;
}
@media (width < 750px) {
  .global_menu.active li{
    width: 100%;
  }
}

.global_menu.active ul{
  width: 80%;
  margin: 0 auto;
}
@media (width < 750px) {
  .global_menu.active ul{
  width: 100%;
}
}

/**** バーガー END****/

/**** MV / タイトル ****/

.title{
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
display: flex;
color: #fff;
position: absolute;
justify-content: center;
height: 100vh;
align-items: center;
width: 100%;
-webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 6px 2px 6px #020202;
    letter-spacing: 3px;
    z-index: 10;
}
.title {
  transition: opacity 0.5s ease-in-out;
}

.title.hidden {
  opacity: 0;
}

@media (width < 750px) {
  .title {
    height: 30vh;
    font-size: 4rem;
  }
}
/**** MV / タイトル　end ****/


/**** MV ****/
#keyvisual {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/colorful-collage-of-fruits-texture-close-up.jpg)
}
@media (width < 750px) {
  #keyvisual{
    background-size: contain;
    background-position: center top;
    }   
}

.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 50px;
	z-index: 0;
}
	#keyvisual_botm {
  width: 100%;
      height: 100vh;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
  background-image: url(../img/background-2277_1920.jpg);
  background-color: #020202;
}

@media (width < 750px) {
  #keyvisual_botm{
    background-size: contain;
    background-position: center top;
    }   
}

/**** main ****/

.main {
	margin-top: 50vh;
	  position: sticky;
top: 20px;
	background-color: #020202;
	color: #fff;
}

/**** 　proﬁle / 実績　****/

.proﬁle{
  display: flex;
      align-items: center;
      justify-content: center;
      position: -webkit-sticky;
      position: sticky;
      top: 25%;
      left: 50%;
    flex-wrap: wrap;
    background-color: #020202;
  }
.enn {
    position: relative;
    z-index: 0;
}

  .enn::before{
    content: '';
    display: inline-block;
    width: 33%;
    height: 13rem;
    border-radius: 50% / 100% 100% 0 0;
    background: #020202;
    position: absolute;
    top: -5rem;
    z-index: -1;
    right: 0;
  left: 0;
  margin: 0 auto;

    }

    @media (width < 750px) {
      .enn::before {
        width: 82%;
        height: 12rem;
        top: -62px;
      }
    }


    .proﬁle .work{
      margin: -37px 0 5rem;
      font-size: 2rem;
    }
    @media (width < 750px) {
      .proﬁle .work{
        font-size: 15px;
      }
    }


  .proﬁle p {
    width: 100%;
    text-align: center;
    margin: 0 0 2.5rem;
  }

/**** 　proﬁle / アニメーション02 奥へ進む　****/
.mainContent__proﬁle_anime{
  position: relative;
  z-index: 50;
  width: 100%;
}

.mainContent__proﬁle_anime .area{
  overflow: hidden;
}
.mainContent__proﬁle_anime .wrap{
  position: relative;
  height: 100vh;
}
.mainContent__proﬁle_anime .item{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media (width < 750px) {
  .mainContent__proﬁle_anime .item{
    font-size: 1rem;
  }
}



.mainContent__proﬁle_anime .item01{ background: url(../img/PO_71.webp) no-repeat; background-size:contain;}
.mainContent__proﬁle_anime .item02{ background: url(../img/PO_49.webp) no-repeat; background-size:contain;}
.mainContent__proﬁle_anime .item03{ background: url(../img/PO_51.webp) no-repeat; background-size:contain;}
.mainContent__proﬁle_anime .item04{ background: url(../img/PO_47.webp) no-repeat;  background-size:contain;}

.mainContent__proﬁle_anime .item01,
.mainContent__proﬁle_anime .item02,
.mainContent__proﬁle_anime .item03,
.mainContent__proﬁle_anime .item04{
  position: absolute;
}
.mainContent__proﬁle_anime .item04{
  background-position: center center;
}

.mainContent__proﬁle_anime span a {
  display: inline-block;
  padding: 2rem;
  color: #020202;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 1rem;
}
@media (width < 750px) {
  .mainContent__proﬁle_anime span a {
    padding: 1rem;
  }
}



/**** 　proﬁle / サイト制作　****/
.mainContent__proﬁle_about {
  width: 100%;
    text-align: center;
    background: #1a1a1a;
    z-index: 50;
    padding-bottom: 10rem;
}
.mainContent__proﬁle_about.enn::before{
  background: #1a1a1a;
}
.proﬁle_about{
  margin: -37px 0 5rem;
  font-size: 2rem;
}

.about_li {
  width: 80%;
  margin: 0 auto;
}
@media (width < 750px) {
  .about_li {
    width: 80%;
  }
}

.about_li li {
  font-size: 1rem;
  margin:0 1rem;
  text-align: center;
  position: relative;
}

.about_li li:before {/*スペースを作る*/
  content: '';
  top: 0;
  left: 0;
  width: 100%;/*指定したい幅*/
  padding-top: 0;/*画像の幅に対する高さ比率*/
  display: block;
}

.about_li li::after{
  position: absolute;
  content: '';
  top: 0;
  left:0;
  display: block;
  width: 100%;/*幅*/
  height: 9%;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
  background-image: url(../img/icon_hata.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.about_li li.icon_hata_LP::after{
  background-image: url(../img/icon_hata_LP.png);
}

.about_li li.icon_hata_EC::after{
  background-image: url(../img/icon_hata_EC.png);
}

.about_li li .sab_tag{
  position: absolute;
    z-index: 10;
    top: 1%;
    left: 0;
    color: #020202;
    font-weight: bold;
    width: 20%;
    text-align: center;
}

@media (width < 750px) {
.about_li li .sab_tag{
    top: 1.5%;
    width: 14%;
    font-size: 12px;
}
}

/* slick */
.about_li .slick-prev:before {
  content: url(../img/left.png);
  position: absolute;
  right: 0;
}

@media (width < 750px) {
.about_li .slick-prev:before {
  left: 0;
  top: -58%;
  transform: scale(0.5);
}
}

.about_li .slick-next:before {
  content: url(../img/right.png);
}

@media (width < 750px) {
  .about_li .slick-next:before {
    position: absolute;
    right: -50%;
    top: -58%;
    transform: scale(0.5);
  }
  }



/**** 　proﬁle / バナー　****/
.mainContent__proﬁle_banner{
  font-family: "Pinyon Script", cursive;
  width: 100%;
    text-align: center;
    z-index: 51;
    padding-bottom: 10rem;
}

.proﬁle_banner{
  margin: -37px 0 5rem;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
}
@media (width < 750px) {
  .proﬁle_banner{
margin-bottom: 2.5rem;
  }
  }

  .line_rich span{
    font-size: 12px;
    text-align: left;
    margin-top: .5rem;
    color: #a5a5a6;
  }


.off_10{
  max-width: 1010px;
margin: 0 auto 2rem;
justify-content: space-between;
}

.off_10 li {
  width: calc(100% / 2 - .5rem);
}

.banner_li {
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.banner_li li {
  /*デフォルトで透明度0に指定*/
  opacity: 0;
  transition: 2s;
}

.banner_li li.fadein_li{
  opacity: 1;
}
@media (width < 750px) {
  .banner_li li {
    width: calc(100% / 2 - 1rem);
  }
  }

/**** 　proﬁle / バナー　end　****/



/**** 　content_main_b / 制作サイト情報　****/
section.content_main_b {
  padding-bottom: 5rem;
}

.proﬁle .about {
  margin: -37px 0 5rem;
  font-size: 2rem;
}

section.content_main_c .link {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2rem;
  display: block;
}
.link::after{
  content: '';
  background: url(../img/link.png) no-repeat;
  display: inline-block;
  width: 64px;
  height: 35px;
  background-size: 50%;
  background-position: bottom;
}
@media (width < 750px) {
  .link::after {
    width: 40px;
    height: 22px;

  }
}



/**** 　content_main_C / スキル　好きなサイト　****/

section.content_main_c {
  padding-bottom: 5rem;
}

/***** スキル　****/
.skill {
  font-family: "Pinyon Script", cursive;
  margin: -37px 0 2rem;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  position: relative;
  bottom: 3rem;
}


@media (width < 750px) {
  .skill{
margin-bottom: 0;
  }
  }

/***** スキル　リスト****/

.skill_li ul{
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

.skill_li ul li{
  width: calc(100%/3 - 2rem);
  border: #fff dashed 1px;
  padding: 1rem;
}
@media (width < 750px) {
  .skill_li ul li{
    width: 100%;
  }
}

.skill_li span{
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.skill_li span:nth-of-type(1){
  font-weight: bold;
}
.skill_li span:nth-of-type(2){
  width: 20%;
  margin: 0 auto 1rem;
}
.skill_li span.w32{
  width: 32%;
}



.proﬁle .favorite_site{
  margin: 5rem 0 0;
  font-size: 2rem;
}
@media (width < 750px) {
  .proﬁle .favorite_site{
    margin: 0 0 2.5rem;
  }
}

/**** 　インスタ　埋め込み　****/
.inst_text{
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.inst_text span{
  font-size: 1rem;
}

@media (width < 750px) {
  .inst_text{
    font-size: 2rem;
  }
}

.inst{
  width: 40%;
}
@media (width < 750px) {
  .inst{
    width: 80%;
  }
}

/**** 　content_main_C / 好きなサイト　****/


.bk_img{
	position: relative;
	width: 100%;
    height: auto;
    background-color: #020202;
}
.bk_img::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 488px;
    background: url(../img/01.png) no-repeat;
    bottom: 0;
    left: 0;
	    background-size: 19%;
      background-position: left bottom;
}
@media (width < 750px) {
  .bk_img::before {
    background-size: 60%;
  }
}

.f12{
  font-size: 12px;
}
.bk_img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 509px;
    background: url(../img/02.png) no-repeat;
    position: relative; 
    right: 0;
    top: 0; /* 必要に応じて追加 */
	    background-size: 15%;
    background-position: right top; /* 右端に配置 */
}
@media (width < 750px) {
  .bk_img::after {
  background-size: 40%;
  }
}


/**** 　bottom_content / 最後に　****/

.bottom_content .box_position{
  position: absolute;
  bottom: 0;
}
.bottom_content .last_text{
  text-align: center;
  margin: 0 0 1rem;
}

footer p{
  text-align: center;
}

/* LP 詳細 link_LP.html 用*/
ul.lp_detail {
  max-width: 1000px;
  margin: 0 auto;
  /*padding-top: 50px;　モーダル解除したら表示する*/
}
.lp_detail__li{
  position: relative;
}

.lp_detail span{
position: absolute;
z-index: 5;
bottom: 2%;
right: 7%;
background-color: #708469;
border-radius: 30px;
padding: 3px 3px;
display: block;
}
.lp_detail span a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    padding: .5rem 2rem;
    display: block;
    border: 1px solid #fff;
}

.lp_detail__li span:hover,
.lp_detail__li span a:hover{
  opacity: 0.8; 
}

@media (width < 600px) {
  .lp_detail span a{
    font-size: 10px;
        padding: 0.5px .5rem;
        text-align: center;
  }
}



/* モーダル */
.modal_list {
  cursor: pointer;
}
.about_li .modal_list::before{
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  z-index: 10;
  background: url(../img/clic.png) no-repeat;
  width: 80px;
  height: 80px;
  background-size: 90%;
  left: 36%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 60;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 4% auto;
  padding: 0px 10px 20px;
  border: 1px solid #888;
  width: 58%;
}

@media (width < 600px) {
  .modal-content {
    margin: 18% auto;
  width: 94%;
}
}



.modal-content p{
  color: #000000;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal1 iframe{
  margin: 2% auto;
  width: 100%;
    height: 1000px;
    border: 1px solid #000;
    max-width: 1000px;
}

@media (width < 600px) {
  #modal1 iframe {
    margin-top: 0;
    height: 400px;
}
}




@media (width < 600px) {
  /* SP用スタイル */
}

@media (600px <= width < 1200px) {
  /* TB用スタイル */
}

@media (1200px <= width) {
  /* PC用スタイル */
}

