
font-family: "nunito-sans", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
font-weight: 400;
font-style: normal;
/* ヘッダーの記述 */
.header {
    display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 60px;
  vertical-align: middle;
    padding-top: 40px;
  margin: 0 auto;
  }
  /* ロゴ */
  
  /* メニュー */
  header ul {
  padding: 0 60px;
  }
  header li {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  letter-spacing: .1em;
  }

  /* メニューのリンクホバーで線 */
  header li a:hover {
  text-decoration: underline;
  }

  
  .ig-logo{
    width: 30px;
  }

.top-link{
    display: inline-block;
    padding: 0 6px;
    
    letter-spacing: .1em;
}

/* 一文字ずつ */

/*========= 1文字ずつ出現させるためのCSS ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*文字列後ろの線の設定*/
.TextTyping::after {
	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
.hoge{

    padding-inline: 16vw;
    padding-top: 0px;
}
.hoge-coromo,.hoge-portfolio,.hoge-cuore,.hoge-writ1,.hoge-writ2 {
    padding-inline: 4vw;
    /* padding-top: 0px; */
    margin-top: -48px;
}
.test-coromo,.test-portfolio,.test-cuore,.test-writ1,.test-writ2 {
    margin: 0 auto;
    text-align: center;
    padding: 0rem;
    /* background-color: rgb(255, 255, 255); */
}
.test{

    margin: 0 auto;
    text-align: center;
    padding: 2rem;

        background-color: rgb(255, 255, 255);


        
}
.video{

    width: 100%;
}


.header{
    
    background: #fff;
}
.section-top,.section-introduce,.otherworks{

    /* max-width: 1225px; */
    margin: 0 auto;
}

.coromo-img{
   
    text-align: center;
    margin-top: 60px;
    margin-bottom: 120px;
    position: relative;
    z-index: 99999;

}

.cuore-img{
    margin: 0 auto;
    width: 60vw;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 32px;
}
h2{

  
    font-family: optima;
    font-weight: 400;
    font-style: normal;
    padding-top: 48px;
    font-size: 64px;
    text-align: center;
    margin-bottom: 20px;
    color: #333;

}

h3 {

    margin-bottom: 52px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    margin-top: -40px;
}

/* solid008 */



.button_solid008{

    padding-bottom: 120px;
    margin-top: 120px;

}
.button_solid008 a{
    /* background: #eee; */

    background: #b9b5e0;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    
}
.button_solid008 a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    transition: 0.2s ease 0s;
  }
  
  .button_solid008 a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #bbbbbb;
    transition: 0.2s ease 0.2s;
  }
  
  .button_solid008 a:hover::before {
    width: 0%;
  }

  .button_solid008 a:hover::after {
    height: 0%;
  }
  
  .button_solid008 a:hover {
    text-decoration: none;
    background-color: #ccc;
  }
.url{

    margin-bottom: 24px;
    text-align: center;
    font-size: 12px;
}
.introduce{

   
    margin-inline: auto;
    margin-bottom: 100px;
    margin-top: 80px;
    max-width: 870px;
    font-size: 17px;
    line-height: 2;


}
.works-list{
    font-size: 17px;
    line-height: 2;
    margin-inline: auto;
    /* padding-inline: 40px; */
    font-weight: 700;


    max-width: 870px;
}
.works-span{
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
}
.works-title{
    font-weight: normal; font-style: oblique; font-family: "Times New Roman" ;
    max-width: 870px;
    font-size: 16px;
    line-height: 2;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;

    margin-bottom: 80px;
}
.works-span{

    font-family: "optima", "nunito-sans", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
    font-style: normal;
}
.mock-img{

    width: 64vw;
    background-color: #fff;
    text-align: center;
    /* padding: 2rem; */
}

.pcdesign,.mbdesign{
    filter: drop-shadow(20px 20px 10px rgba(0,0,0,.5));
}

.otherworks-title{
    margin-top: 160px;
    margin-bottom: 48px;
    font-size: 2.4rem;

}
.otherworks{

    margin-inline: auto;
    padding-inline: 40px;
    max-width: 1160px;
}
.otherworks-img{
    width: 280px;
}


.webdesign-button,.logo-button,.retouch-button,.writing-button{
    cursor: pointer;
    outline: none;
    border: none;
    background-color: black;
    padding: 0.8em 1.2em;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #fff;
    background-size: 100% 100%;
}
.botton_area{

    padding-bottom: 48px;
    max-width: 280px;
	text-align: center;
	padding-bottom: 48px;
}

