@charset "utf-8";
/* vn_common.css 楽器セットレター用 追加css */

/* -------------------------------------- フッター footer */
/* ↓楽器セット稼働後、vn_commonに統合 サブページからvn_gset-add.cssのリンクを削除 */
footer .f_nav ul a {
  display: block;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-image: url("../gset-img/vn_nav.png");
  background-repeat: no-repeat;
  background-size: 980px 100px;
  background-position: left top -50px;
  border: 1px solid #4f001c;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: 0s;
}
footer .f_nav ul li {
  margin-right: 1px;
  padding: 0;
  width: 195px;
}
footer .f_nav ul li::after {
  content: "";
  display: none;
  content-visibility: hidden;
}
footer .f_nav ul li.vnord a {
  background-position-x: 0;
}
footer .f_nav ul li.vn3set a {
  background-position-x: -196px;
}
footer .f_nav ul li.vngset a {
  background-position-x: -392px;
}
footer .f_nav ul li.vnqa a {
  background-position-x: -588px;
}
footer .f_nav ul li.vncont a {
  background-position-x: -784px;
}
#vn_3set footer .f_nav ul li.vn3set a,
#vn_gset footer .f_nav ul li.vngset a,
#qa footer .f_nav ul li.vnqa a,
#contact footer .f_nav ul li.vncont a,
footer .f_nav ul a:hover {
  background-position-y: 0;
}
/* ↑楽器セット稼働後、vn_commonに統合 */
/* ------------------------------------- 充実のセット内容 .jujitsu */
.jujitsu {
  margin: 1em 2vw;
  display: flex;
}
.jujitsu li {
  height: 3em;
  line-height: 3em;
  color: #FFFFFF;
  font-size: 4vw;
  text-align: center;
}
.jujitsu li:first-child {
  flex: 0 1 45%;
  margin-right: 1vw;
  background-color: #FF6C2C;
  border-radius: 2vw 0 0 2vw;
}
.jujitsu li:last-child {
  flex: 1 0 55%;
  background-color: #593434;
  border-radius: 0 2vw 2vw 0;
}
/* -------------------------------------- 楽器セット内容 #gset */
#gset {
  background-image: url("../gset_ppc-img/vn_gset-img.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 48vw;
  position: relative;
}
#gset h2 {
  letter-spacing: -.5px;
}
#gset h2 + p {
  letter-spacing: -.5px;
  text-align: center;
}
#gset .subttl {
  padding-top: 80vw;
  text-align: center;
  font-size: 1.6em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.2;
}
#gset .set_list {
  margin: 1em 2vw;
  padding: 1em 2vw .5em 0;
  background-color: #593434;
  border-radius: .5em;
}
#gset .set_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gset .set_list ul li {
  flex: 1 0 auto;
  padding: .2em 0 .2em 40px;
  margin: 0 0 2vw 2vw;
  font-weight: bold;
  background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,224,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,224,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,250,224,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,250,224,1.00) 100%);
  position: relative;
}
#gset .set_list ul li:last-child {
  margin-bottom: 0;
}
#gset .set_list ul li.w100 {
  width: calc(100% - 2vw);
}
#gset .set_list ul li::before {
  content: "";
  display: block;
  width: 25px;
  height:25px;
  background-image: url("../gset_ppc-img/ic_ol_4k.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 2vw;
  top: .25em;
}
#gset .set_list ul li:nth-child(2)::before {
  background-position: left -25px top;
}
#gset .set_list ul li:nth-child(3)::before {
  background-position: left -50px top;
}
#gset .set_list ul li:nth-child(4)::before {
  background-position: left -75px top;
}
#gset .set_list ul li:nth-child(5)::before {
  background-position: left -100px top;
}
#gset .set_list ul li:nth-child(6)::before {
  background-position: left -125px top;
}
#gset .set_list ul li:nth-child(7)::before {
  background-position: left -150px top;
}
#gset .set_list ul li:nth-child(8)::before {
  background-position: left -175px top;
}
#gset .set_list ul li:nth-child(9)::before {
  background-position: left -200px top;
}
#gset .set_list ul li:nth-child(10)::before {
  background-position: left -225px top;
}
#gset .set_list ul li:nth-child(11)::before {
  background-position: left -250px top;
}
#gset .set_list ul li:nth-child(12)::before {
  background-position: left -275px top;
}
#gset .set_list ul li:nth-child(13)::before {
  background-position: left -300px top;
}
#gset .set_list ul li:nth-child(14)::before {
  background-position: left -325px top;
}
#gset .set_list ul li:nth-child(15)::before {
  background-position: left -350px top;
}
#gset .set_list p:last-of-type {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
/* -------------------------------------- 金銭比較 .hikaku */
#vn_gset .hikaku-img p:first-child, 
#vn_gset .hikaku-img p:nth-child(2) {
  padding-top: 70vw;
  background-image: url("../gset_ppc-img/vn_hikaku-img-gset.png");
}
#vn_gset .hikaku-img p:nth-child(3) {
  top: 70vw;
}
/* -------------------------------------- 楽器の種類 .type */
.type h3 {
  padding: .2em 0;
  color: #FFFFFF;
  text-align: center;
  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%);
}
.type .huchi {
  background-color: rgba(255,255,255,0.70);
}
.ac-gset, .ev-gset {
  margin: 0 2vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.ac-gset {
  background-image: url("../gset_ppc-img/vn_ac-img_list.jpg");
  background-position: left 2vw top 12vw;
}
.ev-gset {
  background-image: url("../gset_ppc-img/vn_ev-img_list.jpg");
  background-position: left 2vw bottom 48vw;
}
.gset_list {
  margin: 65vw 0 1em;
  padding: .2em 2vw .2em 20px;
  max-height: 46vw;
  background-color: #FFF9ED;
  position: relative;
}
.gset_list::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(169,111,11,1.00);
  position: absolute;
  left: 0;
  top: 0;
}
.gset_list h4 {
  margin: 0 0 0 20px;
  color: rgba(169,111,11,1.00);
}
.gset_list ul {
  display: flex;
  flex-wrap: wrap;
}
.gset_list li {
  flex: 1 0 auto;
  padding: 0 .5em 0 25px;
  position: relative;
}
.gset_list li::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../gset_ppc-img/ic_ol_4k.png");
  background-position: left top;
  background-size: auto 22px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}
