@charset "UTF-8";
/*	reset
-----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
embed,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 100%;
}

html {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*	base
-----------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-size: 88%;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  line-height: 167%;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
}
button:hover,
button:focus {
  opacity: 0.7;
}
a {
  color: #06c;
  text-decoration: none;
  transition: all 0.3s;
}
a:link,
a:visited {
  color: #06c;
}
a:hover,
a:focus {
  color: #f00;
  opacity: 0.7;
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 900px;
  height: 100vh;
}

@media screen and (max-width: 1366px) {
  .wrapper {
    min-height: 830px;
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    min-height: auto;
    height: auto;
  }
}

.btn_style {
  position: relative;
  display: inline-block;
  padding: 15px 80px 17px 23px;
  background: #e60012;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 1em;
}
.btn_style .text {
  padding-left: 27px;
  background: url("/img/landing_page/common/icon03.png") no-repeat 0 center;
  background-size: 17px auto;
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  font-size: 20px;
  line-height: 1em;
}
.btn_style .thumb {
  position: absolute;
  top: -7px;
  right: 10px;
  border: 1px solid #ccc;
}

/* contents_main */
.contents_main {
  position: relative;
  flex: 1 1 auto;
}

.contents_main img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

/* lp_header */
.lp_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 40px;
  max-width: 1280px;
  width: 100%;
}
.lp_header .inner .logo img {
  width: 133px;
}

.lp_header .inner.of-primary {
    padding: 15px 40px;
    min-height: 80px;
    line-height: 1;
}

.lp_header .inner.of-primary > a {
    display: flex;
    align-items: center;
}

.lp_header .inner.of-primary > *:last-child {
    margin-bottom: 0;
  }

/* lp_footer */
.lp_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #333;
  flex: 0 0 auto;
}
.lp_footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_footer .link li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
.lp_footer .link li a {
  color: #fff;
  font-size: 14px;
}
.lp_footer .link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

