@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}
figure { margin: 0; }
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
}
ul, ol {
  margin: 0;
  padding-left: 0;
}
ul li, ol li {
  margin-left: 0;
  list-style-type: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
a { text-decoration: none; }
a img {
  border: none;
  margin: 0;
  padding: 0;
}
p { margin: 0; }
img {
  line-height: 1;
  vertical-align: bottom;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
}
button {
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  border: none;
  -o-border-image: none;
  border-image: none;
  resize: none;
}

/*  共通スタイル
------------------------------------------------------------*/
html { font-size: 62.5%; }
body {
  font-size: 1.4rem;
  font-family: 'メイリオ','ヒラギノ角ゴ Pro W3',Meiryo,'ＭＳ Ｐゴシック',MS PGothic,sans-serif;
}
img{
  max-width: 100%;
}
* { box-sizing: border-box; }
.container {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.container::after {
  content: '';
  clear: both;
  display: table;
}
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

.display-sp{ display: none !important;}

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


/*  header
------------------------------------------------------------*/
.header .container .tag-line{
  font-size: 1.2rem;
  line-height: 1;

}

/*  footer
------------------------------------------------------------*/
.footer ul li a{
  color: #1470cc;
}

/*  メイン
------------------------------------------------------------*/
.main {
  font-family: 'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'ＭＳ Ｐゴシック',Osaka,Helvetica,Arial,sans-serif;
  display: block;
  width: 100%;
  margin: 0 auto;
}

/*  パンくず
------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  z-index: 3;
  background-color: rgba( 230, 58, 141, 0.55 );
}
.breadcrumb ul {
  font-size: 10px;
  letter-spacing: -0.4em;
  width: 1090px;
  margin: 0 auto;

}
.breadcrumb li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  color:#FFF;
}
.breadcrumb li a {
  color: #FFF!important;
  display: block;

}
.breadcrumb li a:after {
  display: inline-block;
  content: ">";
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .breadcrumb{
    display: none;
  }
}

/* OTHER
------------------------------------------------------------*/
.main .btn01{
  margin: 5.08% 0 0;
}
.main .txt01{
  font-size: 1.4rem;
  padding: 2.08% 0;
}
.main .txt01 a{
  color: #E63A8D;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .main .btn01{
    margin: 6.25% 0 0;
  }
  .main .txt01{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 6.25% 0 9.375%;
  }
}


/*  ENTRY BUTTON
------------------------------------------------------------*/
.btn01{
  text-align: center;
}
.btn01 a{
  display: inline-block;
  box-shadow: 0 10px 0 0 #000;
  border-radius: 0 0 14px 14px;
  margin: 0 0 10px;
}
.btn01 a img{
  transition: .2s ease-out;
}
.btn01 a:hover img{
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .btn01 a{
    box-shadow: 0 5px 0 0 #000;
    border-radius: 0 0 7px 7px;
    margin: 0 0 5px;
  }
  .btn01 a:hover img{
    transform: translateY(5px);
  }
}


/* MAINVISUAL
------------------------------------------------------------*/
/*@media screen and (min-width: 769px) {
  .mainvis .main_box .fadein1,
  .mainvis .main_box .fadein2{
    transition: opacity 1.2s ease-out;
    opacity: 0;
  }

  .loaded .mainvis .main_box .fadein1{
    transition-delay: 1.15s;
    opacity: 1;
  }
  .loaded .mainvis .main_box .fadein2{
    transition-delay: 1.3s;
    opacity: 1;
  }
}*/
.mainvis h1{ display: none;}
.mainvis{
  background: url(../img/bg.png) repeat-x left 0;
  background-size: 327px auto;
  position: relative;
  height: 790px;
  z-index: 2;
}
.mainvis:after{
  content: "";
  background: url(../img/main_boxlay.png) repeat-x left bottom;
  background-size: 800px auto;
  position: absolute;
  top: 29px;
  left: 49%;
  margin: 23px 0 0 65px;
  width: 800px;
  height: 320px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.mainvis #main_ph{
  background: url(../img/bg_wave.png) repeat-x center bottom;
  background-size: 1440px auto;
  height: 100%;
  width: 100%;
}
.mainvis .inner{
  max-width: 1090px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.mainvis .main_box{
  text-align: center;
  padding: 5.5% 20px 0;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.mainvis .main_box .title img.display-pc{
   opacity: 0;
}
.mainvis .main_box .period{
  margin: 2.5% 0 0;
  border: 2px solid #00B8EE;
  border-radius: 40px;
  padding: 3.12% 26% 1.45%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.mainvis .main_box .period > p{
  background-color: #fff23f;
  max-width: 280px;
  padding: 0 15px;
  margin: -15px auto 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mainvis .main_box .period > span:first-child{
  margin: 0 20px 0 0;
}
.mainvis .main_box .txt01 a{
  color: #E63A8D;
  text-decoration: underline;
}
.mainvis .main_box [class^="overimg"]{
  position: absolute;
  transition: opacity 0.6s ease;
  opacity: 0;
  z-index: -1;
}
.mainvis .main_box .overimg01{
  top: 12%;
  left: -6%;
  width: 17.6%;
}
.mainvis .main_box .overimg02{
  left: 91%;
  top: 14.5%;
  width: 16.8%;
}
.mainvis .main_box .overimg03{
  left: 0%;
  top: 5%;
  width: 100%;
}

.loaded .main_box .title img.display-pc{
  animation: scalebox 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 forwards;
}
.loaded .mainvis .main_box [class^="overimg"]{
  animation: bounce 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 1 alternate forwards;
}
.loaded .mainvis .main_box .overimg01{
  animation-delay: 0.7s;
  transition-delay: 0.7s;
}
.loaded .mainvis .main_box .overimg02{
  animation-delay: 1s;
  transition-delay: 1s;
}
.loaded .mainvis .main_box .overimg03{
  animation-delay: 1.2s;
  transition-delay: 1.2s;
}

@media screen and (max-width: 768px) {
  .mainvis .main_box [class^="overimg"]{display: none;}

  .mainvis{
    background: url(../img/bg@sp.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 100%;
    padding: 51.9375% 0 0;
  }

  .mainvis:after{ display: none;}

  .mainvis #main_ph{
    background: url(../img/bg_wave@sp.png) no-repeat center 0;
    background-size: 100% auto;
  }
  .mainvis .title{
    margin: -18% 0 0;
  }
  .mainvis .title img{
    margin: auto;
    width: 100%;
  }

  .mainvis .main_box{
    padding: 5.5% 6.25%;
  }
  .mainvis .main_box .period{
    margin: 8.928% 0 0;
    padding: 6.14% 5.571% 3.14%;
    text-align: left;
    display: block;
    border-radius: 40px;
  }
  .mainvis .main_box .period > p{
    padding: 0 10px;
    margin: 0 auto;
    top: 0;
    transform: translate(-50%,-50%);
  }
  .mainvis .main_box .period > p img{
    min-width: 125px;
  }
  .mainvis .main_box .period > p + span{
    margin: 0 0 10px;
  }
  .mainvis .main_box .period > span{
    display: inline-block;
  }
  .mainvis .main_box .txt01 a{
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
/* animation --------------------- */
@keyframes bounce{
  0% {transform: translateY(-300px); opacity: 0;}
  20% {transform: translateY(30px); opacity: 1;}
  100% {transform: translateY(0px); opacity: 1;}
}
@keyframes scalebox{
  0% {transform: scale(.96); opacity: 0;}
  40% {transform: scale(1.02); opacity: 1;}
  100% {transform: scale(1); opacity: 1;}
}


/* LEAD
------------------------------------------------------------*/
.notes{
  background-color: #fff;
  line-height: 1.7;
  width: 750px;
  padding: 60px 0 30px;
  margin: 0 auto;
}
.notes p{
  color: #E5257A;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .notes{
    width: 100%;
    padding: 20px;
  }
  .notes p{
    font-size: 1.1rem;
  }
}


/* CAMPAIGN
------------------------------------------------------------*/
.campaign{
  background: url(../img/cp_bg.png) repeat 0 160px;
  background-size: 1317px auto;
  padding: 80px 0;
}
.campaign .inner{
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.campaign .title{
  padding: 50px 10px 40px;
  text-align: center;
}
.campaign .box1{
  background: url(../img/cp_boxbg.png) no-repeat center 0 #fff23f;
  background-size: contain;
  border-radius: 7px;
  padding: 0 0 4%;
}
.campaign .box1 .step{
  position: relative;
  padding: 38% 10px 0 10px;
}
.campaign .box1 .step > div{
  position: absolute;
}
.campaign .box1 .step .step1{
  width: 19.5%;
  top: -.7%;
  left: 4%;
}
.campaign .box1 .step .step2{
  width: 25.5%;
  top: 21%;
  left: 19.5%;
}
.campaign .box1 .step .step3{
  width: 21.5%;
  top: -.5%;
  left: 37%;
}
.campaign .box1 .step .step4{
  width: 19.5%;
  top: 46%;
  left: 52%;
}
.campaign .box1 .step .grats{
  width: 28.7%;
  top: 5%;
  left: 67.5%;
}
.campaign .box1 .txt01{
  text-align: center;
  padding: 1.5% 0 0;
}
.campaign .box2{
  margin: 4% 0 0;
  background-color: #fff23f;
  border-radius: 7px;
  padding: 0 0 4%;
}
.campaign .box2 .appl_field{
  padding: 0 40px;
}
.campaign .box2 .appl_field + .appl_field{
  margin: 30px 0 0;
}
.campaign .box2 .appl_field .head{
  background-color: #E63A8D;
  border-radius: 7px;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.campaign .box2 .appl_field .head .subtitle{
  padding: 27px 80px;
}
.campaign .box2 .appl_field .head .key{
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
.campaign .box2 .appl_field .head .key span{
  background: url(../img/icon_close.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  display: block;
  position: relative;
  z-index: 2;
}
.campaign .box2 .appl_field .head .key img{
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.campaign .box2 .appl_field.open .head .key img{
  opacity: 0;
}
.campaign .box2 .appl_field.open .head .key span{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.campaign .box2 .appl_field .body{
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 30px;
  color: #E5257A;
  line-height: 2;
  display: none;
}
.campaign .box2 .appl_field .body .label{
  background-color: rgba(229, 37, 122, .1);
  border-radius: 5px;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px;
  margin: 50px 0 15px;
}
.campaign .box2 .appl_field .body .label:first-child{
  margin: 0 0 15px;
}
.campaign .box2 .appl_field .body .txt,
.campaign .box2 .appl_field .body .list{
  font-size: 1.4rem;
}
.campaign .box2 .appl_field .body .txt{
  font-weight: 700;
}
.campaign .box2 .appl_field .body .txt.normal{
  font-weight: 300;
}
.campaign .box2 .appl_field .body .list li{
  padding-left: 1em;
  text-indent: -1em;
}
.campaign .box2 .appl_field .body .list.noindent li{
  padding-left: 0;
  text-indent: 0;
}
.campaign .box2 .appl_field .body a{
  text-decoration: underline;
  color: #E5257A;
}
.t_line{
  text-decoration:underline!important;
}
@media screen and (max-width: 768px) {
  .campaign{
    background: url(../img/cp_bg.png) repeat 0 60px;
    background-size: contain;
    padding: 6.25% 0;
  }
  .campaign .inner{
    padding: 0 12px;
  }
  .campaign .title{
    padding: 8.33% 0 6.66%;
  }
  .campaign .title img{
    margin: auto;
  }
  .campaign .box1{
    background-image: url(../img/cp_boxbg@sp.png);
    background-position: 0 0;
    background-size: 100% auto;
    border-radius: 8px;
    padding: 0 6.66% 6.66%;
  }
  .campaign .box1 .step{
    padding: 212% 10px 0 10px;
  }
  .campaign .box1 .step .step1{
    width: 46.77%;
    top: 0;
    left: 1%;
  }
  .campaign .box1 .step .step2{
    width: 62.36%;
    top: 4.66%;
    left: 38%;
  }
  .campaign .box1 .step .step3{
    width: 52.614%;
    top: 31%;
    left: 1%;
  }
  .campaign .box1 .step .step4{
    width: 46.77%;
    top: 51.5%;
    left: 38.5%;
  }
  .campaign .box1 .step .grats{
    width: 62.36%;
    top: 74%;
    left: 35.5%;
  }
  .campaign .box1 .txt01{
    padding: 3.89% 0 0;
  }
  .campaign .box1 .txt01 + .btn01{
    margin: 3.89% 0 0;
  }

  .campaign .box2{
    margin: 6.25% 0 0;
    border-radius: 8px;
    padding: 0 3.125% 6.25%;
  }
  .campaign .box2 .title{
    padding: 8.33% 3.535% 6.66%;
  }
  .campaign .box2 .appl_field{
    padding: 0;
  }
  .campaign .box2 .appl_field + .appl_field{
    margin: 20px 0 0;
  }
  .campaign .box2 .appl_field .head{
    border-radius: 4px;
  }
  .campaign .box2 .appl_field .head .subtitle{
    padding: 17px 50px 17px 15px;
  }
  .campaign .box2 .appl_field:nth-of-type(1) .head .subtitle img{max-width: 188px;}
  .campaign .box2 .appl_field:nth-of-type(2) .head .subtitle img{max-width: 124px;}
  .campaign .box2 .appl_field:nth-of-type(3) .head .subtitle img{max-width: 110px;}

  .campaign .box2 .appl_field .head .key{
    width: 50px;
    height: 50px;
  }
  .campaign .box2 .appl_field .head .key span{
    background: url(../img/icon_close.png) no-repeat center;
    background-size: 50px auto;
  }

  .campaign .box2 .appl_field .body{
    border-radius: 4px;
    padding: 7.142% 3.571%;
  }
  .campaign .box2 .appl_field .body .label{
    border-radius: 2px;
    font-size: 1.4rem;
    padding: 4px 7px;
    margin: 25px 0 7px;
  }
  .campaign .box2 .appl_field .body .label:first-child{
    margin: 0 0 7px;
  }
  .campaign .box2 .appl_field .body .txt,
  .campaign .box2 .appl_field .body .list{
    font-size: 1.2rem;
  }
}

/* CAMPAIGN CLOSE
------------------------------------------------------------*/
.close .campaign .box1{
  padding: 0 0 11%;
}
.close .campaign .box1 .btn01{
  margin: 8% 0 0;
}
@media screen and (max-width: 768px) {
  .close .campaign .box1{
    padding: 0 6.66% 26.66%;
  }
  .close .campaign .box1 .btn01{
    margin: 23.33% 0 0;
  }
}


/* SNS
------------------------------------------------------------*/
.l-snsShare.sp{ display: none; }
@media screen and (max-width: 768px) {
  .l-snsShare.sp{ display: block; }
  .l-snsShare.sp {
    margin: 26px 0;
    text-align: center;
  }
  .l-snsShare.sp .l-snsShareList {
    font-size: 0;
    line-height: 1;
    list-style: none;
    text-align: center;
  }
  .l-snsShare.sp .l-snsShareList>li {
    display: inline-block;
    margin-left: 16px;
  }
  .l-snsShare.sp .l-snsShareList>li:first-child {
      margin-left: 0;
  }
  .l-snsShare.sp .l-snsShareList>li a {
      display: inline-block;
  }
  .l-snsShare.sp .l-snsShareList>li img {
      display: inline-block;
      width: 32px;
      height: auto;
  }
}