@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%;
}
.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: 15px 40px;
  max-width: 1280px;
  width: 100%;
}
.lp_header .inner .logo img {
  width: 133px;
}

.lp_header .inner.of-primary {
    padding: 15px 40px;
}

.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;
}
.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 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 40px;
  background: linear-gradient(to bottom, rgba(247,249,250,1) 46%,rgba(221,223,224,1) 100%);
}
.main_visual::before {
  position: absolute;
  top: 5%;
  left: -2%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/landing_page/products/autoid/bg_dx_ws_157130_pr_page_001.png") no-repeat;
  background-size: cover;
  content: "";
  opacity: 0;
  transform-origin: left bottom;
  animation: mainVisualBgAnimation 1.5s ease-in-out 0.2s forwards;
}
.main_visual .main_visual_inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 120px;
  min-height: 710px;
  max-width: 1320px;
  width: 100%;
}
.main_visual .main_visual_inner .text_group {
  position: relative;
  flex: 0 0 auto;
  margin-top: calc((100vw/1920)*40);
}
.main_visual .main_visual_inner .text_group .main_lead {
  font-weight: 900;
  line-height: 1.6em;
}
.main_visual .main_visual_inner .text_group .main_lead .txt_inner {
  font-weight: inherit;
  line-height: inherit;
}
.main_visual .main_visual_inner .text_group .main_lead .txt01 {
  margin-bottom: 50px;
}
.main_visual .main_visual_inner .text_group .main_lead .fz01 {
  font-size: 44px;
}
.main_visual .main_visual_inner .text_group .main_lead .fz02 {
  font-size: 52px;
}
.main_visual .main_visual_inner .text_group .main_lead .break_point {
  display: block;
  font-weight: inherit;
  line-height: inherit;
}
.main_visual .main_visual_inner .text_group .main_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.main_visual .main_visual_inner .text_group .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_visual .main_visual_inner .text_group .main_title .product_name {
  font-weight: 900;
  font-size: 21px;
  line-height: 1.2em;
}
.main_visual .main_visual_inner .text_group .main_title .product_name .break_point {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.main_visual .main_visual_inner .text_group .main_btn {
  margin-top: 50px;
  text-align: left;
}
.main_visual .main_visual_inner .main_img {
  position: relative;
  flex: 1 1 auto;
  margin-top: 35px;
  max-width: 768px;
  width: 100%;
  opacity: 0;
  transform: translateX(15px);
  animation: mainVisualImageAnimation 1s ease 1s forwards;
}
@keyframes mainVisualBgAnimation {
  0% {
    top: 5%;
    left: -2%;
    opacity: 0;
  }
  100% {
    top: 0%;
    left: 0%;
    opacity: 1;
  }
}
@keyframes mainVisualImageAnimation {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* content_spec */
.content_spec {
  padding: 0 40px;
  background: #f6f8f9;
}
.content_spec .spec_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  padding: 90px 0;
  max-width: 1200px;
  width: 100%;
}
.content_spec .spec_inner .spec_list {
  flex: 0 1 auto;
  margin-left: 50px;
}
.content_spec .spec_inner .spec_list sup {
  vertical-align: super;
  font-weight: inherit;
  font-size: small;
}
.content_spec .spec_inner .spec_list .break_point {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
}
.content_spec .spec_inner .spec_list .list_title {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2em;
}
.content_spec .spec_inner .spec_list .list_data + .list_title {
  margin-top: 40px;
}
.content_spec .spec_inner .spec_list .list_data {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2em;
}
.content_spec .spec_inner .image {
  flex: 0 1 auto;
  max-width: 598px;
  width: 60%;
}
.content_spec .spec_inner .sections_btn {
  margin-top: 50px;
  margin-left: 50px;
}

/* sections */
.sections {
  padding: 0 40px;
}
.sections .section_inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.sections.reverse .section_inner {
  flex-direction: row-reverse;
}
.sections .section_inner .text_group {
  margin-left: 50px;
  width: 50%;
}
.sections .section_inner .image_group {
  width: 50%;
}
.sections .section_inner .section_title01 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.4em;
}
.sections .section_inner .section_title02 {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.4em;
}
.sections .section_inner .section_text {
  font-size: 18px;
  line-height: 1.6em ;
}
.sections.tc_white .section_inner .section_title01,
.sections.tc_white .section_inner .section_text {
  color: #fff;
}
.sections .section_inner .sections_btn {
  margin-top: 50px;
}
.sections .section_inner .break_point {
  display: inline-block;
  font-weight: inherit;
  font-size: inherit;
}

