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

#main-image {
  position: relative;
  /*background: linear-gradient(to bottom, #FADDDD 0%, #FADDDD 50%, #fff 50%, #fff 100%);*/
}

#main-image img {
  max-width: 80%;
}

.main-image {
  position: relative;
}

.main-image-diamond {
  /* width: 90%; */
  /* 幅が100%に対して１０%縮小 */
  display: flex;/*　main-image-diamondの中のものを横並び  */
  justify-content: center;
  /* bottom: -295px; */
  /* left: 70px; */
  margin-top: -120px;
  z-index: 10;
  position: relative;
}

.main-image-diamond img {
  width: 100%;
}
.about-title {
  margin: 70px auto 70px;
  font-size: 40px;
  font-family: 'PT Serif Caption', serif;
}

.about {
  max-width: 1920px;
  background-image: url("../images/common/about_star.png");
  background-position: center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-profile {
  display: flex;
}
/*.starleft {
width: 20%;
position: absolute;
top: 1300px;
left: -94px;
}
.starright {
  width: 20%;
  position: absolute;
  top: 1324px;
  right: -33px;
}*/
.about-contents {
  max-width: 1920px;
}
#about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.section_about_message {
  margin: 0 12% 5% -3%;
  text-align: left;
  line-height: 2;
}
.profile-img {
  width: 50%;
}
.profile-img-name {
  margin: 60px 0 116px;
  font-family: 'Montserrat', sans-serif;
}


.service-title {
  margin: 15px auto 132px;
  font-size: 40px;
  font-family: 'PT Serif Caption', serif;
}
.service {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 50px;
}
.service-images {
  width: 272px;
  height: auto;
  max-width: 100%;
}
.service-contents {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
  padding-bottom: 155px;
}
.service-contents ul {
  text-align: left;
  line-height: 2;
}
.li_twi {
  list-style-type: none;
}
.li-insta {
  list-style-type: none;
}

.service-contents h3 {
  line-height: 1.5;
  margin-top: 39px;
}
.service-name {
  margin-bottom: 40px;
}
/*section h3 {
  font-size: 32px;
}*/
.works-img .works-diamond {
  width: 126px;
  height: 112px;
  margin: auto 44px;
}
.works-pinkdiamond {
  width: 136px;
  height: 100px;
  margin: auto 44px;
}

.works-title {
  margin: 44px auto 123px;
  font-size: 40px;
  font-family: 'PT Serif Caption', serif;
}
/*.trans-rotate {
  background: mediumseagreen;
  padding: 16px;
  color: white;
  }*/
  


.trans-scale:hover {
  transform: scale(1.2, 1.2) rotate(-5deg);
  transition: 0s;
  }

.trans:hover {
  transform: scale(1.2, 1.2) rotate(5deg);
  transition: 0s;
}

.trans-2:hover {
  transform: scale(1.2, 1.2);
  transition: 0s;
}

.works {
  padding: 0 50px;
  max-width: 1160px;
  margin: 0 auto;
}
.works-contents {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 60px;
}
.works li {
  list-style-type: none;
  width: 27%;
}
.works-img-li {
  list-style-type: none;
}
.works-img-li img {
  width:100%;
  height:100%;
  object-fit: contain;
}
.news {
  max-width: 1414px;
  margin: 0 auto;
}
.news-title {
  margin: 171px auto 46px;
  font-size: 40px;
  font-family: 'PT Serif Caption', serif;
}
.news-container {
  background-color: #FFF7F7;
  margin: 0 auto;
  margin-bottom: 95px;
  text-align:left;
  list-style-type: none;
  padding: 145px 10% 142px 5%;
  box-sizing: border-box;
}
.news-container li {
  display: flex;
  justify-content: start;
  padding-bottom: 30px;
}

.news-date {
  width: 30%;
}
.news-date-p{
  width: 55%;
}
.contact {
  background-color: #FADDDD;
  width:100%;
  padding-top: 103px;
}
.contact-title {
  font-size: 40px;
  font-family: 'PT Serif Caption', serif;
  margin-bottom: 30px;
}
.contact-around {
  max-width: 1570px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding-top:113px;
  border-right: 34px solid #FADDDD;
  border-left: 34px solid #FADDDD;
}
.contact-container {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 17.6px;
  max-width:560px; 
  margin: 0 auto;
  background-color: #FADDDD;
  padding: 65px 12% 60px 12%;
}
.contact-container p {
  font-size: 18px;
  color: #BDB380;
  padding-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
}

