@charset "UTF-8";
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*:before, *:after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

div.main {
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease-out;
}

a:hover {
  opacity: .7;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

body {
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #333;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 1200px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  body {
    min-width: 900px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1.3rem;
    min-width: 350px;
  }
}

.visible_sp {
  display: none;
}

@media only screen and (max-width: 600px) {
  .visible_sp {
    display: block;
  }
}

.hidden_sp {
  display: block;
}

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

.visible_tab {
  display: none;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .visible_tab {
    display: block;
  }
}

.visible_pc {
  display: block;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .visible_pc {
    display: none;
  }
}

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

.text_bold {
  font-weight: bold;
}

.text_pk {
  color: #ff596c;
}

.btn_detail {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  width: 460px;
  line-height: 80px;
  border-radius: 10px;
  background: url(/easy/features/campaign_hawaiilovers/images/btn_arr.png) no-repeat right 30px center;
}

@media only screen and (max-width: 600px) {
  .btn_detail {
    font-size: 1.3rem;
    width: 230px;
    line-height: 40px;
    border-radius: 5px;
    background-position: right 15px center;
    background-size: 15px auto;
  }
}

.btn_detail a {
  display: block;
}

.btn_detail:active {
  transform: translateY(5px);
  box-shadow: none;
}

.btn_pk {
  background-color: #ff9195;
  box-shadow: 0 5px 0 #ce6f73;
}

@media only screen and (max-width: 600px) {
  .btn_pk {
    box-shadow: 0 2px 0 #ce6f73;
  }
}

.btn_gr {
  background-color: #3fc1be;
  box-shadow: 0 5px 0 #30918f;
}

@media only screen and (max-width: 600px) {
  .btn_gr {
    box-shadow: 0 2px 0 #30918f;
  }
}

.main_visual {
  width: 100%;
  height: 660px;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .main_visual {
    height: 480px;
  }
}

@media only screen and (max-width: 600px) {
  .main_visual {
    height: 240px;
  }
}

.main_visual:after {
  content: '';
  width: 288px;
  height: 118px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/easy/features/campaign_hawaiilovers/images/main_item.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 3;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .main_visual:after {
    width: 360px;
    height: 147px;
    top: -30px;
  }
}

@media only screen and (max-width: 600px) {
  .main_visual:after {
    width: 180px;
    height: 70px;
    top: -15px;
  }
}

