@charset "utf-8";

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
}

footer {
  padding: 100px 0 70px 0;
}

a {
  opacity: 1;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

@media screen and (max-width: 768px) {

  body {
  }

}

/*---------------------------------------------------------------------------------------------

FLEX

---------------------------------------------------------------------------------------------*/

.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jt-end {
  -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {

  .sp_noflex {
    display: block;
  }

  .sp_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

/*---------------------------------------------------------------------------------------------

PC

---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

/*---------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}

/*---------------------------------------------------------------------------------------------

コンテンツ

---------------------------------------------------------------------------------------------*/

.fix_header {
  position: fixed;
  max-width: 876px;
  width: 95%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  transition: opacity .3s ease, visibility .3s ease;
}

.fix_header.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.head_btn_blue {
  color: #004DA1;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  position: relative;
  max-width: 433px;
  width: 49%;
  border-radius: 10px;
  border: 2px solid #004DA1;
  background: #FFF;
  box-shadow: 0 69px 19px 0 rgba(0, 0, 0, 0.00), 0 44px 18px 0 rgba(0, 0, 0, 0.01), 0 25px 15px 0 rgba(0, 0, 0, 0.05), 0 11px 11px 0 rgba(0, 0, 0, 0.09), 0 3px 6px 0 rgba(0, 0, 0, 0.10);
  transition: .3s;
}

.head_btn_blue:hover {
  opacity: 1;
  border: 4px solid #004DA1;
}

.head_btn_blue::after {
  position: absolute;
  content: "";
  background: url("../img/ico_head01.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.head_btn_red {
  color: #CD3F22;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2;
  position: relative;
  max-width: 433px;
  width: 49%;
  border-radius: 10px;
  border: 2px solid #CD3F22;
  background: #FFF;
  box-shadow: 0 69px 19px 0 rgba(0, 0, 0, 0.00), 0 44px 18px 0 rgba(0, 0, 0, 0.01), 0 25px 15px 0 rgba(0, 0, 0, 0.05), 0 11px 11px 0 rgba(0, 0, 0, 0.09), 0 3px 6px 0 rgba(0, 0, 0, 0.10);
  transition: .3s;
}

.head_btn_red:hover {
  opacity: 1;
  border: 4px solid #CD3F22;
}

.head_btn_red::after {
  position: absolute;
  content: "";
  background: url("../img/ico_head02.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mv_wrap {
  position: relative;
  background: url("../img/bg_mv.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 15%;
  /* z-index: 1; */
}

.mv_head {
  max-width: 1036px;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}

.mv_head p {
  text-align: center;
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 6px;
  padding: 0 35px;
}

.mv_head p::before {
  position: absolute;
  content: "";
  background: url("../img/mv_bar_left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 21px;
  height: 50px;
  top: 0;
  left: 0;
}

.mv_head p::after {
  position: absolute;
  content: "";
  background: url("../img/mv_bar_right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 21px;
  height: 50px;
  top: 0;
  right: 0;
}

.mv_img {
  max-width: 1140px;
    width: 90%;
    margin: auto;
    margin-bottom: 80px;
}

.mv_txt {
  color: #E1726D;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 3.2px;
  text-align: center;
  margin-bottom: 100px;
}

.mv_info_box {
  position: relative;
  max-width: 850px;
    width: 90%;
    margin: auto;
    display: block;
    background: #FFF;
    border-radius: 11px;
    z-index: 3;
}

.mv_info_tit {
  position: absolute;
  text-align: center;
  max-width: 570px;
  width: 90%;
  background: #CD3F22;
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  border-radius: 30px;
  top: -30px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mv_info_main {
  padding: 55px 30px 30px 30px;
}

.mv_info_main img {
  width: 48%;
}

.mv_info_main p {
  width: 48%;
  color: #CD3F22;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}

.mv_info_link {
  border-radius: 0 0 11px 11px;
  background: #CD3F22;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3;
}

.main_wrap {
  position: relative;
  background: #FFF9F0;
  z-index: 2;
}

.bg_top {
  position: relative;
  margin-top: -20%;
  z-index: 2;
}

.bg_top img {
  max-width: auto;
  width: 100%;
}

.bg_bottom img {
  max-width: auto;
  width: 100%;
}

.main_cont {
  max-width: 990px;
  width: 90%;
  margin: auto;
  margin-bottom: 70px;
}

.main_cont.mb0 {
  margin-bottom: 0;
}

.main_tit {
  position: relative;
    color: #4E8EC7;
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: 2;
    margin-bottom: 30px;
    padding-left: 40px;
}

.main_tit::before {
  position: absolute;
  content: "";
  background: url("../img/ice_clack.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 34px;
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_tit::after {
  position: absolute;
  content: "";
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  width: calc(100% - 19.5rem);
  height: 7.5px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_tit.chr2::after {
  position: absolute;
  content: "";
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  width: calc(100% - 37rem);
  height: 7.5px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_tit.chr3::after {
  position: absolute;
  content: "";
  background: url("../img/dot.svg");
  background-repeat: repeat-x;
  width: calc(100% - 26rem);
  height: 7.5px;
  top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main_txt_box {
  margin-left: 40px;
}

.main_txt1 {
  font-size: 1.8rem;
    line-height: 2;
}

.main_txt2 {
  font-size: 2.2rem;
    line-height: 2;
}

.main_txt3 {
  font-size: 2.8rem;
  line-height: 1.5;
}

.red {
  color: #BF4242;
}

.how_box {
  position: relative;
    max-width: 875px;
    background: #FFF;
    border-radius: 15px;
    margin: auto;
    margin-bottom: 45px;
}

.how_box.gift {
  margin: auto;
  margin-top: 80px;
}

.how_number {
  position: absolute;
  top: -10px;
  left: -20px;
}

.how_img {
  width: 35%;
}

.how_img.pd {
  padding: 25px;
}

.how_img01 {
  max-width: 187px;
  display: block;
  margin: auto;
}

.how_img02 {
  max-width: 222px;
  display: block;
  margin: auto;
}

.how_img03 {
  max-width: 200px;
  display: block;
  margin: auto;
}

.how_txt {
  width: 65%;
  padding: 25px;
}

.gif_bar {
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 5px 0 10px 0;
}

.gif_bar.gif_a {
  background: #BEB264;
}

.gif_bar.gif_b {
  background: #9E9E9E;
}

.gif_bar.gif_c {
  background: #A4664E;
}

.gif_bar.gif_d {
  background: #4C8360;
}

.gif_bar.gif_e {
  background: #4E5DA4;
}

.gif_img {
  width: 30%;
  padding: 30px;
}

.gif_txt {
  width: 70%;
  padding: 30px;
  padding-left: 0;
}

.gif_read {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.gif_main {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
  text-decoration: underline;
  text-decoration-color: #FFF2AA;
  text-decoration-thickness: 7px;
  text-underline-offset: -5px;
  margin: 10px 0 15px 0;
  text-decoration-skip-ink: none;
}

.gif_main .middle {
  font-size: 2.4rem;
  line-height: 1.8;
}

.gif_main span {
  text-decoration: underline;
    text-decoration-color: #FFF2AA;
    text-decoration-thickness: 7px;
    text-underline-offset: -5px;
    text-decoration-skip-ink: none;
}

.big_red {
  color: #BF4242;
  font-size: 4rem;
}

.gif_info {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 1px;
}

.gif_number {
  position: absolute;
  width: 118px;
  top: -35px;
  right: -35px;
}

.gif_detail {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 45px;
}

.gif_detail p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.gif_small {
  font-size: 1.2rem;
  margin: 10px 0;
  display: block;
}

.coution_txt {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
}

.coution_txt span {
  color: #4E8EC7;
}

.bottom_btn_blue {
  max-width: 644px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  color: #004DA1;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 3.2px;
  border-radius: 15px;
  border: 2px solid #004DA1;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 106px 30px 0 rgba(0, 0, 0, 0.00), 0 68px 27px 0 rgba(0, 0, 0, 0.01), 0 38px 23px 0 rgba(0, 0, 0, 0.05), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 4px 9px 0 rgba(0, 0, 0, 0.10);
}

.bottom_btn_blue::after {
  position: absolute;
  content: "";
  background: url("../img/btn_icon01.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.bottom_btn_red {
  max-width: 644px;
  width: 90%;
  margin: auto;
  position: relative;
  color: #CD3F22;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 3.2px;
  border-radius: 15px;
  border: 2px solid #CD3F22;
  background: #FFF;
  padding: 15px;
  box-shadow: 0 106px 30px 0 rgba(0, 0, 0, 0.00), 0 68px 27px 0 rgba(0, 0, 0, 0.01), 0 38px 23px 0 rgba(0, 0, 0, 0.05), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 4px 9px 0 rgba(0, 0, 0, 0.10);
}

.bottom_btn_red::after {
  position: absolute;
  content: "";
  background: url("../img/btn_icon02.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.top_back {
  position: fixed;
  width: 66px;
  right: 5%;
  bottom: 15%;
  z-index: 3;
}

.copy {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv_wrap {
    padding-top: 30px;
  }
  .mv_img {
    margin-bottom: 0;
  }
  .mv_head p {
    font-size: 2rem;
    text-align: center;
  }
  .mv_info_tit {
    font-size: 1.8rem;
    top: -20px;
  }
  .mv_info_main {
    padding: 50px 20px;
    display: block;
  }
  .mv_info_main img {
    width: 100%;
  }
  .mv_info_main p {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .mv_info_link {
    font-size: 1.6rem;
  }
  .mv_txt {
    width: 90%;
    margin: auto;
    margin-bottom: 80px;
    font-size: 2.4rem;
  }
  .main_tit {
    font-size: 2.4rem;
    padding-left: 30px;
  }
  .main_tit::before {
    width: 24px;
    height: 30px;
    top: 52%;
  }
  .main_tit::after {
    width: calc(100% - 15rem);
  }
  .main_tit.chr2::after {
    width: calc(100% - 29rem);
  }
  .main_tit.chr3::after {
    width: calc(100% - 21rem);
  }
  .main_txt_box {
    margin-left: 0;
  }
  .main_txt1 {
    font-size: 1.6rem;
  }
  .main_txt2 {
    font-size: 1.8rem;
  }
  .main_txt3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .how_box {
    flex-flow: column-reverse;
    margin-top: 60px;
  }
  .how_number {
    width: 45px;
    height: 45px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .how_img {
    width: 100%;
  }
  .how_txt {
    width: 100%;
    padding-top: 50px;
  }
  .gif_number {
    width: 70px;
    right: 0;
    top: -50px;
  }
  .gif_box {
    flex-flow: column;
  }
  .gif_img {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .gif_txt {
    width: 100%;
    padding: 20px;
  }
  .gif_read {
    font-size: 1.4rem;
  }
  .gif_main .middle {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .gif_main {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .gif_c.gif_box {
    padding: 0;
  }
  .big_red {
    font-size: 3.2rem;
  }
  .gif_info {
    font-size: 1.6rem;
  }
  .coution_txt {
    font-size: 1.6rem;
  }
  .bottom_btn_blue,
  .bottom_btn_red {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .top_back {
    width: 45px;
    right: 10px;
    bottom: 15%;
  }
  .head_btn_blue,
  .head_btn_red {
    font-size: 1.2rem;
    padding: 10px 0 25px 0;
    text-align: center;
    line-height: 1.5;
  }
  .head_btn_blue::after,
  .head_btn_red::after {
    top: auto;
    bottom: 5px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .fix_header {
    bottom: 15px;
  }

}