
.top-img-box {
    margin: 0 auto 32px;
}



/* ==================================
    Loading - ローディング
================================== */

#is-loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #22333B;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
}



/* ==================================
    slide - スライドショー(トップ)
================================== */

.top-slider {
    width: 100%;
    padding-top: 75px;
}

@media screen and (min-width: 980px) {
    .top-slider {
        padding-top: 35px;
    }
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 70%;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease-in-out;
}

.current {
    opacity: 1;
}



/* ==================================
    h1,h2,h3 - 見出し
================================== */

h1 {
    font-family: 'Corben', cursive;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}

h2 {
    font-family: 'Koulen', cursive;
    font-size: 3.0rem;
    color: #F3EFEB;
    text-align: left;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 960px) {
    h1 {
        font-size: 5.0rem;
    }
    h2 {
        font-size: 5.0rem;
    }
}

h2 + span {
    font-size: 1.2rem;
}

h2 + span.h:before {
    content: '-';
    padding-right: 4px;
}



/* ==================================
    PICK UP - ピックアップ
================================== */

.pickup-area-box {
    padding: 16px;
    margin: 48px auto;
    max-width: 960px;
}

@media screen and (min-width: 768px) {
    .pickup-area-box {
        padding: 48px;
    }
}

.pickup-area-box ul {
    padding: 24px 8px;
}

.link-view-more-box a {
    display: inline-block;
    text-align: right;
    background-color: #22333B;
    padding: 8px 24px;
    transition: .4s;
}

.link-view-more-box a {
    color: #fff;
}

.link-view-more-box a {
    font-family: 'Koulen', cursive;
    color: #F3EFEB;
    font-size: 1.4rem;
}

.link-view-more-box a:before {
    content: '→';
    padding-right: 4px;
}

.link-view-more-box a:hover {
    background-color: #fff;
    color: #22333B;
    transition: .4s;
    cursor: pointer;
}


@media screen and (min-width: 960px) {
    .pickup-area-box h2 {
        text-align: center;
    }

    .pickup-area-box h2 + span {
        display: block;
        text-align: center;
        font-size: 1.8rem;
    }

    .pickup-area-box h2 + span.h:before {
        content: '-';
        padding-right: 4px;
    }

    .pickup-area-box h2 + span.h:after {
        content: '-';
        padding-left: 4px;
    }

    .pickup-area-box .link-box {
        text-align: center;
    }
}


/* ==================================
    ABOUT - スタジオについて
================================== */