/* main_visual */
.main_visual.sections {
  background: linear-gradient(#eee, 95%, #fff);
}

@media screen and (max-width: 1200px) {
  .main_visual.sections {
    padding: calc(60 / 1200 * 100vw) 15px calc(120 / 1200 * 100vw);
    margin-bottom: calc(40 / 1200 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .main_visual.sections {
    padding: 60px 15px 30px;
    margin-bottom: 20px;
  }
}

.main_visual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .main_visual_inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .main_visual_inner {
    flex-direction: column-reverse;
  }
}

.text_group {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .text_group {
    width: 100%;
  }

  .text_group--narrow {
    width: 54%;
  }
}


@media screen and (max-width: 750px) {
  .text_group {
    width: 100%;
  }
}

.main_lead {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 6px;
  margin-top: 20px;
  line-height: 1;
}
.main_catchphrase {
  margin-top: 20px;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4px;
}

@media screen and (max-width: 1200px) {
  .main_lead {
    font-size: calc((100vw/1200)*30);
  }

  .main_catchphrase {
    font-size: calc((100vw/1200)*65);
  }
}

@media screen and (max-width: 750px) {
  .main_lead {
    font-size: calc((100vw/750)*40);
    text-align: center;
  }
}
.main_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main_title .new_icon {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px ;
  border: 1px solid #e60013;
  color: #e60013;
  font-weight: 900;
  font-size: 16px;
  line-height: 1em;
}
.main_title .product_name {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2em;
}
.main_title .break_point {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.main_img {
  width: 31.111111%;
}

/* sections */
.sections {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease 0s,
  visibility 0.6s ease 0s;
  pointer-events: none;
}

.sections.ac {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.sections .section_warpper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.sections .section_body {
  width: 100%;
}

.sections .section_inner {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .sections {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }

  .sections .section_inner {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 1050px;
    width: 100%;
    padding: 0 15px;
  }

  .sections + .sections {
    margin-bottom: calc(120 / 1200 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .sections + .sections {
    margin-bottom: calc(140 / 750 * 100vw);
  }
}


.emphasis {
  color: #0086d1;
}
.sections_btn {
  padding: 0 5vw;
  text-align: center;
}

/* appeal_point01 */
.appeal_point01 .text_group {
  width: 57%;
}

@media screen and (max-width: 1200px) {
  .appeal_point01 .text_group {
    width: 100%;
  }
}

.product_point_wrap {
  position: relative;
  width: 35%;
  min-width: 310px;
}

@media screen and (max-width: 1200px) {
  .product_point_wrap {
    width: 50%;
    margin-top: 20px;
  }
}

.product_point {
  position: absolute;
  width: 32.5%;
}
.product_point01 {
  top: 45px;
  left: -55px;
}
.product_point02 {
  bottom: 22%;
  left: 4%;
}
.product_point03 {
  top: 40%;
  right: -10%;
}
.product_point01 img {
  transition: all 0.3s 0.3s;
}
.product_point02 img {
  transition: all 0.3s 1.5s;
}
.product_point03 img {
  transition: all 0.3s 0.9s;
}
.show .product_point img {
  opacity: 1;
}
.product_point::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 4px;
  margin-top: -2px;
  background: #0098e8;
}
.product_point01::after {
  width: 48px;
  right: -46px;
}
.product_point02::after {
  width: 104px;
  right: -102px;
}
@media screen and (max-width: 1200px) {
  .product_point02::after {
    width: 110px;
    right: -108px;
  }
}

@media screen and (max-width: 910px) {
  .product_point02::after {
    width: 85px;
    right: -84px;
  }
}
.product_point03::after {
  left: -43px;
  width: 45px;
}

/* appeal_point02 */
.appeal_point02 .text_group {
  position: relative;
}
.spec_point_wrap {
  position: relative;
  display: flex;
  margin-top: 40px;
  height: 100%;
  z-index: 1;
}
.spec_point {
  position: absolute;
  width: 183px;
  padding: 6px 10px 6px;
  border: 2px solid #0085cb;
  background: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #0085cb;
  line-height: 1;
}

.spec_pointItem01 {
  top: 0;
  right: 25%;
}

.spec_pointItem02 {
  top: 35%;
  left: 40px;
}

.spec_pointItem03 {
  bottom: 20%;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .spec_pointItem01 {
    top: 0;
    right: 35%;
  }

  .spec_pointItem02 {
    top: 45%;
    left: 30px;
  }

  .spec_pointItem03 {
    bottom: 25%;
    right: -30px;
  }
}

@media screen and (max-width: 750px) {
  .spec_pointItem01 {
    top: 10px;
    right: 22%;
  }

  .spec_pointItem02 {
    top: 53%;
    left: -30px;
  }

  .spec_pointItem03 {
    bottom: 7%;
    right: -12px;
  }
}

@media screen and (max-width: 580px) {
  .spec_pointItem02 {
    left: -11px;
  }
}

.spec_point_lead {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.spec_point .is_small {
  font-size: 64%;
}

.image_body {
  position: relative;
  width: 56%;
  padding-bottom: 35%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .image_body {
    width: 70%;
    overflow: visible;
    padding-bottom: 45%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .image_body {
    width: 100%;
  }
}

.image_group {
  position: absolute;
  width: 100%;
  height: 100%;
}
.image_group .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
}

@media screen and (max-width: 1200px) {
  .image_group .img {
    width: 180%;
  }
}

.appeal_point02 .sections_btn {
  margin-top: 85px;
}

.image_wrap {
  flex-shrink: 0;
  width: 45%;
}

@media screen and (max-width: 1200px) {
  .image_wrap {
    flex-shrink: 0;
    width: 60%;
    margin-top: 20px;
  }  
}

@media screen and (max-width: 750px) {
  .image_wrap {
    width: 100%;
  }  
}

/* bottom_dl_area */
.bottom_dl_area .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 100px auto 160px;
  padding: 0 20px;
  max-width: 850px;
  width: 100%;
}
.bottom_dl_area .inner .large_thumb {
  flex: 0 0 auto;
  margin-right: 80px;
  border: 1px solid #ccc;
}
.bottom_dl_area .inner .text_group {
  flex: 1 1 auto;
}
.bottom_dl_area .inner .text_group .lead01 {
  margin-bottom: 30px;
  text-align: left;
  font-size: 32px;
  line-height: 1.3em;
}

/* media */
@media screen and (max-width: 1000px) {

  /* appeal_point02 */
  .spec_point {
    font-size: 30px;
  }
  .spec_point_lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .btn_style {
    display: block;
  }
  .btn_style .text {
    font-size: 18px;
  }
  .pc_only {
    display: none;
  }

  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 15px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .lp_header .inner.of-primary {
    justify-content: center;
    padding: 15px;
    min-height: auto;
  }
  .lp_header .inner.of-primary .lp-textPhone {
    display: none;
  }

  .lp_header .header_link {
    margin-left: 5vw;
  }

  .lp_header .tel_box {
    display: none;
  }

  /* lp_footer */
  .lp_footer .link {
    flex-wrap: wrap;
  }
  .lp_footer .link .copy {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  .lp_footer .link .copy::before {
    display: none;
  }

  /* main_visual */
  .main_visual .text_group {
    width: 100%;
    margin-top: 20px;
  }
  .main_catchphrase {
    margin-top: 10px;
    font-size: calc((100vw/750)*59);
    text-align: center;
  }

  .main_title {
    display: block;
    text-align: center;
  }

  .main_title .product_name {
    font-size: calc((100vw/750)*36);
  }
  .main_img {
    width: 58%;
    max-width: 500px;
  }

  /* appeal_point01 */
  .appeal_point01 .text_group {
    width: 100%;
  }
  .product_point_wrap {
    width: 100%;
    max-width: 380px;
    min-width: auto;
  }
  .product_point_wrap .image {
    width: 100%;
    margin: 0 auto;
  }
  .product_point {
    width: 100px;
  }
  .product_point01 {
    top: 63px;
    left: -98px;
  }
  .show .product_point01::after {
    right: -110%;
    width: 110%;
  }
  .product_point02 {
    bottom: 110px;
    left: 40px;
  }
  .show .product_point02::after {
    right: -130%;
    width: 130%;
  }
  .product_point03 {
    top: 192px;
    right: -32px;
  }
  .show .product_point03::after {
    left: -62%;
    right: auto;
    width: 62%;
  }
  .appeal_point01 .sections_btn {
    margin-top: 30px;
  }

  /* appeal_point02 */
  .image_group .img {
    width: 150%;
  }
  .spec_point_wrap {
    justify-content: center;
    width: 100%;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .spec_point {
    max-width: 33%;
    padding: 4px calc(10 / 750 * 100vw) 4px;
    font-size: calc((100vw/750)*25);
    line-height: 1.5;
  }
  .spec_point_lead {
    margin-bottom: 0;
    font-size: 12px;
  }
  .appeal_point02 .sections_btn {
    margin-top: 20px;
  }

  /* appeal_point03 */
  .appeal_point03 .section_inner {
    padding: 0 5vw;
  }
  .image_wrap {
    margin-top: 20px;
  }
  .image_wrap .image + .image {
    margin-top: 20px;
  }

  /* bottom_dl_area */
  .bottom_dl_area .inner {
    flex-direction: column;
    align-items: center;
    margin: 15vw auto;
    padding: 0 5vw;
  }
  .bottom_dl_area .inner > * {
    min-height: 0%;
  }
  .bottom_dl_area .inner .large_thumb {
    margin: 0 0 8vw;
  }
  .bottom_dl_area .inner .text_group .lead01 {
    margin-bottom: 10vw;
    font-size: 22px;
  }
}

@media screen and (max-width: 600px) {
  /* appeal_point01 */
  .product_point_wrap .image {
    width: 80%;
  }
  .product_point {
    width: 25%;
  }
  .product_point01 {
    top: 13%;
    left: -4%;
  }
  .show .product_point01::after {
    right: -50%;
    width: 50%;
  }
  .product_point02 {
    bottom: 23%;
    left: 10%;
  }
  .show .product_point02::after {
    right: -110%;
    width: 110%;
  }
  .product_point03 {
    top: 41%;
    right: 0%;
  }
  .show .product_point03::after {
    left: -50%;
    width: 50%;
  }
}

/* Phone */
.lp-textPhone-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 5vw 65px;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 1201px) {
  .lp-textPhone-outer {
    display: none;
  }
}

.lp-textPhone-outer .lp-text.of-primary {
  font-size: 20px;
  font-weight: bold;
}

.lp-textPhone-outer .lp-textPhone {
  margin-left: 28px;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
}

.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.lp-textPhone-outer .lp-textPhone-icon {
    width: 66px;
    height: 38px;
    margin: 3px 8px 0 0;
}

.lp-textPhone-icon .of-iconColor-primary {
    fill: #00a23f;
}

.lp-textPhone-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.lp-textPhone-outer .lp-textPhone-number {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
}

.lp-textPhone-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
}

.lp-textPhone-outer .lp-textPhone-note {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .lp-textPhone-outer {
    display: block;
    padding: 30px 5vw;
  }

  .lp-textPhone-outer .lp-textPhone {
    margin: 15px 0 0;
  }

  .lp-textPhone-outer .lp-textPhone-number {
    font-size: 35px;
  }
}

/* lp_navigation */
.lp_navigation {
  flex: 0 0 auto;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #646871;
}

@media screen and (max-width: 1200px) {
  .lp_navigation {
    display: none;
  }
}

.lp_navigation .inner {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1720px;
  border-right: 1px solid #ccc;
  min-height: 64px;
}
.lp_navigation .inner li {
  flex: 1 1 auto;
  width: calc(100% / 6);
  border-left: 1px solid #ccc;
}
.lp_navigation .inner li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #646871;
  color: #fff;
  font-weight: 700;
  transition: background-color 0.3s ease 0s;
}
.lp_navigation .inner li a:hover,
.lp_navigation .inner li a.ac {
  background: #3d779f;
  opacity: 1;
}
.lp_navigation .inner li a.cv {
  background: #dc002f;
}
.lp_navigation .inner li a.cv:hover {
  background: #c70212;
}
.lp_navigation .inner li a.cv .txt {
  padding: 0 0 0 25px;
  background: url("/img/landing_page/common/icon03.png") no-repeat left center;
  background-size: auto 100%;
  font-size: 18px;
}
.lp_navigation .inner li a.cv.of-download .txt {
  padding: 0 0 0 30px;
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat left center;
}
.lp_navigation .inner li a span {
  display: block;
  margin: 0 auto;
  color: inherit;
  font-weight: inherit;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.lp_navigation .inner li a .large {
  font-size: 18px;
}

@media only screen and (max-width: 1530px) {
  .lp_navigation .inner li a .large {
    font-size: calc(18 / 1530 * 100vw);
  }

  .lp_navigation .inner li a.cv.of-download .txt {
    font-size: calc(18 / 1530 * 100vw);
  }
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .lp-listButton {
    margin-top: calc(40 / 1200 * 100vw)
  }
}

@media screen and (max-width: 750px) {
  .lp-listButton {
    margin-top: calc(60 / 750 * 100vw)
  }

  .main_visual_inner .lp-listButton{
    justify-content: center;
  }
}

.lp-listButton--center {
  justify-content: center;
}

.lp-listButton .lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease 0s;
}

@media only screen and (max-width: 640px) {
  .lp-listButton .lp-buttonConversion {
      font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .lp-buttonConversion:hover {
      background-color: #c6002a;
  }
}

.lp-buttonConversion.of-primary {
  background: #13778f;
}

@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
      background-color: #116b81;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
      padding-top: 14px;
      padding-bottom: 14px;
  }
}

.lp-buttonConversion-text {
  margin-right: 16px;
  font-size: 20px;
}

.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}

.sections .section_inner .text_group .section_title {
  margin-bottom: calc((100vw/1920)*35);
  padding-bottom: calc((100vw/1920)*35);
  border-bottom: 2px solid #dcdcdc;
}
.sections .section_inner .text_group .section_title .br_point {
  display: block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.sections .section_inner .text_group .section_title .main {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3em;
}

@media only screen and (max-width: 1920px) {
  .sections .section_inner .text_group .section_title .main {
    margin-bottom: calc((100vw/1920)*10);
    font-size: calc((100vw/1920)*50);
  }
}

.sections .section_inner .text_group .section_title .sub {
  display: block;
  color: #0086d1;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
}

@media only screen and (max-width: 1920px) {
  .sections .section_inner .text_group .section_title .sub {
    font-size: calc((100vw/1920)*26);
  }
}
.sections .section_inner .text_group .section_text {
  font-size: 18px;
  line-height: 1.6em;
}
.sections .section_inner .text_group .section_text + .section_text {
  margin-top: calc((100vw/1920)*25);
}
.sections .section_inner .text_group .section_btn {
  margin-top: calc((100vw/1920)*55);
}
.sections .section_inner .text_group .feature_list {
  list-style: disc;
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: -0.5em;
}
.sections .section_inner .text_group .feature_list li{
  margin-bottom: 0.5em;
  margin-left: 2em;
}

@media screen and (max-width: 1200px) {
  .sections .section_inner .text_group .section_title {
    margin-bottom: calc((100vw/1200)*30);
    padding-bottom: calc((100vw/1200)*30);
  }
  .sections .section_inner .text_group .section_title .main {
    margin-bottom: calc((100vw/1200)*20);
    font-size: calc((100vw/1200)*65);
  }

  .sections .section_inner .text_group .section_title .sub {
    font-size: calc((100vw/1200)*30);
  }

  .sections .section_inner .text_group .section_text,
  .sections .section_inner .text_group .feature_list{
    font-size: 18px;
    overflow: hidden;
  }
  .sections .section_inner .text_group .section_text + .section_text {
    margin-top: 15px;
  }
  .sections .section_inner .text_group .section_title .br_point {
    display: inline-block;
  }
  .sections .section_inner .text_group .section_btn {
    margin-top: calc((100vw/1200)*55);
  }
  .sections .section_inner .text_group .feature_list li{
    float: left;
    width: 40%;
  }
}

@media screen and (max-width: 750px) {
  .sections .section_inner .text_group .section_title {
    margin-bottom: calc((100vw/750)*30);
    padding-bottom: calc((100vw/750)*30);
  }
  .sections .section_inner .text_group .section_title .main {
    margin-bottom: 4vw;
    font-size: calc((100vw/750)*59);
  }
  .sections .section_inner .text_group .section_title .sub {
    font-size: calc((100vw/750)*40);
  }
  .sections .section_inner .text_group .section_text,
  .sections .section_inner .text_group .feature_list{
    font-size: 16px;
  }

  .sections .section_inner .text_group .feature_list li{
    float: none;
    width: 95%;
  }
}

.video_wrap {
  width: 45%;
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .video_wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.list_style {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  font-weight: bold;
  text-decoration: underline;
}

.list_style .text {
  padding-left: 25px;
  font-size: 20px;
  font-weight: bold;
}

.list_style .text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #1a7dc3;
  content: "";
}

@media screen and (max-width: 750px) {
  .list_style .text {
    font-size: 16px;
  }
}