.otherworks-sentence{

    line-height: 2;
    padding: 30px 10px 30px;
    text-align: center;
    font-size: 18px;
    max-width: 280px;
}

.fadein {
	opacity : 0;
	transition : all 1s;
  }
	
  .fadein.active{
	opacity : 1;
  }


  .arrow_r_b:before {
   
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 64px;
    margin-top: -13px;
  }
  .arrow_r_b:after {
   
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 68px;
    margin-top: -8px;
    transform: rotate(45deg);
  }

.arrow_r_b {
   
    position: relative;
    display: inline-block;
    padding-left: 0px;
    color: #333;
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 24px;

    font-weight: 800;
  }


  .arrow_l {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #333;
    text-decoration: none;

    font-size: 24px;

    font-weight: 800;
  }
  .arrow_l:before {
   
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -9px;
  }
  .arrow_l:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 0;
   
    margin-top: -4px;
    margin-left: 3px;
    transform: rotate(-136deg);
}


  .buttonarea{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.pager{

    padding-bottom: 160px;

}



.nextbutton1 a:hover,
.nextbutton2 a:hover { 
    box-shadow: none; transform: translate3d(0, 3px, 0);
}
.nextbutton2{

    margin-left: -8px;
}

.otherworks-link :hover { 
    box-shadow: none; transform: translate3d(0, 3px, 0);
}

      .back-button :hover {
        background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
        box-shadow: 0 12px 24px rgba(128, 128, 128, 0.1);
      }
      
      .back-button :hover .text {
        background-image: linear-gradient(-45deg, #4568dc, #b06ab3);
      }

@media(max-width: 768px){
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    padding-top: 20px;
    margin: 0 auto;
    line-height: 80%;
}

/* 
.mock-img {
    width: 100vw;
}
.cuoremock-img{
    margin: 0 auto;
    width: 60vw;
    margin-top: 32px;
} */

/* メニュー */
header ul {

    padding: 0px 8px;
}
header li {
	display: inline-block;
	padding: 0 6px;
	font-size: 14px;
	letter-spacing: .1em;
}
/* メニューのリンクホバーで線 */
header li a:hover {
	text-decoration: underline;
}
.logo{
    width: 100px;
}

.ig-logo{
    width: 22px;
}

	
.header{

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    padding-top: 20px;
    margin: 0 auto;
    line-height: 80%;
}

.top-link,.about-link, .works-link, .contact-link, .ig-link{
    
    padding-top: 16px;
    font-size: 11px;
}

.top-link{
display: inline;
} 
.header_area{
	padding-top: 0;
    display: flex;
    flex-direction: column;
	
}
.hoge {
    padding-inline: 4vw;
    padding-top: 0px;
}
/* 
.hoge 
{
    padding-inline: 4vw; 

} */
/* 
.test {
    background-color: #fff;
    text-align: center;
    padding: 1rem; 

    margin: 0 auto;

    margin-top: 20px;
} */
.test {
    background-color: #fff;
    text-align: center;
    padding: 1rem;

    max-width: 315px;
    margin: 0 auto;
}

h2{

    max-width: 315px;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    padding-top: 60px;
    font-size: 25px;
    line-height: 1.2;
}


h3 {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    margin-top: -8px;
}
.url{

    max-width: 315px;
    margin: 0 auto;
    text-align: center;

    margin-top: 8px;
    margin-bottom: 24px;
}


.coromo-img{

    /* max-width: 375px; */
    margin: 0 auto;
    padding-top: 40px;
    padding-inline: 4vw;

}
.mock-img {
    width: 90vw;
    
}
.section-introduce{

    /* max-width: 315px; */

    /* padding-inline: 5vw; */
    margin: 0 auto;
}
.introduce{

    margin-top: 32px;
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 2;
}

.designarea{

    display: flex;
    flex-direction: column;
    max-width: 315px;
    margin: 0 auto;
}
.buttonarea{

    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.back-button a{

        font-weight: bold;
        background: #000;
        height: 40px;
        border-radius: 48px;
        padding: 0px 0px;
        padding-top: 24px;
        box-shadow: 0 3px 0 rgba(0,0,0,0.3);
        color: #ffffff;
        display: block;
        text-align: center;
        box-shadow: 0 3px 0 rgba(0,0,0,0.3);
        color: #ffffff;
        display: block;
        font-size: 14px;
        text-align: center;
        margin: 10px auto;
        font-size: 14px;
    
}
.back-button{

    width: 160px;
    margin: 0 auto;
    padding-top: 29px;
    padding-bottom: 30px;
}
.arrow_r_b:before {
    content: '';
    width: 18px;
    height: 18px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 43px;

    margin-top: -13px;
}

.arrow_r_b:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 46px;
    margin-top: -8px;
    transform: rotate(45deg);
}


.arrow_r_b {
   
    position: relative;
    display: inline-block;
    padding-left: 0px;
    color: #333;
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 15px;

    font-weight: 800;

    margin-left: 8px;
  }


  .arrow_l {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #333;
    text-decoration: none;

    font-size: 15px;

    font-weight: 800;
  }

.nextbutton1{

    margin-left: -24px;
}
/* 
.buttonarea{

    max-width: 315px;
    margin: 0 auto;
} */


.pager{

    margin-top: 64px;
}
.works-title{

    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 700;

}
.works-span {
    font-size: 13px;
    line-height: 2;


}
.works-list {
    /* font-size: 17px; */
    margin-inline: 0;
    padding-inline: 0;
    /* font-weight: 700; */
    /* max-width: 870px; */
    padding-inline: 5vw;
}

.h3 {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    margin-top: -16px;
}

.back-button{

    width: 148px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;

}
.designarea{
    padding-top: 20px;
    gap: 32px;

    padding-bottom: 120px;
}

.botton_area {
    max-width: 375px;
    text-align: center;
    padding-bottom: 32px;
}

.otherworks-title {
    margin-top: 120px;
    margin-bottom: 60px;
    font-size: 25px;
}
.otherworks{

    width: 70%;

}
.otherworks-img {

    width: 88%;
    margin-left: 16px;
}

.otherworks-sentence {
    line-height: 2;
    padding: 20px 20px 60px;
    text-align: center;
    font-size: 14px;
    /* max-width: 280px; */
}

.designarea {
     padding-top: 0px; 
 padding-bottom: 0px; 
}
.pcdesign{
    gap: 80px;
    padding-top: 32px;
    padding-bottom: 60px;
}
.pager{
margin-top: 0;
margin-bottom: 0;

padding-top: 40px;
}

.mbdesign{
    display: none;
}

}

.pager .pagination {
    text-align: right;
    margin: 0 auto;
    padding-right: 8%;
  }
  
  .pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #333;
  
    width: 64px;
    height: 64px;
    text-align: center;
    position: relative;
    border-radius: 50px;
  }
  
  
  .pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
  
  .pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
  }
  
  .pager .pagination li a:hover,
  .pager .pagination li a.active{
    color: #000;
    background: #fff;
    border-radius: 50px;
  }
  