.about-area-box {
    position: relative;
    padding: 16px;
    margin: 0 8px;
    background-color: #590004;
    overflow: hidden;
    z-index: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-inner-box {
    max-width: 960px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .about-area-box {
        width: 100%;
        padding: 48px;
        margin: 0 auto;
    }
}

.about-area-box span.h:before {
    content: '-';
    padding-right: 4px;
}

.about-text-box {
    margin: 32px auto;
    max-width: 960px;
}

.about-text-box p {
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.about-area-bg-box {
    position: absolute;
    background-color: #A10E14;
    opacity: 0.2;
    z-index: 1;
}

.bg1 {
    top: 0;
    left: 0;
    width: 150px;
    height: 200px;
    transform: rotate(30deg);
}

.bg2 {
    top: 0;
    right: 0;
    width: 180px;
    height: 200px;
    transform: rotate(10deg);
}

.bg3 {
    bottom: 10%;
    left: 40%;
    width: 170px;
    height: 180px;
    transform: rotate(-20deg);
}

.about-area-box h2,
.about-area-box .link-box .link-view-more-box,
.about-text-box {
    position: relative;
    z-index: 3;
}



/* ==================================
    INFO - 新着情報
================================== */

.info-area-box {
    padding: 16px;
    margin: 48px auto;
    max-width: 992px;
}

@media screen and (min-width: 768px) {
    .info-area-box {
        padding: 48px;
    }
}

@media screen and (min-width: 960px) {
    .info-area-box {
        padding: 48px 16px;
    }
}


.info-area-box a {
    color: #fff;
}

.info-area-box a:hover {
    background-color: #fff;
    color: #22333B;
}

.info-area-box ul {
    border-bottom: 1px dotted #590004;
    padding: 24px 8px;
}

.info-area-box ul li:nth-of-type(1) {
    font-size: 1.2rem;
    padding-bottom: 8px;
}

.info-area-box ul li:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
}

.info-area-box ul li:nth-of-type(2):after {
    content: '>';
    text-align: right;
}



/* ==================================
    LESSON - レッスン情報
================================== */

.lesson-area-box {
    padding: 16px;
    margin: 48px auto;
    max-width: 992px;
}

@media screen and (min-width: 768px) {
    .lesson-area-box {
        padding: 48px;
    }
}

@media screen and (min-width: 960px) {
    .lesson-area-box {
        padding: 48px 16px;
    }
}

.lesson-today-flex-area {
    display: block;
}

@media screen and (min-width: 768px) {
    .lesson-today-flex-area {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.lesson-area-box ul.l-explanation-box {
    border-bottom: 1px dotted #590004;
    padding: 24px 8px;
}

.lesson-area-box ul.l-explanation-box li:nth-of-type(2) {
    font-size: 1.2rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.lesson-area-box ul.l-explanation-box:nth-last-of-type(1) {
    margin-bottom: 32px;
}

/* 本日のレッスン */
.lesson-today-text {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin: 24px auto 16px 0;
}

.lesson-today-area {
    list-style: none;
    max-width: 900px;
    margin: 0 auto 48px;
    border: 1px #590004 dashed;
}

@media screen and (min-width: 768px) {
    .lesson-today-area {
        width: 48%;
        border: 0px #590004 dashed;
    }
}

.lesson-today-area > li {
    padding: 16px;
    background-color: #fff;
    position: relative;
}

@media screen and (min-width: 768px) {
    .lesson-today-area > li {
        padding: 24px;
    }
}

.lt-flex-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lt-inst-img-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #590004;
    object-fit: cover;
}

.lt-inst-name-box {
    width: calc(100% - 100px);
}

@media screen and (min-width: 768px) {
    .lt-flex-box {
        justify-content: space-around;
        align-items: center;
    }

    .lt-inst-img-box img {
        width: 120px;
        height: 120px;
    }

    .lt-inst-name-box {
        width: calc(100% - 120px);
    }
}

.lt-inst-name-box p {
    font-family: 'Anton', sans-serif;
    font-size: 3.0rem;
    text-align: center;
    color: #22333b;
}

.lt-inst-name-box p:nth-of-type(2) {
    font-size: 1.3rem;
}

.lt-inst-name-box p:nth-of-type(2):before,
.lt-inst-name-box p:nth-of-type(2):after {
    content: '-';
    padding: 0 4px;
}

.lt-text-box {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .lt-text-box {
        margin-top: 32px;
    }
}

.lt-text-box p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #22333b;
}

.lt-text-box p:nth-of-type(1):before {
    content: '-';
    padding-right: 4px;
}

.lt-place-name-box {
    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    margin: 16px auto;
    text-align: center;
    font-size: 1.3rem;
}

.lt-studio-a {
    background-color: #590004;
}

.lt-studio-b {
    background-color: #13286d;
}

.lt-studio-out {
    background-color: #3f5642;
}

.lt-introduction-box {
    padding: 16px 0;
    text-align: justify;
}

.lt-introduction-box p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #22333b;
}

.triangle1 {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #590004 transparent transparent;
}

.triangle2 {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #590004;
}



/* ==================================
    INSTRUCTOR - インストラクター
================================== */

.inst-area-box {
    padding: 75px 16px 16px;
    margin-top: -75px;
}

@media screen and (min-width: 768px) {
    .inst-area-box {
        padding: 75px 48px 16px;
    }
}

.inst-flex-box {

}
.inst-inner-box {
    position: relative;
    background-color: #f3efeb;
    border-radius: 10px;
    color: #590004;
    padding: 0 2px 0 4px;
    margin: 8px 0;
}
.inst-inner-box:nth-of-type(1) {
    margin-top: 24px;
}

.inst-inner-box:nth-last-of-type(1) {
    margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
    .inst-flex-box {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .inst-inner-box {
        width: 48%;
        padding: 16px 4px 4px 4px;
        margin: 8px 0;
    }

    .inst-inner-box:nth-of-type(1) {
        padding: 16px 4px 4px 4px;
        margin: 8px 0;
    }

    .inst-inner-box:nth-last-of-type(1) {
        padding: 16px 4px 4px 4px;
        margin: 8px 0;
    }

}

.inst-no {
    position: absolute;
    top: 6px;
    left: 2px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
}

.inst-img-box {
    margin: 16px auto;
    border: 2px solid #590004;
    width: 40%;
    padding-top: 40%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.inst-text-box {
    width: 40%;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .inst-img-box {
        margin: 8px auto;
        width: 30%;
        padding: 30% 0 0 32px;
    }

    .inst-text-box {
        width: 50%;
    }
}

.aoyama {
    background-image: url('../img/instructor/org_2406_square/aoyama.jpg');
}

.aria {
    background-image: url('../img/instructor/org_2406_square/aria.jpg');
}

.atsushi {
    background-image: url('../img/instructor/org_2406_square/atsushi.jpg');
}

.miyo {
    background-image: url('../img/instructor/org_2406_square/miyo.jpg');
}

.sackey {
    background-image: url('../img/instructor/org_2406_square/sackey.jpg');
}

.mei {
    background-image: url('../img/instructor/org_2406_square/mei.jpg');
}

.naka {
    background-image: url('../img/instructor/org_2406_square/naka.jpg');
}

.shuhei {
    background-image: url('../img/instructor/org_2406_square/shuhei.jpg');
}

.rintaro {
    background-image: url('../img/instructor/org_2406_square/rintaro.jpg');
}

.kuribo {
    background-image: url('../img/instructor/org_2406_square/kuribo.jpg');
}


.inst-border {
    width: 10%;
}

.inst-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .inst-info {
        width: 90%;
        margin: 0 auto;
    }
}

.inst-text-box p {
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    text-align: center;
}

.inst-text-box p:nth-of-type(1) {
    font-size: 2.0rem;
}

.inst-text-box p:nth-of-type(2) {
    font-size: 1.4rem;
}

.inst-text-box .link-box {
    margin: 16px auto;
    text-align: center;
}

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

    .inst-text-box p:nth-of-type(1) {
        font-size: 3.0rem;
    }

    .inst-text-box p:nth-of-type(2) {
        font-size: 1.8rem;
    }

}

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

    .inst-text-box p:nth-of-type(1) {
        font-size: 4.0rem;
    }

}



