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

sup {
  vertical-align: super;
  font-size: 0.5em;
}

*,
*: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:hover,
a:focus {
  opacity: 0.7;
}
.wrapper {
  /* overflow: hidden; */
  width: 100%;
}

.catalog_btn.lp-listButton {
  margin-top: 32px;
  padding: 8px 0;
}

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

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

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

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

/* lp_header */
.lp-layout-header {
  z-index: 1;
  position: relative;
  width: 100%;
}

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

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1560px;
  width: 100%;
  min-height: 66px;
  margin: 0 auto;
  padding: 10px 40px;
}

.lp-textPhoneLink {
  display: flex;
  flex-direction: column;
}

.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  cursor: text;
}
.lp-textPhoneLink-number{
  line-height:1;
}
.lp-textPhoneLink-numberGroupOuter {
  display: inline-block;
}

.lp-textPhoneLink-icon {
  display: flex;
  width: 40px;
  margin: 0px 8px 0 0;
}

.lp-textPhoneLink-notes {
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .lp-layout-header-content {
    /* flex-direction: column; */
    padding: 10px 20px 12px;
    min-height: 48.5px;
  }
}

@media screen and (max-width: 767px) {
  .lp-layout-header-content {
    flex-direction: column;
  }
}


.lp-layout-header-content>*:last-child {
  margin-bottom: 0;
  margin-left: 20px;
}

.lp-layout-header-logo {
  min-width: 110px;
  margin: 0;
}
.lp-layout-header-logo img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .lp-layout-header-logo {
    min-width: 99px;
    margin: 0;
  }
  /* .lp-textPhoneLink {
    display: none;
  } */
}
@media screen and (max-width: 767px) {
  .lp-textPhoneLink {
    display: none;
  }
}


.lp-layout-header-utilityList {
  min-width: 50%;
  margin-top: -16px;
  text-align: center;
}

.lp-layout-header-utilityList>* {
  margin-top: 16px;
}


.lp-layout-header-link {
  color: #333;
  font-weight: bold;
  line-height: 1.31;
  text-decoration: underline;
}

.lp-layout-header-link:hover,
.lp-layout-header-link:active,
.lp-layout-header-link:focus {
  text-decoration: none;
}

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


