@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.4;
}

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: 1.4;

  -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 {
  overflow: hidden;
  width: 100%;
}

.btn_style {
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 16px 80px 16px 16px;
  background: #e60012;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.btn_style .text {
  padding-left: 32px;
  background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat 0 center;
  background-size: 25px auto;
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  font-size: 20px;
}

.btn_style .thumb {
  position: absolute;
  top: -15px;
  right: 10px;
  border: 1px solid #ccc;
}

/* contents_main */
.contents_main {
  overflow: hidden;
}

.contents_main img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none;
  }
}

/* main_visual */
.main_visual {
  padding: 124px 24px;
  position: relative;
  height: calc(100vh - 82px);
  display: flex;
}

.main_visual::after {
  z-index: -1;
  display: block;
  content: "";
  height: 124px;
  width: 100%;
  background: linear-gradient(to bottom, #fff, #F8F8F8);
  position: absolute;
  bottom: 0;
  left: 0;

}

.main_visual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: -10vh;
}

.main_visual .text_area {
  width: 100%;
  text-align: center;
}

.main_visual .text_group {
  display: inline-block;
}

.main_visual .image_wrap {
  width: 100%;
}

.main_catchphrase {
  margin-top: 20px;
  font-weight: 500;
  font-size: 58px;
  text-align: left;
}

.small_txt {
  font-weight: inherit;
}

.main_catchphrase .small_txt {
  font-size: 40px;
}

.main_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.main_title .new_icon {
  display: inline-block;
  margin-right: 12px;
  padding: 2px 10px;
  background-color: #e60013;
  color: #fff;
  font-size: 22px;
}

.main_title .product_name {
  font-weight: 500;
  font-size: 24px;
}

.break_point {
  display: inline-block;
}

.main_img {
  width: 50%;
}

.main_btn {
  margin-top: 40px;
  text-align: center;
}

/* sections */
.sections {
  padding-top: 156px;
}

.section_title {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}

.section_text {
  font-size: 20px;
}

.section_title+.section_text {
  margin-top: 32px;
}

.emphasis {
  color: #289B8F;
}

/* appeal_point01 */