.gset_list li:nth-child(2)::before {
  background-position: left -22px top;
}
.gset_list li:nth-child(3)::before {
  background-position: left -44px top;
}
.gset_list li:nth-child(4)::before {
  background-position: left -66px top;
}
.gset_list li:nth-child(5)::before {
  background-position: left -88px top;
}
.gset_list li:nth-child(6)::before {
  background-position: left -110px top;
}
.gset_list li:nth-child(7)::before {
  background-position: left -132px top;
}
.gset_list li:nth-child(8)::before {
  background-position: left -154px top;
}
.gset_list li:nth-child(9)::before {
  background-position: left -176px top;
}
.gset_list li:nth-child(10)::before {
  background-position: left -198px top;
}
.gset_list li:nth-child(11)::before {
  background-position: left -220px top;
}
.title {
  display: block;
  margin: 0 2vw 2em;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 3px rgba(0,0,0,0.4);
  background-color: rgba(193,0,69,1.00);
  border-radius: 0.5em;
  position: relative;
}
.toggle {
display: none;
}
.vn_info-btn {
  position: relative;
  margin-bottom: 1em;
}
.title,
.content {
  -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 #546C00;
  transition: all 0.3s;
}
.title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px #546C00;
}
.infobox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.infobox p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .title + .infobox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
.infobox h3 {
  height: 0;
  margin: 0 0 1em;
  padding: 66vw 0 0;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.infobox.reghin h3 {
  background-position: left top;
  background-image: url("../gset_ppc-img/vn_gset_reghin-info.jpg");
}
.infobox.carlo h3 {
  background-position: right top;
  background-image: url("../gset_ppc-img/vn_gset_ev202-info.jpg");
}
/* -------------------------------------- 指板シール .shiban */
.shiban {
  margin: 0 2vw 1em;
  padding: .2em 2vw .2em 20px;
  background-color: #FFF9ED;
  background-image: url("../gset_ppc-img/vn_shiban-img.jpg");
  background-repeat: no-repeat;
  background-position: right .8em top .8em;
  background-size: 28vw auto;
  position: relative;
}
.shiban::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(169,111,11,1.00);
  position: absolute;
  left: 0;
  top: 0;
}
.shiban h3 {
  margin: 0 0 .5em 20px;
  color: rgba(169,111,11,1.00);
}
/* -------------------------------------- 教材内容 .item */
.item h2 {
  margin-top: -.5em;
}
.item h2.yaruki {
  margin-top: 0;
  color: #3D232B;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
}
:lang(x)+:-webkit-full-screen-document, .item h2.yaruki {
  font-feature-settings: "palt";
}
.item h2.yaruki + p {
  height: auto;
  border: none;
  font-size: inherit;
  text-align: center;
  background-image: none;
  padding: 0;
}
.item .item_dan {
  overflow: hidden;
}
#vn_gset .item h2.item_gset-ttl {
  margin: 0 2vw .5em;
  padding: .5em 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  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%);
}
#vn_gset .item h2.item_gset-ttl + div {
  margin-bottom: 1em;
}
#vn_gset .item h2.item_gset-ttl + div p {
  margin-bottom: 0;
}
.gset_ord-btn .gset_box {
  margin-bottom: 3em;
  padding-top: 90vw;
  background-image: url("../gset_ppc-img/vn_gset_price-ac.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gset_ord-btn .gset_box:nth-of-type(2) {
  background-image: url("../gset_ppc-img/vn_gset_price-ev.jpg");
}
.gset_ord-btn .gset_box .gset_ord-btn {
  margin: 0 2vw;
}
.gset_ord-btn .gset_box .gset_txt {
  padding: 0 2vw;
  line-height: 1.4;
}
.btn_only .gset_ord-btn .gset_box {
  margin: 1em 0;
  padding-top: 0;
  background-image: none;
}
.gset_ord-btn .gset_box .buybtn {
  width: 100%;
  padding-top: 28.57vw;
  background-image: url("../gset_ppc-img/buybtn_gset_ac.png");
  background-size: 96vw auto;
}
.gset_ord-btn .gset_box:nth-of-type(2) .buybtn {
  background-image: url("../gset_ppc-img/buybtn_gset_ev.png");
}
/* -------------------------------------- 楽器セット発送について .gset-shipping */
.gset-shipping {
  width: 96vw;
  margin: 1em auto;
  padding: 1em 4vw .5em;
  background-color: #FFF9DA;
  border-radius: .5em;
}
/* -------------------------------------- 分割案内 .bunkatsu */
.bunkatsu p {
  font-weight: 700;
}
.bunkatsu .minbox {
  width: 96vw;
  padding-top: .5em;
  border: 6px solid #FE5500;
  border-radius: 6px;
}
.bunkatsu .minbox p {
  margin: 0 2vw;
}
.ex_getsugaku {
  display: inline;
  color: #990000;
  font-size: 1.1em;
  position: relative;
}
.ex_getsugaku::after {
  content: "※";
  font-size: .6em;
  position: absolute;
  right: 0;
  bottom: 1.6em;
}
.bnkt_info {
  margin-top: .5em;
  padding: .5em 2vw;
  line-height: 1.2;
  letter-spacing: .08em;
  background-color: #FBE1D4;
  background-image: url("../gset_ppc-img/ic_chokin.svg");
  background-repeat: no-repeat;
  background-position: right 1vw top 2vw;
}
.bnkt_info small {
  display: block;
  margin-top: .2em;
  font-weight: 300;
  line-height: 1.2;
}
.bnkt_info p {
  margin: 0 !important;
}
.bunkatsu > p:last-child {
  font-size: .9em;
}

@media screen and (max-width:280px){/*最小画面サイズsprite調整用*/
/* -------------------------------------- 楽器セット内容 #gset */
#gset .set_list ul li {
  padding: .5em 0 .5em 40px;
}
/* -------------------------------------- 金銭比較 .hikaku */
.hikaku-img p:nth-child(3)::before {
  width: 80px;
  height: 60px;
  background-size: 80px 60px;
  top: -10px;
}
/* -------------------------------------- 楽器の種類 .type */
.ac-gset {
  background-position: left 8vw bottom 52vw;
}
.ev-gset {
  background-position: left 8vw bottom 60vw;
}
.gset_list {
  padding: 0.6em 2vw 0.2em 20px;
  max-height: 60vw;
}
.gset_list li {
  padding: .2em .5em .2em 25px;
}
}

