@charset "UTF-8";
/*parts*/
html {
  background-color: #F9EFE3;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.textcenter {
  text-align: center;
}
.bg_white {
  background-color: #fff;
}
img {
  max-width: 100%;
}
h5 {
  font-size: 12px;
  padding-bottom: 32px;
}
h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
}
h2 {
  margin: 0 auto;
  width: 60%;
  padding-bottom: 24px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a:hover {
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
  opacity: .7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.caution {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
/*header*/
header {
  position: relative;
}
header .header_logo {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 100px;
}
/*top_base_line*/
.kv_bar_base {
  position: relative;
}
.kv_bar_base .bar {
  position: absolute;
  background-image: url("../img/bg_block.png");
  top: 0;
  left: 0;
  width: 100%;
  height: 1em;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.bottom_bar_base {
  position: relative;
}
.bottom_bar_base .bar {
  position: absolute;
  background-image: url("../img/bg_block.png");
  bottom: -160px;
  left: 0;
  width: 100%;
  height: 1em;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
/*KV*/
.kv {
  margin: 0 auto;
  padding-top: 54px;
  padding-bottom: 200px;
  background-image: linear-gradient(#fff 0.8px, transparent 0), linear-gradient(90deg, #fff 0.8px, transparent 0);
  background-size: 40px 40px;
}
.kv h1 {
  max-width: 540px;
  margin: 0 auto;
}
.kv .kv_img {
  max-width: 800px;
  padding-bottom: 24px;
  margin: 0 auto;
}
.kv .kv_card {
  max-width: 720px;
  margin: 0 auto;
}
.foryou {
  position: relative;
}
.foryou .wave_top {
  position: absolute;
  top: -10vw;
  max-width: 100vw;
}
.foryou .wave_under {
  position: absolute;
  max-width: 100vw;
}
.foryou h2 {
  margin: 0;
}
/*HIGHLY RECOMMENDED FOR…*/
.trouble {
  display: flex;
  align-items: center;
  padding: 2.5vh 0;
}
.trouble_list {
  display: flex;
  max-width: 800px;
}
.trouble_list li {
  padding-left: 32px;
}

/*REASONS TO CHOOSE STUDENT REWARDS LIFE CARD*/
.reason {
  padding-top: 200px;
  padding-bottom: 120px;
}
/*CV*/
.cv {
  padding: 120px 0;
  background-color: #F1D044;
}
.balloon1 {
  position: relative;
  display: inline-block;
  padding: 60px 60px 40px;
  width: 880px;
  max-width: 1000px;
  color: #000;
  font-size: 20px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
}
.balloon1:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon1:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  z-index: 1;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.cv_balloon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  margin-bottom: 24px
}
.cv_balloon img {
  width: 32px;
}
.cv_balloon h3 {
  font-size: 32px;
}
.cv_list {
  background-color: #F9EFE3;
  border-radius: 8px;
  padding: 36px;
  text-align: center;
  line-height: 24px;
}
.detail_btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 12px;
  font-weight: bold;
  border: 2px solid #000;
  border-radius: 100vh;
  font-size: 16px;
  color: #000;
}
.cv_btn {
  background-color: #000;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 40px auto 0;
  padding: 1.8rem 10rem;
  border-radius: 100vh;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
}
/*BASICS OF STUDENT REWARDS LIFE CARD*/
.basic {
  padding: 120px 0;
}
.basic_list {
  background-color: #fff;
  border-radius: 8px;
  margin: 0px auto 40px;
  padding: 48px;
}
.basic_title {
  text-align: center;
  width: 200px;
  height: 100px;
  border-radius: 600px 600px 0 0;
  background: #fff;
  margin: 0 auto;
}
.basic_title p {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5C75AA;
  text-align: center;
  line-height: 30px;
  margin-top: 16px;
  color: #fff;
}
.yellow p {
  background: #F1D044;
}
.red p {
  background: #D95F5B;
}
.basic_title img {
  width: 55%;
}
.card_design_title img {
  width: 80%;
}
/*BASICS OF STUDENT REWARDS LIFE CARD kaigai*/
.foreign_title {
  color: #5C75AA;
  font-size: 1.6em;
  margin-bottom: 24px;
}
.check_mark {
  width: 24px;
  padding: 24px 16px 0 0;
}
.card_use {
  margin: 32px auto;
}
.basic_list p {
  font-size: 20px;
  line-height: 32px;
}
.basic_list .textcenter {
  font-size: 28px;
}
.basic_list .caution {
  padding-top: 16px
}
.basic_list .cb_3000 {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 16px 32px;
  color: #fff;
  border-radius: 8px;
  background: #5C75AA;
}
.basic_list .cb_3000 p {
  font-size: 28px;
}
.basic_list .cb_3000:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #5C75AA;
}
/*BASICS OF STUDENT REWARDS LIFE CARD design*/
.card_design {
  display: flex;
}
.card_design_list {
  padding: 24px;
}
.card_design_list .card_title {
  background-color: #D95F5B;
  border-radius: 18px;
  padding: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  ;
}
/*JTB*/
.jtb {
  padding: 240px;
	text-align: center;
}
.jtb img{
	width: 95%;
}
.jtb .caution {
  margin-top: 32px;
}
/*movie section*/
.movie {
  background-color: #fff;
}
.movie_section {
  position: relative;
}
.movie_section .wave_top {
  position: absolute;
  top: -10vw;
  max-width: 100vw;
}
.movie_section .wave_under {
  position: absolute;
  max-width: 100vw;
}
.movie .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.movie .flex > div:first-of-type {
  width: 30%;
}
.movie .flex > div:first-of-type h2 {
  width: 100%;
}
.movie .flex > div:nth-of-type(2) {
  width: 70%;
}
/*accordion*/
.boxs {
  padding-top: 40px;
}
.box {
  display: flex;
  align-items: center;
  text-align: left;
  background: #fff;
  margin: 0.5em 0;
  padding: 2em 2em;
  line-height: 1.5;
  font-size: 13px;
}
.box .inbox {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #3b4043;
  font-weight: 300;
  width: 100%;
}
.box .inbox ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.box .inbox ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #F1D044;
  border-radius: 50%;
}
.midashi {
  width: 300px;
}
/*footer*/
footer {
  padding-bottom: 160px;
}
footer img {
  padding: 40px 0 8px;
}
footer small {
  font-size: 10px;
  font-weight: 300;
}
/* fixbtn*/
.follow_btn {
  background-color: rgba(255, 255, 255, 0.25);
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.follow_btn .fix_cv_btn {
  width: 32%;
  max-width: 600px;
  margin: 0 auto;
  padding: 4px;
}
/************************************ipad*************************************:::*/
@media screen and (max-width:1024px) {
  /*HIGHLY RECOMMENDED FOR…*/
  .trouble {
    padding: 2.5vh 20px;
  }
  .trouble_list {
    max-width: 600px;
  }
  .trouble_list li {
    padding-left: 16px;
  }
  /*CV*/
  .cv {
    text-align: center;
  }
  .balloon1 {
    width: 95%;
    max-width: 780px;
    font-size: 18px;
    padding: 24px;
  }
  .cv_balloon h3 {
    font-size: 24px;
  }
}
/************************************スマホ*************************************:::*/
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  h2 {
    width: 100%;
  }
  h4 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 28px;
  }
  .wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 16px;
  }
  /*header*/
  header .header_logo {
    top: 28px;
    left: 16px;
    width: 80px;
  }
  /*KV*/
  .kv {
    padding: 80px 16px;
  }
  .kv_bar_base .bar {
    height: 1.5em;
  }
  .bottom_bar_base .bar {
    height: 1.5em;
  }
  /*HIGHLY RECOMMENDED FOR…*/
  .foryou h2 {
    width: 60%;
  }
  .trouble {
    display: block;
    text-align: center;
  }
  .trouble h2 {
    margin: 0 auto;
  }
  .trouble_list {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .trouble_list li {
    padding-left: 0px;
    padding-top: 16px;
  }
  /*REASONS TO CHOOSE STUDENT REWARDS LIFE CARD*/
  .reason {
    padding-top: 54px;
    padding-bottom: 60px;
  }
  .reason .flow {
    width: 90%;
    margin: 0 auto;
  }
  /*CV*/
  .cv {
    padding: 40px 0;
  }
  .balloon1 {
    padding: 24px 16px;
    width: 90%;
    max-width: 600px;
    font-size: 16px;
  }
  .cv_balloon {
    display: block;
    line-height: 20px;
  }
  .cv_balloon p {
    text-align: center;
  }
  .cv_balloon h3 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 24px
  }
  .cv_list {
    padding: 16px;
  }
  .cv_list span {
    font-size: 22px;
  }
  .detail_btn {
    margin-top: 0px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 32px;
  }
  .cv_btn {
    margin: 40px auto 0;
    padding: 1.5rem 7rem;
    font-size: 20px;
  }
  /*BASICS OF STUDENT REWARDS LIFE CARD*/
  .basic {
    padding: 40px 0;
  }
  .basic_list {
    padding: 24px;
  }
  .basic_list p {
    font-size: 16px;
    line-height: 24px;
  }
  .basic_title {
    width: 120px;
    height: 60px;
    border-radius: 100px 100px 0 0;
  }
  .basic_title p {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .basic_title img {
    width: 55%;
  }
  /*BASICS OF STUDENT REWARDS LIFE CARD kaigai*/
  .foreign_title {
    color: #5C75AA;
    font-size: 1.4em;
  }
  .check_mark {
    width: 20px;
    padding: 24px 8px 0 0;
  }
  .card_use {
    margin: 16px auto;
  }
  .basic_list .cb_3000 {
    padding: 16px 12px;
    margin: 1em auto 0.5em
  }
  .basic_list .cb_3000 p {
    line-height: 32px;
  }
  .basic_list .caution {
    padding-top: 0;
    padding-bottom: 24px;
  }
  /*REASONS TO CHOOSE STUDENT REWARDS LIFE CARD*/
  .flow {
    margin: 16px auto;
  }
  /*BASICS OF STUDENT REWARDS LIFE CARD design*/
  .card_design {
    display: block;
  }
  .card_design_list {
    padding: 24px;
    text-align: center;
  }
  .card_design_list .card_title {
    border-radius: 10px;
  }
  .barbie {
    width: 50%;
  }
  .card_design_title img {
    width: 90%;
  }
  /*JTB*/
  .jtb {
    padding: 24px 0px;
    margin: 40px auto;
  }
  /*movie section*/
  .movie .flex {
    display: block;
  }
  .movie .flex > div:first-of-type {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  .movie .flex > div:nth-of-type(2) {
    width: 100%;
  }
  /*accordion*/
  .boxs {
    padding-top: 40px;
  }
  .box {
    display: block;
  }
  .box .inbox {
    margin-left: 0em;
    padding-left: 0em;
    border-left: none;
  }
  .midashi {
    font-size: 16px;
  }
  /*footer*/
  footer {
    padding-bottom: 120px;
  }
  footer img {
    padding: 32px 0 8px;
  }
  footer small {
    font-size: 10px;
    font-weight: 300;
  }
  /* fixbtn*/
  .follow_btn .fix_cv_btn {
    width: 85%;
  }
}