.contact-icons {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
  justify-content: space-between;
  list-style-type: none;
}
.contact-icons img {
  width: 60px;
  height: 60px;
}
.footer-pink {
  background-color: #FADDDD;
}
.footer-white {
  background-color: #FFFFFF;
  padding-top:168px;
  max-width: 1570px;
  margin: 0 auto;
  border-right: 34px solid #FADDDD;
  border-left: 34px solid #FADDDD;
}
.nav-footer {
  font-family: Hiragino Kaku Gothic ProN;
  display: flex;
  justify-content: space-around;
  /* text-align: center; */
  /* padding-bottom: 96px; */
  max-width: 1015px;
  margin: 0 auto; 
}
.nav-footer-titles {
  font-size: 18px;
}
.footer-works {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  /*flex-direction: column;*/
  height: 249px;
  margin-right: -88px;
  gap: 42px;
}
.nav-footer-works {
  padding-bottom: 40px;
}
.small {
  display: block;
  text-align: center;
  font-size: 11px;
  padding-top: 77px;
  padding-bottom: 38px;
  background-color: #FADDDD;
}
/*work1*/
#work1-main-image {
  position: relative;
}

#work1-main-image img {
  max-width: 80%;
}
.work1-main-image {
  position: relative;
}

.work1-main-image-webdesign {
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -210px;
  left: 70px;
  margin-top: -250px;
  z-index: 10;
  position: relative;
}
.work1-main-image-webdesign img {
  width: 66%;
}

.webdesign-title {
  margin: 313px auto 130px;
  font-size: 32px;
  font-family: PT Serif Caption;
}
.webdesign {
  max-width: 1920px;
  background-image: url("../images/common/about_star.png");
  background-position: 0 0;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.webdesign-contents {
  max-width: 1920px;
}
#webdesign {
  display: flex;
  justify-content: center;
  align-items: center;
}
.webdesign {
  padding: 0 50px;
}
.section_webdesign_message {
  /*margin-left: 142px;
  text-align: left;
  margin-top: -127px;*/
  line-height: 2;
  margin-bottom: 66px;
}
.webdesign-mobile {
  font-size: 32px;
  font-family: PT Serif Caption;
  margin-bottom: 88px;
}
.mobile-img-url {
  margin-bottom: 155px;
}
.mobile-img {
  margin-bottom: 85px;
  max-width: 65%;
}
.works-diamond-pink {
  width: 136px;
  height: 99px;
  margin: 155px 0 44px;
}
.contact-work1 {
  background-color: #FADDDD;
  width: 100%;
  padding-top: 103px;
  margin-top: 105px;
}
/*work2*/
#work2-main-image {
  position: relative;
}

#work2-main-image img {
  max-width: 80%;
}
.work2-main-image {
  position: relative;
}

.work2-main-image-banner {
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -295px;
  left: 70px;
  margin-top: -329px;
  z-index: 10;
  position: relative;
}
.work2-main-image-banner img {
  width: 50%;
}

.work2-banner-title {
  margin: 313px auto 130px;
  font-size: 32px;
  font-family: PT Serif Caption;
}
/*.starleft_banner {
  width: 20%;
  position: absolute;
  top: 1000px;
  left: -94px;
}
.starright_banner {
  width: 20%;
  position: absolute;
  top: 1100px;
  right: -33px;
}*/
.work2-banner {
  max-width: 1920px;
  background-image: url("../images/common/about_star.png");
  background-position: center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.work2-banner-contents {
  max-width: 1920px;
}
#work2-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_work2-banner_message {
  /*margin-left: 142px;
  text-align: left;
  margin-top: -127px;*/
  line-height: 2;
  margin-bottom: 66px;
}
.works2-diamond-pink {
  width: 136px;
  height: 99px;
  margin-bottom: 44px;
}

/*work3*/
#work3-main-image {
  position: relative;
}

#work3-main-image img {
  max-width: 80%;
}
.work3-main-image {
  position: relative;
}

#work3-main-image img {
  border: 3px solid #BDB380;
  padding: 66px;
  background-color: #fdf6f6;
}

.work3-main-image-banner {
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -295px;
  left: 70px;
  margin-top: -326px;
  z-index: 10;
  position: relative;
}
.work3-main-image-banner img {
  width: 50%;
}

