@charset "utf-8";
/* 共通 */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
img {
  width: 100%;
  height: auto;
}
.inner {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}
.sub_page_fv{
  background-color: #F0F0EC;
}
.sub_page_title{
  text-align: center;
  font-size: clamp(1rem, 0.8746rem + 0.5731vw, 1.333125rem);
  font-weight: bold;
  padding-top: 220px;
  padding-bottom: 80px;
}
.sub_page_title span {
  font-family: futura-pt-bold, sans-serif;
  font-weight: bold;
  /* 64-32 */
  font-size: clamp(2rem, 1.2473rem + 3.4409vw, 4rem);
  line-height: 1;
}
.index_title {
  position: relative;
  text-align: center;
  /* 21.33-18 */
  font-size: clamp(1.125rem, 1.0582rem + 0.3055vw, 1.333125rem);
  font-weight: bold;
  padding-bottom: 40px;
}
.index_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 8px;
  background-color: #F1BA24;
}
@media screen and (max-width:840px){
  .sub_page_title{
    padding-top: 80px;
  }
  .index_title{
    padding-bottom: 20px;
  }
}
@media screen and (min-width:570px){
  .sp_on {
      display: none;
    }
}
/* 準備中部分 */
.preparation{
  text-align: center;
  margin: 80px 16px;
  font-size: clamp(1rem, 0.5183rem + 2.2018vw, 2.5rem);
  font-weight: bold;
}
.top_info_contents,
.top_works_card_area{
  text-align: center;
  font-weight: bold;
}
/* header */
.header{
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 40px;
  z-index: 100;
}
.header_logo{
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  /* 56-40 */
  font-size: clamp(2.5rem, 2.1237rem + 1.7204vw, 3.5rem);
  line-height: 1;
}
.gnav{
  display: flex;
  justify-content: center;
}

