@charset "utf-8";

#contents {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
}
img {
  backface-visibility: hidden;
}

/**************************PC only*********************************/
@media screen and (min-width: 768px) {
  body div#video-container div#contents {
    width: 1100px;
  }
  section.attention_top_wrap {
    margin-top: 20px;
    max-width: 1100px;
  }
  section.attention_top_wrap .attention_top {
    min-height: 66px;
    padding: 0;
    width: 100%;
  }
  section.attention_top_wrap .attention_top h2.num01 {
    font-size: 16px;
    width: 188px;
  }
  section.attention_top_wrap .attention_top p.h3-text01 {
    font-size: 14px;
    padding: .2em 0 .2em 30px;
  }
  section.attention_top_wrap .attention_top p.h3-text01 a {
    color: #0080dd;
  }
  section.attention_top_wrap .attention_top p.h3-text01 a:hover {
    text-decoration: none;
  }
  .mv_link {
    padding-bottom: 50px;
    position: relative;
    text-align: center;
  }
  .mv_link .lead_text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .mv_link .lead_text em {
    color: #ee3689;
    font-size: 44px;
    font-style: normal;
  }
  .mv_link .mv_link_btn a {
    border: 6px solid #e5e6ed;
    border-radius: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    min-height: 120px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .mv_link .mv_link_btn a:hover {
    background: rgba(255,255,255,0.3);
  }
  .mv_link .mv_link_btn a::after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    height: 14px;
    margin-left: 30px;
    transform: rotate(45deg);
    width: 14px;
  }
  .mv_link .model {
    margin-right: -610px;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    right: 50%;
  }

  .features1_area {
    background: #f7f7f7;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    margin-top: 12px;
    padding: 16px 26px 25px;
    width: 1000px;
  }
  .features1_area .features1_inner {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 20px 32px 22px;
  }
  .features1_area .ttl {
    background: #d3307a;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 36px;
    text-align: center;
  }
  .features1_area .step_ttl {
    border-bottom: 3px solid #e2e2e2;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  .features1_area .step_ttl:nth-of-type(n+2) {
    margin-top: 35px;
  }
  .features1_area .step_ttl span {
    color: #d3307a;
    font-size: 28px;
    padding-right: 20px;
  }
  .features1_area .step_ttl span em {
    font-size: 36px;
    font-style: normal;
  }
  .features1_area .step_text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
  }
  .text_box {
    margin: 50px 0 40px;
    text-align: center;
    position: relative;
  }
  .features1_area .annotation_text {
    font-size: 14px;
    line-height: 1.3;
    margin-left: 1em;
    text-indent: -1em;
  }
  .features1_area .service_list {
    display: flex;
    justify-content: center;
    margin-top: 28px;
  }
  .features1_area .service_list li + li {
    margin-left: 28px;
  }
  .features1_area .service_link {
    margin: 35px 0 60px;
    text-align: center;
  }
  .features1_area .service_link a {
    color: #2e88ba;
    font-size: 24px;
    text-decoration: underline;
  }
  .features1_area .service_link a:hover {
    text-decoration: none;
  }
  .features1_area .contact_box {
    background: #f7f7f7;
    padding: 40px 34px 25px;
  }
  .features1_area .contact_box .contact_ttl {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 24px;
    text-align: center;
  }
  .features1_area .contact_box .contact_ttl em {
    color: #d3307a;
    font-size: 50px;
    font-style: normal;
  }
  .features1_area .contact_box .contact_list {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .features1_area .contact_box .contact_list li + li {
    margin-left: 14px;
  }
  .features1_area .contact_box .contact_list li a:hover {
    opacity: 0.7;
  }
  .features1_area .contact_box .member_ttl {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
  }
  .features1_area .contact_box .member_ttl em {
    color: #d3307a;
    font-style: normal;
  }
  .features1_area .contact_box .member_link {
    margin-bottom: 35px;
    text-align: center;
  }
  .features1_area .contact_box .member_link a {
    color: #2e88ba;
    font-size: 24px;
    text-decoration: underline;
  }
  .features1_area .contact_box .member_link a:hover {
    text-decoration: none;
  }
  .features1_area .contact_box .member_btn a {
    background: #faec21;
    border-radius: 3px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 108px;
    position: relative;
    text-decoration: none;
    vertical-align: baseline;
  }
  .features1_area .contact_box .member_btn a:hover {
    opacity: 0.7;
  }
  .features1_area .contact_box .member_btn a::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: rotate(-45deg) translateY(-50%);
    width: 10px;
  }
  .features1_area .contact_box .member_btn a em {
    font-size: 34px;
    font-style: normal;
    margin-top: -10px;
  }
}


/******************SP TAB*******************/
@media only screen and (max-width: 1024px) {}