/* ==================================
    ACCESS - アクセス
================================== */

.access-area-box {
    padding: 75px 16px 16px;
    margin-top: -75px;
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .access-area-box {
        padding: 165px 48px 16px;
        margin-top: -105px;
    }
}

.access-box {
    margin: 24px auto;
}

.access-box iframe {
    width: 100%;
    margin: 0;
    border: none;
}

.access-box p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
}






/* ==================================

  Section -  見出し

================================== */

#pickArea,
#instractorArea,
#lessonArea,
#snsArea {
  width: 1100px;
  margin: 0 auto;
  padding: 32px 0 80px 0;
}

#pickArea {
  padding-top: 120px;
}

#instractorArea {
  padding-top: 64px;
}

#lessonArea,
#snsArea {
  padding: 32px 0 80px 0;
}

@media screen and (max-width: 1200px) {
  #pickArea,
  #instractorArea,
  #lessonArea,
  #snsArea {
    width: 960px;
  }
}

@media screen and (max-width: 980px) {
  #pickArea,
  #instractorArea,
  #lessonArea,
  #snsArea {
    width: 100%;
  }
}



/* ==================================

  hタグ -  見出し

================================== */





/* ==================================

  News -  ニュース

================================== */

#newsArea {
  width: 900px;
  margin: 0 auto;
  padding: 32px 0 96px 0;
}

