@charset "utf-8";

body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    font-family: "UDTypos515 Std", "LogoTypeGothic7", "LogoType7", "BIZ UDGothic", "sans-serif";
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: "UDTypos515 Std";
  src: url("../font/UDTypos515Std-Regular.otf") format("opentype");
}
@font-face {
  font-family: "LogoTypeGothic7";
  src: url("../font/07LogoTypeGothic7.ttf") format("truetype");
}
@font-face {
  font-family: "LogoType7";
  src: url("../font/LogoType7.otf") format("opentype");
}

p {
    margin: 0;
}

.l-wrapper {
  position: relative;
}

.l-container-left {
  display: none;
}
.l-container-right {
  display: none;
}



  .l-main_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    color: #f69;
  }
  .l-main{
    background: rgb(var(--color-grayscale-300));
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .l-main-wrap {
    width: 100%;
  }
  .l-main_top {
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    padding-top: 5vh;
    background: white;
  }
  .l-main_top_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 25px;
    line-height: 35px;
    text-align: left;
    color: #f69;
    height: 350px;
  }
  .l-main_top_img {
    position: relative;
    right: 20px;
  }
  .l-main-top_img_s {
    position: absolute;
    left: 82%;
    bottom: 5%;
  }

.l-main__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background: #FFF2F3;
  padding: 5% 0;
}
.l-main-img-wrap {
  width: 100%;
}
.l-main-step{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l-main-step-title {
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  color: #955e1f;
  font-weight: lighter;
}
.l-main-subtitle {
  text-align: center;
  color: #955e1f;
  font-size: 23px;
  line-height: 25px;
  margin: 0;
  font-weight: lighter;
}

/*
.l-main-low {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: white;
  padding: 10px 0;
  z-index: 100;
}
.l-main-low img {
  height: 80%;
}
*/




#step1 {
  display: block;
}
#step2 {
  display: none;
}
#step3 {
  display: none;
}
#step4 {
  display: none;
}
#thanks {
  display: none;
}

.c-form-bg {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background: #FFF2F3;
}

.c-form-box1 {
  width: 325px;
  height: 460px;
  background: #fff;
  border: 1px solid #955e1f;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
.c-form-box2 {
    width: 325px;
    height: 1000px;
    background: #fff;
    border: 1px solid #955e1f;
    border-radius: 5px;
    margin: auto;
    position: relative;
}
.c-form-box3 {
    width: 325px;
    height: 400px;
    background: #fff;
    border: 1px solid #955e1f;
    border-radius: 5px;
    margin: auto;
    position: relative;
}

.c-form-box4 {
    width: 325px;
    height: 700px;
    background: #fff;
    border: 1px solid #955e1f;
    border-radius: 5px;
    margin: auto;
    position: relative;
}

.c-form-box5 {
    width: 325px;
    height: 150px;
    background: #fff;
    border: 1px solid #955e1f;
    border-radius: 5px;
    margin: auto;
    position: relative;
}

.c-form-box-top {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 50px;
  height: 30px;
  transform: translateX(-50%);
  border-radius: 3rem 3rem 0 0;
  border: 1px solid #955e1f;
  border-bottom: transparent;
  padding: 0.5rem 1rem 0.5rem 1rem;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
}
.c-form-box_step {
  display: block;
  font-size: 14px;
  color: #f69;
}
.c-form-box_number {
  display: block;
  margin-top: 0;
  font-size: 25px;
  color: #f69;
}
.c-form-box-contets {
  margin-top: 2rem;
}
.c-form-box_question {
  text-align: center;
}
.c-form-box_question_text {
  font-size: 20px;
  color: #955e1f;
}
.c-form-box_question_text_sub {
  display: flex;
  justify-content: left;
  margin-top: 1rem;
  margin: 1rem;
}
.c-form-box_question_text_sub1 {
  font-size: 14px;
  color: #ffbf00;
}
.c-form-box_answer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem;
}
.c-form-box_answer input {
  display: none;
}
.c-form-box_answer label {
  margin-top: 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #f69;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.27);
}
.c-form-box_answer span {
  width: 115px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  color: #f69;
}
.c-form-box_answer input:checked + span {
  color: #FFF; 
  background: #FBB; 
  border: 1px solid #FBB; 
}

.c-form-box-items {
    padding: 0 2rem;
    text-align: start;
}
.c-form-box-items_content {
    margin-top: 10px;
}

.c-form-box-items-text {
    font-size: 10px;
    text-align: center;
    color: #f69;
}
.c-form-box-items-text_sub1 {
    font-size: 7px;
    color: #955e1f;
    padding-left: 1rem;
}
.c-form-box-items-text_sub2 {
    font-size: 7px;
    padding-left: 1rem;
    color: #FF0000;
}
.c-form-box-items-text_sub3 {
    font-size: 7px;
    padding-left: 1rem;
    color: #FFBF00;
}
.c-form-box-items input {
    width: 250px;
    height: 34px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #955e1f;
    color: #955e1f !important;
}
.c-form-box-items_prefecture {
  width: 250px;
  height: 34px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #955e1f;
  color: #955e1f !important;
}

.c-form-box-items textarea {
  width: 250px;
  height: 70px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #955e1f;
  color: #955e1f;
  font-size: 7px;
}

