@charset "utf-8";

body {
  color: #333;
}

#mainContainer {
  font-size: 15px !important;
}

.contents_wrapper {
  margin-top: 50px;
}

.keyvisual_subtext {
  max-width: 1366px;
  margin: 5px auto 0;
  font-size: 12px;
  color: #555;
}

.annotationList li {
  font-size: 14px !important;
}

.lh_1 {
  line-height: 1 !important;
}

.lh_2 {
  line-height: 2 !important;
}

.fz_1up {
  font-size: 1.3em;
}

.w100p {
  width: 100%;
}

.pc_w80p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.rwd_mb100 {
  margin-bottom: 100px;
}

.rwd_mb80 {
  margin-bottom: 80px;
}

.rwd_mb50 {
  margin-bottom: 50px;
}

.bg_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.bg_offwhite {
  background-color: #f9f8f6;
}

.bg_overhang {
  padding-left: 50vw;
  padding-right: 50vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fz_pc16_sp14 {
  font-size: 16px;
}

.hdg_A {
  font-size: 30px;
  line-height: 1.5;
}

.img_ttl {
  width: 600px;
}

.img_logo {
  width: 500px;
}

.lounge_feature_box {
  display: flex;
}

.lounge_feature_text {
  flex: 1;
  margin-right: 50px;
}

.lounge_feature_img {
  width: 400px;
}

.lounge_feature_number .img_number {
  width: 140px;
}

.lounge_feature_title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.lounge_feature_reverse .lounge_feature_text {
  order: 2;
  margin-right: 0;
}

.lounge_feature_reverse .lounge_feature_img {
  order: 1;
  margin-right: 50px;
}

.lounge_feature_recommend {
  display: flex;
  flex-wrap: wrap;
}

.lounge_recommend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.lounge_recommend_item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.lounge_recommend_item .item_warp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(120deg, #f1e5d5, #f2f0e1);
}

.info_text {
  border: 1px solid #42a4e3;
  color: #42a4e3;
  padding: 8px;
  font-size: 15px;
}

.consultation_flow {
  display: flex;
}

.consultation_flow_item {
  flex: 1;
  position: relative;
}

.consultation_flow_item:not(:last-child) {
  margin-right: 30px;
}

.consultation_flow_item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 24px);
  right: -25px;
  line-height: 0;
  width: 19px;
  height: 15px;
  background: url("/lp/imgs/cam_2012_lounge/img04_arrow.png") center center / cover
    no-repeat;
}

.lounge_access {
  display: flex;
}

.lounge_access_item {
  flex: 1;
}

.lounge_access_item:not(:last-child) {
  margin-right: 40px;
}

.link_btn_line {
  display: inline-block;
  min-width: 40%;
  border: 2px solid #333;
  background: #fff;
  font-weight: bold;
  color: #333 !important;
  padding: 10px 50px;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  transition: opacity 2s;
}

.link_btn_line::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  border: 2px solid #333;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.link_btn_brown {
  display: inline-block;
  min-width: 60%;
  background: linear-gradient(120deg, #7a543a, #7b5723);
  font-weight: bold;
  color: #fff !important;
  padding: 25px 50px;
  position: relative;
  font-size: 22px;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(122, 83, 58, 0.4);
  transition: opacity 0.2s;
}

.link_btn_brown::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}

.link_btn_line:hover,
.link_btn_brown:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

a[href$="pdf"] {
  background-image: none;
  background-position: right 0;
  padding-right: 0;
}

@media screen and (max-width: 899px) {
  .contents_wrapper {
    margin-top: 40px;
  }

  .pc_w80p {
    width: auto;
  }

  .rwd_mb100 {
    margin-bottom: 70px;
  }

  .rwd_mb80 {
    margin-bottom: 50px;
  }

  .rwd_mb50 {
    margin-bottom: 40px;
  }

  .bg_padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hdg_A {
    font-size: 28px;
  }

  .fz_pc16_sp14 {
    font-size: 14px;
  }

  .img_list_item {
    width: 50%;
    padding: 2px;
  }

  .lounge_feature_box {
    display: block;
  }

  .lounge_feature_text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .lounge_feature_img {
    width: auto;
  }

  .lounge_feature_number .img_number {
    width: 120px;
  }

  .lounge_feature_title {
    font-size: 30px;
  }

  .lounge_feature_reverse .lounge_feature_text {
    order: inherit;
  }

  .lounge_feature_reverse .lounge_feature_img {
    order: inherit;
    margin-right: 0;
  }

  .lounge_recommend {
    display: block;
    margin: 0;
  }

  .lounge_recommend_item {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
  }

  .lounge_recommend_item .item_warp {
    min-height: 70px;
  }

  .consultation_flow {
    display: block;
  }

  .consultation_flow_item {
    position: relative;
  }

  .consultation_flow_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .consultation_flow_item:not(:last-child)::before {
    top: auto;
    bottom: -35px;
    left: calc(50% - 8px);
    right: auto;
    width: 15px;
    height: 19px;
    background: url("/lp/imgs/cam_2012_lounge/_sphone/img04_arrow.png") center center /
      cover no-repeat;
  }

  .lounge_access {
    display: block;
  }

  .lounge_access_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .lounge_access_img {
    width: 80%;
    margin: 0 auto;
  }

  .link_btn_line {
    width: 100%;
    padding: 10px 30px;
    font-size: 16px;
  }

  .link_btn_line::before {
    right: 16px;
  }

  .link_btn_brown {
    width: 100%;
    padding: 22px 30px;
    font-size: 20px;
  }

  .link_btn_brown::before {
    right: 16px;
  }

  .hdg_A_sp_fz1dowm {
    font-size: 26px;
    line-height: 1.25;
  }

  #movie_mil {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:56.25%;
    margin:0 auto;
  }
  #movie_mil iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
  }
}

/**/
.header--simple #simple-logo {
  width: auto;
}

.disclaim-block-box.disc-top {
  margin: 20px auto;
  max-width: 900px;
  padding: 20px;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
    margin: 20px;
  }
}