/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/* ------------------------------------- 充実のセット内容 .jujitsu */
.jujitsu {
  margin: 20px 0 40px 60px;
  width: 510px;
  position: static;
}
.jujitsu li {
  font-size: 1.1em;
}
.jujitsu li:first-child {
  margin-right: 5px;
  border-radius: 10px 0 0 10px;
}
.jujitsu li:last-child {
  border-radius: 0 10px 10px 0;
}
/* -------------------------------------- 楽器セット内容 #gset */
#gset {
  background-size: 450px 360px;
  background-position: right top 240px;
}
#gset h2 {
  margin-bottom: .5em;
  font-size: 5.6rem;
  letter-spacing: 0;
}
#gset h2 + p {
  margin-left: 60px;
  font-size: 2.4rem;
  text-align: left;
}
#gset .subttl {
  margin-left: 60px;
  padding-top: 0;
  text-align: left;
}
#gset .set_list {
  display: block;
  width: 780px;
  margin: 0 auto;
  padding: 1em 10px .5em 0;
}
#gset .set_list ul {
  margin-bottom: .2em;
}
#gset .set_list ul li {
  padding: .2em 1em .2em 40px;
  margin: 0 0 .5em 10px;
}
#gset .set_list ul li.w100 {
  width: auto;
  min-width: calc(50% - 10px);
}
#gset .set_list ul li::before {
  left: 10px;
  top: .4em;
}
#gset .set_list p:last-of-type {
  margin: 0;
  font-size: 1.2em;
}
/* -------------------------------------- 金銭比較 .hikaku */
/*#vn_gset .hikaku {
  content-visibility: auto;
  contain-intrinsic-size: 1800px;
  max-height: 1800px;
}*/
#vn_gset .hikaku-img p:first-child, 
#vn_gset .hikaku-img p:nth-child(2) {
  padding-top: 300px;
  background-size: 360px 600px;
}
#vn_gset .hikaku-img p:nth-child(3) {
  top: 90px;
}
/* -------------------------------------- 楽器の種類 .type */
.type {
  padding: 0;
}
.type h2 {
  margin-bottom: 1em;
  color: rgba(169,111,11,1.00);
  /*padding: .2em 0;
  color: #FFFFFF;
  text-align: center;
  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%);*/
}
.type h3 {
  margin: 0 0 50px;
  padding-left: .5em;
  text-align: left;
  /*color: #3D232B;
  text-shadow: none;
  background-image: none;*/
  background-image: -webkit-linear-gradient(0deg,rgba(169,111,11,1.00) 50%,rgba(255,255,255,1.00) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(169,111,11,1.00) 50%,rgba(255,255,255,1.00) 100%);
  background-image: -o-linear-gradient(0deg,rgba(169,111,11,1.00) 50%,rgba(255,255,255,1.00) 100%);
  background-image: linear-gradient(90deg,rgba(169,111,11,1.00) 50%,rgba(255,255,255,1.00) 100%);
  border-left: 10px solid rgba(136,76,0,1.00);
  border-bottom: none;
  mix-blend-mode: multiply;
}
.ac-gset, .ev-gset {
  width: 860px;
  margin: 0 auto;
  background-size: 500px auto;
  /*content-visibility: auto;
  contain-intrinsic-size: 600px;*/
}
.ac-gset {
  background-position: right -18px bottom;
}
.ev-gset {
  background-position: right -18px bottom;
}
.gset_list {
  width: 380px;
  margin: 90px 0 40px;
  padding: .2em .5em .2em 20px;
  max-height: 300px;
}
.ev-gset .gset_list {
  margin: 30px 0 40px;
}
.title {
  width: 860px;
  margin: 0 auto 2em;
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
.infobox {
  width: 760px;
  margin: 0 auto;
}
.infobox p {
  width: 650px;
  margin: 0 auto;
}
.toggle:checked + .title + .infobox {
  margin: 0 auto 80px;
}
.infobox h3 {
  margin-bottom: 0;
  padding: 500px 0 0;
  background-size: auto;
  border: none;
}
/* -------------------------------------- 指板シール .shiban */
.shiban {
  width: 860px;
  margin: 0 auto 30px;
  padding: .5em 30px 1em 50px;
  background-size: 190px auto;
  background-position: right 40px top 1em;
  /*content-visibility: auto;
  contain-intrinsic-size: 300px;*/
}
.shiban::before {
  width: 40px;
  height: 40px;
}
.shiban h3 {
  margin: 0 0 .5em 0;
}
.shiban p {
  margin-bottom: 0;
}
/* -------------------------------------- 教材内容 .item */
.item {
  position: relative;
}
.item h2.yaruki {
  margin-top: 0;
  font-size: 6rem;
}
.item h2.yaruki + p {
  width: auto;
  margin: 100px 0 0 65px;
  font-size: 2.4rem;
  text-align: left;
}
.item-img {
  position: absolute;
  right: 0;
  top: 360px;
  mix-blend-mode: multiply;
}
.item-img img {
  width: 450px;
  height: 360px;
}
.item-img + .txt_c {
  margin: 50px 0 0 65px;
  text-align: left;
}
.item-img + .txt_c + h2 {
  margin: 0 0 0 65px;
  text-align: left;
}
#vn_gset .item h2.item_gset-ttl {
  height: 0;
  padding: 830px 0 0;
  margin-bottom: 0.5em;
  background-image: url("../gset_ppc-img/vn_gset_price-pc.jpg");
  background-repeat: no-repeat;
  background-size: 880px 830px;
  background-position: center bottom;
  border: none;
  overflow: hidden;
}
.gset_ord-btn {
  align-items: flex-start;
  justify-content: center;
}
.gset_ord-btn.ord_eshops label.type-select select {
  width: 400px;
  margin-left: 20px;
}
.gset_ord-btn .gset_box .gset_ord-btn {
  margin: 0 0 1em;
}
.gset_ord-btn .gset_box {
  margin: 0 16px;
  padding-top: 0;
  background-image: none;
}
.gset_ord-btn .gset_box:nth-of-type(2) {
  background-image: none;
}
.gset_ord-btn .gset_box .gset_txt {
  width: 360px;
  margin: 0 0 0 1em;
  padding: 0;
}
.item .set3_link {
  margin-bottom: 2em;
}
.btn_only .gset_ord-btn .gset_box {
  margin: 30px 16px;
}
/*.gset_ord-btn .gset_box:nth-of-type(2) {
  background-image: none;
}
.gset_ord-btn .gset_box .gset_txt {
  width: 360px;
  margin: 0 0 0 1em;
  padding: 0;
}*/
.gset_ord-btn .gset_box .buybtn {
  width: 420px;
  padding-top: 120px;
  background-size: 420px auto;
}
/*.item .set3_link {
  margin-bottom: 2em;
}*/
/* -------------------------------------- 楽器セット発送について .gset-shipping */
.gset-shipping {
  width: 780px;
  margin: 1em auto;
  padding: 1em 55px .5em;
  background-color: #FFF9DA;
  border-radius: .5em;
}
.otodoke + .gset-shipping {
  width: 690px;
  padding: 1em 50px .5em;
}
/* -------------------------------------- 分割案内 .bunkatsu */
.bunkatsu .minbox {
  width: 780px;
}
.bunkatsu .minbox p {
  margin: 0;
  padding-left: 70px;
}
.ex_getsugaku {
  font-size: 1.4em;
}
.ex_getsugaku::after {
  bottom: 1em;
}
.bnkt_info {
  padding: .5em 0;
  background-position: left .8em top .2em;
}
}