@charset "utf-8";
/* ヴァイオリンLP PC用 */
.gset_link {
  box-shadow: 0 2px 10px 2px rgba(109,144,145,0.40);
  -webkit-box-shadow: 0 2px 10px 2px rgba(109,144,145,0.40);
}
/* -------------------------------------- メインビジュアル .main_v */
.main_v {
  height: 450px;
  content-visibility: visible;
}
.sub_v {
  height: 400px;
  padding: 1em 30px;
  background-color: #7d1237;
  background-image: -webkit-linear-gradient(270deg,rgba(125,18,55,1.00) 0%,rgba(193,0,69,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(125,18,55,1.00) 0%,rgba(193,0,69,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(125,18,55,1.00) 0%,rgba(193,0,69,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(125,18,55,1.00) 0%,rgba(193,0,69,1.00) 100%);
  content-visibility: visible;
  position: relative;
}
.sub_v .catch-copy {
  height: auto;
  padding-top: 0;
  background-image: none;
  overflow: visible;
  mix-blend-mode: normal;
}
.sub_v h2 {
  height: auto;
  margin-bottom: .2em;
  color: #ffe284;
  font-family: inherit;
  font-size: 4.8rem;
  letter-spacing: -1px;
  text-align: left;
  overflow: hidden;
}
.sub_v h2 + p {
  width: 420px;
  margin-bottom: 1em;
  color: #FFFFFF;
  font-size: .96em;
  letter-spacing: -1px;
}
.sub_v .repeat {
  margin: 1em 30px 1em;
  padding: 1em 0 1em 120px;
  color: #FFFFFF;
  font-size: 2.4rem;
  background-image: url("../ppc-img/repeat-ttl.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100px 70px;
  position: absolute;
  top: 0;
  right: 0;
}
.sub_v .capture {
  display: block;
  width: 485px;
  height: 140px;
  position: absolute;
  right: 30px;
  top: 135px;
}
.sub_v .capture::before,
.sub_v .capture::after {
  content: "";
  width: 240px;
  height: 137.5px;
  border: 2px solid #FFFFFF;
  background-image: url("../ppc-img/vn_cap.jpg");
  background-repeat: no-repeat;
  background-size: 240px 275px;
  position: absolute;
  top: 0;
}
.sub_v .capture::before {
  background-position: left top;
  left: 0;
}
.sub_v .capture::after {
  background-position: left bottom;
  right: 0;
}
.sub_v .captxt {
  display: flex;
  align-items: center;
  height: auto;
  max-height: 90px;
  padding: .5em 1em;
  margin-bottom: .5em;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: -1px;
  background-color: #FFFFFF;
  overflow: hidden;
  font-feature-settings: "palt";
}
.sub_v .captxt strong {
  display: block;
  padding-right: 1em;
  margin-right: 1em;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #000;
}
/* -------------------------------------- 資料請求ボックス .reqbox */
/*.reqbox {
  padding: 80px 0 40px;
  text-align: center;
  background-color: #FFDDDB;
}
.reqbox .docbtn a {
  display: block;
  width: 700px;
  height: 0;
  padding: 110px 0 0;
  margin: 1em auto;
  border: none;
  position: static;
  background-image: url("/violin/img/vn_shiryou-btn.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
}
.reqbox .vn_present {
  width: 690px;
  padding: 2em 1em .5em;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #FF3300;
  position: relative;
  left: 5px;
  line-height: 1.4;
}
.reqbox .vn_present h3 {
  width: 510px;
  height: 2em;
  padding-left: 1em;
  color: #C10045;
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  line-height: 2;
  text-align: left;
  background-color: #FFFFCC;
  border-radius: 0 1em 1em 0;
  box-shadow: 0 1px 2px 0 #e0b559;
  position: absolute;
  top: -1em;
  left: -10px;
}
.reqbox .vn_present h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #C19C00;
  border-left: 10px solid transparent;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.reqbox .vn_present strong {
  color: #C10045;
}
.present {
  width: 650px;
  margin: 2em auto 0;
  padding: 1.5em 0 .5em;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 1.5em;
  box-shadow: 0 2px 3px 0 rgba(193,156,0,0.50);
}
.present .banzai {
  margin: 0 0 .5em;
  padding: 0 30px;
  color: #FF3700;
  font-size: 1.1em;
}
.present .banzai:before, .present .banzai:after {
  width: 1.2em;
  height: 1px;
  background-color: #FF3700;
}
.present .txt_lg {
  display: block;
  font-size: 1.6em;
  line-height: 1.4;
}
.present a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  height: 100px;
  padding: 0 0 0 120px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
}
.present a::before {
  content: "";
  display: block;
  width: 494px;
  height: 94px;
  border: 2px solid #FFFFFF;
  border-radius: 47px;
  position: absolute;
  left: calc(50% - 247px);
  top: calc(50% - 47px);
}
.present a::after {
  content: "";
  display: block;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  width: 10px;
  height: 10px;
  transform: scale(0.8, 1.5) rotate(45deg);
  position: absolute;
  right: 40px;
  top: calc(50% - 5px);
  transition: .5s;
}
.present a.docbtn::after {
  animation: .5s ease-in 1s infinite alternate slidein;
}
.present a:hover::after {
  right: 30px;
  animation: none;
}
@keyframes slidein{
  0%{
  right: 40px;
  }
  100%{
  right: 30px;
  }
}
.present a.docbtn {
  margin: 1em auto;
  font-size: 1.4em;
  text-shadow:
    #FF3700 4px 0px, #FF3700 -4px 0px, #FF3700 0px -4px, #FF3700 0px 4px, #FF3700 4px 4px, #FF3700 -4px 4px, #FF3700 4px -4px, #FF3700 -4px -4px, #FF3700 3px 4px, #FF3700 -3px 4px, #FF3700 3px -4px, #FF3700 -3px -4px, #FF3700 4px 3px, #FF3700 -4px 3px, #FF3700 4px -3px, #FF3700 -4px -3px;
  background-color: #FF3700;
  background-image: url("../img/vn_docbtn_img.gif");
  background-size: 78px 69px;
  background-repeat: no-repeat;
  background-position: left 40px center;
  line-height: 1.2;
}
.present a.phonebtn {
  content-visibility: none;
  display: none;
}
.present .telno {
  width: 500px;
  background-image: none;
}
.present .telno img {
  width: 400px;
}
.present .telno p:first-of-type {
  font-size: 2.0rem;
  left: 20px;
}*/
/* -------------------------------------- 資料請求 .shiryo_btn */
/*.shiryo_btn {
  width: 780px;
  height: 200px;
  margin: 80px auto 0;
  position: relative;
}
.shiryo_btn a {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  color: #FFFFFF;
  font-size: 4.0rem;
  text-align: center;
  text-decoration: none;
  line-height: 160px;
  background-color: #16924B;
  box-shadow: 0 10px 0 0 #13743d;
  border-radius: 10px;
  content-visibility: visible;
  position: absolute;
  top: 0;
  transition: .5s;
}
.shiryo_btn a:hover {
  box-shadow: 0 1px 0 0 #13743d;
  top: 9px;
  transition: .5s;
}
.shiryo_btn a::before {
  content: "詳しい資料を見たい方はこちらから！";
  display: block;
  width: 650px;
  height: 50px;
  color: #16924B;
  font-size: 2.4rem;
  line-height: 1.8;
  background-color: #FFFFFF;
  border: 2px solid #16924B;
  border-radius: .5em;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.shiryo_btn a::after {
  content: "\0bb";
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}*/
/* -------------------------------------- 視聴動画 .movie */
.movie h2 {
  height: 0;
  margin-bottom: 30px;
  padding-top: 170px;
  background-image: url("../ppc-img/vn_movie-ttl.gif");
  background-repeat: no-repeat;
  background-size: 750px 170px;
  background-position: center top;
  overflow: hidden;
  border: none;
}
.bln_btm {
  margin-bottom: 1.5em;
  padding: 1em 0;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  text-align: center;
  background-color: #ff4800;
  position: relative;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 10%,rgba(255,72,0,1.00) 20%,rgba(255,72,0,1.00) 80%,rgba(255,255,255,1.00) 90%);
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 10%,rgba(255,72,0,1.00) 20%,rgba(255,72,0,1.00) 80%,rgba(255,255,255,1.00) 90%);
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 10%,rgba(255,72,0,1.00) 20%,rgba(255,72,0,1.00) 80%,rgba(255,255,255,1.00) 90%);
  background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 10%,rgba(255,72,0,1.00) 20%,rgba(255,72,0,1.00) 80%,rgba(255,255,255,1.00) 90%);
}
.bln_btm:before {
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #ff4800;
  position: absolute;
  top: 100%;
  left: calc(50% - 15px);
}
/* -------------------------------------- プロフィール .prof */
.prof {
  background-color: #FFEECF;
  background-image: url("../ppc-img/vn_tex_bg.jpg");
}
.prof h2 {
  padding: 0;
  font-size: 4.4rem;
  text-align: center;
  border-left: none;
}
.prof h2 + picture {
  height: 340px;
  margin-right: 1em;
  padding-left: 160px;
  float: left;
}
.profbox {
  width: 650px;
  margin: 0 auto;
  padding: 0;
  font-size: .9em;
}
.profbox h3 {
  border-bottom: 2px solid #3D232B;
}
.artist {
  padding: .5em 20px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px rgba(0,0,0,0.40);
}
.artist ul, .artist li {
  display: inline;
}
.artist li::after {
  content: "/";
  padding-left: .2em;
}
.artist li:last-child::after {
  content: "";
  padding-left: 0;
}
/* -------------------------------------- 上部お客様の声 .voice-top */
.voice-top {
  padding: 80px 40px;
  background-color: #FFEECF;
  background-image: url("../ppc-img/vn_tex_bg.jpg");
}
.voice-top h2 {
  height: auto;
  padding: .5em 80px;
  text-align: left;
  letter-spacing: -1px;
  border-left: 0;
  border-top: 2px solid #3d232b;
  border-bottom: 2px solid #3d232b;
  position: relative;
  overflow: visible;
}
.voice-top h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../ppc-img/voice_ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  bottom: -70px;
}
.voice_box {
  width: 720px;
  margin: 1em auto;
  padding: 1em 1.5em 1.5em;
  font-size: 1em;
  background-color: #FFFFFF;
  border: 1px solid #3d232b;
  position: relative;
  z-index: 10;
}
.voice_box h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-family: inherit;
}
.voice_box h3 + p {
  text-align: right;
  font-size: .9em;
}
.voice_box::after {
  content: "※実践されたお客様個人のご感想です。";
  color: #ACACAC;
  font-size: .8em;
  position: absolute;
  right: 2vw;
  bottom: .5em;
}
/* -------------------------------------- 教材について .about */
.about {
  padding: 0;
}
.about h2 {
  height: 0;
  padding: 185px 0 0;
	margin-bottom: 0;
  color: #FFD993;
  text-align: center;
  background-color: #3B0909;
  background-image: url("../ppc-img/vn_about-ttl.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 980px 185px;
  overflow: hidden;
}
.about h3, .rsn .h3 {
  position: relative;
  display: block;
  margin: 1em 0 40px 180px;
  padding: 0.5em 1em;
  width: 650px;
  min-height: 60px;
  color: #332400;
  font-size: 2.6rem;
  font-family: inherit;
  font-weight: normal;
  background-image: none !important;
  background-color: #ffebcd;
  border: 1px solid #332400;
  border-radius: 0.5em;
  box-shadow: 0 5px 0 0 #7d7364;
  box-sizing: border-box;
}
.about h3::before, .rsn .h3::before {
  content: "";
  display: block;
  width: 45px;
  height: 40px;
  background-image: url("../ppc-img/vn_about-ttl-tail.png");
  background-repeat: no-repeat;
  background-size: 45px 40px;
  position: absolute;
  bottom: -40px;
  left: 50px;
  z-index: 2;
}
.about h3::after, .rsn .h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 159px;
  background-image: url("../ppc-img/vn_bgnr-icon.png");
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center top;
  position: absolute;
  bottom: -80px;
  left: -140px;
  z-index: 1;
  mix-blend-mode: multiply;
}
.about h3:first-of-type::after,
.about h3:nth-of-type(3)::after {
  background-position: center top;
}
.about h3:nth-of-type(2)::after {
  background-position: center top -160px;
}
.about h3:nth-of-type(4)::after  {
  background-position: center top -320px;
}
.rsn .h3::after {
  background-position: center top -480px;
}
.about .minbox {
  padding: 38px 130px 1em 2em;
  min-height: 170px;
  position: relative;
}
.about .minbox::after {
  content: "";
  width: 130px;
  height: 170px;
  background-image: url("../ppc-img/vn_tchr-icon.gif");
  background-size: 130px auto;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
}
.about .minbox.ans1::after {
  background-position: center top;
  bottom: 0;
}
.about .minbox.ans2::after,
.about .minbox.ans4::after {
  background-position: center top -170px;
  bottom: 0;
}
.about .minbox.ans3::after {
  background-position: center top -340px;
  top: 0;
}
/* -------------------------------------- ３つの理由 .rsn */
.rsn h2 {
  margin-bottom: .2em;
}
.rsn h2 + .subttl {
  margin-bottom: .5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.rsn h2 + .subttl .txt_lg {
  margin: 0 -.2em 0;
  font-size: 200%;
}
.rsn .rsnttl {
  width: 760px;
  height: auto;
  margin: 0 auto 1.5em;
  padding: 1em 0 1em 80px;
  color: #FFFFFF;
  font-size: 3.2rem;
  letter-spacing: -2px;
  line-height: 1.4;
  text-shadow: 0 3px 3px rgba(125,18,55,0.80);
  background-color: #C10045;
  background-image: -webkit-linear-gradient(270deg,rgba(193,0,69,1.00) 0%,rgba(125,18,55,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(193,0,69,1.00) 0%,rgba(125,18,55,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(193,0,69,1.00) 0%,rgba(125,18,55,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(193,0,69,1.00) 0%,rgba(125,18,55,1.00) 100%);
  overflow: visible;
  position: relative;
}
.rsn .rsnttl.no3 {
  white-space: nowrap;
}
.rsn .rsnttl::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding-bottom: 60px;
  color: #C10045;
  font-size: 2.4rem;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(231,206,160,1.00);
  letter-spacing: -1px;
  background-color: #FFEECF;
  border: 5px solid #CFA559;
  border-radius: 50%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-image: -webkit-linear-gradient(310deg,rgba(255,255,255,1.00) 0%,rgba(255,238,207,1.00) 40%);
  background-image: -moz-linear-gradient(310deg,rgba(255,255,255,1.00) 0%,rgba(255,238,207,1.00) 40%);
  background-image: -o-linear-gradient(310deg,rgba(255,255,255,1.00) 0%,rgba(255,238,207,1.00) 40%);
  background-image: linear-gradient(140deg,rgba(255,255,255,1.00) 0%,rgba(255,238,207,1.00) 40%);
}
.rsn .rsnttl::after{
  content: "";
  color: #C10045;
  font-size: 6.6rem;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 2px 2px rgba(231,206,160,1.00);
  position: absolute;
  left: -14px;
  bottom: -5px;
  z-index: 20;
}
.rsn .rsnttl.no1::before {
  content: "理由";
}
.rsn .rsnttl.no1::after {
  content: "1";
}
.rsn .rsnttl.no2::before {
  content: "理由";
}
.rsn .rsnttl.no2::after {
  content: "2";
}
.rsn .rsnttl.no3::before {
  content: "理由";
}
.rsn .rsnttl.no3::after {
  content: "3";
}
.rsn .minbox {
  margin-bottom: 2em;
}
.rsn .rsnimg {
  display: block;
  margin: 0;
  background-image: url("../ppc-img/vn_rsn.jpg");
  background-size: 360px 1200px;
  overflow: hidden;
}
.rsn .rsnimg.no1 {
  width: 360px;
  height: 210px;
  margin-top: -210px;
  background-position: left top;
  position: relative;
  top: -160px;
  right: -580px;
}
.rsn .rsnimg.no2 {
  width: 350px;
  height: 200px;
  background-position: left top -210px;
  position: relative;
  top: -1em;
  left: calc(50% - 175px);
}
.rsn .rsnimg.no3,
.rsn .rsnimg.no4 {
  width: 350px;
  height: 195px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 3px 2px #cebea2;
  background-position: left top -410px;
}
.rsn .rsnimg.no4 {
  background-position: left top -605px;
}
.rsn .rsnttl.no3 + .minbox {
  position: relative;
}
.rsn .rsnimg.no5 {
  width: 350px;
  height: 200px;
  background-position: left top -800px;
  position: absolute;
  top: 0;
  right: -50px;
}
.rsn .rsnimg.no6 {
  width: 700px;
  height: 350px;
  margin-top: -1em;
  background-position: left bottom;
  background-size: 720px 2350px;
  border: 1px solid #ccc;
  position: relative;
  top: 0;
  left: calc(50% - 350px);
}
.rsn .rsnimg.no6 + p {
  font-size: 3.0rem;
}
.grd-box {
  width: 780px;
  margin: 1em auto 2em;
  padding: 0;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg,rgba(255,208,182,1.00) 0%,rgba(255,244,238,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(255,208,182,1.00) 0%,rgba(255,244,238,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(255,208,182,1.00) 0%,rgba(255,244,238,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(255,208,182,1.00) 0%,rgba(255,244,238,1.00) 100%);
}
.grd-box .flexbox {
  padding: 0 20px 1em;
  justify-content: space-around;
}
.grd-box > p {
  margin-bottom: 1em;
  padding: 0.2em 0;
  color: #704224;
  background-color: #FFFFFF;
}
/* -------------------------------------- 人気のポイント .point */
.point h2 {
  margin-bottom: .5em;
  font-size: 3.6rem;
}
.point h2 + .subttl {
  margin-bottom: .5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5.6rem;
  font-weight: bold;
  text-align: center;
}
.point ul {
  margin-bottom: 40px;
}
.point li {
  width: 720px;
  margin: 1em auto;
  padding: .5em 20px 1em 70px;
  border: 1px solid rgba(193,0,69,1.00);
  position: relative;
}
.point li::after {
  content: "";
  display: block;
  width: 64px;
  height: 95px;
  background-image: url("../ppc-img/rsn-flag_h100.gif");
  background-repeat: no-repeat;
  background-size: 64px 500px;
  position: absolute;
  top: -5px;
  left: -2px;
  z-index: 10;
}
.point li:nth-child(1)::after {
  background-position: left top;
}
.point li:nth-child(2)::after {
  background-position: left top -100px;
}
.point li:nth-child(3)::after {
  background-position: left top -200px;
}
.point li:nth-child(4)::after {
  background-position: left top -300px;
}
.point li:nth-child(5)::after {
  background-position: left top -400px;
}
.point li h3 {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 1em;
  min-height: 70px;
  font-family: inherit;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(193,0,69,1.00);
}
.point li strong {
  color: rgba(193,0,69,1.00);
}
.point .pointimg {
  display: block;
  margin: 0;
  background-image: url("../ppc-img/vn_pnt.jpg");
  background-size: 350px 950px;
  background-repeat: no-repeat;
  position: relative;
  left: -1vw;
}
.point .pointimg.no1 {
  width: 350px;
  height: 190px;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 15px;
}
.point .pointimg.no2,
.point .pointimg.no3,
.point .pointimg.no5 {
  width: 300px;
  height: 175px;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: 15px;
}
.point .pointimg.no2 {
  background-position: left top -190px;
}
.point .pointimg.no3 {
  background-position: left top -365px;
  bottom: auto;
  top: 80px;
}
.point .pointimg.no5 {
  background-position: left top -775px;
}
.point .pointimg.no4 {
  width: 700px;
  height: 340px;
  background-image: url("../ppc-img/vn_pnt4_pc.jpg");
  background-size: 700px 340px;
  background-position: left top;
  left: calc(50% - 370px);
}
/* -------------------------------------- 気になる中身は .nakami #naiyou */
.nakami h2 {
  height: auto;
}
.nakami h2 strong {
  display: block;
}
.naiyou {
  margin: 40px 0;
}
.naiyou h3 {
  margin: 0 auto 1em;
  padding: .5em 0 .5em 240px;
  color: #FFFFFF;
  font-size: 3.6rem;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  overflow: visible;
  position: relative;
}
.first .naiyou h3 {
  background-color: #8F0000;
  background-image: url("../ppc-img/vn_3set-ttl-bg_1dan.jpg");
}
.second .naiyou h3 {
  background-color: #010D5F;
  background-image: url("../ppc-img/vn_3set-ttl-bg_2dan.jpg");
}
.third .naiyou h3 {
  background-color: #233901;
  background-image: url("../ppc-img/vn_3set-ttl-bg_3dan.jpg");
}
.naiyou h3 span {
  width: 106px;
  height: 0;
  padding-top: 106px;
  background-image: url("../ppc-img/vn_badge_dan.gif");
  background-repeat: no-repeat;
  background-size: 110px 330px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 370px);
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: normal;
}
.first .naiyou h3 span {
  background-position: left top;
}
.second .naiyou h3 span {
  background-position: left top -110px;
}
.third .naiyou h3 span {
  background-position: left top -220px;
}
.naiyou_txt {
  padding: 0 110px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 225px 225px;
}
.first .naiyou_txt {
  padding: 0 110px;
  background-image: url("../ppc-img/vn_item-img1.png");
  background-position: right 90px top;
}
.second .naiyou_txt {
  padding: 20px 110px;
  margin-top: -20px;
  background-image: url("../ppc-img/vn_item-img2.png");
  background-position: right 50px top;
}
.third .naiyou_txt {
  background-image: url("../ppc-img/vn_item-img3.png");
  background-position: right 60px top 20px;
}
.naiyou_txt p:first-child {
  margin-bottom: .5em;
  color: #A96F0B;
  font-size: 3.0rem;
  font-weight: 900;
  font-feature-settings: "palt";
  letter-spacing: -1px;
}
.set_list {
  width: 780px;
  margin: 1em auto;
  padding: 0;
  display: grid;
  grid-template-rows: auto auto 1px 1fr;
  grid-template-columns: 130px 10px 1fr;
  overflow: hidden;
}
.naiyou h4 {
  display: inline-block;
  padding: .2em .5em;
  color: #FFFFFF;
  text-align: center;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  background-color: #3D232B;
}
.naiyou h4.m_list {
  background-color: #A96F0B;
}
.m_list {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.m_list + ul {
  grid-row: 1;
  grid-column: 3;
}
.n_list {
  grid-row: 4;
  grid-column: 1;
}
.n_list + ul {
  grid-row: 4;
  grid-column: 3;
}
.first .set_list {
  grid-template-rows: auto 1px 1fr;
  grid-template-columns: 130px 10px 1fr;
}
.first .m_list {
  grid-row: 1;
  grid-column: 1;
}
.first .m_list + ul {
  grid-row: 1;
  grid-column: 3;
}
.first .n_list {
  grid-row: 3;
  grid-column: 1;
}
.first .n_list + ul {
  grid-row: 3;
  grid-column: 3;
}
.nakami .nakami_box {
  width: 920px;
  margin: 1em auto 2em;
  padding: 0.5em 20px 2em;
  background-color: #EDEDED;
  background-image: url("../ppc-img/vn_3set-listbg.png");
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  position: relative;
}
.nakami .first .nakami_box::before {
  content: url("../ppc-img/vn_1dan-op.png");
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
}
.nakami .nakami_smry::before {
  content: "";
  display: block;
  clear: both;
  width: 110px;
  height: 130px;
  background-image: url("../ppc-img/vn_3set-listbg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  transform: scale(-1,-1);
  position: absolute;
  left: -30px;
  top: -160px;
}
.nakami_box h4 {
  display: inline-block;
  margin-left: 50px;
  width: 130px;
  padding: .2em 0;
  text-align: center;
}
.nakami_box h5, .nakami_box .h5 {
  margin-bottom: 1em;
  color: #A96F0B;
  font-family: inherit;
  font-weight: 700;
  border-bottom: 1px solid #A96F0B;
}
.first .nakami_box .h5 {
  width: 40%;
}
.first .nakami_box .nakami_indx + .h5 {
  position: relative;
  left: 480px;
}
.nakami_box h5 {
  font-size: 1.2em;
}
.nakami_indx {
  margin-left: 35px;
  font-size: 1.8rem;
  column-count: 2;
}
.nakami_indx li.h5 {
  margin-left: 1em;
}
.nakami_indx li {
  padding-left: 100px;
  text-indent: -100px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.nakami_indx li.pc_view {
  min-height: 7.5rem;
}
.lsn_no {
  display: inline-block;
  width: 100px;
  height: 2.3rem;
  color: #A96F0B;
  font-size: 1.6rem;
  text-indent: 0;
  text-align: right;
  overflow: hidden;
}
.nakami_smry {
  margin: 70px 30px 0;
  padding: 1em 40px;
  background-color: #FFF4E2;
  background-image: url("../ppc-img/vn_tex_bg.jpg");
  position: relative;
}
.nakami_smry .photo-frm {
  box-shadow: 0 0 3px 2px rgba(150,104,91,0.40);
}
.first .flexbox img {
  width: 350px;
  height: 220px;
}
.smrybox .smryimg {
  display: block;
  width: 240px;
  height: 140px;
  margin: .5em auto;
  background-repeat: no-repeat;
}
.smrybox::before,
.smrybox::after {
  content: "";
  display: block;
  width: 240px;
  height: 140px;
  margin: -140px auto .5em;
  background-repeat: no-repeat;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 3px 2px rgba(150,104,91,0.30);
  position: relative;
  left: -250px;
  top: 150px;
}
.smrybox::after {
  left: auto;
  margin: -150px auto 1em;
  right: -250px;
  top: 0;
}
.first .smrybox .smryimg,
.first .smrybox::before,
.first .smrybox::after {
  background-image: url("../ppc-img/vn_1dan.jpg");
  background-size: 240px 840px;
}
.first .smrybox.no1 .smryimg {
  background-position: left top -350px;
}
.first .smrybox.no3 .smryimg {
  background-position: left top -700px;
  background-position: left top -875px;
}
.first .smrybox.no1::before {
  background-position: left top;
}
.first .smrybox.no1 .smryimg {
  background-position: left top -140px;
}
.first .smrybox.no1::after {
  background-position: left top -280px;
}
.first .smrybox.no3::before {
  background-position: left top -420px;
}
.first .smrybox.no3 .smryimg {
  background-position: left top -560px;
}
.first .smrybox.no3::after {
}
.second .smrybox .smryimg,
.second .smrybox::before,
.second .smrybox::after {
  background-image: url("../ppc-img/vn_2dan.jpg");
  background-size: 240px 1680px;
  background-position: left top;
}
.second .smrybox.no1::before {
  background-position: left top;
}
.second .smrybox.no1 .smryimg {
  background-position: left top -140px;
}
.second .smrybox.no1::after {
  background-position: left top -280px;
}
.second .smrybox.no2::before {
  background-position: left top -420px;
}
.second .smrybox.no2 .smryimg {
  background-position: left top -560px;
}
.second .smrybox.no2::after {
  background-position: left top -700px;
}
.second .smrybox.no3::before {
  background-position: left top -840px;
}
.second .smrybox.no3 .smryimg {
  background-position: left top -980px;
}
.second .smrybox.no3::after {
  background-position: left top -1120px;
}
.second .smrybox.no4::before {
  background-position: left top -1260px;
}
.second .smrybox.no4 .smryimg {
  background-position: left top -1400px;
}
.second .smrybox.no4::after {
  background-position: left top -1540px;
}
.third .smrybox .smryimg,
.third .smrybox::before,
.third .smrybox::after {
  background-image: url("../ppc-img/vn_3dan.jpg");
  background-size: 240px 1680px;
}
.third .smrybox.no1::before {
  background-position: left top;
}
.third .smrybox.no1 .smryimg {
  background-position: left top -140px;
}
.third .smrybox.no1::after {
  background-position: left top -280px;
}
.third .smrybox.no2::before {
  background-position: left top -420px;
}
.third .smrybox.no2 .smryimg {
  background-position: left top -560px;
}
.third .smrybox.no2::after {
  background-position: left top -700px;
}
.third .smrybox.no3::before {
  background-position: left top -840px;
}
.third .smrybox.no3 .smryimg {
  background-position: left top -980px;
}
.third .smrybox.no3::after {
  background-position: left top -1120px;
}
.third .smrybox.no4::before {
  background-position: left top -1260px;
}
.third .smrybox.no4 .smryimg {
  background-position: left top -1400px;
}
.third .smrybox.no4::after {
  background-position: left top -1540px;
}
.bln {
  margin: 0 0 0 20px;
  padding: .5em;
  color: #FFFFFF;
  background-color: #A96F0B;
  border-radius: .5em;
  position: relative;
}
.bln:before {
  content: "";
  border: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #A96F0B;
  position: absolute;
  bottom: calc(50% - 15px);
  left: -30px;
}
.jsrc {
  display: block;
  float: none;
  text-align: left;
  margin-left: 120px;
  grid-row: 2;
  grid-column: 3;
  padding-left: 3.5em;
  font-size: .9em;
  background-image: url("/img/parts/jasrac-logo.png");
  background-repeat: no-repeat;
  background-position: left top .3em;
  background-size: 3em auto;
}
/* -------------------------------------- 分かりやすい工夫 .idea */
.idea {
  padding-top: 0;
}
.idea h2 {
  font-size: 5.6rem;
}
.idea h2 + .subttl {
  margin-bottom: .5em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -2px;
}
:lang(x)+:-webkit-full-screen-document, .idea h2 + .subttl {
  font-feature-settings: "palt";
}
.idea .idea_box {
  width: 900px;
  padding: 0 30px 20px;
  margin: 0 auto .5em;
  background-color: #FFFDD0;
  border: 1px solid #3d232b;
  position: relative;
}
.idea .idea_box h3 {
  padding-left: 60px;
  margin: .5em 0;
  font-size: 3.6rem;
  line-height: 1.2;
  background-image: url("../ppc-img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 38.5px 43.5px;
  background-position: left top;
}
.idea .idea_box h3 strong {
  color: rgba(193,0,69,1.00);
}
.idea .flexbox_all.zoom {
  width: 570px;
  margin-left: 30px;
  padding-bottom: 1em;
}
.idea .flexbox_all.zoom::after {
  content: "画像をタップすると拡大します";
  display: block;
  width: 570px;
  margin: 0;
  text-align: center;
  background-image: url("../ppc-img/ic_up3k.svg");
  background-position: calc(50% - 8em) .3em;
  background-repeat: no-repeat;
  background-size: 1em auto;
  position: absolute;
  left: 80px;
  bottom: 1em;
}
.idea .flexbox_all.zoom p {
  width: 280px;
  position: relative;
}
.idea .flexbox_all.zoom p::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../ppc-img/icon_zoom.gif");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.idea .idea_box > p {
  margin: 1em 60px;
}
.idea .idea_box:first-of-type > p {
  margin: 1em 240px 1em 60px;
}
.idea .pcimg {
  display: block;
  margin: 0 !important;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.idea .idea_box:nth-of-type(2) p:last-child {
  height: 540px;
}
.idea .idea_box:nth-of-type(3) p:last-child {
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.idea .idea_box:nth-of-type(3) p:last-child img {
  width: 325px;
  height: 175px;
}
.idea .idea_box:last-of-type {
  height: 700px;
  padding-bottom: 300px;
}
.idea .idea_box:last-of-type h3 + p {
  text-align: center;
}
.idea .idea_box:last-of-type h3 + p img {
  width: 287px;
}
.idea .idea_box:last-of-type h3 + p + p {
  text-align: center;
}
.watch-type {
  display: flex;
  align-content: flex-start;
  margin-left: 20px;
  overflow: hidden;
}
.watch-type li {
  margin-top: 0;
  padding: 130px 0 0;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.watch-type li:first-child {
  margin-top: 0;
}
.watch-type li:nth-child(odd) {
  width: 250px;
  float: none;
}
.watch-type li:nth-child(3) {
  margin-left: -30px;
}
.watch-type li:nth-child(even) {
  width: 250px;
  margin-top: 100px;
  margin-left: -50px;
  float: none;
}
.watch-type li:first-child,
.watch-type li:nth-child(2) {
  line-height: 1.4;
}
.watch-type li:nth-child(4) {
  width: 280px;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-color: #FFF4E8;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: auto;
  mix-blend-mode: multiply;
}
.watch-type li:nth-child(even)::before {
  left: 30px;
  right: auto;
}
.watch-type li::after {
  content: "";
  display: block;
  width: 200px;
  height: 130px;
  background-image: url("../ppc-img/devicex400.gif");
  background-repeat: no-repeat;
  background-size: 800px 130px;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
}
.watch-type li:nth-child(2)::after {
  background-position: left -200px top;
}
.watch-type li:nth-child(3)::after {
  background-position: left -400px top;
}
.watch-type li:nth-child(4)::after {
  background-position: left -600px top;
}
/* -------------------------------------- 推薦者の声 .recom */
.recom {
  padding-top: 0;
}
#recom h2 {
  font-size: 4.4rem;
}
.recom h2 .txt_block {
  letter-spacing: -.5px;
}
.recom .recom_box {
  margin: 0 auto;
  padding: 0.5em 0;
  width: 760px;
  position: relative;
  overflow: hidden;
}
.recom .recom_box::after {
  content: "";
  display: block;
  width: 140px;
  height: 45px;
  background-image: url("../ppc-img/vn_recom_bg.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 140px 45px;
  position: absolute;
  left: 0;
  bottom: 10%;
}
.recom .recom_box h3,
.recom .recom_box p {
  margin-bottom: 0.2em;
}
.recom .recom_box p:first-child {
  float: left;
}
.recom .recom_box img {
  width: 180px;
  margin: 0.5em 1em 0 0;
}
.recom .recom_box .recom_prof {
  width: 560px;
  padding: 0.5em 0;
  float: right;
}
.recom .recom_box .recom_prof h3 {
  color: #AC003D;
  font-size: 1.6em;
}
.recom .recom_box .recom_prof p {
  font-size: 1em;
  line-height: 1.2;
  color: #3F2B2F;
}
.recom .recom_box .recom_txt {
  width: 560px;
  margin-top: 0.5em;
  padding: 0.5em 1em 0;
  border-top: 1px solid #CCCCCC;
  float: right;
}
/* -------------------------------------- 金銭比較 .hikaku */
.hikaku {
  padding-top: 130px;
  background-image: url("../ppc-img/hikaku_ttl-arrow.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 320px 70px;
}
.hikaku h2 {
  height: auto;
  margin-bottom: 30px;
  font-size: 4rem;
  font-family: inherit;
  text-align: center;
  color: #EC3B04;
  border-left: none;
}
.hikaku strong {
  color: #EC3B04;
  font-weight: 700;
}
.hikaku-img {
  display: flex;
  justify-content: space-between;
  width: 790px;
  margin: 2em auto 0;
  position: relative;
}
.hikaku-img p:first-child,
.hikaku-img p:nth-child(2) {
  width: 360px;
  height: 0;
  margin: 0;
  padding-top: 240px;
  color: transparent;
  background-image: url("../ppc-img/vn_hikaku-img.gif");
  background-repeat: no-repeat;
  background-size: 360px 480px;
  overflow: hidden;
}
.hikaku-img p:first-child {
  margin-bottom: 0;
  background-position: left top;
}
.hikaku-img p:nth-child(2) {
  background-position: left bottom;
}
.hikaku-img p:nth-child(3) {
  text-align: center;
  line-height: 1.2;
  position: absolute;
  left: calc(50% - 110px);
  top: calc(50% - 70px);
}
.hikaku-img p:nth-child(3)::before {
  content: "";
  width: 180px;
  height: 150px;
  margin: 0;
  background-image: url("../ppc-img/hikaku_arrow.svg");
  background-repeat: no-repeat;
  background-size: 180px 150px;
  transform: none;
  position: absolute;
  left: 0;
  top: 0;
}
.hikaku-img p:nth-child(3) .otoku {
  color: #EF2D00;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -1px;
  text-shadow: 
    #fff 2px 0px 0px, #fff -2px 0px 0px,
    #fff 0px -2px 0px, #fff 0px 2px 0px,
    #fff 2px 2px 0px, #fff -2px 2px 0px,
    #fff 2px -2px 0px, #fff -2px -2px 0px,
    #fff 1px 2px 0px, #fff -1px 2px 0px,
    #fff 1px -2px 0px, #fff -1px -2px 0px,
    #fff 2px 1px 0px, #fff -2px 1px 0px,
    #fff 2px -1px 0px, #fff -2px -1px 0px,
    #fff 1px 1px 0px, #fff -1px 1px 0px,
    #fff 1px -1px 0px, #fff -1px -1px 0px;
  position: relative;
  top: 40px;
  z-index: 10;
}
.hikaku-img p:nth-child(3) .otoku .txt_lg {
  font-size: 1.4em;
}
.hikaku_cap {
  margin-bottom: 2em;
  padding: 0;
  line-height: 1.2;
}
.hikaku_cap li {
  padding-left: 2em;
  text-indent: -2em;
  font-size: .8em;
  counter-increment: cnt;
}
.hikaku_cap li::before {
  content: '※'counter(cnt);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
/* -------------------------------------- 教材 .item */
.item {
  padding-bottom: 1em;
}
.item > p:first-child {
  margin-bottom: .5em;
  font-size: 2.8rem;
  text-align: center;
}
.item h2 {
  height: auto;
  padding: 0;
  margin-bottom: .5em;
  color: rgba(193,0,69,1.00);
  font-size: 5.0rem;
  text-align: center;
  border-left: 0;
}
.item h2 + p {
  width: 580px;
  height: 0;
  margin: 0 auto 1em;
  padding-top: 80px;
  background-image: url("../ppc-img/vn_item-subttl.gif");
  background-repeat: no-repeat;
  background-size: 580px 80px;
  background-position: center top;
  overflow: hidden;
}
.item_sub-ttl {
  width: 650px;
  margin: 0 auto .5em;
  padding: .5em 0;
  color: #FFFFFF;
  text-align: center;
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
}
.or {
  padding-bottom: 1em;
  text-align: center;
  position: relative;
}
.or img {
  width: 600px;
}
.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;
}
.or p:first-of-type {
  color: #0170B9;
  font-weight: bold;
  text-align: center;
}
.set_box {
  width: 650px;
  margin: 1em auto;
  padding: 0;
}
.item_dan {
  overflow: hidden;
}
.item_dan h3 {
  padding: .2em .5em;
  color: #FFFFFF;
  clear: both;
}
.item_dan:first-child h3 {
  background-color: #8F0000;
}
.item_dan:nth-child(2) h3 {
  background-color: #010D5F;
}
.item_dan:nth-child(3) h3 {
  background-color: #233901;
}
.item_dan h4 {
  padding: .2em .5em;
  color: #8E5305;
  background-color: #E5E5E5;
}
.set_box .jsrc {
  width: 360px;
  margin-left: 0;
  float: right;
  text-align: right;
  margin-top: -70px;
}
.price-ttl {
  clear: both;
  text-align: center;
}
/* ------------------------------------- 購入ボタン .ord_btn */
.ord_btn {
  margin: 1em 0;
  padding: 0;
  text-align: center;
}
.btn_only .ord_btn {
  margin: 2em 0;
}
.ord_btn:has(+.otodoke) {
  margin-bottom: 60px;
}
.ord_btn p {
  margin-bottom: 0;
}
.ord_btn > p:first-child {
  width: 410px;
  height: 0;
  margin: 1em auto .5em;
  padding-top: 70px;
  background-image: url("/img/pay/btn_top.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  overflow: hidden;
}
.ord_btn > p:last-child {
  margin-top: 30px;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops .ord-group {
  margin-bottom: 30px;
  padding: 0 0 20px;
  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: 6rem;
  height: 6rem;
  background-color: #008539;
  border-radius: 0 3rem 3rem 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: 35%;
  transform: translateY(-50%) rotate(45deg);
  right: 2.5rem;
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 700px;
  min-width: 230px;
  height: 6rem;
  padding: 0 3em 0 1em;
  margin-bottom: 1em;
  text-align: center;
  line-height: calc(6rem - 4px);
  background-color: #FFFFFF;
  border: 2px solid #008539;
  border-radius: 3rem;
  color: #333333;
  font-size: 2rem;
  cursor: pointer;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #008539;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 860px;
  height: 0;
  margin: 0 auto;
  padding-top: 120px;
  background-image: url("../ppc-img/buybtn_3set-pc.jpg");
  background-repeat: no-repeat;
  background-size: 860px auto;
  background-position: center center;
  transition: .5s;
}
.ord_eshops .buybtn:hover,
.ord_eshops .buybtn:active {
  opacity: .8;
}
.ord_eshops .pay-type {
  font-size: .8em;
  letter-spacing: -.05em;
}
.btn_only .ord_eshops > p:first-child, 
.btn_only .pay-type {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 auto;
  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:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 50px;
  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: 1em 0 0;
  font-size: 1em;
  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;
}
/* -------------------------------------- オンライン視聴について .flow-online  */
.flow {
  width: 700px;
  margin: 30px auto;
  border: 1px solid #0170B9;
}
.flow .toggle + .title {
  width: 700px;
  margin: -1px 0 0;
  padding: 1.5em 0;
  font-size: 1.1em;
  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);
  border-radius: 0;
  position: relative;
  left: calc(50% - 350px);
}
.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 40px;
}
.tglbox.flow-online h3 {
  margin-top: 1em;
  padding-left: .5em;
  color: #0170B9;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 8px solid #0170B9;
}
.tglbox.flow-online p {
  margin: 1em 0;
  padding: .5em 0;
  font-size: 1em;
  line-height: 1.4;
}
.tglbox.flow-online img {
  width: 512px;
}
.tglbox.flow-online .mark_ylw {
  background:linear-gradient(transparent 60%, #ffe500 60%);
}
.tglbox.flow-online .w70 {
  width: 430px;
}
.tglbox.flow-online .txt_c {
  margin: 1em 0;
}
.tglbox.flow-online .limit-info {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.6rem;
}
.tglbox.flow-online .yasu {
  width: 550px;
  margin: 0 auto 1em;
  padding: 50px 0;
  position: relative;
}
.tglbox.flow-online .yasu::before {
  content: "";
  width: 180px;
  height: 185px;
  background-image: url("/img/online-info/ol_yasu-img.gif");
  background-size: 180px 185px;
  background-position: left top -185px;
  position: absolute;
  right: 0;
  top: -30px;
}
.toggle:checked + .title + .tglbox.flow-online {
  max-height: 2680px;
}
/* ------------------------------------- ヤマト運輸 .yamato */
.yamato {
  width: 750px;
  height: 220px;
  margin: 0 auto;
  background-image: url("/img/parts/yamato-bnr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.yamato p:first-child {
  visibility: hidden;
}
.yamato p:last-child {
  visibility: hidden;
}
/* -------------------------------------- お問い合わせお電話番号 .telno */
.telno {
  width: 690px;
  margin: 40px auto;
  padding: 30px 1em 0;
  text-align: center;
  background-image: url("/img/parts/lp_tel-no_bg1.jpg"), url("/img/parts/lp_tel-no_bg2.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  border: 1px solid #593434;
  position: relative;
}
.telno img {
  width: 400px;
}
.telno p:first-of-type {
  font-weight: bold;
  font-size: 2.2rem;
  background-color: #FFFFFF;
  position: absolute;
  left: calc(50% - 200px);
  top: -.7em;
}
/* ------------------------------------- メディア掲載情報 .media */
.media {
  position: relative;
}
.media h2 {
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 100px;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.media h2:before, .media h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #3D232B;
}
.media h2:before {
  left:0;
}
.media h2:after {
  right: 0;
}
.media p:last-child {
  width: auto;
  margin: 0;
  position: absolute;
  right: 160px;
  bottom: 30px;
}
.media p:last-child img {
  width: 300px;
}
/* ------------------------------------- 推薦します .recom */
/*.recom h2 {
  height: auto;
}
.recom h2 strong {
  display: inline;
}
.recom h2 span {
  display: inline;
  color: #3D232B;
}
.recom p:last-child {
  margin: 0;
  text-align: center;
}*/
/* ------------------------------------- お客様の感想 .voice */
.voice {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #FFEECF;
  background-image: url("../ppc-img/vn_tex_bg.jpg");
}
.voice h2 {
  margin-bottom: 0;
  height: 0;
  padding-top: 200px;
  background-image: url("../ppc-img/vn_voice-ttl.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 720px 200px;
  overflow: hidden;
}
.voice .voice_box h3 {
  color: rgba(193,0,69,1.00);
}
.voice_link a {
  display: block;
  width: 720px;
  margin: 2em auto 1.5em;
  padding: 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(193,0,69,1.00);
  position: relative;
}
.voice_link a::after {
  content: "\025b6";
  position: absolute;
  right: 2em;
  bottom: 1em;
}
/* ------------------------------------- よくある質問誘導 .qa_link */
.qa_link {
  width: 700px;
  margin: 2em auto;
}
/* ------------------------------------- メッセージ .msg */
.msg {
  background-image: none;
  position: relative;
}
.msg::before {
  content: "";
  display: block;
  width: 256px;
  height: 256px;
  background-image: url("../ppc-img/vn_msg_img.png");
  background-repeat: no-repeat;
  background-size: 256px 256px;
  background-position: right top;
  position: absolute;
  top: 250px;
  right: 100px;
}
.msg h2 {
  height: auto;
  margin-bottom: 1.5em;
  padding: .5em 0;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(0,0,0,0.4);
  background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(169,111,11,1.00) 10%,rgba(169,111,11,1.00) 90%,rgba(255,255,255,1.00) 100%);
}
.msg_name {
  margin: 1.5em 0 0;
  height: 0;
  padding-top: 30px;
  background-image: url("../ppc-img/name_ikeda.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  width: 900px;
  margin: 80px auto 0;
  padding: 0 0 1em;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo img.maxh60 {
  max-height: 60px;
}
#shopinfo img.maxh30 {
  max-height: 30px;
}
#shopinfo .maxw60 {
  max-height: 60px;
}
#shopinfo .maxh40 {
  max-height: 40px;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 1em 0 .5em;
  border-right: 1px solid #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 .5em 0 1em;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 8px 0 0 20px;
  height: 36px;
  color: #FFFFFF;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  text-shadow: none;
  text-align: left;
  background-color: #471E05;
  border: none;
  position: relative;
}
#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-top: 1em;
  margin-bottom:.5em;
  font-family: inherit;
  font-weight: 700;
  color: #353535;
  border-bottom:1px solid #000;
}
#shopinfo p {
  margin-bottom: 0.5em;
}
#shopinfo ul {
  padding-left: 0;
  list-style-type: none;
}
#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;
}