.appeal_point01 .section_inner {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.appeal_point01 .text_group {
  width: 100%;
}

.circle_list {
  display: flex;
  justify-content: space-between;
  max-width: 690px;
  margin: 54px auto 0;
}

.list_item {
  background-color: #289B8F;
  color: #fff;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
}

.list_text {
  margin: 0;
  font-size: 30px;
  transform: scale(0);
}

.js-anime_inflate .list_text {
  animation: anime2 1s;
  animation-fill-mode: forwards;
}

.js-anime_inflate {
  animation: anime1 1s;
  animation-fill-mode: forwards;
}

@keyframes anime1 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes anime2 {
  0% {
    transform: scale(0);
  }

  75% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.-active {
  opacity: 1;
  animation: fadeIn1 0.6s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* appeal_point02 */
.appeal_point02 {
  padding-top: 180px;
}

.appeal_point02 .section_inner {
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.appeal_point02 .text_group {
  width: 40%;
  margin-left: auto;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appeal_point02 .section_title .small_txt {
  font-size: 36px;
}

.appeal_point02 .sections_btn {
  margin-top: 85px;
}

/* appeal_point03 */
.appeal_point03 {
  padding-top: 130px;
}

.appeal_point03 .section_inner {
  padding: 0 30px;
}

.videoJs-outer {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

/* bottom_dl_area */
.bottom_dl_area {
  margin: 160px auto 100px;
  width: 100%;
}

/* bottom_dl_area */
.bottom_dl_area .inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  background-color: #F1F4EF;
  display: flex;
  justify-content: center;
}

.dl_area {
  max-width: 850px;
  padding: 60px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_dl_area .inner .text_group {
  padding-left: 30px;
  flex: 1 1 auto;
}

.bottom_dl_area .inner .text_group .lead01 {
  margin-bottom: 32px;
  text-align: left;
  font-size: 34px;
  text-align: center;
}

.bottom_dl_btn {
  text-align: center;
}

.bottom_dl_area .large_thumb {
  max-width: 272px;
}

.lp-bottom_phone {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

.lp-text {
  font-size: 20px;
}

.lp-bottom_phone .lp-textPhone {
  padding-left: 12px;
}

@media screen and (max-width: 1200px) {

  .main_visual::after {
    height: 120px;
  }

  .main_visual_inner {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .main_visual .text_area {
    width: 100%;
  }

  .main_visual .main_img {
    width: 100%;
    padding: 0 30px;
    max-width: none;
  }

  .main_visual .text_group {
    margin-top: calc((72 / 768) * 100vw);
  }

  .main_lead {
    font-size: 28px;
  }

  .main_catchphrase {
    font-size: 58px;
  }

  .main_catchphrase .small_txt {
    font-size: 50px;
  }

  /* section */
  .sections {
    padding-top: 96px;
  }

  .section_title {
    font-size: 28px;
  }

  .section_text {
    font-size: 16px;
  }

  .section_title+.section_text {
    margin-top: 20px;
  }

  /* appeal_point02 */
  .appeal_point02 .section_inner {
    flex-direction: column;
  }

  .appeal_point02 .text_group {
    margin-top: 48px;
    width: 100%;
    padding-left: 0;
  }

  .appeal_point02 .section_title {
    font-size: 46px;
  }

  .appeal_point02 .section_title .small_txt {
    font-size: 36px;
  }

  .appeal_point03 {
    margin-top: 112px;
  }

  .bottom_dl_area {
    margin: 160px auto 48px;
  }

  .lp-bottom_phone {
    margin-top: 24px;
    flex-direction: column;
  }

  .bottom_dl_area .inner .text_group .lead01 {
    font-size: 26px;
  }

  .lp-bottom_phone .lp-textPhone {
    padding-left: 0;
    margin-top: 8px;
  }

  .contents_main .lp-scroll {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .tablet_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn_style {
    display: block;
    font-size: 18px;
  }

  .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;
  }

  .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::after {
    height: 64px;
  }

  .main_visual_inner {
    flex-direction: column-reverse;
    align-items: center;
  }

  .main_visual .main_img {
    padding: 0;
  }

  .main_visual .text_group {
    margin-top: 20px;
  }

  .main_title .new_icon {
    font-size: 14px;
  }

  .main_catchphrase {
    margin-top: 8px;
    font-size: 32px;
    letter-spacing: 2px;
  }

  .main_catchphrase .small_txt {
    font-size: 24px;
  }

  .main_title {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .appeal_point01 .section_inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 4vw;
  }

  .list_item {
    width: 100px;
    height: 100px;
    padding: 5px;
  }

  .appeal_point02 .section_title {
    font-size: 30px;
  }

  .appeal_point02 .section_title .small_txt {
    font-size: 26px;
  }

  .main_btn {
    margin-top: 24px;
  }

  .appeal_point02 .text_group {
    margin-top: 32px;
    width: 100%;

  }

  .appeal_point02 .sections_btn {
    margin-top: 20px;
  }

  /* bottom_dl_area */
  .bottom_dl_area {
    margin-top: 88px;
    padding: 0;
  }

  .bottom_dl_area .inner {
    flex-direction: column;
    align-items: center;
  }

  .dl_area {
    padding: 40px 0;
    flex-direction: column;
  }

  .bottom_dl_area .inner .large_thumb {
    margin: 0 auto;
    max-width: 150px;
  }

  .bottom_dl_area .inner .text_group {
    padding-left: 0;
    margin-top: 24px;
  }

  .bottom_dl_area .inner .text_group .lead01 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .lp-text {
    font-size: 18px;
  }

  .lp-bottom_phone .lp-textPhone {
    font-size: 20px;
  }
}

/* Phone */
.lp-textPhone-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 5vw 65px;
  border-top: 1px solid #ccc;
}

.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: 30px;
  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;
}

.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;
}

.lp-textPhone-outer .lp-textPhone-note {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .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;
  }
}

@media screen and (max-width: 767px) {
  .lp-bottom_phone .lp-textPhone-numberGroup {
    justify-content: center;
    font-size: 14px;
  }

  .lp-bottom_phone .lp-textPhone-number {
    font-size: 26px;
  }

  .lp-bottom_phone .lp-textPhone-note {
    font-size: 14px;
    text-align: center;
  }
}

video {
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}

.lp-scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  height: 65px;
}

.lp-scrollText {
  color: #289B8F;
  position: relative;
}

.lp-scrollText::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  border: 2px solid #289B8F;
  border-top: 0;
  border-right: 0;
  animation: textScroll 1.2s infinite;
  content: "";
}

@keyframes textScroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.lp-textPhoneLink {
  width: 100%;
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  text-align: center;
  margin: 30px 0 0;
}

.lp-textPhoneLink>*:last-child {
  margin-bottom: 0;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink-numberGroup {
    flex-direction: column;
    justify-content: center;
  }
}

.lp-textPhoneLink-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink-number {
    padding-left: 0;
  }
}

.lp-textPhoneLink-number>a {
  cursor: default;
}

.lp-textPhoneLink-number.of-primary .AutoPhoneCall {
  color: var(--COLOR_LIGHT);
}

.lp-textPhoneLink-number.of-primary .lp-icon {
  fill: var(--COLOR_LIGHT);
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink .lp-textPhoneLink-notes {
    width: 100%;
    margin-bottom: 4px;
  }
}

.lp-textPhoneLink .AutoPhoneCall {
  color: var(--COLOR_DARK);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-decoration: none;
}

.lp-textPhoneLink .lp-icon {
  fill: var(--COLOR_DARK);
  width: 3rem;
  height: 3rem;
  margin-bottom: -4px;
  vertical-align: middle;
}

/* lp_header */
.lp-layout-header.of-flex .lp-layout-header-content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .lp-layout-header.of-flex .lp-layout-header-content {
    flex-direction: column;
    align-items: center;
  }
}

