@charset "UTF-8";
/* Base
--------------------------------------------------*/

body{
    padding:3% 0 0 0;
    color: #3f1038;
    font-family:Zapfino;
    background-color: #fef4f4;
}

header span {
    color:#ec2e94;
    font-size:30px;
    line-height:3;
    font-weight:bold;
}

.top {/*親div*/
  position: relative;/*相対配置*/
  }

.top p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 10em;/*サイズ2倍*/
  font-family:cursive;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.top img {
  width:100%;
}

/*PCのみの表示*/
@media (min-width: 640px) {

#hamburger {
  display:none;
}

.hamburger-list {
    display:none;
}

}

/* ヘッダーのボタン */

.hamburger-menu {
    display:none;
}

.btn-profile, .btn-skills, .btn-works {
    text-decoration:none;
    color: #3f1038;
    margin:0 3% 0 0;
    font-size:16px;
    font-weight:bold;   
}

 .btn-contact {
    text-decoration:none;
    color: #3f1038;
    margin:0 17% 0 0;
    font-size:16px;
    font-weight:bold;   
}

a.btn-profile, a.btn-skills, a.btn-works, a.btn-contact {
  color: #fff;
  width:5%;
  padding:1.3% 0 1% 0.7%;
  border-top: 4px solid #f99ecf;
  border-right: 4px solid #fb6dbe;
  border-bottom: 4px solid #f966ba;
  border-left: 4px solid #f7a6d2;
  border-radius: 50%;
  background: #fbbadf;
}

a.btn-profile:hover, a.btn-skills:hover, a.btn-works:hover, a.btn-contact:hover {
  color: #fff;
  border-top: 4px solid #f961b8;
  border-right: 4px solid #faa0d3;
  border-bottom: 4px solid #fc92cf;
  border-left: 4px solid #fa5cb6;
}

/* ヘッダーのボタンここまで */


.header-menu {
  display:flex;
  justify-content:flex-end;
}

#navArea {
    display:none;
}

.header-menu a:hover {
    color:#ed1881;
}

.site-title {
  margin:5% 0 0 0;
  font-size:16px;
  font-weight:bold;
  text-transform: uppercase;
  line-height:2.5;
}

#profile {
    margin:7% 0 0 5%;
}

.profile-icon {
    width:20%;
    margin:2% 0 5% 0;
    border-radius:50%;
}

.pro-setsumei p {
    color:#2e0b29;
    font-size:14px;
    font-family:"しねきゃぷしょん";
    line-height:1.5;
}


.profile-container {
    display:flex;
    text-align:center;
    position:relative;
}

p {
    color:#2e0b29;
    font-family:"しねきゃぷしょん";
    line-height:1.5;
}


/* Skills
---------------------------------------------*/

.skills-container {
    display:flex;
    justify-content: center;
}

#skills {
    padding:3.5% 0;
    margin:6.5% 0 0 0;
    background-color:#fbbadf;
}

.text-center {
    text-align:center;
}

.skills-icon {
    color:#2e0b29;
    background-color:#ffffff;
    border-radius:50%;
    text-align:center;
}

.skills-title1 {
    margin:5% 0 10% 30%;
    color:#f6eef5;
    font-weight:bold;
    font-size:20px;
}

.skills-title2 {
    margin:5% 0 10% 28%;
    color:#f6eef5;
    font-weight:bold;
    font-size:20px;
}

.skills-title3 {
    margin:5% 0 10% 23%;
    color:#f6eef5;
    font-weight:bold;
    font-size:20px;
}

.skills-title4 {
    margin:5% 0 10% 30%;
    color:#f6eef5;
    font-weight:bold;
    font-size:20px;
}

.skills-text {
    margin:0 0 3% 0;
    font-size:30px;
    color:#f6eef5;
    text-align:center;
}

.skills-box1 {
    width:280px;
    height:auto;
}

.skills-box2 {
    width:280px;
    height:auto;
}

.skills-box3 {
    width:280px;
    height:auto;
}

