/*   Today Font   */
@font-face {
	font-family: 'Today';
	src: url('../fonts/todaysanshef-light-webfont.eot');
	src: url('../fonts/todaysanshef-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/todaysanshef-light-webfont.woff') format('woff'), url('../fonts/todaysanshef-light-webfont.ttf') format('truetype'), url('../fonts/todaysanshef-light-webfont.svg#todaysanshef-lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #443135;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Lucida Grande','Lucida Sans Unicode','Lucida Sans', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	color: #443135;
}

h1{
  margin:0;  
}

h2 {
  margin-bottom:30px;
  font-size: 24px;
  color: #ffffff;
}

.title {
  color: #ffffff;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin: 50px auto;
}

@media screen and (max-width: 767px){
  .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 30px auto;
  }
}

p {
	margin: 0 0 10px;
}

a, a:hover, a:active, a:visited {
	color: #cb4e78;
}

img {
  max-width: 100%;
}



/* iOS link style override */
.ios_link a {
  color: inherit !important;
  text-decoration: none !important;
  line-height: inherit !important;
  pointer-events: none;
  cursor: default;
}

.ios_link {
  color: inherit !important;
  text-decoration: none !important;
  line-height: inherit !important;
  pointer-events: none;
  cursor: default;
}


@media (min-width: 768px){
  .container {
    width: 750px;
  }
}

@media (min-width: 992px){
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}



.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
    
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: inline-block;
  }
  
}


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

  .nopc_c { 
    display:none; 
  }
  
}


.bold{
  font-weight: 500;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.pink{
  color:#cb4e78;
}

.mtb20{    
  margin-top: 20px;
  margin-bottom: 20px;
}

/*************************
*******Header******
**************************/

#header{
  margin-bottom: 0;
  padding:20px  0;
}

#header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  
#header .hgv_logo a {
  padding: 0;
  margin: 0 auto;
  float: none;
  height: auto;
  font-size: inherit;
  display: block;
  text-align: center;
}

#header .hgv_logo img {
    width: 300px;
}

#header .hawaiian_logo img {
    width: 220px;
}

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

  #header{
    margin-bottom: 0;
    padding: 20px 0;
  }
  

  #header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #header .hgv_logo{
    flex-grow: 1;
    text-align: center;
  }
  
  #header .hawaiian_logo{
    flex-grow: 1;
    text-align: center;
  }

  #header .hgv_logo a {
    padding: 0;
    margin: 0 auto;
    float: none;
    height: auto;
    font-size: inherit;
    display: block;
    text-align: center;
  }

  #header .hgv_logo img {
    width: 65%;
  }

  #header .hawaiian_logo img {
    width: 40%;
  }
}

@media only screen and (min-width: 500px)  and (max-width: 767px){
  
  #header{
    margin-bottom: 0;
    padding: 20px 0;
  }
  

  #header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  #header .hgv_logo{
    flex-grow: 1;
    text-align: center;
  }
  
  #header .hawaiian_logo{
    flex-grow: 1;
    text-align: center;
  }

  #header .hgv_logo a {
    padding: 0;
    margin: 0 auto;
    float: none;
    height: auto;
    font-size: inherit;
    display: block;
    text-align: center;
  }

  #header .hgv_logo img {
    width: 150px;
  }

  #header .hawaiian_logo img {
    width: 80px;
  }

}

/*************************
*******notification******
**************************/


.notification{
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
}
  
  
.notice{
  margin: 0;
  width: 100%;
  background-color: #f5f3f3;
  padding: 30px 70px;
  height: auto;
}


@media screen and (max-width: 767px){
  .notice{
    margin: 0;
    width: 100%;
    padding: 10px;
    background-color: #f5f3f3;
    height: auto;
    line-height: 1.4;
  }
}



/*************************
*******mainSlider******
**************************/

.mainSlider{
  position:relative;
}

.maintxtBlock{
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 5;
}

.main_subtext{
  color: #4b2d89;
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.6;
  font-weight: bold;
}

