@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: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: calc(100vw - 350px);
  padding: 0;
}

.lp-layout-header > *:last-child {
  margin-bottom: 0;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1323px;
  width: 100%;
  min-height: 66px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .lp-layout-header-content {
    padding: 10px 43px;
  }
}

.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 {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 1365px) {
  .lp-layout-header-content {
    padding: 20px 20px 22px;
    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;*/
  margin-left: 0;
}

.lp-layout-header-logo {
  min-width: 125px;
  margin: 0;
}

.lp-layout-header-logo img {
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .lp-layout-header-logo {
    margin: 0;
  }
}

@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.4vw;
    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;
}

@media only screen and (max-width: 767px) {
  .lp-textPhone-outer {
    text-align: center;
    padding: calc(20 / 375 * 100vw) 0 0;
    border-top: none;
  }
}

.lp-textPhone-outer .lp-text.of-primary {
  font-size: 20px;
  font-weight: bold;
}

.lp-textPhone-outer .lp-textPhone {
  margin-left: 28px;
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
}

.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.lp-textPhone-outer .lp-textPhone-icon {
  width: 66px;
  height: 38px;
  margin: 3px 8px 0 0;
}

.lp-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

.lp-textPhone-number,
.lp-textPhoneLink-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: 1365px) {
  .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-textPhone-outer .lp-textPhone {
    margin: 0;
  }

  .lp-textPhone-outer .lp-textPhone-numberGroup {
    justify-content: center;
  }

  .lp-textPhone-outer .lp-textPhone-icon {
    width: 38px;
  }

  .lp-textPhone-outer .lp-textPhone-number {
    font-size: 26px;
  }

  .lp-textPhone-outer .lp-textPhone-note {
    font-size: 12px;
  }
  
  .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;
}

.bottom_dl_area .lp-listButton .lp-buttonConversion {
  width: 300px;
}

@media screen and (max-width: 1365px) {
  .bottom_dl_area .lp-listButton .lp-buttonConversion {
    width: 261px;
  }
}

.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}

.bottom_dl_area .lp-listButton .lp-buttonConversion.of-primary .lp-buttonConversion-body {
  padding-left: 65px;
  padding-right: 14px;
}

.lp-buttonConversion-text {
  margin-right: auto;
  padding-right: 7px;
  font-size: 20px;
}

.bottom_dl_area .lp-listButton .lp-buttonConversion.of-primary .lp-buttonConversion-text {
  margin-right: 0;
  padding-right: 0;
}

.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: 12px;
  border-width: 7px 0 7px 13px;
  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;
  padding: 0;
  background: linear-gradient(#e8ebec 0%, #a5b2ba 100%);
}

@media screen and (min-width: 1366px) {
  .main_visual {
    padding: 0 0 0 43px;
  }
}

.main_visual_inner {
  position: relative;
  display: flex;
  justify-content: right;
  margin: 0 0 0 auto;
  width: calc(1380 / 1920 * 100vw);
  padding-top: 80px;
}

.main_visual .text_area {
  display: flex;
  align-items: center;
}

.text_area_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.main_visual .text_group {
  display: inline-block;
  text-align: left;
}

