/* カスタマイズ用CSS */

/* フォント 読み込み*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');


/* フォント指定 */

@font-face {
font-family: 'ArialBlIt';
src: url(/html/user_data/assets/font/arial-black-italic.otf);
}


.Notofont {
    font-family: 'Noto Sans JP', sans-serif;
}

.Arial {
    font-family: ArialBlIt;
}

html {
    font-size: 62.5%;
}


/* タイトル部分 */
.ttl {
    width: 45%;
    border-bottom: 5px solid #000;
    color: #000;
}

@media screen and (max-width: 480px){
    .ttl {
        width: 100%;
    }
}

h2 {
    font-size: 3.7rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 480px){
    h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    }
}

/* ボタン部分 */
.btn-black {
    transition: background-color 0.5s, color 0.5s;
}


.btn-black {
    font-weight: lighter;
    letter-spacing: 0.2rem;
}

@media only screen and (min-width: 768px) {
    .btn-black:hover,
    .btn-black:active {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    }
}

/* header */
.ec-layoutRole__header{
    padding:20px;
    }
    
@media screen and (max-width: 480px){
.ec-layoutRole__header{
    padding: 10px 20px 10px 10px;
    }
}

@media only screen and (min-width: 768px){
    .ec-headerRole {
        width: 40%;
    }
}

.ec-headerRole,
.ec-headerNaviRole{
    padding: 0;
}

.ec-headerRole .ec-headerRole__title {
    margin-left: 40px;
}

.ec-layoutRole__header{
    display: flex;
    justify-content: space-between;
}

.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom: 0;
}
.ec-headerTitle .ec-headerTitle__title{
    text-align: left;
}
.ec-headerNav {
    display: flex;
}


/* MainVisual */
.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
}

.ec-sliderRole{
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}

.main_visual_text {
    text-align: center;
    margin-top: 3rem;
    font-weight: bold;
    line-height: 2;
    color: #000;
}

@media only screen and (max-width: 480px) {
    .main_visual_text {
        font-size: 1.2rem;
    }
}


/* バナー */
.ec-topicRole {
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .ec-topicRole {
        padding-top: 1rem;
    }
}

/* おすすめ */
.recommendGrid a {
    color: #fff;
}

.recommendGrid img {
    border: solid 1px #aaa;
}

.recommend-text,
.recommend-name {
    color: #000;
    font-weight: normal;
    text-align: center;
}

.recommend-text {
    margin-top: 2rem;
    font-size: 1.2rem;
}

.recommend-name {
    margin-top: 1rem;
    font-size: 1.3rem;
}

.ec-shelfGrid {
        margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 3.5rem;
        margin-top: 1rem;
   }
   .ec-shelfGrid {
        margin-top: 4rem;
   }
}


/* ニュース */
@media only screen and (min-width: 768px) {
    .ec-newsRole .ec-newsRole__news {
        border: 1px solid #aaa;
    }
    
}

.ec-newsRole__news {
    margin-top: 3rem;
}


/* カテゴリー */
.ec-categoryRole {
    background-color: #fff;
}

.title-image {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.title-image img {
    width: auto;
}

.title-image {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ec-categoryRole .ec-categoryRole__listItem {
        width: calc((100% - 30px) / 2);
    }
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
        margin-right: 0;
    }
    .ec-categoryRole .ec-categoryRole__listItem:nth-child(odd) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .title-image {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 3rem;
    }
}

/* ビジネス */
.business-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7rem;
}

.business-inner:last-child {
    flex-direction: row-reverse;
}

.text-ttl {
    font-size: 2.7rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 7rem;
}

.text-details {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.7;
}

.business-inner .btn-blackwrap {
    margin-top: 5rem;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 480px){
    .business-inner,
    .business-inner:last-child {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .business-inner .btn-black {
        width: 80%;
    }
    .business-inner .btn-blackwrap {
        text-align: center;
    }
    .text-ttl {
        padding-top: 3rem;
        padding-bottom: 2rem;
        font-size: 2.2rem;
    }
    .text-details {
        font-size: 1.5rem;
    }
    .br-sp {
        display: block;
    }
    .business-inner .text {
        width: 100%;
    }
}

    
/* コーチ */
.ec-coachRole {
    margin-top: 15rem;
}
.coach-wrap {
    display: flex;
    justify-content: center;
}

.coach-inner {
    margin-top: 7rem;
}

.coach-inner:first-child {
    margin-right: 10rem;
}

.coach-inner .text-details {
    padding-top: 3rem;
}

.coach-inner .text-ttl {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.coach-inner .btn-blackwrap {
    text-align: center;
}

@media screen and (max-width: 480px){
    .coach-wrap {
        display: block;
    }
    
    .coach-inner:first-child {
        margin-right: 0;
    }
    
    .coach-inner .btn-black {
        width: 80%;
    }
    
    .ec-coachRole {
        margin-top: 7rem;
    }
    .coach-inner .text-details {
        padding-top: 1.5rem;
    }
    .coach-inner .text-ttl {
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
    .coach-inner {
        padding: 1rem 2rem;
    }
}