@media screen and (max-width: 980px) {
  #newsArea {
    width: 100%;
  }
}

.newsBox {
  width: 900px;
  margin: 0 auto;
  padding: 32px;
	border: 4px solid #691318;
}

.newsImgBox {
  width: 450px;
  margin: 32px auto;
}

.newsImgBox img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .newsBox {
    width: 95%;
    padding: 32px 16px;
    margin: 0 auto;
  }

  .newsImgBox {
    width: 95%;
    margin: 32px auto;
  }
}

.important_title_box {
  width: 200px;
  background-color: #691318;
  margin: 0 auto 32px;
  padding: 2px;
}

.important_title_box p {
  font-size: 16px;
  line-height: 2.0;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF;
}

.top_news_title,
.top_news_title span {
  font-size: 16px;
  line-height: 2.0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.important_text_box p:not(:first-child) {
  text-align: center;
}

.important_text_box p:not(:first-child) span {
  color: #DD0000;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .top_news_title span {
    display: block;
    font-weight: bold;
  }
  .important_text_box p:not(:first-child) {
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 8px;
  }
}









/* -----------------------------------------------
	PICK UP
   ----------------------------------------------- */
.pickBox {
	width: 960px;
	margin: 0 auto;
	padding: 50px;
	border: 5px solid #FFFFFF;
}
.pickBox .pickTitle {
    width: 200px;
    font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
    background-color: #CB904D;
    margin: 0 auto 16px;
}


.pickImgBox {
    width: 300px;
    margin: 8px;
}
.pickImgBox img {
    display: block;
    width: 100%;
    height: auto;
}
.pickTime {
    font-size: 12px;
}




@media screen and (max-width: 768px) {
    .pickBox h3 {
        font-size: 18px;
    }
}
.pickBox figure {
    display: inline-block;
	width: 400px;
}
.pickRight {
    display: inline-block;
	width: 430px;
    margin-left: 10px;
    vertical-align: top;
}
.pickRight h4 {
    font-size: 28px;
	font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .pickRight h4 {
        font-size: 16px;
    }
}
.pickRep {
	font-size: 12px;
    line-height: 3;
}
.pickClassGenre {
    color: #FFFFFF;
	font-weight: bold;
	background-color: #CB904D;
	padding: 5px;
    margin-right: 3px;
}
.pickTextBox {
	margin: 30px 0;
}
.pickTextBox p, .pickMesText {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	text-indent: 1em;
}
@media screen and (max-width: 768px) {
    .pickTextBox p {
        text-indent: 0;
    }
}

.pickMesBox {
	border-top: dashed 1px #000000;
}
.pickMesTitle {
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
@media screen and (max-width: 980px) {
    .pickBox {
        width: 100%;
        padding: 2%;
    }
}
@media screen and (max-width: 800px) {
    .pickBox figure {
        width: 40%;
    }
    .pickRight {
        width: 55%;
    }
}
@media screen and (max-width: 640px) {
    #pickArea .flex {
        display: block;
    }
    .pickBox figure {
        width: 100%;
    }
    .pickRight {
        width: 100%;
        margin: 32px auto 0;
    }
}

/* -----------------------------------------------
	LESSON
   ----------------------------------------------- */
#lessonAreaBg {
	width: 100%;
	height: auto;
	background-image: url(../img/bg/bg-lesson.gif);
	background-size: cover;
	background-repeat: no-repeat;
}
.lessonTextArea {
	width: 800px;
	margin: 0 auto;
}
.lessonTextArea p {
    line-height: 2;
    text-indent: 1em;
}
/* リンクボックス */
.lessonLinkArea {
    width: 1100px;
    margin: 0 auto;
}
.lessonLinkBox {
    width: 660px;
    height: 80px;
    margin: 32px auto 0;
}
.lessonReadMore {
	width: 200px;
	margin: 20px 0;
	height: 40px;
	line-height: 40px;
}
.lessonReadMore a {
	display: block;
	width: 200px;
    height: 40px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border: 2px solid #000000;
    transition: .4s;
}
.lessonReadMore a:hover {
	cursor: pointer;
	background-color: #000000;
	color: #FFFFFF;
    transition: .4s;
}

