﻿.lp_head{
    position: relative;
    overflow: hidden;
}
.lp_head_bg{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.lp_head_img{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.lp_body{
    background-color: #fff;
}

.section{
    clear: both;
    padding: 80px 0 80px 0;
}

@media screen and (max-width: 600px){
    .section {
        padding: 30px 0 60px 0;
    }
}

.section>.inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 600px){
    .section>.inner{
        width: auto;
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.lp_headline{
    margin-bottom: 60px;
}

.lp_title{
    font-size: 2.4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: 0em 30px;
    line-height: 1.8;
}
@media screen and (max-width: 600px){
    .lp_title{
        font-size: 1.8rem;
        padding: 0em 15px;
    }
}

.lp_description{
    margin-top: 40px;
    line-height: 2;
    font-size: 1.0625rem;
}
@media screen and (max-width: 600px){
    .lp_description{
        margin-top: 20px;
    }
}

.lp_grid{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px){
    .lp_grid{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}


.lp_item{
    width: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: -1px;
}
@media screen and (max-width: 600px){
    .lp_item{
        width: 100%;
    }
}

.lp_item:nth-of-type(2n+0){
    border-left: 0px;
}

@media screen and (max-width: 600px){
    .lp_item:nth-of-type(2n+0){
        border-left: 1px solid #ccc;
    }
}

.lp_item>.lp_item-lead {

}

.lp_item>.head{

}

.lp_item>.head .img_wrap{
    display: block;
}

.lp_item>.head .img{
    width: 100%;
    height: auto;
}

.lp_item>.body{
    padding: 50px;
}
@media screen and (max-width: 600px){
    .lp_item>.body{
        padding: 20px;
    }
}

.lp_item>.body .logo{
    text-align: center;
}

.lp_item>.body .type{
    display: block;
    margin-top: 10px;
}

.lp_item>.body .name{
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 600px){
    .lp_item>.body .name{
        font-size: 1.8rem;
        margin-top: 15px;
    }
}

.lp_item>.body .description{
    background-color: #F9EFE3;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.p_btn01 button, .p_btn01 a{
    width: 100%;
    background-color: #dc0002;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.2;
    height: 52px;
    transition: .3s;
    border: none;
    outline: none;
    border-radius: 26px;
    box-sizing: border-box;
    text-decoration: none;
}
.p_btn01 button:hover, .p_btn01 a:hover{
    background-color: #252525;
    transition: .3s;
}

.p_btn01 button span, .p_btn01 a span{
    color: #fff;
    font-size: 1rem;
    transition: .3s;
    margin-top: 15px;
}


/*======================
下記の商品もご検討ください
2024.02.09 追記
======================== */
.lp_grid + .lp_headline{
    margin-top: 120px;
}

.lp_title-lead {
    font-size: 24px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.5;
}
@media screen and (max-width: 600px){
    .lp_title-lead {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.2;
    }
}

.lp_card {
    width: 50%;
    background-color: #fff;
}
@media screen and (max-width: 600px){
    .lp_card{
        width: 100%;
    }
}

.lp-card-lead {
    margin-bottom: 16px;
}


.lp_card-box {
    border: 1px solid #ccc;
}


.lp_card:nth-of-type(2n+0)>.lp_card-box {
    border-left: 0px;
}

@media screen and (max-width: 600px){
    .lp_card:nth-of-type(2n+0)>.lp_card-box {
        border-left: 1px solid #ccc;
    }
}

.lp_card-head {

}

.lp_card-head__link {
    display: block;
}

.lp_card-head__img {
    width: 100%;
    height: auto;
}

.lp_card-body {
    padding:50px;
}
@media screen and (max-width: 600px){
    .lp_card-body {
        padding: 20px;
    }
}

.lp_grid_20240427 .lp_card-body{
	padding: 30px;
	text-align: left;
}


.lp_card-logo {
    text-align: center;
}

.lp_card-logo__type {
    display: block;
    margin-top: 10px;
}

.lp_card-name {
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}


@media screen and (max-width: 600px){
    .lp_card-name {
        font-size: 1.8rem;
        margin-top: 15px;
    }
}

.lp_grid_20240427 .lp_card-name {
	font-size: 1.6rem;
	margin-top: 15px;
}

.lp_card-name--ruby {
    margin-bottom: 3px;
}



.lp_card-name-ruby {
    text-align: center;
    font-size: 12px;
    margin-bottom: 41px;
}

.lp_grid_20240427.lp_card-name--ruby {
    margin-bottom: 15px;
}

.lp_card-description{
    background-color: #F9EFE3;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.lp_grid_20240427 .lp_card-description{
	margin-top: 20px;
}



/*======================
lp_card-price
lp_card-arrow
2024.04.14 追記
======================== */
.lp_card-arrow{
    display: flex;
    justify-content: center;
    height: 18px;
}
.lp_card-arrow .inner {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    position: relative;
  }

  .lp_card-arrow .inner::after {
    content: "";
    position: absolute;
    top: 4px;
    left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
  }
  .lp_card-price01{
    text-align: center;
    color: #444444;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    position:relative;
  }
	
.lp_grid_20240427 .lp_card-price01{
	font-size: 1.3rem;
}

.lp_grid_20240427 .lp_card-price01{
	text-decoration: line-through;
}
  .lp_card-price01::after{
    content: "";
    display: block;
    width: 150px;
    height: 2px;
    background-color: #444444;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
 }

.lp_grid_20240427 .lp_card-price01::after{
	display: none;
}


 .lp_card-price02{
    text-align: center;
    color: #DC0701;
    font-size: 2.43rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 600px){
    .lp_card-price01{
        font-size: 1.8rem;
      }
     .lp_card-price02{
        font-size: 2.2rem;
      }
  }

.lp_grid_20240427 .lp_card-price02{
	font-size: 1.6rem;
	margin-bottom: 20px;
}