.main_visual_panel {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  z-index: 2;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .main_visual_panel {
    top: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .main_visual_panel {
    top: 190px;
    left: 10px;
    width: 315px;
    height: 132px;
  }
}

@media only screen and (max-width: 1100px) {
  .main_visual_panel.visible_sp {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .main_visual_panel.hidden_sp {
    display: none;
  }
}

.main_visual_col {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_visual_simple {
  background-image: url(/easy/features/campaign_hawaiilovers/images/main_simple.png);
  background-position: center;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .main_visual_simple {
    background-size: auto 120%;
  }
}

@media only screen and (max-width: 600px) {
  .main_visual_simple {
    background-size: auto 120%;
    background-position: right 45% center;
  }
}

.main_visual_family {
  background-image: url(/easy/features/campaign_hawaiilovers/images/main_family.png);
  background-position: center;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .main_visual_family {
    background-size: auto 125%;
    background-position: right 15% top -25px;
  }
}

@media only screen and (max-width: 600px) {
  .main_visual_family {
    background-size: auto 124%;
    background-position: left 73% top -13px;
  }
}

.lead_section {
  padding-top: 75px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .lead_section {
    padding-top: 145px;
  }
}

@media only screen and (max-width: 600px) {
  .lead_section {
    padding-top: 75px;
  }
}

.lead_section_inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .lead_section_inner {
    width: 860px;
  }
}

@media only screen and (max-width: 600px) {
  .lead_section_inner {
    width: 90%;
  }
}

.lead_section_lead {
  margin: 0 auto 30px;
}

@media only screen and (max-width: 600px) {
  .lead_section_lead {
    width: 328px;
    margin-bottom: 20px;
  }
}

.lead_section_text {
  text-align: center;
}

.lead_section_case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.lead_section_case_wrap {
  flex-basis: 400px;
  margin-top: 60px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .lead_section_case_wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .lead_section_case_wrap {
    flex-basis: auto;
    margin-top: 20px;
  }
}

.lead_section_case_label {
  margin: 0 auto 20px;
}

@media only screen and (max-width: 600px) {
  .lead_section_case_label {
    width: 110px;
    margin-bottom: 15px;
  }
}

.lead_section_case_img {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 600px) {
  .lead_section_case_img {
    width: 100%;
    margin-bottom: 5px;
  }
}

.lead_section_case_text {
  width: 100%;
}

.lead_section_case_text li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .lead_section_case_text li {
    margin-bottom: 10px;
  }
}

.lead_section_name {
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .lead_section_name {
    font-size: 16px;
  }
}

@media only screen and (min-width: 601px) {
  .instagram_icon {
    width: 48px;
  }
}

@media only screen and (max-width: 600px) {
  .instagram_icon {
    width: 40px;
  }
}

.report_section {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0 0 25px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .report_section {
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 0 0 30px;
    background-position: right;
  }
}

.report_section_inner {
  width: 100%;
}

.report_title {
  margin: auto;
  padding: 20px 0;
}

@media only screen and (max-width: 600px) {
  .report_title {
    padding: 10px 5%;
  }
}

.report_title img {
  margin: auto;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report_title img {
    max-width: 850px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .report_title img {
    width: 100%;
  }
}

.report_tab {
  display: flex;
  margin: auto;
  font-size: 1.2rem;
  width: 1000px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report_tab {
    width: 860px;
  }
}

@media only screen and (max-width: 600px) {
  .report_tab {
    width: 95%;
  }
}

.report_tab li {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 600px) {
  .report_tab li {
    height: auto;
    background-color: #fff;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
  }
}

.report_tab li:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .report_tab li:first-child {
    margin-right: 6px;
  }
}

.report_tab li.on {
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 600px) {
  .report_tab li.on {
    box-shadow: none;
  }
}

.report_tab li.on .active {
  display: block;
}

.report_tab li.on .inactive {
  display: none;
}

.report_tab li.off {
  cursor: pointer;
}

.report_tab li.off .active {
  display: none;
}

.report_tab li.off .inactive {
  display: block;
}

@media only screen and (max-width: 600px) {
  .report_tab li img {
    width: 59%;
    padding: 10px 0;
  }
}

.report_assist {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  height: 110px;
  max-width: 1200px;
}

.report_assist li {
  width: 70px;
  height: 76px;
  position: absolute;
  top: 50px;
  bottom: 0;
  margin: 70px auto 0;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .report_assist li {
    display: none;
  }
}

.report_assist li:active {
  transform: translate3d(0, 2px, 0);
}

.report_assist .prev {
  left: 10px;
}

.report_assist .next {
  right: 10px;
}

.report_panel {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report_panel {
    width: 860px;
  }
}

@media only screen and (max-width: 600px) {
  .report_panel {
    width: 95%;
    padding-bottom: 15px;
    background-color: #fff;
    box-shadow: none;
  }
}

.report_panel .off {
  display: none;
}

.report_panel_content {
  padding: 20px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .report_panel_content {
    padding: 15px;
  }
}

.report_main {
  width: 100%;
  height: 360px;
  position: relative;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report_main {
    height: 310px;
  }
}

@media only screen and (max-width: 600px) {
  .report_main {
    height: auto;
  }
}

.report_body {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  .report_body {
    margin-top: 10px;
  }
}

.report_body img {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .report_body img {
    width: 100%;
  }
}

.report_main_img {
  width: 100%;
}

.report_badge {
  position: absolute;
  left: 0;
  bottom: -210px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report_badge {
    bottom: -190px;
  }
}

@media only screen and (max-width: 600px) {
  .report_badge {
    width: 102px;
    top: -8px;
    bottom: 0;
    left: -15px;
  }
}

.report01 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_ye.png);
}

.report01_tab.off {
  background-color: #f4e228;
}

.report01_panel {
  min-height: 920px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report01_panel {
    min-height: 1050px;
  }
}

@media only screen and (max-width: 600px) {
  .report01_panel {
    min-height: 680px;
  }
}

.report02 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_bu.png);
}

.report02_tab.off {
  background-color: #8ee3ff;
}

.report02_panel {
  min-height: 890px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report02_panel {
    min-height: 1040px;
  }
}

@media only screen and (max-width: 600px) {
  .report02_panel {
    min-height: 610px;
  }
}

.report02 .hawaiian_logo {
  position: absolute;
  top: -310px;
  right: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report02 .hawaiian_logo {
    top: -285px;
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .report02 .hawaiian_logo {
    width: 13%;
    top: -26%;
    right: 0;
    left: 20%;
    margin: auto;
  }
}

.report03 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_gn.png);
}

.report03_tab.off {
  background-color: #bce286;
}

.report03_panel {
  min-height: 890px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report03_panel {
    min-height: 1020px;
  }
}

@media only screen and (max-width: 600px) {
  .report03_panel {
    min-height: 620px;
  }
}

.report04 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_pk.png);
}

.report04_tab.off {
  background-color: #ffbed3;
}

.report04_panel {
  min-height: 920px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report04_panel {
    min-height: 1045px;
  }
}

@media only screen and (max-width: 600px) {
  .report04_panel {
    min-height: 695px;
  }
}

.report05 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_ye.png);
}

.report05_tab.off {
  background-color: #f4e228;
}