.main_visual .btn_style {
  margin-left: 0;
}
@media screen and (min-width: 1740px) {
  .main_visual_inner {
    margin: 0 auto;
    max-width: 1270px;
  }
}
@media screen and (min-width: 1366px) {
  .image_wrap .tab_image {
    display: none;
  }

  .image_wrap .sp_image {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .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: 56px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  flex-direction: column;
  letter-spacing: 4.92px;
}

/*
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main_catchphrase {
    letter-spacing: 3.84px;
    font-size: calc((32 / 554) * 100vw - 14.9px);
  }
}
*/

.small_txt,.small_txt2 {
  font-weight: inherit;
}

.main_catchphrase .small_txt,
.main_catchphrase .small_txt2 {
  letter-spacing: 2.88px;
  line-height: 1.6;
}

.main_catchphrase .small_txt {
  font-size: 40px;
}

.main_catchphrase .small_txt2 {
  font-size: 32px;
}

.main_catchphrase .big_txt {
  font-size: 64px;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main_catchphrase {
    font-size: calc(56 / 1920 * 100vw);
  }

  .main_catchphrase .small_txt {
    letter-spacing: 2.04px;
    font-size: calc(40 / 1920 * 100vw);
  }

  .main_catchphrase .small_txt2 {
    font-size: calc(32 / 768 * 100vw);
  }
  
  .main_catchphrase .big_txt {
    font-size: calc(26 / 768 * 100vw);
  }  
}

@media screen and (max-width: 1365px) {
  .main_catchphrase .small_txt {
    font-size: calc(46 / 768 * 100vw);
    letter-spacing: calc(2.88 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main_catchphrase .small_txt {
    font-size: calc(28 / 375 * 100vw);
    letter-spacing: calc(1.68 / 375 * 100vw);
  }
}

.main_title .product_name {
  margin-top: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 1.68px;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main_title .product_name {
    margin-top: 12px;
    font-size: 23px;
    letter-spacing: 1.38px;
  }
}

.color_red {
  color: #c8161d;
}

.break_point {
  display: inline-block;
}

.main_img {
  width: 50%;
}

.main_visual .lp-listButton {
  margin-top: 32px;
  justify-content: left;
  max-width: 340px;
}

.main_visual .text_link {
  margin-top: 38px;
  text-decoration: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.96px;
}

.main_visual .text_link:hover {
  text-decoration: underline;
}

.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: 0;
  bottom: 55px;
  opacity: 1;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .lp-scroll {
    bottom: 38.5px;
  }
}

.lp-scrollText {
  color: #fff;
  position: relative;
  margin-bottom: 0;
  padding-top: 36px;
  writing-mode: vertical-lr;
  vertical-align: bottom;
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transform: rotateZ(180deg);
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .lp-scrollText {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

.lp-scrollText::before,
.lp-scrollText::after {
  position: absolute;
  right: 50%;
  top: 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 100%;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  100% {
    transform: scale(0, 0);
    transform-origin: 0 0;
  }
}

/* sections */
.sections {
  padding: 0 43px;
}

.sections .section_inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 110px 0 56px;
  display: flex;
  flex-direction: column;
}

.section_title {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 2.28px;
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-family: "Hiragino UD Serif StdN", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .section_title {
    font-size: 32px;
    letter-spacing: 1.92px;
  }
}

.section_title::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 3px solid #c8161d;
  width: 24px;
}

.section_text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.96px;
}

.section_title + .section_text {
  margin-top: 26px;
}

/* appeal_point01 */
.section-1 {
  background-color: #f4f4f4;
}

.box_list {
  margin-top: 40px;
  display: flex;
  column-gap: 24px;
}

.box_item {
  width: 100%;
  /*cursor: pointer;*/
}

.box_link {
  border-radius: 8px;
  box-shadow: 0px 3px 6px #72727229;
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .box_link {
    border-radius: calc(8 / 768 * 100vw);
    box-shadow: 0px calc(3 / 768 * 100vw) calc(6 / 768 * 100vw) #72727229;
  }
}

@media screen and (max-width: 767px) {
  .box_link {
    border-radius: calc(8 / 375 * 100vw);
    box-shadow: 0px calc(3 / 375 * 100vw) calc(6 / 375 * 100vw) #72727229;
  }
}

.box_link:hover {
  /*opacity: 1;*/
}

.box_title {
  background-color: #ffffff;
  padding: 20px 0 28px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #333;
  position: relative;
  text-align: center;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .box_title {
    padding: 20px 0;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}

.box_link:hover .box_title {
  /*opacity: 0.7;*/
}

.box_image {
  position: relative;
  overflow: hidden;
}

.box_image_icon {
  padding: 5px 10px 4px;
  background-color: #e60012;
  color: #ffffff;
  font-family: "Arial", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 16px;
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width: 1365px) {
  .box_image_icon {
    padding: calc(3 / 768 * 100vw) calc(7 / 768 * 100vw) calc(2 / 768 * 100vw);
    font-size: calc(13 / 768 * 100vw);
    letter-spacing: calc(0.64 / 768 * 100vw);
    top: calc(16 / 768 * 100vw);
    left: calc(16 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .box_image_icon {
    padding: calc(6 / 375 * 100vw) calc(12 / 375 * 100vw) calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.64 / 375 * 100vw);
    top: calc(16 / 375 * 100vw);
    left: calc(16 / 375 * 100vw);
  }
}

.box_image img {
  transition: opacity 0.3s, scale 0.3s;
  transition-timing-function: ease-out;
}

/*
.box_link:hover .box_image img {
  opacity: 0.7;
  scale: 1.1;
}
*/

.box_text_link {
  display: none;
}

.modal_item {
  display: none;
}

.modal_title {
  font-size: 24px;
  color: #c8161d;
  font-weight: 600;
}

.modal_text {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.modal_image {
  margin-top: 32px;
}

.annotation_text {
  margin-top: 4px;
  font-size: 13px;
  text-align: right;
  font-weight: 400;
}

/* Modal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.modal__wrap {
  position: relative;
  margin: 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
}

.modal__wrap::before,
.modal__wrap::after {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  flex-shrink: 0;
}

.modal__container {
  padding: 0 50px;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.close__btn {
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
}

.close__btn::before,
.close__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #919191;
  height: 24px;
  width: 2px;
}

.close__btn::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close__btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.section-2 {
  background-color: #d1d6da;
}

.section-2 .section_inner {
  align-items: flex-start;
  height: 100%;
  position: relative;
  padding: 110px 0;
}

/*
.section-2 .section_inner::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/img/ss/products/measure/cl-3000/002/bg_2093_01_001.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -165px;
  top: 90px;
  width: 800px;
  height: 491px;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .section-2 .section_inner::before {
    right: -64px;
  }
}
*/

.section-2 .section_inner .section_content {
  display: flex;
  column-gap: 30px;
  margin-top: 40px;
}

.section-2 .section_inner .section_content .section_image {
  width: 49.1%;
}

/*
.section-2 .text_area {
  li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    & .num {
      font-size: 26px;
      color: #C8161D;
      font-weight: 500;
      letter-spacing: 1.56px;
      padding-right: 12px;
      &::after {
        content: '';
        border-left: solid 1px #A5AAAE;
        margin-left: 14px;
      }  
    }
    & .section_text {
      text-align: left;
      color: #333;
      margin-bottom: 15px;
      & .ttl {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1.44px;
      }
      & .txt {
        font-size: 16px;
        letter-spacing: 0.96px;
      }
    }
  }
}
*/

.section-2 .text_area li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-2 .text_area li .num {
  font-size: 26px;
  color: #C8161D;
  font-weight: 500;
  letter-spacing: 1.56px;
  padding-right: 12px;
}

.section-2 .text_area li .num::after {
  content: '';
  border-left: solid 1px #A5AAAE;
  margin-left: 14px;
}

.section-2 .text_area li .section_text {
  text-align: left;
  color: #333;
  margin-bottom: 15px;
}

.section-2 .text_area li .section_text .ttl {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.44px;
}

.section-2 .text_area li .section_text .txt {
  font-size: 16px;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 767px) {
  /*
  .section-2 .section_inner .section_content {
    flex-direction: column;
    & .section_image {
      width: 100%;
    }
    & .section_text {
      margin-left: 0;
    }
  }
  */

  .section-2 .section_inner .section_content {
    flex-direction: column;
  }

  .section-2 .section_inner .section_content .section_image {
    width: 100%;
  }

  .section-2 .section_inner .section_content .section_text {
    width: 100%;
  }
}

.section-3 {
  background-color: #f4f4f4;
}

.sections_bg_container {
  max-width: 1080px;
  margin: 0 auto;
}

.section-3 {
  position: relative;
}

.section-3::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 32px solid #f4f4f4;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}

.section-3 .section_inner .recommend_list {
  margin-top: 40px;
  display: flex;
  column-gap: 30px;
  font-size: 16px;
}

.section-3 .section_inner .recommend_list .recommend_item {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(114, 114, 114, 0.16);
  padding: 44px 20px 30px;
  text-align: center;
  position: relative;
}

.section-3 .section_inner .recommend_list .recommend_item .color_red {
  font-weight: 600;
}

.section-3 .section_inner .recommend_list .recommend_item::before {
  content: '';
  position: absolute;
  background: url('/img/products/cl-3000/185748001/185748001_check_img_01.png') no-repeat center center, #fff;
  background-size: 10px 7px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: solid 1px #C8161D;
  padding: 15px;
}

.section-3 .section_inner .benefit {
  margin-top: 34px;
  background: linear-gradient(90deg, #F4F4F4 0%, #FFF 50%, #F4F4F4 100%);
  padding: 27px 20px 33px;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-3 .section_inner .benefit .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  display: flex;
  align-items: center;
}

.section-3 .section_inner .benefit .ttl::before,
.section-3 .section_inner .benefit .ttl::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  width: 16px;
  background: #C8161D;
  margin: 0 1rem;
}

.section-3 .section_inner .benefit .txt {
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: 12px;
}

.section-3 .section_inner .benefit .txt .color_red {
  font-weight: 600;
}

.section-3 .section_inner .register_now {
  margin-top: 32px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.92px;
}

.section-3 .section_inner .register_now .color_red {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .section-3 .recommend_list {
    flex-direction: column;
    row-gap: 30px;
  }
}

.feature_list {
  margin-top: 32px;
  display: inline-flex;
  column-gap: 56px;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .feature_list {
    column-gap: 48px;
  }
}

.section-3 .feature_list {
  max-width: 1080px;
}

.section-3 .section_list {
  line-height: 2;
}

.feature_title {
  padding-left: 14px;
  border-left: 2px solid #c8161d;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 1.5;
}

.feature_text {
  margin-top: 18px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 1.75;
}

@media screen and (max-width: 1365px) {
  .feature_text {
    margin-top: calc(10 / 768 * 100vw);
    font-size: calc(16 / 768 * 100vw);
    letter-spacing: calc(0.96 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .feature_text {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
  }
}

.feature_image {
  margin-top: 24px;
}

.feature_flow_list {
  display: flex;
  justify-content: center;
  column-gap: 35px;
  margin-top: 18px;
}

@media screen and (max-width: 1365px) {
  .feature_flow_list {
    column-gap: calc(40 / 768 * 100vw);
    margin-top: calc(18 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_list {
    flex-direction: column;
    row-gap: calc(24 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
  }
}

.feature_flow_item {
  position: relative;
}

@media screen and (max-width: 1365px) {
  .feature_flow_item {
    width: calc(149 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_item {
    display: flex;
    column-gap: calc(20 / 375 * 100vw);
    width: 100%;
  }
}

.feature_flow_item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto 0;
  border-top: 3px solid #C8161D;
  border-right: 3px solid #C8161D;
  rotate: 45deg;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28.5px;
}

@media screen and (max-width: 1365px) {
  .feature_flow_item:not(:first-of-type)::before {
    width: calc(12 / 768 * 100vw);
    height: calc(12 / 768 * 100vw);
    left: calc(28.5 / 768 * 100vw * -1);
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_item:not(:first-of-type)::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_textbox {
    flex: 1 1;
  }
}

.feature_flow_label {
  max-width: 100%;
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #c8161d;
  border-radius: 15px;
  color: #c8161d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.96px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .feature_flow_label {
    padding: calc(6 / 768 * 100vw);
    border: calc(1 / 768 * 100vw) solid #c8161d;
    border-radius: calc(15 / 768 * 100vw);
    font-size: calc(16 / 768 * 100vw);
    letter-spacing: calc(0.96 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_label {
    padding: calc(6 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #c8161d;
    border-radius: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
  }
}

.feature_flow_title {
  margin-top: 12px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 1.57;
}

@media screen and (max-width: 1365px) {
  .feature_flow_title {
    margin-top: calc(12 / 768 * 100vw);
    font-size: calc(14 / 768 * 100vw);
    letter-spacing: calc(0.84 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .feature_flow_title {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
    text-align: left;
  }
}

.feature_flow_image {
  margin-top: calc(4 / 768 * 100vw);
}

@media screen and (max-width: 767px) {
  .feature_flow_image {
    flex: 1 1;
    width: 50%;
  }
}

@media screen and (max-width: 1365px) {
  .feature_item:nth-of-type(2) .feature_image {
    display: block;
    width: calc(464 / 768 * 100vw);
    margin: calc(16 / 768 * 100vw) auto 0;
  }
}

@media screen and (max-width: 767px) {
  .feature_item:nth-of-type(2) .feature_image {
    width: 100%;
    margin-top: calc(10 / 375 * 100vw);
  }
}

.section-4 {
  background-color: #d1d6da;
}

.section-4 .section_inner {
  align-items: flex-start;
  height: 100%;
  position: relative;
  padding: 110px 0;
}

.section-4 .section_inner .section_content {
  width: 100%;
}

.section-4 .section_inner .register_list {
  margin-top: 40px;
  display: flex;
  gap: 40px 30px;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.section-4 .section_inner .register_list .register_item {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  padding: 20px;
  text-align: center;
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1365px) {

  .section-4 .section_inner .register_list .register_item {
    flex-basis: 340px;
  }
}

.section-4 .section_inner .register_list .register_item .day_num {
  display: inline-block;
  color: #C8161D;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  border-radius: 4px;
  border: solid 1px #C8161D;
  padding: 7px 13px;
}

.section-4 .section_inner .register_list .register_item .date {
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.12px;
}

.section-4 .section_inner .register_list .register_item .date .week {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.section-4 .section_inner .register_list .register_item .time {
  font-size: 34px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.04px;
}

.section-4 .section_inner .register_list .register_item .btn {
  margin-top: 8px;
  border-radius: 100px;
  background: #DC002F;
  color: #ECECEC;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  padding: 15px;
  display: block;
  position: relative;
}

.section-4 .section_inner .register_list .register_item .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ECECEC;
  border-right: solid 2px #ECECEC;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .section-4  .register_list {
    flex-direction: column;
    row-gap: 30px;
  }

  .section-4 .section_inner .register_list .register_item {
    flex-basis: auto;
  }
}

/* bottom_dl_area */
.bottom_dl_area {
  margin: 100px auto 114px;
  width: 100%;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .bottom_dl_area {
    margin: 80px auto 105px;
  }
}

/* bottom_dl_area */
.bottom_dl_area .inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.dl_area {
  max-width: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_dl_area .inner .text_group {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bottom_dl_area .inner .text_group .lead01 {
  display: inline-block;
  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;
  letter-spacing: 1.92px;
  line-height: 1.5;
}

.bottom_dl_btn {
  text-align: center;
}

.bottom_dl_area .large_thumb {
  max-width: 120px;
  margin-right: 40px;
}

.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 (max-width: 1365px) {
  .sections {
    padding: 0 calc(30 / 768 * 100vw);
  }

  .sections .section_inner {
    max-width: none;
    padding: calc(64 / 768 * 100vw) 0;
  }

  .section_title {
    font-size: calc(26 / 768 * 100vw);
    letter-spacing: calc(1.56 / 768 * 100vw);
    padding-left: calc(30 / 768 * 100vw);
  }

  .section_title::before {
    border-bottom: calc(3 / 768 * 100vw) solid #c8161d;
    width: calc(18 / 768 * 100vw);
  }

  .section_text {
    font-size: calc(16 / 768 * 100vw);
    letter-spacing: calc(0.64 / 768 * 100vw);
  }

  .section_title + .section_text {
    margin-top: calc(24 / 768 * 100vw);
  }

  .main_visual_inner {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 0;
  }

  .main_visual .text_area {
    width: 100%;
    padding: 56px 0 100px;
  }

  .main_visual .image_wrap {
    width: 100%;
  }

  .main_catchphrase {
    text-align: center;
    /*font-size: calc(72 / 768 * 100vw);*/
    letter-spacing: calc(4.92 / 768 * 100vw);
  }

  .main_title .product_name {
    margin-top: calc(18 / 768 * 100vw);
    font-size: calc(20 / 768 * 100vw);
    letter-spacing: calc(1.68 / 768 * 100vw);
    text-align: center;
  }

  .main_visual .lp-listButton {
    justify-content: center;
  }

  .main_visual .text_link {
    text-align: center;
  }

  .section-1 {
    background-color: #f4f4f4;
  }

  .box_list {
    margin-top: calc(28 / 768 * 100vw);
    column-gap: calc(16 / 768 * 100vw);
  }

  .box_title {
    padding: calc(20 / 768 * 100vw) 0;
    font-size: calc(16 / 768 * 100vw);
    letter-spacing: calc(0.96 / 768 * 100vw);
  }

  .modal_title {
  }

  .modal_text {
  }

  .modal .feature_list {
    column-gap: 24px;
  }

  .modal .feature_item {
    flex: 1 1;
  }

  .modal .feature_title {
    font-size: 16px;
  }
  
  .modal .feature_item:nth-of-type(2) .feature_image {
    margin-top: 16px;
  }

  .annotation_text {
    text-align: left;
  }

  /* Modal */
  .modal__wrap {
    padding: 0;
    margin: 40px;
  }

  .lp-buttonConversion-text {
    font-size: 16px;
  }

  .modal__wrap::before,
  .modal__wrap::after {
    height: 48px;
  }

  .modal__close {
    right: 12px;
    top: 12px;
  }

  .modal__container {
    width: auto;
    padding: 0 32px;
    max-width: 840px;
  }

  .section-2 {
    background-color: #d1d6da;
    overflow: hidden;
  }

  .section-2 .section_inner {
    /*padding: 0;*/
    position: relative;
  }

  .section-2 .section_inner::before {
    top: calc(20 / 768 * 100vw);
    right: calc(109 / 768 * 100vw * -1);
    width: calc(639 / 768 * 100vw);
    height: calc(392 / 768 * 100vw);
  }

  .section-2 .text_area {
    max-width: calc(360 / 768 * 100vw);
    display: flex;
    flex-direction: column;
    /*padding: calc(96 / 768 * 100vw) 0 calc(184 / 768 * 100vw);*/
  }

  .box_text_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
  }

  .box_text_link_icon {
    display: inline-block;
    margin-left: 12px;
    background-color: #c8161d;
    opacity: 0.8;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .box_text_link_icon::after,
  .box_text_link_icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .box_text_link_icon::after {
    border-top: 1px solid #fff;
    width: 14px;
  }

  .box_text_link_icon::before {
    height: 14px;
    border-left: 1px solid #fff;
  }

  .sections_bg_container {
  }

  .section-3 .section_inner {
    padding: calc(80 / 768 * 100vw) 0 calc(64 / 768 * 100vw);
  }

  .feature_list {
    margin-top: 32px;
  }

  .section-3 .feature_list {
    display: block;
    max-width: none;
  }

  .feature_title {
    font-size: calc(16 / 768 * 100vw);
    letter-spacing: calc(0.96 / 768 * 100vw);
    padding-left: calc(12 / 768 * 100vw);
    border-left: calc(2 / 768 * 100vw) solid #c8161d;
  }

  .feature_image {
    margin-top: 16px;
  }

  /* bottom_dl_area */
  .bottom_dl_area {
    margin: calc(64 / 768 * 100vw) auto calc(70 / 768 * 100vw);
    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 {
    text-align: center;
    font-size: calc(24 / 768 * 100vw);
    letter-spacing: calc(1.44 / 768 * 100vw);
    line-height: 1.58;
  }

  .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,
.smallpc_only,
.smallpc_sp_only {
  display: none;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .smallpc_only,
  .smallpc_sp_only{
    display: block !important;
  }
}

@media screen and (min-width: 1366px) {
  .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: 1365px) {
  .smallpc_sp_only{
    display: none !important;
  }
  
  .tab_only {
    display: block !important;
  }

  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 1365px) {
  .pc_only,
  .smallpc_only{
    display: none !important;
  }

  .tab_sp_only {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .smallpc_only {
    display: none !important;
  }
  
  .smallpc_sp_only{
    display: block !important;
  }

  .tab_only {
    display: none !important;
  }

  .pc_tab_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sections {
    padding: 0 calc(20 / 375 * 100vw);
  }

  .sections .section_inner {
    padding: calc(64 / 375 * 100vw) 0;
  }

  .section_title {
    font-size: calc(26 / 375 * 100vw);
    letter-spacing: calc(1.56 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
  }

  .section_title::before {
    top: 0.7em;
    transform: none;
    width: calc(18 / 375 * 100vw);
    border-bottom: calc(3 / 375 * 100vw) solid #c8161d;
  }

  .section_text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.75;
  }

  .section_title + .section_text {
    margin-top: calc(20 / 375 * 100vw);
  }

  .main_visual_inner {
    padding-top: 24px;
  }

  .main_visual .text_area {
    width: 100%;
    padding: 32px 0 48px;
  }

  .main_visual .main_catchphrase {
    font-size: calc(40 / 375 * 100vw);
    letter-spacing: calc(2.88 / 375 * 100vw);
  }

  .main_visual .main_catchphrase .big_txt {
    font-size: calc(43 / 375 * 100vw);
  }

  .main_visual .product_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc(16 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
  }

  .main_visual .lp-listButton {
    justify-content: center;
  }

  .main_visual .text_link {
    text-align: center;
  }

  .section-1 {
    background-color: #f4f4f4;
  }

  .section_title_icon {
    padding: 2px 6px;
  }

  .box_list {
    row-gap: calc(32 / 375 * 100vw);
    column-gap: 0;
    flex-direction: column;
    margin-top: calc(28 / 375 * 100vw);
  }

  .box_title {
    padding: calc(24 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: calc(1.08 / 375 * 100vw);
  }

  .box_text_link {
    margin-top: 24px;
    font-size: 18px;
  }

  .box_text_link_icon {
    width: 28px;
    height: 28px;
  }

  .modal_title {
    font-size: 22px;
  }

  .modal_text {
  }

  /* Modal */
  .modal__wrap {
    margin: 20px;
    max-height: 80vh;
    max-height: 85dvh;
  }

  .modal__wrap::before,
  .modal__wrap::after {
    height: 48px;
  }

  /* 
  .modal__wrap::before {
    height: 32px;
  }
  .modal__wrap::after {
    height: 48px;
  } */
  .modal__container {
    padding: 0 12px;
  }

  .modal__container .catalog_btn.lp-listButton {
    /* padding-bottom: 40px; */
  }

  .modal_image {
    width: 100%;
    height: 470px;
    overflow-x: scroll;
    text-align: center;
    position: relative;
  }

  .modal_image img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 0;
  }

  .modal__close {
    top: 4px;
    right: 8px;
  }

  .section-2 {
    background-color: #d1d6da;
  }

  .section-2 .section_inner {
    min-height: auto;
    height: auto;
    padding: calc(40 / 375 * 100vw) 0 calc(64 / 375 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-2 .section_inner::before {
    position: relative;
    left: 0;
    top: 0;
    width: calc(418 / 375 * 100vw);
    height: calc(257 / 375 * 100vw);
  }

  .section-2 .text_area {
    margin-top: calc(32 / 375 * 100vw);
    padding: 0;
    max-width: none;
  }

  .section-2 .section_text {
    padding-bottom: 0;
    text-align: left;
    margin-left: auto;
  }

  .section-3 .section_inner {
    padding: calc(64 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
  }

  .feature_list {
    margin-top: 32px;
  }

  .feature_list {
    column-gap: 0;
    row-gap: 24px;
    flex-direction: column;
  }

  .feature_title {
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: calc(0.96 / 375 * 100vw);
    padding-left: calc(12 / 375 * 100vw);
    border-left: calc(2 / 375 * 100vw) solid #c8161d;
  }

  /* bottom_dl_area */
  .bottom_dl_area {
    margin: calc(56 / 375 * 100vw) auto;
    padding: 0 calc(20 / 375 * 100vw);
    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 {
    text-align: center;
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: calc(0.4 / 375 * 100vw);
    line-height: 1.7;
  }

  .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;
  }
}

.lp-layout-main {
  display: flex;
  height: 100%;
  justify-content: center;
  /* max-width: 1920px;
  margin: 0 auto; */
}

.lp-layout-main-content {
  width: calc(100vw - 350px);
}

.lp-navigation {
  width: 350px;
  background-color: #d1d6da;
}

.lp-navigation-content {
  margin: 0 auto;
  position: sticky;
  top: 30px;
  right: 0;
  padding: 0 30px;
  & .register_list {
    width: 100%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    & .register_item {
      width: 100%;
      border-radius: 6px;
      background: #FFF;
      padding: 10px 13px;
      text-align: center;
      & .day_num {
        display: inline-block;
        border-radius: 4px;
        border: solid 1px #C8161D;
        padding: 5px 12px;
        margin-right: 7px;
        color: #C8161D;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
      }
      & .datetime {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
        .date {
          font-size: 32px;
          font-weight: 600;
          line-height: normal;
          letter-spacing: 2.4px;
        }
        & .week_time {
          display: flex;
          flex-direction: column;
          text-align: left;
          .week, .time {
            width: 100%;
          }
          & .week {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            line-height: normal;
          }
          & .time {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 1.08px;
          }
        }
      }
      & .btn {
        margin-top: 8px;
        border-radius: 100px;
        background: #DC002F;
        padding: 7px 15px;
        display: block;
        color: #ECECEC;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1.08px;
        position: relative;
        &::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 45px;
          width: 10px;
          width: 8px;
          height: 10px;
          height: 8px;
          border-top: solid 2px #ECECEC;
          border-right: solid 2px #ECECEC;
          transform: rotate(45deg) translateY(-50%);
        }
      }
    }
  }
}

.lp-navigation-list {
  width: 100%;
}

.lp-navigation-list li + li {
  margin-top: 16px;
}

.lp-navigation-button {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  color: #333333;
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

.lp-navigation-button:hover {
  text-decoration: underline;
  opacity: 1;
}

.lp-navigation-button::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c8161d;
  content: "";
}

.lp-navigation-button::after {
  display: block;
  position: absolute;
  top: 11px;
  left: 8px;
  width: 6px;
  height: 6px;
  translate: 0 -1px;
  rotate: -45deg;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}

.lp-navigation-button:focus {
  opacity: 1;
}

.lp-navigation .lp-listButton {
  margin-top: 48px;
  width: 100%;
  margin-bottom: 40px;
  max-width: 350px;
}

.lp-navigation .lp-listButton > li {
  width: 100%;
}

.lp-navigation .lp-listButton > li + li {
  margin-top: 32px;
}

.lp-navigation .lp-buttonConversion {
  width: 100%;
}

.lp-navigation .lp-buttonConversion-text {
  font-size: 16px;
}

.lp-navigation .lp-buttonConversion-body {
  padding-left: 50px;
}

.lp-navigation .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  height: 8px;
  border-width: 6px 0 6px 9px;
}

.lp-layout-header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
}

.main_visual .text_area {
  width: 43%;
  padding: 75px 0 0 0;
  justify-content: flex-start;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
}

@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .main_visual .text_area {
    /*padding: 111px 0 165px;*/
  }
}

@media screen and (max-width: 1365px) {
  .main_visual .text_area {
    width: 100%;
    height: auto;
    padding: calc(56 / 768 * 100vw) 0 calc(72 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main_visual .text_area {
    padding: calc(32 / 375 * 100vw) 0 calc(64 / 375 * 100vw);
  }
}

.main_visual .image_wrap {
  text-align: right;
}

.main_visual .image_wrap img {
  height: 600px;
  object-fit: cover;
  object-position: 0 bottom;
}

.lp-scrollButton .lp-buttonConversion {
  width: 100%;
  background-color: #d1d6da;
  box-shadow: 0 3px 6px rgba(0, 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;
}

.section-3 .feature_list {
  margin-top: 32px;
}

@media screen and (max-width: 1365px) {
  .section-3 .feature_list {
    display: flex;
    flex-direction: column;
    row-gap: calc(32 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .section-3 .feature_list {
    row-gap: calc(32 / 375 * 100vw);
  }
}

.section-3 .feature_item {
  flex: 1 1;
}

.description_list {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1365px) {
  .description_list {
    width: calc(527 / 768 * 100vw);
    margin: calc(16 / 768 * 100vw) auto 0;
  }
}

@media screen and (max-width: 767px) {
  .description_list {
    flex-direction: column;
    gap: calc(2 / 375 * 100vw);
    width: auto;
    margin: calc(16 / 375 * 100vw) auto 0;
  }
}

.description_item {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
}

@media screen and (max-width: 1365px) {
  .description_item {
    font-size: calc(14 / 768 * 100vw);
    letter-spacing: calc(0.84 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .description_item {
    font-size: calc(14 / 375 * 100vw);
    font-weight: 400;
    letter-spacing: calc(0.84 / 375 * 100vw);
  }
}

.description_icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #41b25d;
  color: #fff;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  line-height: 1;
  width: 16px;
  height: 16px;
  text-align: center;
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 1365px) {
  .description_icon {
    width: calc(16 / 768 * 100vw);
    height: calc(16 / 768 * 100vw);
    margin-right: calc(6 / 768 * 100vw);
    font-size: calc(13 / 768 * 100vw);
    bottom: calc(2 / 768 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .description_icon {
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    bottom: calc(2 / 375 * 100vw);
  }
}

.description_item:nth-child(2) .description_icon {
  background-color: #ec6d65;
}

@media screen and (min-width: 1366px) {
  .lp-textPhoneLink {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .lp-layout-header {
    width: auto;
    position: static;
  }

  .lp-navigation {
    display: none;
  }

  .lp-layout-main-content {
    width: 100%;
  }

  .main_visual .image_wrap {
    width: 100%;
    max-height: none;
    align-items: center;
    justify-content: center;
  }

  .main_visual .image_wrap img {
    width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: bottom;
    height: initial;
  }

  .main_visual .lp-listButton {
    flex-direction: column;
    gap: 32px;
    margin-top: calc(32 / 768 * 100vw);
  }

  .main_visual .lp-listButton > li {
    width: 100%;
    max-width: 340px;
  }

  .main_visual .lp-listButton .lp-buttonConversion {
    width: 100%;
  }

  .text_area_inner {
    align-items: center;
  }

  .section-1 .section_title {
    display: block;
  }

  .section_title_icon {
    padding: 2px 6px;
  }
}