@charset "UTF-8";
.rich-content{
	max-width: 1040px;
	margin: 0 auto 50px;
	font-size: 16px;
	line-height: 1.6;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rich-content img{max-width: 100%;}
.center{
    text-align: center;
}
.ff-marugo{
    font-family: 'Zen Maru Gothic';
}
a,a:hover {text-decoration: none;}
.pc{display: block}
.sp{display: none}
ul li{list-style-type: none;}
ul{padding: 0}
p{margin: 0 0 15px;}
:root{
    --col-pk:#FB2F63;
    --col-ye:#FBBC2F;
    --col-bl:#41B6D3;
    --bg-pk:#FFA2B7;
    --bg-lpk:#FEF5F6;
    --col-dbl:#093EB5;
}
.inner{
    padding-right:24px;
    padding-left: 24px;
    max-width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width:780px){
    .pc{display: none}
	.sp{display: block}
    .inner{
    padding-right:14px;
    padding-left: 14px; 
}
}
.read-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 10px;
}
.read-wrap img{
    width: 30%;
    max-width: 170px;
}
.read-wrap div{
    background: radial-gradient(circle at 40%, #FFA2B7, #fff 50%);
    padding: 30px 20px 30px 50px;
}
.read-wrap p{
    line-height: 1.75;
    font-size: 22px;
}
.iryou-wrap{
    margin-top: -10px;
    background: #F7F5F5;
    padding: 24px 12px;
}
.iryou-wrap div{
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.iryou-wrap img{
    width: 30%;
    max-width: 300px;
}
.iryou-wrap p{
    margin: 0;
    font-size: 16px;
}
@media only screen and (max-width:780px){
    .iryou-wrap{
        padding: 12px;
    }
    .iryou-wrap img{
    width: 50%;
    max-width: 220px;}
    .iryou-wrap p{
    font-size: 14px;
}
.read-wrap{
    padding: 22px 10px;
}
.read-wrap div{
    padding: 24px 18px 24px 40px;
}
.read-wrap p{
    font-size: 16px;
}
}
.recommend div{
    display: flex;
    padding:30px 24px;
    justify-content: center;
}
.recommend picture{
    width: 35%;
}
.recommend ul li{
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.recommend ul li:before{
    position: absolute;
    content:"";
    background:var(--col-bl);
    left: 0;
    top:5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
@media only screen and (max-width:780px){
    .recommend div{display: block;}
    .recommend picture img{
    width: 55%;
    max-width: 200px;
}
}
.title-wrap h2{
    text-align: center;
    background: var(--bg-pk);
    color: #fff;
    margin: 0 0 30px;
    padding: 10px
}
#feature{
    margin-bottom: 70px;
}
#feature .feature-wrap ul li{
    margin-bottom: 36px;
    display: flex;
}
#feature .feature-wrap ul li h3{
    color: var(--col-pk);
    font-size: 26px;
    margin: 0 0 14px;
    line-height: 1.25;
}
#feature .feature-wrap ul li h3 span{
    background: linear-gradient(transparent 60%, #FFD138 60%);
}
#feature .feature-wrap ul li p{
    font-size: 18px;
}
#feature .feature-wrap ul li div,#feature .feature-wrap ul li img{
    width: 50%;
}
@media only screen and (max-width:780px){
    #feature .feature-wrap ul li{
    display: block;
    text-align: center;
    justify-content: center;
}
    #feature .feature-wrap ul li div,
    #feature .feature-wrap ul li img{
    width: 100%;
}
}
.scene-wrap{
    background: #FFF2F2;
    padding: 20px 0 40px;
}
.scene-wrap p{
    font-size: 20px;
}
.scene-wrap ul{
    display: flex;
    gap:20px;
}
.scene-wrap ul li{
    width: calc((100% - 60px) /4);
}
.scene-wrap ul li figure {
    margin: 0 auto 10px;
    text-align: center;
}
.scene-wrap ul li figure figcaption{
    font-size: 16px;
    text-align: center;
}
@media only screen and (max-width:780px){
    .scene-wrap ul{
    display: flex;
    flex-wrap: wrap;
}
    .scene-wrap ul li{
    width: calc((100% - 20px) /2);
}
}
#lineup div ul{
    display: flex;
    gap: 30px;
}
#lineup div ul li{
    width: calc((100% - 30px) / 2);
    text-align: center;
}
#lineup div ul li h3{
    color: #fff;
    margin: 0;
    font-size: 20px;
}
.bg-pk{background: var(--col-pk);}
.bg-ye{background: var(--col-ye);}
.bg-bl{background: var(--col-dbl);}
#lineup div ul li p{
    font-size: 16px;
}
.lineup-color{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: bold;
}
.lineup-color span{
    border:1px solid #E0E0E0;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    display: block;
}
.cl-gy{background: #E0E0E0;}
.cl-rd{background: #C30909;}
.cl-gr{background: #1A4E0B;}
.cl-bw{background: #4A1012;}
.cl-bk{background: #000000;}
.cl-bl{background: #7184B7;}
.cl-dgy{background: #676767;}
@media only screen and (max-width:780px){
    #lineup div ul{
    flex-wrap: wrap;
    gap: 15px;
    justify-content:center;
}
    #lineup div ul li{
    width: calc((100% - 15px)/2);
}
    #lineup div ul li h3{
    font-size: 18px;
    padding: 4px 0;
}
    .lineup-color{
    gap: 4px;
    font-size: 12px;
    font-weight: bold;
}
    .lineup-color span{
    width: 12px;
    height: 12px;
}
}