/* section01 */
.sections.section01 {
  background: #e5e8ef;
}
.sections.section01 .image_group {
  position: relative;
  margin-top: 30px;
}
.sections.section01 .image_group .img {
  opacity: 0;
  transition: opacity 0.3s ease 0s,
  transform 0.3s ease 0s;
}
.sections.section01 .image_group .img.img02,
.sections.section01 .image_group .img.img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sections.section01 .image_group .img.img01 {
  position: relative;
  z-index: 0;
}
.sections.section01.show .image_group .img.img01 {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.sections.section01 .image_group .img.img02 {
  z-index: 10;
  transform: translateX(-5%);
}
.sections.section01.show .image_group .img.img02 {
  opacity: 1;
  transition: opacity 0.3s ease 0.3s,
  transform 0.3s ease 0.3s;
  transform: translateX(0%);
}
.sections.section01 .image_group .img.img03 {
  z-index: 5;
}
.sections.section01.show .image_group .img.img03 {
  opacity: 1;
  transition: opacity 0.3s ease 0.6s;
}

/* section02 */
.sections.section02 {
  overflow: hidden;
  background: #838383;
}
.sections.section02 .image_group {
  position: relative;
  max-width: 600px;
}
.sections.section02 .image_group .img {
  width: 100%;
}
.sections.section02 .image_group .img01,
.sections.section02 .image_group .img02 {
  position: absolute;
  top: 0;
  left: 0;
}
.sections.section02 .image_group .img01 {
  z-index: 0;
  height: 100%;
  transform: translateX(-11%);
}
.sections.section02 .image_group .img01 img {
  max-width: none;
  height: 100%;
}
.sections.section02 .image_group .img02 {
  z-index: 10;
  opacity: 0;
  transition: transform 0.3s ease-in 0s,
  opacity 0.3s ease 0s;
  transform: translateY(-10%);
}
.sections.section02.show .image_group .img02 {
  opacity: 1;
  transform: translateY(0%);
}
.sections.section02 .image_group .img03 {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}
.sections.section02.show .image_group .img03 {
  opacity: 1;
}
.sections.section02 .image_group .text01 {
  position: absolute;
  bottom: 35%;
  left: 75%;
  z-index: 10;
  color: #fff;
  white-space: nowrap;
  font-weight: 900;
  line-height: 1em;
}
.sections.section02 .image_group .text01 .break_point {
  display: none;
}
.sections.section02 .image_group .text01 .lines {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  height: 1px;
}
.sections.section02 .image_group .text01 .line01 {
  width: 100%;
}
.sections.section02 .image_group .text01 .line02 {
  width: 40%;
  transform: rotate(140deg) translateY(-1px);
  transform-origin: left top;
}
.sections.section02 .image_group .text01 .lines::before {
  position: absolute;
  top: 0;
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
}
.sections.section02 .image_group .text01 .line01::before {
  left: 0;
  transition: width 0.2s ease-in 0s;
}
.sections.section02 .image_group .text01 .line02::before {
  right: 0;
  transition: width 0.1s ease-in 0.2s;
}
.sections.section02.show .image_group .text01 .line01::before {
  width: 100%;
  transition: width 0.2s ease-in 0.5s;
}
.sections.section02.show .image_group .text01 .line02::before {
  width: 100%;
  transition: width 0.2s ease-in 0.3s;
}
.sections.section02 .image_group .text01 .fz01 {
  margin-right: 5px;
  color: inherit;
  font-weight: inherit;
  font-size: 26px;
  line-height: inherit;
}
.sections.section02 .image_group .text01 .fz02 {
  color: inherit;
  font-weight: inherit;
  font-size: 40px;
  line-height: inherit;
}
.sections.section02 .image_group .text01 .fz01,
.sections.section02 .image_group .text01 .fz02 {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.sections.section02.show .image_group .text01 .fz01,
.sections.section02.show .image_group .text01 .fz02 {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
}
.sections.section02 .image_group .text02 {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  font-size: 14px;
}

/* section03 */
.sections.section03 {
  background: #fff;
}
.sections.section03 .section_inner {
  display: block;
  padding: 90px 0 0;
}
.sections.section03 .section_inner .lineup_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sections.section03 .section_inner .lineup_list .item {
  width: calc((100% - 150px)/4);
}
.sections.section03 .section_inner .lineup_list .item .list_title {
  margin-bottom: 10px;
  padding: 2px 0 2px 13px;
  border-left: 4px solid #b0b7ba;
  font-size: 20px;
  line-height: 1em;
}
.sections.section03 .section_inner .lineup_list .item .over_images_wrap {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sections.section03 .section_inner .lineup_list .item .over_images_wrap .img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.sections.section03 .section_inner .lineup_list .item .over_images_wrap .img.over {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
}
.sections.section03 .section_inner .lineup_list.show .item:nth-child(1) .over_images_wrap .img.over {
  animation: scrollFistChangeImage 1.5s ease 0s;
}
.sections.section03 .section_inner .lineup_list.show .item:nth-child(2) .over_images_wrap .img.over {
  animation: scrollFistChangeImage 1.5s ease 0.2s;
}
.sections.section03 .section_inner .lineup_list.show .item:nth-child(3) .over_images_wrap .img.over {
  animation: scrollFistChangeImage 1.5s ease 0.4s;
}
.sections.section03 .section_inner .lineup_list.show .item:nth-child(4) .over_images_wrap .img.over {
  animation: scrollFistChangeImage 1.5s ease 0.6s;
}
@keyframes scrollFistChangeImage {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sections.section03 .section_inner .lineup_list.show .item .over_images_wrap:hover .img.over {
  opacity: 1;
}
.sections.section03 .section_inner .lineup_list .item .caption {
  font-size: 18px;
  line-height: 1.4em;
}
.sections.section03 .section_inner .lineup_switching_area {
  position: relative;
  margin: 100px 0;
}
.sections.section03 .section_inner .lineup_switching_area > * {
  width: calc((100% - 50px)/2);
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image::before {
  display: block;
  padding-top: 100%;
  width: 100%;
  content: "";
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.65,0.05,0.36,1) 0s;
  transform: translateY(-38%);
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image.active .base {
  transition: transform 0.4s cubic-bezier(0.65,0.05,0.36,1) 0.3s;
  transform: translateY(-15%);
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list .item {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.65,0.05,0.36,1) 0s,
  opacity 0.5s ease 0s;
  transform: translateX(-10%);
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list .item.item01 {
  top: 7.8%;
  left: -0.4%;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list .item.item02 {
  top: 9.3%;
  left: 0%;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list .item.item03 {
  top: 9.3%;
  left: 0.2%;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image .change_image_list .item.item04 {
  top: 7.6%;
  left: 0%;
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active01"] .change_image_list .item.item01,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active02"] .change_image_list .item.item02,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active03"] .change_image_list .item.item03,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active04"] .change_image_list .item.item04 {
  transition: transform 0s ease 0s,
  opacity 0s ease 0s;
  transform: translateX(10%);
}
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active01"].active .change_image_list .item.item01,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active02"].active .change_image_list .item.item02,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active03"].active .change_image_list .item.item03,
.sections.section03 .section_inner .lineup_switching_area .lineup_switching_image[data-active_image="active04"].active .change_image_list .item.item04 {
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.65,0.05,0.36,1) 0s,
  opacity 0.5s ease 0s;
  transform: translateX(0%);
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area {
  margin-top: 60px;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  width: calc((100% - 40px)/2);
  font-size: 23px;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item .inner {
  position: relative;
  z-index: 5;
  color: #9a9ea0;
  transition: color 0.3s ease 0s;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item.active .inner {
  color: #fff;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 1px;
  background: #9a9ea0;
  content: "";
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 200%;
  height: 40%;
  border-right: 1px solid #9a9ea0;
  background: #fff;
  content: "";
  transition: bottom 0.3s ease 0s,
  height 0.3s ease 0s,
  color 0.3s ease 0s,
  background-color 0.3s ease 0s;
  transform: skew(25deg, 0deg);
  transform-origin: right bottom;
}
.sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item.active::after {
  height: 100%;
  background: #9a9ea0;
}

/* bottom_dl_area */
.bottom_dl_area .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 130px auto;
  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 (min-width: 751px) {
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item:hover .inner {
    color: #fff;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item:hover::before {
    height: 0%;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item:hover::after {
    right: 0;
    bottom: 0%;
  }
}
@media screen and (max-width: 1520px) {
  .main_visual .main_visual_inner {
    margin-left: 0;
    max-width: 1190px;
  }
}
@media screen and (max-width: 1366px) {
  .main_visual .main_visual_inner {
    min-height: 594px;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz01 {
    font-size: 39px;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz02 {
    font-size: 47px;
  }
  @keyframes mainVisualImageAnimation {
    0% {
      opacity: 0;
      transform: translateX(8vw);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateX(6vw);
    }
  }
}
@media screen and (max-width: 1280px) {
  /* section02 */
  .sections.section02 .image_group .text01 .fz01 {
    font-size: 18px;
  }
  .sections.section02 .image_group .text01 .fz02 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  /* main_visual */
  .main_visual .main_visual_inner {
    flex-direction: column-reverse;
    min-height: 0%;
  }
  .main_visual .main_visual_inner > * {
    min-height: 0%;
  }
  .main_visual .main_visual_inner .text_group {
    margin: 50px 0 70px;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz01 {
    font-size: 44px;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz02 {
    font-size: 52px;
  }
  .main_visual .main_visual_inner .text_group .main_title {
    justify-content: center;
  }
  .main_visual .main_visual_inner .text_group .main_lead,
  .main_visual .main_visual_inner .text_group .main_btn {
    text-align: center;
  }
  .main_visual .main_visual_inner .main_img {
    max-width: 600px;
  }

  /* content_spec */
  .content_spec .spec_inner {
    flex-direction: column;
  }
  .content_spec .spec_inner > * {
    min-height: 0%;
  }
  .content_spec .spec_inner .spec_list {
    margin: 0 0 60px 0;
  }

  /* section02 */
  .sections.section02 .image_group .text01 {
    white-space: normal;
  }
  .sections.section02 .image_group .text01 .break_point {
    display: block;
  }
  .sections.section02 .image_group .text01 .fz01 {
    margin-bottom: 13px;
  }

  /* section03 */
  .sections.section03 .section_inner .lineup_list {
    flex-wrap: wrap;
  }
  .sections.section03 .section_inner .lineup_list .item {
    margin-bottom: 60px;
    width: calc((100% - 60px)/2);
  }
  .sections.section03 .section_inner .lineup_list .item .over_images_wrap {
    display: flex;
  }
  .sections.section03 .section_inner .lineup_list .item .over_images_wrap .img.over {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
  }
  .sections.section03 .section_inner .lineup_list.show .item:nth-child(1) .over_images_wrap .img.over,
  .sections.section03 .section_inner .lineup_list.show .item:nth-child(2) .over_images_wrap .img.over,
  .sections.section03 .section_inner .lineup_list.show .item:nth-child(3) .over_images_wrap .img.over,
  .sections.section03 .section_inner .lineup_list.show .item:nth-child(4) .over_images_wrap .img.over {
    animation: none;
  }
  .sections.section03 .section_inner .lineup_switching_area > * {
    width: auto;
  }
  .sections.section03 .section_inner .lineup_switching_area {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .sections.section03 .section_inner .lineup_switching_area .section_title02,
  .sections.section03 .section_inner .lineup_switching_area .section_text {
    width: 100%;
  }
  .sections.section03 .section_inner .lineup_switching_area .lineup_switching_image {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    margin: 140px 0 0 0;
    width: 50%;
  }
  .sections.section03 .section_inner .lineup_switching_area .lineup_switching_image::before {
    padding-top: 85%;
    width: 100%;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area {
    order: 1;
    width: 50%;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item {
    margin-bottom: 20px;
    padding: 15px;
    width: calc((100% - 20px)/2);
    font-size: 18px;
  }
  .content_spec .spec_inner .sections_btn {
    margin-bottom: 50px;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 970px) {
  .sections .section_inner,
  .sections.reverse .section_inner {
    flex-direction: column;
    padding: 60px 0;
  }
  .sections .section_inner > * {
    min-height: 0%;
  }
  .sections .section_inner .text_group {
    margin-left: 0;
    width: 100%;
  }
  .sections .section_inner .image_group {
    margin-top: 60px;
    width: 100%;
  }
  .sections.section02 .section_inner {
    padding-bottom: 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: 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 */
  .main_visual {
    padding: 0 5vw;
  }
  .main_visual::before {
    top: 0%;
    left: 0%;
    opacity: 1;
    animation: none;
  }
  .main_visual .main_visual_inner .text_group {
    margin: 10vw 0;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz01 {
    margin-bottom: 5vw;
    font-size: 6.5vw;
  }
  .main_visual .main_visual_inner .text_group .main_lead .fz02 {
    font-size: 6.9vw;
  }
  .main_visual .main_visual_inner .text_group .main_title {
    margin-top: 7vw;
  }
  .main_visual .main_visual_inner .text_group .main_title .product_name {
    font-size: 18px;
  }
  .main_visual .main_visual_inner .text_group .main_btn {
    margin-top: 10vw;
  }
  .main_visual .main_visual_inner .main_img {
    width: 80%;
    animation: mainVisualImageAnimation 1s ease 0.4s forwards;
  }

  /* content_spec */
  .content_spec {
    padding: 0 5vw;
  }
  .content_spec .spec_inner {
    padding: 10vw 0;
  }
  .content_spec .spec_inner .spec_list {
    margin: 0 0 12vw 0;
  }
  .content_spec .spec_inner .spec_list .list_title {
    font-size: 6.1vw;
  }
  .content_spec .spec_inner .spec_list .list_data + .list_title {
    margin-top: 8vw;
  }
  .content_spec .spec_inner .image {
    width: 90%;
  }


  /* sections */
  .sections {
    padding: 0 5vw;
  }
  .sections .section_inner,
  .sections.reverse .section_inner {
    padding: 6vw 0;
  }
  .sections .section_inner .image_group {
    margin-top: 6vw;
  }
  .sections .section_inner .section_title01 {
    margin-bottom: 5vw;
    font-size: 6.1vw;
  }
  .sections .section_inner .section_title02 {
    margin-bottom: 4vw;
    font-size: 6vw;
  }

  /* section01 */
  .sections.section01 .section_inner .image_group {
    transform: translateX(-12%);
  }

  /* section02 */
  .sections.section02 .section_inner {
    padding-bottom: 0;
  }
  .sections.section02 .image_group {
    padding-bottom: 2%;
  }
  .sections.section02 .image_group .img01 {
    transform: translateX(-17%);
  }

  /* section03 */
  .sections.section03 .section_inner {
    padding: 10vw 0 0;
  }
  .sections.section03 .section_inner .lineup_list .item {
    margin-bottom: 10vw;
    width: 100%;
  }
  .sections.section03 .section_inner .lineup_list .item:last-child {
    margin-bottom: 0;
  }
  .sections.section03 .section_inner .lineup_list .item .over_images_wrap {
    justify-content: flex-start;
  }
  .sections.section03 .section_inner .lineup_list .item .over_images_wrap .img {
    display: inline-block;
    width: auto;
  }
  .sections.section03 .section_inner .lineup_switching_area {
    display: block;
  }
  .sections.section03 .section_inner .lineup_switching_area .lineup_switching_image {
    margin: 22vw auto 0;
    width: 80%;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area {
    margin-top: 6vw;
    width: 100%;
  }
  .sections.section03 .section_inner .lineup_switching_area .change_image_btn_area .change_image_btn .item {
    margin-bottom: 4vw;
    padding: 14px;
    width: 100%;
  }

  /* 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;
  }
}

/* Phone */
.lp-textPhone {
    display: block;
    margin-bottom: 24px;
}

.lp-textPhone > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-body > *:last-child {
    margin-bottom: 0;
}

.lp-textPhone-number {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.lp-textPhone-numberGroup {
    display: flex;
    align-items: flex-start;
    margin-top: 0 !important;
    margin-bottom: 8px;
}

.lp-textPhone-note {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
}

.lp-textPhone-icon {
    width: 36px;
    min-width: 36px;
    height: 20px;
    min-height: 20px;
    margin-top: 0.2rem;
    margin-right: 8px;
}

.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;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: default;
    opacity: 1;
}

.lp-textPhone-outer {
    padding: 0 5vw;
    margin: 0 auto 8vw;
}

.lp-textPhone-outer > *:last-child {
    margin-bottom: 0;
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 750px) {
    .lp-smallScreen-show {
        display: block;
    }
}
