@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 {
  font-size: 62.5%;
}

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

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

.lp-layout-header-logo {
  min-width: 110px;
  margin: 0;
}

.lp-layout-header-logo img {
  width: auto;
  max-width: 100%;
  height: 20px;
}

@media screen and (max-width: 1080px) {
  .lp-layout-header-logo {
    min-width: 99px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-textPhoneLink {
    display: none;
  }
}

.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
}

.lp-textPhone-icon {
  width: 36px;
  height: 38px;
  margin-right: 8px;
  vertical-align: middle;
}

.lp-textPhone-outer .lp-textPhone-icon {
  width: 66px;
  height: 38px;
  margin: 3px 8px 0 0;
}

.lp-textPhone-number {
  display: flex;
  font-size: 24px;
}

.lp-textPhone-outer .lp-textPhone-number {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
}

.lp-textPhone-number a[href] {
  color: #171e30;
  font-weight: 600;
}

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

@media screen and (max-width: 1800px) {
  .lp-listButton .lp-buttonConversion {
    min-width: 270px;
  }
}

.lp-listButton .lp-buttonConversion.of-primary {
  min-width: auto;
}

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

.lp-buttonConversion-text {
  display: inline-block;
  width: 100%;
  font-size: 20px;
}

.lp-buttonConversion-image {
  flex-shrink: 0;
  margin: -22px 0;
  border: 1px solid #ccc;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body {
  position: relative;
  padding-right: 53px;
  padding-left: 53px;
}

.lp-listButton .lp-buttonConversion.of-primary .lp-buttonConversion-body {
  padding-right: 8px;
}

.lp-listButton .lp-buttonConversion.of-primary .lp-buttonConversion-body .lp-buttonConversion-text {
  margin-right: 16px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before,
.lp-buttonConversion.of-arrow .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-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-primary {
  background: #13778F;
}

.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 20px;
  padding: 8px 0;
}

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

.main_visual {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(#e8ebec 0%, #a5b2ba 100%);
  height: 100%;
  min-height: calc(100vh - 142px);
}

@media screen and (max-width: 1800px) {
  .main_visual {
    min-height: calc(100vh - 165px);
  }
}

.main_visual_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}

@media screen and (max-width: 1800px) {
  .main_visual_inner {
    max-width: 1030px;
  }
}

.main_visual .text_area {
  position: relative;
  max-width: 1670px;
  padding: 5.4vh 15px 8vh;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}

@media screen and (max-width: 1800px) {
  .main_visual .text_area {
    max-width: 1030px;
    padding: 4.3vh 15px 6.5vh;
  }
}

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

.main_visual .image_wrap {
  width: 880px;
  height: 940px;
  position: absolute;
  top: -10px;
  right: -20px;
}

