@charset "UTF-8";

/* =======================
main
======================= */

.mv__pc {
    display: none;
}

.mv__sp {
    position: relative;
}

.mv__insta {
    position: absolute;
    bottom: 82px;
    right: 24px;
    max-width: 45px;
}

.article__header {
    position: relative;
}

.mv__logo {
    position: absolute;
    top: 16.6%;   
}

.article__header {
    position: relative;
}

.mv__subtitle {
    position: absolute;
    bottom: 30%;
    right: 8%;
    width:84%;
}

/* pc 769px */
@media screen and (min-width: 769px) {

    .mv__sp {
        display: none;
    }

    .mv__pc {
        display: block;
        width: 100%;
        margin: 0;
        padding-top: 68px;
        position: relative;
    }

    .mv__logo {
        width: 41.6%;
        top:10%;
        left:50%;
        transform: translateX(-50%);
    }

    .logo__img {
        width: 100%;
    }

    .mv__subtitle {
        position: absolute;
        width: 24%;
        bottom: 29%;
        left:51%;
        transform: translateX(-50%); 
    }

    .mv__insta {    
        position: absolute;
        bottom: 120px;
        right: 104px;
        max-width: 45px;
    }

    .section_title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about__title {
        width: 16.6%;
        margin: 0;
    }

    .mimoza1 {
        margin: 0;
    }
}

/* news */
.news {

    display: flex;
    padding: 20px 15.7%;
    flex-direction: column;
    align-items: center;
    gap: 16px; 
}

