@charset "UTF-8";
/* CSS Document */


/***********************************************************
共通
***********************************************************/


article {
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #72caf2;
}


h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  background-color: inherit;
}


img {
  max-width: 100%;
  height: auto;
}

br.sp {
  display: none;
}

body {
  /* background-image: url("../img/bg.webp");
  background-position: center top;
  background-size: 2000px auto;
  background-repeat: repeat-y; */
}


.form_art {
  padding-top: 90px;
  /* background: url() repeat;
  background-position: center top;
  background-size: cover; */
}

.form_art > .main {
  max-width: unset;
  width: 100% !important;
  background-image: url(https://stg.shinryo.com/sponsor/cp11/assets/img/bg.png);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* fv画像 */
.fv-txt01 {
  max-width: 500px;
  margin: auto;
}

.index_main .fv_ttl00 {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 17px;
  width: fit-content;
  padding: 0 20px;
  margin: 8px auto 30px;
}

.index_main .index_close {
  max-width: 534px;
  margin: 0 auto;
  padding: 25px 20px 50px;
}

.index_cont .index_close {
  max-width: 340px;
  margin: 0 auto;
  padding: 45px 20px 10px;
}

.index_main h1 {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.index_main h1 img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.fv_img01 {
  max-width: 1200px;
  margin: 0;
}

.fv_img01+p {
  font-size: 17px;
  text-align: center;
  margin-top: 5px;
  letter-spacing: -0.03em;
}

.fv_img02 {
  margin: -10px auto 0;
}

.fv_img03 {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.fv_img04 {
  margin-top: -83px;
}

.fv_img04+p {
  background: #101e2c;
  color: #fff;
  text-align: center;
  padding: 10px 20px 5px;
  border-radius: 20px;
  /* display: inline-block; */
  margin: -50px auto 23px;
  width: fit-content;
  font-size: 16px;
  /* letter-spacing: 0em; */
}

.fv_img05 {
  max-width: 710px;
  margin: auto;
}



.border_01 {
  padding: 0 20px 4px;
  position: relative;
}

.border_02 {
  padding: 0 30px 20px;
}

.border_01:before,
.border_01:after,
.border_02:before,
.border_02:after {
  content: "";
  height: 20px;
  width: 20px;
  background: url(img/bg_waku-pc.png) #ffffff;
  background-size: contain;
  display: block;
  position: absolute;
}

/* 左上キラキラ */
.border_01:before {
  background: url(./img/top_l.png) no-repeat;
  background-size: contain;
  top: -7px;
  left: -9px;
}

/* 右上キラキラ */
.border_01:after {
  background: url(./img/top_r.png) no-repeat;
  background-size: contain;
  top: -6px;
  right: -8px;
}

/* 左下キラキラ */
.border_02:before {
  background: url(./img/bottom_l.png) no-repeat;
  background-size: contain;
  bottom: -8px;
  left: -13px;
}

/* 右下キラキラ */
.border_02:after {
  background: url(./img/bottom_r.png) no-repeat;
  background-size: contain;
  bottom: -7px;
  right: -12px;
}

/* キラキラ装飾 */

.border_01_inner,
.border_02_inner {
  position: relative;
}

.border_01_inner:before {
  content: "";
  background: url(./img/line_ver.png) repeat-y;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 99%;
  left: -15px;
  top: 10px;
}

.border_01_inner:after {
  content: "";
  background: url(./img/line_ver.png) repeat-y;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 99%;
  right: -15px;
  top: 10px;
}

.border_02_inner:before {
  content: "";
  background: url(./img/line_hori.png) repeat-x;
  background-size: contain;
  position: absolute;
  width: 103%;
  height: 10px;
  left: -15px;
  top: -55px;
}

.border_02_inner:after {
  content: "";
  background: url(./img/line_hori.png) repeat-x;
  background-size: contain;
  position: absolute;
  width: 103%;
  height: 10px;
  left: -15px;
  bottom: -36px;
}

/* /キラキラ装飾 */

.form_main h1+p {
  font-size: 17px;
  text-align: center;
}

.frame_gold {
  position: relative;
  background: rgb(181, 126, 16);
  background: linear-gradient(90deg, rgba(242, 165, 0, 1) 13%, rgba(248, 222, 102, 1) 32%, rgba(248, 222, 102, 1) 60%, rgba(242, 165, 0, 1) 86%);
  padding: 7px;
}

.frame_blue{
  background-color: #0086d2;
  padding: 7px;
}

.frame_gold_inner {
  background-color: #fff;
  padding: 70px 0 60px;
}

/* .deco_upper::before,
.deco_upper::after,
.deco_bottom::before,
.deco_bottom::after {
    content: "";
    width: 65px;
    height: 65px;
    display: block;
    background-image: url(./img/frame_gold_deco.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
} */

.deco_upper::before {
  top: 0;
  left: 0;
}

.deco_upper::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.deco_bottom::before {
  left: 0;
  bottom: 0;
  transform: rotate(270deg);
}

.deco_bottom::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .frame_gold {
    padding: 8px;
  }

  .deco_upper::before,
  .deco_upper::after,
  .deco_bottom::before,
  .deco_bottom::after {
    content: "";
    width: 40px;
    height: 40px;

  }
}

/********************************
Tablet
********************************/

@media screen and (min-width: 768px) and (max-width: 980px) {}

/********************************
SP
********************************/
@media screen and (max-width: 767px) {
  article.form_art {
    padding-top: 70px;
    padding-bottom: 0;
  }

  br.sp {
    display: block;
  }

  .border_01,
  .border_02 {
    border: none;
  }

  .border_01 {
    padding: 0 15px 4px;
  }

  .border_02 {
    padding: 0 0px 20px;
  }

  .border_01:before,
  .border_01:after,
  .border_02:before,
  .border_02:after {
    display: none;
  }
}

/***********************************************************
フォーム
***********************************************************/


.form_wrap {
  padding: 0 0 15px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* background: rgb(239, 226, 238);
    background: linear-gradient(90deg, rgba(239, 226, 238, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(239, 226, 238, 1) 100%);
    border: 2px solid #c49d61; */
  border-radius: 40px;
  position: relative;
}

.fv-txt {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.015em;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #1e1e1e;
  z-index: 2;
}

/* .form_wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 98%;
    border: 2px solid #c49d61;
    transform: translate(-50%, -50%);
    border-radius: 20px;
} */

.form_main {
  width: 100%;
  margin: auto;
  /* padding: 80px 50px 0; */
  box-sizing: border-box;
}

.form_main h1 img {
  width: 100%;
}

.form_main .fv_img02 img {
  max-width: 470px;
  width: 100%;
  margin: 20px 0 10px;
}

.form_main .fv_img2.active {
  margin: 0;
}

.form_limit {
  text-align: center;
  font-size: 34px;
  color: #ffe3ed;
  font-weight: bold;
  padding: 15px 20px 0;
  letter-spacing: -1px;
}

.form_cont {
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* background: rgb(239, 226, 238);
    background: linear-gradient(90deg, rgba(239, 226, 238, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(239, 226, 238, 1) 100%); */
}

.form_cont .form_ttl,
.form_content .form_ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin: 20px 10px 20px;
}

.form_txt01 {
  font-size: 18px;
  text-align: center;
}

.form_txt01.pink {
  margin-bottom: 30px;
  background-color: #d5effe;
  padding: 10px;
  font-weight: 500;
}


.form_txt02 {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px;
}

.form_txt_thanks1 {
  font-size: 26px;
  text-align: center;
}

.form_h2 {
  font-size: 28px;
  background-color: #0086d2;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 20px 10px 15px;
  margin-bottom: 60px;
  border-radius: 40px 40px 0 0;
}

.form_content h3,
.form_content+h3,
.form_ans+h3 {
  padding: 10px;
  margin-bottom: 30px;
  background-color: #0086d2;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}

.form_flow {
  max-width: 410px;
  margin: 20px auto 30px;
  text-align: center;
}

.form_txt_lead {
  text-align: center;
  font-size: 16px;
}

.form_txt_name {
  width: 2.2em;
  display: inline-block;
  text-align: right;
}

.form_quiz {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.form_cellTtl {
  font-weight: bold;
}

.required {
  margin-right: 0.5em;
  padding: 0 0.5em;
  background-color: #f00;
  color: #fff;
  display: inline-block;
}

.form_cont input[type=text] {
  font-size: 1rem;
  padding: 0.5em;
  border: #C1C1C1 solid 1px;
  box-sizing: border-box;
}

.form_cont input.input_type1 {
  width: 20em;
  max-width: 100%;
}

.form_cont input.input_type2 {
  width: 100%;
}

.form_cont input.input_name {
  width: 8em;
}

.form_cont input.input_postal1 {
  width: 4em;
}

.form_cont input.input_postal2 {
  width: 5em;
}

.form_cont input.input_tel {
  width: 5em;
}

.form_cont select,
.form_cont label {
  margin: 0.5em 0;
  display: inline-block;
}

.form_totop {
  width: 348px;
  height: 65px;
  margin: 100px auto 35px;
  background: #999997;
}

.form_totop.pink {
  background-color: #d5effe;
}

.form_totop a {
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.form_totop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.error {
  display: block;
  color: #f00;
}

.index_application,
.cp_tosponsor,
.form_btnbox p {
  width: 100%;
  max-width: 350px;
  margin: 3em auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.index_application:hover,
.cp_tosponsor:hover,
.form_btnbox p:hover {
  opacity: 0.8;
}

.index_application input,
.cp_tosponsor input,
.form_btnbox input {
  width: 100%;
  height: auto;
}

.form_btnbox input {
  background-color: #0086d2;
}

/* 枠線 */
.border_01.kanryo {
  padding: 4px;
  position: relative;
  /* border: 1px solid #b88649; */
  border-radius: 20px;
}

.kv_form {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .kv_form {
    padding-top: 70px;
  }
}

.kv_form .img img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}

.kv_form .img {
  margin-bottom: 100px;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  aspect-ratio: 11 / 5;
}

.btn_entry {
  max-width: 300px;
  margin: auto;
  margin-top: 50px;
}

.btn_entry input,
.btn_entry a {
  cursor: pointer;
  background-color: #ff0000;
  text-align: center;
  font-size: 22px;
  display: block;
  width: 100%;
  color: #ffffff !important;
  text-decoration: none;
  border: solid 2px #ffffff;
  padding: 15px 10px;
  letter-spacing: -0.03em;
  background-image: url(assets/img/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 8.51% top 52%;
  background-size: 2% auto;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}

.btn_entry input:hover,
.btn_entry a:hover {
  background-color: #ffffff;
  color: #ed85a7 !important;
  border: solid 2px #ed85a7;
  box-shadow: 0 0 20px 0 rgba(256, 256, 256, 0.8);
  background-image: url("assets//img/icon_btn_arrow_on.png");
  background-position: right 6% top 52%;
}

.btn_back input {
  cursor: pointer;
  background-color: #ffffff;
  text-align: center;
  font-size: 22px;
  display: block;
  width: 100%;
  color: #ed85a7 !important;
  text-decoration: none;
  border: solid 2px #ed85a7;
  padding: 15px 10px;
  letter-spacing: -0.03em;
  background-image: url("assets//img/icon_btn_arrow_on.png");
  background-repeat: no-repeat;
  background-position: right 8.51% top 52%;
  background-size: 2% auto;
  transition: all 0.5s ease;
  z-index: 2;
  position: relative;
}

.btn_back input:hover {
  background-color: #ff0000;
  color: #ffffff !important;
  border: solid 2px #ffffff;
  box-shadow: 0 0 20px 0 rgba(256, 256, 256, 0.8);
  background-image: url(assets/img/icon_btn_arrow.png);
  background-position: right 6% top 52%;
}

.form_cellInput input {
  margin-bottom: 10px !important;
}

@media print,
all and (min-width: 768px) {

  .index_cont {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    padding: 0 40px;
    box-sizing: border-box;
  }

  /* .form_main h1 {
        width: 100%;
        max-width: 1020px;
        margin: auto;
        padding: 0 20px;
        box-sizing: border-box;
    } */

  .form_ans dl {
    margin: 3em 0;
    text-align: center;
  }

  .form_ans dl dt,
  .form_ans dl dd {
    margin: 0 1em;
    display: inline-block;
    vertical-align: top;
  }

  .form_cellWrap {
    padding: 1em 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }

  .form_cellTtl {
    width: 15em;
    padding: 0.5em;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .notreq {
    width: 14.5em;
    padding-left: 4em;
  }

  .form_cellInput {
    width: calc(100% - 2em);
  }

  .form_cellInput.chk {
    padding: 0.5em;
  }

  .form_btnbox {
    width: 100%;
    max-width: 725px;
    margin: 3em auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
  }

  .form_btnbox p {
    width: 45%;
  }

  .form_txt_thanks2 {
    font-size: 1rem;
    text-align: center;
  }

  .form_txt_thanks3 {
    font-size: 0.8rem;
    text-align: center;
  }

  .form_txt_thanks3 a {
    color: #03f;
  }

  .mail_span {
    display: block;
    text-align: right;
    padding-right: 1em;
  }
}

@media screen and (max-width: 1024px) {

  /* 内側のゴールドのライン */
  .form_wrap:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98.8%;
    border-radius: 27px;
  }

  .border_01_inner:before {
    content: "";
    width: 7px;
    left: -19px;
  }

  .border_01_inner:after {
    content: "";
    width: 7px;
    right: -19px;
  }

  /* 上のキラキラ */
  .border_02_inner:before {
    content: "";
    height: 7px;
    left: -15px;
    top: -58px;
  }

  /* 上のキラキラ */
  .border_02_inner:after {
    content: "";
    height: 7px;
    left: -15px;
    bottom: -38px;
  }

  /* ====== 四角 ======*/
  .border_01:before {
    top: -10px;
    left: -11px;
  }

  .border_01:after {
    top: -10px;
    right: -10px;
  }

  .border_02:before {
    bottom: -13px;
    left: -14px;
  }

  .border_02:after {
    bottom: -15px;
    right: -13px;
  }
}


@media screen and (max-width: 782px) {
  .form_quiz {
    /* width: 56%; */
  }
}

@media screen and (max-width: 767px) {
  .fv-txt01 {
    max-width: 70%;
    margin-bottom: 15px;
  }

  .form_wrap {
    border-radius: 20px;
  }

  .form_h2 {
    font-size: 24px;
    padding: 15px 10px 10px;
    margin-bottom: 40px;
    border-radius: 20px 20px 0 0;
  }

  .index_contWrap {
    padding: 0 15px;
  }

  .fv-txt {
    font-size: 14px !important;
    padding: 15px 15px;
  }

  /* 20220930追記 */
  .form_main {
    /* padding: 20px 20px 0; */
  }

  .form_wrap {
    border-left: none;
    border-right: none;
  }

  .form_wrap:before {
    width: 100%;
    height: 98.7%;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .border_01_inner:before,
  .border_01_inner:after {
    content: none;
  }

  /* 上のキラキラ */
  .border_02_inner:before {
    top: -32px;
    width: 105%;
  }

  /* 確認画面の上のキラキラ */
  #kakunin.border_02_inner:before {
    top: -34px;
    width: 105%;
  }

  /* 下のキラキラ */
  .border_02_inner:after {
    bottom: -12px;
    width: 105%;
  }

  /* 確認画面の下のキラキラ */
  #kakunin.border_02_inner:after {
    bottom: -14px;
    width: 105%;
  }

  /* 上下両方 */
  .border_02_inner:before,
  .border_02_inner:after {
    left: 50%;
    transform: translate(-50%, 0);
  }

  .form_limit {
    font-size: 20px;
  }

  .form_cont {
    padding: 30px 20px;
  }

  .form_txt01 {
    font-size: 16px;
  }

  .form_ans {
    margin-top: 2em;
  }

  .form_ans dt {
    margin-bottom: 1em;
  }

  .form_cellTtl {
    margin: 2em 0 0.8em;
  }

  .form_cont .form_ttl {
    margin: 0;
    font-size: 20px;
  }

  .form_cont input.input_name {
    margin-bottom: 0.5em;
  }

  .form_cont input.input_type1,
  .form_cont input.input_type2 {
    width: 100%;
    max-width: 100%;
  }

  .form_txt_thanks1 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
  }

  .form_txt_thanks2 {
    font-size: 1rem;
  }

  .form_txt_thanks3 {
    font-size: 0.8rem;
  }

  .form_txt_thanks3 br {
    display: none;
  }

  .form_totop {
    width: 90%;
    margin: 65px auto 20px;
  }

  .form_totop a {
    font-size: 18px;
  }

  .form_content h3,
  .form_content+h3,
  .form_ans+h3 {
    font-size: 16px;
    padding: 7px;
  }

  br+.form_txt_name,
  br+.form_txt_name+input {
    margin-top: 5px;
  }

  .input_type2 {
    width: 90%;
  }

  /* 完了画面 */
  .border_01.kanryo {
    padding: 4px;
    position: relative;
    border: none;
    border-radius: 0;
  }

  .form_cont {
    position: relative;
  }

  /* 上 */
  .border_02_inner:before {
    top: -32px;
    width: 105%;
  }

  /* 下 */
  .border_02_inner.kanryo:after {
    bottom: -32px;
    width: 105%;
  }

}

@media screen and (max-width: 390px) {
  .form_h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.cp2601 .main h1, .cp2601 .main .title, .cp2601 .main .copy, .cp2601 .main .kv {
  opacity: 1;
}
.cp2601 {
  box-sizing: border-box;
  line-height: 1;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, serif;
  font-weight: 400;
  color: #555555;
  position: relative;
  -webkit-text-size-adjust: none;
  padding-top: 0;
}

.cp2601 .main {
  position: relative;
  background-image: url(../img/main_bg.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  max-width: unset;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .cp2601 .main {
      position: relative;
      background-image: url(../img/sp/main_bg.webp);
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      z-index: 2;
  }
}

.cp2601 .main_inner {
  max-width: 980px;
  margin: 0 auto;
}

.cp2601 .section {
  background-image: url(../img/bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -230px;
  position: relative;
  z-index: 1;
}
