/* top ///////////////////////*/
.top {
  background-color: #1ABC9C;
}
.container {
  width: 900px;
}
.contents-mini {
  margin: 0 auto;
  width: 800px;
}
#content.detail{padding: 0;background-color: transparent;}
@media (max-width: 960px){
  .contents-mini{width: 85%;}
}
@media (max-width: 480px){
  .contents-mini{width: 90%;}
}

/* program ///////////////////////*/
#mv {
  overflow: hidden;
}
#mv h2 {
  margin-bottom: 0;
}
#mv img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  height: 400px;
}

@media (max-width: 1040px){
  #mv img {
    height: 300px;
  }
}
@media (max-width: 767px){
  #mv img {
    height: 36vw;
  }
}
@media (min-width: 767px) {
  .pc-none {
    display: none;
  }
}
.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.multiply {
  mix-blend-mode: multiply;
}
#main01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 60px 0 80px;
  background: #F9F8F7 url("img/bg01.png") repeat-x center top / auto 100%;
  background-attachment: fixed;
  text-align: center;
}
#main01 .inner {
  position: relative;
  z-index: 1;
  isolation: isolate;
}
.main01title {
  position: relative;
  margin: 0 -10px;
}
.main01title img {
  width: 100%;
  max-width: 960px;
}
.main01text {
  margin: 0 0 60px 0;
}
.main01text p {
  transform: rotate(-5deg);
  font-size: 18px;
  font-size: clamp(1.6rem, 0.5rem + 1.04vw, 1.8rem);
  letter-spacing: 0.15em;
}
.main01img01 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.main01img01 img {
  flex: 0 0 102px;
  max-width: 102px;
}
.main01img01 img:nth-of-type(1) {
  animation: characters steps(2, end) 2s 0.6s infinite;
}
.main01img01 img:nth-of-type(2) {
  animation: characters steps(2, end) 2s 0.25s infinite;
}
.main01img01 img:nth-of-type(3) {
  animation: characters steps(2, end) 2s 0.3s infinite;
}
.main01box {
  position: relative;
  z-index: 1;
  max-width: 878px;
  margin: 140px auto 0 auto;
  padding: 40px 20px;
  border-radius: 15px;
  border: 3px solid #F08300;
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.main01box__title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-80%);
  width: 100%;
}
.main01box__title img {
  max-width: 80%;
  width: 425px;
}
.main01box__theme {
  margin-bottom: 10px;
  font-size: 26px;
}
.main01img02,
.main01img03,
.main01img04 {
  position: absolute;
}
.main01img02 svg,
.main01img03 svg,
.main01img04 svg {
  width: 100%;
  height: auto;
}
.main01img02 {
  top: 20%;
  left: -30px;
  width: 24%;
  max-width: 320px;
  & .product {
    position: absolute;
    left: 24%;
    top: 46%;
    width: 62.5%;
  }
  & .illust {
    position: absolute;
    top: 11%;
    left: 54%;
    width: 51.875%;
  }
}
.main01img03 {
  top: 40%;
  right: -30px;
  width: 24%;
  max-width: 327px;
  & .product {
    position: absolute;
    left: -3%;
    top: 55%;
    width: 67.28%;
  }
  & .illust {
    position: absolute;
    bottom: 88%;
    left: 4%;
    width: 83.79%;
  }
}
.main01img04 {
  bottom: 3%;
  right: 60%;
  width: 26%;
  max-width: 346px;
  & .illust {
    position: absolute;
    bottom: 70%;
    left: -30%;
    width: 76.88%;
  }
}
@media (max-width: 1200px){
  .main01text p {
    padding: 0 15%;
  }
  .main01text p span {
    display: inline-block;
  }
}
@media (max-width: 767px){
.main01text {
  margin-top: 20px;
}
.main01text p {
  padding: 0;
  font-size: 16px;
}
.main01box__theme {
  font-size: 24px;
}
.main01img01 img {
  flex: 0 0 90px;
  max-width: 90px;
}
.main01img02 {
  top: 45%;
}
.main01img03 {
  top: 55%;
}
}
@media (max-width: 560px){
#main01 {
  padding: 30px 0 50px;
}
.main01text p {
  font-size: 14px;
}
.main01img01 {
  margin-top: 20vw;
}
.main01img01 img {
  flex: 0 0 60px;
  max-width: 60px;
}
.main01box {
  margin-top: 30vw;
  font-size: 15px;
}
.main01box__theme {
  font-size: 20px;
}
.main01img02 {
  width: 30%;
}
.main01img03 {
  width: 30%;
}
}
@keyframes characters {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: rotate(-2deg)  translateY(-12px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: rotate(2deg) translateY(-8px);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#main02 {
  position: relative;
  z-index: 1;
  padding: 40px 0 60px;
  background: url("img/bg02.png") repeat left center;
  text-align: center;
}
.main02title {
  margin-bottom: 30px;
}
.main02title img {
  max-width: 80%;
}
.main02personality {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.main02text {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.56;
}
.main02img01 {
  position: absolute;
  top: -8%;
  left: 5%;
  width: 17.42%;
  max-width: 230px;
}
.main02img02 {
  position: absolute;
  right: 5%;
  top: 70%;
  width: 22.12%;
  max-width: 292px;
  & svg {
    width: 100%;
    height: auto;
  }
  & .product {
    position: absolute;
    top: -14%;
    left: 30%;
    width: 68.49%;
  }
  & .illust {
    position: absolute;
    top: 62%;
    left: 8%;
    width: 38.35%;
  }
}
@media (max-width: 560px){
  #main02 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .main02personality {
    display: block;
  }
  .main02text {
    margin-top: 20px;
  }
  .main02img01 {
    top: -3%;
  }
  .main02img02 {
    top: 92%;
  }
}

#main03 {
  padding: 100px 0 120px;
  background: #fff;
}
.main03title {
  margin-bottom: 45px;
  text-align: center;
}
.main03title img {
  max-width: 80%;
}
@media (max-width: 767px){
#main03 {
  padding-top: 70px;
}
}
#main04 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 470px;
  background: url("img/bg03.png") repeat center top -20px;
}
.main04logo {
  max-width: 30%;
}
@media (max-width: 767px){
#main04 {
  height: 380px;
}
.main04logo {
  max-width: 20%;
}
}
@media (max-width: 560px){
#main04 {
  height: 300px;
}
.main04logo {
  max-width: 30%;
}
}