.news__contents {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.new {
    color: #FF6347;
    font-weight: 300;
    line-height: normal;
}

.datetime {
    font-weight: 400;
}

.notice {
    color: var(--text, #233360);
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.8px;
}

.pc__line {
    display: none;
}

@media screen and (min-width: 769px) {
    .news {
        align-items: flex-start;
    }

    .line {
        width: 50.5%;
    }

    .sp__line {
        display: none;
    }

    .pc__line {
        display: block;
    }
}

/* section--about */

.section--about {
    padding: 0 20px;
}

.about__title {
    display: block;
    width: 137px;
    margin: 40px auto 0;
}

.mimoza1 {
    width: 30px;
    margin: 16px auto 0;
}

.about__txt {
    margin-top: 24px;
    text-align: justify;
}

.pcBr {
    display: none;
}

/* アニメーション */
.opacity {
    opacity: 0;
    transition: all 1000ms;
}

.active {
    opacity: 1;
}

/* ↑↑アニメーション */

.about__img {
    margin-top: 32px;
}

.line {
    margin: 40px auto;
}

@media screen and (min-width: 769px) {
  
    .about__title {
        margin: 0;
        width: 240px;
    }

    .about__title-h2 {
        display: flex;
        margin: 40px 0 0 40px;
    }

    .about__title-h2::after {
        content: '';
        background-image: url(../images/mimosa1.png);
        display: inline-block;
        background-size: contain;
        width: 40px;
        height: 103px;
        margin: 12px 0 0 12px;
        transform: rotate(30deg);
    }


    .mimoza1 {
        display: none;
        margin: 0;

    }

    .about__contents {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        gap: 40px;
    }

    .about__txt {
        font-size: 20px;
        line-height: 200%;    
    }

    .pcBr {
        display: block;
    }

    .about__img {
        width: 327px;
    }

    .button_arch {
        margin: 112px auto;
    }

}

/* section--instructor */

.section--instructor {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

    /* profile */
.instructor__title {
    display: block;
    width: 150px;
    margin: 24px auto 0;
}

.mimosa2 {
    width: 40px;
    margin: 16px auto 0;
}

    /* instructor pc 769px */

@media screen and (min-width: 769px) {

    .instructor__title {
        display: flex;
        justify-content: center;
        width: 240px;
        margin: 0;
    }

    .mimosa2 {
        display: none;
    }

    .instructor__title-h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
    }

    .instructor__title-h2::after {
        content: '';
        display: inline-block;
        background-image: url(../images/mimosa2.png);
        background-size: contain;
        width: 50px;
        height: 103px;
        margin: 12px 0 0 12px;
        transform: rotate(30deg);
    }
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.profile__title {
    width: 150px;
    margin-bottom: -24px;
}

.profile__img__sp {
    margin-top: 16px;
}

.profile__img__pc {
    display: none;
}

.name__txt {
    display: flex;
    justify-content: center;
    gap: 30px; 
    align-items: flex-end;
}

.singer {
    font-size: 20px;
    font-weight: 400; 
    line-height: 170%; /* 34px */
    letter-spacing: 0.8px;
}

.name {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1px;
}

.more__btn {
    display: flex;
    width: 250px;
    padding-bottom: 8px;
    justify-content: center;
    align-items: center; 
    margin: 12px auto 0;
    width: 170px;
}

@media screen and (min-width: 769px) {

    .profile__flex {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        flex-wrap: wrap;
        /* align-items: center; */
        justify-content: space-evenly;
        margin-top: 110px;
        max-width: 1180px;
        gap: 64px;
    }

    .profile__title {
        width: 236px;   
    }

    .profile__img__sp {
        display: none;
    }
    
    .profile__img__pc {
        display: block;
        width: 460px;
    }    

    .singer {
        font-size: 20px;
        line-height: 170%;
        letter-spacing: 0.8px;    
    }

    .name {
        font-size: 24px;
        font-weight: 400;
        line-height: 150%;
    }

    rt {
        font-weight: 300;
        line-height: 150%;    
    }
}

    /* history */

.history {
    display: flex;
    padding: 64px 0px 32px 0px;
    flex-direction: column;
    align-items: center;
    gap:24px;
}

.history__img__sp {
    margin: 24px 0 0 0; 
    display: flex;
    justify-content: center;
}

.history__img__pc  {
    display: none;
}

.history__title {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    margin: 0 auto;
}

.history__explane {
    text-align: justify; 
    margin-top: 24px;  
}

@media screen and (min-width: 769px) {
    .history {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;
        max-width: 1180px;
    }
    
    .history__title {
        width: 300px;    
    }
    
    .history__img__sp {
        display: none;
    }
    
    .history__img__pc {
        display: block;
        width: 400px;
    }

    .history__txt {
        width: 500px;
        font-size: 20px;
        line-height: 200%;
    }

    .pc__line {
        transform: scale(-1, 1);
    }

    .pc__line--3 {
        margin: 40px auto;
    }
}

/* section--lesson */

.section--lesson {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.lesson__title {
    width: 183px;
}

.mimosa3 {
    width: 34.5px;    
}

    /* .lesson__detail */

.lesson__detail {
display: flex;
width: 100%;
padding: 32px 0px 40px 0px;
flex-direction: column;
align-items: center;
gap: 32px;    
background: #FD5;
}

.lesson__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;    
}

.lesson__txt {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    line-height: 200%;
}

.lesson__minute-fee {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.time {
    background-color: #FFF;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    color: #FD5;
    font-size: 24px;
    font-weight: 600;
}

.minute {
    font-size: 18px;    
}

.lesson__content {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;    
}

.yen {
    font-size: 18px    
}

.srash {
    font-size: 22px;   
}

.oneth__small {
    font-size: 18px
}

.lesson__link {
    width: 159px;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    border: 2px solid #FFF;
    background: #F18801;   
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
    position: relative;
}

.lesson__link ::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 10px;
    background-image: url(../images/Vector.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 9px;
    top: 16px;
}

/* lesson pc 769px */

@media screen and (min-width: 769px) {
    .lesson__title-h2 {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .lesson__title {
        display: block;
        width: 320px; 
        margin: 64px 12px 0 40px;
    }

    .lesson__title-h2::after {
        content: '';
        background-image: url(../images/mimosa3.png);
        display: inline-block;
        background-size: contain;
        width: 46px;
        height: 103px;
        margin: 64px 0 0 12px;
        transform: rotate(20deg);   
    }

    .lesson__txt {
        font-size: 20px;
        font-weight: 700;
        line-height: 200%;     
    }

    .spBr {
        display: none;
    }

    .mimosa3 {
        display: none;
    }

    .lesson__detail {
        margin-top: 40px;
        width: 800px;
    }

    .lesson__trial {
        margin-top: 100px;   
    }

    .trial__txt {
        margin-top: 40px;
        font-size: 20px;
        line-height: 200%;
    }

    .trial__img {
        width: 400px;
        margin: 0 auto;
    }

    .line__2 {
        transform: scale(-1, 1);    
    }

}

    /* lesson__trial */

.lesson__trial {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lesson__trial__title {
    width: 141px;
}

.trial__txt {
    text-align: center;    
}

.trial__img {
    margin-top: 32px;
}

.line__2 {
    transform: scale(-1, 1);    
}

/* section--voice */

.section--voice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.voice__title {
    width: 185px;
}

.mimosa3 {
    width: 30px;
}

.voice__contents {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    visibility: hidden;
}

.voice__contents.slick-initialized {
    visibility:visible
}

.slick-slide.voice__item {
    max-width: 327px;
    min-height: 670px;
    margin: 40px 40px 20px;
    display: flex;
    flex-direction: column;
    background-image: url(../images/voice-bg.jpg);
    padding: 32px 32px;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.slick-next {
    right: 16px;
}

.slick-next::before,
.slick-prev:before {
    color: #233360;
}

.slick-prev {
    left: 17px;
    z-index: 100;
}

.voice__charactor {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-family: "Zen Kurenaido";
    font-size: 20px;
    font-weight: 400;
    line-height: 170%;  
}

.voice__icon {
    margin: 0 auto;
    width: 100px;
    margin-bottom: 10px;    
}

.voice__icon--3 {
    margin: 10px auto 0;
    width: 100px; 
}

.cp_box1 {
    position: relative;
}
  
.cp_box1 input {
    display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    height: 100px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(252, 252, 252, 0.95) 90%);
}

.slick-slide .cp_box1 .cp_container {
    overflow: hidden;
    height: 400px;
    transition: all 0.5s;
}

/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
     content: '';
    position: absolute;
    line-height: 2.5rem;
}
.cp_box1 label:after {
    z-index: 2;
    bottom: 40px;
    width: 13em;
    content: '続きをよむ';
    color: #ffffff;
    background: #233360;
    border-radius: 20px;
}
.cp_box1 label::before {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 3.5em);
    z-index: 3;
    width: 10px;
    height: 5px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after {
    content: '閉じる';
}
.cp_box1 input:checked + label:before {
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
}
.cp_box1 input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}

.voice__txt {
    font-family: "Zen Kurenaido";
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;   
    text-align: justify;
}



@media screen and (min-width: 769px) {
    .voice__title {
        width: 240px;
    }   

    .voice__title-h2 {
        margin: 40px 0 0 40px;
        position: relative;
    }
    
    .voice__title-h2::after {
        content: '';
        background-image: url(../images/mimosa3.png);
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        position: absolute;
        width: 40px;
        height: 103px;
        transform: rotate(20deg);
    }
    
    .slick-slide.voice__item {
        max-width: 700px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        background-image: url(../images/voice-bg.jpg);
        padding: 32px 32px;
        align-items: center;
        gap: 40px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        overflow: visible;
    }

    .slick-next {
        right: 22%;
    }
    
    .slick-prev {
        left: 22%;
        z-index: 100;
    }

    .slick-slide .cp_box1 .cp_container {
        overflow: hidden;
        height: 212px;
        transition: all 0.5s;
    }
    
    .voice__txt {
        flex-grow: 1;
        overflow-y: auto;
    }
    
    .button-arch {
        margin: 90px auto 30px;
    }
    
}

.button-arch {
    display: flex;
    max-width: 323px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 52px auto;
}

/* section--access */

.section--access {
    display: flex;
    padding: 0px 24px 88px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.access__title {
    width: 91px;    
}

.mimosa2 {
    width: 40px;
    margin: 12px auto 40px;
}

    /* lessonstudio */

.lessonstudio {
    display: flex;
    flex-direction: column;
    align-items: center;    
}

.lessonstudio__title {
    border-bottom: 1px solid #ABAB2A;
    text-align: center;
    font-size: 22px;
}

.lessonstudio__address {
    text-align: center;
}

    /* access__item */

.access__item {
    margin-bottom: 32px;
}

.access__item:first-of-type {
    margin-bottom: 0;
}

.item__top {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}

.leaf {
    width: 16px;    
}

.access__txt {
    text-align: center;
    font-size: 20px;
}

.access__bottom {
    font-size: 18px;   
    margin-left: 24px; 
}

.number {
    font-size: 20px;   
}

    /* addess__detail */

.addess__detail {
    display: flex;
    position: relative;
    margin: 15px ;
}

.access__blossom {
width: 64px;    
}

.access__blossom--left {
    position: absolute;
    left: -56px;
}

.access__blossom--right {
    transform: scale(-1, 1);    
    position: absolute;
    right: -56px;
}

.addess__txt {
    text-align: center;
}

/* access pc 796px */

@media screen and (min-width: 769px) {
    .access__title {
        width: 180px;    
        display: block;
    }   

    .access__title-h2 {
        display: flex;
        align-items: center;
    }
    
    .access__title-h2::after {
        content: '';
        background-image: url(../images/mimosa2.png);
        background-repeat: no-repeat;
        display: inline-block;
        background-size: contain;
        position: absolute;
        width: 53px;
        height: 103px;
        transform: rotate(20deg);   
        margin: 42px 0 0 204px;
    }

    .lessonstudio {
        margin-top: 80px;
    }

    .addess__detail {
        margin-top: 50px;
    }

    .access__list {
        display: flex;
        justify-content: center;
        gap: 64px;
        width: 100%;
        margin-top: 100px;
    }
    
    .access__item {
        display: flex; 
        flex-direction: column;
        align-items: flex-start;
    }
    
    .item__top, .access__bottom {
        flex: 1;
        margin-top: 0;
    }

    .access__item:first-of-type {
        margin-bottom: 28px;
    }

}

/* animation */

@keyframes fadeIn {
    from {
      opacity: 0; /* 初期状態は透明 */
    }
    to {
      opacity: 1; /* 完全に表示された状態 */
    }
  }
  
  .mv__logo,
  .mv__subtitle,
  .mv__insta {
    animation: fadeIn 2s ease-in-out; /* 2秒でフェードインするアニメーションを設定 */
}

.fadein {
    opacity: 0;
    transform: translate(0,80px);
    transition: all 800ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0,0);
}

/* PHP */

/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

.newsWrap {
    display: block;
    width: 100%;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: pink;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
/* a{color:#36F;text-decoration:underline;} */
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}