.lp-layout-header-content {
  max-width: calc(1620px + (80px * 2));
  margin: 0 auto;
  padding: 19px 40px 23px;
}

@media screen and (max-width: 1365px) {
  .lp-layout-header-content {
    max-width: calc(1204px + (80px * 2));
    padding: 26px calc(4rem + ((1vw - 1.023rem) * (11.69591)));
  }
}

@media screen and (max-width: 1023px) {
  .lp-layout-header-content {
    max-width: calc(40rem + ((1vw - 0.39rem) * (57.34597)));
    padding: 20px;
  }
}

.lp-layout-header-utilityGroup {
  flex: 1;
  padding-left: 40px;
}

@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityGroup {
    flex: none;
    padding-top: 24px;
    padding-left: 0;
  }
}

.lp-smallScreen-hide {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  .lp-layout-header-utilityList {
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }
}

.lp-layout-header-logo {
  display: block;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    min-height: 0%;
    text-align: center;
  }
}

.lp-layout-header-logo a {
  text-decoration: none;
}

.lp-layout-header-logo img {
  width: 121px;
}

@media screen and (max-width: 1023px) {
  .lp-layout-header-logo img {
    width: 91px;
  }
}

.lp-textPhone {
  display: block;
  margin-bottom: 24px;
  padding-top: 4px;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

a.lp-textPhone-body.of-textColor-primary,
a:hover.lp-textPhone-body.of-textColor-primary {
  color: #fff;
}

.lp-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) {
  .lp-textPhone-numberGroup {
    margin-bottom: 16px;
  }
}

.lp-textPhone-number>a,
.lp-textPhone-number .prd-inlineLink[href] {
  color: #efefef;
  cursor: default;
}

.lp-textPhone-number>.AutoPhoneCall {
  text-decoration: none;
  font-weight: bold;
}

.lp-textPhone-note {
  display: block;
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.2;
}

.lp-textPhone-icon {
  fill: #efefef;
  width: 3.8rem;
  height: 3.8rem;
  vertical-align: middle;
}

.lp-textPhone-icon.of-iconColor-primary {
  fill: #00a23f;
}

.lp-textPhone-icon.of-iconColor-secondary {
  fill: #fe8800;
}

.lp-textPhone-icon.of-iconColor-tertiary {
  fill: #0086b1;
}

.lp-textPhone-icon.of-iconColor-quaternary {
  fill: #838079;
}

.lp-textPhone-icon.of-iconColor-quinary {
  fill: #1e1c1c;
}

