@charset "UTF-8";

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.mainContents {
  padding: 0 !important;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}

.mainContents .kv {
  width: 100%;
  margin: 0 !important;
  line-height: inherit;
}

.mainContents .kv img {
  width: 100%;
}

.mainContents .date {
  background-color: #36a138;
  padding: 1.2% 0 0.5%;
  text-align: center;
}
.mainContents .date.disabled {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  border-color: #75474b;
}

.date.disabled:before {
  content: "【募集は終了しました】";
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(34,34,34,.8);
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .mainContents .date {
    padding: 15px 0;
  }
  .date.disabled:before{
    font-size: 1.5rem;
  }
}

.mainContents .date img {
  width: 40%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .date img {
    width: 94%;
  }
}

.mainContents .menu {
  padding: 20px 0;
}

.mainContents .menu ul {
  width: 40%;
  min-width: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
}

@media screen and (max-width: 767px) {
  .mainContents .menu ul {
    min-width: 90%;
    width: 98%;
  }
}

.mainContents .menu ul li {
  width: 25%;
  padding: 0 10px 0 10px;
  font-weight: bold;
  border-right: 1px solid #333;
}

.mainContents .menu ul li:first-child {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .menu ul li {
    display: flex;
    align-items: center;
    font-size: 90%;
    padding: 0 2% 0 2%;
  }

  .mainContents .menu ul li:first-child {
    width: 18%;
  }
}

.mainContents .menu ul li a {
  color: black !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainContents .menu ul li:last-child {
  border-right: 0;
}

.mainContents .menu ul li img {
  margin-left: 5px;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .mainContents .menu ul li img {
    margin-left: 1.5px;
    width: 14px;
  }
}

.mainContents .about {
  position: relative;
  z-index: 100;
}

.mainContents .about .about-bg {
  width: 100%;
}

.mainContents .about .about-main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
}

.mainContents .about .about-main img {
  width: 100%;
}

.mainContents .present {
  position: relative;
  background-image: url("../img/cp_iitoko/pc_present_bg_1.png");
  width: 100%;
  background-size: 500px;
  margin-top: -3%;
  padding-top: 6%;
  padding-bottom: 8%;
}

@media screen and (max-width: 767px) {
  .mainContents .present {
    padding-top: 10%;
    padding-bottom: 14%;
  }
}

.mainContents .present-container {
  width: 60%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .present-container {
    width: 94%;
    margin: auto;
  }
}

.mainContents .present-title {
  position: relative;
  z-index: 100;
  width: 100%;
  margin: auto;
  max-width: 900px;
}

.mainContents .present-title-img {
  width: 100%;
}

.mainContents .present-pic-img1 {
  position: absolute;
  left: -16%;
  bottom: -6%;
  width: 14%;
}

.mainContents .present-pic-img2 {
  position: absolute;
  right: -16%;
  bottom: -6%;
  width: 14%;
}

.mainContents .present-text {
  width: 90%;
  margin: 3% auto 6%;
  max-width: 900px;
}

.mainContents .present-text img {
  width: 100%;
}

.mainContents .present-detail-a,
.mainContents .present-detail-b,
.mainContents .present-detail-c {
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .mainContents .present-detail-a,
  .mainContents .present-detail-b,
  .mainContents .present-detail-c {
    padding: 15px 0;
    position: relative;
    z-index: 100;
  }
}

.mainContents .present-detail-a img,
.mainContents .present-detail-b img,
.mainContents .present-detail-c img {
  width: 100%;
}

.mainContents .present-detail-subtext {
  margin: auto;
  font-weight: bold;
  font-size: 90%;
  line-height: 130%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mainContents .present-detail-subtext {
    margin: 2% auto;
    line-height: 160%;
    text-align: center;
  }
}

.mainContents .present-detail-subtext div {
  display: inline-block;
  text-align: left;
}

.mainContents .present-bg-top-left {
  position: absolute;
  left: -10%;
  top: -3%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .present-bg-top-left {
    position: absolute;
    left: 0%;
    top: -2.5%;
    width: 20%;
  }
}

.mainContents .present-bg-top-right {
  position: absolute;
  right: -8%;
  top: -3%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .present-bg-top-right {
    position: absolute;
    right: 0%;
    top: -2%;
    width: 23%;
  }
}

.mainContents .present-bg-bottom-left {
  position: absolute;
  left: -5%;
  bottom: -4%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .present-bg-bottom-left {
    position: absolute;
    left: 0%;
    bottom: -2%;
    width: 26%;
  }
}

.mainContents .present-bg-bottom-right {
  position: absolute;
  right: -6%;
  bottom: -3%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .present-bg-bottom-right {
    position: absolute;
    right: 0%;
    bottom: -2%;
    width: 25%;
  }
}

.mainContents .present-pic-sp {
  position: relative;
  text-align: right;
  margin-top: -5%;
  margin-bottom: -10%;
  padding: -0 2%;
}

.mainContents .present-pic-img1-sp {
  width: 25%;
}

.mainContents .present-pic-img2-sp {
  width: 25%;
  padding-bottom: 20px;
}

