@charset "UTF-8";
/* CSS Document */

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

header{
  background: #ffffff;
}

header h1,
header > div{
  width: 1070px;
  margin: 0 auto;
  position: relative;
}

header > div > img{
  width: 180px;
  display: block;
  padding: 20px 0;
}

header p{
  display: none;
}

.inner{
  width: 935px;
  margin: 60px auto 80px;
}

.title{
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #0c2340;
  background: #ffc600;
  padding: 8px 0;
  margin-bottom: 25px;
  text-align: center;
}

a.btn{
  min-width: 210px;
  font-size: 15px;
  line-height: 1;
  padding: 5px 20px;
  color: #FFF;
  text-align: center;
  background: #0c2340;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.3s;
}

a.btn:hover{
  opacity: 0.7;
  transition: 0.3s;
}

a.btn span{
  display: inline-block;
  position: relative;
}

a.btn span::after{
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #FFF;
  display: inline-block;
  position: absolute;
  top:50%;
  right: -15px;
  transform: translateY(-50%)
}

.target{
  margin-bottom: 65px;
}

.target .sub{
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.target .sub h2{
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.target .sub p{
  width: 410px;
  font-size: 16px;
  line-height: 1.3;
  flex-wrap: 500;
  text-indent: -1em;
  padding-left: 1em;
  box-sizing: border-box;
  margin: -10px 0 0 15px;
}

.target .sub a{
  position: absolute;
  top: 50%;
  right: 0;
   transform: translateY(-50%)
}

.target ul{
  display: flex;
  justify-content: space-between;
}

.target ul li{
  width: 179px;
}

.target ul li a{
  display: block;
  color: #0c2340;
}

.target ul li h3{
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  margin: 10px 0;
}

.target ul li h3 span{
  font-size: 10px;
  font-weight: 400;
  display: block;
}

.target ul li p{
  width: 90%;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  background: #0c2340;
  padding: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 30px;
}

.gift{
  margin-bottom: 50px;
  position: relative;
}

.gift img.pc{
  width: 557px;
}

.gift a{
  position: absolute;
  bottom: 0;
  right: 0;
}

.c2{
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.c2 > div{
  width: 440px;
  position: relative;
}

.c2 a.btn{
  position: absolute;
  bottom: 0;
  left: 0;
}

.plr{
  padding: 0 25px;
}

.step{
  margin-top: 20px;
  margin-bottom: 80px;
}

.step li{
  width: 268px;
  height: 110px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  border: 2px solid #0c2340;
  margin-right: 40px;
  margin-bottom: 10px;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}

.step li:nth-child(3){
    margin-right: 0;
}

.step li::before{
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/no01.gif") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%)
}

.step li:nth-child(2)::before{
  background: url("../img/no02.gif") no-repeat;
  background-size: 100% auto;
}

.step li:nth-child(3)::before{
  background: url("../img/no03.gif") no-repeat;
  background-size: 100% auto;
}

.step li:nth-child(4)::before{
  background: url("../img/no04.gif") no-repeat;
  background-size: 100% auto;
}

.step li:nth-child(5)::before{
  background: url("../img/no05.gif") no-repeat;
  background-size: 100% auto;
}

.step li::after{
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #0c2340;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%)
}

.step li:nth-child(3)::after,
.step li:last-child::after{
  display: none;
}

.step li div{
  white-space: nowrap;
  position: absolute;
  top:50%;
  left: 50px;
  transform: translateY(-50%)
}

.step li div span{
  display: block;
  font-size: 14px;
}

.date{
  margin-bottom: 65px;
}

.date li{
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.date li + li{
  margin-top: 5px;
}

.date li span{
  width: 240px;
  font-size: 17px;
  line-height: 1;
  color: #FFF;
  padding: 6px 0;
  margin-right: 10px;
  text-align: center;
  background: #0c2340;
  display: inline-block;
}

.date li strong{
  color: #e60012;
}

.form_box{
  width: 680px;
  margin: 0 auto 75px;
}

.form_box h2{
  font-size: 30px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.form_box h2::before,
.form_box h2::after{
  content: "";
  width: 45px;
  height: 31px;
  background: url("../img/icon_aw.gif") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.form_box h2::after{
  left: auto;
  right: 0;
  transform: translateY(-50%) scale(-1,1);
}

.form_box p{
  font-size: 20px;
  line-height: 1;
  color: #e60012;
  font-weight: 500;
  margin: 10px 0 15px 50px;
}


form input[type="number"],
form input[type="text"] {
	width: 80%;
  height: 55px;
	font-size: 20px;
	line-height: 55px;
	padding: 0 15px;
	background: #FFF;
	border-radius: 0; 
  border: 2px solid #000b43; 
  box-sizing: border-box;
	display: inline-block;
  vertical-align: top;
}

form input:focus {
  outline: none;
}

form input[type="submit"],
form input[type="button"]{
  width: 20%;
  height: 55px;
	font-size: 30px;
	line-height: 55px;
  font-weight: 700;
  color: #FFF;
  padding: 0 15px;
	background: #000b43;
  border: 2px solid #000b43; 
	text-overflow: ellipsis;
	-webkit-appearance:none;
  appearance:none;	
	box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 0;
}

.ki h2,
.ki h3,
.ki p,
.ki li{
  font-size: 14px;
  line-height: 1.3;
}

.ki p + h2,
.ki ul + h2{
  margin-top: 35px;
}

.ki p + h3,
.ki ul + h3{
  margin-top: 20px;
}


.contact{
  width: 530px;
  margin: 80px auto 0;
  font-weight: 700;
}

.contact h2{
  font-size: 20px;
  line-height: 1.3;
  color: #000b43;
  text-align: center;
  font-weight: 700;
  background: none;
  margin-bottom: 15px;
  position: relative;
}

.contact h2::before{
  content: "";
  width: 100%;
  height: 2px;
  background: #000b43;
  position: absolute;
  top: 50%;
  left: 0;
}

.contact h2 span{
  display: inline-block;
  padding: 0 15px;
  background: #FFF;
  position: relative;
  z-index: 1;
}

.contact p{
  font-size: 24px;
  white-space: nowrap;
}

.contact a{
  font-size: 24px;
  color: #000b43;
}

.contact div{
  width: 88%;
  margin: 30px auto 0;
}

.contact div h3{
  font-size: 18px;
  font-weight: 700;
}

.contact div p{
  font-size: 18px;
}

.contact div p span{
  font-size: 80%;
}

.popup{
  width: 550px;
  margin: 0 auto;
  background: #FFF;
}

.popup h2{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background: #0c2340;
  padding: 8px 0;
}

.popup div{
  display: flex;
  border: 1px solid #0c2340;
}

.popup div ul{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.popup div ul + ul{
  border-left: 1px solid #0c2340;
}

.popup div ul li{
  font-size: 15px;
  line-height: 1.3;
  padding: 4px;
  white-space: nowrap;
}

.popup div ul li:nth-of-type(odd){
  background: #c9e3f9;
}



.sp{
  display: none;
}

.pc{
  display: block;
}


@media screen and (max-width: 767px) {
  
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
  
  header{
    background: #FFF;
  }

  header h1,
  header > div{
    width: 100%;
    background: #FFF;
  }
  
   header > div > img{
     width: 20%;
  }

  header > div p{
    font-size: 8vw;
    color: #FFF;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 50%;
    right: 8vw;
    transform: translateY(-50%)
  }

  header > div + div{
    width: 100%;
    text-align: center;
    border-top: none;
    background: #FFF;
  }
  
  header > div > img{
    width: 30%;
    display: block;
    padding: 5vw;
  }

  header > div + div{
    width: 100%;
    border-top: none;
  }

  .inner{
    width: 100%;
    margin: 10vw auto 15vw;
    padding: 0 8vw;
    box-sizing: border-box;
  }

  .title{
    font-size: 5vw;
    line-height: 1;
    padding: 2vw 0;
    margin-bottom: 5vw;
  }

  a.btn{
    min-width: inherit;
    font-size: 3.5vw;
    line-height: 1;
    padding: 1.5vw 8vw 1.5vw 5vw;
    display: inline-block;
  }

  a.btn:hover{
    opacity: 1;
  }

  a.btn span::after{
    content: "";
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 2.5vw solid #FFF;
    right: -3vw;
  }
  
  
  .target{
    margin-bottom: 10vw;
    position: relative;
  }

  .target .sub{
    display: block;
    position: static;
    margin-bottom: 5vw;
  }

  .target .sub h2{
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
  }

  .target .sub p{
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.3;
    flex-wrap: 500;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
    margin: 2vw 0 0;
  }

  .target .sub a{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
     transform: translateY(0)
  }

  .target ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .target ul li{
    width: 48%;
  }
  
  .target ul li:nth-of-type(n + 3){
    margin-top: 5vw
  }
  
  .target ul li a{
    display: block;
    color: #0c2340;
  }

  .target ul li h3{
    font-size: 3.8vw;
    margin: 2vw 0;
  }

  .target ul li h3 span{
    font-size: 3vw;
    font-weight: 400;
    display: block;
  }

  .target ul li p{
    width: 90%;
    font-size: 4vw;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background: #0c2340;
    padding: 2vw;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 8vw;
  }

  .gift{
    margin-bottom: 10vw;
    position: relative;
  }

  .gift img.sp{
    width: 100%;
    display: inline-block;
  }

  .gift a{
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
  }  
  
  .gift a.btn{
    padding: 1.5vw 4vw 1.5vw 2vw;
  }  
  
  .c2{
    display: block;
    margin-bottom: 10vw;
  }

  .c2 > div{
    width: 100%;
    padding-bottom: 3vw;
    position: relative;
  }
  
  .c2 > div + div{
    margin-top: 8vw;
  }

  .plr{
    padding: 0;
  }

  .step{
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding-right: 4vw;
  }

  .step li{
    width: 100%;
    height: auto;
    font-size: 3.5vw;
    line-height: 1.4;
    font-weight: 700;
    border: none;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0;
    display: block;
    vertical-align: top;
  }

  .step li:nth-child(3){
      margin-right: 0;
  }
  
  .step li + li{
    margin-top: 8vw;
  }
  
  ol.step{
    counter-reset: count 0;
  }

  ol.step li{
    margin-left: 5vw;
  }

  ol.step li::before{
    content: counter(count) ". ";
    counter-increment: count 1;
    width: 6vw;
    height: auto;
    display: inline-block;
    left: -5vw;
    top: 2.5vw;
    background: none !important;
    vertical-align: top;
  }

  .step li::after{
    content: "";
    border-bottom: none;
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 3vw solid #0c2340;
    position: absolute;
    top: auto;
    bottom: -5vw;
    right: auto;
    left: 50%;
    transform: translate(-50%,0)
  }

  .step li:nth-child(3)::after{
    display: inline-block;
  }

  .step li div{
    white-space: normal;
    position: static;
    top: auto;
    left: auto;
    transform: translateY(0)
  }
  
  .step li div span{
    display: inline-block;
    font-size: 100%;
    margin-left: 0;
  }
  
  .date{
    margin-bottom: 10vw;
  }

  .date li{
    font-size: 4vw;
    line-height: 1.4;
    white-space: normal;
  }

  .date li + li{
    margin-top: 5vw;
  }

  .date li span{
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    color: #FFF;
    padding: 2vw 0;
    margin-right: 0;
    margin-bottom: 2vw;
    text-align: center;
    background: #0c2340;
    display: block;
  }

  .date li strong{
    color: #e60012;
  }

  .form_box{
    width: 100%;
    margin: 0 auto 15vw;
  }

  .form_box h2{
    font-size: 4vw;
    line-height: 1;
    font-weight: 700;
  }

  .form_box h2::before,
  .form_box h2::after{
    content: "";
    width: 5vw;
    height: 3.5vw;
    background: url("../img/icon_aw.gif") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: -2vw;
    transform: translateY(-50%)
  }

  .form_box h2::after{
    left: auto;
    right: -2vw;
    transform: translateY(-50%) scale(-1,1);
  }

  .form_box p{
    font-size: 3.5vw;
    margin: 2vw 0 5vw 5vw;
  }


  form input[type="number"],
  form input[type="text"] {
    width: 70%;
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    padding: 0 2vw;
    background: #FFF;
    border-radius: 0; 
    border: 2px solid #000b43; 
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
  }

  form input:focus {
    outline: none;
  }

  form input[type="submit"],
  form input[type="button"]{
    width: 30%;
    height: 10vw;
    font-size: 5vw;
    line-height: 10vw;
    font-weight: 700;
    color: #FFF;
    padding: 0;
    background: #000b43;
    border: 2px solid #000b43; 
    text-overflow: ellipsis;
    -webkit-appearance:none;
    appearance:none;	
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
  }

  .ki h2,
  .ki h3,
  .ki p,
  .ki li{
    font-size: 3vw;
    line-height: 1.3;
  }

  .ki p + h2,
  .ki ul + h2{
    margin-top: 5vw;
  }
  
  .ki p + h3,
  .ki ul + h3{
    margin-top: 3vw;
  }


  .contact{
    width: 100%;
    margin: 10vw auto 0;
    font-weight: 700;
  }

  .contact h2{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3vw;
    position: relative;
  }

  .contact h2::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #000b43;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .contact h2 span{
    padding: 0 2vw;
  }

  .contact p{
    font-size: 3.8vw;
    white-space: nowrap;
  }

  .contact a{
    font-size: 3.8vw;
  }

  .contact div{
    width: 88%;
    margin: 5vw auto 0;
  }

  .contact div h3{
    font-size: 3.3vw;
    font-weight: 700;
  }

  .contact div p{
    font-size: 3vw;
    white-space: normal;
  }

  .contact div p span{
    font-size: 80%;
  }
  
  .popup{
    width: 100%;
  }

  .popup h2{
    font-size: 4vw;
    line-height: 1;
    padding: 1vw 0;
  }

  .popup div{
    display: flex;
  }

  .popup div ul{
    width: 50%;
    box-sizing: border-box;
    text-align: center;
  }

  .popup div ul li{
    font-size: 3vw;
    line-height: 1.3;
    padding: 1vw;
    white-space: nowrap;
  }

  .popup div ul li:nth-of-type(odd){
    background: #c9e3f9;
  }


}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:0; overflow:hidden; background:none}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:none; padding:0 !important;}
        #cboxLoadingGraphic{background:url("../img/loading.gif") no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px;}
        

#cboxClose {
  background: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}

#cboxClose::before,
#cboxClose::after{
  content: "";
  width: 30px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top:50%;
  left: 0;
  transform: rotate(45deg);
}

#cboxClose::after{
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #cboxClose {
    width: 6vw;
    height: 6vw;
  }

  #cboxClose::before,
  #cboxClose::after{
    width: 4vw;
  }

}


        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

