@charset "UTF-8";

/*共通部分*/

html{
    font-size: 100%;
    flex-direction: column;
}
body{
font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 font-size: 1rem;
 font-display: swap;
    background: #F4F7F7;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.logo{
    width: 5rem;
height: auto;
}

span{
font-size: 1rem;
font-weight: 400;
line-height: 1.6rem;
letter-spacing:0.02rem;

@media screen and (max-width: 352px) {
    font-size: 0.875rem;
}

}

p{
align-self: stretch;
font-size: 1rem;
font-weight: 400;
letter-spacing:0.02rem;
line-height: 1.6rem;

@media screen and (max-width: 352px) {
    font-size: 0.875rem;
}

}
h1{
    color: #FFF;
    text-align: center;
}
h2{
    font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.1rem;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    @media screen and (max-width: 768px) {
        font-size: 2rem;
    }
}
h3{
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1rem;

    @media screen and (max-width: 768px) {
        font-size: 1rem;
    }
}
.hutoji{
    font-weight: 700;
}
.hutoji32{
    font-weight: 700;
    font-size: 2rem;

    @media screen and (max-width: 768px) {
        font-size: 1.5rem;
    }

}
.hutoji-center{
    font-weight: 700;
    text-align: center;
}

/*fv*/
.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* ブロック */

.article{
    display: flex;
    padding-top: 5rem;
    flex-direction: column;
    align-items: center;
    gap: 6.25rem;
    align-self: stretch;
    max-width: 768px;
    margin: auto;
    color: #262626;
    line-height: 180%; /* 1.6rem */
    letter-spacing: 0.02rem;

    @media screen and (max-width: 1280px) {
        padding: 6.25rem 2rem 0rem 2rem;
       }

    @media screen and (max-width: 768px) {
        padding: 3rem 1.25rem 0rem 1.25rem;
        gap: 3.75rem;
    }
}

.lead,.matome{
display: flex;
flex-direction: column;
align-items: center;
gap: 3.75rem;
align-self: stretch;

@media screen and (max-width: 768px) {
    gap: 2.4rem;
}
}
.chigai{
    display: flex;
width: 42.5rem;
flex-direction: column;
align-items: flex-end;
gap: 6.25rem;
}

/*lead*/
.section-title{
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
align-self: stretch;
max-width: 768px;
}
.title-yellow{
display: flex;
height: 16px;
font-weight: 700;
justify-content: center;
align-items: center;
background: #FEC020;
font-size: 1rem;
}
.gray-box{
    display: flex;
    padding: 2.5rem 2rem;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    align-self: stretch;
    background: #FFF;
}
.brand-link{
    display: flex;
flex-direction: column;
align-items: center;
gap: 0.125rem;
}
.line-2{
align-self: stretch;
height: 0.0625rem;
background: #212121;
}

/* 違い */

.chigai{
display: flex;
width: 42.5rem;
flex-direction: column;
align-items: flex-end;
gap: 6.25rem;

@media screen and (max-width: 720px) {
    width: 100%;
    gap: 3rem;
   }

}
.chigai-block{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 2.5rem;
align-self: stretch;

@media screen and (max-width: 768px) {
    gap: 1.5rem
}
}
.chigai-title-block{
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1.25rem;
align-self: stretch;

@media screen and (max-width: 768px) {
    gap: 0.5rem
}
}
.frame43{
display: flex;
align-items: center;
gap: 1.25rem;
align-self: stretch;
}
.frame76{
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 0 0;
    }
.staffcoment{
    display: flex;
align-items: center;
gap: 2.5rem;
align-self: stretch;

@media screen and (max-width: 720px) {
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 0.75rem;
align-self: stretch;
}
}
.tyusyaku{
    font-size: 0.875rem;
}
.staff{
display: flex;
flex-direction: column;
align-items: center;
gap: 0.125rem;
width: 5rem;
}
.coment{
display: flex;
padding: 1.25rem 2rem;
align-items: center;
gap: 0.625rem;
flex: 1 0 0;
border-radius: 1.25rem;
background: #F1F1F1;

@media screen and (max-width: 720px) {
  flex: 1 0 auto;}
}
.staff-name{
    font-size: 0.75rem;
    text-align: center;
    color: #606060;
}
.item-tag{
    display: inline-flex;
    padding: 0rem 0.625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 6.25rem;
font-size: 0.75rem;
background: #494949;
color: #FFF;
font-weight: 700;
}

/*まとめ*/

.matome{
display: flex;
padding-bottom: 7.5rem;
flex-direction: column;
align-items: center;
gap: 3rem;
align-self: stretch;

@media screen and (max-width: 720px) {
    width: 100%;
    gap: 2.5rem
   }

}
.hyou1{
display: flex;
align-items: center;
align-self: stretch;
border: 0.1px solid #686868;
}
.retsu{
    display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 0;
}
.retsu1{
display: flex;
height: 3.625rem;
justify-content: center;
align-items: center;
align-self: stretch;
background: #888888;
color: #FFF;
text-align: center;
flex-direction: column;
justify-content: center;
border: 0.1px solid #686868;
font-size: 0.875rem;
}
.retsu1-1{
display: flex;
height: 3.625rem;
padding: 0rem 0.625rem;
align-items: center;
align-self: stretch;
background: #F2F2F2;
flex-direction: column;
justify-content: center;
border: 0.1px solid #686868;
font-size: 0.875rem;
}
.sell{
    display: flex;
height: 3.625rem;
padding: 0rem 0.625rem;
display: flex;
  flex-direction: column;
  justify-content: center;
align-items: center;
gap: 0.625rem;
align-self: stretch;
background: #FAFAFA;
border: 0.1px solid #686868;
font-size: 0.875rem;
}
.item-cta{
display: flex;
align-items: center;
gap: 1.25rem;
align-self: stretch;
}
.item-box{
display: flex;
height: auto;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.75rem;
flex: 1 0 0;
}
.item-text{
    text-align: center;
    font-size: 0.875rem;
}
.cta-button{
display: flex;
padding: 0.625rem 2rem;
height: 2.875rem;
justify-content: center;
align-items: center;
gap: 0.625rem;
border-radius: 6.25rem;
background: #212121;
color: #FAFAFA;
font-weight: 700;

@media screen and (max-width: 720px) {
    font-size: 0.875rem;
}
}
.cta-button:hover{
    background-color: #787878;
    text-decoration: none; 
}

/* フッター*/
.jalana-logo{
    width: 5rem;
height: auto;
}
.footer{
    display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
color: #FFF;
}
.footer1{
display: flex;
padding: 3rem 0rem 1.8rem 0rem;
flex-direction: column;
align-items: center;
gap: 1.2rem;
align-self: stretch;
background: #1D1D1D;
}
.footer2{
    display: flex;
    padding: 1rem 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
background: #050505;
}
.footer-social{
    display: flex;
    width: 8rem;
    justify-content: space-between;
    align-items: center;
}
.img-socialicon{
    height: 1rem;
    width: auto;
}
.copyright{
text-align: center;
font-family: "Hiragino Kaku Gothic ProN";
font-size: 0.625rem;
font-style: normal;
font-weight: 200;
line-height: normal;
}


