@charset "utf-8";
/* カメラBE用CSS */
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}
body {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP","Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*position: relative;*/
}
ol, ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc-ul li {
  padding-left: 1em !important;
  position: relative;
}
ul.disc-ul li::before {
  content: "\02022";
  position: absolute;
  top: 0;
  left: .2em;
}
p {
  margin: 0 0 .5em;
}
img {
  width: 100%;
  height: auto;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  content-visibility: hidden;
  display: none;
}
span.pc_view, span.is-pc {
  display: none;
}
.smp_view, .is-sp {
  content-visibility: visible;
  display: block;
}
span.smp_view, span.is-sp {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block, .br {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
.br_right {
  display: block;
  text-align: right;
}
.sp.br_right {
  display: block;
  text-align: right;
}
.pc.br_right {
  display: inline;
  text-align: left;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a.no-link.sp {
  pointer-events: none;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキスト設定 ____ */
em {
  font-style: normal;
  font-weight: bold;
}
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #FF0000;
}
.blue {
  color: #0000FF;
}
.ora {
  color: #FF3700;
}
.ylw {
  color: #FFFF00;
}
.grn {
  color: #00804F;
}
.bro {
  color: #743500;
}
.bk {
  color: #000;
}
.huchi1 {
  text-shadow:
    #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
}
.huchi2 {
  text-shadow:
    #FFF 4px 0px, #FFF -4px 0px, #FFF 0px -4px, #FFF 0px 4px, #FFF 4px 4px, #FFF -4px 4px, #FFF 4px -4px, #FFF -4px -4px, #FFF 3px 4px, #FFF -3px 4px, #FFF 3px -4px, #FFF -3px -4px, #FFF 4px 3px, #FFF -4px 3px, #FFF 4px -3px, #FFF -4px -3px;
}
.mark-ylw {
  background:linear-gradient(transparent 60%, #ffef97 60%);
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  overflow: hidden;
}
section {
  padding: 0;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}
.box {
  padding: 0 4%;
}
.minbox {
  width: 88%;
  margin: .5em auto;
}
.picbox {
  display: block;
  margin: 1em 0;
}
.picbox picture {
  display: block;
  line-height: 0;
}
.picbox img {
  width: 100%;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
}
h2 {
}
h3, h4 {
}
/* -------------------------------------- 共通クラス */
.img-txt {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1vw 0 rgba(0,0,0,0.40);
}
.logo {
  height: 0;
  margin: 0;
  padding-top: 16vw;
  background-image: url("../be-img/flower/cabe-f_logo.png");
  background-position: left top;
  overflow: hidden;
}
.tel-pc {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- キャッチ .main_v */
.main_v {
  margin-top: 0;
}
/* -------------------------------------- プロフィール .prof */
.prof {
  overflow: hidden;
}
.prof .prof-img {
  width: 20vw;
  margin-right: 1em;
  float: left;
}
.prof .b {
  font-size: 1.2em;
}
/* -------------------------------------- サンプル動画 .sample-movie */
.sample-movie h2.img-txt {
  width: 100%;
  margin: 0 auto;
  padding-top: 12vw;
  background-color: #666;
  background-image: url("../be-img/cabe_sample-ttl.png");
  background-position: center bottom;
  background-size: auto 10.5vw;
}
/* -------------------------------------- 収録内容 .lesson */
.lesson .picbox {
  margin: 0 0 .5em;
}
.lesson .lsnbox {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #334D30;
}
.lesson .lsnbox h2 {
  margin: 0 0 .5em .3em;
  padding: 0 .5em;
  color: #334D30;
  font-size: 1.2em;
  border-left: .2em solid #334D30;
}
.lesson .lsnbox h2 .sub-ttl {
  display: block;
  color: #333333;
  font-size: .8em;
  font-weight: normal;
}
.lesson .lsnbox .lsn-indx {
  padding: 0 .5em;
}
.lesson .lsnbox .lsn-indx li {
  overflow: hidden;
}
.lesson .lsnbox .lsn-indx h3 {
  margin: 0 0 .5em;
  padding-bottom: .25em;
  color: #334D30;
  border-bottom: 2px solid #334D30;
}
.lesson .lsnbox .lsn-indx .indx-no {
  display: inline-block;
  margin-right: .5em;
  padding: 0 .25em;
  color: #FFFFFF;
  font-size: .9em;
  font-weight: normal;
  background-color: #334D30;
}
.lesson .lsnbox .lsn-indx .lsn-img {
  display: block;
  width: 30vw;
  height: 18vw;
  margin-left: .5em;
  padding: 0;
  background-image: url("../be-img/flower/cabe-f_lsn-img.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
  float: right;
}
#cabe-f .lesson .lsnbox .lsn-indx .lsn-img {
  background-image: url("../be-img/flower/cabe-f_lsn-img.jpg");
}
.lesson .lsnbox .lsn-indx .lsn-img.no2 {
  background-position: left top -18.77vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no3 {
  background-position: left top -37.54vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no4 {
  background-position: left top -56.31vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no5 {
  background-position: left top -75.08vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no6 {
  background-position: left top -93.85vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no7 {
  background-position: left top -112.62vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no8 {
  background-position: left top -131.39vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no9 {
  background-position: left top -150.16vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no10 {
  background-position: left top -168.93vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no11 {
  background-position: left top -187.7vw;
}
.lesson .lsnbox .lsn-indx .lsn-img.no12 {
  background-position: left top -206.47vw;
}
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  display: block;
  margin: 0 2vw;
  padding: 1em .5em 1em 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 2px rgba(0,51,67,1.00);
  background-color: #0170b9;
  position: relative;
}
.toggle {
display: none;
}
.title,
.tglbox {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 6vw;
  top: calc(50% - 1rem);
  width: 2px;
  height: 2rem;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px #271100;
  transition: all 0.3s;
}
.title::before {
  transform: rotate(90deg);
  box-shadow: 2px 0 2px #271100;
}
.tglbox {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.tglbox p {
  margin: 0 0 .5em;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.5;
}
.tglbox p:last-child {
  padding: .5em 0;
}
.toggle:checked + .title + .tglbox {
  max-height: 2000px;
  transition: all 1.5s;
}
.toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  background-color: #000000;
  position: relative;
}
.yt_play {
  position: absolute;
  background-image: url("../be-img/flower/cade-f_movie_thumb.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(227, 14, 0, 1.00);
  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, 0.80);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox figure {
  display: block;
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  /*z-index: 110;*/
}
.lightbox figure img {
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  /*z-index: 900;*/
  position: relative;
}
.lightbox figcaption {
  position: relative;
  /*padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;*/
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  right: 1vw;
  top: 1vw;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
/* コンテンツ展開時背景 */
#lightboxclose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 100;
}
#lightboxclose .x-txt::before {
  content: "× 閉じる";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: fixed;
  bottom: 0;
  left: calc(50% - 4em);
  z-index: 500;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  margin: 2em 0 0;
  padding-bottom: 1em;
  background-color: #FFFFFF
}
.tel-info .ttl {
  padding: .2em 0;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  background-color: #3D1B0E;
}
.tel-info .ttl + p img {
  width: 90%;
}
.telno {
  margin: 1em 4vw 0;
  padding: 1em 2vw .5em;
  border: 1px solid #3D232B;
  position: relative;
}
.telno p {
  margin: 0;
}
.telno p:first-child {
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
  position: absolute;
  top: -.8em;
}
.tel-info .news_timer {
  margin-top: 1em;
  padding-bottom: 0;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops {
  margin-top: .5em;
}
.ord_eshops img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* 購入ボタン */
.ord_eshops .buybtn {
  display: block;
  width: 96%;
  height: 0;
  margin: 0 auto 1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ord_eshops .buybtn.dvd {
  padding: 22vw 0 0 0;
  background-image: url("../be-img/cabe_buybtn-dvd_sp.png");
  background-size: contain;
}
.ord_eshops .buybtn.ol {
  padding: 22vw 0 0 0;
  background-image: url("../be-img/cabe_buybtn-ol_sp.png");
  background-size: contain;
}
.ord_eshops .buybtn.dol {
  padding: 22vw 0 0 0;
  background-image: url("../be-img/cabe_buybtn-dol_sp.png");
  background-size: contain;
}
.pay-type {
  margin: 0 7% 1em;
  text-align: center;
  font-size: .9em;
  line-height: 1.4;
}
/* ラジオボタン型購入ボタン */
.plan-section {
  width: 100%;
  margin: 1em auto .5em;
}
.plan-title {
  color: #0A3500;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin: 0 10%;
}
.plan-card {
  min-height: 6.25em;
  border: 2px solid #ccc;
  border-radius: .5em;
  padding: 1em 1em 1em 2.5em;
  background: #fff;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  position: relative;
}
.plan-card input {
  margin-bottom: .5em;
  transform: scale(1.2);
  position: absolute;
  left: .7em;
  top: 1.2em;
}
.plan-heading {
  font-size: 1.2em;
  font-weight: 500;
  transition: font-weight 0.2s ease;
}
.plan-price {
  font-weight: 700;
}
.plan-feature {
  font-size: .8em;
  line-height: 1.6;
  font-weight: 400;
}
.plan-card .plan-content {
  position: absolute;
  left: 2.5em;
  top: .75em;
}
.plan-card input:checked {}
.plan-card:has(input:checked) {
  border-color: #00B67A;
  background: #E8FFF0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.plan-card input:checked + .plan-content .plan-heading {
  font-weight: 700;
}
/* 切り替え */
.purchase-area {
  position: relative;
  margin-top: 2em;
  min-height: 60vw;
}
.purchase-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.purchase-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin: 0 0 2em;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  content-visibility: visible;
  display: block;
  width: auto;
  margin: 0 6vw;
  text-align: justify;
  font-size: .8em;
}
/* 電話案内 */
.sp_tel-bnr {
  margin-bottom: 0;
}
.sp_tel-bnr a {
  display: block;
  width: 96vw;
  height: 0;
  margin: 0 auto .5em;
  padding-top: 11.6vw;
  background-image: url("/phone/img/free_tel.png"), url("/phone/img/free_btn.gif");
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: contain, contain;
  overflow: hidden;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  font-size: 0.8em;
  line-height: 1.4;
  box-sizing: border-box;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  max-width: 100%;
  padding: 0 4% 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  max-width: 100%;
  padding: 0 4% 0;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 4vw;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #000;
  background-image: url("/img/pay/shop_ttl_bg_bl.gif")
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo p + h3 {
  margin: 1em 0 .5em;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#shopinfo p {
  margin-bottom: .5em;
  font-size: 1.6rem;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 60%;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .no-link.sp {
  pointer-events: none;
}
/* -------------------------------------- フッター footer */
footer {
  padding: 1.6rem 0;
  color: #FFFFFF;
  background-color: #333333;
  border-top: 4px double #F5F2E9;
}
/*footer .wrapper {
  padding: 1em 0;
}*/
footer a, footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #F5F2E9;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  padding: .5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: .5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: .8em;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/*___________ 基本設定 ___________ */
html {
  scroll-behavior: auto;
  scroll-padding-top: 0;
}
body {
  font-size: 1.8rem;
  background-color: #F0F0F0;
}
p {
  margin: 0 0 1em;
}
img {
  width: auto;
  height: auto;
}
.pc_view, .is-pc {
  content-visibility: visible;
  display: block;
}
span.pc_view, span.is-pc {
  display: block;
}
.smp_view, .is-sp {
  content-visibility: hidden;
  display: none;
}
span.smp_view, span.is-sp {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block, .br {
  display: inline;
}
.v_hdn {
  visibility: hidden;
}
.sp.br_right {
  display: inline;
  text-align: match-parent;
}
.pc.br_right {
  display: block;
  text-align: right;
}
/* ____ リンクテキスト ____ */
a.no-link.sp {
  pointer-events: all;
}
/* ____ フロート設定 ____ */
.flo-l {
  margin-right: .5em;
}
.flo-r {
  margin-left: .5em;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
}
/* 大枠ボックス */
main.wrapper {
  margin: 30px auto;
  width: 950px;
  border: 1px solid #999;
}
section {
  padding: 30px 0;
  overflow: hidden;
}
.wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.box {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}
.minbox {
  max-width: 650px;
  margin: 0 auto;
}
.picbox {
  margin: 2em auto;
  text-align: center;
}
.picbox img {
  width: auto;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
}
h2 {
}
h3, h4 {
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  padding: .25em 0;
  /*align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1vw 0 rgba(0,0,0,0.40);*/
}
header .flexbox {
  align-items: flex-end;
  justify-content: space-between;
}
.logo {
  width: 430px;
  padding-top: 90px;
  /*margin: 0;
  background-image: url("../be-img/flower/cabe-f_logo.png");
  background-position: left top;*/
}
.tel-pc {
  content-visibility: visible;
  display: block;
  width: 350px;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: right;
  position: relative
}
.camera-img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 280px;
  bottom: 0;
}
.camera-img img {
  width: 100%;
  height: auto;
}
/* -------------------------------------- キャッチ .main_v */
.main_v {
  margin-top: 0;
}
/* -------------------------------------- プロフィール .prof */
.prof {
  overflow: hidden;
  width: 750px;
}
.prof .prof-img {
  width: 150px;
  margin-right: 1em;
  float: left;
}
.prof .prof-img img {
  width: 100%;
}
.prof .b {
  font-size: 1.2em;
}
/* -------------------------------------- サンプル動画 .sample-movie */
.sample-movie {
  width: 820px;
  margin: 0 auto;
  padding: 0;
  color: #FFFFFF;
  background-color: #000;
}
.sample-movie h2.img-txt {
  padding-top: 80px;
  background-size: contain;
  margin: 0 auto 10px;
}
/* -------------------------------------- 収録内容 .lesson */
.lesson .picbox {
  margin: 0 0 .5em;
}
.lesson .lsnbox {
  width: 882px;
  padding-bottom: 1em;
  /*margin: 0 auto;
  border: 1px solid #334D30;*/
}
.lesson .lsnbox h2 {
  width: 800px;
  margin: 1em auto;
  font-size: 2.2rem;
  /*padding: 0 .5em;
  color: #334D30;
  border-left: .2em solid #334D30;*/
}
.lesson .lsnbox h2 .sub-ttl {
  display: inline;
  /*color: #333333;
  font-size: .8em;
  font-weight: normal;*/
}
.lesson .lsnbox .lsn-indx {
  width: 750px;
  margin: 0 auto;
  padding: 0;
}
.lesson .lsnbox .lsn-indx h3 {
  margin: .5em 0 1em;
  padding-bottom: .25em;
  color: #334D30;
  border-bottom: 2px solid #334D30;
}
/*.lesson .lsnbox .lsn-indx li {
  overflow: hidden;
}
.lesson .lsnbox .lsn-indx .indx-no {
  display: inline-block;
  margin-right: .5em;
  padding: 0 .25em;
  color: #FFFFFF;
  font-size: .9em;
  font-weight: normal;
  background-color: #334D30;
}*/
.lesson .lsnbox .lsn-indx .lsn-img {
  width: 200px;
  height: 120px;
  margin: 0 1.5em 0 0;
  /*display: block;
  padding: 0;
  background-image: url("../be-img/flower/cabe-f_lsn-img.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;*/
  float: left;
}
#cabe-f .lesson .lsnbox .lsn-indx .lsn-img {
  background-image: url("../be-img/flower/cabe-f_lsn-img.jpg");
}
.lesson .lsnbox .lsn-indx .lsn-img.no2 {
  background-position: left top -125px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no3 {
  background-position: left top -250px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no4 {
  background-position: left top -375px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no5 {
  background-position: left top -500px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no6 {
  background-position: left top -625px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no7 {
  background-position: left top -750px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no8 {
  background-position: left top -875px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no9 {
  background-position: left top -1000px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no10 {
  background-position: left top -1125px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no11 {
  background-position: left top -1250px;
}
.lesson .lsnbox .lsn-indx .lsn-img.no12 {
  background-position: left top -1375px;
}
/* -------------------------------------- レタートップ #top */
/*#top {
  padding-top: 0;
}*/
/* -------------------------------------- アコーディオンコンテンツ */
.title {
  margin: 0 auto;
}
.title:hover {
  cursor: pointer;
}
.title::after,
.title::before {
  right: 50px;
}
.tglbox p {
  padding: 1em 0 0;
  font-size: 1em;
}
.tglbox p:last-child {
  padding: 1em 0;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  max-width: 720px;
  height: 400px;
  margin: 0 auto .5em;
  padding: 0;
}
.yt_play {
  /*background-size: 720px 400px;
  border: 1px solid #000;*/
}
.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;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  /*position: fixed;
  left: calc(50% - 420px);
  top: calc(50% - 20vh);*/
  z-index: 110;
}
.lightbox figure img {
  max-width: 900px;
}
.lightbox .x-txt {
  content: "";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: absolute;
  bottom: 0;
  z-index: 200;
}
#lightboxclose .x-txt::after {
  font-size: 1.2em;
  top: 20px;
  right: 20%;
}
/* -------------------------------------- お電話案内 .tel-info */
.tel-info {
  max-width: 750px;
  margin: 60px auto 1em;
}
.tel-info .ttl {
  padding: .5em 0;
  font-size: 3.0rem;
}
.tel-info .ttl + p img {
  width: auto;
}
.telno {
  max-width: 500px;
  margin: 3em auto 1em;
  padding: 1em;
}
.tel-info .telno {
  margin: 0 auto 2em;
}
.telno p:first-child {
  left: 1em;
}
.telno p:last-child {
  text-align: center;
}
.telno.lg {
  max-width: 600px;
}
.telno.lg p:last-child img {
  max-width: 500px;
}
/* -------------------------------------- お問い合わせお電話番号 .telno */
.telno {
  width: 690px;
  margin: 40px auto;
  padding: 30px 1em 20px;
  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;
  background-size: contain, contain;*/
  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;
}
/* -------------------------------------- e-shopsカート .ord_eshops */
.ord_eshops, .ord_eshops * {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ord_eshops .ord-group {
  padding: 1em 0;
  color: #0A3500;
}
.ord_eshops .ord-group .btntop {
  width: 60%;
  margin: 0 auto .5em;
}
.btn_only .ord_eshops .ord-group {
  margin-bottom: 0;
}
.ord_eshops label.type-select {
  position: relative;
}
.ord_eshops label.type-select::before, .ord_eshops label.type-select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.ord_eshops label.type-select::before {
  content: "";
  display: inline-block;
  width: 2.6em;
  height: 3.6em;
  background-color: #008539;
  border-radius: 0 1.8em 1.8em 0;
  right: 0;
}
.ord_eshops label.type-select::after {
  content: '';
  width: .8em;
  height: .8em;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-100%) rotate(45deg);
}
.ord_eshops label.type-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 450px;
  height: 3em;
  padding: 0 3em 0 1em;
  margin-bottom: .5em;
  text-align: center;
  line-height: calc(3em - 4px);
  background-color: #FFFFFF;
  border: 2px solid #008539;
  border-radius: 1.5em;
  color: #333333;
  font-size: 1.2em;
  cursor: pointer;
}
.ord_eshops label.type-select select:focus {
  outline: 1px solid #008539;
}
input[type="submit"].buybtn {
  display: block;
  width: 950px;
  height: 0;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 950px auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: .5s;
}
input[type="submit"].buybtn.dvd {
  padding: 150px 0 0 0;
  background-image: url("../be-img/cabe_buybtn-dvd_pc.png");
  background-size: contain;
}
input[type="submit"].buybtn.ol {
  padding: 150px 0 0 0;
  background-image: url("../be-img/cabe_buybtn-ol_pc.png");
  background-size: contain;
}
input[type="submit"].buybtn.dol {
  padding: 150px 0 0 0;
  background-image: url("../be-img/cabe_buybtn-dol_pc.png");
  background-size: contain;
}
.ord_eshops .buybtn:hover,
.ord_eshops .buybtn:active {
  opacity: .8;
}
.pay-type {
  width: 100%;
  margin: 0 0 1em;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.pay-div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
}

/* ラジオボタン型購入ボタン */
.plan-section {
  width: 100%;
  margin: 20px 0 10px;
}
.plan-title {
  color: #0A3500;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.plan-card {
  min-height: auto;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: .5em 1em .75em;
  background: #fff;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  text-align: left;
}
.plan-card .plan-content {
  position: static;
}
.plan-card input {
  margin-bottom: 10px;
  transform: scale(1.2);
  position: static;
}
.plan-heading {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  transition: font-weight 0.2s ease;
}
.plan-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.plan-feature {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.plan-card input:checked + .plan-content {
  border-radius: 6px;
}
.plan-card input:checked {}
.plan-card:has(input:checked) {
  border-color: #00B67A;
  background: #E8FFF0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.plan-card input:checked + .plan-content .plan-heading {
  font-weight: 700;
}
/* 切り替え */
.purchase-area {
  position: relative;
  margin-top: 30px;
  min-height: 350px;
}
.purchase-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.purchase-item.is-active {
  opacity: 1;
  pointer-events: auto;
}
/* -------------------------------------- ヤマト運輸ネコポス対応 .yamato-post */
.yamato-post {
  margin-top: 30px;
}
.yamato-post p {
  margin-bottom: 0;
  text-align: center;
}
.yamato-post p.post-txt {
  width: 650px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: 1em;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 4em 3em;
  font-size: 14px;
  line-height: 1.4;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#shopinfo address {
  font-style: normal;
}
#shopinfo p {
  font-size: 15px;
}
#shopinfo .flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 420px;
  padding-right: 19px;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #000;
  background-image: url("/img/pay/shop_ttl_bg_bl.gif")
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom:1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
/* -------------------------------------- フッター footer */
footer {
  padding: 0 0 1.6rem;
  border: none;
}
footer .wrapper {
  border-top: none;
}
footer .footer-info {
  margin: 0 0 1em;
  padding: 1.6rem 0;
  padding-left: calc(50% - 490px);
  padding-right: calc(50% - 490px);
  justify-content: space-between;
  background-color: #FFFFFF;
  border-top: 1px solid #000;
}
footer nav ul li {
  font-size: .8em;
  border-bottom: none;
  position: static;
}
footer nav ul li a {
  display: inline;
  padding: 0;
}
footer nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav ul li:last-of-type::after {
  content: "";
  margin: 0;
}
/*footer .f_nav {
  z-index: 10;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
}
footer .f_nav .logo {
  padding-top: 80px;
  background-size: 300px 80px;
}
footer .f_nav > .flexbox:last-child {
  padding: 1em 20px;
  margin-bottom: 0;
  justify-content: space-between;
  border-top: none;
}*/
}