/*!
 * akachanhonpo coen.lol website styles
 */

body {
    color: #333333;
}
.site_innrer {
    max-width: 600px;
    margin-inline: auto;
}

/* section FV */
.fv_img img {
    width: 100%;
}
.catch_p {
    color: #fff;
    font-size: 1.1rem;
    background-color: #5eb3e5;
    padding: 1em;
    border-radius: 2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.catch_p span {
    font-size: 2.5rem;
}

@media screen and (max-width: 480px) {
    .catch_p {
        margin: 0 16px;
        font-size: 1rem;
    }
    .catch_p span {
        font-size: 2rem;
    }
}



.dot {
    background-image: radial-gradient(
        circle at center,
        orange 20%,
        transparent 20%
    ); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: 0.4em; /* 縦方向の位置調整 */
}

.triangle {
    position: relative;
    background: #bdd7ee;
    padding: 1em;
    margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
    .triangle {
        margin-bottom: 1rem;
    }
}

.triangle::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -200px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #bdd7ee transparent transparent transparent;
    border-width: 200px 150px 0 150px;
    z-index: -99;
}

.fv_txt_wrapper {
    text-align: center;
    padding: 0 16px;
}

.fv_txt_wrapper h3 {
    font-weight: bold;
    /* padding-top: 0.5em; */
}

.product_img_fv {
    /* margin-top: 4rem; */
}

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ff6 70%);
}

/* Section Point */
.bg_inner {
    padding: 0 16px;
}

.bg_inner h4 {
    /* color: #fff; */
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .bg_inner h4 {
        font-size: 1rem;
    }
}


.big {
    font-size: 3rem;
}

.droplet_wrapper {
    padding: 3rem 0 1.3rem 0;
}

svg.bi.bi-droplet-fill.d-block {
    margin-inline: auto;
}

svg.bi.bi-droplet-fill.d-block:first-child {
    margin-bottom: 0.7rem;
}

.point_ttl {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 2rem;
    color: #5eb3e5;
}
.point_ttl:before,
.point_ttl:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #5eb3e5;
}
.point_ttl:before {
    left: 25%;
    transform: rotate(60deg);
}
.point_ttl:after {
    right: 25%;
    transform: rotate(-60deg);
}

@media screen and (max-width: 480px) {
    .point_ttl:before {
        left: 15%;
    }
    .point_ttl:after {
        right: 15%;
    }
}

.box_point {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 5px #5eb3e5;
}
.box_point .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -5px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #5eb3e5;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_point p {
    margin: 0;
    padding: 0;
    height: 150px;
    font-weight: bold;
    text-align: justify;
}

@media screen and (max-width: 480px) {
    .box_point p {
        height: auto;
    }
}

.ttl_num {
    font-size: 1.3rem;
}

.box_note {
    font-size: 0.7rem;
}

/* Section Recommend */
.bg_pattern {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; */
    background-color: #ffffff;
    /* opacity: 0.4; */
}
.Polka {
    background-image: radial-gradient(#e6f0f8 2px, #ffffff 2px);
    background-size: 20px 20px;
}

.recommend_inner {
    padding: 0 16px;
}

.recommend .recommend_inner h3 {
    position: relative;
    padding-bottom: 0.5rem;
    padding-top: 2rem;
    border-bottom: 3px solid #5eb3e5;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    width: 70%;
    margin-inline: auto;
}

@media screen and (max-width: 480px) {
    .recommend .recommend_inner h3 {
        width: 100%;
    }
}

.recommend .recommend_inner h3::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #5eb3e5;
    background-color: #fff;
    content: "";
}

.recommend .recommend_inner p {
    line-height: 1.5;
}

/* Section campaign */
.campaign_ttl {
    background-image: url(/webroot/assets/dist/img/water_server/bg_campaign.jpg);
    background-position: center;
}

.campaign_ttl h3 {
    line-height: 1.3;
    font-size: 1.3rem;
}

.campaign_date {
    font-size: 1.3rem;
}

.campaign_box {
    background-color: #5eb3e5;
    color: #fff;
}

.campaign_inner {
    padding: 0 16px;
    line-height: 1;
}

.campaign_note {
    font-size: 0.7rem;
}

.tokuten {
    font-size: 2rem;
}

@media screen and (max-width: 480px) {
    .tokuten {
        font-size: 1.6rem;
    }
}

.tokuten span {
    font-size: 1rem;
    font-weight: 500;
}

.campaign_shop_inner {
padding: 0 16px;
}

.campaign_shop_inner p {
   margin-top: 20px;
   text-align: center;
}

.campaign_shop_inner table th {
    background-color: #fff2cc;
}

.note {
    font-size: 0.7rem;
    text-indent: -1em;
    padding-left: 1em;
}

a.btn_cta {
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	width: 60%;
	margin: auto;
	padding: 0.3rem 1rem;
	font-weight: bold;
	border-radius: 10px;
	color: #5eb3e5;
	border: 3px solid #5eb3e5;
	box-shadow: 3px 3px #5eb3e5;
	transition: 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    a.btn_cta {
        width: 80%;
    }
}

a.btn_cta:hover {
	box-shadow: none;
	transform: translate(5px, 5px);
	color: #5eb3e5;
}

.product_name {
    font-size: 1.3rem;
    line-height: 1.1;
}

.product_name span {
    font-size: 0.9rem;
}

.check_cta {
    padding:0 16px ;
}

.kv_area {
    max-width: 800px;
    margin-inline: auto;
}