@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 {
  overflow: hidden;
  width: 100%;
}
.wrapper .f_serif {
  font-family: source-han-serif-japanese, serif;
  font-feature-settings: "palt";
}
.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 {
  overflow: hidden;
}
.contents_main img {
  max-width: 100%;
  vertical-align: top;
}

/* lp_header */
.lp_header {
  border-bottom: 1px solid #ccc;
}
.lp_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 26px 40px;
  max-width: 1720px;
  width: 100%;
}
.lp_header .inner .logo img {
  width: 133px;
}

/* lp_footer */
.lp_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #333;
}
.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 {
  overflow: hidden;
  padding: 0 20px;
  background: linear-gradient(to bottom, #f5f8fa 0%,#e8eef3 100%);
}
.main_visual .main_visual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}
.main_visual .main_visual_inner .mv_image {
  position: relative;
  flex: 1 1 auto;
  margin-top: 40px;
  width: 100%;
  opacity: 0;
  transition: transform 0.5s ease-out 0.2s,
  opacity 0.5s ease 0.2s;
  transform: translateX(-20px);
}
.main_visual.show .main_visual_inner .mv_image {
  opacity: 1;
  transform: translateX(0px);
}
.main_visual .main_visual_inner .mv_image img {
  position: relative;
  z-index: 10;
}
.main_visual .main_visual_inner .mv_image::before {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 100%);
  content: "";
}
.main_visual .main_visual_inner .text_group {
  flex: 1 0 auto;
  margin: 0 80px;
  padding: 60px 0;
  max-width: 770px;
}
.main_visual .main_visual_inner .text_group .new {
  display: inline-block;
  padding: 7px 15px 10px;
  background: #e60012;
  color: #fff;
  font-size: 26px;
  line-height: 1em;
}
.main_visual .main_visual_inner .text_group .mv_title {
  margin: 25px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2em;
}
.main_visual .main_visual_inner .text_group .mv_lead {
  margin-bottom: 65px;
  font-weight: 900;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt01 {
  display: block;
  margin-bottom: 15px;
  font-weight: inherit;
  font-size: 62px;
  line-height: 1.2em;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt02 {
  display: block;
  color: #bb20ad;
  font-weight: inherit;
  font-size: 50px;
  line-height: 1.2em;
}
.main_visual .main_visual_inner .text_group .mv_lead .txt02 .tag_margin {
  display: inline-block;
  margin-left: 5%;
}

/* sections */
.sections {
  padding: 0 20px;
}
.sections .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}
.sections.reverse .section_inner {
  flex-direction: row-reverse;
}
.sections .section_inner .section_image {
  width: 100%;
}
.sections .section_inner .text_group {
  flex: 1 0 auto;
  margin: 0 80px;
  padding: 60px 0;
}
.sections .section_inner .text_group .icon_new {
  display: inline-block;
  margin-bottom: 5px;
  padding: 8px 12px;
  background: #e60012;
  color: #fff;
  font-size: 21px;
  line-height: 1em;
}
.sections .section_inner .text_group .section_title {
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.6em;
}
.sections .section_inner .text_group .section_title .br_point {
  display: block;
  font-weight: inherit;
  font-size: inherit;
}
.sections .section_inner .text_group .section_text {
  font-size: 20px;
  line-height: 1.8em;
}
.sections .section_inner .text_group .section_text .br_point {
  display: block;
  font-weight: inherit;
  font-size: inherit;
}
.sections .section_inner .text_group .section_btn {
  margin-top: 60px;
}

/* section01 */
.sections.section01 {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,234,236,1) 100%);
}
.sections.section01 .section_inner .section_image {
  position: relative;
  flex: 1 1 auto;
  margin-top: 85px;
}
.sections.section01 .section_inner .section_image .image:not(.back) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
.sections.section01 .section_inner .section_image .image.back {
  position: relative;
  z-index: 0;
}
.sections.section01 .section_inner .section_image .image.img01,
.sections.section01 .section_inner .section_image .image.img03,
.sections.section01 .section_inner .section_image .image.img05 {
  z-index: 10;
}
.sections.section01.show .section_inner .section_image .image.img01 {
  animation: showAnimation01 1.4s ease 0.5s forwards;
}
.sections.section01.show .section_inner .section_image .image.img02 {
  animation: showAnimation02 1.4s ease 0.5s forwards;
}
.sections.section01.show .section_inner .section_image .image.img03 {
  animation: showAnimation01 1.4s ease 1.7s forwards;
}
.sections.section01.show .section_inner .section_image .image.img04 {
  animation: showAnimation02 1.4s ease 1.7s forwards;
}
.sections.section01.show .section_inner .section_image .image.img05 {
  animation: showAnimation01 1.4s ease 3s forwards;
}
.sections.section01.show .section_inner .section_image .image.img06 {
  animation: showAnimation01 1.4s ease 4s forwards;
}
@keyframes showAnimation01 {
  0% {
    opacity: 0;
  }
  33%,
  100% {
    opacity: 1;
  }
}
@keyframes showAnimation02 {
  0% {
    opacity: 0;
  }
  33%,
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* section02 */
.sections.section02 {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,234,236,1) 100%);
}
.sections.section02 .section_inner .section_image {
  position: relative;
  flex: 1 1 auto;
  margin: 50px 0 40px;
  max-width: 949px;
  transition: transform 0.5s cubic-bezier(0.8, 0.25, 0.25, 0.95) 0.8s;
  transform: translate(30%, 19%);
}
.sections.section02.show .section_inner .section_image {
  transform: translate(0%, 0%);
}
.sections.section02 .section_inner .section_image .image {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  height: 100%;
}
.sections.section02 .section_inner .section_image .image:not(.img01) img {
  max-width: none;
  max-height: 949px;
  width: auto;
  height: 100%;
}
.sections.section02 .section_inner .section_image .image.img01 {
  position: relative;
  z-index: 0;
  opacity: 1;
  transition: opacity 1s ease 1.4s;
}
.sections.section02.show .section_inner .section_image .image.img01 {
  opacity: 0;
}
.sections.section02 .section_inner .section_image .image.img02 {
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  opacity: 0;
}
.sections.section02 .section_inner .section_image .image.img02 img {
  position: absolute;
  right: 0;
}
.sections.section02.show .section_inner .section_image .image.img02 {
  animation: animation_img01 2.5s ease 0s forwards;
}
@keyframes animation_img01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  52% {
    width: 100%;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    width: 0%;
    opacity: 0;
  }
}
.sections.section02 .section_inner .section_image .image.img03 {
  top: -32%;
  left: 29%;
  width: 0%;
  height: 122%;
  transition: width 1.2s cubic-bezier(0.8, 0.25, 0.25, 0.95) 1.2s;
  transform: rotate(30deg);
  transform-origin: top left;
  pointer-events: none;
}
.sections.section02.show .section_inner .section_image .image.img03 {
  width: 130%;
}
.sections.section02 .section_inner .section_image .image.img04 {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 1s ease 1.2s;
}
.sections.section02.show .section_inner .section_image .image.img04 {
  opacity: 1;
}

