@charset "utf-8";
/* ソロギターBEレター用 style_sg系追加CSS */

/* -------------------------------------- ヘッダー .be-header  */
.be-header {
  padding: .5em 1em;
  background-image: -webkit-linear-gradient(270deg, rgba(102, 0, 0, 1.00) 0%, rgba(71, 0, 0, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(102, 0, 0, 1.00) 0%, rgba(71, 0, 0, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(102, 0, 0, 1.00) 0%, rgba(71, 0, 0, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(102, 0, 0, 1.00) 0%, rgba(71, 0, 0, 1.00) 100%);
  position: relative;
  z-index: 10;
}
.be-header img {
  width: auto;
  max-height: 40px;
}
.be-header p {
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
.be-header {
  padding: .5em 0 .8em;
}
.be-header .wrapper {
  padding: 0 20px;
  align-items: flex-end;
}
.be-header img {
  width: auto;
  max-height: 100%;
}
}
/* -------------------------------------- ページ内リンク位置調整 */
#about, #naiyou, #ord, #item, #qa {
  margin-top: 0;
  padding: 0;
}
/* -------------------------------------- メインコンテンツ main  */
main.wrapper {
  padding-top: 0;
}
@media screen and (min-width: 481px) {
main.wrapper {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: content-box;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  box-shadow: 0 0 2em 1em #ccc;
}
}
/* -------------------------------------- こんにちは！ .hello */
.hello {
  padding: 1em 0 0;
  font-size: 1.14rem;
}
.hello h2 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.2;
  color: #650000;
  letter-spacing: -2px;
  padding: 0 .5em .5em;
  border-bottom: 1px solid #650000;
}
.hello h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 900;
}
.hello .flexbox {
  flex-direction: row-reverse;
  align-items: center;
}
.hello > .flexbox:first-of-type {
  position: relative;
}
.hello .msg_box p {
  padding: 0 .5em;
  font-size: 1.8rem;
}
.hello .msg_box + p {
  width: 60vw;
  margin: 0 auto;
}
.hello .prof_box h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1;
}
.hello .prof_box.flexbox {
  margin-top: 2em;
  padding: 0;
  flex-direction: row;
  align-items: center;
  font-size: 1.8rem;
  background-image: url("../be-img/solo-g_prof-bg.png"), url("../be-img/solo-g_prof-bg.png");
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-color: #ececec;
}
.hello .prof_box.flexbox .flexitem {
  padding: 0 0 1em;
}
.hello .prof_box.flexbox .flexitem:first-of-type {
  padding: 2em 1em 0;
}
@media screen and (min-width: 481px) {
.hello {
  padding: 40px 40px 0;
}
.hello h2 {
  font-size: 2.6rem;
}
.hello .msg_box {
  padding: 0 1em;
  line-height: 1.5;
}
.hello .msg_box p {
  margin-bottom: .5em;
  padding: 0 1em;
}
.hello .prof_box h3 {
  font-size: 2.2rem;
  letter-spacing: -1px;
}
.hello .msg_box + p {
  width: auto;
  margin: 0;
}
.hello .prof_box.flexbox {
  padding: 0 1em;
  line-height: 1.5;
}
.hello .prof_box.flexbox p {
  margin-bottom: .5em;
}
.hello .prof_box.flexbox .flexitem {
  padding: 2em 1em;
}
.hello .prof_box.flexbox .flexitem:first-of-type {
  padding: 2em .5em;
}
}
/* -------------------------------------- レッスン動画 .be-movie */
.be-movie {
  margin: 0;
  text-align: center;
}
.be-movie h2 {
  /*height: auto;*/
  margin-bottom: 1em;
  padding: .5em;
  background-color: #650000;
  font-size: 1.2em;
  font-weight: normal;
  color: #ffef88;
}
.be-movie h2 + p {
  /*height: auto;*/
  margin-bottom: 0;
  padding: .3em 0 0;
  background-color: #cfb381;
  color: #650000;
  font-size: 1.2em;
  font-weight: bold;
}
.be-movie .yt_bg {
  width: 100%;
  height: auto;
  margin-bottom: .5em;
  background-color: #000000;
}
.be-movie .yt_bg + p {
  font-size: 80%;
  font-weight: bold;
}
@media screen and (min-width: 481px) {
.be-movie h2 {
  height: 0;
  padding: 175px 0 0;
  background-image: url("../be-img/solo-g_movie_header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.be-movie h2 + p {
  height: 0;
  padding: 75px 0 0;
  margin: 0;
  background-color: transparent;
  background-image: url("../be-img/solo-g_movie_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  overflow: hidden;
}
.be-movie .yt_bg {
  width: 790px;
  height: 400px;
  margin: 0 auto 1em;
  padding: 40px 0;
}
}
/* -------------------------------------- ソロギター講座の特徴 .be-about */
.be-about article h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0 15px;
  padding: 1em 15vw 1em 10px;
  min-width: 96%;
  max-width: 100%;
  height: auto;
  color: #650000;
  font-size: 2rem;
  text-align: left;
  background-position: right bottom, left top;
  background-repeat: no-repeat;
  background-size: 17vw;
  overflow: visible;
  background-color: #FFF;
  border: solid 3px #9a0000;
  box-sizing: border-box;
}
.be-about article h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.be-about article h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #9a0000;
  z-index: 1;
}
.be-about article .notice_box {
  padding: 1em 1em 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.be-about article:first-of-type h2 {
  padding-top: 1em;
  background-image: url("../be-img/solo-g_about_ttl-icon_01.jpg");
}
.be-about article:nth-of-type(2) h2 {
  padding-top: 1em;
  background-image: url("../be-img/solo-g_about_ttl-icon_02.jpg");
}
.be-about article:nth-of-type(3) h2 {
  padding-top: 1em;
  background-image: url("../be-img/solo-g_about_ttl-icon_03.jpg");
}
.be-about .inner.wrapper:last-of-type, .be-about .inner.wrapper:last-of-type p {
  margin: 0;
}
.be-about .inner.wrapper:last-of-type h2 {
  margin: 1em 0 2em 15px;
}
@media screen and (min-width: 481px) {
.be-about article.inner.wrapper {
  width: 900px;
}
.be-about .notice_box {
  width: 650px;
  margin: 0 auto;
}
.be-about article h2 {
  display: block;
  margin: 0;
  height: 0;
  padding: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, left 125px top;
  background-size: auto 145px, contain;
  border: none;
  overflow: hidden;
}
.be-about article h2::before, 
.be-about article h2::after {
  display: none;
}
.be-about article .notice_box {
  padding: 1em 125px 1em 2em;
}
.be-about article:first-of-type h2 {
  padding-top: 145px;
  background-image: url("../be-img/solo-g_about_ttl-icon_01.jpg"), url("../be-img/solo-g_about_ttl_01.png");
}
.be-about article:first-of-type .notice_box:first-of-type {
  background-image: url("../be-img/solo-g_about_ans-icon_01.jpg");
}
.be-about article:first-of-type .notice_box:nth-of-type(2) {
  background-image: url("../be-img/solo-g_about_ans-icon_01-1.jpg");
}
.be-about article:nth-of-type(2) h2 {
  padding-top: 145px;
  background-image: url("../be-img/solo-g_about_ttl-icon_02.jpg"), url("../be-img/solo-g_about_ttl_02.png");
}
.be-about article:nth-of-type(2) .notice_box:first-of-type {
  background-image: url("../be-img/solo-g_about_ans-icon_02.jpg");
}
.be-about article:nth-of-type(3) h2 {
  padding-top: 190px;
  background-image: url("../be-img/solo-g_about_ttl-icon_03.jpg"), url("../be-img/solo-g_about_ttl_03.png");
}
.be-about .inner.wrapper:last-of-type, .be-about .inner.wrapper:last-of-type h2, .be-about .inner.wrapper:last-of-type p {
  margin: 1em auto;
}
}
/* -------------------------------------- 最後に .msg */
.msg .msgbox .frkw-img {
  background-image: url("../be-img/solo-g_message_01.png");
}
@media screen and (min-width: 481px) {
.msg .msgbox .frkw-img {
  width: 190px;
  height: 230px;
}
}
/* -------------------------------------- 誘導リンク .linkbox */
.linkbox {
  margin: 2em 0;
  text-align: center;
}
#sg1dan .linkbox {
  margin: 1em 0;
}
@media screen and (min-width: 481px) {
.linkbox {
  margin: 2em auto 0;
}
#sg1dan .linkbox {
  margin: 2em auto;
}
}
/* -------------------------------------- フッター .footer */
footer {
  position: relative;
  z-index: 10;
}