.lp_footer {
  margin-top: 0 !important; }

main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #717071;
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #717071; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt_0 {
  padding-top: 0 !important; }

.pb_0 {
  padding-bottom: 0 !important; }

.pt_80 {
  padding-top: 80px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.bg_white {
  background-color: #fff !important; }

.bg_bicolor {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #D6D9D9), to(#D6D9D9));
  background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #D6D9D9 50%, #D6D9D9 100%);
  background: -o-linear-gradient(left, #fff 0%, #fff 50%, #D6D9D9 50%, #D6D9D9 100%);
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #D6D9D9 50%, #D6D9D9 100%); }

.contents {
  width: 100%;
  padding: 40px 0; }
  .contents.bread, .contents.last {
    padding: 0; }
  .contents.top {
    padding-bottom: 70px; }
  .contents_innner {
    width: 1040px;
    margin: 0 auto;
    text-align: center; }
  .contents_img {
    width: 100%; }
  .contents_text {
    font-size: 17px;
    line-height: 2;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 24px; }
  .contents img {
    width: 100%; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  width: 100%; }

.title_main {
  color: #717071;
  font-size: 54px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 40px; }
  .title_main_bottom {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: .01em;
    margin-top: 24px; }

.title_contents {
  color: #fff;
  font-size: 38px;
  letter-spacing: .08em;
  padding: 8px 0;
  background-color: #c30d23; }
  .title_contents_sub {
    color: #6ec3eb;
    line-height: 1.2;
    letter-spacing: .01em;
    font-size: 28px;
    text-align: left;
    padding: 0 0 16px;
    position: relative; }
    .title_contents_sub::after {
      width: 476px;
      height: 107px;
      background: url("../svg/ahirai_left.svg") no-repeat left top;
      content: "";
      position: absolute;
      left: -122px;
      bottom: -107px; }
    .title_contents_sub_change::after {
      background: url("../svg/ahirai_right.svg") no-repeat right top;
      left: 0; }

.title_ico {
  color: #fff;
  font-size: 38px;
  letter-spacing: .08em;
  margin-top: 80px;
  padding: 8px 0;
  background-color: #6ec3eb; }
  .title_ico_img {
    width: 678px;
    margin: 40px auto 0; }

.title_normal {
  font-size: 47px;
  letter-spacing: .08em; }

.btn_top {
  color: #fff !important;
  font-size: 28px;
  font-weight: bold;
  width: 50%;
  margin: 40px auto 0;
  padding: 10px 0;
  background-color: #6ec3eb;
  border-radius: 8px;
  display: block; }
  .btn_top.blue {
    background-color: #b3b3b3;
    margin-top: 0; }

.box_btn {
  text-align: center;
  width: 92%;
  margin: 8px auto 0; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .01em;
    padding: 10px 0;
    background-color: #6ec3eb;
    border-radius: 8px;
    display: block; }
    .box_btn .btn.not {
      background-color: #ccc; }

.column_layout {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .column_layout_item.box_img {
    width: 430px; }
  .column_layout_item.box_detail {
    width: calc(100% - 502px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .column_layout_change {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .column_layout_change .item_icon {
      margin: 24px auto 0 0; }
  .column_layout.price_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column_layout.price_box .column_layout_item {
      width: calc(25% - 24px); }
      .column_layout.price_box .column_layout_item:nth-child(n+5) {
        margin-top: 72px; }

.product_intro {
  margin: 70px auto 56px;
  padding: 80px 64px;
  border: 2px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  .product_intro_img {
    width: 100%; }
    .product_intro_img img {
      max-width: 580px;
      height: auto; }
  .product_intro_content {
    margin-top: 32px; }
  .product_intro_title {
    color: #717071;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: .01em;
    text-align: center;
    font-weight: 600; }
  .product_intro_text {
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 24px;
    font-weight: 500;
    color: #717071; }
  .product_intro_btn {
    margin-top: 32px;
    text-align: center; }
    .product_intro_btn .btn {
      color: #fff;
      font-size: 28px;
      font-weight: normal;
      letter-spacing: .01em;
      width: 50%;
      font-weight: 500;
      padding: 14px 0;
      background-color: #6ec3eb;
      border: solid 2px #182987;
      border-radius: 8px;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-box-shadow: 0 4px 8px rgba(53, 53, 53, 0.4);
      box-shadow: 0 4px 8px rgba(53, 53, 53, 0.4); }
      .product_intro_btn .btn:hover {
        opacity: .7; }

.title_section {
  color: #717071;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px; }

.feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px; }
  .feature_item_02 .feature_content {
    text-align: right; }
  .feature_item_02 .feature_label_img {
    left: auto; }

.feature_image {
  max-width: 520px;
  max-height: 520px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .feature_image img {
    width: 100%;
    height: 100%; }

.feature_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.feature_item_02 .feature_content {
  padding: 0 40px 0 0; }

.feature_item_01 .feature_content {
  padding: 0 0 0 40px; }

.feature_label_img {
  position: relative;
  width: 92px;
  z-index: 1; }
  .feature_label_img img {
    width: auto;
    height: auto; }

.feature_title {
  color: #b4b4b5;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .01em;
  font-weight: 600;
  margin-top: 24px;
  text-align: left;
  margin-bottom: 24px;
  position: relative;
  z-index: 2; }

.feature_text {
  font-size: 24px;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .01em;
  color: #717071;
  position: relative;
  z-index: 2; }

.styling_grid {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin-left: auto;
  margin-right: auto; }

.styling_item {
  position: relative;
  width: calc(50% - 20px); }
  .styling_item img {
    width: 100%;
    height: auto;
    display: block; }
  .styling_item_01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .styling_item_02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 180px; }
  .styling_item_03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -120px; }
  .styling_item_04 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 80px; }
  .styling_item_05 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: -120px; }

.styling_product {
  margin-top: 64px;
  text-align: center; }
  .styling_product_name {
    color: #717071;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: .01em;
    font-weight: 600; }
  .styling_product_price {
    margin-top: 24px;
    line-height: 1.2; }
    .styling_product_price .price_original {
      color: #717071;
      font-size: 32px;
      font-weight: 600; }
      .styling_product_price .price_original del {
        text-decoration: line-through; }
      .styling_product_price .price_original span {
        text-decoration: none;
        border-bottom: none;
        font-size: 24px; }
    .styling_product_price .price_web {
      color: #e50012;
      font-size: 48px;
      font-weight: 600; }
      .styling_product_price .price_web span {
        font-size: 32px; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .contents {
    padding: 20px 0; }
    .contents_innner {
      width: 92%; }
    .contents_text {
      font-size: 13px;
      line-height: 1.2;
      margin-top: 16px; }
  .contents.top {
    padding-bottom: 20px; }
  .title_main {
    font-size: 26px;
    margin-top: 0px; }
    .title_main_bottom {
      font-size: 14px;
      margin-top: 16px; }
  .title_contents {
    font-size: 20px; }
    .title_contents_sub {
      font-size: 14px;
      text-align: left;
      padding: 0 0 8px; }
      .title_contents_sub::after {
        width: 128%;
        height: 32px;
        background-size: 100%;
        content: "";
        position: absolute;
        left: unset;
        right: 0;
        bottom: -32px; }
      .title_contents_sub_change::after {
        background-position: left top;
        left: 0; }
  .title_ico {
    font-size: 20px;
    margin-top: 40px; }
    .title_ico_img {
      width: 88%;
      margin-top: 24px; }
  .title_normal {
    font-size: 22px; }
  .btn_top {
    font-size: 16px;
    width: 100%;
    margin-top: 24px; }
  .box_btn {
    width: 88%; }
    .box_btn .btn {
      font-size: 16px; }
  .column_layout {
    margin-top: 24px; }
    .column_layout_item.box_img {
      width: 48%; }
    .column_layout_item.box_detail {
      width: 48%; }
    .column_layout_change .item_icon {
      margin-top: 16px; }
    .column_layout.price_box .column_layout_item {
      width: calc(50% - 24px); }
      .column_layout.price_box .column_layout_item:nth-child(n+3) {
        margin-top: 48px; }
  .product_intro {
    width: 100%;
    margin: 24px 0;
    padding: 24px 16px;
    border: 2px solid #d0d0d0; }
    .product_intro_content {
      margin-top: 24px; }
    .product_intro_title {
      font-size: 18px;
      font-weight: 400; }
    .product_intro_text {
      font-size: 16px;
      line-height: 1.8;
      margin-top: 16px;
      color: #717071; }
    .product_intro_btn {
      margin-top: 24px; }
      .product_intro_btn .btn {
        font-size: 16px;
        width: 100%;
        max-width: 280px;
        padding: 8px 0; }
  .title_section {
    font-size: 26px;
    margin-bottom: 24px; }
  .title_features {
    font-size: 26px;
    margin-bottom: 40px; }
  .feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px; }
    .feature_item:last-child {
      margin-bottom: 0; }
    .feature_item_02 .feature_content {
      text-align: right; }
    .feature_item_02 .feature_label_img {
      left: auto; }
  .feature_image {
    width: 140px;
    height: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .feature_image img {
      width: 100%;
      height: 100%; }
  .feature_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
  .feature_item_02 .feature_content {
    padding: 0 8px 0 0; }
  .feature_item_01 .feature_content {
    padding: 0 0 0 16px; }
  .feature_label_img {
    position: relative;
    width: 40px;
    z-index: 1; }
    .feature_label_img img {
      width: auto;
      height: auto;
      max-width: 100px; }
  .feature_title {
    font-size: 20px;
    margin-top: 16px;
    text-align: left;
    margin-bottom: 12px; }
  .feature_text {
    font-size: 16px;
    text-align: left;
    line-height: 1.8; }
  .styling_grid {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }
  .styling_item {
    width: 70%;
    margin: auto; }
    .styling_item_01, .styling_item_02, .styling_item_03, .styling_item_04, .styling_item_05 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-top: 0; }
  .styling_product {
    margin-top: 40px; }
    .styling_product_name {
      font-size: 20px; }
    .styling_product_price {
      margin-top: 16px; }
      .styling_product_price .price_original {
        font-size: 24px; }
        .styling_product_price .price_original span {
          font-size: 14px; }
      .styling_product_price .price_web {
        font-size: 32px; }
        .styling_product_price .price_web span {
          font-size: 24px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