@media screen and (max-width: 1800px) {
  .main_visual .image_wrap {
    top: 50px;
    right: 0;
    width: 554px;
    height: 504px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .main_visual .image_wrap {
    width: 78%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1079px) {
  .main_visual .image_wrap {
    position: static;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .image_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image_wrap .pc_image {
    display: none;
  }
}

@media screen and (min-width: 1801px) {
  .image_wrap .tab_image {
    display: none;
  }
}

@media screen and (min-width: 1080px) {

  .image_wrap .sp_image {
    display: none;
  }
}

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

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

.main_catchphrase {
  font-weight: 600;
  font-size: 6.2rem;
  line-height: 1.2;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-family: serif;
}

@media screen and (max-width: 1800px) {
  .main_catchphrase {
    font-size: 5.4rem;
  }
}

.small_txt {
  font-weight: inherit;
}

.main_catchphrase .small_txt {
  letter-spacing: 0;
  font-size: 3.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 1800px) {
  .main_catchphrase .small_txt {
    font-size: 3rem;
  }
}

.main_title .product_name {
  margin-top: 16px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1800px) {
  .main_title .product_name {
    font-size: 1.8rem;
  }
}

.main_visual .lp-listButton {
  margin-top: clamp(32px, 1.5vw, 44px);
  justify-content: left;
  gap: 24px;
  align-items: start;
}

.main_visual .lp-listButton li {
  display: flex;
}

.main_visual .modal_list .lp-listButton {
  margin-top: 20px;
  justify-content: center;
}

@media screen and (min-width: 1080px) and (max-width: 1365px) {
  .main_catchphrase {
    font-size: calc((54 / 1366) * 100vw);
  }

  .main_catchphrase .small_txt {
    font-size: calc((30 / 1366) * 100vw);
  }

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

  .main_visual .lp-listButton {
    margin-top: calc((37 / 1366) * 100vw);
  }

  .pickUp_inner .box_title {
    font-size: calc((16 / 1366) * 100vw);
  }
}

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

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

  .main_catchphrase {
    text-align: center;
    font-size: calc((72 / 768) * 100vw);
  }

  .main_visual_inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .main_visual .text_area {
    width: 100%;
    padding: calc((58 / 768) * 100vw) calc((30 / 768) * 100vw) calc((70 / 768) * 100vw);
  }

  .main_title .product_name {
    text-align: center;
    font-size: calc((20 / 768) * 100vw);
  }

  .main_visual .lp-listButton {
    margin-top: calc((37 / 768) * 100vw);
    justify-content: center;
    align-items: center;
  }

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

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

  .main_visual_inner {
    flex-direction: column-reverse;
  }

  .main_visual .text_area {
    width: 100%;
    padding: calc((25 / 375) * 100vw) calc((20 / 375) * 100vw) calc((62 / 375) * 100vw);
  }

  .main_visual .main_catchphrase {
    font-size: calc((42 / 375) * 100vw);
  }

  .main_catchphrase .small_txt {
    line-height: 1.4;
    font-size: calc((24 / 375) * 100vw);
    margin: 0 0 calc((5 / 375) * 100vw);
  }

  .main_visual .product_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: calc((15 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }

  .main_visual .lp-listButton {
    margin-top: calc((20 / 375) * 100vw);
    justify-content: center;
  }
}

/* sections */
.sections {
  padding: 0 40px;
}

.sections .section_inner {
  display: flex;
  flex-direction: column;
}

.section_title {
  font-size: 38px;
  font-weight: 600;
  text-align: left;
  padding-left: 32px;
  position: relative;
  font-family: serif;
}

.section_title::before {
  position: absolute;
  content: '';
  display: block;
  top: 25px;
  left: 0;
  border-bottom: 3px solid #C8161D;
  width: 24px;
}

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

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

.section-1 {
  background-color: #F4F4F4;
}

.section_title_icon {
  display: inline-block;
  font-size: 22px;
  border: 2px solid #C8161D;
  color: #C8161D;
  margin-top: -7px;
  padding: 3px 6px 0;
  margin-right: 8px;
  vertical-align: middle;
}

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

@media screen and (min-width: 1079px) and (max-width: 1365px) {
  .sections {
    padding: 0 calc((40 / 1366) * 100vw);
  }

  .sections .section_inner {
    min-height: calc((560 / 1366) * 100vw);
    padding: calc((110 / 1366) * 100vw) 0;
  }

  .section_title {
    font-size: calc((38 / 1366) * 100vw);
    padding-left: calc((32 / 1366) * 100vw);
  }

  .section_title::before {
    width: calc((24 / 1366) * 100vw);
    top: calc((25 / 1366) * 100vw);
  }

  .section_text {
    font-size: calc((16 / 1366) * 100vw);
  }

  .section_title+.section_text {
    margin-top: calc((40 / 1366) * 100vw);
  }

  .section_title_icon {
    font-size: calc((22 / 1366) * 100vw);
    margin-top: calc((-7 / 1366) * 100vw);
    margin-right: calc((8 / 1366) * 100vw);
    padding: calc((3 / 1366) * 100vw) calc((6 / 1366) * 100vw) 0;
  }
}

@media screen and (max-width: 1079px) {
  .sections {
    padding: 0 32px;
  }

  .sections .section_inner {
    max-width: 1060px;
    padding: calc((62 / 768) * 100vw) 0;
  }

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

  .section_title::before {
    border-bottom: 3px solid #C8161D;
    width: calc((18 / 768) * 100vw);
    top: calc((18 / 768) * 100vw);
  }

  .section_text {
    font-size: calc((14 / 768) * 100vw);
    line-height: 2;
  }

  .section_title+.section_text {
    margin-top: calc((24 / 768) * 100vw);
  }

  .section-1 {
    background-color: #F4F4F4;
  }

  .section_title_icon {
    font-size: calc((20 / 768) * 100vw);
    margin-top: calc((-5 / 768) * 100vw);
    margin-right: calc((8 / 768) * 100vw);
    padding: calc((3 / 768) * 100vw) calc((6 / 768) * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .sections {
    padding: 0 calc((20 / 375) * 100vw);
  }

  .sections .section_inner {
    padding: calc((48 / 375) * 100vw) 0 calc((64 / 375) * 100vw);
  }

  .section_title::before {
    width: calc((18 / 375) * 100vw);
    top: calc((18 / 375) * 100vw);
  }

  .section_text {
    font-size: 16px;
    line-height: 1.75;
  }

  .section_title {
    font-size: calc((26 / 375) * 100vw);
    padding-left: calc((27 / 375) * 100vw);
  }

  .section_title+.section_text {
    margin: calc((27 / 375) * 100vw) 0 0;
    font-size: calc((16 / 375) * 100vw);
  }


  .section-1 {
    background-color: #F4F4F4;
  }

  .section-1 .section_title {
    display: block;
  }

  .section_title_icon {
    display: inline-flex;
    margin: 0 0 calc((10 / 375) * 100vw);
    padding: calc((7 / 375) * 100vw) calc((11 / 375) * 100vw);
    font-size: calc((22 / 375) * 100vw);
    border-width: calc((2 / 375) * 100vw);
    line-height: 1;
  }
}

.box_list {
  margin-top: 38px;
  display: flex;
  column-gap: 24px;
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_list {
    margin-top: 25px;
    row-gap: 16px;
    flex-direction: column;
  }
}

.box_item {
  width: 17.804878%;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_item {
    width: 40.8%;
  }
}

@media screen and (max-width: 1080px) {
  .box_item {
    width: 100%;
  }
}

.box_item.icon-new .icon{
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  left: 16px;
  top: 16px;
  font-size: 16px;
  color: #fff;
  background-color: #E60012;
  line-height: 1.15;
  z-index: 1;
  vertical-align: middle;
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_item.icon-new .icon{
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    left: auto;
    top: auto;
    font-size: 14px;
    padding: 2px 10px;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1365px) {
  .pickUp_inner .box_item.icon-new .icon {
    font-size: calc((14 / 1366) * 100vw);
  }
}
.box_link{
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(114, 114, 114, 0.16);
}
.box_link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1800px) {
  .pickUp_inner .box_link {
    align-items: center;
    flex-direction: row;
    background-color: #fff;
  }
}
.box_link .box_image {
  transition: transform 1s ease 0s;
}
.box_link:hover .box_image {
  transform: scale(1.2);
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_link .box_image {
    width: 102px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_body {
    padding: 0 16px;
  }
}

.box_title {
  background-color: #fff;
  padding: 24px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  color: #333;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1800px) {
  .pickUp_inner .box_title {
    padding: 0;
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1365px) {
  .pickUp_inner .box_title {
    font-size: calc((16 / 1366) * 100vw);
  }
}

.box_image {
  position: relative;
}

.box_image_wrapper {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (min-width: 1080px) and (max-width: 1365px) {
  .box_title {
    padding: calc((24 / 1366) * 100vw) calc((10 / 1366) * 100vw);
    font-size: calc((18 / 1366) * 100vw);
  }

  .box_list {
    margin-top: calc((48 / 1366) * 100vw);
    column-gap: calc((24 / 1366) * 100vw);
  }
}

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

  .box_list {
    margin-top: 26px;
    column-gap: 16px;
  }

  .box_title {
    padding: calc((15 / 768) * 100vw);
    font-size: calc((16 / 768) * 100vw);
  }

  .box_item.icon-new .icon{
    padding: calc((5 / 768) * 100vw) calc((10 / 768) * 100vw);
    left: calc((16 / 768) * 100vw);
    top: calc((16 / 768) * 100vw);
    font-size: calc((16 / 768) * 100vw);
  }
}

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

  .box_list {
    margin-top: calc((27 / 375) * 100vw);
    row-gap: calc((40 / 375) * 100vw);
    column-gap: 0;
    flex-direction: column;
  }

  .box_title {
    font-size: calc((20 / 375) * 100vw);
    padding: calc((19 / 375) * 100vw) calc((20 / 375) * 100vw) calc((13 / 375) * 100vw);
  }

  .box_item.icon-new .icon{
    padding: calc((5 / 375) * 100vw) calc((10 / 375) * 100vw);
    left: calc((16 / 375) * 100vw);
    top: calc((16 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }
}

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

@media screen and (min-width: 1079px) and (max-width: 1365px) {
  .lp-listButton {
    margin-top: calc((20 / 1366) * 100vw);
    gap: calc((16 / 1366) * 100vw);
  }
}

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

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

  .lp-listButton {
    margin-top: calc((40 / 375) * 100vw);
    gap: calc((16 / 375) * 100vw);
  }
}

/* --------------------------
setting start
-------------------------- */

.tab-view {
  display: none;
}

.sp-view {
  display: none;
}

.pc-view {
  display: block;
}

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

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

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

/* ～1919px */
@media screen and (max-width: 1800px) {
  .large-view {
    display: none;
  }
}

@media screen and (min-width: 1079px) and (max-width: 1800px) {
  .medium-hide {
    display: none;
  }
}

/* ～1079px */
@media screen and (max-width: 1079px) {
  .pc-view {
    display: none;
  }

  .sp-view {
    display: none;
  }

  .tab-view {
    display: block;
  }

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

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

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

/* ～767px */
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }

  .tab-view {
    display: none;
  }

  .sp-view {
    display: block;
  }

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

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

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

/* --------------------------
setting end
-------------------------- */

/* --------------------------
Header start
-------------------------- */
.lp-layout-header {
  background-color: #E7EAEB;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1670px;
  padding: 20px 15px;
}

@media screen and (max-width: 1800px) {
  .lp-layout-header-content {
    max-width: 1030px;
    padding: 21px 15px;
  }
}

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

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

@media screen and (max-width: 1079px) {
  .lp-layout-header-utilityGroup {
    display: none;
  }
}

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

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

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

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


/* --------------------------
Header end
-------------------------- */

/* --------------------------
Footer start
-------------------------- */
.lp-layout-footer {
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

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

@media screen and (min-width: 1801px) {
  .lp-layout-footer-content {
    padding: 15px 15px; 
    max-width: 1670px;
    display: flex;
    justify-content: space-between;
  }
}

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

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -32px;
}

.lp-layout-footer-list>li {
  position: relative;
  margin-top: 8px;
  margin-left: 32px;
  line-height: 1.2;
}

.lp-layout-footer-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}

.lp-layout-footer-list>li a {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  text-decoration: none;
}

.lp-layout-footer-list>li a:hover,
.lp-layout-footer-list>li a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list>li:first-child::before {
  content: none;
}

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

@media screen and (max-width: 1079px) {
  .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
    content: none;
  }
}

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

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

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

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

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

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

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

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

/* --------------------------
Footer end
-------------------------- */


/* --------------------------
Module end
-------------------------- */

.modal_item {
  display: none;
}

.modal_title {
  font-size: 24px;
  color: #C8161D;
  font-weight: 600;
}

.modal_text {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.modal_image {
  margin-top: 24px;
}

.anotation_text {
  margin-top: 4px;
  font-size: 13px;
  text-align: right;
  font-weight: 400;
}

.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: 35px;
  display: block;
  flex-shrink: 0;
}


.modal__container {
  padding: 0 20px;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 8px;
  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, .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 .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 1079px) {
  .modal_title {
    font-size: calc((22 / 768) * 100vw);
  }

  .modal_text {
    margin-top: calc((25 / 768) * 100vw);
    font-size: calc((16 / 768) * 100vw);
  }

  .modal .feature_list {
    column-gap: calc((24 / 768) * 100vw);
  }

  .anotation_text {
    text-align: left;
  }

  .modal__wrap {
    padding: 0;
    margin: 40px;
  }

  .modal__wrap::before,
  .modal__wrap::after {
    height: 35px;
  }

  .modal__close {
    right: 12px;
    top: 12px;
  }

  .modal__container {
    width: auto;
    padding: 0 calc((20 / 768) * 100vw);
    max-width: 840px;
  }
}

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

  .modal_text {
    margin-top: calc((25 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }

  .modal .feature_list {
    margin: calc((20 / 375) * 100vw) 0 0;
    column-gap: calc((23 / 375) * 100vw);
  }

  .modal__wrap {
    margin: calc((20 / 375) * 100vw);
    max-height: 80vh;
    max-height: 85dvh;
  }

  .modal__wrap::before,
  .modal__wrap::after {
    height: calc((56 / 375) * 100vw);
  }

  .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: calc((20 / 375) * 100vw);
    right: calc((15 / 375) * 100vw);
  }

  .modal__container {
    padding: 0 calc((10 / 375) * 100vw);
  }

  .close__btn {
    height: calc((24 / 375) * 100vw);
    width: calc((24 / 375) * 100vw);
  }
}

.feature_list {
  margin-top: 32px;
  display: inline-flex;
  column-gap: 55px;
}

.feature_list .feature_item {
  width: 50%;
}

.feature_title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0 0 20px;
}

.feature_title span:not(.utility-text-noWrap) {
  display: flex;
  padding-left: 14px;
  border-left: 2px solid #C8161D;
  font-weight: 600;
  flex-wrap: wrap;
}
.feature_lead{
  margin: 0 0 15px;
  font-size: 16px;
}
.feature_lead span:not(.utility-text-noWrap) {
  display: flex;
  color: #333;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
}

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

.feature_image figcaption {
  font-size: 16px;
  margin-top: 16px;
}

.figure-num-list {
  display: flex;
  margin: 12px 0 0;
  gap: 7px 16px;
  flex-direction: column;
}

.figure-num-list.of-column {
  flex-direction: column;
}

.figure-num-list li {
  position: relative;
  font-size: 14px;
  padding-left: 24px;
}

.figure-num-list li::before {
  position: absolute;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 18px;
  height: 18px;
  outline: 1px solid #C8161D;
  color: #C8161D;
  left: 0;
}

.figure-num-list li:nth-child(1):before {
  content: 'A';
}

.figure-num-list li:nth-child(2):before {
  content: 'B';
}

.figure-num-list li:nth-child(3):before {
  content: 'C';
}

.figure-num-list li:nth-child(4):before {
  content: 'D';
}

.anotation-list{
  display: flex;
  margin: 12px 0 0;
  gap: 7px 16px;
}
.anotation-list.of-right{
  justify-content: flex-end;
  text-align: right;
}
.anotation-list li {
  position: relative;
  font-size: 14px;
  padding-left: 5px;
}

.anotation-list li::before {
  position: absolute;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  top: 0;
  left: 0;
}
.annotation_text{
  font-size: 14px;
}

@media screen and (max-width: 1079px) {
  .feature_list {
    flex-direction: column;
    row-gap: calc((23 / 768) * 100vw);
    margin-top: calc((32 / 768) * 100vw);
  }

  .feature_list .feature_item {
    width: 100%;
  }

  .feature_title {
    font-size: calc((14 / 768) * 100vw);
    margin: 0 0 calc((14.5 / 768) * 100vw);
  }
  .feature_title span:not(.utility-text-noWrap) {
    padding-left: calc((12 / 768) * 100vw);
  }

  .feature_image figcaption {
    font-size: calc((16 / 768) * 100vw);
    margin-top: calc((16 / 768) * 100vw);
  }

  .feature_lead {
    font-size: calc((14 / 768) * 100vw);
    margin: 0 0 calc((15 / 768) * 100vw);
  }

  .figure-num-list {
    flex-direction: column;
    margin: calc((12 / 768) * 100vw) 0 0;
    gap: calc((7 / 768) * 100vw) calc((16 / 768) * 100vw);
  }

  .figure-num-list li {
    font-size: calc((14 / 768) * 100vw);
    padding-left: calc((24 / 768) * 100vw);
  }

  .figure-num-list li::before {
    font-size: calc((13 / 768) * 100vw);
    width: calc((18 / 768) * 100vw);
    height: calc((18 / 768) * 100vw);
  }
  .anotation-list{
    flex-direction: column;
    margin: calc((12 / 768) * 100vw) 0 0;
    gap: calc((7 / 768) * 100vw) calc((16 / 768) * 100vw);
  }
  .anotation-list li {
    font-size: calc((14 / 768) * 100vw);
  }
  .anotation-list li::before {
    font-size: calc((13 / 768) * 100vw);
  }
  .annotation_text{
    font-size: calc((14 / 768) * 100vw);
  }
  .lp-textPhone-pageBottom{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc((20 / 768) * 100vw);
  }
  .lp-textPhone-pageBottom .lp-textPhone-icon{
    width: calc((24 / 768) * 100vw);
    height: calc((24 / 768) * 100vw);
  }
  .lp-textPhone-pageBottom .lp-textPhone-number{
    font-size: calc((24 / 768) * 100vw);
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .feature_list {
    margin: calc((20 / 375) * 100vw) 0 0;
    column-gap: 0;
    row-gap: calc((23 / 375) * 100vw);
  }
  .feature_title {
    font-size: calc((16 / 375) * 100vw);
    margin: 0 0 calc((14.5 / 375) * 100vw);
  }
  .feature_title span:not(.utility-text-noWrap) {
    padding-left: calc((14 / 375) * 100vw);
  }

  .feature_lead {
    margin: 0 0 calc((30 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
  }

  .feature_image figcaption {
    font-size: calc((16 / 375) * 100vw);
    margin-top: calc((16 / 375) * 100vw);
  }

  .figure-num-list {
    margin: calc((12 / 375) * 100vw) 0 0;
    gap: calc((7 / 375) * 100vw) calc((16 / 375) * 100vw);
  }

  .figure-num-list li {
    font-size: calc((14 / 375) * 100vw);
    padding-left: calc((24 / 375) * 100vw);
  }

  .figure-num-list li::before {
    font-size: calc((13 / 375) * 100vw);
    width: calc((18 / 375) * 100vw);
    height: calc((18 / 375) * 100vw);
  }
  .anotation-list{
    margin: calc((12 / 375) * 100vw) 0 0;
    gap: calc((7 / 375) * 100vw) calc((16 / 375) * 100vw);
  }
  .anotation-list li {
    font-size: calc((14 / 375) * 100vw);
  }
  .anotation-list li::before {
    font-size: calc((13 / 375) * 100vw);
  }
  .anotation-list li {
    font-size: calc((14 / 375) * 100vw);
  }
}

/* 各現法別調整 */
.theme-KC .main_catchphrase,.theme-KC .section_title,.theme-KC .bottom_dl_area .inner .text_group .lead01 {
  font-family: sans-serif;
}

.theme-KW .main_catchphrase,.theme-KW .section_title,.theme-KW .bottom_dl_area .inner .text_group .lead01{
  font-family: source-han-serif-tc, serif;
}
.theme-KK .main_catchphrase,.theme-KK .section_title,.theme-KK .bottom_dl_area .inner .text_group .lead01{
  font-family: source-han-serif-korean, serif;
}