/* section03 */
.sections.section03 {
  background: #fff;
  background: linear-gradient(to bottom, rgba(247,248,248,1) 0%,rgba(221,224,226,1) 100%);
  transition: background-color 1s ease 1.2s;
}
.sections.section03 .section_inner {
  position: relative;
  display: block;
}
.sections.section03 .section_inner .text_group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sections.section03 .section_inner .section_image {
  position: relative;
  z-index: 0;
}
.sections.section03 .section_inner .section_image .content_white {
  padding-bottom: 150px;
  opacity: 1;
  transition: opacity 1s ease 1.6s;
}
.sections.section03.show .section_inner .section_image .content_white {
  opacity: 0;
}
.sections.section03 .section_inner .section_image .content_white .image.back {
  position: relative;
  z-index: 5;
}
.sections.section03 .section_inner .section_image .content_white .image.img01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  transition: opacity 1s ease 1.6s,
  top 1.4s ease-in 0s;
}
.sections.section03.show .section_inner .section_image .content_white .image.img01 {
  top: 10%;
  opacity: 0;
}
.sections.section03 .section_inner .section_image .content_black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease 1.7s;
}
.sections.section03.show .section_inner .section_image .content_black {
  opacity: 1;
}
.sections.section03 .section_inner .section_image .content_black .feature_box {
  position: absolute;
  opacity: 0;
}
.sections.section03.show .section_inner .section_image .content_black .feature_box {
  opacity: 1;
}
.sections.section03 .section_inner .section_image .content_black .feature_box .caption {
  margin-left: 100px;
  color: #bb20ad;
  font-weight: 900;
  font-size: 42px;
  line-height: 1em;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box01 {
  top: 5%;
  left: 690px;
  max-width: 809px;
  width: 49%;
  transition: opacity 1s ease 2.7s;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box02 {
  top: 440px;
  left: 80px;
  max-width: 920px;
  width: 53%;
  transition: opacity 1s ease 3.7s;
}
.sections.section03 .section_inner .section_image .content_black .feature_box.box03 {
  right: 80px;
  bottom: 0;
  max-width: 673px;
  width: 40%;
  transition: opacity 1s ease 4.7s;
}

/* section_bottom */
.section_bottom .download_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 80px;
  border: 1px solid #ccc;
}
.section_bottom .download_area .catalog_thumb {
  margin-right: 75px;
  border: 1px solid #ccc;
}
.section_bottom .download_area .text_group .download_lead {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1.4em;
}
.section_bottom .download_area .text_group .download_lead .br_point {
  display: block;
}
.section_bottom .tel_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 75px 80px;
}
.section_bottom .tel_area .tel_lead {
  margin-right: 50px;
  font-weight: 900;
  font-size: 26px;
}
.section_bottom .tel_area .tel_box .tel_number {
  display: block;
  margin-bottom: 10px;
  padding-left: 85px;
  background: url("/img/common/icon_freedial.svg") no-repeat left bottom;
  background-size: auto 80%;
  color: #333;
  font-weight: 900;
  font-size: 54px;
  line-height: 1em;
  cursor: default;
}
.section_bottom .tel_area .tel_box .tel_number:hover {
  opacity: 1;
}
.section_bottom .tel_area .tel_box .tel_time {
  font-weight: 900;
  font-size: 21px;
  line-height: 1em;
}