.skills-last-box {
    width:280px;
    height:auto;
    margin-right:0;
}

#skills i {
    width:80px;
    height:70px;
    font-size:50px;
    margin: 0 0 5px 90px;
    padding: 15px 0 0 3px;
}

#skills p {
    color:#f6eef5;
    font-size:18px;
    margin:5% 5% 0 5%;
}

/* Button
---------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--white,
a.btn--white {
  color: #fff;
  background-color: clear;
  border:2px solid #ec2e94;
  margin:5% 0 0 18%;
  font-weight:bold;
}

.btn--white:hover,
a.btn--white:hover {
  color: #ee198b;
  background: #f7e3f2;
  font-weight:bold;
}

a.btn--radius {
  border-radius: 100vh;
}
/* Works
---------------------------------------------*/

.works-text, .price-text, .contact-text {
    margin:5% 0 0 0;
    text-align:center;
    color:#eb128d;
    font-size:30px;
}

.works-parent {
    width:920px;
    display:flex;
    flex-wrap: wrap;
    margin:2% auto;
}

.works-box {
    margin:5% 4.32% 2% auto;
}

.works-box-right {
    margin:5% auto 2% auto;
}

.works-box a {
    color: #3f1038;
    font-family:"しねきゃぷしょん";
    text-decoration:none;
}

.works-box-right a {
    color: #3f1038;
    font-family:"しねきゃぷしょん";
    text-decoration:none;
}

.works-box-inner h3{
    margin:5% 0 0 0;
    font-size:16px;
}


/* Contact
---------------------------------------------*/

#contact ul a {
    color:#ffffff;
    background-color:#fbbadf;
    border-radius:50%;
    font-size:45px;
    margin:0 0 20px 0;
    padding: 10px 0 0 3px;
    width:70px;
    height:60px;
    display:inline-block;
}

#contact ul a:hover {
    background-color:#f1b2d6;
    border-radius:50%;
    display:inline-block;
}


#contact ul {
    margin:5% 0;
    text-align:center;
}

#contact ul li {
     display:inline-block;
     box-sizing: border-box;
     margin:0 50px;
}

/* Price
--------------------------------------------*/

#price p {
    margin:0 0 0 30%;
 }