.work3-banner-title {
  margin: 313px auto 130px;
  font-size: 32px;
  font-family: PT Serif Caption;
}
.work3-banner {
  max-width: 1920px;
  background-image: url("../images/common/about_star.png");
  background-position: center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 244px;
}
.work3-banner-contents {
  max-width: 1920px;
}
#work3-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_work3-banner_message {
  /*margin-left: 142px;
  text-align: left;
  margin-top: -127px;*/
  line-height: 2;
  margin-bottom: 66px;
}
.works3-diamond-pink {
  width: 136px;
  height: 99px;
  margin-bottom: 44px;
}
/*work4*/
#work4-main-image {
  position: relative;
}

#work4-main-image img {
  max-width: 80%;
}
.work4-main-image {
  position: relative;
}
#work4-main-image img {
  border: 3px solid #BDB380;
  padding: 55px;
  background-color: #fdf6f6;
}

.work4-main-image-namecard {
  /*width: 90%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -132px;
  left: 102px;
  */
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -295px;
  left: 70px;
  margin-top: -407px;
  z-index: 10;
  position: relative;
}
.work4-main-image-namecard img {
  width: 66%;
}

.work4-namecard-title {
  margin: 313px auto 130px;
  font-size: 32px;
  font-family: PT Serif Caption;
}
.work4-namecard {
  max-width: 1920px;
  background-image: url("../images/common/about_star.png");
  background-position: center;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
.work4-namecard-contents {
  max-width: 1920px;
}
#work4-namecard {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_work4-namecard_message {
  /*margin-left: 142px;
  text-align: left;
  margin-top: -127px;*/
  line-height: 2;
  margin-bottom: 66px;
}
.works4-diamond-pink {
  width: 136px;
  height: 99px;
  margin-bottom: 44px;
}
/*work5*/
#work5-main-image {
  position: relative;
}

#work5-main-image img {
  max-width: 80%;
}
.work5-main-image {
  position: relative;
}
#work5-main-image img {
  border: 3px solid #BDB380;
  padding: 55px;
  background-color: #fdf6f6;
}

.work5-main-image-namecard {
  /*width: 90%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -132px;
  left: 102px;*/
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -295px;
  left: 70px;
  margin-top: -407px;
  z-index: 10;
  position: relative;
}
.work5-main-image-namecard img {
  width: 66%;
}
/*work6*/
#work6-main-image img {
  border: 3px solid #BDB380;
  padding: 70px;
  background-color: #fdf6f6;
}
.work6-main-image-namecard {
  /*width: 90%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -132px;
  left: 102px;*/
  width: 90%;
  display: flex;
  justify-content: center;
  bottom: -295px;
  left: 70px;
  margin-top: -385px;
  z-index: 10;
  position: relative;
}
.work6-main-image-namecard img {
  width: 66%;
} 