@media screen and (max-width: 1350px) {
    .lessonLinkArea {
        width: 960px;
    }
}
@media screen and (max-width: 980px) {
    .lessonTextArea {
        width: 95%;
    }
    .lessonLeftTextArea {
        margin: 0 5px;
    }
    .lessonLinkArea {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 900px) {
    .lessonLinkBox {
        width: 100%;
        margin-top: 32px;
    }
    .lessonReadMore {
        width: 32%;
        margin: 0 auto;
    }
    .lessonReadMore a {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #lessonArea .flex {
        display: block;
    }
    .lessonReadMore {
        width: 260px;
        margin: 24px auto;
    }
}
@media screen and (max-width: 640px) {
    #lessonAreaBg {
        padding: 0 0 130px 0;
        margin-bottom: 64px;
    }
    .lessonLinkArea {
        margin-top: 32px;
        padding: 0;
    }
    .lessonLinkArea .flex {
        display: block;
    }
}

/* -----------------------------------------------
	インストラクター
   ----------------------------------------------- */
.instractorBox {
	width: 1100px;
	margin: 80px auto 50px auto;
}
.instBox {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin:	0 8px;
	position: relative;
    display: inline-block;
}
.instBox img {
	display: block;
	width: 100%;
	height: auto;
}
.instBox .caption {
	font-size: 13px;
	text-align:	center;
	color: #FFFFFF;
}
.instBox .caption2 {
	font-size: 18px;
	text-align:	center;
	color: #FFFFFF;
}
.instBox .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition: all 0.6s ease;
}
.instBox:hover .mask {
	opacity: 1;	/* マスクを表示する */
	padding-top: 60px;	/* ホバーで下にずらす */
	cursor: pointer;
}
#instractorArea .maskLinkBox {
    clear: both;
    padding-top: 32px;
}
@media screen and (max-width: 1200px) {
    .instractorBox {
        width: 960px;
    }
}
@media screen and (max-width: 980px) {
    .instractorBox {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    #instractorArea .flex {
        display: block;
    }
    .instBox {
        width: 31.3%;
        margin: 1%;
        float: left;
    }
    .instBox:hover .mask {
        padding-top: 100px;
    }
}
@media screen and (max-width: 640px) {
    .instBox {
        width: 48%;
    }
    .instBox:hover .mask {
        padding-top: 70px;
    }
}

/* -----------------------------------------------
	SNS
   ----------------------------------------------- */
#snsAreaBg {
	width: 100%;
	height: auto;
	background-image: url(../img/bg/bg-lesson.gif);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center bottom;
}
.snsBox-tw, .snsBox-fb {
    width: 500px;
    height: 500px;
}
.snsBox-tw-titleBox {
    width: 500px;
    height: 130px;
    background-image: url(../img/bg/bg-twitter.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
}
.snsBox-tw-titleBox p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 0 0 16px;
    line-height: 65px;
    vertical-align: middle;
}
.snsBox-tw-box {
    width: 500px;
    height: 370px;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* フォローボタン */
.snsBox-tw-titleBox iframe {
    position: absolute !important;
    right: 8px;
    bottom: 8px;
}
@media screen and (max-width: 1200px) {
    .snsBox-tw, .snsBox-fb,
    .snsBox-tw-titleBox, .snsBox-tw-box {
        width: 450px;
    }
}
@media screen and (max-width: 980px) {
    #snsArea .flex {
        display: block;
    }
    .snsBox-tw {
        width: 100%;
        margin-bottom: 32px;
    }
    .snsBox-fb, .snsBox-tw-titleBox, .snsBox-tw-box {
        width: 50%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .snsBox-fb, .snsBox-tw-titleBox, .snsBox-tw-box {
        width: 70%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .snsBox-fb, .snsBox-tw-titleBox, .snsBox-tw-box {
        width: 70%;
        margin: 0 auto;
    }
}
#footerAreaBg {
    margin-top: 0;
}