table{
    width: 50%;
    margin:3% 0 0 28%;
    position:relative;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  table th,table td{
    padding: 10px 0;
    text-align: center;
    font-size:16px;
  }
 
   table th {
    width:30%;
    font-size:1.5rem;
    background-color:#f858b5;
    color:#fff;
    border:3px solid #fef4f4;
    font-weight:bold;
    font-family:しねきゃぷしょん;
    }
    
   table td {
        display:block;
        background-color:#fac2e3;
        width:70%;
        padding:1.5rem 0;
        border:3px solid #fef4f4;
        font-weight:bold;
        font-family:しねきゃぷしょん;
    }

    th td {
        text-align:center;
    }

/* Footer
---------------------------------------------*/

small {
    color:#fdfcf6;
    font-size:12px;
}

footer {
    background-color:#fbbadf;
    text-align:center;
    padding:10px 0;
}

.copyright {
   font-size:18px;
   line-height:2.5;
   font-family:"Snell Roundhand";
}


/*スマホ用のスタイル */
@media (max-width: 640px) {

body {
    max-width:100%;
    padding:10% 0 0 0;
}

.header-menu {
  display:flex;
  justify-content:space-around;
  display:none;
}

.top p {
  font-size:5rem;
}

/*ハンバーガーメニュー
------------------------------------------------------*/
input {
  display: none;
}
label {
  position: relative;
  float: right;
  clear: both;
  z-index: 1000;
}
span {
  display: inline-block;
  width: 35px;
  height: 25px;
}
span i {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
  transition: all .3s ease-in-out;
}
span i:nth-child(1) {
  top: 0;
}
span i:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}
span i:nth-child(3) {
  bottom: 0;
}
input:checked + label span i:nth-child(1) {
  margin: auto;
  transform: rotate(45deg);
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
input:checked + label span i:nth-child(2) {
  transform: rotateX(90deg);
  top: 0;
  bottom: 0;
}
input:checked + label span i:nth-child(3) {
  margin: auto;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
}
input:checked + label + .hamburger-list {
  position: fixed;
  z-index: 99;
  opacity: 1;
}
.hamburger-list {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity .3s ease-in-out,z-index .3s ease-in-out;
}
.hamburger-list__wrap {
  width: 70%;
  background-color: rgba(245, 88, 153, 0.966);
  position: absolute;
  right: -100%;
  top: 0;
  bottom:0;
  transition: right .3s ease-in-out;
}
input:checked + label + .hamburger-list > .hamburger-list__wrap {
  right: 0;
}

a {
  padding: 0 20px;
  color: #fff;
  font-size: 24px;
  height: 80px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
}
a:hover{
color:red;
transition: .5s;
}

/*------------------------------------------------------*/

.btn-profile, .btn-skills, .btn-works, .btn-contact {
    margin:0;
    font-size:13px;
}

.btn-profile h3, .btn-skills h3, .btn-works h3, .btn-contact h3 {
    text-align:center;
    font-size:12px;
}

a.btn-profile, a.btn-skills, a.btn-works, a.btn-contact {
  color: #fff;
   width:16%;
  padding:5% 1.5% 3% 1.5%;
}

#profile {
    margin-left:0;
}

.pro-setsumei p {
  margin:0 0 0 8%;
 font-size:12px;
}

.profile-icon {
    width:90px;
    height:90px;
    border-radius:50%;
    margin:4% 0 6% 0;
}

.site-title {
   font-size:14px;
}

header span {
  margin:0 8% 12% 0;
    font-size:26px;
}

.profile-container {
    width:100%;
}

.skills-container {
    display:block;
    justify-content:center;
}


#skills {
    padding:10% 0;
}

#skills i {
    margin-left:0;
}

#skills p {
  max-width:40%;
  margin-right:auto;
  margin-left:auto;
}


.skills-title1, .skills-title2, .skills-title3, .skills-title4 {
    margin:20% 0 10% 0;
    text-align:center;
}

.skills-box1, .skills-box2, .skills-box3, .skills-last-box {
    width:auto;
    text-align:center;
}

.btn--white,
a.btn--white {
  margin:5% 3% 0 0;
  padding:7% 12%;
}

.works-parent {
    width:100%;
    display:block;
    text-align:center;
}

.works-text {
    margin:15% 0 10% 0;
}

.works-box, .works-box-right {
    margin:40% 0 65% 7%;
  }

  .works-box-inner {
    margin:5% 0 0 20%;
  }

  .works-box-inner h3 {
    font-size:16px;
  }

#price {
  display:block;
  width:70%;
}

#price p {
  font-size: 12px;
  margin:0 0 0 27%;
}

.price-text {
  margin:0 0 10% 35%;
}


table{
   width: 90%;
   border-collapse: collapse;
   border-spacing: 0;
  }


table th {
display:block;
font-size:12px;
background-color:#f858b5;
color:#fff;
width:100%;
border:3px solid #fef4f4;
font-weight:bold;
font-family:しねきゃぷしょん;
padding: 10px 0;
margin:0 10% 0 0;
text-align: center;
box-sizing:border-box;
}

table td {
    display:block;
    font-size:12px;
    background-color:#fac2e3;
    width:100%;
    border:3px solid #fef4f4;
    font-weight:bold;
    font-family:しねきゃぷしょん;
    padding: 10px 0;
    margin:0 10% 0 0;
    text-align: center;
    box-sizing:border-box;
}

th td {
    text-align:center;
}

  .contact-text {
    margin:15% 0 10% 0;
  } 
  
  #contact ul li {
    margin:0;
  }
  
  #contact ul a {
    width:55px;
    height:45px;
}
    
  #contact i {
    font-size:30px;
  }    

}