@charset "utf-8";
/* CSS Document */
/*___________ 基本設定 ___________ */
body {
  margin: 0;
  font-size: 1rem;
  position: relative;
}
strong {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 900;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
p, li {
  font-size: 4.5vw;
}
section p, section li {
  text-align: justify;
  text-justify: inter-character;
}
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
input[type="submit"] {		
	background-color: transparent;	
	border: none;	
	cursor: pointer;	
	outline: none;	
	padding: 0;	
	appearance: none;	
}
.pc_view, .is-pc {
  display: none;
}
span.pc_view {
  display: none;
}
.smp_view, .is-sp {
  display: block;
}
span.smp_view {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block {
  display: block;
}
.txt_block {
  display: block;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
  transition: 0s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキストカラー ____ */
.red {
  color: #CC0000;
}
.blue {
  color: #0066CC;
}
.grn {
  color: #008000;
}
.ora {
  color: #d14400;
}
.gry {
  color: #999999;
}
.wht {
  color: #FFFFFF;
}
.gray {
  color: #B8B8B8;
}
.red2 {
  color: #5F0001;
}
.yelo-border {
  background: linear-gradient(transparent 50%, #f6ff97 0%);
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.f11 {
  font-size: 11px;
  line-height: 130%;
}
.f12 {
  font-size: 12px;
  line-height: 140%;
}
.f13 {
  font-size: 13px;
  line-height: 18px;
}
.f14 {
  font-size: 14px;
  line-height: 140%;
}
.f16 {
  font-size: 16px;
  line-height: 140%;
}
.f18 {
  font-size: 18px;
  line-height: 140%;
}
.f24 {
  font-size: 24px;
  line-height: 140%;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
  margin: 20px 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.ml20 {
  margin-left: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mtb2em {
  margin: 2em 0;
}
.pd5 {
  padding-left: 2vw;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
  justify-content: center;
}
/* 大枠ボックス */
main.wrapper {
  margin: 0 auto;
  padding-top: 18vw;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
.subp main.wrapper {
  padding-top: 0;
}
.subp {
  padding-top: 20vw;
}
section {
  overflow: hidden;
  margin-bottom: 2em;
}
.wrapper {
  width: 100%;
  margin: 0 auto 2em auto;
  position: relative;
}
.inner {
  padding: 0 0.5em;
}
.inner.wrapper {
  width: 96vw;
  padding: 0 2vw;
}
.notice_box {
  width: 92vw;
  margin: 0 auto;
}
/* ボックス内共通設定 */
h1 {
  margin: 0;
}
h2 {
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.2;
  color: #650000;
  background-repeat: no-repeat;
}
h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #380000;
}
h4 {
  margin-bottom: 0.5em;
  color: #32210c;
  font-size: 1.1em;
}
h5 {
  margin-bottom: 0.5em;
  font-size: 1em;
}
section p {
  margin-bottom: 1em;
}
picture {
  margin-bottom: 1em;
}
.v_hdn {
  visibility: hidden;
}
/* お問い合わせ通話ボタン設定 */
.ad_tel-bnr {
  margin-bottom: 1em;
}
.ad_tel-bnr a {
  display: block;
  height: 0;
  margin: 0 auto;
  width: 94vw;
  padding-top: 11vw;
  background-image: url("/phone/img/free_tel.png"), url("/phone/img/free_btn.gif");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
  overflow: hidden;
}
.ad_tel-bnr::after {
  content: "※メールは24時間お受けしています";
  display: block;
  margin: 0.5em;
  text-align: center;
}
.tel picture {
  margin-bottom: 0;
  width: 100%;
}
.telbnr {
  margin: 1em auto 0;
}
.asp_lp header .tel img {
  padding-top: 5vw;
  width: 70vw;
}
/*lightbox 拡大画像開始----------------------------------------------*/
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox:target {
  visibility: visible;
  opacity: 1;
}
.lightbox figure, .lightbox div.info_box {
  position: relative;
  width: 96%;
  max-width: 900px;
  z-index: 110;
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.lightbox figcaption {
  position: relative;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
a.no-link.sp {
  pointer-events: none;
}
/* -------------------------------------- ヘッダー header  */
header .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 18vw;
  padding: 0.2em 0.5em;
  background-color: #FFFFFF;
  border-bottom: 3px solid #CCCCCC;
  position: fixed;
  top: 0;
  z-index: 100;
}
/* -------------------------------------- 追従リンク .fix_btn */
.fix_btn {
  width: 100px;
  position: fixed;
  right: 0;
  bottom: 5vw;
  z-index: 99;
}
.fix_btn p {
  margin: 0;
}
.tel img {
  width: 180px;
  height: auto;
}
.bg {
  background-color: #888888;
  color: #FFFFFF;
  font-size: 0.7em;
  padding: 0.1em;
  text-align: center;
  margin-bottom: 0.2em;
}
/* ボタン */
#ord_open {
  position: fixed;
  top: 10px;
  left: 10px;
  display: flex;
  width: 23vw;
  height: 13vw;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  border-radius: 3px;
}
#ord_open::before {
  content: "メニュー";
  display: block;
  width: 75px;
  color: #888888;
  position: absolute;
  font-size: 3vw;
  bottom: 3px;
}
.sen, .sen::before, .sen::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  border-radius: 3px;
  background-color: #888888;
  position: absolute;
}
.sen {
  top: 14px;
}
.sen::before {
  top: 9px;
}
.sen::after {
  bottom: 9px;
}
/* メニュー */
.nav-tel {
  margin: 1em auto;
}
.nav-bnr {
  margin-bottom: 4em;
}
.pc_menu {
  display: none;
}
/* ------------------------------------- スライドメニュー #slide_menu */
#slide_menu a {
  display: block;
  height: 100%;
  padding: 2vh 0;
  color: #2E1800;
  text-decoration: none;
  white-space: nowrap;
}
#slide_menu a:hover, #slide_menu a:active, #slide_menu a:focus {
  background-color: #FFFFFF;
}
#slide_menu button, #slide_menu button:focus {
  width: 100%;
  padding: 2vh 0;
  color: #2E1800;
  font-weight: normal;
  border: none;
  background-color: transparent;
  outline: none;
}
#slide_menu button:hover, #slide_menu button:active {
  opacity: .8;
  background-color: #FFECC0;
}
/* メニュー */
#slide_menu nav {
  width: 100%;
  height: 0;
  background-color: #FFFFFF;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 18vw;
  left: 0;
  transition: .5s;
  z-index: 999;
}
#slide_menu nav li {
  border-bottom: 2px dotted #FFECC0;
}
#slide_menu nav .nav-tel img {
  max-width: 90vw;
}
#slide_menu nav .nav-tel {
  margin-bottom: 1em;
}
/* メニューを開いた時 */
#slide_menu nav.open-menu {
  height: 100vw;
}
#fadeLayer {
  position: fixed;
  top: 18vw;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 10;
}
#fadeLayer p {
  width: 100%;
  position: fixed;
  bottom: 8vw;
  color: #FFFFFF;
  text-shadow: none;
  text-align: center;
}
/* -------------------------------------- ページ内リンク位置調整（固定ヘッダー対策）  */
#ord, #miryoku, #syoukai, #qanda, #kansou {
  padding: 22vw 0 4vw;
  margin-top: -20vw;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 96vw;
  margin: 0 2vw 1em;
  border: 1px solid #0170B9;
}
.flow .toggle + .title {
  width: 96vw;
  margin: -1px 0 0;
  padding: .5em .5em .5em 0;
  background-color: #0170B9;
  background-image: url("/img/online-info/ic_online.svg");
  background-repeat: no-repeat;
  background-size: 56px 48px;
  background-position: left 2vw center;
  text-shadow: 0 2px 2px rgba(0, 51, 67, 0.70);
  position: relative;
  left: calc(50% - 48vw);
}
.flow .toggle + .title::after, .flow .toggle + .title::before {
  box-shadow: 0 2px 2px rgba(0, 51, 67, 0.70);
}
.flow .toggle + .title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px rgba(0, 51, 67, 0.70);
}
.tglbox.flow-online {
  padding: 0 4vw;
}
.tglbox.flow-online h3 {
  margin-top: .5em;
  padding-left: .5em;
  color: #0170B9;
  font-weight: bold;
  text-align: left;
  border-top: none;
  border-bottom: none;
  border-left: 5px solid #0170B9;
}
.tglbox.flow-online p {
  padding: 0;
  font-size: 1.1em;
  line-height: 1.4;
}
.tglbox.flow-online .mark_ylw {
  background: linear-gradient(transparent 60%, #ffe500 60%);
}
.tglbox.flow-online .w70 {
  width: 70%;
}
.tglbox.flow-online .txt_c {
  margin: .5em 0;
}
.tglbox.flow-online .limit-info {
  display: block;
  margin: 0 0 1em;
  padding: 0;
  font-size: .8em;
}
.tglbox.flow-online .yasu {
  margin-bottom: .5em;
  position: relative;
}
.tglbox.flow-online .yasu::before {
  content: "";
  width: 112.5px;
  height: 115.625px;
  background-image: url("/img/online-info/ol_yasu-img.gif");
  background-size: 112.5px 115.625px;
  background-position: left top;
  position: absolute;
  right: -5vw;
  top: -30px;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px #271100;
  background-color: #602B00;
  position: relative;
}
.toggle {
  display: none;
}
.title, .tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 6vw;
  top: calc(50% - 1rem);
  width: 2px;
  height: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px #271100;
  transition: all 0.3s;
}
.title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px #271100;
}
.tglbox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.tglbox p {
  margin: 0;
  padding: .5em 0 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.tglbox p:last-child {
  padding: .5em 0;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
/*画像使用見出しスタイル*/
.img-ttl {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
/*movie 動画開始----------------------------------------------*/
.movie h2.img-ttl {
  padding-top: 19.8vw;
  background-image: url("../img/gt_movie-ttl.png");
}
.movie_txt {
  font-weight: bold;
  text-align: center;
  font-size: 5vw;
  line-height: 1.2;
  margin: 0 auto 1em auto;
}
.yt_bg {
  background-color: #ffe6b9;
  background-image: url("../img/gt_movie-bg_sp.png");
  padding: 26.6vw 0 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.yt_movie {
  /*background-color: #f1dc95;*/
  position: relative;
  margin: 0 auto;
}
.yt_movie a {
  display: block;
  position: relative;
}
.yt_movie a::after {
  content: "";
  display: block;
  margin: -30px 0 0 -50px;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
}
.yt_movie a:hover::after {
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_bg + p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 1em;
}
.yt_play {
  position: absolute;
  background-image: url("../img/youtube_movie.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 96vw;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie.inner.wrapper {
  width: 100%;
  padding: 0;
}
/*siryou 資料請求用ボタン開始　ADWのみ-------------------------------------*/
/*.siryou-ttl {
  font-size: 6vw;
  text-align: center;
  color: #FB5500;
  margin-bottom: 1vw;
}
.siryou_botan a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 21vw;
  background-image: url("../images/siryou_botan_off.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90vw;
}
.siryou_botan a:hover {
  background-image: url("../images/siryou_botan_on.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 90vw;
}*/
/*profile プロフィール開始----------------------------------------------*/
.profile .p_ttl {
  background-image: url("../img/furukawa.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30vw 30vw;
}
.profile.inner.wrapper {
  padding: 0;
}
.profile .p_ttl h3 {
  margin: 0 0 6vw 32vw;
  padding: 0.5em 0;
  font-size: 1.5em;
  border-bottom: 1px solid #000000;
}
.p-content {
  background-color: #FDFDFD;
  border: 1px solid #000000;
  margin: 0;
  padding: 0.5em;
}
.p-content h2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.p-content .profile_ol {
  margin: 0;
  /*position: relative;*/
  top: 0;
}
.profile_ol h3 {
  margin-bottom: 0;
}
.p-content .profile_ol li {
  padding: 0.5em 0 0.5em 20vw;
  text-indent: -20vw;
  letter-spacing: -1px;
  border-bottom: 1px dotted #CCCCCC;
  font-size: 4vw;
}
.p-content .profile_ol .year {
  display: inline-block;
  width: 20vw;
  text-indent: 0;
}
.disco li:first-child {
  margin-bottom: 0.5em;
}
.disco .gray_box {
  padding: 0.5em 2vw;
  background-color: #F0F0F0;
}
.disco summary {
  width: 90%;
  background-color: #7d7d7d;
  color: #FFFFFF;
  text-align: center;
  padding: 0.5em;
  margin: 0 auto 1em auto;
  border-radius: 5px;
}
.disco summary::after {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.idea_box_img {
  width: 80vw;
  margin: 0 auto 1em;
}
/*suisen 推薦者開始----------------------------------------------*/
.suisen {
  background-image: -webkit-linear-gradient(270deg, rgba(117, 54, 0, 1.00) 0%, rgba(58, 23, 3, 1.00) 5%);
  background-image: -moz-linear-gradient(270deg, rgba(117, 54, 0, 1.00) 0%, rgba(58, 23, 3, 1.00) 5%);
  background-image: -o-linear-gradient(270deg, rgba(117, 54, 0, 1.00) 0%, rgba(58, 23, 3, 1.00) 5%);
  background-image: linear-gradient(180deg, rgba(117, 54, 0, 1.00) 0%, rgba(58, 23, 3, 1.00) 5%);
  background-color: #3a1703;
  padding: 1em 2vw !important;
  font-size: 1em;
}
.suisen h2.img-ttl {
  padding-top: 16.4vw;
  background-image: url("../img/gt_suisen-ttl.png");
}
/*.suisen h2 {
  margin-bottom: 0;
  padding: 6vw 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 7vw;
  line-height: 1.2;
}
.suisen h2 .txt_sm {
  font-size: 65%;
}*/
.s-content {
  padding: 3vw;
  margin: 0 auto 1em auto;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.suisen .s-content .flexbox {
  padding-top: 1em;
  display: flex;
}
.suisen .s-content .border {
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 1em;
}
.suisen .s-content .flexitem {
  margin-left: 1em;
}
.suisen .s-content .border:last-of-type {
  border: none;
  padding: 0;
}
.suisen .s-content img {
  width: 25vw;
}
/*kansou お客様からのご感想開始----------------------------------------------*/
.kansou {
  background-color: #522303;
}
.kansou h2.img-ttl {
  margin-bottom: .2em;
  padding-top: 27vw;
  background-image: url("../img/gt_kansou-ttl_smp.jpg");
  background-position: left 1vw bottom;
}
.kansou .k-content h3 {
  color: #FF0004;
}
.kansou .k-content {
  background-color: #FFFFFF;
  width: 100%;
  padding: 3vw;
  margin: 0 auto 1em;
}
.kansou .k-content .name, .kansou .k-content .gray {
  text-align: right;
  margin: 0;
}
/*erabu 選ばれる理由開始----------------------------------------------*/
.erabu {
  margin-bottom: 0;
}
.erabu h2.img-ttl {
  margin-bottom: .5em;
  padding-top: 30vw;
  background-image: url("../img/gt_erabu-ttl.png");
  background-size: cover;
}
/*.erabu h2 {
  text-align: center;
  color: #fff95c;
  font-size: 6vw;
}
.erabu h2 .wht {
  color: #FFFFFF;
  font-size: 80%;
}*/
.erabu-li h3 {
  margin-bottom: .5em;
  padding-left: 10vw;
  color: #000;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: left 2vw top;
  background-size: 5vw auto;
  border-bottom: 2px solid #000;
}
.erabu-li.no1 h3 {
  line-height: 2;
  background-position: left 2vw center;
  background-image: url("../img/gt_erabu-list-no1.png");
}
.erabu-li.no2 h3 {
  background-image: url("../img/gt_erabu-list-no2.png");
}
.erabu-li.no3 h3 {
  background-image: url("../img/gt_erabu-list-no3.png");
}
.erabu-li p {
  margin-bottom: 0;
  padding: 0 2vw;
}
.erabu-img {
  text-align: center;
}
.erabu-img img {
  max-width: 300px;
}
/*hamaru 大人世代----------------------------------------*/
.hamaru {
  margin: 0 auto 1em auto;
}
.hamaru h2 {
  background-image: url("../img/gt_hamaru_ttl_smp.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-top: 26vw;
  height: 0;
}
.hamaru_bg {
  background-image: url("../img/gt_bg_smp.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  padding-bottom: 48vw;
}
/*gt_syurui ギター種類紹介----------------------------------------*/
.gt_syurui h2 {
  background-image: url("../img/gt_syurui_ttl.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-top: 21vw;
  height: 0;
}
.syurui_naiyou {
  padding: 3vw;
  border: 2px solid #d78715;
}
.syurui_naiyou h3 {
  text-align: center;
  color: #61380c;
}
.syurui_naiyou h3::after, .syurui_naiyou h3::before {
  content: "-";
  width: 1em;
  display: inline-block;
  color: #61380c;
}
.syurui_naiyou h4 {
  text-align: center;
  color: #4b2b13;
  background-color: #cce198;
  padding: 2vw;
  border-radius: 25px;
}
.syurui_naiyou .hikikata h4 {
  background-color: #ffd19f;
}
.hikikata p:first-of-type {
  width: 70vw;
  margin: 1em auto 1em auto;
}
.gita p:last-of-type, .hikikata p:last-of-type, .hikikata p:nth-of-type(2) {
  margin: 0 auto 2em auto;
}
.syurui_naiyou .gita:nth-of-type(2) p:last-of-type {
  width: 68vw;
}
/*fuan 不安点開始----------------------------------------*/
.fuan h2 {
  background-image: url("../img/gt_kininaru_ttl_smp.jpg");
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  height: 0;
  padding-top: 47vw;
  margin-bottom: 0;
}
.fuan ul {
  display: block;
  background-image: url("../img/gt_onayami01_smp.png"), url("../img/gt_onayami03_smp.png"), url("../img/gt_onayami02_smp.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: contain;
}
.fuan ul li {
  font-size: 4.5vw;
  padding: 3vw 0 1vw 6vw;
  font-weight: bold;
}
.fuan ul li:last-of-type {
  padding: 1vw 0 3vw 6vw;
}
.fuan ul li::before {
  content: " ";
  background-image: url("../img/gt_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0.7em;
  margin-right: 0.5em;
}
.yazirusi {
  display: block;
  background-image: url("../img/yazirusi.jpg");
  background-repeat: no-repeat;
  padding-top: 13vw;
  background-position: center;
  background-size: 30%;
}
/*kaiketu_li 不安点解決開始----------------------------------------------*/
h2.kaiketu_ttl {
  background-image: url("../img/gt_onayami_ttl_smp.png");
  background-repeat: no-repeat;
  margin-bottom: 1em;
}
.kaiketu_li {
  border: double 7px #AFAFAF;
  padding: 2vw;
  margin: 0 auto;
}
.k_box {
  border-bottom: solid 1px #AFAFAF;
  margin-bottom: 1em;
}
.kaiketu_li .k_box:last-of-type {
  border-bottom: none;
}
.k_box::after {
  display: block;
  content: "";
  margin: 0 auto 1em auto;
  width: 150px;
  padding-top: 112px;
  background-image: url("../img/itibu_bg.jpg");
  background-repeat: no-repeat;
}
.k_box:nth-of-type(2)::after {
  background-position: top -112px right;
}
.k_box:nth-of-type(3)::after {
  background-position: top -224px right;
}
.k_box:nth-of-type(4)::after {
  background-position: top -336px right;
}
.k_box:nth-of-type(5)::after {
  background-position: top -448px right;
}
.k_box:nth-of-type(6)::after {
  background-position: top -560px right;
}
.k_box:nth-of-type(7)::after {
  background-position: top -672px right;
}
.k_box:nth-of-type(8)::after {
  background-position: top -784px right;
}
.k_box:nth-of-type(9)::after {
  background-position: top -896px right;
}
.k_box:nth-of-type(10)::after {
  background-position: top -1008px right;
}
.k_box:nth-of-type(11)::after {
  background-position: top -1120px right;
}
.k_box:nth-of-type(12)::after {
  background-position: top -1232px right;
}
.k_box:last-of-type::after {
  background-position: top -1344px right;
}
.k_box h3 {
  color: #FF0004;
  font-weight: bold;
}
/*setumei 魅力説明開始----------------------------------------------*/
.setumei h2.img-ttl {
  margin-bottom: .5em;
  padding-top: 21.3vw;
  background-image: url("../img/gt-setumei-ttl_sp.png");
}
/*.setumei h2 {
  color: #EEDE9D;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: #460000;
  padding: 1.5em 0;
  margin-bottom: 0;
  font-size: 6vw;
}*/
.setumei .s-kaiwa h3 {
  display: inline-block;
  margin: 0.5em 0.5em 1em 1em;
  padding: 1.1em 10vw 1.1em 0.5em;
  width: 94%;
  height: auto;
  font-size: 4.8vw;
  border: solid 3px #320000;
  border-radius: 10px;
  position: relative;
}
.setumei .s-kaiwa h3 .kaiwa-icon {
  content: "";
  display: block;
  width: 16vw;
  height: 18vw;
  background-image: url("../img/g-ttl-icon.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 80vw auto;
  position: absolute;
  right: 0;
  bottom: -.3vw;
  mix-blend-mode: multiply;
}
.setumei .s-kaiwa h3:first-of-type .kaiwa-icon {
  background-position: left bottom;
}
.setumei .s-kaiwa h3:nth-of-type(2) .kaiwa-icon {
  background-position: left -20vw bottom;
}
.setumei .s-kaiwa h3:nth-of-type(3) {
  margin-bottom: 2em;
}
.setumei .s-kaiwa h3:nth-of-type(3) .kaiwa-icon {
  width: 22vw;
  background-position: left -38vw bottom;
}
.setumei .s-kaiwa h3:nth-of-type(4) .kaiwa-icon {
  width: 18vw;
  background-position: left -64vw bottom;
}
.setumei .s-kaiwa h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 13px solid #FFF;
  z-index: 2;
}
.setumei .s-kaiwa h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #320000;
  z-index: 1;
}
.setumei .s-kaiwa .about {
  width: 86vw;
  margin: 0 auto;
}
.setumei .s-kaiwa .about p:last-of-type {
  display: block;
  padding: 5vw 20vw 10vw 0;
  background-position: right bottom;
  background-size: 20vw;
  background-repeat: no-repeat;
}
.setumei .s-kaiwa .about:nth-of-type(1) p:last-of-type {
  background-image: url("../img/g-about-icon01.png");
}
.setumei .s-kaiwa .about:nth-of-type(2) p:last-of-type {
  padding: 0 20vw 5vw 0;
  background-image: url("../img/g-about-icon02.png");
}
.setumei .s-kaiwa .about:nth-of-type(3) p:last-of-type {
  padding: 0 20vw 0 0;
  background-image: url("../img/g-about-icon04.png");
}
.yousubox {
  margin: 0 2vw 1em;
  padding: 1em;
  text-align: center;
  background-image: url("../img/gt_yousu-bg.png");
  background-position: left top;
  background-size: 130px 130px;
  border-radius: 1em;
}
.yousubox p {
  margin-bottom: 0;
}
.contentutxt {
  margin: 1em 0 0.5em;
  color: #704224;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.miryoku {
  width: 96vw;
  border: 2px solid #650000;
  border-radius: 5vw;
  margin: 0 auto 2em auto;
  padding: 1em;
}
.miryoku h4 {
  color: #fff4ad;
  background-color: #650000;
  border-radius: 5vw;
  width: 90%;
  margin: 1em auto;
  padding: 0.3em;
  text-align: center;
}
.miryoku .flexbox {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.miryoku .flexbox .flexitem p:first-of-type {
  margin-bottom: 0;
}
.miryoku .flexbox .box img {
  width: 85%;
  border: 3px solid #FFFFFF;
  box-shadow: 0 1px 3px 2px #cccccc;
}
.miryoku .smp_view {
  padding-left: 10vw;
}
.miryoku .m-contentu {
  background-image: url("../img/g-naiyou-04.jpg"), url("../img/g-naiyou-05.jpg");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  padding-bottom: 9em;
  margin-bottom: 1em;
}
/*kantan こんなに簡単開始----------------------------------------------*/
h2.kantan {
  color: #EEDE9D;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background-color: #460000;
  padding: 1.1em 0;
  margin-bottom: 0;
  font-size: 7vw;
}
.kantan_txt {
  margin: 1em auto;
  font-weight: bold;
  font-size: 5vw;
  color: #550000;
  text-align: center;
}
/*naiyou 商品内容開始----------------------------------------------*/
.naiyou .naiyou_ttl h2 {
  height: 0;
  padding: 30vw 0 0 0;
  background-image: url("../img/contents_ttl03_smp.jpg");
  background-position: center bottom;
  background-size: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.naiyou .naiyou_ttl h3 {
  text-align: center;
  margin: 0.5em 0;
  font-size: 1.2em;
  line-height: 1.2;
}
.syouhin-naiyou h3 {
  margin-bottom: 0;
  padding: 0.5em 2vw 0.5em 22vw;
  font-size: 1.4em;
  background-color: #3B1804;
  color: #FFFFFF;
  position: relative;
}
.syouhin-naiyou h3 .smp_block {
  margin-top: -10vw;
  padding-top: 20vw;
  width: 20vw;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}
.naiyou.inner.wrapper {
  padding: 0;
}
.naiyou .syouhin-naiyou:nth-of-type(2) h3 .smp_block {
  background-image: url("../img/medaru01.png");
}
.naiyou .syouhin-naiyou:nth-of-type(3) h3 .smp_block {
  background-image: url("../img/medaru02.png");
}
.naiyou .syouhin-naiyou:nth-of-type(4) h3 .smp_block {
  background-image: url("../img/medaru03.png");
}
.syouhin-naiyou .n-box {
  padding: 0.5em;
}
.naiyou .syouhin-naiyou .n-box .ora {
  min-height: 18vw;
  margin-bottom: .5em;
  padding-right: 30vw;
  font-size: 1.3em;
  line-height: 1.2;
  text-align: left;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 36vw auto;
  overflow: visible;
}
.naiyou .syouhin-naiyou:nth-of-type(2) .n-box .ora {
  background-image: url("../img/1dan_min.png");
}
.naiyou .syouhin-naiyou:nth-of-type(3) .n-box .ora {
  background-image: url("../img/2dan_min.png");
}
.naiyou .syouhin-naiyou:nth-of-type(4) .n-box .ora {
  background-image: url("../img/3dan_min.png");
}
.syouhin-naiyou .n-box ul li {
  /*font-size: 3.5vw;*/
  margin-bottom: .2em;
  padding-left: .7em;
  text-indent: -.7em;
  line-height: 1.2;
}
.syouhin-naiyou .n-box ul li::before {
  content: "\02022";
  padding-right: 0.3em;
}
.set_list {
  margin-bottom: 1em;
}
.syouhin-naiyou .set_list h4 {
  background-color: #3b1804;
  color: #FFFFFF;
  padding: 0.2em 0 0.2em 1em;
}
.syouhin-naiyou h5 {
  font-size: 1.2em;
  color: #FFFFFF;
  padding: 0.2em 0 0.2em 1em;
  background-color: #3b1804;
}
.syouhin-naiyou .set_list p {
  margin: 0;
}
/*set_naiyou 商品内容紹介開始----------------------------------------------*/
.set_naiyou {
  padding: 1em;
  background-color: #efefef;
  border-radius: 20px;
}
.set_naiyou h2 {
  font-size: 1.2em;
  background-color: #3b1804;
  color: #FFFFFF;
  padding: 0.2em 0 0.2em 1em;
  margin-bottom: 0.5em;
}
.set_naiyou ul li {
  margin-bottom: 0.3em;
  padding: 0.3em;
  line-height: 1.2;
  border-bottom: 1px dotted #CCCCCC;
}
.set_naiyou ul li:last-of-type {
  margin-bottom: 0;
}
.lesson {
  display: block;
  color: #a86f00;
  font-weight: bold;
  padding-right: 1em;
}
.set_naiyou .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.set_naiyou img {
  width: 100%;
  margin: 0 auto;
}
.set_naiyou:last-of-type {
  margin-bottom: 0;
}
.kyouzai-img::after {
  display: block;
  content: "";
  width: 295px;
  height: 210px;
  margin: 0 auto 1em auto;
  background-image: url("../img/lesson.jpg");
  background-repeat: no-repeat;
}
.lesson01-01img .kyouzai-img::after {
  background-position: top center;
}
.lesson01-02img .kyouzai-img::after {
  background-position: top -440px center;
}
.lesson02-01img .kyouzai-img::after {
  background-position: top -1080px center;
}
.lesson02-02img .kyouzai-img::after {
  background-position: top -1300px center;
}
.lesson03-01img .kyouzai-img::after {
  background-position: top -1740px center;
}
.lesson03-02img .kyouzai-img::after {
  background-position: top -2170px center;
}
/*contents_wrap 教材内容紹介開始----------------------------------------------*/
.dai1 h2 {
  background-image: url("../img/dai1/dvd_ttl.gif");
  background-size: 100%;
  padding-top: 20vw;
  margin-bottom: 0;
}
.dai2 h2 {
  background-image: url("../img/dai2/2set_ttl.gif");
  background-size: 100%;
  padding-top: 20vw;
  margin-bottom: 0;
}
.dai3 h2 {
  background-image: url("../img/dai3/3set_ttl.gif");
  background-size: 100%;
  padding-top: 20vw;
  margin-bottom: 0;
}
/* ________＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ 教材紹介 section.dvdinfo */
section .dvdinfo {
  background-color: #3a1703;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
section .dvdinfo h3 {
  text-align: center;
}
section .dvdinfo > p:last-child {
  padding-right: 2rem;
  color: #FFFFFF;
  text-align: right;
}
section .dvdinfo ol {
  margin: 0 2vw;
  padding: 2vw;
  background-color: #FFFFFF;
}
section .dvdinfo ol li {
  background-repeat: no-repeat;
  background-position: bottom 5vw center;
  border-bottom: 1px dotted #000;
  padding-bottom: 33vw;
  margin-bottom: 5vw;
}
section .dvdinfo ol li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* ________＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ 第1弾 section.dai1 */
section.dai1 .dvdinfo ol li h4 {
  color: #CC0000;
  background-repeat: no-repeat;
}
section.dai1 .dvdinfo ol li:nth-child(1) {
  background-image: url("../img/dai1/l01.gif");
}
section.dai1 .dvdinfo ol li:nth-child(2) {
  background-image: url("../img/dai1/l02.gif");
}
section.dai1 .dvdinfo ol li:nth-child(3) {
  background-image: url("../img/dai1/l03.gif");
}
section.dai1 .dvdinfo ol li:nth-child(4) {
  background-image: url("../img/dai1/l04.gif");
}
section.dai1 .dvdinfo ol li:nth-child(5) {
  background-image: url("../img/dai1/l05.gif");
}
section.dai1 .dvdinfo ol li:nth-child(6) {
  background-image: url("../img/dai1/l06.gif");
}
section.dai1 .dvdinfo ol li:nth-child(7) {
  background-image: url("../img/dai1/l07.gif");
}
section.dai1 .dvdinfo ol li:nth-child(8) {
  background-image: url("../img/dai1/l08.gif");
}
section.dai1 .dvdinfo ol li:nth-child(9) {
  background-image: url("../img/dai1/l09.gif");
}
section.dai1 .dvdinfo ol li:nth-child(10) {
  background-image: url("../img/dai1/l10.gif");
}
/* ________＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ 第2弾 section.dai2 */
section.dai2 .dvdinfo ol li {
  background-size: 165px auto;
  background-repeat: no-repeat;
}
section.dai2 .dvdinfo ol li h4 {
  color: #0003A1;
}
section.dai2 .dvdinfo ol li:nth-child(1) {
  background-image: url("../img/dai2/l2-1.gif");
}
section.dai2 .dvdinfo ol li:nth-child(2) {
  background-image: url("../img/dai2/l2-2.gif");
}
section.dai2 .dvdinfo ol li:nth-child(3) {
  background-image: url("../img/dai2/l2-3.gif");
}
section.dai2 .dvdinfo ol li:nth-child(4) {
  background-image: url("../img/dai2/l2-4.gif");
}
section.dai2 .dvdinfo ol li:nth-child(5) {
  background-image: url("../img/dai2/l2-5.gif");
}
section.dai2 .dvdinfo ol li:nth-child(6) {
  background-image: url("../img/dai2/l2-6.gif");
}
section.dai2 .dvdinfo ol li:nth-child(7) {
  background-image: url("../img/dai2/l2-7.gif");
}
section.dai2 .dvdinfo ol li:nth-child(8) {
  background-image: url("../img/dai2/l2-8.gif");
}
section.dai2 .dvdinfo ol li:nth-child(9) {
  background-image: url("../img/dai2/l2-9.gif");
}
/* ________＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ 第3弾 section.dai3 */
section.dai3 .dvdinfo ol li {
  background-size: 165px auto;
  background-repeat: no-repeat;
}
section.dai3 .dvdinfo ol li h4 {
  color: #CC0000;
}
section.dai3 .dvdinfo ol li:nth-child(1) {
  background-image: url("../img/dai3/l3-1.gif");
}
section.dai3 .dvdinfo ol li:nth-child(2) {
  background-image: url("../img/dai3/l3-2.gif");
}
section.dai3 .dvdinfo ol li:nth-child(3) {
  background-image: url("../img/dai3/l3-3.gif");
}
section.dai3 .dvdinfo ol li:nth-child(4) {
  background-image: url("../img/dai3/l3-4.gif");
}
section.dai3 .dvdinfo ol li:nth-child(5) {
  background-image: url("../img/dai3/l3-5.gif");
}
section.dai3 .dvdinfo ol li:nth-child(6) {
  background-image: url("../img/dai3/l3-6.gif");
}
section.dai3 .dvdinfo ol li:nth-child(7) {
  background-image: url("../img/dai3/l3-7.gif");
}
section.dai3 .dvdinfo ol li:nth-child(8) {
  background-image: url("../img/dai3/l3-8.gif");
}
section.dai3 .dvdinfo ol li:nth-child(9) {
  background-image: url("../img/dai3/l3-9.gif");
}
/*kuhuu 分かりやすい工夫開始----------------------------------------------*/
.kuhuu {
  width: 100%;
  margin: 0 auto;
}
.kuhuu h2 {
  height: 0;
  padding: 28vw 0 0 0;
  background-image: url("../img/g_idea_header.png");
  background-position: center bottom;
  overflow: hidden;
  background-size: 100%;
}
.kuhuu .idea-box {
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-image: url("../img/idea-bg_01.png"), url("../img/idea-bg_02.png"), url("../img/idea-bg_03.png");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: left top, left bottom, left top;
  background-size: contain;
}
.kuhuu .idea-box .idea-txt {
  padding: 0.5em;
}
.kuhuu .idea-box h3 {
  margin: 0.5em 0 0.5em 0;
  padding-top: 9vw;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 90%;
  overflow: hidden;
}
.kuhuu .idea-box:nth-of-type(1) h3 {
  padding-top: 7vw;
  background-image: url("../img/kuhuu_ttl01.png");
}
.kuhuu .idea-box:nth-of-type(2) h3 {
  padding-top: 13vw;
  background-image: url("../img/kuhuu_ttl02.png");
}
.kuhuu .idea-box:nth-of-type(3) .inner.wrapper {
  padding: 0;
  margin: 0 auto;
}
.kuhuu .idea-box:nth-of-type(3) .watch.wrapper {
  margin: 0 auto;
}
.kuhuu .idea-box:nth-of-type(3) h3 {
  background-size: 100%;
  padding-top: 6vw;
  background-image: url("../img/gt_idea-04_ttl.png");
}
/* ------------------------------------- DVD無しでも動画が見られます .watch */
.watch {
  padding-top: calc(140px + 2em);
}
.watch::before {
  content: "";
  display: block;
  width: 255px;
  height: 160px;
  background-image: url("/img/online-info/use-smp_img.png");
  background-repeat: no-repeat;
  background-size: 255px;
  position: absolute;
  left: calc(50% - 120px);
  top: 0;
  opacity: 1;
}
.watch p:first-of-type {
  text-align: center;
}
.watch-type {
  overflow: hidden;
  padding: 2vw 0;
  margin-bottom: 0;
}
.watch-type li {
  width: 60vw;
  margin-top: -70px;
  padding: 100px 0 0;
  text-align: center;
  position: relative;
}
.watch-type li:first-child {
  margin-top: 0;
}
.watch-type li:nth-child(odd) {
  float: left;
}
.watch-type li:nth-child(even) {
  float: right;
}
.watch-type li:first-child, .watch-type li:nth-child(2) {
  line-height: 1.4;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("../img/bg_maru.jpg");
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: left 0 top;
  position: absolute;
  left: calc(50% - 100px);
  top: -20px;
  mix-blend-mode: multiply;
}
.watch-type li::after {
  content: "";
  display: block;
  width: 150px;
  height: 100px;
  background-image: url("../img/gt_devicex300.png");
  background-repeat: no-repeat;
  background-size: 600px 100px;
  background-position: left top;
  position: absolute;
  left: calc(50% - 75px);
  top: 0;
}
.watch-type li:nth-child(2)::after {
  background-position: left -150px top;
}
.watch-type li:nth-child(3)::after {
  background-position: left -300px top;
}
.watch-type li:nth-child(4)::after {
  background-position: left -450px top;
}
.watch-type li p {
  position: relative;
  z-index: 10;
}
/*hikaku 比較開始----------------------------------------------*/
.hikaku h2 {
  text-align: center;
  color: #FF6700;
  font-size: 5vw;
}
.hikaku ul li {
  font-size: 0.8em;
  line-height: 1.5;
}
.hikaku p.center img {
  width: 60%;
}
/*kakaku 商品価格開始-----------------------------------------------*/
.kakaku {}
.kakaku h2 {
  text-align: center;
  color: #FFFFFF;
  background-color: #3b1804;
  font-size: 1.3em;
  padding: 0.5em 0;
}
.kakaku h3 {
  margin-bottom: .5em;
  text-align: center;
  color: #FFFFFF;
  background-color: #5F0001;
  font-size: 6vw;
  padding: 0.5em 0;
}
.kakaku .syuroku {
  color: #3b1804;
  border-radius: 10px;
  /*margin-bottom: 0.5em;*/
  display: block;
  font-weight: bold;
}
.kakaku.inner.wrapper {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.kakaku .flexbox {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}
.kakaku .flexbox:last-child {
  margin-bottom: 0;
}
.kakaku .flexbox img {
  width: 15vw;
}
.kakaku .flexbox:nth-of-type(3) {
  border-bottom: none;
}
.gita_naiyou {
  width: 80%;
  padding: 0.5em 0.2em;
}
.gita_naiyou p {
  margin-bottom: .5em;
  font-size: 4.3vw;
}
.kakaku .jasrac {
  background-repeat: no-repeat;
  background-position: 0.5em 11em;
  padding: 12em 0 0 0;
  font-size: 0.8em;
}
.jasrac {
  background-image: url("/img/parts/jasrac-logo.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: left center;
  padding-left: 50px;
}
.kakaku .syouhin-txt {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1em auto;
  line-height: 1.2;
}
/*pay_botan 購入ボタン開始-----------------------------------------------*/
.asp_lp .pay_top, 
.ord_eshops .pay_top {
  width: 70%;
  margin: 0 auto .5em;
}
.pay_botan {
  margin: 0 auto;
}
/* -------------------------------------- e-shopsカート .ord_eshops */		
.ord_eshops, .ord_eshops * {		
	margin: 0;	
	padding: 0;	
	text-align: center;	
}		
.ord_eshops .ord-group {		
	padding: 1em 0;	
	color: #0A3500;	
}		
.btn_only .ord_eshops .ord-group {		
	margin-bottom: 0;	
}		
.ord_eshops label.type-select {		
	position: relative;	
}		
.ord_eshops label.type-select::before,		
.ord_eshops label.type-select::after {		
	position: absolute;	
	content: "";	
	pointer-events: none;	
}		
.ord_eshops label.type-select::before {		
	content: "";	
	display: inline-block;	
	width: 2.6em;	
	height: 3em;	
	background-color: #008539;	
	border-radius: 0 1.5em 1.5em 0;	
	right: 0;	
}		
.ord_eshops label.type-select::after {		
	content: '';	
	width: .8em;	
	height: .8em;	
	border-bottom: 3px solid #fff;	
	border-right: 3px solid #fff;	
	position: absolute;	
	top: 50%;	
	right: 1em;	
	transform: translateY(-80%) rotate(45deg);	
}		
.ord_eshops label.type-select select {		
	appearance: none;	
	-webkit-appearance: none;	
	-moz-appearance: none;	
	min-width: 230px;	
	height: 3em;	
	padding: 0 3em 0 1em;	
	margin-bottom: .5em;	
	text-align: center;	
	line-height: calc(3em - 4px);	
	background-color: #FFFFFF;	
	border: 2px solid #008539;	
	border-radius: 1.5em;	
	color: #333333;	
	font-size: 1em;	
	cursor: pointer;	
}		
.ord_eshops label.type-select select:focus {		
	outline: 1px solid #008539;	
}		
.ord_eshops .pay-type {
  margin-bottom: 1em;
  font-size: .9em;
  letter-spacing: -.05em;
}
.asp_lp .pay_botan .pay-type {
  text-align: center;
}
.asp_lp .pay_botan .pay-type.pc {
  content-visibility: hidden;
  display: none;
}
.asp_lp .btn-only .pay_botan .pay-type {
  content-visibility: hidden !important;
  display: none !important;
}
/* 購入ボタン */		
.ord_eshops .buybtn {		
	display: block;	
	width: 96vw;	
	height: 0;	
	margin: 0 auto;	
	padding-top: 30vw;	
	background-image: url("../img/btn_smp.jpg");	
	background-repeat: no-repeat;	
	background-position: center center;	
	background-size: 100vw auto;	
}
#guitar_1dan .ord_eshops .buybtn {
	background-image: url("../img/1dan_btn_smp.jpg");	
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin-bottom: 2em;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  margin: 0 6vw;
  text-align: justify;
  font-size: .8em;
}
/*challenge 実際にチャレンジされた方のご感想開始-----------------------------------------------*/
.challenge {
  background-color: #ff4e00;
  margin-bottom: 1em;
}
.inner.wrapper .challenge {
  padding: 0;
}
.challenge h2 {
  height: 0;
  padding: 27vw 0 0 0;
  background-image: url("../img/kansou_ttl01_smp.jpg");
  background-position: center bottom;
  background-size: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.zissai {
  margin-bottom: 4em;
}
.zissai.inner.wrapper {
  margin-bottom: 0;
  padding: 0;
}
.challenge .c-content {
  width: 96%;
  background-color: #FFFFFF;
  margin: 0 auto 1em auto;
  padding: 0.5em;
}
.challenge .c-content .gray {
  font-size: 0.8em;
  text-align: right;
}
.challenge .c-content h3 {
  color: #ff4e00;
}
.challenge .koziznimg {
  margin: 0 auto;
}
.challenge .koziznimg img {
  width: auto;
}
.challenge .koziznimg p {
  text-align: center;
  padding-right: 0;
  margin-bottom: 0;
  display: block;
}
.voice_btn a {
  display: block;
  margin: 0.5em auto 2em auto;
  padding: 0.8em 0;
  width: 90vw;
  color: #FFFFFF;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 6vw;
  text-align: center;
  text-decoration: none;
  background-color: #EC3B04;
  border-radius: 0.5em;
  position: relative;
}
.voice_btn a::after {
  content: "\025b6";
  position: absolute;
  right: 1em;
}
/*qa よくあるご質問開始----------------------------------------------*/
.qa {
  margin: 0 auto;
}
.qa h2 {
  height: 0;
  padding: 43.75vw 0 0 0;
  background-image: url("../img/qa_ttl_smp.jpg");
  background-position: center bottom;
  background-size: 100%;
  overflow: hidden;
}
.qa dl dt {
  min-height: 10vw;
  background-image: url("../img/qa_q.jpg");
  padding-left: 13vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10vw 10vw;
  line-height: 1.2;
  font-size: 5vw;
  color: #ff4e00;
  margin-bottom: 1em;
}
.qa dl dd {
  background-image: url("../img/qa_a.jpg");
  padding-left: 13vw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10vw 10vw;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 3px dotted #CCCCCC;
}
.qa dl dd:last-of-type {
  margin-bottom: 0;
}
.qa dl dt.line1 {
  line-height: 10vw;
  white-space: nowrap;
}
/*message 最後の言葉開始----------------------------------------------*/
.message h2 {
  height: 0;
  padding: 26.40vw 0 0 0;
  background-image: url("../img/last_ttl_smp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  overflow: hidden;
}
.message .name {
  height: 0;
  padding: 40px 0 0 0;
  background-image: url("../img/furukawa_name.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60%;
  text-align: right;
  overflow: hidden;
}
.message .clear {
  overflow: hidden;
}
.message .flo-l {
  width: 56vw;
}
.message .flo-r {
  width: 30vw;
}
/*shopinfo ショップインフォ開始----------------------------------------------*/
#shopinfo {
  margin: 0 auto;
  padding: 0 0 6em;
  font-size: 0.8em;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .asp_info {
  padding: 0 2vw;
  background-image: url("/img/pay/infotop.jpg");
  background-repeat: no-repeat;
  background-position: right top 2em;
  background-size: 40vw auto;
}
#shopinfo .asp_info ol li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: inherit;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 0.5em 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 0.5em 0;
}
#shopinfo h2, #shopinfo h3 {
  margin-top: 0.5em;
  padding: 10px 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 4vw;
  font-weight: normal;
  background-image: url("/img/pay/shop_ttl_bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
#shopinfo h3 {
  padding: 8px 0 0 20px;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
p.conveni {
  position: relative;
}
p.conveni a {
  font-size: 11px;
  letter-spacing: -1px;
  position: absolute;
  left: 145px;
  bottom: 8px;
}
#shopinfo p {
  font-size: 3.5vw;
  margin-bottom: 0.5em;
}
#shopinfo ul {
  font-size: 95%;
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo ul li {
  font-size: 3.5vw;
  /*text-indent: -2.8em;
  padding-left: 2.5em;*/
}
#shopinfo img.maxh60 {
  max-height: 16vw;
}
#shopinfo .othershop {
  padding-right: 18vw;
  position: relative;
}
#shopinfo .othershop::after {
  content: "";
  width: 16vw;
  height: 20vw;
  background-image: url("/img/parts/othershop_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -4vw;
}
#shopinfo .othershop h4 {
  color: #880015;
  font-size: 1.1em;
  white-space: nowrap;
  border: none;
}
#shopinfo .othershop p {
  text-align: right;
  margin-bottom: .5em;
}
#shopinfo .conv-ex {
  padding: 0.5em 2vw;
  background-color: #F0F0F0;
}
#shopinfo .conv-ex p {
  text-indent: 0;
}
#shopinfo .conv-ex ol li {
  text-indent: -2.8em;
  padding-left: 2.5em;
  font-size: inherit;
}
/*footer フッター開始----------------------------------------------*/
footer {
  display: block;
  border-top: 4px double #F5F2E9;
  background-color: #000000;
  color: #FFFFFF;
}
.f_nav {
  background-color: #FFFFFF;
  color: #000000;
}
footer .wrapper {
  margin: 0 auto;
  border-bottom: none;
  position: static;
  padding: 1em 0;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  font-size: 4vw;
  text-align: center;
  border-bottom: 1px solid #555555;
  position: relative;
}
footer nav ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding: 1em 0;
}
footer nav ul li a:visited {
  color: #FFFFFF;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: 0.8em;
  text-align: center;
}
/* サブページ開始----------------------------------------------*/
.subp .sub-ttl h2 {
  padding: 1em;
  margin-bottom: 0;
  color: #000000;
  background-color: #EFFAFF;
  border: solid 1px #ADADAD;
  width: 96vw;
  margin: 0 auto;
  position: relative;
}
.path {
  margin: 0 auto;
  width: 96vw;
  padding: 0.5em 0 1em;
}
.path ul {
  margin-bottom: 0;
  justify-content: flex-start;
  display: flex;
}
.path li {
  font-size: 3.5vw;
  margin-right: .5em;
}
.path li::after {
  content: "\03e";
  padding-left: .5em;
}
.path li:last-child::after {
  content: "";
  display: none;
}
section.sub-contents {
  margin-bottom: 2em;
  padding: 0 1em 1em 1em;
  width: 100%;
  font-size: 100%;
}
.subp section.sub-contents table {
  width: 100%;
}
.subp section.sub-contents tr {
  border-bottom: 1px solid #ccc;
}
.subp section.sub-contents tr:last-child {
  border-bottom: none;
}
.subp section.sub-contents th {
  display: block;
  width: 100%;
  padding: 0.5em 0 0;
  white-space: nowrap;
}
.subp section.sub-contents td {
  display: block;
  width: 100%;
  padding: 0 0 0.5em;
}
.subp section.sub-contents td ul, 
.subp section.sub-contents td ol {
  margin-bottom: 0;
}
.subp iframe {
  width: 100%;
  height: 1200px;
}
.subp p, .subp li {
  font-size: 1rem;
}
.menseki ul {
  list-style-type: disc;
  padding-left: 1em;
}
.menseki ul li {
  margin-bottom: 1em;
}
/*voice 体験者の声開始----------------------------------------------*/
#voice .voice_box p {
  margin-bottom: 0.5em;
}
#voice .voice_box {
  margin: 0 auto 1em;
  padding: 0.5em 0.5em 2em;
  position: relative;
  border: 1px solid #CCCCCC;
}
#voice .sub-contents .voice-ttl {
  background-color: #371F00;
  padding: 2vw;
  color: #FFFFFF;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
#voice .sub-contents .voice-ttl span {
  font-size: 4vw;
}
.kozin {
  font-size: 0.9em;
}
#voice .voice_box h3 {
  color: #d14400;
}
#voice .voice_box p:nth-last-child(2) {
  margin-bottom: 1em;
  width: 50vw;
}
#voice .voice_box.no-img p:nth-last-child(2) {
  width: 100%;
}
#voice .voice_box p:last-child {
  text-align: right;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0.7em;
  padding-right: 1em;
}
#voice .voice_box::after {
  content: "※実践されたお客様個人のご感想です。";
  display: block;
  width: 100%;
  clear: both;
  padding-top: 0.2em;
  white-space: pre;
  font-size: 0.8em;
  text-align: right;
  color: #666666;
  position: absolute;
  right: 0;
  bottom: 0.5em;
}
#voice .voice_box p:last-child img {
  margin: 0.2em 2vw 0 0;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 120px;
}
/* -------------------------------------- トップへ .back_btn */
.back_btn a {
  display: none;
}
.back_btn {
  margin-bottom: 0;
}
/*privacy プライバシーポリシー開始----------------------------------------------*/
#privacy section.sub-contents ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
/*tokuten 特典開始----------------------------------------------*/
/*.tokuten:first-of-type {
  margin: 2em auto 2em auto
}*/
.tokuten {
  margin: 0 auto 2em auto;
  text-align: center;
}
.next_3dan {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.3;
}
/* -------------------------------------- オンラインまたはDVD .or */
.or {
  margin: 1em auto;
  padding-bottom: .5em;
  position: relative;
}
.or p {
  text-align: center;
}
.or p:first-child {
  color: #01B4ED;
  font-weight: bold;
}
.or::before,.or::after {
  width: 50%;
  text-align: center;
}
.or::before {
  content: "DVDで見る";
  position: absolute;
  left: 0;
  bottom: 0;
}
.or::after {
  content: "オンラインで見る";
  position: absolute;
  right: 0;
  bottom: 0;
}
/* -------------------------------------- ギターYS */
.smp_siryou {
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
}
.pc_siryou {
  display: none;
}
.smp_siryou img {
  width: 80%;
}
.smp_siryou p:first-of-type {
  margin-bottom: 0;
  font-weight: bold;
}
.pc_siryou {
  display: none;
}
.btn_top {
  width: 80%;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
.btn_text {
  font-size: 0.8em;
  margin: 0 auto 0.5em auto;
  text-align: center;
}
/*___________ 基本設定 ___________ */
@media screen and (min-width: 481px) {
  body {
    font-size: 1.125rem;
    background-color: #F0F0F0;
  }
  p, li {
    font-size: 1em;
  }
  img {
    width: auto;
    height: auto;
  }
  picture {
    text-align: center;
  }
  .pc_view, .is-pc {
    display: block;
  }
  span.pc_view {
    display: inline;
  }
  .smp_view, .is-sp {
    display: none;
  }
  span.smp_view {
    display: none;
  }
  .pc_block {
    display: block;
  }
  .smp_block {
    display: inline;
  }
  /* ____ ボックス設定 ____ */
  /* フレキシブルボックス */
  .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* 大枠ボックス */
  main.wrapper {
    margin: 1em auto;
    padding: 0;
    width: 980px;
    border: 1px solid #999;
    box-sizing: content-box;
  }
  .wrapper {
    width: 980px;
    margin: 0 auto 2em auto;
  }
  .inner {
    padding: 0 1.5em;
  }
  .inner.wrapper {
    width: 760px;
    padding: 0;
  }
  .notice_box {
    width: 650px;
  }
  /* ボックス内共通設定 */
  h1 {
    font-size: 0.8rem;
    line-height: 1;
    text-align: right;
    font-weight: normal;
  }
  h2 {
    line-height: 1.2;
  }
  section p {
    margin-bottom: 1em;
  }
  /* お問い合わせ通話ボタン設定 */
  .tel {
    margin: 4em auto;
  }
  .tel picture {
    margin-bottom: 0;
    width: auto;
  }
  #slide_menu img {
    width: 225px;
    height: auto;
  }
  .telbnr {
    margin: 1em auto 4em auto;
  }
  .free_tell {
    width: 235px;
  }
  .asp_lp header .tel {
    display: none;
  }
  /*lightbox 拡大画像開始----------------------------------------------*/
  .lightbox figure {
    width: auto;
  }
  .lightbox img {
    max-width: 900px;
  }
  a.no-link.sp {
    pointer-events: auto;
  }
  /* -------------------------------------- PCメニュー pc_menu  */
  .pc_menu {
    display: block;
    padding-top: 1em;
    border-bottom: 1px solid #000000;
    background-color: #FFFFFF;
    position: relative;
    z-index: 10;
  }
  .asp_lp .pc_menu {
    padding: .5em 0;
  }
  .pc_menu .wrapper {
    padding: 0;
    margin: 0 auto;
    justify-content: space-between;
  }
  .pc_menu .wrapper.flexbox p {
    margin: 0;
    line-height: 0;
  }
  /* -------------------------------------- ヘッダー header  */
  header .wrapper {
    width: 0;
    height: 0;
    padding: 0;
    background-color: inherit;
    border-bottom: none;
    top: 0;
    z-index: 100;
  }
  .tel {
    display: none;
  }
  /* ------------------------------------ ナビゲーション .g-nav  */
  .g-nav {
    width: 980px;
    margin: 0 auto;
  }
  .g-nav ul.flexbox {
    margin-bottom: 0;
  }
  .g-nav ul li {
    width: 162px;
    margin: 0;
  }
  .g-nav ul li a {
    display: block;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top -50px;
  }
  .g-nav ul li.nav-ord a {
    background-image: url("../img/nav/gita_nav_01.jpg");
  }
  .g-nav ul li.nav-1st a {
    background-image: url("../img/nav/gita_nav_02.jpg");
  }
  .g-nav ul li.nav-3set a {
    background-image: url("../img/nav/gita_nav_03.jpg");
  }
  .g-nav ul li.nav-inst a {
    background-image: url("../img/nav/gita_nav_04.jpg");
  }
  .g-nav ul li.nav-comp a {
    background-image: url("../img/nav/gita_nav_05.jpg");
  }
  .g-nav ul li.nav-cont a {
    background-image: url("../img/nav/gita_nav_06.jpg");
  }
  #guitar_3set .g-nav ul li.nav-3set a, 
  #guitar_1dan .g-nav ul li.nav-1st a, 
  #company .g-nav ul li.nav-comp a, 
  #contact .g-nav ul li.nav-cont a, 
  .g-nav ul li a:hover {
    background-position: left top 2px;
  }
  /* -------------------------------------- 追従リンク .fix_btn */
  .fix_btn {
    right: calc(50% - 600px);
    bottom: 50px;
  }
  /* ボタン */
  #ord_open {
    position: fixed;
    top: inherit;
    left: inherit;
    padding: 0 9px 0 9px;
    bottom: 30px;
    right: calc(50% - 600px);
    display: block;
    margin: 0;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #888888;
    border-radius: 3px;
    cursor: pointer;
  }
  #ord_open::before {
    width: 65px;
    color: #888888;
    position: absolute;
    font-size: 15px;
    bottom: 3px;
  }
  .sen, .sen::before, .sen::after {
    width: 60px;
    height: 4px;
  }
  .sen {
    top: 24px;
  }
  .sen::before {
    top: 15px;
  }
  .sen::after {
    bottom: 15px;
  }
  /* ------------------------------------- スライドメニュー #slide_menu */
  #slide_menu a, #slide_menu button, #slide_menu button:focus {
    padding: .8em 0;
  }
  /* メニュー */
  #slide_menu nav {
    width: 500px;
    overflow-y: hidden;
    bottom: 0;
    right: calc(50% - 600px);
    top: inherit;
    left: inherit;
  }
  #slide_menu nav .nav-tel img {
    width: 270px;
  }
  #slide_menu nav .nav-tel {
    margin: 1em 0;
  }
  /* メニューを開いた時 */
  #slide_menu nav.open-menu {
    height: 500px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 6px 3px rgba(191, 191, 191, 0.50);
  }
  .asp_lp #slide_menu nav.open-menu {
    height: 400px;
  }
  #fadeLayer {
    background-color: transparent;
  }
  #fadeLayer p {
    display: none;
  }
  /* -------------------------------------- ページ内リンク位置調整（固定ヘッダー対策）  */
  #ord, #miryoku, #qanda, #kansou {
    padding: 2em 0;
    margin-top: 0;
  }
  #syoukai {
    padding: 0;
    margin-top: 0;
  }
  /* -------------------------------------- オンライン視聴について .flow-online  */
  .flow {
    width: 780px;
    margin: 0 auto 60px;
  }
  .flow .toggle + .title {
    width: 780px;
    padding: 1.5em 0;
    font-size: 1.5rem;
    left: calc(50% - 390px);
  }
  .tglbox.flow-online {
    padding: 0 40px;
  }
  .tglbox.flow-online h3 {
    margin-top: 1em;
    font-size: 1.5rem;
    border-left: 8px solid #0170B9;
  }
  .tglbox.flow-online p {
    padding: .5em 0;
  }
  .tglbox.flow-online .w70 {
    width: 430px;
  }
  .tglbox.flow-online .txt_c {
    margin: 1em 0;
  }
  .tglbox.flow-online .yasu {
    width: 550px;
    margin: 0 auto 1em;
    padding: 50px 0;
  }
  .tglbox.flow-online .yasu::before {
    width: 180px;
    height: 185px;
    background-size: 180px 185px;
    background-position: left top;
    right: 0;
  }
  .tglbox.flow-online img {
    width: 504px;
  }
  .toggle:checked + .title + .tglbox.flow-online {
    max-height: 2680px;
  }
  /* -------------------------------------- アコーディオンコンテンツ */
  .title {
    margin: 0 auto;
  }
  .title:hover {
    cursor: pointer;
  }
  .title::after, .title::before {
    right: 50px;
  }
  .tglbox p {
    padding: 1em 0 0;
    font-size: 1em;
  }
  .tglbox p:last-child {
    padding: 1em 0;
  }
  /*movie 動画開始----------------------------------------------*/
  section.movie {
    margin: 60px 0;
  }
  section.movie h2.img-ttl {
    padding-top: 150px;
    background-image: url("../img/gt_movie-ttl.png");
  }
  /*.movie h2 {
    font-size: 2.8em;
    margin: 0.5em 0 0 0;
  }
  .movie p.center {
    font-size: 1.5em;
  }
  .movie_txt {
    width: 760px;
    font-size: 1.6em;
    line-height: 1.3;
    margin: 0 auto 1em auto;
  }*/
  .yt_bg {
    width: 740px;
    height: 505px;
    margin: 0 auto;
    padding: 130px 0;
    background-color: #ffe6b9;
    background-image: url("../img/gt_movie-bg.png");
    background-repeat: no-repeat;
    background-size: 740px 130px;
    background-position: center top;
  }
  .yt_movie a:hover {
    opacity: 1;
  }
  .yt_movie img {
    width: 560px;
    height: auto;
  }
  .yt_movie a:hover img {
    opacity: 1;
  }
  .yt_bg + p {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0.5em 0 2em;
  }
  .yt_play {
    background-size: contain;
  }
  /*siryou 資料請求用ボタン開始　ADWのみ-------------------------------------*/
  /*.siryou-ttl {
    font-size: 2.5em;
    margin: 0.5em auto;
  }
  .siryou_botan a {
    width: 640px;
    margin: 0 auto;
    padding-top: 130px;
    background-size: auto;
  }
  .siryou_botan a:hover {
    background-image: url("../images/siryou_botan_on.jpg");
    background-size: auto;
  }*/
  /*profile プロフィール開始----------------------------------------------*/
  .profile .p_ttl {
    background-size: 161px 159px;
  }
  .profile .p_ttl h3 {
    margin: 0 0 0.5em 7em;
    padding: 0.2em 0 0 0;
    font-size: 1.5em;
    border: none;
  }
  .profile .p_ttl p {
    margin: 0 0 0 10.5em;
    padding: 0 0 0.5em;
  }
  .profile .p-naiyou .flexbox {
    width: 720px;
  }
  .profile .p-naiyou .flexbox .flexitem {
    width: 330px;
    margin: 0 auto;
  }
  .profile .p-naiyou .flexbox {
    margin-bottom: 2em;
  }
  .profile .p-naiyou h4 {
    font-size: 1em;
    margin-bottom: 0.2em;
  }
  .profile .p-naiyou h4:nth-of-type(2), .profile .p-naiyou h4:nth-of-type(4) {
    margin: 1.5em 0 0.2em 0;
  }
  .profile .p-naiyou h5 {
    font-size: 16px;
    margin-bottom: 0.2em;
  }
  .profile .p-naiyou p {
    font-size: 15px;
    margin-bottom: 0.2em;
  }
  .p-content {
    margin: 1em 0 4em 0;
    padding: 1em;
  }
  .p-content .flexbox {
    align-items: flex-start;
    margin-top: 1em;
  }
  .p-content figure.imgbox {
    width: 200px;
  }
  .p-content figure.imgbox img {
    width: 100%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 1px 3px 2px #CCCCCC;
  }
  .p-content figure.imgbox figcaption {
    text-align: center;
    line-height: 2;
    font-size: 1.2em;
  }
  .p-content .profile_ol {
    margin: 1em 1em -5em 1em;
    position: relative;
    top: -5em;
  }
  .profile_ol h3 {
    margin-bottom: 0.2em;
  }
  .p-content .profile_ol li {
    padding: 0.5em 0 0.5em 5em;
    text-indent: -5em;
    letter-spacing: -1px;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 1em;
  }
  .p-content .profile_ol .year {
    display: inline-block;
    width: 5em;
    text-indent: 0;
  }
  .p-content .flexbox:first-of-type .flexitem {
    width: 480px;
  }
  .disco summary {
    width: 400px;
    border-radius: 10px;
    text-align: center;
    padding: 0.3em;
    margin: 4em auto 1em auto;
  }
  .disco ul.flexbox {
    justify-content: center;
  }
  .disco .gray_box {
    margin: 0 1em;
    padding: 0.5em 1em;
  }
  .disco .flexitem, .idea_box_img {
    width: 50%;
  }
  .disco .flexitem {
    padding-top: 1em;
    align-self: flex-start;
    font-size: .9em;
  }
  /*suisen 推薦者開始----------------------------------------------*/
  .suisen {
    padding: 20px 0 !important;
  }
  .suisen h2.img-ttl {
    padding-top: 100px;
    background-image: url("../img/gt_suisen-ttl.png");
  }
  .s-content {
    padding: 1em;
    width: 700px;
  }
  .suisen .s-content .flexbox {
    padding: 0;
  }
  .suisen .s-content .flexbox p:first-child {
    margin: 0;
  }
  .suisen .s-content .border {
    display: block;
    padding: 0 0 1em 8em;
    margin-top: -30px;
  }
  .suisen .s-content .border:last-of-type {
    padding: 0 0 1em 8em;
  }
  .suisen .s-content .flexitem {
    width: 530px;
    padding: 0 0.5em;
  }
  .suisen .s-content img {
    width: auto;
  }
  /*kansou お客様からのご感想開始----------------------------------------------*/
  .kansou.inner.wrapper {
    padding: 20px 0;
    margin-bottom: 4em;
  }
  .kansou h2.img-ttl {
    margin-bottom: .5em;
    padding-top: 110px;
    background-image: url("../img/gt_kansou-ttl.png");
    background-position: center bottom;
  }
  .kansou .k-content {
    width: 700px;
    padding: 1em 2em;
    margin: 0 auto 1em auto;
  }
  .kansou .k-content .gray {
    font-size: 0.8em;
  }
  /*erabu 選ばれる理由開始----------------------------------------------*/
  .erabu h2.img-ttl {
    margin-bottom: .5em;
    padding-top: 180px;
    background-image: url("../img/gt_erabu-ttl.png");
    background-size: 980px 180px;
  }
  /*.erabu h2 {
    height: 0;
    padding: 176px 0 0 0;
    background-image: url("/guitar3set/images/contents_ttl01.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    font-size: 1em;
  }*/
  .erabu .flexbox.inner {
    width: 760px;
    padding: 0;
    margin: 0 auto 40px;
    justify-content: space-around;
    align-items: flex-start;
  }
  .erabu .flexbox:first-of-type {
    margin: 0 auto;
  }
  /*.erabu-li h3 {
    border-bottom: 3px solid #000000;
    padding-bottom: 0.5em;
  }*/
  .erabu-li h3 {
    min-height: 44px;
    margin-bottom: .5em;
    padding-left: 60px;
    color: #000;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: left .5em center;
    background-size: 30px 40px;
    border-bottom: 3px solid #000;
  }
  .erabu-li.no1 h3 {
    line-height: 44px;
    background-position: left .5em center;
  }
  .erabu-li p {
    margin-bottom: 0;
    padding: 0 1em;
  }
  .erabu-img {
    margin-left: 20px;
  }
  /*hamaru 大人世代----------------------------------------*/
  .hamaru {
    margin: 0 auto 1em auto;
  }
  .hamaru h2 {
    background-image: url("../img/gt_hamaru_ttl.png");
    padding-top: 120px;
  }
  .hamaru_bg {
    background-image: url("../img/gt_bg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 300px;
    padding: 0 300px 70px 0;
  }
  /*gt_syurui ギター種類紹介----------------------------------------*/
  .gt_syurui h2 {
    padding-top: 171px;
  }
  .syurui_naiyou {
    padding: 1em;
  }
  .syurui_naiyou h3::after {
    content: "ー";
    padding-left: 1em;
  }
  .syurui_naiyou h3::before {
    content: "ー";
    padding-right: 2em;
  }
  .syurui_naiyou h3:nth-of-type(2) {
    margin-top: 4em;
  }
  .syurui_naiyou h4 {
    padding: 0 10px;
    width: 500px;
    margin: 0 auto;
  }
  .hikikata p:first-of-type {
    width: auto;
    margin: 1em auto;
  }
  .gita p:last-of-type, .hikikata p:last-of-type, .hikikata p:nth-of-type(2) {
    width: 500px;
    margin: 0 auto 2em auto;
  }
  .syurui_naiyou .gita:nth-of-type(2) p:last-of-type {
    width: 270px;
  }
  /*fuan 不安点開始----------------------------------------*/
  .fuan h2 {
    background-image: url("../img/gt_kininaru_ttl.png");
    background-size: auto;
    padding-top: 200px;
    margin-bottom: 1em;
  }
  .fuan ul {
    background-image: url("../img/gt_onayami.jpg");
    background-size: 740px;
    height: 340px;
    padding: 2em 0 2em 0.2em;
  }
  .fuan ul li {
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.3em 0 0.1em 2em;
    width: 740px;
    line-height: 165%;
  }
  .fuan ul li:last-of-type {
    padding: 0.1em 0 0.3em 2em;
  }
  .fuan ul li::before {
    background-size: 29px;
    padding: 0.7em;
    margin-right: 0.2em;
  }
  .yazirusi {
    padding-top: 100px;
    background-size: auto;
  }
  /*kaiketu_li 不安点解決開始----------------------------------------------*/
  h2.kaiketu_ttl {
    background-image: url("../img/gt_onayami_ttl.png");
    background-repeat: no-repeat;
    background-size: 760px;
    padding-top: 135px;
    margin-bottom: 1em;
  }
  .kaiketu_li {
    padding: 1em;
  }
  .k_box {
    border-bottom: solid 1px #AFAFAF;
    margin-bottom: 1em;
    padding-left: 200px;
    position: relative;
  }
  .k_box::after {
    display: block;
    content: "";
    margin: 0;
    position: absolute;
    left: 20px;
    top: 0;
  }
  /*setumei 魅力説明開始----------------------------------------------*/
  .setumei h2 {
    font-size: 1.8em;
  }
  .setumei h2.img-ttl {
    margin-bottom: .5em;
    padding-top: 165px;
    background-image: url("../img/gt_setumei-ttl.jpg");
  }
  .setumei .s-kaiwa h3 {
    margin: 40px auto 0 auto;
    padding: 200px 0 0 0;
    width: 900px;
    height: 0;
    overflow: visible;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: right 0 top;
    background-size: auto;
    border: none;
    display: block;
    position: relative;
    font-size: 2em;
  }
  .setumei .s-kaiwa h3::before, .setumei .s-kaiwa h3::after {
    content-visibility: hidden;
    display: none;
  }
  .setumei .s-kaiwa h3:first-of-type {
    background-image: url("../img/g-ttl-fukidasi01.png");
    background-position: right 140px top;
  }
  .setumei .s-kaiwa h3:nth-of-type(2) {
    background-image: url("../img/g-ttl-fukidasi02.png");
    background-position: right 140px top;
  }
  .setumei .s-kaiwa h3:nth-of-type(3) {
    background-image: url("../img/g-ttl-fukidasi03.png");
    background-position: right 140px top;
  }
  .setumei .s-kaiwa h3:nth-of-type(4) {
    background-image: url("../img/g-ttl-fukidasi04.png");
    background-position: right 162px top;
  }
  .setumei .s-kaiwa h3 .kaiwa-icon {
    width: 180px;
    height: 164px;
    background-size: 756px 164px;
    left: 0;
    right: auto;
    bottom: 0;
  }
  .setumei .s-kaiwa h3:nth-of-type(2) .kaiwa-icon {
    background-position: left -180px bottom;
  }
  .setumei .s-kaiwa h3:nth-of-type(3) {
    margin-bottom: 0;
  }
  .setumei .s-kaiwa h3:nth-of-type(3) .kaiwa-icon {
    width: 200px;
    background-position: left -360px bottom;
    left: -40px;
  }
  .setumei .s-kaiwa h3:nth-of-type(4) .kaiwa-icon {
    width: 180px;
    background-position: left -610px bottom;
    left: -30px;
  }
  .yousubox {
    width: 760px;
    margin: 0 auto 40px;
    padding: 20px;
    /*background-image: url("../images/gt_yousu-bg.jpg");
    background-position: left top;
    background-size: 130px 130px;
    border-radius: 1em;*/
  }
  .yousubox p {
    margin-bottom: 0;
    text-align: center;
  }
  .yousubox img {
    max-width: 650px;
    max-height: 300px;
  }
  .miryoku {
    width: 760px;
    border-radius: 20px;
    margin: 1em auto 2em auto;
  }
  .miryoku h4 {
    border-radius: 20px;
    width: 600px;
  }
  .miryoku .txtbox {
    width: 500px;
    margin: 0 auto;
  }
  .miryoku .flexbox .flexitem {
    width: 285px;
  }
  .miryoku .flexbox .flexitem p:first-of-type {
    margin-bottom: 0;
  }
  .miryoku .flexbox .box img {
    width: 85%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 1px 3px 2px #cccccc;
  }
  .miryoku .m-contentu {
    background-image: url("../img/g-naiyou-04.jpg"), url("../img/g-naiyou-05.jpg");
    background-repeat: no-repeat;
    background-position: 22em 0, 31em 0;
    padding: 0 20em 0 0;
    margin-bottom: 0;
  }
  /*kantan こんなに簡単開始----------------------------------------------*/
  h2.kantan {
    height: 0;
    padding: 125px 0 0 0;
    background-image: url("../img/contents_ttl02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    margin: 2em auto 2em auto;
    background-color: transparent;
    font-size: 1em;
  }
  .kantan_txt {
    font-weight: bold;
    font-size: 1.1em;
    color: #550000;
    text-align: center;
  }
  /*naiyou 商品内容開始----------------------------------------------*/
  .naiyou .naiyou_ttl h2 {
    padding: 72px 0 0 0;
    background-image: url("../img/contents_ttl03.jpg");
    background-size: auto;
    margin-bottom: 1em;
  }
  .naiyou .naiyou_ttl h3 {
    font-size: 1.6em;
  }
  .syouhin-naiyou {
    border: 1px solid #353535;
    margin: 5em auto 2em auto;
  }
  .n-box {
    padding: 1em;
  }
  .syouhin-naiyou h3 {
    padding: 0.5em 0 0.5em 140px;
    margin-bottom: 1em;
    font-size: 1.3em;
  }
  .syouhin-naiyou h5 {
    text-align: center;
    padding: 0.5em;
    width: 100px;
    font-size: 0.9em;
  }
  .syouhin-naiyou .ora {
    font-size: 1.2em;
  }
  .naiyou .syouhin-naiyou .n-box .ora {
    min-height: auto;
    margin-bottom: .5em;
    padding-right: 0;
    /*font-size: 1.3em;
    line-height: 1.2;
    text-align: left;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 36vw auto;
    overflow: visible;*/
  }
  .syouhin-naiyou h3 .smp_block {
    margin-top: -60px;
    width: 121px;
    height: 0;
  }
  .syouhin-naiyou .flexbox {
    align-items: flex-start;
  }
  .set_list {
    margin-bottom: 0;
  }
  .syouhin-naiyou .set_list {
    font-size: 0.9em;
    margin-bottom: 1em;
    padding: 1em 1em 1em 150px;
    background-color: #E2E2E2;
    border: 1px solid #353535;
    position: relative;
    overflow: hidden;
  }
  .syouhin-naiyou .set_list h4 {
    margin-top: -80px;
    padding: 170px 0 0 0;
    width: 169px;
    height: 0;
    background-image: url("../img/syuuroku.png");
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -40px;
  }
  .n-box p.set_txt {
    font-size: 0.9em;
  }
  .naiyou .syouhin-naiyou:nth-of-type(2) .n-box .ora {
    padding-right: 0;
    background-image: none;
  }
  .naiyou .syouhin-naiyou:nth-of-type(3) .n-box .ora {
    padding-right: 0;
    background-image: none;
  }
  .naiyou .syouhin-naiyou:nth-of-type(4) .n-box .ora {
    padding-right: 0;
    background-image: none;
  }
  .syouhin-naiyou .n-box ul {
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 280px 0 20px;
  }
  .syouhin-naiyou .n-box ul li {
    font-size: 1em;
    padding: 0.2em 0;
  }
  .syouhin-naiyou .n-box ul li .pc_block {
    padding-left: 0.7em;
  }
  .syouhin-naiyou .n-box ul li::marker {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .naiyou .syouhin-naiyou:nth-of-type(2) ul {
    background-image: url("../img/1dan_min.png");
  }
  .naiyou .syouhin-naiyou:nth-of-type(3) ul {
    background-image: url("../img/2dan_min.png");
  }
  .naiyou .syouhin-naiyou:nth-of-type(4) ul {
    background-image: url("../img/3dan_min.png");
  }
  .syouhin-naiyou .n-box {
    padding: 1em;
  }
  .syouhin-naiyou h3::after {
    content: "";
    display: block;
    width: 130px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
    top: -40px;
    right: 1em;
  }
  .naiyou .syouhin-naiyou:nth-of-type(2) h3::after {
    background-image: url("../img/1dan_syouhin.png");
  }
  .naiyou .syouhin-naiyou:nth-of-type(3) h3::after {
    background-image: url("../img/2dan_syouhin.png");
  }
  .naiyou .syouhin-naiyou:nth-of-type(4) h3::after {
    background-image: url("../img/3dan_syouhin.png");
  }
  /*set_naiyou 商品内容紹介開始----------------------------------------------*/
  .set_naiyou {
    width: 760px;
    background-color: #efefef;
    border-radius: 20px;
    padding: 1.5em 1em 1em 1em;
    margin: 0 auto;
  }
  .danbox {
    width: 600px;
    margin: 0 auto;
  }
  .set_naiyou h2 {
    text-align: center;
    border-radius: 10px;
    font-size: 0.9em;
    padding: 0.5em;
    margin-bottom: 1.2em;
  }
  .set_naiyou ul li {
    margin-bottom: 0.5em;
    padding: 0;
    border-bottom: none;
  }
  .set_naiyou ul li:last-of-type {
    margin-bottom: 0;
  }
  .lesson {
    display: inline-block;
    padding-right: 2em;
  }
  .set_naiyou .flexbox {
    width: 440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .set_naiyou p {
    text-align: center;
  }
  .set_naiyou img {
    width: auto;
    margin: 0 auto;
  }
  .set_naiyou:last-of-type {
    margin-bottom: 0;
  }
  .kyouzai-img {
    width: 600px;
    margin: 0 auto;
    display: block;
    content: "";
    background-image: url("../img/lesson.jpg");
    background-repeat: no-repeat;
  }
  .kyouzai-img::after {
    margin: 0 auto;
    width: 600px;
    height: 210px;
  }
  .lesson01-01img .kyouzai-img {
    background-position: top left;
  }
  .lesson01-01img .kyouzai-img::after {
    background-position: top -217px right;
  }
  .lesson01-02img .kyouzai-img {
    background-position: top -440px left;
  }
  .lesson01-02img .kyouzai-img::after {
    background-position: top -655px right;
  }
  .lesson02-01img .kyouzai-img {
    background-position: top -868px left;
  }
  .lesson02-01img .kyouzai-img::after {
    background-position: top -1085px right;
  }
  .lesson02-02img .kyouzai-img {
    background-position: top -1300px left;
  }
  .lesson02-02img .kyouzai-img::after {
    background-position: top -1517px right;
  }
  .lesson03-01img .kyouzai-img {
    background-position: top -1735px left;
  }
  .lesson03-01img .kyouzai-img::after {
    background-position: top -1954px right;
  }
  .lesson03-02img .kyouzai-img {
    background-position: top -2170px left;
  }
  .lesson03-02img .kyouzai-img::after {
    background-position: top -2387px right;
  }
  /*contents_wrap 教材内容紹介開始----------------------------------------------*/
  .dai1 h2, .dai2 h2, .dai3 h2 {
    background-size: auto;
    padding-top: 137px;
    margin-bottom: 0;
  }
  /* ________＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ 教材紹介 section.dvdinfo */
  section .dvdinfo {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  section .dvdinfo > p:last-child {
    padding-right: 2rem;
    color: #FFFFFF;
    text-align: right;
  }
  section .dvdinfo ol {
    margin: 0 1em;
    padding: 1em;
    background-color: #FFFFFF;
  }
  section .dvdinfo ol li {
    background-position: left top;
    border-bottom: 1px dotted #A0A0A0;
    padding: 0 0 0 190px;
    margin-bottom: 1em;
  }
  section .dvdinfo ol li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .lesson-ttl {
    padding-right: 1em;
  }
  /*kuhuu 分かりやすい工夫開始----------------------------------------------*/
  .kuhuu {
    width: auto;
    margin: 0 auto 6em auto;
  }
  .kuhuu h2 {
    height: 0;
    padding: 200px 0 0 0;
    background-image: url("../img/g_idea_header.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    background-size: auto;
  }
  .kuhuu .idea-box {
    width: 850px;
    padding: 0.5em 1em;
    margin: 0 auto;
  }
  .kuhuu .idea-box .idea-txt {
    padding: 0 4em;
  }
  .kuhuu .idea-box h3 {
    background-size: auto;
  }
  .kuhuu .idea-box:nth-of-type(1) h3 {
    padding-top: 40px;
  }
  .kuhuu .idea-box:nth-of-type(2) h3 {
    padding-top: 80px;
  }
  .kuhuu .idea-box:nth-of-type(3) h3 {
    background-size: auto;
    padding-top: 40px;
  }
  /* ------------------------------------- DVD無しでも動画が見られます .watch */
  .watch {
    overflow: visible;
  }
  .watch.wrapper {
    width: 700px;
    margin: 0 auto;
  }
  .watch-type {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    padding: 0;
  }
  .watch-type li {
    width: 190px;
    margin-top: 0;
    padding: 150px 0 0;
    letter-spacing: -1px;
    text-align: center;
    position: relative;
  }
  .watch-type li:first-child {
    margin-left: 0;
    letter-spacing: -1px;
  }
  .watch-type li:first-child, .watch-type li:nth-child(2) {
    line-height: 1.8;
  }
  .watch-type li:nth-child(3) {
    margin-top: 20px;
    margin-left: -40px;
  }
  .watch-type li:nth-child(odd) {
    float: none;
  }
  .watch-type li:nth-child(even) {
    margin-top: 120px;
    margin-left: -40px;
    float: none;
  }
  .watch-type li::before {
    width: 190px;
    height: 190px;
    background-size: auto 190px;
    background-position: left 0 top;
    left: calc(50% - 100px);
    top: 60px;
    opacity: .5;
  }
  .watch-type li::after {
    width: 230px;
    height: 150px;
    background-size: 900px;
    left: calc(50% - 100px);
  }
  .watch-type li:nth-child(2)::after {
    background-position: left -225px top;
  }
  .watch-type li:nth-child(3)::after {
    background-position: left -450px top;
  }
  .watch-type li:nth-child(4)::after {
    background-position: left -675px top;
  }
  .watch-type li p {
    width: 240px;
  }
  /*hikaku 比較開始----------------------------------------------*/
  .hikaku h2 {
    text-align: center;
    color: #FF6700;
    font-size: 2em;
  }
  .hikaku ul {
    margin-bottom: 2em;
  }
  .hikaku ul li {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .hikaku p.center img {
    width: auto;
  }
  /*kakaku 商品価格開始-----------------------------------------------*/
  .kakaku h2 {
    height: 0;
    padding: 219px 0 0 0;
    background-image: url("../img/gita-item-ttl01.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    background-color: transparent;
  }
  #guitar_1dan .kakaku h2 {
    background-image: url("../img/gita-item-ttl01.jpg");
  }
  .kakaku h3 {
    height: 0;
    padding: 83px 0 0 0;
    background-image: url("../img/gita-item-ttl02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
    background-color: transparent;
    margin-bottom: 0.2em;
  }
  .kakaku .syuroku {
    color: #FFFFFF;
    padding: 0.4em;
    background-color: #3b1804;
    border-radius: 20px;
    margin-bottom: 0;
    display: inline;
    font-weight: inherit;
  }
  .kakaku.inner.wrapper {
    width: 760px;
  }
  .kakaku .flexbox {
    border-bottom: 1px solid #CCCCCC;
    padding: 0.5em;
    align-items: center;
    margin-bottom: 0;
  }
  .kakaku .flexbox img {
    width: auto;
  }
  .kakaku .flexbox:nth-of-type(3) {
    border-bottom: none;
  }
  #guitar_1dan .kakaku .flexbox {
    border-bottom: none;
  }
  .gita_naiyou {
    padding: 0;
  }
  .gita_naiyou p {
    font-size: 1em;
  }
  .gita_naiyou p:nth-of-type(2) .txt_block {
    text-indent: 4em;
  }
  .jasrac {
    font-size: 0.8em;
    padding-top: 0.5em;
  }
  .kakaku .jasrac {
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    padding: 1em 0 0 0;
    font-size: 1em;
  }
  /*pay_botan 購入ボタン開始-----------------------------------------------*/
  .pay_top {
    width: auto;
    margin: 1em 0 .5em 0;
  }
  .asp_lp .pay_top {
    width: 400px;
  }
  .asp_lp .pay_top img {
    width: 100%;
  }
  .pay_botan {
    margin: 2em auto;
  }
  /* -------------------------------------- e-shopsカート .ord_eshops */		
.ord_eshops, .ord_eshops * {		
	margin: 0;	
	padding: 0;	
	text-align: center;	
}		
.ord_eshops .ord-group {		
	margin-bottom: 30px;	
	padding: 10px 0;	
}		
.ord_eshops label.type-select::before {		
	width: 3em;
  height: 60px;
  border-radius: 0 30px 30px 0;
}		
.ord_eshops label.type-select::after {		
	top: 35%;	
	transform: translateY(-50%) rotate(45deg);	
	right: 1.2em;	
}		
.ord_eshops label.type-select select {		
	width: 650px;
  height: 60px;
	margin-bottom: 1em;
  font-size: 1.2em;
  border-radius: 30px;
}
.ord_eshops .pay-type {
  margin-bottom: 50px;
  font-size: 1em;
  letter-spacing: -.05em;
}
.asp_lp .pay_botan .pay-type.pc {
  content-visibility: visible;
  display: block;
}
.asp_lp .pay_botan .pay-type.sp {
  content-visibility: hidden;
  display: none;
}
/* 購入ボタン */		
.ord_eshops .buybtn {		
	width: 740px;	
	padding-top: 116px;	
	background-image: url("../img/item_botan.jpg");	
	background-size: 740px auto;	
	transition: .5s;	
}	
#guitar_1dan .ord_eshops .buybtn {
	background-image: url("../img/1dan_item_botan.jpg");	
}	
.ord_eshops .buybtn:hover,		
.ord_eshops .buybtn:active {		
	opacity: .8;	
}	
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin-top: 60px;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: .8em;
}
  /*challenge 実際にチャレンジされた方のご感想開始-----------------------------------------------*/
  .challenge {
    background-color: #ff4e00;
    margin-bottom: 2em;
  }
  .challenge h2 {
    padding: 194px 0 0 0;
    background-image: url("../img/kansou_ttl01.jpg");
    background-size: auto;
  }
  .challenge .c-content {
    width: 700px;
    background-color: #FFFFFF;
    margin: 0 auto 1em auto;
    padding: 1em 2em;
  }
  .challenge .c-content .flexbox {
    align-items: flex-start;
  }
  .challenge .box {
    width: 360px;
  }
  .challenge .koziznimg {
    width: 260px;
    margin: 0;
  }
  .challenge .koziznimg p {
    text-align: right;
    padding-right: 0;
    margin-bottom: 0;
    display: inherit;
  }
  .voice_btn a {
    margin: 1em auto;
    padding: 0.5em 0;
    width: 650px;
    font-size: 2em;
  }
  /*qa よくあるご質問開始----------------------------------------------*/
  .qa {
    margin: 4em auto 2em auto;
  }
  .qa .inner.wrapper {
    width: 690px;
  }
  .qa h2 {
    height: 0;
    padding: 212px 0 0 0;
    background-image: url("../img/qa_ttl.jpg");
    background-size: auto;
    overflow: hidden;
  }
  .qa dl dt {
    min-height: 60px;
    background-image: url("../img/qa_q.jpg");
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60px 60px;
    line-height: 60px;
    font-size: 1.3em;
    color: #ff4e00;
    margin-bottom: 1em;
  }
  .qa dl dd {
    background-image: url("../img/qa_a.jpg");
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60px 60px;
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 3px dotted #CCCCCC;
  }
  .qa dl dd:last-of-type {
    margin-bottom: 2em;
  }
  .qa dl dt.line1 {
    line-height: 60px;
  }
  .qa dl dt.line2 {
    line-height: 1.4;
  }
  /*message 最後の言葉開始----------------------------------------------*/
  .message {
    margin: 4em auto 4em auto;
  }
  .message h2 {
    height: 0;
    padding: 185px 0 0 0;
    background-image: url("../img/last_ttl.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    overflow: hidden;
  }
  .message .name {
    height: 0;
    padding: 64px 0 0 0;
    background-size: auto;
  }
  .message .flo-l {
    width: 510px;
    margin: 0;
  }
  .message .flo-r {
    width: 160px;
    margin: 0;
  }
  .message .flo-r img {
    width: 100%;
    height: auto;
  }
  .message .inner.wrapper {
    width: 690px;
  }
  /*shopinfo ショップインフォ開始----------------------------------------------*/
  #shopinfo {
    padding: 0 3em 4em 3em;
    margin-top: 7em;
    font-size: 0.8em;
  }
  #shopinfo img {
    width: auto;
    max-width: 100%;
  }
  #shopinfo .asp_info {
    padding: 0 50px;
    background-size: 326px 113px;
    background-position: right top;
  }
  #shopinfo .flexbox {
    align-items: flex-start;
    justify-content: center;
  }
  #shopinfo .shopinfo_l {
    width: 420px;
    padding-right: 19px;
    border-right: 1px dotted #CCCCCC;
  }
  #shopinfo .shopinfo_r {
    width: 420px;
    padding-left: 20px;
  }
  #shopinfo h2, #shopinfo h3 {
    font-size: 1.2em;
  }
  #shopinfo h3 {
    padding: 8px 0 0 20px;
  }
  #shopinfo h4 {
    margin-top: 1em;
    font-size: 1em;
  }
  #shopinfo p {
    font-size: 1em;
    text-align: left;
  }
  #shopinfo ul li {
    font-size: 1em;
    /*text-indent: -2.8em;
    padding-left: 2.5em;*/
  }
  #shopinfo img.maxh60 {
  max-height: 60px;
}
#shopinfo .othershop {
  margin-top: 20px;
  padding-right: 80px;
  position: relative;
}
#shopinfo .othershop::after {
  content: "";
  width: 70px;
  height: 90px;
  background-image: url("/img/parts/othershop_bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 0;
}
#shopinfo .othershop h4 {
  color: #880015;
  white-space: nowrap;
  border: none;
}
#shopinfo .othershop p {
  text-align: right;
  margin-bottom: .5em;
}
#shopinfo .conv-ex {
  padding: 0.5em;
}
#shopinfo .conv-ex ol li {
  text-indent: -2.8em;
  padding-left: 2.5em;
}
  /*footer フッター開始----------------------------------------------*/
  footer {
    display: block;
    border-top: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
  }
  .f_nav {
    background-color: #FFFFFF;
    color: #000000;
  }
  footer .flexbox {
    justify-content: center;
    margin-bottom: 2em;
  }
  footer .f_nav div.wrapper {
    padding: 1em 20px;
    margin-bottom: 0;
    justify-content: space-between;
    border-top: none;
  }
  footer nav ul li {
    font-size: 0.8em;
    border-bottom: none;
    position: static;
    padding: 0;
  }
  footer nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
    padding: 0;
  }
  footer nav ul li a:visited {
    color: #FFFFFF;
  }
  footer nav ul li::after {
    content: "❘";
    margin: 0 0.5em;
    font-weight: normal;
    position: static;
  }
  footer nav ul li:last-of-type::after {
    content: "";
    margin: 0;
  }
  footer .f_nav ul li::after {
    content: "";
    display: none;
  }
  footer nav.f_nav ul {
    justify-content: center;
    margin-bottom: 0;
  }
  footer nav.f_nav ul li a {
    display: block;
    margin-right: 1px;
    padding-top: 50px;
    width: 196px;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: left top;
    transition: 0s;
    color: #FFFFFF;
  }
  footer .copy {
    font-size: 0.8em;
    text-align: center;
  }
  footer nav.copy-nav {
    width: 750px;
    margin: 0 auto;
  }
  footer nav.copy-nav ul {
    flex-wrap: wrap;
  }
  footer nav.copy-nav ul li a:hover {
    color: #CC0000;
  }
  /* サブページ開始----------------------------------------------*/
  .subp main.wrapper {
    margin: 0 auto 1em auto;
  }
  .subp {
    padding-top: 0;
  }
  .subp .sub-ttl h2 {
    width: 980px;
    margin: 0.5em auto;
    padding: 1.5em;
  }
  .path {
    margin: 0 auto;
    width: 980px;
    padding: 0 0 0.5em 0;
  }
  .path li {
    font-size: 0.8em;
  }
  section.sub-contents {
    margin: 2em auto;
    padding: 1em;
    width: 100%;
    font-size: 100%;
  }
  .subp section.sub-contents table {
    border: none;
  }
  .subp section.sub-contents th {
    display: table-cell;
    width: 35%;
    padding: 0.5em 0;
    text-align: center;
  }
  .subp section.sub-contents td {
    display: table-cell;
    width: 65%;
    padding: 0.5em 0;
  }
  /*voice 体験者の声開始----------------------------------------------*/
  #voice .voice_box {
    padding: 1em 1em 3.5em;
    width: 650px;
  }
  #voice .sub-contents .voice-ttl {
    padding: 1em;
    font-size: 1.5em;
  }
  #voice .sub-contents .voice-ttl span {
    font-size: 0.7em;
  }
  #voice .voice_box h3 {
    font-size: 1.1em;
  }
  #voice .voice_box p:nth-last-child(2) {
    width: 500px;
  }
  #voice .voice_box p:last-child img {
    margin: 0.2em 0 0 0;
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
  }
  /* -------------------------------------- トップへ .back_btn */
  .back_btn a {
    display: inline-block;
    position: fixed;
    line-height: 5vh;
    font-size: 1em;
    z-index: 9;
    right: 2.5vw;
    top: -8vh;
    border-radius: 5px;
    background-color: #eb6100;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 5vh;
    margin: 15vh auto;
  }
  /*tokuten 特典開始----------------------------------------------*/
  /*.tokuten:first-of-type {
    margin: 2em auto 2em auto
  }*/
  .tokuten {
    margin: 0 auto 4em auto;
  }
  #ord.kakaku {
    margin: 0 auto;
    padding: 2em 0 0 0;
  }
  .next_3dan {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.1;
  }
  /* -------------------------------------- オンラインまたはDVD .or */
  .or {
    width: 700px;
    margin: 2em auto;
  }
  .or p:first-child {
    font-size: 1.2em;
  }
  .or img {
    width: 500px;
    height: auto;
  }
  .or::before {
    left: 40px;
  }
  .or::after {
    right: 40px;
  }
  /* -------------------------------------- ギターYS */
  .smp_siryou {
    display: none;
  }
  .pc_siryou {
    display: block;
    width: 760px;
    margin: 3em auto;
  }
  .btn_top {
    width: auto;
  }
  .btn_text {
    display: none;
  }
}