.main_subtext span{
  background: linear-gradient(transparent 80%, #ce0c88 80%);
}


.main_headtext{
  line-height: 1.5;
  color: #443135;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  text-shadow: 1px 1px 9px #fff;
  margin: 0 0 50px;
}

.main_headtext span{
  font-size: 70px;
}


.main_btn{
  text-align: center;
  line-height: 1.7;
}

.formBtn{
  background: #cb4e78;
  padding: 15px 100px;
  margin: 10px auto;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.formBtn:hover{
  background-color: #cb7b96;
  color:#ffffff;
}

.formBtn, .formBtna:hover, .formBtn:active, .formBtn:visited {
	color: #fff;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border:1px solid #fff;
  opacity: .5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.bg_img01{
  background-image:url('../images/main_01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
  background-position-y: 50%;
}

.bg_img02{
  background-image:url('../images/main_02.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
  background-position-y: 50%;
}

.bg_img03{
  background-image:url('../images/main_03.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  background-position-y: 50%;
}

.swiper-container {
  width: 100%;
  height: 550px;
}
  
@media only screen and (max-width: 767px) {
  
  .mainSlider{
    position:relative;
  }

  .maintxtBlock{
    top: 3%;
    left: 0;
    right: 0;
    z-index: 5;
  }
  
  .main_subtext{
    color: #4b2d89;
    font-size: 26px;
    text-align: center;
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
  }

  .main_subtext span{
    background: linear-gradient(transparent 80%, #ce0c88 80%);
  }
  
  .main_headtext{
    line-height: 1.3;
    color: #443135;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    text-shadow: 1px 1px 9px #fff;
    margin: 0;
  }

  .main_headtext span{
    font-size: 48px;
  }

  .main_btn{
    text-align: center;
    line-height: 1.7;
    position: absolute;
    z-index: 5;
    bottom: 18%;
    left: 0;
    right: 0;
  }

  .formBtn{
    background: #cb4e78;
    padding: 15px 30%;
    margin: 10px auto;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
  }

  .swiper-button-prev {
    background-image: none;
  }
  .swiper-button-next {
    background-image: none;
  }

  .swiper-container {
    width: 100%;
    height: 400px;
  }
  
  .bg_img01{
    background-image:url('../images/main_01sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 100%;
  }

  .bg_img02{
    background-image:url('../images/main_02sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 100%;
  }

  .bg_img03{
    background-image:url('../images/main_03sp.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 100%;
  }
}

@media only screen and (min-width: 500px)  and (max-width: 767px){
  
  .swiper-container {
    width: 100%;
    height: 500px;
  }
}


/*************************
*******dateArea******
**************************/


.dateArea {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #329ab7;
  color: #fff;
}

.dateArea .dateArea-inner {
  padding: 20px 0px;
  text-align: center;
}

.date-txt {
  font-size: 20px;
}

.date-txt span {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
    
  .dateArea {
    background-color: #329ab7;
    text-align: center;
    bottom: 0;
  }

  .dateArea .dateArea-inner {
    padding: 10px 0 10px;
  }

  .date-txt {
    font-size: 14px;
    margin: 0px 0px 0px 5px;
    vertical-align: middle;
  }

  .date-txt span {
    font-size: 26px;
  }
  
}



/*************************
******* intro ******
**************************/


.intro {
  background-color: #443135;
  color:#ffffff;
  padding:30px 0px;
}

.intro_inner{
  text-align:center;
}

.intro_inner .intro_head{
  font-size:28px;
  margin:0 0 10px;
  color: #fff;
  font-weight: bold;
}

.intro_inner .intro_text{
  font-size:18px;
  margin:0;
  line-height:1.7;
}

@media screen and (max-width: 767px){
  .intro {
    background-color: #443135;
    color:#ffffff;
    padding:20px;
  }  
  
  .intro_inner{
    text-align:center;
  }

  .intro_inner .intro_head{
    font-size:20px;
    margin:0 0 10px;
    color: #fff;
    font-weight: bold;
    line-height: 1.7;
  }

  .intro_inner .intro_text{
    font-size:16px;
    margin:0;
    line-height:1.7;
  } 
}

/*************************
*******reward******
**************************/


.rewardBlock{
  padding:50px 0;
}

.rewardBox{
    display: flex;
    width: 100%;
    margin: 50px auto 0;
    justify-content: center;
    padding: 0px;
}

.reward_imgBox{
  width: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 31%;
}

.reward_extra{
  background-image: url(../images/extra_01.jpg);
  background-position: left;
}

.reward_join{
  background-image: url(../images/join_01.jpg);
  background-position: center;
}

.reward_textBox{
  color: #000d14;
  width: 60%;
}

.h4_style{
  padding: 15px 10px 15px 30px;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

.h4_special{
  background-color: #cb4e78;
  color: #ffffff;
}

.h4_extra{
  background-color: #e88554;
  color: #000d14;
}

.h4_join{
  background-color: #443135;
  color: #fff;
}


.special_imgBox{
  display:flex;
  justify-content: center;
}

.special_img1{
  width: 59%;
  background-image: url(../images/special_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40%;
  background-position: right;
}

.special_img2{
  width: 50%;
  border-left: 3px solid #fff;
  background-image: url(../images/special_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40%;
  background-position: right;
}

.reward_inner{
  padding:30px;
  color: #000d14;
}

.reward_bg_special{
  background-color: #f5dce4;
}

.reward_bg_extra{
  background-color: #fff2ed;
}

.reward_bg_join{
  background-color: #dad6d7;
}


.reward_inner_main{
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

.reward_inner_main span{
  font-weight: normal;
  font-size: 0.8em;
}

.reward_inner_number{
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.reward_inner_number span{
  font-size: 30px;
}

.reward_inner_introduction{
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.reward_inner_img{
  display:none;
}


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

  .rewardBlock{
    padding:50px 0;
  }

  .rewardBox{
      display: block;
      width: 100%;
      margin: 50px auto 0;
      justify-content: center;
      padding: 0px;
  }

  .reward_imgBox{
    display:none;
  }

  .reward_extra{
    background-image: none;
  }

  .reward_textBox{
    color: #000d14;
    width: 100%;
  }

  .h4_style{
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  
  .special_imgBox{
    display:none;
  }


  .reward_inner{
    padding:20px;
  }


  .reward_inner_main{
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
  }

  .reward_inner_main span{
    font-weight: normal;
    font-size: 0.8em;
  }

  .reward_inner_number{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
  }

  .reward_inner_number span{
    font-size: 24px;
  }

  .reward_inner_introduction{
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
  }
    
  .reward_inner_img{
    display:block;
    width:100%;
    margin:20px 0 0;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
  .h4_style {
    padding: 10px 10px 10px 30px;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
  }

  .reward_inner {
    padding: 30px;
  }
}


@media screen and (max-width: 991px) and (min-width: 768px){
  
.rewardBlock{
  padding:50px 0;
}

.rewardBox{
    display: flex;
    width: 100%;
    margin: 50px auto 0;
    justify-content: center;
    padding: 0px;
}

.reward_imgBox{
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 35%;
}

.reward_textBox{
  color: #000d14;
  width: 55%;
}

.h4_style{
  padding: 5px 10px 5px 15px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.reward_inner{
  padding:15px;
}

.reward_inner_main{
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.reward_inner_main span{
  font-weight: normal;
  font-size: 0.8em;
}

.reward_inner_number{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.reward_inner_number span{
  font-size: 26px;
}

.reward_inner_introduction{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.reward_inner_img{
  display:none;
}
  
}

/*************************
*******youtube******
**************************/

.movieBlock{
  padding:50px 0;  
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media screen and (max-width: 767px){
  
  .movieBlock{
    padding:50px 0 0;  
  } 
}

/*************************
*******form******
**************************/


#enter{
  padding:50px 0;
}

.formIntro{
  font-size: 30px;
  text-align: center;
  margin: 0 auto 40px;
  color:#443135;
}

.formIntro img{
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 767px){
  .formIntro{
    font-size: 20px;
    text-align: center;
    margin: 0 auto 20px;
    color: #443135;
    line-height: 2;
  }
}


.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

.radio_margin {margin-top:20px;}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

/*form validation*/
.error {
    color: red;
    padding-top: 4px;
}

.red {color: red;}



.btnT {
  min-height: 50px;
  padding: 12px 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-size:16px;
  font-weight:300;
  background: #fff;
}

.btnT-one {
  border: 1px solid #cb4e78;
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */ 
  border-radius: 6px;        /* CSS3草案 */  
  color: #cb4e78;
}

.btnT-one:hover {
  background: rgba(203,78,120,1.0);
  text-decoration: none;
  color: #fff;
}

.hyphen {
    padding-top:30px;
}

@media screen and (max-width: 990px){
  .hyphen {
      padding-top:0px;
  }
  .btnT {
    min-height: 50px;
    padding: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    font-size:14px;
    font-weight:300;
    margin-bottom: 10px;
    background: #fff;
  }

  .btnT-one {
    border: 1px solid #cb4e78;
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
    border-radius: 6px;        /* CSS3草案 */  
    color: #cb4e78;
  }

  .btnT-one:hover {
    background: rgba(203,78,120,1.0);
    text-decoration: none;
    color: #fff;
  }

}


.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
  color: red;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: red;
}

.glyphicon-ok:before {
  content: "\e013";
  color: green;
}

.frame {
  width: 100%;
  height: auto;
  /* background-color: #fff;*/
  border-width: 42px;
  border-style: solid;
  border-image-source: url(../images/waku1_1.png);
  border-image-slice: 42 42;
  border-image-width: 42px 42px;
  border-image-outset: 0;
  border-image-repeat: repeat;
}

.frame2 {
  background-image : url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png),url(../images/waku1_1.png);
  background-repeat: no-repeat;
  background-position: left top,right top, right bottom, left bottom, center top, left center, center bottom,left center;
}

.btn_form{
  background: #cb4e78;
  padding: 15px 30px;
  width: 70%;
  margin: 10px auto;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
}

.btn_form:hover{
  background-color: #cb7b96;
  color:#ffffff;
}

.terms{
  border: solid 1px #ccc;
  padding: 10px 30px;
  background-color: #fff;
}

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

  .terms{
    border: solid 1px #ccc;
    padding: 10px 10px;
    background-color: #fff;
    margin: 20px 10px 0;
  }  

}

/*************************
*******Footer******
**************************/

#footer {
  color: #fff;
  padding-bottom: 15px;
  background: #443135;
}

#footer h1{
  margin-bottom: 65px;
  margin-top: 36px;
}

#footer .bottom-separator {
  margin-bottom: 60px;
}
#footer_bottom{
  color: #fff;
  padding-bottom: 15px;
  background: #443135;
}


.legal-text{
  line-height: 20px;
  font-size: 12px;
  max-width: 1000px;
  margin: auto;
}

.copyright-text{
  margin-top: 40px;
  font-size: 11px;
}

.brandbar{
  margin-bottom: 37px;
}

.brandbar img{
  max-width: 100%;
}



/*************************
*******thank you******
**************************/

#message{
  background-color: #fff;
}

.period-sp { 
  color:#fff;
  font-size:30px;
  width:100%;
  text-align:center;
  padding:20px 0;
  margin-bottom: 0;
  background-color: #443135;
}

.thanksTxt{
  text-align: center;
  font-weight: 300;
  line-height: 2;
  font-size:30px;
  margin: 70px auto 20px;
}

.thanksSub{
  font-size:20px;
  line-height: 1.6;
  margin: 0 auto 70px;
  text-align: center;
}


.bg-sns {
  color: #ffffff;
  background-color: #329ab7;
  padding: 30px 0;
}

a.primary {
    color: #fff;
}


@media screen and (max-width: 767px){
  .period-sp { 
    color:#fff;
    font-size:24px;
    width:100%;
    text-align:center;
    padding:20px 0;
    margin-bottom: 0;
    background-color: #443135;
  }

  .thanksTxt{
    text-align: center;
    font-weight: 300;
    line-height: 2;
    font-size:24px;
    margin: 30px auto 20px;
  }

  .thanksSub{
    font-size:16px;
    line-height: 1.6;
    margin: 0 auto 30px;
    text-align: center;
  }
}