.lp-textPhone.of-center {
  text-align: center;
}

.lp-textPhone.of-center .lp-textPhone-numberGroup {
  justify-content: center;
}

.lp-textPhone.of-primary {
  padding: 0;
  margin: 0;
}

.lp-textPhone.of-primary .lp-textPhone-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -0.8rem;
  margin-left: -1.6rem;
}

@media screen and (max-width: 863px) {
  .lp-textPhone.of-primary .lp-textPhone-body {
    margin-top: -1.6rem;
  }
}

.lp-textPhone.of-primary .lp-textPhone-body>* {
  margin-top: 0.8rem;
  margin-left: 1.6rem;
}

@media screen and (max-width: 863px) {
  .lp-textPhone.of-primary .lp-textPhone-body>* {
    margin-top: 1.6rem;
  }
}

.lp-textPhone.of-primary .lp-textPhone-numberGroup {
  margin-bottom: 0;
}

.lp-textPhone.of-primary .lp-textPhone-number>a,
.lp-textPhone.of-primary .lp-textPhone-number .prd-inlineLink[href] {
  color: #171e30;
}

.lp-textPhoneLink {
  width: 100%;
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  text-align: center;
  margin: 30px 0 0;
}

.lp-textPhoneLink>*:last-child {
  margin-bottom: 0;
}

.lp-textPhoneLink-numberGrosup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink-numberGroup {
    flex-direction: column;
    justify-content: center;
  }
}

.lp-textPhoneLink-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink-number {
    padding-left: 0;
  }
}

.lp-textPhoneLink-number>a {
  cursor: default;
}

.lp-textPhoneLink-number.of-primary .AutoPhoneCall {
  color: var(--COLOR_LIGHT);
}

.lp-textPhoneLink-number.of-primary .lp-icon {
  fill: var(--COLOR_LIGHT);
}

@media screen and (max-width: 970px) {
  .lp-textPhoneLink .lp-textPhoneLink-notes {
    width: 100%;
    margin-bottom: 4px;
  }
}

.lp-textPhoneLink .AutoPhoneCall {
  color: var(--COLOR_DARK);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  text-decoration: none;
}

.lp-textPhoneLink .lp-icon {
  fill: var(--COLOR_DARK);
  width: 3rem;
  height: 3rem;
  margin-bottom: -4px;
  vertical-align: middle;
}

/* lp_footer */
.lp-layout-footer {
  background-color: #333;
  color: #fff;
  font-size: 1.3rem;
}

.lp-layout-footer-content {
  margin: 0 auto;
  padding: 20px;
}

@media screen and (max-width: 1365px) {
  .lp-layout-footer-content {
    padding: calc(2rem + ((1vw - 1.023rem) * (5.84795))) calc(2rem + ((1vw - 1.023rem) * (17.54386)));
  }
}

@media screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: 20px;
  }
}

.lp-layout-footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list {
    flex-wrap: wrap;
  }
}

.lp-layout-footer-list>li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 1.3rem;
}

.lp-layout-footer-list>li>a {
  color: inherit;
  font-size: 1.3rem;
  text-decoration: none;
}

.lp-layout-footer-list>li+li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  width: 1px;
  height: 1.3rem;
  transform: translateY(-50%);
  background-color: #a8a8a8;
  content: "";
}