/* form ///////////////////////*/
#form table{width: 100%;margin-bottom: 30px;text-align: left;border-top: solid 1px;}
#form table th,
#form table td {
  box-sizing: border-box;
  padding: 15px;
  border-bottom: solid 1px;
  line-height: 1.3;
  vertical-align: top;
}
#form table th{
  position: relative;
  width: 11em;
  padding-top: 25px;
  padding-right: 3em;
  font-size: 20px;
}
#form table th .hissu{
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 0;
  width: 3em;
  padding: 0.2em;
  border-radius: 6px;
  background: #F5A200;
  color: #fff;
  font-size: 75%;
  text-align: center;
}
input, select, textarea {
  box-sizing: border-box;
  height: 50px;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 100%;
}
textarea {
  height: 220px;
}
input.err, select.err, textarea.err, .err input, .err select, .err textarea, .chkgroup.err label {
    background: #FFFFCC;
    /* border-color: #fdd7c1; */
}
#check_gender > span {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
#check_gender input {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
#check_gender label {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}
.w100{width: 100%;}
.box{
  margin-bottom: 20px;
  font-size: 17px;
}
.box strong {
  font-size: 18px;
}
.formbtn{
  margin-top: 50px;
  text-align: center;
}
.formbtn input{
  border: none!important;
  border-radius: 0!important;
}
.btn-confirm-event{background: url("img/btn-confirm.gif") no-repeat center center;}
.btn-grey-event{background: url("img/btn-grey.gif") no-repeat center center;}
.btn-reinput{background: url("img/btn-reinput.gif") no-repeat center center;width: 226px;height: 62px;}
.btn-send{background: url("img/btn-send.gif") no-repeat center center;width: 226px;height: 62px;}
.btn-confirm{width: 400px;height: 125px;background-size: contain!important;max-width: 100%;}
@media (max-width: 767px){
  #form table th, #form table td {width: 100%;display: block;}
  #form table th{padding-bottom: 0;border: none;font-size: 18px;}
  #form table th br{display: none;}
  #form table th .hissu{right: 15px;}
  #form table td{padding-bottom: 20px;}
  #check_gender input {width: 20px;height: 20px;}
  #check_gender label {font-size: 17px;}
  .box{font-size: 15px;}
  .box strong {font-size: 16px;}
}
/* formError ///////////////////////*/
.formError .formErrorArrow div,
.formError .formErrorContent {
  background-color: #EF821E;
  color: #FFFFFF;
}