/* /img/common/icon_freedial.svg */
/* media */
@media screen and (min-width: 751px) {
}
@media screen and (max-width: 1366px) {
  /* main visual */
  .main_visual .main_visual_inner .text_group .new {
    font-size: 22px;
  }
  .main_visual .main_visual_inner .text_group .mv_lead .txt01 {
    font-size: 52px;
  }
  .main_visual .main_visual_inner .text_group .mv_lead .txt02 {
    font-size: 39px;
  }

  /* sections */
  .sections .section_inner .text_group .icon_new {
    font-size: 16px;
  }
  .sections .section_inner .text_group .section_title {
    font-size: 32px;
  }
  .sections .section_inner .text_group .section_text {
    font-size: 18px;
  }

  /* section03 */
  .sections.section03 .section_inner .section_image .content_black .feature_box.box01 {
    left: 580px;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box.box02 {
    top: 377px;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box .caption {
    margin-left: 50px;
    font-size: 28px;
  }

  /* section_bottom */
  .section_bottom .download_area .text_group .download_lead {
    font-size: 28px;
  }
  .section_bottom .tel_area .tel_lead {
    margin-right: 30px;
    font-size: 24px;
  }
  .section_bottom .tel_area .tel_box .tel_number {
    font-size: 48px;
  }
  .section_bottom .tel_area .tel_box .tel_time {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  /* main visual */
  .main_visual .main_visual_inner {
    display: flex;
    flex-direction: column;
  }
  .main_visual .main_visual_inner > * {
    min-height: 0%;
  }
  .main_visual .main_visual_inner .mv_image {
    max-width: 480px;
  }
  .main_visual .main_visual_inner .text_group {
    margin: 0;
    padding: 0 0 60px;
    text-align: center;
  }
  .main_visual .main_visual_inner .text_group .new {
    font-size: 20px;
  }
  .main_visual .main_visual_inner .text_group .mv_title {
    display: inline-block;
    margin-left: 10px;
    font-size: 22px;
  }

  /* sections */
  .sections.reverse .section_inner,
  .sections .section_inner {
    flex-direction: column;
  }
  .sections .section_inner > * {
    min-height: 0%;
  }
  .sections .section_inner .text_group {
    margin: 0;
    padding: 60px 0 0;
    width: 100%;
  }
  .sections .section_inner .text_group .section_title .br_point,
  .sections .section_inner .text_group .section_text .br_point {
    display: inline;
  }
  .sections .section_inner .text_group .section_btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }

  /* sections01 */
  .sections.section01 .section_inner .section_image {
    margin-top: 50px;
  }

  /* sections03 */
  .sections.section03 .section_inner .text_group {
    position: relative;
    margin-bottom: 60px;
  }
  .sections.section03 .section_inner .section_image .content_white {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sections.section03 .section_inner .section_image .content_black {
    position: relative;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box.box01,
  .sections.section03 .section_inner .section_image .content_black .feature_box.box02,
  .sections.section03 .section_inner .section_image .content_black .feature_box.box03 {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box + .feature_box {
    margin-top: 40px;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box .caption {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .btn_style {
    display: block;
  }
  .btn_style .text {
    font-size: 18px;
  }
  /* lp_header */
  .lp_header .inner {
    justify-content: center;
    padding: 17px;
  }
  .lp_header .inner .logo img {
    width: 100px;
  }
  .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.show .main_visual_inner .mv_image {
    width: 75%;
  }
  .main_visual .main_visual_inner .text_group .new {
    padding: 0.9vw 1.5vw 1.2vw;
    font-size: 3.5vw;
  }
  .main_visual .main_visual_inner .text_group {
    padding: 0 0 8vw;
  }
  .main_visual .main_visual_inner .text_group .mv_title {
    font-size: 4vw;
  }
  .main_visual .main_visual_inner .text_group .mv_lead .txt01 {
    font-size: 7vw;
  }
  .main_visual .main_visual_inner .text_group .mv_lead .txt02 {
    font-size: 5.5vw;
  }
  .main_visual .main_visual_inner .text_group .mv_lead {
    margin-bottom: 8vw;
  }

  /* sections */
  .sections .section_inner .text_group {
    padding: 8vw 0 0;
  }
  .sections .section_inner .text_group .icon_new {
    padding: 5px 12px;
  }
  .sections .section_inner .text_group .section_title {
    font-size: 6.1vw;
  }
  .sections .section_inner .text_group .section_title .br_point {
    display: inline-block;
  }
  .sections .section_inner .text_group .section_text {
    font-size: 16px;
  }

  /* sections03 */
  .sections.section03 .section_inner .section_image .content_white {
    transform: scale(2);
    transform-origin: top center;
  }
  .sections.section03 .section_inner .section_image .content_black .feature_box .caption {
    font-size: 5.8vw;
  }
  .sections.section03 .section_inner .text_group {
    margin-bottom: 8vw;
  }

  /* section_bottom */
  .section_bottom .download_area {
    flex-direction: column;
    align-items: center;
    padding: 10vw 20px;
  }
  .section_bottom .download_area > * {
    min-height: 0%;
  }
  .section_bottom .download_area .catalog_thumb {
    margin: 0 0 8vw;
  }
  .section_bottom .download_area .text_group .download_lead {
    font-size: 20px;
  }
  .section_bottom .download_area .text_group .download_lead .br_point {
    display: inline;
  }
  .section_bottom .tel_area {
    flex-direction: column;
    padding: 10vw 20px;
  }
  .section_bottom .tel_area > * {
    min-height: 0%;
  }
  .section_bottom .tel_area .tel_lead {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .section_bottom .tel_area .tel_box {
    text-align: center;
  }
  .section_bottom .tel_area .tel_box .tel_number {
    display: inline-block;
    padding-left: 60px;
    font-size: 40px;
  }
  .section_bottom .tel_area .tel_box .tel_time {
    font-size: 16px;
  }
}