/*
.c-form-box-items select {
    width: 60px;
    height: 34px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #955e1f;
    color: #955e1f !important;
}
*/

#select_year, #select_month, #select_day {
  width: 60px;
  height: 34px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #955e1f;
  color: #955e1f !important;
}

.c-form-box-items_select {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color:#955e1f
}

.c-form-box_space {
    width: 100%;
    margin-top: 3rem;
}
.c-form-box-border {
  margin: 2rem;
  border: 1px solid #C6C6C6;
}

.c-form-button {
  width: 325px;
  margin: auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.c-form-button_right {
  width: 170px;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #f69;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.27);
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-left: auto;
}

.error_message {
  color: red;
  display: none;
}
.c-form-thanks-content {
   padding: 2rem 2rem; 
}

.c-form-thanks-content-text {
    font-size: 13px;
    text-align: center;
    color: #955e1f;
}


.l-main__inner_sub {
    padding-top: 8rem;
}
.c-form-box_question_text_sub2 {
    color: #FF0000;
}


.l-main_footer_company{
  width: 100%;
  border-top: 1px solid #955e1f;
  align-items: center;
  box-sizing: border-box;
  line-height: 4vh;
  background: #FFF2F3;
  padding-top: 3vh;
  padding-bottom: 5vh;
}
.l-main_footer_company-name {
  padding: 2vh;
}
.l-main_footer_company-text1 {
  font-size: 20px;
  color: #595959;
  text-align: center;
}
.l-main_footer_company-text2 {
font-size: 15px;
color: #595959;
text-align: center;
}
.l-main_footer_company-text3 {
  font-size: 12px;
  color: #595959;
  text-align: center;
  line-height: 2vh;
  padding-top: 1vh;
}


#target {
  /*scroll-behavior: smooth; */
  overflow: scroll; 
}



@media (min-width: 1250px) {
  .l-wrapper {
    background: url(../img/bg.png) no-repeat center/cover;
    display: flex;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  .l-outer {
      max-width: 30vw;
      /*width: 25vw; */
      width: auto;
      max-height: 80vh;
      overflow: scroll;
      filter: drop-shadow(0px 0px 40px rgba(153, 148, 128, 0.5));
      box-sizing: border-box;
      border-radius: 20px;
  }
  .l-main-low {
      display: none;
  }
  .l-container-right__notice {
    background: url(../img/notice_bg.png) no-repeat center / cover;
    /*
    position: absolute;
    top: -45vh;
    left: -5vh;
    width: 15vh;
    height: 15vh;
    line-height: 4vh;
    align-content: center;
    */
    position: absolute;
    top: -95vh;
    right: 68vh;
    width: 15vh;
    height: 15vh;
    line-height: 4vh;
    align-content: center;
  }
  .l-container-right__notice-text {
    font-size: 1vw;
    text-align: center;
    color: #955e1f;
  }
  .l-container-right__notice-timer {
    font-size: 2vw;
    text-align: center;
    color: #955e1f;    
  }
  .l-container-right__notice-timer::before {
    display: inline-block;
    content: url(../img/timer.png);
    vertical-align: middle;
    transform: scale(0.7);
  }

  .l-container-right__company {
    position: fixed;
    right: 2.6vw;
    bottom: 1vw;
    border-radius: 20px;
    align-items: center;
    width: 25vw;
    box-sizing: border-box;
    line-height: 3vh;
}
.l-container-right__company-name {
    padding: 1vh;
}
.l-container-right__company-text1 {
    /* font-size: 1.5vw; */
    font-size: 1.2vw;
    color: #595959;
    text-align: center;
}
.l-container-right__company-text2 {
  /* font-size: 1vw; */
  font-size: 0.8vw;
  color: #595959;
  text-align: center;
}
.l-container-right__company-text3 {
  font-size: 0.6vw;
  color: #595959;
  text-align: center;
  line-height: 2vh;
}


.l-container-left {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.l-container-left__logo {
  width: 20vw;
  height: 15vh;
  align-content: center;
  position: fixed;
  top: 0;
  left: 1vw;
}
.l-container-left__logo img {
  width: 18vw;
  height: auto;
}

.l-container-left-wrap {
  position: absolute;
  width: 30vw;
}
.l-container-left__text {
  font-size: 40px;
  text-align: center;
  color: #955e1f;
}
.l-container-left__text-style {
  font-size: 60px;
  color: #FF6699;
}
.l-container-left__text-style2 {
  padding-left: 12vw;
}

.l-container-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.l-container-right__star {
  display: flex;
  text-align: right;
  position: fixed;
  top: 1vh;
  right: 1vw;
}
.l-container-right__star-bg {
  width: 10vw;
  height: 10vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  background: url(../img/star.png) no-repeat center / contain;
  align-items: center;
  justify-content: center;
}
.l-container-right__star-text {
  font-size: 20px;
  line-height: 2vw;
  padding-top: 2vh;
  text-align: center;
  color: #955e1f;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.l-container-right__star-text span{
  line-height: 0;
}
.c-form-bg {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background: #FFF2F3;
}
.c-form-box-items textarea {
  height: 100px;
}
.l-main_footer {
  display: none;
}
.l-main-low {
  display: none;
}
}