@media only screen and (max-width: 767px) {
  .lp-layout-header-content {
    padding: 2.67vw 5.33vw;
    min-height: 48px;
  }
  .lp-layout-header-logo {
    min-width: 26.40vw;
    margin: 0;
  }
  /* 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;
  }
}


/* 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: 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;
}

.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: 1080px) {
  .lp-textPhone-outer {
    display: block;
  }

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

.lp-listButton {
  margin-top: 32px;
}

.lp-listButton .lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #e60012;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

.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: 22px;
  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-anchor .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 7px;
  border-width: 6px 0 6px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("/img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

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

.lp-buttonConversion.of-primary {
  background: #13778F;
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

@media screen and (max-width: 767px) {
  .lp-listButton {
    row-gap: 24px;
    flex-direction: column;
  }
}



.main_visual {
  display: flex;
  /* height: calc(100vh - 67px); */
  background: linear-gradient(#e8ebec 0%, #a5b2ba 100%);
}
.main_visual_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.main_visual .text_area {
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%; */
}

.text_area_inner {
  display: flex;
  flex-direction: column;
}

.main_visual .text_group {
  display: inline-block;
  text-align: left;
}

.main_visual .btn_style {
  margin-left: 0;
}
.main_visual .image_wrap {
  /* width: 100%; */
  width: 54%;
  /* width: fit-content;
  height: 100%; */
  position: relative;
}

.image_wrap img {
  /* height: 100%;
  width: auto; */
}

.label_btn {
  position: absolute;
  /* bottom: 70px; */
  bottom: 11%;
  right: 0;
  width: 40vw;
  /* max-width: 600px; */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 20%, #000 100%);
  transition: none;
}

.label_btn:hover {
  opacity: 1;
}

.label_btn_inner {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 40px;
  position: relative;
}

.label_btn_inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, #C40018 20%, #C40018 100%);
  transition: transform .3s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.label_btn:hover .label_btn_inner::after {
  transform: scale(1, 1);
}

.label_icon {
  color: #fff;
  background-color: #C40018;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 400;
}

.label_text {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}

.label_image {
  margin: -70px 0;
  position: relative;
  z-index: 1;
  max-width: 42%;
}

@media screen and (min-width: 1921px) {
  .label_btn {
    bottom: 11%;
    width: auto;
    max-width: 900px;
  }
  
  .label_btn_inner {
    padding: 17px 20px 17px 30px;
  }

  .label_icon {
    font-size: 23px;
    padding: 4px 14px;
  }
  
  .label_text {
    margin-left: 14px;
    font-size: 28px;
  }
  
  .label_image {
    margin: -126px 15px -100px 0;
    max-width: 310px;
  }
}

@media screen and (max-width: 1920px) {
  .label_btn {
    bottom: 11%;
    width: auto;
  }
  
  .label_btn_inner {
    padding: 17px 20px 17px 30px;
  }

  .label_icon {
    font-size: 23px;
    padding: 4px 14px;
  }
  
  .label_text {
    margin-left: 14px;
    font-size: 28px;
  }
  
  .label_image {
    margin: -126px 15px -100px 0;
    max-width: 310px;
  }
}

@media screen and (max-width: 1800px) {
  
  .label_btn_inner {
    padding: 10px 20px 10px 30px;
  }

  .label_icon {
    font-size: 20px;
  }
  
  .label_text {
    font-size: 26px;
  }
  
  .label_image {
    margin: -126px 15px -100px 0;
    max-width: 280px;
  }
}

@media screen and (max-width: 1600px) {
  .label_btn {
    bottom: 11%;
  }
  
  .label_btn_inner {
    padding: 10px 20px 10px 30px;
  }

  .label_icon {
    font-size: 20px;
  }
  
  .label_text {
    font-size: 26px;
  }
}

@media screen and (min-width: 1360px) and (max-width: 1540px) {
  .label_btn {
    bottom: 11%;
    width: auto;
  }
  
  .label_btn_inner {
    padding: 12px 0 12px 30px;

  }

  .label_icon {
    font-size: 14px;
  }
  
  .label_text {
    font-size: 20px;
  }
  
  .label_image {
    max-width: 240px;
    margin: -100px 18px -70px 0;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1360px) {
  .label_btn {
    bottom: 60px;
  }
  
  .label_btn_inner {
    padding: 12px 0 12px 30px;
  }

  .label_icon {
    font-size: 12px;
  }
  
  .label_text {
    font-size: 15px;
    margin-right: 7px;
    letter-spacing: 3px;
  }
  
  .label_image {
    margin: -82px 19px -70px 0;
    max-width: 200px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1100px) {
  .label_btn {
    bottom: 50px;
  }
  
  .label_btn_inner {
    padding: 12px 0 12px 30px;
  }

  .label_icon {
    font-size: 12px;
  }
  
  .label_text {
    font-size: 15px;
    margin-right: 7px;
    letter-spacing: 3px;
  }
  
  .label_image {
    margin: -82px 19px -70px 0;
    max-width: 175px;
  }
}

@media screen and (max-width: 1080px) {
  .label_btn {
    bottom: 52px;
    width: auto;
  }
  
  .label_btn_inner {
    padding: 13px 0 13px 30px;

  }

  .label_icon {
    font-size: 14px;
  }
  
  .label_text {
    font-size: 18px;
    margin-right: 10px;
  }
  
  .label_image {
    margin: -90px 15px -70px 0;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .label_btn {
    bottom: 30px;
    width: auto;
  }
  
  .label_btn_inner {
    padding: 6px 0 6px 30px;
  }

  .label_icon {
    font-size: 10px;
    padding: 2px 4px;
  }
  
  .label_text {
    font-size: 12px;
    margin-right: 2px;
  }
  
  .label_image {
    margin: -80px 6px -70px 0;
    max-width: 114px;
  }
}


@media screen and (min-width: 1081px) {
  .image_wrap .tab_image {
    display: none;
  }
  .image_wrap .sp_image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .image_wrap .pc_image {
    display: none;
  }
  .image_wrap .sp_image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .image_wrap .pc_image {
    display: none;
  }
  .image_wrap .tab_image {
    display: none;
  }
}

.main_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.main_catchphrase {
  font-weight: 600;
  font-size: clamp(58px,4.7vw,90px);
  line-height: 1.2;
  text-align: left;
  display: flex;
  flex-direction: column;
  letter-spacing: 6px;
}
.small_txt{
  font-weight: inherit;
}
.main_catchphrase .small_txt{
  letter-spacing: 0;
  font-size: 0.5em;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #C8161D;
}

.main_title .product_name {
  margin-top: clamp(16px,1.5vw,25px);
  font-weight: 600;
  font-size: clamp(16px,2vw,25px);
  line-height: 1.4;
  text-align: left;
}

.break_point {
  display: inline-block;
}
.main_img {
  width: 50%;
}

.main_visual .lp-listButton {
  margin-top: clamp(32px,2.5vw,50px);
  justify-content: left;
  flex-direction: column;
  gap: 32px;
  align-items: start;
}

.main_visual .lp-listButton li {
  max-width: 340px;
  /* width: 100%; */
}

/* .main_visual .lp-listButton .lp-buttonConversion {
  width: 100%;
}

.main_visual .lp-listButton .lp-buttonConversion-text {
  margin-right: 0;
  padding-right: 16px;
}

.main_visual .lp-listButton .lp-buttonConversion-image {
  margin-left: auto;
} */

.lp-scrollButton .lp-buttonConversion {
  width: 100%;
  background-color: #D1D6DA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  max-width: 340px;
  border-radius: 4px;
}

.lp-scrollButton .lp-buttonConversion-body {
  padding-left: 40px;
  padding-right: 120px;
}

.main_visual .lp-scrollButton .lp-buttonConversion-body::before {
  background: none;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 28px;
  width: 10px;
  height: 10px;
  rotate: -45deg;
  border-bottom: 2px solid #C8161D;
  border-left: 2px solid #C8161D;
  content: "";
}

.lp-scrollButton .lp-buttonConversion-text {
  color: #C8161D;
  font-weight: 500;
  font-size: 16px;
  margin-right: 0;
  padding-right: 0;
}

.lp-scrollButton .lp-buttonConversion-image {
  position: absolute;
  right: 8px;
  border: none;
  width: 114px;
  height: auto;
}

.main_visual .text_link {
  margin-top: 20px;
  text-decoration: underline;
  font-size: 16px;
  color: #333;
}

.text_link:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 14px;
  width: 10px;
  background-color: #1D1D1D;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.lp-scroll {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 30px;
  /* left: 40px;
  bottom: 8px; */
  opacity: 1;
  transition: opacity 0.3s;
}

.lp-scrollText {
  color: #fff;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 46px;
  writing-mode: vertical-lr;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
}

.lp-scrollText::before,
.lp-scrollText::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.lp-scrollText::after {
  background: #fff;
  animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}


@keyframes scrollDown {
  0% {
    transform: scale(0, 0);
    transform-origin: 0 0;
  }
  50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
  }
  50.1% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
  }
  100% {
      transform: scale(0, 0);
      transform-origin: 0 100%;
  }
}

/* sections */
.sections {
  padding: 0 40px;
}
.sections .section_inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 74px 0;
}
.section_title {
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  position: relative;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.section_text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: relative;
}