@media (max-width: 850px) {
.contact {
  padding-top:0px;
}
.contact-work1 {
  padding-top: 0px;
  }
.contact-around {
  background-color: #FADDDD;
  padding-top: 60px;
  }
.news-container {
  margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  header {
    height: 55px;
    position: relative;
  }
  .header_contents-h1 {
    font-size: 2rem;
    display: block;
  }
  .header_contents-h1 img {
    width: 35px;
  }
  .works-img-li img {
    width: 100%;
    height: auto;
  }
  .header_contents {
    max-width: 75%;
    text-align: center;
    display: block;
    padding: 11px 0 11px 0;
  }
  
  .service-contents {
    flex-wrap: wrap;
    text-align: center;
    display: block;
    padding-bottom: 55px;
  }

  .main-image-diamond {
    width: 90%;
    bottom: -102px;
    left: 15px;
    margin-top: -130px;
    margin-bottom: 50px;
  }
  .main-image-diamond img {
    width: 80%;
  }
  .workdetail-main-image {
    width: 90%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -57px;
    left: 18px;
  }
  .about-title {
    margin: 50px auto 23px;
    font-size: 18px;
    font-family: PT Serif Caption;
  }
  .workdetail-title {
    margin: 70px auto 23px;
    font-size: 18px;
    font-family: PT Serif Caption;
  }
  .about-profile {
    display: block;
  }
  .profile-img {
    width: 110px;
    height: auto;
  }
  .profile-img-name {
    margin: 11px 0 24px;
  }
  .profile-img-name p {
    font-size: 18px;
  }

  .section_about_message {
    font-size: 16px;
    margin-left: 0px;
    text-align: center;
    line-height: 2;
    padding: 10px;
    box-sizing: border-box;
  }
  .service-title {
    margin: 55px auto 22px;
    font-size: 18px;
    font-family: PT Serif Caption;
  }
  .service-contents h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  
  .service-images {
    width: 120px;
    height: auto;
  }
  .service-name {
    margin-bottom: 20px;
  }
  .service-contents ul {
    font-size: 14px;
    margin: 10px auto 20px;
    width: 199px;
  }
  .works {
    padding: 0 25px;
  }
  
  .works-img .works-diamond {
    width: 50px;
    height: 45px;
    margin: auto 44px;
  }
  .works-title {
    font-size: 18px;
    margin: 22px auto 19px;
  }
  .works-contents {
    gap: 12px;
  }
  .works li {
    width: 49%;
  }
  .news-title {
    margin: 55px auto 12px;
    font-size: 18px;
  }
  .news-container {
    padding: 35px 5% 35px 5%;
    margin-bottom: 30px;
  }
  .news-container li {
    font-size: 16px;
    display: flex;
    justify-content: start;
    padding-bottom: 15px;
  }
  .news-date {
    width: 30%;
  }
  .news-date-p {
    width: 60%;
  }
  .contact {
    padding-top: 0px;
    max-width: 98%;
    margin: 0 auto;
  }
  .contact-work1 {
    padding-top: 55px;
    margin-top: 0px;
    background-color: #FFFFFF;
  }
  .contact-around {
    padding-top: 0;
    border: none;
    background-color: #FFFFFF;
  }
  .contact-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact-container {
    padding: 30PX 15px 33PX;
    max-width: 88%;
  }
  .contact-container p {
    font-size: 12px;
    padding-bottom: 16px;
  }
  .contact-icons {
    max-width: 165px;
  }
  .contact-icons img {
    width: 30px;
    height: 30px;
  }
  .footer-white {
    padding-top: 60px;
    border: none;
  }
  .nav-footer-titles {
    font-size: 12px;
  }
  .footer-works {
    display: none;
  }
  .nav-footer {
    max-width: 265px;
  }
  .nav-footer-contact {
    display: none;
  }
  .small {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: #FFFFFF;
  }
  /*work1*/
  .work1-main-image-webdesign {
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .webdesign-title {
    margin: 70px auto 23px;
    font-size: 18px;
  }
  .section_webdesign_message {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .webdesign-mobile {
    font-size: 18px;
    margin-bottom: 17px;
  }
  .mobile-img {
    width: 167px;
    height: auto;
    margin-bottom: 17px;
  }
  .mobile-img-url {
    font-size: 16px;
    margin-bottom: 55px;
  }
  .works-pinkdiamond {
    width: 55px;
    height: 41px;
    margin: auto 44px;
  }
  /*work2*/
  .work2-main-image-banner {
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .work2-banner-title {
    margin: 70px auto 23px;
    font-size: 18px;
  }
  .work2-banner {
    padding: 0 50px 98px; 
  }

  .section_work2-banner_message {
  font-size: 16px;
  margin-bottom: 30px;
  }
  /*work3*/
  #work3-main-image img {
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
  }
  .work3-main-image-banner {
    bottom: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .work3-banner-title {
    margin: 70px auto 30px;
    font-size: 18px;
  }
  .work3-banner {
    padding: 0 50px 98px; 
  }
  .section_work3-banner_message {
    font-size: 16px;
    margin-bottom: 30px;
    }
  /*work4*/
  #work4-main-image img {
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
  }
  .work4-main-image-namecard {
    bottom: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .work4-namecard-title {
    margin: 70px auto 30px;
    font-size: 18px;
  }
  .work4-namecard {
    padding: 0 50px 98px;
  }
  .section_work4-namecard_message {
    font-size: 16px;
    margin-bottom: 30px;
    }
  /*work5*/
  #work5-main-image img {
  padding: 22px; 
  width: 100%;
  box-sizing: border-box;
  }

  .work5-main-image-namecard {
    bottom: 31px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .work5-namecard-title {
    margin: 70px auto 30px;
    font-size: 18px;
  }
  .work5-namecard {
    padding-bottom:98px; 
  }
  .section_work5-namecard_message {
    font-size: 16px;
    margin-bottom: 30px;
  }
  /*work6*/
  #work6-main-image img {
    padding: 22px; 
    width: 100%;
    box-sizing: border-box;
    }
  .work6-main-image-namecard {
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .works li {
  width: 70%;;
  }
  .section_about_message {
    margin: 0 auto; 
  }
}