/****************SP only***************************************sp*/
@media only screen and (max-width: 767px) {
  body div#video-container {
    background-size: auto 100%;
  }
  body div#video-container div#contents {
    margin: 0 auto;
    padding-top: 22vw;
    width: 94%;
  }
  section.attention_top_wrap {
    margin-top: 7px;
    max-width: 100%;
    padding: 0;
  }
  section.attention_top_wrap .attention_top {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  section.attention_top_wrap .attention_top h2.num01 {
    font-size: 2.7vw;
    line-height: 1.2;
    width: 10%;
  }
  section.attention_top_wrap .attention_top p.h3-text01 {
    font-size: 2.7vw;
    padding: .5em 3vw;
    width: 90%;
  }
  section.attention_top_wrap .attention_top p.h3-text01 a {
    color: #0080dd;
  }
  .mv_link {
    margin-top: 5vw;
    padding-bottom: 6.4vw;
    position: relative;
    text-align: center;
  }
  .mv_link .lead_text {
    color: #fff;
    font-size: 3.7vw;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .mv_link .lead_text em {
    color: #ee3689;
    font-size: 5.3vw;
    font-style: normal;
  }
  .mv_link .mv_link_btn a {
    border: 3px solid #e5e6ed;
    border-radius: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.7vw;
    line-height: 1.3;
    min-height: 16vw;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .mv_link .mv_link_btn a::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 6px;
    margin-left: 5.3vw;
    transform: rotate(45deg);
    width: 6px;
  }
  .mv_link .model {
    position: absolute;
    bottom: 0;
    right: -3%;
    width: 42.4vw;
  }


  .features1_area {
    background: #f7f7f7;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif;
    margin: 1vw -2% 0;
    padding: 3.2vw 2%;
    width: 104%;
  }
  .features1_area .features1_inner {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 3.2vw 5.8vw;
  }
  .features1_area .ttl {
    background: #d3307a;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 7.5vw;
    text-align: center;
  }
  .features1_area .step_ttl {
    border-bottom: 2px solid #e2e2e2;
    color: #000;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 3.2vw;
    padding-bottom: 2.1vw;
  }
  .features1_area .step_ttl:nth-of-type(n+2) {
    margin-top: 6.7vw;
  }
  .features1_area .step_ttl span {
    color: #d3307a;
    font-size: 3.7vw;
    padding-bottom: 1vw;
  }
  .features1_area .step_ttl span em {
    font-size: 4.8vw;
    font-style: normal;
  }
  .features1_area .step_text {
    color: #000;
    font-size: 2.9vw;
    line-height: 1.5;
  }
  .text_box {
    margin: 6.9vw auto 5.3vw;
    position: relative;
    width: 58.4vw;
  }
  .features1_area .annotation_text {
    font-size: 2.7vw;
    line-height: 1.3;
    margin-left: 1em;
    text-indent: -1em;
  }
  .features1_area .service_list {
    margin-top: 6.9vw;
  }
  .features1_area .service_list li + li {
    margin-top: 4.2vw;
  }
  .features1_area .service_link {
    margin: 7.4vw 0 8vw;
    text-align: center;
  }
  .features1_area .service_link a {
    color: #2e88ba;
    font-size: 4vw;
    text-decoration: underline;
  }
  .features1_area .service_link a:hover {
    text-decoration: none;
  }
  .features1_area .contact_box {
    background: #f7f7f7;
    padding: 7.4vw 1.6vw 3.2vw;
  }
  .features1_area .contact_box .contact_ttl {
    color: #000;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 4.2vw;
    text-align: center;
  }
  .features1_area .contact_box .contact_ttl em {
    color: #d3307a;
    font-size: 7.2vw;
    font-style: normal;
  }
  .features1_area .contact_box .contact_list {
    margin-bottom: 6.7vw;
  }
  .features1_area .contact_box .contact_list li + li {
    margin-top: 3.6vw;
  }
  .features1_area .contact_box .member_ttl {
    color: #000;
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 3.2vw;
    text-align: center;
  }
  .features1_area .contact_box .member_ttl em {
    color: #d3307a;
    font-style: normal;
  }
  .features1_area .contact_box .member_link {
    margin-bottom: 7.2vw;
    text-align: center;
  }
  .features1_area .contact_box .member_link a {
    color: #2e88ba;
    font-size: 3.6vw;
    letter-spacing: 0;
    text-decoration: underline;
  }
  .features1_area .contact_box .member_btn a {
    background: #faec21;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 3.6vw;
    font-weight: bold;
    padding: 3.2vw 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
  }
  .features1_area .contact_box .member_btn a::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    height: 5px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: rotate(-45deg) translateY(-50%);
    width: 5px;
  }
  .features1_area .contact_box .member_btn a em {
    font-size: 5.3vw;
    font-style: normal;
  }
}

span #wi-fi {
  display: flex;
  margin-left: 8px;
}
span #icon {
  color: #00DA99;
}

#mv a.mv_link {
  color: #fff;
}
#mv a.mv_link:hover {
  text-decoration: none;
}