/* appeal_point01 */

.section-1 {
  background-color: #F4F4F4;
  /* padding: 100px 140px; */
}

.section_title_icon {
  font-size: 26px;
  border: 2px solid #C8161D;
  color: #C8161D;
  /* padding: 0 12px; */
  padding: 4px 12px;
  /* margin-right: 8px; */
  vertical-align: middle;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* line-height: 1.4; */
  line-height: 1;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section_title {
  /* display: inline-flex;
  align-items: center; */
  position: relative;
  letter-spacing: 4px;
  padding-left: 124px;
}

.section_title sup {
  align-self: flex-start;
}

.section_title .small_txt {
  font-size: 26px;
  /* letter-spacing: 0; */
}

.annotation_wrap {
  text-align: right;
}

.annotation_text {
  /* margin-top: 20px; */
  margin-top: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding-left: 26px;
  position: relative;
  display: inline-block;
}

.annotation_text .annotation_icon {
  position: absolute;
  left: 0;
  top: -3px;
}

.feature_list {
  display: flex;
  gap: 24px;
  /* margin-top: 40px; */
  margin-top: 36px;
}

.feature_item {
  width: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.feature_title {
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  padding-left: 16px;
  border-left: 2px solid #C8161D;
}

.feature_content {
  display: contents;
}

.feature_text_area {
  margin-top: 16px;
}

.feature_text {
  /* margin-top: 20px; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.feature_item .annotation_text {
  text-align: left;
}

.feature_image {
  margin-top: auto;
  padding-top: 16px;
}


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

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

.dl_area {
  max-width: 620px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_dl_area .inner .text_group {
  flex: 1 1 auto;
}
.bottom_dl_area .inner .text_group .lead01 {
  margin-bottom: 32px;
  letter-spacing: 6px;
  text-align: left;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.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 */
@media screen and (min-width: 1921px) {

}

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

  .sections_bg_container {
    background-image: none;
  }
}


@media screen and (max-width: 1080px) {
  .sections {
    padding: 0 30px;
  }
  .sections .section_inner {
    max-width: 708px;
    padding: 64px 0;
  }
  .section_title {
    font-size: 26px;
    letter-spacing: 2px;
    padding-left: 102px;
  }

  .section_title_icon {
    font-size: 20px;
    padding: 2px 8px;
  }

  .section_title .small_txt {
    font-size: 20px;
  }

  .main_visual_inner {
    flex-direction: column-reverse;
  }
  
  .main_visual .text_area {
    width: 100%;
    padding: 56px 0 100px;
  }

  .main_visual .image_wrap {
    width: 100%;
  }

  .main_catchphrase {
    text-align: center;
    font-size: clamp(54px,9.5vw,90px);
  }
  .main_catchphrase .small_txt {
    font-size: 0.6em;
  }

  .main_title .product_name {
    font-size: clamp(20px,2.5vw,25px);
  }

  .main_visual .lp-listButton {
    justify-content: center;
    align-items: center;
  }

  .main_visual .text_link {
    text-align: center;
  }

  .section-1 {
    background-color: #F4F4F4;
    /* padding: 100px 140px; */
  }

  .feature_list {
    flex-direction: column;
  }

  .feature_item {
    padding: 32px;
  }

  .feature_content {
    display: flex;
    gap: 16px;
  }

  /* .feature_text {
    width: 56%;
  } */

  .feature_image {
    /* width: 44%; */
    max-width: 288px;
    width: 100%;
    flex-shrink: 0;
  }

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

  /* bottom_dl_area */
  .bottom_dl_area .inner {
    max-width: 1280px;
  }

  .dl_area {

  }

  .bottom_dl_area .inner .text_group {
    flex: 1 1 auto;
  }
  .bottom_dl_area .inner .text_group .lead01 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
  }

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

.tab_only {
  display: none;
}

@media screen and (min-width: 1081px) {
  .sp_only {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
  .tab_sp_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .tab_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
  .tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 1080px) {
  .pc_only {
    display: none !important;
  }
  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .tab_only {
    display: none !important;
  }
  .pc_tab_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sections {
    padding: 0 20px;
  }
  .sections .section_inner {
    padding: 40px 0 64px;
  }

  .section_title {
    display: inline-block;
    padding-left: 0;
  }

  .section_title_icon {
    position: static;
    margin-bottom: 4px;
    display: block;
    width: fit-content;
    transform: translateY(0);
  }
  
  .section_title::before {
    /* position: static;
    display: inline-block; */
    top: 0.6em;
    transform: translateY(0);
  }

  .lp-utility-break {
    display: block;
  }

  .annotation_text {
    text-align: left;
  }

  .feature_item {
    padding: 24px;
  }

  .main_visual_inner {
    flex-direction: column-reverse;
  }
  
  .main_visual .text_area {
    width: 100%;
    padding: 32px 0 48px;
  }

  .main_visual .main_catchphrase {
    font-size: 48px;
  }

  .main_visual .product_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    font-size: 18px;
  }

  .main_visual .lp-listButton {
    justify-content: center;
  }

  .main_visual .text_link {
    text-align: center;
  }

  .feature_content {
    flex-direction: column;
  }

  .feature_image {
    padding-top: 0;
    max-width: none;
  }


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

  /* bottom_dl_area */
  .bottom_dl_area .inner {
    max-width: 1280px;
  }

  .dl_area {

  }

  .bottom_dl_area .inner .text_group {
    flex: 1 1 auto;
  }
  .bottom_dl_area .inner .text_group .lead01 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .bottom_dl_btn {
    text-align: center;
  }

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

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

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

  .lp-buttonConversion-text {
    font-size: 16px;
  }
}