.report05_panel {
  min-height: 880px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report05_panel {
    min-height: 1040px;
  }
}

@media only screen and (max-width: 600px) {
  .report05_panel {
    min-height: 600px;
  }
}

.report06 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_bu.png);
}

.report06_tab.off {
  background-color: #8ee3ff;
}

.report06_panel {
  min-height: 880px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report06_panel {
    min-height: 835px;
  }
}

@media only screen and (max-width: 600px) {
  .report06_panel {
    min-height: 520px;
  }
}

.report06 .report_simple_gup {
  position: absolute;
  top: 295px;
  right: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report06 .report_simple_gup {
    top: 190px;
    right: -15px;
  }
}

@media only screen and (max-width: 600px) {
  .report06 .report_simple_gup {
    width: 25%;
    top: 50%;
    right: -5px;
  }
}

.report06 .report_family_gup {
  position: absolute;
  top: 310px;
  right: 60px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report06 .report_family_gup {
    top: 220px;
    right: -10px;
  }
}

@media only screen and (max-width: 600px) {
  .report06 .report_family_gup {
    width: 25%;
    top: 50%;
    right: -5px;
  }
}

.report07 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_gn.png);
}

.report07_tab.off {
  background-color: #bce286;
}

.report07_panel {
  min-height: 890px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report07_panel {
    min-height: 1030px;
  }
}

@media only screen and (max-width: 600px) {
  .report07_panel {
    min-height: 575px;
  }
}

.report08 {
  background-image: url(/easy/features/campaign_hawaiilovers/images/report_bg_pk.png);
}

.report08_tab.off {
  background-color: #ffbed3;
}

.report08_panel {
  min-height: 880px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .report08_panel {
    min-height: 1040px;
  }
}

@media only screen and (max-width: 600px) {
  .report08_panel {
    min-height: 585px;
  }
}

.cost_section {
  padding: 90px 0 70px;
  background: url(/easy/features/campaign_hawaiilovers/images/cost_bg.png) no-repeat center top;
  background-size: auto 100%;
}

@media only screen and (max-width: 600px) {
  .cost_section {
    padding: 35px 0 25px;
  }
}

.cost_panel {
  width: 1200px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  padding: 60px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .cost_panel {
    width: 860px;
    padding: 75px 20px 55px;
  }
}

@media only screen and (max-width: 600px) {
  .cost_panel {
    width: 95%;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 27px 15px 30px;
  }
}

.cost_panel .btn {
  margin: 0 auto;
}

.cost_title {
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .cost_title {
    width: 312px;
  }
}

.cost_case_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 55px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .cost_case_wrap {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .cost_case_wrap {
    padding-bottom: 30px;
  }
}

.cost_case {
  width: 411px;
  margin-top: 50px;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .cost_case {
    width: 406px;
  }
}

@media only screen and (max-width: 600px) {
  .cost_case {
    width: 100%;
    max-width: 325px;
    margin: 30px auto 0;
  }
}

.cost_case_label {
  margin: 0 auto 30px;
}

@media only screen and (max-width: 600px) {
  .cost_case_label {
    height: 16px;
    margin: 0 auto 12px;
  }
}

.cost_case_table {
  width: 100%;
}

.about_section {
  padding: 40px 0 60px;
  background: url(/easy/features/campaign_hawaiilovers/images/about_bg.png);
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .about_section {
    padding: 30px 0 60px;
  }
}

@media only screen and (max-width: 600px) {
  .about_section {
    padding: 20px 0 30px;
  }
}

.about_title {
  margin: 0 auto 15px;
}

@media only screen and (max-width: 600px) {
  .about_title {
    width: 100px;
    margin-bottom: 15px;
  }
}

.about_logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .about_logo_wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.about_logo {
  width: 322px;
  height: 257px;
  position: relative;
      margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .about_logo {
    width: 200px;
    height: 65px;
    /* margin-bottom: 15px; */
  }
}

.about_logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .about_logo img {
    width: 136px;
  }
}

@media only screen and (max-width: 600px) {
  .about_lead {
    text-align: center;
  }
}

.about_btn_wrap {
  display: flex;
  justify-content: center;
  width: 960px;
  margin: 0 auto;
}

@media only screen and (min-width: 601px) and (max-width: 1100px) {
  .about_btn_wrap {
    width: 820px;
  }
  .about_btn_wrap .btn_detail {
    width: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .about_btn_wrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .about_btn_wrap .btn_detail {
    margin-top: 25px;
  }
}

/* .footer {
  text-align: center;
  padding: 50px 0 40px;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 20px 0 10px;
  }
}*/

@media only screen and (max-width: 600px) {
  .footer_logo {
    width: 240px;
    margin-bottom: 15px;
  }
}

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

@media only screen and (max-width: 600px) {
  .copyright {
    font-size: .8rem;
  }
}