@media screen and (max-width: 767px) {
  .lp-layout-footer-list>li+li.lp-layout-footer-copyright {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .lp-layout-footer-list>li+li.lp-layout-footer-copyright::before {
    display: none;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .main_visual {
    padding: calc((124 / 1920) * 100vw) calc((24 / 1920) * 100vw);
  }

  .main_title .new_icon {
    font-size: calc((22 / 1920) * 100vw);
  }

  .main_title .product_name {
    font-size: calc((24 / 1920) * 100vw);
  }

  .main_catchphrase {
    font-size: calc((58 / 1920) * 100vw);
    margin-top: calc((20 / 1920) * 100vw);
  }

  .main_btn {
    margin-top: calc((40 / 1920) * 100vw);
  }

  .section_title {
    font-size: calc((46 / 1920) * 100vw);
  }
  .circle_list{
    margin-top: calc((54 / 1920) * 100vw);
    max-width: calc((690 / 1920) * 100vw);
  }
  .list_text {
    font-size: calc((30 / 1920) * 100vw);
  }

  .list_item {
    width: calc((175 / 1920) * 100vw);
    height: calc((175 / 1920) * 100vw);
  }

  .bottom_dl_area .inner .text_group .lead01 {
    font-size: calc((34 / 1920) * 100vw);
  }

  .sections {
    padding-top: calc((156 / 1920) * 100vw);
  }

  .appeal_point01 .section_inner {
    max-width: calc((700 / 1920) * 100vw);
    padding: 0 calc((30 / 1920) * 100vw);
  }

  .appeal_point02 {
    padding-top: calc((180 / 1920) * 100vw);
  }

  .appeal_point03 {
    padding-top: calc((130 / 1920) * 100vw);
  }

  .bottom_dl_area {
    margin: calc((170 / 1920) * 100vw) auto calc((100 / 1920) * 100vw);
  }

  .dl_area {
    max-width: calc((850 / 1920) * 100vw);
    padding: calc((60 / 1920) * 100vw) 0;
  }

  .bottom_dl_area .inner {
    max-width: calc((1360 / 1920) * 100vw);
  }

  .bottom_dl_area .large_thumb {
    max-width: calc((272 / 1920) * 100vw);
  }

  .bottom_dl_area .inner .text_group {
    padding-left: calc((30 / 1920) * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main_visual {
    height: auto;
  }
  .main_visual .text_group {
    margin-top: calc((72 / 768) * 100vw);
  }

  .main_title {
    margin-top: 0;
  }

  .main_title .product_name {
    font-size: calc((24 / 768) * 100vw);
  }

  .main_title .new_icon {
    font-size: calc((22 / 768) * 100vw);
  }

  .main_catchphrase {
    font-size: calc((58 / 768) * 100vw);
    margin-top: calc((20 / 768) * 100vw);
  }

  .main_visual {
    padding: calc((65 / 768) * 100vw) calc((50 / 768) * 100vw) calc((150 / 768) * 100vw);
  }

  .main_btn {
    margin-top: calc((38 / 768) * 100vw);
  }

  .sections {
    padding-top: calc((91 / 768) * 100vw);
  }

  .appeal_point01 .section_inner {
    max-width: calc((540 / 768) * 100vw);
    padding: 0;
  }
  .appeal_point02{
    padding-top: calc((112 / 768) * 100vw);
  }
  .circle_list {
    max-width: none;
    margin-top: calc((43 / 768) * 100vw);
  }

  .list_item {
    width: calc((140 / 768) * 100vw);
    height: calc((140 / 768) * 100vw);
  }

  .list_text {
    font-size: calc((22 / 768) * 100vw);
  }

  .appeal_point02 .section_inner {
    padding: 0 calc((20 / 768) * 100vw);
  }

  .appeal_point02 .text_group {
    margin-top: calc((40 / 768) * 100vw);
  }

  .section_title {
    font-size: calc((36 / 768) * 100vw);
  }

  .appeal_point02 .section_title {
    font-size: calc((46 / 768) * 100vw);
  }

  .appeal_point03 {
    padding-top: 0;
    margin-top: calc((112 / 768) * 100vw);
  }

  .bottom_dl_area {
    margin: calc((160 / 768) * 100vw) auto calc((48 / 768) * 100vw);
  }

  .bottom_dl_area .inner .text_group .lead01 {
    font-size: calc((26 / 768) * 100vw);
    margin-bottom: calc((20 / 768) * 100vw);
  }

  .dl_area {
    max-width: 1200px;
    padding: calc((52 / 768) * 100vw) calc((45 / 768) * 100vw) calc((55 / 768) * 100vw);
  }

  .bottom_dl_area .large_thumb {
    max-width: calc((213 / 768) * 100vw);
  }

  .bottom_dl_area .inner .text_group {
    padding-left: calc((20 / 768) * 100vw);
  }

  .lp-textPhoneLink {
    margin-top: calc((22 / 768) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main_title .new_icon {
    font-size: calc((14 / 375) * 100vw);
  }

  .main_title .product_name {
    margin-top: calc((5 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }

  .main_catchphrase {
    margin-top: calc((8 / 375) * 100vw);
    font-size: calc((32 / 375) * 100vw);
  }

  .main_visual {
    height: auto;
    padding: calc((56 / 375) * 100vw) calc((15 / 375) * 100vw) calc((96 / 375) * 100vw);
  }

  .main_visual .text_group {
    margin-top: calc((40 / 375) * 100vw);
  }

  .main_btn {
    margin-top: calc((28 / 375) * 100vw);
  }

  .appeal_point01 {
    width: 100%;
    padding-top: calc((60 / 375) * 100vw);
  }

  .section_title {
    font-size: calc((28 / 375) * 100vw);
  }

  .circle_list {
    margin-top: calc((36 / 375) * 100vw);
  }

  .list_item {
    width: calc((104 / 375) * 100vw);
    height: calc((104 / 375) * 100vw);
  }

  .list_text {
    font-size: calc((18 / 375) * 100vw);
  }

  .sections {
    padding-top: calc((72 / 375) * 100vw);
  }

  .appeal_point02 .section_inner {
    padding: 0 calc((15 / 375) * 100vw);
  }

  .appeal_point02 .section_title {
    font-size: calc((30 / 375) * 100vw);
  }

  .appeal_point02 .text_group {
    margin-top: calc((36 / 375) * 100vw);
  }

  .appeal_point03 {
    margin: 0;
    padding-top: calc((80 / 375) * 100vw);
  }

  .appeal_point03 .section_inner {
    padding: 0 calc((15 / 375) * 100vw);
  }

  .bottom_dl_area {
    margin-top: calc((88 / 375) * 100vw);
    margin-bottom: calc((32 / 375) * 100vw);
  }

  .dl_area {
    padding: calc((40 / 375) * 100vw) 0 calc((44 / 375) * 100vw);
  }

  .bottom_dl_area .inner .large_thumb {
    max-width: calc((150 / 375) * 100vw);
  }

  .bottom_dl_area .inner .text_group {
    margin-top: 0;
  }

  .bottom_dl_area .inner .text_group .lead01 {
    font-size: calc((22 / 375) * 100vw);
    margin-top: calc((24 / 375) * 100vw);
  }

  .lp-textPhoneLink {
    margin: calc((30 / 375) * 100vw) 0 0;
  }

  .lp-layout-footer-content {
    padding: calc((20 / 375) * 100vw);
  }
}

.lp-navigationSeries {
  margin: 8px auto;
  border: 0;
  color: #676767;
}

@media screen and (max-width: 1023px) {
  .lp-navigationSeries {
    margin-bottom: 10px;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
  margin-left: -16px;
}

.lp-navigationSeries-linkList>li {
  display: flex;
  align-items: center;
  margin-top: 4px;
  margin-left: 16px;
  color: #fff;
  font-size: 1.3rem;
}

.lp-navigationSeries-linkList>li>a {
  padding-left: 0;
  color: #fff;
}

.lp-navigationSeries-linkList>li>a::before {
  display: none;
}

.lp-navigationSeries-linkList>li::before {
  display: block;
  width: 1px;
  height: 16px;
  margin-right: 16px;
  border-left: 1px solid #fff;
  content: "";
}

.lp-navigationSeries-linkList>li:first-child::before {
  display: none;
}

.tab-view {
  display: none;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

.tab-view.of-flex {
  display: none;
}

.sp-view.of-flex {
  display: none;
}

.pc-view.of-flex {
  display: flex;
}

@media screen and (max-width: 1199px) {
  .pc-view {
    display: none;
  }

  .sp-view {
    display: none;
  }

  .tab-view {
    display: block;
  }

  .pc-view.of-flex {
    display: none;
  }

  .sp-view.of-flex {
    display: none;
  }

  .tab-view.of-flex {
    display: flex;
  }
}

@media screen and (max-width: 768px) {

  .pc-view {
    display: none;
  }

  .tab-view {
    display: none;
  }

  .sp-view {
    display: block;
  }

  .pc-view.of-flex {
    display: none;
  }

  .tab-view.of-flex {
    display: none;
  }

  .sp-view.of-flex {
    display: flex;
  }
}