@charset "utf-8";
/*　PCレイアウト用 pf-doyo_common.css追加css　*/
/* ------------------------------------- ヘッダー header */
header {
  height: 800px;
  padding: 130px 0 1em;
  background-image: url("../doyo_img/p-doyo_catch.jpg");
  background-repeat: no-repeat;
  background-size: 860px 640px;
  background-position: center bottom 20px;
  position: relative;
}
header::before,
header::after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 1000px 250px;
  position: absolute;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
header::before {
  background-position: -250px 0;
  left: 0;
  top: 80px;
}
header::after {
  background-position: -500px 0;
  right: 0;
  bottom: 0;
}
header .catchcopy {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1em;
  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: absolute;
  right: 80px;
  bottom: 0;
  z-index: 10;
}
header .catchcopy p:nth-child(2) {
  margin-top: 2em;
}
header .catchcopy p:nth-child(3) {
  margin-top: 4em;
}
/* 特典 */
.toku_top,.toku_bnr {
  margin: 30px auto;
  text-align: center;
}
/* ------------------------------------- 丸背景 bg_maru.jpg */
.intro::before, .movie::before, #music-list::before, .itsumo::after, .item::before, .price::before {/*オレンジ*/
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 2000px 500px;
  background-position: left -500px top;
  position: absolute;
  left: calc(50% - 250px);
  top: 30px;
  opacity: 1;
  mix-blend-mode: multiply;
}
.intro::before {
  top: 140px;
}
.itsumo::after {
  top: 180px;
}
/* ------------------------------------- イラストワンポイント p-doyo_ttl-imgx260.jpg */
.intro::after, .itsumo::before, .watch::before, #qa::before {
  content: "";
  display: block;
  width: 260px;
  height: 160px;
  background-image: url("../doyo_img/p-doyo_ttl-imgx260.png");
  background-repeat: no-repeat;
  background-size: 1040px 160px;
  position: absolute;
  left: calc(50% - 130px);
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
}
.intro::after {
  background-position: left top;
  top: auto;
  bottom: 80px;
}
.itsumo::before {
  background-position: left -260px top;
}
.watch::before {
  background-position: left -520px top;
}
#qa::before {
  background-position: left -780px top;
}
/* ------------------------------------- はじめに .intro */
.intro {
  padding-bottom: 280px;
  text-align: center;
  line-height: 2;
  background-image: url("../doyo_img/p-doyo_intro-img_01.png"), url("../doyo_img/p-doyo_intro-img_02.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 160px 235px, 90px 140px;
  background-position: top calc(50% - 60px) left calc(50% - 320px), bottom 260px right calc(50% - 310px);
}
.intro h2 {
  font-size: 1.92em;
}
.intro h2 .rbn {
  display: block;
  height: 0;
  padding-top: 160px;
  background-image: url("../doyo_img/p-doyo_intro-ttl.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px 160px;
  overflow: hidden;
}
/* ------------------------------------- 販促動画 .movie */
.movie {
  text-align: center;
  background-image: url("../doyo_img/p-doyo_movie-img.png"), url("../doyo_img/p-doyo_movie-img.png");
  background-repeat: no-repeat;
  background-position: left calc(50% - 315px) bottom 260px, right calc(50% - 315px) bottom 260px;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
  background-color: #000000;
  position: relative;
}
.yt_play {
  position: absolute;
  background-image: url("../doyo_img/p-doyo_movie_thumb.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 650px auto;
  border: 1px solid #000;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/rsp_parts/images/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%;
  border: none;
}
.yt_movie + p {
  font-size: .8em;
  margin: .5em 0 2em;
  text-align: center;
}
/* ------------------------------------- こんにちは .hello */
.hello {
  position: relative;
}
.hello h2 {
  color: #196A37;
}
.hello .flexbox {
  flex-direction: row-reverse;
  justify-content: center;
}
.hello .hellotxt {
  padding: 0 1em;
  overflow: hidden;
  position: relative;
}
.hello .hellotxt + p {
  width: 300px;
}
.prof {
  padding-top: 120px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.prof.re {
  flex-direction: row-reverse;
}
.prof::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 400px 100px;
  background-position: left -200px top;
  position: absolute;
  left: calc(50% - 532px);
  top: .2em;
  mix-blend-mode: multiply;
}
.prof.re::after {
  left: calc(50% - 100px);
}
.prof h3 {
  padding: 1em .5em;
  line-height: 1.4;
  position: absolute;
  left: calc(50% - 512px);
  top: .2em;
}
.prof.re h3 {
  left: calc(50% - 85px);
}
.proftxt {
  flex: 1 0 650px;
  padding: 0;
  font-size: .98em;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}
.profimg {
  position: relative;
}
.prof.re .profimg {
  flex: 1 0 500px;
  position: relative;
}
.profimg::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 2000px 500px;
  background-position: left -1500px top;
  position: absolute;
  right: -50px;
  top: calc(50% - 360px);
  mix-blend-mode: multiply;
}
.profimg .photo_frm {
  width: 378px;
  margin: 1em auto;
  transform: rotate(5deg);
  position: relative;
  top: -50px;
  z-index: 10;
}
.profimg .photo_frm:nth-child(2) {
  display: block;
  width: 258px;
  transform: rotate(-10deg);
  position: relative;
  left: 40px;
  top: 100px;
  z-index: 20;
}
.profimg .photo_frm:nth-child(3) {
  display: block;
  width: 238px;
  transform: rotate(0deg);
  position: relative;
  left: -60px;
  top: -220px;
  z-index: 10;
}
/* ------------------------------------- レッスン収録曲 #music-list */
.musicbox {
  width: 1024px;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
}
.musicbox h3 {
  width: 250px;
  padding: 0 80px 40px 40px; 
  font-size: 1.75em;
  border-bottom: none !important;
}
.musicbox.haru h3 {
  color: #E95098;
  border-right: 5px solid #E95098;
}
.musicbox.natsu h3 {
  color: #0B79C1;
  border-right: 5px solid #0B79C1;
}
.musicbox.aki h3 {
  color: #964700;
  border-right: 5px solid #964700;
}
.musicbox.huyu h3 {
  color: #5877BA;
  border-right: 5px solid #5877BA;
}
.musicbox.ninki h3 {
  width: 100%;
  margin-bottom: 40px;
  padding: 40px 20px;
  color: #007571;
  border-bottom: 5px solid #007571 !important;
}
.musicbox .flexbox {
  margin: 1.5em auto;
  justify-content: flex-start;
}
.musicbox .subtxt {
  width: 560px;
  margin-left: 80px;
}
.musicbox.ninki .subtxt {
  margin-left: 20px;
}
.musicbox .subtxt p {
  margin-bottom: 0;
}
.musicbox .subtxt p:last-child {
  text-align: right;
  font-size: .9em;
}
.musicbox.huyu .subtxt p:last-child {
  letter-spacing: 0;
}
.m-list {
  display: flex;
  margin: 1em 0;
}
.musicbox.ninki .m-list {
  display: block;
  width: 650px;
  position: absolute;
  top: 330px;
  left: auto;
  right: -50px;
}
.m-list li {
  width: 300px;
  padding-top: 210px;
  margin-right: 20px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.musicbox.ninki .m-list li {
  width: 100%;
  height: 230px;
  padding: 70px 0 0 330px;
  margin: 0 0 0 1em;
  text-align: left;
}
.m-list li::before {
  content: "";
  display: block;
  width: 300px;
  height: 200px;
  background-image: url("../doyo_img/p-doyo_music_img.jpg");
  background-repeat: no-repeat;
  background-size: 600px auto;
  position: absolute;
  left: calc(50% - 150px);
  top: 0;
}
.musicbox.ninki .m-list li::before {
  left: 0;
}
.musicbox.haru .m-list li:first-child::before {
  background-position: left top;
}
.musicbox.haru .m-list li:last-child::before {
  background-position: left -300px top;
}
.musicbox.natsu .m-list li:first-child::before {
  background-position: left top -200px;
}
.musicbox.natsu .m-list li:last-child::before {
  background-position: left -300px top -200px;
}
.musicbox.aki .m-list li:first-child::before {
  background-position: left top -400px;
}
.musicbox.aki .m-list li:last-child::before {
  background-position: left -300px top -400px;
}
.musicbox.huyu .m-list li:first-child::before {
  background-position: left top -600px;
}
.musicbox.huyu .m-list li:last-child::before {
  background-position: left -300px top -600px;
}
.musicbox.ninki .m-list li:first-child::before {
  background-position: left top -800px;
}
.musicbox.ninki .m-list li:last-child::before {
  background-position: left -300px top -800px;
}
.musicbox.ninki .flexbox_all > p:first-of-type img {
  width: 400px;
}
.musicbox.ninki .flexitem {
  width: 650px;
  padding: 0 0 0 1em;
}
/* ------------------------------------- レッスンの特徴 #tokucho */
#tokucho {
  position: relative;
  overflow: visible;
}
#tokucho h2 {
  color: #196A37;
}
.gakufunav {
  display: flex;
  justify-content: space-between;
  margin: 2em 0 80px;
}
.gakufunav li a {
  display: block;
  width: 300px;
  height: 60px;
  margin: 0;
  line-height: 60px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  background-color: #907743;
  border-radius: 30px;
}
.gakufunav li a:hover {
  background-color: #7E6430;
  box-shadow: inset 0 8px 5px #6a5325;
  opacity: 1;
}
.gakufunav li a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url("../doyo_img/p-doyo_down.png");
  background-size: contain;
  margin-right: .5em;
  position: relative;
  top: -.2em;
}
#tokucho h3.rbn-ttl {
  height: 100px;
  margin-left: -100px;
  padding: 0 0 0 125px;
  line-height: 70px;
  color: #FFFFFF;
  font-size: 1.3em;
  text-shadow: 
    #907743 1px 1px 0, #907743 -1px -1px 0,
    #907743 -1px 1px 0, #907743 1px -1px 0,
    #907743 0px 1px 0, #907743  0 -1px 0,
    #907743 -1px 0 0, #907743 1px 3px 0;
  background-image: url("../doyo_img/p-doyo_parts-bgx100.png");
  background-repeat: no-repeat;
  background-size: 540px 300px;
  background-position: left top;
}
#tokucho h3.rbn-ttl + .flexbox {
  margin-bottom: 40px;
  flex-direction: row-reverse;
  align-items: stretch;
}
.gakuhu-info {
  position: relative;
}
.gakuhu-info::after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 1000px 250px;
  background-position: left -500px top;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .5;
  mix-blend-mode: multiply;
}
.gakuhu-info h4 {
  margin: 0 0 1em 1em;
  padding-left: 1em;
  font-size: 1.16em;
  border-left: 5px solid #196A37;
}
.gakuhu-info p {
  padding: 0 1em;
  position: relative;
  z-index: 10;
}
.gakuhu-info + p {
  width: 430px;
  margin: 0 auto 2em;
  border-radius: 30px;
  box-shadow: 0 0 5px 1px #c5c0b6;
  overflow: hidden;
}
#kantan + .flexbox .gakuhu-info + p {
  height: 340px;
}
/* ------------------------------------- いつもの楽譜も .itsumo */
.itsumo {
  padding-top: 210px;
}
.itsumo .minbox {
  width: 720px;
  text-align: center;
  position: relative;
  z-index: 10;
}
main figure {
  margin-bottom: 2em;
  position: relative;
}
main figure::after {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 1000px 250px;
  background-position: left -500px top;
  position: absolute;
  top: 80px;
  left: calc(50% - 125px);
  opacity: .5;
  mix-blend-mode: multiply;
}
main figure img {
  display: block;
  width: 300px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0 0 5px 1px #c5c0b6;
  position: relative;
  z-index: 10;
}
main figure figcaption {
  width: 260px;
  padding: 0;
  margin: .5em auto;
  line-height: 1.4;
  text-align: left;
  position: relative;
  z-index: 10;
}
/* ------------------------------------- DVD無しでも動画が見られます .watch */
.watch {
  padding-top: 210px;
  overflow: visible;
}
.watch h2 {
  color: #196A37;
}
.watch h2 + p {
  text-align: center;
}
.watch-type {
  display: flex;
  overflow: visible;
}
.watch-type li {
  width: 300px;
  margin-top: 0;
  padding: 200px 0 0;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
.watch-type li:first-child {
  width: 350px;
  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:first-child,
.watch-type li:nth-child(2) {
  line-height: 1.4;
}
.watch-type li::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: auto 300px;
  background-position: left -600px top;
  position: absolute;
  left: calc(50% - 150px);
  top: 60px;
  opacity: .5;
  mix-blend-mode: multiply;
}
.watch-type li::after {
  content: "";
  display: block;
  width: 300px;
  height: 200px;
  background-image: url("../doyo_img/p-doyo_devicex300.png");
  background-repeat: no-repeat;
  background-size: 1200px 200px;
  background-position: left top;
  position: absolute;
  left: calc(50% - 150px);
  top: 0;
}
.watch-type li:nth-child(2)::after {
  background-position: left -300px top;
}
.watch-type li:nth-child(3)::after {
  background-position: left -600px top;
}
.watch-type li:nth-child(4)::after {
  background-position: left -900px top;
}
.watch-type li p {
  position: relative;
  z-index: 10;
}
/* ------------------------------------- 海野先生のレッスンだから .lsn */
.lsn h2 {
  color: #196A37;
}
.lsn h2 + p {
  text-align: center;
}
.lsn .flexbox {
  align-items: stretch;
}
.lsnbox {
  width: 340px;
  margin: 1em 0;
  padding: 260px 0 0;
  position: relative;
}
.lsnbox::before {
  content: "";
  width: 340px;
  height: 260px;
  background-image: url("../doyo_img/p-doyo_u-lsn_imgx340.png");
  background-repeat: no-repeat;
  background-size: 1020px 260px;
  position: absolute;
  left: calc(50% - 170px);
  top: 0;
}
.lsnbox.gkf::before {
  background-position: left top;
}
.lsnbox.htgr::before {
  background-position: left -340px top;
}
.lsnbox.hnkk::before {
  background-position: left -680px top;
}
.lsnbox h3 {
  text-align: center;
}
.lsnbox p {
  padding: 0 1em;
  letter-spacing: -1px;
}
/* ------------------------------------- 充実のセット内容 .set-info */
.set-info {
  width: 1024px;
  margin: 80px auto;
  padding: 0 0 2em;
  background-color: #FFFAF0;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px #c5c0b6;
  overflow: visible;
}
.set-info h2:first-of-type {
  height: 0;
  padding-top: 160px;
  margin: 0;
  background-image: url("../doyo_img/p-doyo_set-ttl.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px 160px;
  overflow: hidden;
  position: relative;
  top: -1em;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.item-list li {
  flex: 0 0 50%;
  min-height: 280px;
  padding: 0 1em 1em 240px;
  margin-bottom: 1em;
  font-size: 1em;
  position: relative;
}
.item-img {
  width: 200px;
  position: absolute;
  left: 1em;
  top: 0;
}
.item-list li:nth-child(6) h3 {
  margin-top: 0;
}
.item-list li:nth-child(6) .item-img {
  width: 400px;
}
.item-list li:nth-child(6) .br_right {
  padding-right: 1em;
}
.item-list li::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background-image: url("../doyo_img/bg_maru.png");
  background-repeat: no-repeat;
  background-size: 1200px 300px;
  background-position: left -300px top;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
  mix-blend-mode: multiply;
}
.item-list li:nth-child(6)::after {
  bottom: -1em;
}
.present-ttl {
  margin-bottom: 140px;
  padding: .5em 0;
  font-size: 1.45em;
  text-indent: 0;
  text-align: center;
  background-color: #FFEAB4;
  position: relative;
}
.present-ttl .sarani {
  display: block;
  width: 130px;
  height: 0;
  padding-top: 100px;
  background-image: url("../doyo_img/p-doyo_sarani.png");
  background-repeat: no-repeat;
  background-size: 130px 100px;
  background-position: left top;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 430px);
  top: .5em;
}
.present-ttl::before {
  content: "";
  width: 91px;
  height: 130px;
  background-image: url("../doyo_img/p-doyo_12month.png");
  background-repeat: no-repeat;
  background-size: 91px 130px;
  position: absolute;
  right: calc(50% - 410px);
  top: calc(50% - 65px);
}
.present-ttl::after{
  content: "";
  width: 280px;
  height: 100px;
  background-image: url("../doyo_img/p-doyo_parts-bgx100.png");
  background-repeat: no-repeat;
  background-size: 540px 300px;
  background-position: left top -200px;
  position: absolute;
  left: calc(50% - 140px);
  bottom: -140px;
}
.hikaku-ttl {
  line-height: 1.4;
}
.hikaku-ttl + .minbox {
  width: 700px;
  letter-spacing: 0;
}
.hikaku-ttl + .minbox .txt_lg {
  font-size: 110%;
}
.hikaku-img {
  width: 860px;
  height: 280px;
  margin: 2em auto .5em;
  position: relative;
}
.hikaku-img p:first-child,
.hikaku-img p:nth-child(2) {
  width: 400px;
  height: 0;
  margin: 0 auto;
  padding-top: 280px;
  background-image: url("../doyo_img/p-doyo_hikaku_imgx400.png");
  background-repeat: no-repeat;
  background-size: 800px 280px;
  overflow: hidden;
}
.hikaku-img p:first-child {
  margin-bottom: 0;
  background-position: left top;
  position: absolute;
  left: 0;
}
.hikaku-img p:nth-child(2) {
  background-position: right top;
  position: absolute;
  right: 0;
}
.hikaku-img p:nth-child(3) {
  width: 220px;
  height: 100%;
  display: grid;
  place-items: center;
  position: absolute;
  left: calc(50% - 110px);
  top: 0;
}
.hikaku-img p:nth-child(3)::before {
  content: "";
  width: 220px;
  height: 170px;
  margin: 0;
  background-image: url("../doyo_img/p-doyo_hikaku_arrow.png");
  background-repeat: no-repeat;
  background-size: 220px 170px;
  transform: rotate(0deg);
  position: absolute;
  left: calc(50% - 110px);
  top: calc(50% - 85px);
}
.hikaku-img p:nth-child(3) .otoku {
  color: #EF2D00;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  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;
  z-index: 10;
}
.hikaku-img p:nth-child(3) .otoku .txt_lg {
  font-size: 1.4em;
}
.hikaku-caption {
  width: 650px;
  margin: .5em auto 1em;
  padding: 0;
  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";
  line-height: 1.2;
}
.hikaku-caption li {
  padding-left: 2em;
  text-indent: -2em;
  font-size: .8em;
  counter-increment: cnt;
}
.hikaku-caption li::before {
  content: '※'counter(cnt);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
/* ------------------------------------- 商品情報 .item */
.item {
  padding-bottom: 0;
}
.item h2 {
  margin-bottom: 1em;
  font-size: 1.95em;
}
.item h2 .sub-ttl {
  display: block;
  font-size: .6em;
}
.item h3.nami {
  letter-spacing: 0;
}
.item p {
  position: relative;
  z-index: 10;
}
.item .sub-rbn {
  padding-bottom: 1.2em;
  text-align: center;
  position: relative;
  z-index: 10;
}
.item .sub-rbn .rbntxt {
  color: #FFFFFF;
  font-size: 1.56rem;
  letter-spacing: -1px;
  line-height: 1;
  text-shadow: 
    #907743 1px 1px 0, #907743 -1px -1px 0,
    #907743 -1px 1px 0, #907743 1px -1px 0,
    #907743 0px 1px 0, #907743  0 -1px 0,
    #907743 -1px 0 0, #907743 1px 3px 0;
  position: relative;
  top: 0;
  z-index: 20;
}
.item .sub-rbn::before {
  content: "";
  width: 540px;
  height: 100px;
  background-image: url("../doyo_img/p-doyo_parts-bgx100.png");
  background-repeat: no-repeat;
  background-size: 540px 300px;
  background-position: center top -100px;
  position: absolute;
  top: -15px;
  left: calc(50% - 270px);
}
.item_img {
  width: 610px;
  margin: 3em auto 2em;
}
.nami {
  font-size: 1.45em;
  text-align: center;
}
.nami::before {
  content: "～ ";
}
.nami::after {
  content: " ～";
}
.item h4, .item ul {
  width: 650px;
  margin: .5em auto;
}
.item h4 {
  margin-bottom: .2em;
  border-bottom: 1px solid #2E1800;
}
.item ul li {
  margin-left: 80px;
}
.price {
  padding: 2em 0 0;
  text-align: center;
  position: relative;
}
.price h3 {
  font-size: 1.45em;
  position: relative;
  z-index: 10;
}
.price .item-thumb {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 860px;
  margin: .5em auto;
}
.price .item-thumb p {
  flex: 0 1 24%;
  margin-bottom: .5em;
}
.price .item-thumb p:first-child,
.price .item-thumb p:nth-child(2) {
  display: block;
}
.price .item-thumb + p {
  font-size: 1em;
  line-height: 1.2;
}
.item .item-ttl {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.93em;
  letter-spacing: 0;
  line-height: 1.4;
}
.item .item-subttl {
  font-size: 1.45em;
}
/* ------------------------------------- 購入ボタン .buy-btn */
.buy-btn {
  padding: 0;
  text-align: center;
}
.btn_only .buy-btn {
  margin: 2em 0;
}
.buy-btn > p {
  margin-bottom: 0;
}
.buy-btn > p:first-child {
  width: 400px;
  height: 0;
  padding-top: 50px;
  margin: 0 auto .5em;
  background-image: url("../doyo_img/p-doyo_input.png");
  background-repeat: no-repeat;
  background-size: 400px 50px;
  background-position: center top;
  overflow: hidden;
}
.buy-btn > p:last-child {
  margin: 2em 0;
}
.btn_only .buy-btn p:last-child {
  display: none !important;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops .ord-group {
  margin-bottom: 0;
  padding: 10px 0;
  color: #0A3500;
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  width: 700px;
  margin-bottom: .5em;
  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: 3em;
  height: 3.4em;
  background-color: #008539;
  border-radius: 0 1.7em 1.7em 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%;
  right: 1.2em;
  transform: translateY(-50%) rotate(45deg);
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 700px;
  min-width: 230px;
  height: 3.4em;
  margin-bottom: 1em;
  padding: 0 3em 0 1em;
  text-align: center;
  line-height: calc(3em - 4px);
  background-color: #FFFFFF;
  border: 2px solid #008539;
  border-radius: 1.7em;
  color: #333333;
  font-size: 1em;
  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: 100px;
  background-image: url("../doyo_img/p-doyo_buy-btn.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 860px auto;
  transition: .5s;
}
.ord_eshops .buybtn:hover,
.ord_eshops .buybtn:active {
  opacity: .8;
}
.pay-type {
  width: 100%;
  margin: 0 0 1em;
  font-size: .9em;
  text-align: center;
  line-height: 1.4;
}
.btn_only .pay-type {
  content-visibility: hidden;
  display: none;
}
/* ------------------------------------- 無料特典 .present */
.present {
  padding: 40px 0;
}
.present h2 {
  margin-bottom: .5em;
  font-size: 2.02em;
}
.present h2 .sub-ttl {
  display: block;
  font-size: .86em;
  position: relative;
}
.present h2 .sub-ttl .double {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.present h2 .sub-ttl::before {
  content: "";
  display: block;
   width: 370px;
  height: 1.6em;
  border-bottom: 10px double #FFFF00;
  position: absolute;
  left: calc(50% - 3em);
  top: 0;
  mix-blend-mode: multiply;
}
.present h3 {
  width: 650px;
  margin: 0 auto;
  padding: .5em 20px;
  color: #FFFFFF;
  font-size: 1.75em;
  text-shadow: 0 3px 0 #f93b00;
  line-height: 1.4;
  background-image: -webkit-linear-gradient(270deg,rgba(253,142,55,1.00) 0%,rgba(246,91,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(253,142,55,1.00) 0%,rgba(246,91,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(253,142,55,1.00) 0%,rgba(246,91,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(253,142,55,1.00) 0%,rgba(246,91,0,1.00) 100%);
  box-shadow: 0 0 10px 0 #e8e8e8;
  position: relative;
  z-index: 10;
}
.present h3 .sub-ttl {
  display: block;
  color: #FFFF00;
  font-size: .9em;
  position: relative;
}
.present h3::after {
  content: "";
  width: 91px;
  height: 130px;
  background-image: url("../doyo_img/p-doyo_12month.png");
  background-repeat: no-repeat;
  background-size: 91px 130px;
  background-position: center center;
  border: 3px solid #f65b00;
  position: absolute;
  right: 20px;
  top: calc(50% - 65px);
  transform: rotate(5deg);
}
.present .present-list {
  width: 650px;
  margin: 0 auto;
  padding: 1em;
  background-image: url("../doyo_img/tokuten_12month-130.png"), url("../doyo_img/tokuten_12month-130.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 400px 420px, 400px 420px;
  background-position: left -270px top, right -270px top;
  box-shadow: 0 0 10px 0 #e8e8e8;
}
.present .present-list p {
  padding: .5em 0 0;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: center;
}
.present .present-list h4 {
  margin: 0 0 1em;
  border-bottom: 1px solid #2E1800;
}
.month-list {
  padding: 0 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.month-list li {
  flex: 0 0 33%;
  line-height: 1.6;
}
.month-list li .month {
  display: inline-block;
  width: 2.5em;
  margin-right: .2em;
  text-align: right;
}
/* ------------------------------------- 最速でお届け .otodoke */
.otodoke {
  margin: 2em auto !important;
}
/* ------------------------------------- よくある質問 #qa */
#qa {
  margin-top: 80px;
  padding-top: 210px;
}
#qa h2 {
  color: #196A37;
}
#qa dl {
  padding: 0;
  width: 760px;
  margin: 0 auto;
}
#qa dl dt, #qa dl dd {
  padding: 0 0 0 90px;
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: left top;
}
#qa dl dt {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.4;
  color: #007571;
  background-image: url("../doyo_img/p-doyo_qa-q-icon.png");
  background-size: 80px 80px;
} 
#qa dl dt:nth-of-type(2),
#qa dl dt:nth-of-type(4),
#qa dl dt:nth-of-type(6),
#qa dl dt:nth-of-type(7),
#qa dl dt:nth-of-type(8),
#qa dl dt:nth-of-type(10),
#qa dl dt:nth-of-type(11),
#qa dl dt:nth-of-type(12) {
  line-height: 80px;
}
#qa dl dd {
  min-height: 90px;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.6;
  background-image: url("../doyo_img/p-doyo_qa-a-icon.png");
  background-size: 80px 80px;
  border-bottom: 3px dotted #ccc;
}
#qa dl dd:last-child {
  margin-bottom: 0;
}
/* ------------------------------------- メッセージ .msg */
.msg {
  width: 860px;
  margin: 80px auto;
  padding: 80px 0 40px;
  letter-spacing: 0;
  background-color: #FFFAF0;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px #c5c0b6;
  overflow: visible;
}
.msg h2 {
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
}
.msg h2::before,
.msg h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 130px;
  margin-bottom: .5em;
  background-image: url("../doyo_img/p-doyo_msg-ttl.png");
  background-repeat: no-repeat;
  background-size: 85px 130px;
  position: absolute;
  top: -20px;
  z-index: 10;
}
.msg h2::before {
  left: 40px;
  transform: scale(1,1);
}
.msg h2::after {
  right: 40px;
  transform: scale(-1,1);
}
.msg h2 + p {
  font-size: 1em;
  text-align: center;
}
.msg .minbox {
  width: 705px;
  padding: 1em 0 0 1em;
  overflow: hidden;
  position: relative;
}
.msg .minbox::before {
  content: "";
  display: block;
  width: 250px;
  height: 250px;
  margin-left: 0;
  background-image: url("../doyo_img/p-doyo_msg-umino.jpg");
  background-repeat: no-repeat;
  background-size: 250px 250px;
  position: relative;
  top: -1em;
  float: right;
}
.msg .name {
  font-size: 1.2em;
  text-align: right;
}
.msg .name .subtxt {
  font-size: .9em;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  width: 980px;
  margin: 0 auto;
  padding: 4em 3em;
  font-size: .77em;
  letter-spacing: 0;
  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";
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo img.maxh60 {
  max-height: 60px;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 420px;
  padding: 0 19px 0 .5em;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 8px 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: normal;
  text-shadow: none;
  text-align: left;
  background-image: url("/img/pay/shop_ttl_bg-or.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h3 {
  padding: 8px 0 0 20px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  color: #353535;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#shopinfo p {
  margin-bottom: 0.5em;
}
#shopinfo ul {
  padding-left: 0;
  list-style-type: none;
}