.mainContents .step {
  padding: 50px 0;
  background-color: #36a138;
  position: relative;
}

.mainContents .step-bg-top {
  position: absolute;
  top: -0.8%;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .mainContents .step-bg-top {
    top: -2.2vw;
  }
}

.mainContents .step-container {
  width: 60%;
  margin: auto;
  max-width: 900px;
}

@media screen and (max-width: 767px) {
  .mainContents .step-container {
    width: 93%;
    margin: auto;
  }
}

.mainContents .step-title {
  width: 55%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .mainContents .step-title {
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    z-index: 110;
  }
}

.mainContents .step-title img {
  width: 100%;
}

.mainContents .step-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.mainContents .step-detail img {
  width: 46%;
  margin: 2% auto;
}

@media screen and (max-width: 767px) {
  .mainContents .step-detail img {
    width: 100%;
    margin: 3% auto;
  }
}

.mainContents .step-follow-button {
  width: 80%;
  margin: 5% auto;
  position: relative;
  z-index: 110;
}

@media screen and (max-width: 767px) {
  .mainContents .step-follow-button {
    width: 100%;
    margin: 10% auto 8%;
  }
}

.mainContents .step-follow-button img {
  width: 100%;
}

.mainContents .step-pic-1 {
  position: absolute;
  left: -2%;
  top: 5%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .step-pic-1 {
    left: auto;
    right: -12%;
    top: 0.5%;
    width: 115%;
  }
}

.mainContents .step-pic-2 {
  position: absolute;
  right: -2%;
  top: 26%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .step-pic-2 {
    right: auto;
    left: -5%;
    top: auto;
    bottom: 24%;
    width: 60%;
  }
}

.mainContents .step-pic-3 {
  position: absolute;
  left: 7%;
  bottom: 40%;
  width: 20%;
}

@media screen and (max-width: 767px) {
  .mainContents .step-pic-3 {
    left: auto;
    right: -4%;
    bottom: 16%;
    width: 60%;
  }
}

.mainContents .step-sanko {
  padding: 5% 0;
  margin: auto;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .mainContents .step-sanko {
    padding: 25% 0 5%;
  }
}

.mainContents .step-sanko h2 {
  width: 26%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .step-sanko h2 {
    width: 46%;
    margin: 4% auto;
  }
}


.mainContents .step-sanko h2 img {
  width: 100%;
}

.mainContents .step-sanko-list {
  width: 100%;
  margin: 3% auto 2%;
  display: flex;
  justify-content: space-between;
}

.mainContents .step-sanko-list img {
  width: 32%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .step-sanko-list img {
    width: 30vw;
    height: 30vw;
  }
}

.mainContents .step-sanko-list-subtext {
  color: white;
  font-size: 72%;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mainContents .step-sanko-list-subtext {
    font-size: 60%;
    width: 100%;
    margin-top: 4%;
    line-height: 150%;
  }
}

.mainContents .agreement {
  position: relative;
  background-image: url("../img/cp_iitoko/agreement_bg_2.png");
  width: 100%;
  background-size: 100%;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement {
    padding: 50px 0 80px;
  }
}

.mainContents .agreement-top-bg {
  position: absolute;
  top: -1vw;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement-top-bg {
    position: absolute;
    top: -2.6vw;
    left: 0;
    width: 100%;
  }
}

.mainContents .agreement-container {
  width: 60%;
  max-width: 700px;
  margin: auto;
  border-radius: 23px;
  border: 2px solid #ff7200;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement-container {
    width: 90%;
  }
}

.mainContents .agreement-container h2 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px;
  text-align: center;
  background-color: #ff7200;
  color: white;
  font-size: 110%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.mainContents .agreement-detail {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 25px;
  background-color: white;
  height: 250px;
  overflow-y: scroll;
  line-height: 170%;
  font-weight: bold;
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement-container h2 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .mainContents .agreement-detail {
    height: 380px;
    font-size: 90%;
    padding: 20px;
    line-height: 25px;
  }
}

.mainContents .agreement-detail-inner {
  background-color: white;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mainContents .agreement-detail h3 {
  margin: 1% 0 0;
}

.mainContents .agreement-detail p {
  margin: 0% 0 3%;
}

.mainContents .agreement-detail a {
  color: #009FFF;
  text-decoration: underline;
}

.mainContents .agreement-subtext {
  width: 60%;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement-subtext {
    width: 92%;
    margin: 8% auto 2%;
  }
}

.mainContents .agreement-subtext h3 {
  margin: 7% auto 3%;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mainContents .agreement-subtext h3 {
    margin: 12% auto 6%;
  }
}

.mainContents .agreement-subtext p {
  margin: 3% auto 2%;
  font-size: 90%;
  line-height: 170%;
  padding: 0 5%;
}

.mainContents .agreement-link {
  color: #009FFF;
}

.followPageTop {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 5000 !important;
  display: none;
}

.followPageTop p a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #e60012;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff url(../img/cp_iitoko/icon_pagetop.png) no-repeat 50% 50%;
  -webkit-background-size: 18px 12px;
  background-size: 18px 12px;
}
