@charset "utf-8";
/* CSS Document */
html{
  overflow: visible;
}
body{
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,  sans-serif;
  font-optical-sizing: auto;
  overflow: visible;
}
img{max-width: 100%}

.hnp_spbr{display: inline-block;}
.hnp_aboutGra{
  font-weight: 900;
  background: linear-gradient(90deg, rgba(179, 72, 152, 1) 10%, rgba(66, 46, 169, 1) 68%, rgba(206, 91, 149, 1) 90%);
  background-clip: text;
  color: transparent;
}
.hnp_decoDot{
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}
.hnp_decoDot span{
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.hnp_decoDot span:nth-child(1){background-color: #B34898;}
.hnp_decoDot span:nth-child(2){background-color: #422EA9;}
.hnp_decoDot span:nth-child(3){background-color: #CE5B95;}


.hnp_key{position: relative;}
.hnp_keyImg{
  text-align: center;
}
.hnp_keyLogo{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 60%;
}
.hnp_keyTxt{
  position: absolute;
  bottom: clamp(1rem, -1.75rem + 6.88vw, 6.5rem);/*6-104 430-1920*/
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 80%;
}


.hnp_body h2{
  position: relative;
  margin-bottom: clamp(32px, 8.333vw, 80px);/*960で直線的に縮小*/
  text-align: center;
  font-size: clamp(1.375rem, 0.462rem + 3.4vw, 2.5rem);/*22-40 430-960*/
  font-weight: 900;
  z-index: 1;
}


.hnp_about{
  padding: clamp(2rem, -0.205rem + 8.21vw, 4rem) 16px;/*32-64 430-820*/
}
.hnp_about p{
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
}
.hnp_imagebox{
  max-width: 1200px;
  margin: auto;
}


.hnp_feature{
  padding: clamp(2rem, -0.205rem + 8.21vw, 4rem) 16px clamp(5.5rem, 2.192rem + 12.31vw, 8.5rem);/*32-64 430-820*//*88-136 430-820*/
}
.hnp_feature h2 span{
  display: block;
  width: max-content;
  margin-inline: auto;
  font-size: 0.6em;
}
.hnp_feature figure{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 40px;
}
.hnp_feature figure::after{
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  width: 70%;
  height: calc(100% + 100px);
  background-image: linear-gradient(130deg, rgba(253, 203, 241, 0.2), rgba(230, 222, 233, 0.2));
}
.hnp_feature figure:nth-of-type(odd)::after{
  left: -16px;
}
.hnp_feature figure:nth-of-type(even)::after{
  right: -16px;
}
.hnp_feature figure:nth-of-type(n+2){
  margin-top: clamp(5rem, -0.513rem + 20.51vw, 10rem);/*80-160 430-820*/
}
.hnp_feature figure:nth-of-type(odd) > div{
  order: 2;
}
.hnp_feature figure:nth-of-type(odd) figcaption{
  order: 1;
}
.hnp_feature figure > div{
  position: relative;
  width: 400px;
  padding: 2%;
  box-sizing: content-box;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 1;
}
.hnp_feature figure figcaption{
  position: relative;
  width: 660px;
  z-index: 1;
}
.hnp_number{
  display: flex;
  align-items: end;
  gap: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
}
.hnp_number div{
  text-align: center;
  font-size: clamp(0.625rem, 0.219rem + 1.51vw, 1.125rem);/*10-18 430-960*/
  color: #F26093;
  font-weight: bold;
}
.hnp_number div span{
  display: block;
  line-height: 0.75;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.5rem, 0.472rem + 7.55vw, 5rem);/*40-80 430-960*/
}
.hnp_number h3{
  font-size: clamp(1.125rem, 0.415rem + 2.64vw, 2rem);/*18-32 430-960*/
  font-weight: bold;
}
.hnp_ttlBig{
  position: relative;
  display: block;
  width: fit-content;
  font-size: clamp(1.5rem, 0.283rem + 4.53vw, 3rem);/*24-48 430-960*/
  font-weight: 700;
}
.hnp_ttlBig::before{
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 47%;
  background-color: #FFFFFF;
  z-index: -1;
}
.hnp_feature figure figcaption p{
  padding-top: 32px;
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
  font-weight: 500;
}



.hnp_schedule{
  padding: clamp(2rem, -1.308rem + 12.31vw, 5rem) 16px clamp(3.5rem, -0.359rem + 14.36vw, 7rem);/*32-80 430-820*//*56-112 430-820*/
  background-image: linear-gradient(130deg, rgba(253, 203, 241, 0.2), rgba(230, 222, 233, 0.2));
}
.hnp_schedule ol{
  list-style: none;
  max-width: 1200px;
  margin: auto;
}
.hnp_schedule ol li{
  display: flex;
  gap: clamp(0.75rem, -1.684rem + 9.06vw, 3.75rem);/*12-60 430-960*/
  min-height: 160px;
  padding-left: 28px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.hnp_schedule ol li:nth-of-type(n+2){margin-top: 40px;}
.hnp_schedule ol li.hnp_schedule04,
.hnp_schedule ol li.hnp_schedule05{margin-top: 80px;}
.hnp_schedule ol li.hnp_schedule05{
  justify-content: center;
  align-items: center;
  min-height: clamp(3.75rem, 0.304rem + 12.82vw, 6.875rem);/*60-110 430-820*/
  color: #FFFFFF;
  background-color: #F26093;
  border-radius: 8px;
}
.hnp_schedule ol li.hnp_schedule05 h3{
  font-size: clamp(1rem, 0.1887rem + 3.0189vw, 2rem);/*16-32 430-960*/
  color: #FFFFFF;
  font-weight: 700;
}
.hnp_schedule ol li.hnp_schedule05 span{
  font-size: clamp(1rem, 0.5943rem + 1.5094vw, 1.5rem);/*16-24 430-960*/
  color: #FFFFFF;
  font-weight: 700;
}
.hnp_scheduleMonth{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 160px;
  text-align: center;
  font-size: clamp(0.875rem, -0.038rem + 3.4vw, 2rem);/*16-32 430-960*/
  color: #FFFFFF;
  font-weight: 700;
  background-color: rgba(206, 91, 149, var(--bg-opacity));
}
.hnp_schedule01 .hnp_scheduleMonth{--bg-opacity: 0.4;}
.hnp_schedule02 .hnp_scheduleMonth{--bg-opacity: 0.6;}
.hnp_schedule03 .hnp_scheduleMonth{--bg-opacity: 0.8;}
.hnp_schedule04 .hnp_scheduleMonth{--bg-opacity: 1;}
.hnp_scheduleMonth span{
  display: block;
  font-size: 0.75rem;
}
.hnp_scheduleMonth::after{
  content: "";
  position: absolute;
  display: block;
  bottom: -40px;
  left: 0;
  border-top: 40px solid rgba(206, 91, 149, var(--bg-opacity));
  border-right: 83px solid transparent;
  border-left: 83px solid transparent;
}
.hnp_scheduleDetails{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  width: calc(100% - 226px);
  padding: 32px 0 24px;
}
.hnp_scheduleDetails h3{
  font-size: clamp(1rem, 0.1887rem + 3.0189vw, 2rem);/*16-32 430-960*/
  color: #CE5B95;
  font-weight: 700;
}
.hnp_scheduleDetails span{
  display: block;
  margin-block-start: clamp(0.75rem, 0.337rem + 1.54vw, 1.125rem);/*12-18 430-820*/
  font-size: clamp(0.75rem, 0.649rem + 0.38vw, 0.875rem);/*12-14 430-960*/
}
.hnp_scheduleList{margin-top: 24px;}
.hnp_scheduleList > div{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.hnp_scheduleList > div:not(:first-child){margin-top: 18px;}
.hnp_scheduleList > div dt{
  width: 218px;
  font-size: clamp(0.875rem, 0.672rem + 0.75vw, 1.125rem);/*14-18 430-960*/
  font-weight: bold;
}
.hnp_scheduleList > div dd{
  width: calc(100% - 218px);
  line-height: 2;
  font-size: clamp(0.875rem, 0.672rem + 0.75vw, 1.125rem);/*14-18 430-960*/
  font-weight: 500;
}



.hnp_faq{
  padding: clamp(3.5rem, 1.846rem + 6.15vw, 5rem) 16px;/*56-80 430-820*/
}
.hnp_faq dl{
  max-width: 1000px;
  margin: auto;
}
.hnp_faq dl dt{
  margin-bottom: 24px;
  padding-left: 72px;
  text-indent: -72px;
  font-size: clamp(1rem, 0.594rem + 1.51vw, 1.5rem);/*16-24 430-960*/
  font-weight: 500;
}
.hnp_faq dl dt span{
  display: inline-block;
  line-height: 1.2;
  text-indent: 0;
  vertical-align: middle;
}
.hnp_faq dl dt:nth-of-type(n+2){
  margin-top: 36px;
}
.hnp_faq dl dt::before{
  content: "Q";
  align-content: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 32px;
  text-indent: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  color: #FFFFFF;
  background-color: #F26093;
  border-radius: 100%;
}
.hnp_faq dl dd{
  padding-bottom: 36px;
  padding-left: 72px;
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
  font-weight: 500;
  border-bottom: 1px solid #707070;
}



/*問い合わせ*/
.hnp_contact{
  padding: clamp(0rem, -4.41rem + 16.41vw, 4rem) 8px clamp(3.5rem, -0.359rem + 14.36vw, 7rem);/*0-64 430-820*//*56-112 430-820*/
}
.hnp_contact h3{
  text-align: center;
  font-size: clamp(1rem, 0.899rem + 0.38vw, 1.125rem);/*16-18 430-960*/
  font-weight: bold;
}
.hnp_contact p{
  text-align: center;
  font-size: clamp(0.875rem, 0.672rem + 0.75vw, 1.125rem);/*14-18 430-960*/
  font-weight: 500;
}
.hnp_contact p:nth-of-type(n+2){
  margin-top: 1em;
}



/*フォーム*/
input:focus::placeholder{color: transparent;}
textarea:focus::placeholder{color: transparent;}

.hnp_form{
  padding: clamp(2rem, -1.308rem + 12.31vw, 5rem) 16px clamp(5.5rem, 2.192rem + 12.31vw, 8.5rem);/*32-80 430-820*//*88-136 430-820*/
  background-image: linear-gradient(130deg, rgba(253, 203, 241, 0.2), rgba(230, 222, 233, 0.2));
}
.hnp_form .hnp_pcbr{display: block;}
.hnp_entry{
  max-width: 1200px;
  margin: auto;
  padding: 20px 16px 64px;
  background-color: #FFFFFF;
}
.hnp_notes{
  max-width: 960px;
  margin: 0 auto clamp(0rem, -1.378rem + 5.13vw, 1.25rem);/*0-20 430-820*/
  text-align: right;
  font-size: 0.75rem;
  font-weight: bold;
  color: #E37604;
}

.hnp_form dl{
  display: flex;
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  /* grid-template-columns: max-content 1fr; */
  justify-content: space-between;
  align-items: center;
  gap: 8px 16px;
  /* flex-wrap: wrap; */
  max-width: 960px;
  margin: 0 auto;
}
.hnp_form dl:not(:last-child){margin-bottom: clamp(1.5rem, 0.397rem + 4.1vw, 2.5rem); /*24-40 430-820*/}
/* .hnp_form dl.hnp_radio{
  align-items: center;
} */
.hnp_form dt{
  flex: 1 1 auto;
  max-width: clamp(16.875rem, 13.368rem + 6.84vw, 18.5rem);/*270-296 820-1200*/
  /* width: 296px; */
  /* padding-top: 27px; */
  /* width: max-content; */
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
  font-weight: bold;
  color: #212121;
  line-height: 1.6;
}
.hnp_reqFlx{display: flex;}
.hnp_require{
  margin-left: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #E37604;
}
.hnp_form dd{/* width: 632px; */flex: 1;/* grid-column: 2/-1; */}
.hnp_form dd input,
.hnp_form dd textarea{
  width: 100%;
  min-height: clamp(3.125rem, 1.058rem + 7.69vw, 5rem);/*50-80 430-820*/
  padding: clamp(0.5rem, -0.603rem + 4.1vw, 1.5rem) clamp(0.5rem, -0.327rem + 3.08vw, 1.25rem);/*8-24 430-820*//*8-20 430-820*/
  font-size: 1.125rem;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #F0F4F7;
}
.hnp_form dd input[type="file"],
.hnp_form dd input[type="radio"],
.hnp_form dd input[type="checkbox"]{
  width: auto;
  background-color: transparent;
}
input::placeholder {
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
}
.hnp_form dd input.hnp_short{width: 33%; min-width: 160px;}
.hnp_form dd input.hnp_shorter{width: 20%;}
.hnp_form dd input + .hnp_assistancetext{
  margin-left: 16px;
  vertical-align: baseline;
  font-size: 1.125rem;
}
.hnp_form dd textarea{height: 160px;}

.hnp_form dd input[type="radio"],
.hnp_form dd input[type="checkbox"],
.hnp_checkagree input[type="checkbox"],
.hnp_fileselect input{
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.hnp_form dd input[type="radio"] + span,
.hnp_form dd input[type="checkbox"] + span,
.hnp_checkagree input[type="checkbox"] + span{
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #B9B9B9;
}
.hnp_form dd input[type="radio"] + span{
  border-radius: 100%;
}
.hnp_form dd input[type="checkbox"] + span,
.hnp_checkagree input[type="checkbox"] + span{
  border-radius: 4px;
}
.hnp_form dd input[type="radio"]:checked + span,
.hnp_form dd input[type="checkbox"]:checked + span,
.hnp_checkagree input[type="checkbox"]:checked + span{border-color: #F26093;}
.hnp_form dd input[type="radio"]:checked + span::after,
.hnp_form dd input[type="checkbox"]:checked + span::after,
.hnp_checkagree input[type="checkbox"]:checked + span::after{
  content: "";
  position: absolute;
  display: block;
  }
.hnp_form dd input[type="radio"]:checked + span::after{
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  border-radius: 100%;
  background-color: #F26093;
}
.hnp_form dd input[type="checkbox"]:checked + span::after,
.hnp_checkagree input[type="checkbox"]:checked + span::after{
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url(../img/ion_checkmark.svg) center center no-repeat;
}

.hnp_fileselect{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 16px;
}
.hnp_fileselect input + span{
  display: inline-block;
  width: 208px;
  height: 40px;
  padding-top: 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: linear-gradient(#FFFFFF 0%, #E9EAEE 100%);
  cursor: pointer;
}
.hnp_fileview{padding-bottom: 12px;}
.hnp_fileview img{
  max-width: 200px;
  max-height: 144px;
  vertical-align: middle;
}
.hnp_fileview button{
  margin-left: 8px;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #323232;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background: linear-gradient(#FFFFFF 0%, #E9EAEE 100%);
  cursor: pointer;
}


.hnp_colm2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
.hnp_colm2 > label{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 50%;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
  font-weight: 500;
}
.hnp_otherselect{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.hnp_otherselect label{
  display: flex;
  align-items: center;
  gap: 16px;
  width: 30%;
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
  font-weight: 500;
}
.hnp_form dd .hnp_otherselect > input{
  width: 70%;
  min-height: 50px;
  padding: 0 20px;
}

.hnp_error{
  display: none;
  margin-top: 2px;
  font-size: 0.875rem;
  color: #EE675C;
}

.hnp_privacypolicy{
  height: 220px;
  margin: 40px 0 12px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #DBDCE5;
  overflow-y: scroll;
}
.hnp_privacypolicy > div{
  width: 96%;
  margin: auto;
  padding: 40px 0;
}
.hnp_privacypolicy h3{
  margin-bottom: 46px;
  text-align: center;
  font-size: clamp(1.125rem, 0.712rem + 1.54vw, 1.5rem);/*18-24 430-820*/
  font-weight: bold;
}
.hnp_privacypolicy h4{
  font-size: clamp(1rem, 0.724rem + 1.03vw, 1.25rem);/*16-20 430-820*/
  font-weight: 500;
}
.hnp_privacypolicy p{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
}
.hnp_privacypolicy ol{
  list-style: none;
  margin: 0;
}
.hnp_privacypolicy ol > li{
  margin-top: 1.5em;
}
.hnp_privacypolicy h5{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
  font-weight: bold;
}
.hnp_privacypolicy ol > li ul{
  font-size: clamp(0.875rem, 0.7372rem + 0.5128vw, 1rem);/*14-16 430-820*/
}

.hnp_checkagree{
  margin: 0 auto clamp(1.5rem, 0.397rem + 4.1vw, 2.5rem);/*24-40 430-820*/
  text-align: center;
}
.hnp_checkagree label{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding: 0 8px;
  gap: 12px;
  height: 66px;
  font-size: clamp(1rem, 0.8622rem + 0.5128vw, 1.125rem);/*16-18 430-820*/
  border-radius: 4px;
  background-color: #F1F4F8;
}
.hnp_btnarea{
  max-width: 632px;
  margin: auto;
}
.hnp_submit{
  width: 100%;
  height: 60px;
  font-size: 0.875rem;
  font-weight: bold;
  border: none;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #F26093;
  cursor: pointer;
}



/*プロデューサー*/
.hnp_produce{
  padding: 64px 16px 136px;
}
.hnp_produceheader{
  margin-bottom: clamp(0.375rem, 0.099rem + 1.03vw, 0.625rem);/*6-10 430-820*/
  text-align: center;
  font-size: clamp(1rem, 0.594rem + 1.51vw, 1.5rem);/*16-24 430-960*/
  font-weight: bold;
  line-height: 1;
}
.hnp_producerprof{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px clamp(24px,3vw,152px);
  padding: 0 8px;
}
.hnp_producerprof::after {
  content: "";
  position: absolute;
  display: block;
  top: -50px;
  right: max(0px, calc((100vw - 1920px) / 2));
  width: 70%;
  height: calc(100% + 100px);
  background-color: rgb(235 211 249 / 20%);
}
.hnp_picture{
  text-align: center;
  z-index: 1;
}
.hnp_txtbox{
  width: 700px;
  z-index: 1;
}
.hnp_producerprof p{
  line-height: 1.75;
  margin-bottom: clamp(2.5rem, 1.397rem + 4.1vw, 3.5rem);/*40-56 430-820*/
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
  font-weight: 500;
}
.hnp_producerprof h3{
  margin-bottom: 24px;
  font-size: clamp(0.875rem, 0.672rem + 0.75vw, 1.125rem);/*14-18 430-960*/
  font-weight: 500;
}
.hnp_producerprof dl{
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
}
.hnp_producerprof dl dt{
  margin-bottom: 1.5em;
  font-weight: bold;
}
.hnp_producerprof dl dt:nth-of-type(n+2){
  margin-top: 2em;
}
.hnp_producerprof dl dd{
  font-weight: 500;
}
.hnp_producerprof dl dd ul li:nth-of-type(n+2){
  margin-top: 0.75em;
}
.hnp_producerprof dl dd a{
  color: #000000;
}
/*プロデューサー実績*/
.hnp_produceAchievements{
  max-width: 1200px;
  margin-inline: auto;
  margin-bottom: 136px;
}
.hnp_produceAch_ttl{
  padding: 4px 0 ;
  color: #FFFFFF;
  text-align: center;
  background-color: #F26093;
}
.hnp_produceAch_list th{
  padding: 4px 0 4px 16px;
  background-color: #e4e2e2;
}
.hnp_produceAch_list td{
  padding: 4px 0 4px 16px;
}
.hnp_produceAch_list td:not(:last-child){border-right: 1px solid #e4e2e2;}





/*確認*/
#content h1{
  margin-bottom: 80px;
  padding-bottom: 12px;
  text-align: center;
  font-size: clamp(1.25rem, 0.642rem + 2.26vw, 2rem);/*20-32 430-960*/
  color: #333333;
  border-bottom: 1px solid #CCCCCC;
}

.hnp_txtblock{margin-bottom: 40px;}
.hnp_form.hnp_confirm{
  background: transparent;
}
.hnp_form.hnp_confirm dt{
  padding-top: 0;
}
.hnp_form.hnp_confirm dd{
  font-size: clamp(0.875rem, 0.774rem + 0.38vw, 1rem);/*14-16 430-960*/
}
.hnp_back{
  width: 100%;
  height: 60px;
  font-size: 0.875rem;
  color: #212121;
  border-radius: 2px;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  cursor: pointer;
}
.hnp_confirm .hnp_submit{margin-bottom: 32px;}

/*完了*/
.hnp_complete h1{
  margin-bottom: 40px;
  font-size: 1.5rem;
  color: #212121;
}
.hnp_complete h2{
  font-size: 1rem;
  font-weight: bold;
}
.hnp_completetxt{
  margin-bottom: 32px;
  line-height: 2;
  font-size: 0.875rem;
  color: #212121;
}






@media screen and (min-width:821px){
  .hnp_form dd input:hover,
  .hnp_form dd textarea:hover,
  .hnp_form dd label:hover input[type="radio"] + span,
  .hnp_form dd label:hover input[type="checkbox"] + span,
  .hnp_checkagree label:hover input[type="checkbox"] + span{border: 1px solid #333333;}

  .hnp_checkagree label:hover{background-color: #EFEFEF;}

  .hnp_submit:hover{opacity: 0.7;}
  .hnp_back:hover{background-color: #EFEFEF;}
}





@media screen and (max-width:960px){
  .hnp_feature figure::after{
    top: calc(max(16px, 5.2vw) * -1);
    height: 77%;
    width: 100%;
  }
  .hnp_feature figure{
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .hnp_feature figure:nth-of-type(odd)::after{left: unset;}
  .hnp_feature figure:nth-of-type(even)::after{right: unset;}
  .hnp_feature figure > div{
    width: 80%;
  }
  .hnp_feature figure:nth-of-type(even) > div{
    order: 2;
  }
  .hnp_feature figure:nth-of-type(even) figcaption{
    order: 1;
  }
  .hnp_number br{
    display: none;
  }


  .hnp_schedule ol li{
    min-height: max(88px, 16.66vw);
    padding-inline: 10px;
  }
  .hnp_schedule ol li:nth-of-type(n+2) {
    margin-top: max(16px, 4.16vw);
  }
  .hnp_scheduleMonth{
    width: max(64px, 16.67vw);
    height: max(64px, 16.67vw);
  }
  .hnp_scheduleMonth::after{
    bottom: calc(max(16px, 4.1vw) * -1);
    border-top: max(16px, 4.16vw) solid rgba(206, 91, 149, var(--bg-opacity));
    border-right: max(32px, 8.64vw) solid transparent;
    border-left: max(32px, 8.64vw) solid transparent;
  }
  .hnp_scheduleList dl dt,
  .hnp_scheduleDetails dl dd{width: 100%;}


  .hnp_faq dl dt{
    margin-bottom: clamp(4px, 2vw, 24px);
    padding-left: max(42px, 7.5vw);
    text-indent: calc(max(42px, 7.5vw) * -1);
  }
  .hnp_faq dl dt::before{
    width: max(29px, 4.16vw);
    height: max(29px, 4.16vw);
    margin-right: max(10px, 3.33vw);
    font-size: max(1rem, 2.5vw);
  }
  .hnp_faq dl dd{
    padding-left: max(42px, 7.5vw);
    padding-bottom: max(20px, 3.75vw);
  }
  .hnp_faq dl dt:nth-of-type(n+2) {
    margin-top: max(20px, 3.75vw);
  }


  .hnp_otherselect label,
  .hnp_form dd .hnp_otherselect > input{
    width: 100%;
  }


  .hnp_producerprof{
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .hnp_producerprof::after{
    top: 20vw;
    width: 100%;
    height: 96%;
  }
  .hnp_picture{
    width: 60%;
  }
}




@media screen and (max-width: 820px){
  .hnp_keyTxt{
    bottom: 11vw;
  }

  .hnp_form .hnp_pcbr{display: inline;}
  .hnp_form dl{
    flex-direction: column;
    align-items: unset;
  }
  .hnp_form dt{max-width: 100%;}
  .hnp_form dd{width: 100%;}
  
}




@media screen and (max-width: 640px){
  h1.hnp_key,
  #contentArea{
    margin-top: 50px;
  }

  .hnp_about p{
    text-align: left;
  }

  .hnp_scheduleDetails{
    padding: max(20px, 5vw) 0 24px;
  }

  .hnp_privacypolicy > div{padding: 24px 0;}
  .hnp_privacypolicy h3{margin-bottom: 18px;}
}