.gnav ul{
  display: flex;
  gap: 32px;
  align-items: center;
}
.gnav ul li{
  /* 16-14 */
  font-size: clamp(0.875rem, 0.828rem + 0.2151vw, 1rem);
  font-weight: bold;
}
.gnav_contact{
  color: #fff;
  background-color: #EB154C;
  padding: 8px 16px;
  border-radius: 50px;
}
/* hamburger */
.sp_button{
  display: none;
}
@media screen and (max-width:840px){
  .header{
    padding: 16px 20px;
    position: relative;
  }
  .sp_button{
    position: absolute;
    display: inline-block;
    top: 28px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
  .sp_button span:first-child,
  .sp_button span:nth-child(2),
  .sp_button span:nth-child(3){
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #333;
    top: 0;
    left: 0;
    transition-duration: 0.3s;
  }
  .sp_button span:nth-child(2){
    top: 8px;
  }
  .sp_button span:nth-child(3){
    top: 16px;
  }
  .gnav{
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    align-items: center;
    transform: translateX(100%);
    transition-duration: 0.5s;
  }
  .gnav ul{
    flex-direction: column;
  }
  .open .gnav{
    display: flex;
    transform: translateX(0);
  }
  .open .sp_button span:nth-child(2){
    display: none;
  }
  .open .sp_button span:first-child{
    top: 8px;
    transform: rotate(45deg);
  }
  .open .sp_button span:nth-child(3){
    top: 8px;
    transform: rotate(-45deg);
  }
}
/* footer */
.footer {
  background-color: #333;
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.footer_title {
  font-family: "futura-pt", sans-serif;
  line-height: 1;
  font-size: 50px;
}
.footer_nav {
  text-align: right;
  margin-bottom: 48px;
}
.footer_nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  margin-bottom: 48px;
}
.fnav_contact a {
  background-color: #EB154C;
  padding: 10px 22px;
  border-radius: 23px;
}
.footer_pp {
  font-size: 13px;
  font-weight: bold;
}
.copy {
  text-align: center;
  padding-bottom: 16px;
}
@media screen and (max-width:840px) {
  .footer_inner {
    flex-direction: column;
    row-gap: 32px;
    padding-top: 40px;
  }
  .footer_nav {
    text-align: left;
  }
  .footer_nav ul {
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 24px;
    font-size: 13px;
  }
}
@media screen and (max-width:500px) {
  .footer_inner {
    row-gap: 16px;
  }
  .footer_nav {
    margin-bottom: 16px;
  }
  .footer_nav ul {
    display: none;
  }
}

/* top */
/* fv */
.fv{
  position: relative;
}
.fv::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 35%;
  background-color: #F0F0EC;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.fv_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 100vh;
  padding-top: 48px;
}
.fv_copy{
  width: 45%;
}
.fv_copy h2{
  /* 32-24 */
  font-size: clamp(1.5rem, 1.3118rem + 0.8602vw, 2rem);
  font-weight: bold;
  padding-bottom: 32px;
}
.fv_copy h2 span{
  color: #EFAF00;
}
.fv_copy p{
  /* 18-14 */
  font-size: clamp(0.875rem, 0.7809rem + 0.4301vw, 1.125rem);
}
.fv_img{
  width: 55%;
}
@media screen and (max-width:840px) {
  .fv_inner{
    width: 96%;
  }
  .fv_copy{
  width: 70%;
  }
}
@media screen and (max-width:570px){
  .fv_inner{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .fv_copy{
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    }
  .fv_copy h2{
    padding-bottom: 16px;
  }
  .fv_img{
    width: 100%;
  }
}

/* more anime */
.more_anime{
  font-family: "Lato", sans-serif;
  font-size: 180px;
  font-weight: bold;
  color: #F0F0EC;
  line-height: 1;
  margin: 64px auto;
  overflow: hidden;
}
.more_anime span{
  color: #fff;
  -webkit-text-stroke: 1px #F0F0EC;
  text-stroke: 1px #F0F0EC;
}

/* top_intro */
.top_intro{
  margin-bottom: 180px;
}
.top_intro h2{
  /* 32-24 */
  font-size: clamp(1.5rem, 1.3118rem + 0.8602vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.top_intro h2 span{
  color: #EFAF00;
}
.top_intro ul li{
  /* 18-13 */
  font-size: clamp(0.8125rem, 0.6949rem + 0.5376vw, 1.125rem);
  margin-bottom: 40px;
  text-align: center;
}
.top_intro_img{
  max-width: 297px;
  margin: 0 auto;
}
@media screen and (max-width:570px) {
  .top_intro{
    margin-bottom: 80px;
  }
  .top_intro h2{
    margin-bottom: 40px;
  }
  .top_intro ul li{
    margin-bottom: 16px;
  }
}

/* top_service */
.top_service{
  position: relative;
}
.top_service::before{
  background-color: #F0F0EC;
  position: absolute;
  content: "";
  width: 100%;
  height: 96%;
  left: 0;
  top: 170px;
  z-index: -1;
}
.top_service_intro{
  display: flex;
  gap: 6%;
  margin-bottom: 40px;
}
.title_left{
  /* 21.33-16 */
  font-size: clamp(1rem, 0.8746rem + 0.5731vw, 1.333125rem);
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 100px;
}
.title_left span{
  font-family: futura-pt-bold, sans-serif;
  font-weight: bold;
  /* 64-32 */
  font-size: clamp(2rem, 1.2473rem + 3.4409vw, 4rem);
  line-height: 1;
}
.top_service_img{
  border-radius: 10px;
  overflow: hidden;
  
}
.top_service_img img{
  /* width: 60%; */
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.top_service_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 64px;
  background-color: #fff;
  border-radius: 10px;
  padding: 80px 80px 90px 80px;
}
.top_service_card{
  width: 480px;
}
.top_service_title{
  display: flex;
  align-items: center;
}
.top_service_title img{
  width: 111px;
  margin-right: 18px;
}
.top_service_title h3{
  /* 21.33-18 */
  font-size: clamp(1.125rem, 1.0467rem + 0.3581vw, 1.333125rem);
  font-weight: bold;
  padding-right: 45px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.top_service_contents{
  position: relative;
}
.top_service_contents_img{
  position: absolute;
  max-width: 312px;
  bottom: -130px;
  right: 0;
}
@media screen and (max-width:840px) {
  .title_left{
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .top_service_contents{
    justify-content: center;
    padding: 40px 40px 80px 40px;
  }
  .top_service_card{
    width: 100%;
  }
}
@media screen and (max-width:570px) {
  .top_service_intro{
    flex-direction: column;
  }
  .title_left{
    margin: 8px 0;
  }
  .top_service_contents{
    padding: 40px 16px 80px 16px;
    row-gap: 40px;
  }
  .top_service_title img{
    width: 48px;
    margin-right: 8px;
  }
  .top_service_title h3{
    padding-right: 32px;
    background-size: 24px;
  }
}
/* top_works */
.top_works{
  background-color: #F0F0EC;
  margin-top: 200px;
  padding: 80px 100px;
  border-radius: 100px 50px 100px 50px;
}
.top_works_title{
  /* 16-14 */
  font-size: clamp(0.875rem, 0.828rem + 0.2151vw, 1rem);
  margin: 0;
}
.top_works_card_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 60px;
  margin-top: 40px;
}
.top_works_card{
  width: 30%;
  text-align: center;
}
.top_works_btn{
  text-align: right;
  margin-top: 80px;
}
.top_works_btn a{
  /* 21.33-18 */
  font-size: clamp(1.125rem, 1.0467rem + 0.3581vw, 1.333125rem);
  font-weight: bold;
  padding-right: 45px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width:840px) {
  .top_works{
    padding: 64px 32px;
    border-radius: 50px 25px 50px 25px;
  }
  .top_works_card{
    width: 48%;
  }
}
@media screen and (max-width:570px) {
  .top_works {
      padding: 40px 16px;
      border-radius: 25px 8px 25px 8px;
    }
  .top_works_card_area{
    margin-top: 24px;
    row-gap: 32px;
  }
  .top_works_card{
    width: 100%;
  }
  .top_works_btn{
    margin-top: 40px;
  }
  .top_works_btn a{
    padding-right: 32px;
    background-size: 24px;
  }
}
/* CTA */
.cta{
  position: relative;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 160px;
  padding-bottom: 160px;
}
.cta_img{
  position: absolute;
  width: 28%;
  bottom: 0;
  left: 0;
}
.cta h2{
  /* 32-20 */
  font-size: clamp(1.25rem, 0.9677rem + 1.2903vw, 2rem);
  font-weight: bold;
}
.cta h2 span{
  padding-top: 8px;
  background-image: url(../img/cta_dot.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.cta p.cta_text{
  /* 21.33-18 */
  font-size: clamp(1.125rem, 1.0467rem + 0.3581vw, 1.333125rem);
  font-weight: bold;
  margin-top: 24px;
}
.cta_btn{
  margin: 48px 0;
}
.cta_btn a{
  background-color: #EB154C;
  color: #fff;
  font-weight: bold;
  /* 21-20 */
  font-size: clamp(1.25rem, 0.9677rem + 1.2903vw, 2rem);
  padding: 28px 113px;
  border-radius: 51px;
}
.cta p{
  /* 16-13 */
  font-size: clamp(0.8125rem, 0.7419rem + 0.3226vw, 1rem);
  font-weight: bold;
}
@media screen and (max-width:840px) {
  .cta{
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cta h2 span{
    background-size: 60%;
  }
  .cta_img{
    width: 40%;
  }
}
@media screen and (max-width:570px) {
  .cta{
    padding-bottom: 200px;
  }
  .cta p.cta_text{
    margin-top: 0;
  }
  .cta_btn a{
    padding: 24px 48px;
  }
  .cta_img{
    width: 100%;
    bottom: -30%;
  }
}
@media screen and (max-width:470px){
  .cta {
      padding-bottom: 140px;
      margin-bottom: 180px;
    }
}

/* information */
.top_info{
  margin-bottom: 160px;
}
.top_info_title{
  text-align: center;
  margin: 0 0 80px;
}
.top_info_contents{
  max-width: 800px;
  margin: 0 auto;
}
.top_info_card{
  display: flex;
  align-items: center;
  /* 16-13 */
  font-size: clamp(0.8125rem, 0.7419rem + 0.3226vw, 1rem);
  font-weight: bold;
  border-bottom: 1px solid #EFAF00;
  padding: 0 24px 24px;
  margin-bottom: 24px;
}
.info_datetime{
  width: 12%;
  margin-right: 64px;
}
@media screen and (max-width:840px) {
  .top_info{
    margin-bottom: 80px;
  }
  .top_info_title{
    margin-bottom: 40px;
  }
  .top_info_card{
    padding: 0 8px 8px;
  }
}

/* about */
.about_intro{
  max-width: 800px;
  margin: 80px auto 160px;
}
.about_intro p{
  text-align: center; 
}
.company_contents{
  max-width: 800px;
  margin: 80px auto 0;
}
.company_contents div{
  display: flex;
  /* 16-13 */
  font-size: clamp(0.8125rem, 0.7523rem + 0.2752vw, 1rem);
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F1BA24;
}
.company_contents dt{
  width: 20%;
  padding-left: 24px;
}
.company_contents dd{
  width: 80%;
  padding-left: 24px;
}
#about .top_works{
  margin-top: 160px;
}
@media screen and (max-width:570px) {
  .about_intro {
    margin: 40px auto 80px;
  }
  .about_intro p{
    text-align-last: left;
  }
  .company_contents dt,
  .company_contents dd{
    padding-left: 8px;
  }
  #about .top_works{
  margin-top: 80px;
}
}

/* service */
.service_contents{
  margin-top: 100px;
}
.service_index_title{
  padding-top: 111px;
  background-image: url(/img/PC_SP.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 111px;
  margin-bottom: 40px;
}
.service_website p{
  text-align: center;
}
.service_website_price{
  display: flex;
  justify-content: space-between;align-items: flex-end;
  margin: 80px 0;
}
.plan_contents{
  width: calc((100% - 20px) / 3 );
  height: 738px;
  border: 4px solid #EFAF00;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 30px;
}
.plan_title{
  position: relative;
  /* 32-18 */
  font-size: clamp(1.125rem, 0.844rem + 1.2844vw, 2rem);
  font-weight: bold;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.plan_title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background-color: #F1BA24;
}
.plan_contents .campaign{
  color: #EFAF00;
  font-weight: bold;
  line-height: 1.4;
  /* 18-16 */
  font-size: clamp(1rem, 0.9599rem + 0.1835vw, 1.125rem);
  margin-top: 40px;
  margin-bottom: 16px;
}
.price{
  font-weight: bold;
  /* 32-18 */
  font-size: clamp(1.125rem, 0.844rem + 1.2844vw, 2rem);
  margin-bottom: 40px;
}
.plan_contents dl dt{
  margin-bottom: 16px;
}
.plan_contents.standard{
  height: 776px;
}
.plan_contents.standard .plan_title{
  padding-top: 22px;
}
.recommendation{
  display: inline-block;
  color: #fff;
  background-color: #EFAF00;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 34px;
  margin-top: 30px;
}
.maintenance{
  padding: 40px 80px;
  border: 4px solid #EFAF00;
  border-radius: 10px;
  margin-top: 80px;
}
.maintenance p{
  text-align: left;
  margin-top: 32px;
  margin-bottom: 40px;
}
.maintenance_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintenance_title h4{
  display: flex;
  /* 32-18 */
  font-size: clamp(1.125rem, 0.844rem + 1.2844vw, 2rem);
  font-weight: bold;
  align-items: center;
  column-gap: 32px;
}
.maintenance_title h4 span{
  display: block;
  color: #fff;
  background-color: #EFAF00;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 3px;
}
.maintenance_title .price{
  margin-bottom: 0;
}
.maintenance dl dt{
  margin-bottom: 16px;
}
.service_graphic{
  background-color: #F0F0EC;
}
.service_index_title.service_graphic_title {
  background-image: url(/img/graphic.png);
}
.service_graphic p{
  text-align: center; 
}
.service_graphic_card{
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
}
.service_graphic_card h4{
  /* 21.33-16 */
  font-size: clamp(1rem, 0.893rem + 0.489vw, 1.333125rem);
  font-weight: bold;
  color: #fff;
  background-color: #EFAF00;
  text-align: center;
  padding: 24px 0;
  border-radius: 10px 10px 0 0;
}
.graphic_text{
  width: 88%;
  text-align-last: left;
  margin: 0 auto;
  padding: 32px 0 40px;
}
.graphic_price{
  display: flex;
  column-gap: 16px;
  /* 18-16 */
  font-size: clamp(1rem, 0.9599rem + 0.1835vw, 1.125rem);
}
/* policy */
.p_text{
  margin: 80px auto;
}