@media only screen and (max-width: 767px){
    .pager .pagination li{
      display: none;
    }
  
    .pager .pagination li.pre,
    .pager .pagination li.next{
    display: inline-block;
    width: 44%;
    height: 40px;
    text-align: center;
    }
  
    .pager .pagination li.pre a,
    .pager .pagination li.next a{
      width: 100%;
      text-align: center;
    }
  
    .pager .pagination li.pre span::after{
      content: "";
    }
  
    .pager .pagination li.next span::before{
      content: "";
    }

.pager{

    padding-bottom: 64px;
    
    padding-inline: 5vw;

}
.test {
    background-color: #fff;
    text-align: center;
    padding: 1rem;

    max-width: 315px;
    margin: 0 auto;
}

.introduce {
    padding-inline: 5vw;
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 2;
}
.button_solid008 a {
    
    background: #b9b5e0;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 120px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button_solid008{

    padding-bottom: 72px;
    margin-top: 48px;
    
}

  
  }


  @media(width: 1024px){
  .test {
    width: 80%;}
  }


  @media(width: 768px){
    .test {
      width: 80%;}
    }


  @media(width: 820px){
    .test {
      width: 80%;}
      .section-introduce, .otherworks {
        max-width: 720px;
        margin: 0 auto;
    }
    }
  
  @media only screen and (width: 390px){
    .hoge {
        padding-inline: 4vw;
        padding-top: 0px;

    color: #fff;
    }
  
  } 
  
  @media only screen and (width: 430px){
    .hoge {
        padding-inline: 4vw;
        padding-top: 0px;

    color: #fff;
    }
  .test{
    max-width: none;
  }
  } 
  


  @media(min-width: 1980px){
  h2 {

    padding-top: 80px;}
  }