@charset "utf-8";
/* スマホファースト */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:900|Noto+Serif+JP:600&display=swap');*/
/*___________ 基本設定 ___________ */
/*html {
  scroll-behavior: smooth;
}*/
body {
  margin: 0;
  font-size: 1rem;
  position: relative;
}
strong {
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 900;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
p, li {
  font-size: 4.5vw;
}
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
.pc_view {
  display: none;
}
span.pc_view {
  display: none;
}
.smp_view {
  display: block;
}
span.smp_view {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
.nowrap {
  white-space: nowrap;
}
/* ____ リンクテキスト ____ */
a {
  color: #0066CC;
  text-decoration: underline;
}
a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active, /* for IE (Keyboard) */ a:focus { /* for Netscape (Keyboard) */
  color: #CC0000;
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #B80000;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
/* 大枠ボックス */
main.wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 0;
}
section {
  padding: 4vw 0;
  overflow: hidden;
}
.wrapper {
  width: 96vw;
  margin: 0 auto;
  position: relative;
}
.inner {
  padding: 0 2vw;
}
.inner.wrapper {
  width: 96vw;
  padding: 0;
}
.notice_box,
.minbox {
  width: 92vw;
  margin: 0 auto;
}
.pic_box {
  margin: 1em auto 0;
}
/* ボックス内共通設定 */
h1{
  margin: 0;
}
h2 {
  margin-bottom: 1em;
  font-size: 1.4em;
  line-height: 1.2;
  color: #650000;
  /*font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
h3, .h3 {
  margin-bottom: 1em;
  font-size: 1.2em;
  color: #380000;
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
h4 {
  margin-bottom: 0.5em;
  color: #EA3903;
  font-size: 1.2em;
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
section p {
  margin-bottom: 1em;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  visibility: visible;
  opacity: 1;
}
.lightbox figure {
  width: 96%;
  max-width: 900px;
  margin: 0;
  position: fixed;
  left: calc(50% - 48%);
  top: calc(50% - 40vh);
  z-index: 110;
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.lightbox figcaption {
  position: relative;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  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.zoom-img .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;
}
#lightboxclose {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  visibility: hidden;
  z-index: 10;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: none;
}
.h_nav {
  display: none;
}
/* -------------------------------------- スマホ用ナビ .s-nav  */
.s-nav ul.flexbox {
	display: flex;
  justify-content: space-around;
  margin: 1em 0;
}
.s-nav ul li {
	width: 24%;
	display: table;
	text-align: center;
}
.s-nav ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 20vw;
	padding-top: 0;
	font-size: 4vw;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 2vw;
}
/*.s-nav ul li#s-nav_1dan a,*/
.s-nav ul li#s-nav_3set a {
	font-size: 3.4vw;
}
.s-nav ul li#s-nav_ord a,
.s-nav ul li#s-nav_3set a,
.s-nav ul li#s-nav_qa a,
.s-nav ul li#s-nav_cont a{
	background-image: -webkit-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: -moz-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: -o-linear-gradient(270deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
	background-image: linear-gradient(180deg,rgba(26,26,26,1.00) 0%,rgba(0,0,0,1.00) 30%);
}
#p_3set .s-nav ul li#s-nav_3set a,
/*#p_1dan .s-nav ul li#s-nav_1dan a,*/
#contact .s-nav ul li#s-nav_cont a,
.s-nav ul li a:hover {
	background-position: 0 0;
	background-image: -webkit-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: -moz-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: -o-linear-gradient(90deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
	background-image: linear-gradient(0deg,rgba(255,95,0,1.00) 0%,rgba(255,79,0,1.00) 30%);
}
main article > .s-nav:last-child {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 96vw !important;
  height: 54vw !important;
  background-color: #000000;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.yt_play {
  width: 96vw !important;
  height: 54vw !important;
  position: absolute;
  background-image: url("../of123-img/youtube_sumb_voice.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "";
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*.yt_movie {
  padding: 1vw 0;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
}
.yt_movie a {
  display: block;
  position: relative;
}
.yt_movie a::after {
  content: "";
  display: block;
  margin: -30px 0 0 -50px;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0,0,0,0.80);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
}
.yt_movie a:hover::after {
  background-color: rgba(227,14,0,1.00);
}
.yt_movie p {
  margin: 0;
}
.yt_movie img {
  width: 98vw;
  height: auto;
}*/
.yt_movie + p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 1em;
}
/*.yt_movie {
  padding: 1vw 0;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
}
.yt_movie a {
  display: block;
  position: relative;
}
.yt_movie a::after {
  content: "";
  display: block;
  margin: -30px 0 0 -50px;
  width: 100px;
  height: 60px;
  border-radius: 10px;
  background-image: url("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0,0,0,0.80);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
}
.yt_movie a:hover::after {
  background-color: rgba(227,14,0,1.00);
}
.yt_movie p {
  margin: 0;
}
.yt_movie img {
  width: 98vw;
  height: auto;
}
.yt_movie+p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 1em;
}*/
/*.voice_box p:last-child {
  margin-bottom: 2em;
  width: 35vw;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 2vw;
  bottom: -0.8em;
}
.voice_box p:last-child img {
  width: 25vw;
  height: auto;
  max-width: 100px;
  max-height: 132px;
}*/
.voice_box::after {
  content: "※実践されたお客様個人のご感想です。";
  display: block;
  clear: both;
  padding-top: 0.2em;
  white-space: pre;
  font-size: 0.8em;
  text-align: right;
  color: #666666;
  position: absolute;
  right: 0;
  bottom: 0.2em;
}
/* -------------------------------------- 購入ボタン .ord_btn */
.ord_btn {
  text-align: center;
  padding-bottom: 0;
}
.ord_btn p {
  margin: 0;
}
.ord_btn>p:first-of-type img {
  width: 60vw;
  margin-bottom: 0.5em;
}
.ord_btn>p:nth-of-type(2) {
  margin-bottom: 1em;
}
/* -------------------------------------- 3弾セットリンク .link */
.link {
  padding: 4vw 2vw;
  overflow: hidden;
}
.link > p {
  display: none;
}
a.link3set  {
  display: block;
  padding: 4vw 2vw;
  text-decoration: none;
  border: 1px solid #ccc;
}
.link3set h2 {
  margin-bottom: 0;
  color: #B80000;
  text-decoration: none;
}
.link3set p {
  color: #353535;
  font-size: 0.98em;
  font-weight: bold;
  text-decoration: none;
}
.link3set img {
  width: 30vw;
  height: auto;
}
.link3set .link3set-btn {
  width: 80%;
  padding: 0.5em 0;
  margin: 0 auto;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #004514;
  border-radius: 10px;
}
.link3set:hover .link3set-btn {
  background-color: #008305;
}
.voice .voice_box {
  margin: 1em 2vw;
  padding: 0.5em 2vw;
  line-height: 1.4;
  border: 2px solid #EC3B04;
  position: relative;
}
.voice .voice_box p:nth-last-of-type(2) {
  width: 60vw;
}
.voice .voice_box p:last-child {
  margin-bottom: 2.5em;
  width: 30vw;
  font-size: 0.8em;
}
.voice>p:last-of-type a {
  display: block;
  margin: 0.5em auto;
  padding: 0.5em 0 0.7em;
  width: 90vw;
  color: #FFFFFF;
  font-family: "じゅん 201","リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  text-decoration: none;
  background-color: #EC3B04;
  border-radius: 0.5em;
  position: relative;
}
.voice>p:last-of-type a::after {
  content: "\025b6";
  position: absolute;
  right: 1em;
  bottom: 0.7em;
}
/* -------------------------------------- よくある質問 .qanda */
.qanda {
}
.qanda h2 {
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #6a0000;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.qanda dl.notice_box {
  padding: 0;
  width: 98vw;
}
.qanda dl dt, .qanda dl dd {
  padding: 0 2vw 0 12vw;
  min-height: 10vw;
  background-repeat: no-repeat;
  background-position: left top;
}
.qanda dl dt {
  margin-bottom: 0.5em;
  font-size: 5vw;
  line-height: 1.2;
  color: #801240;
  background-image: url("../asp-img/p_qanda-iconq.png");
  background-size: 10vw 10vw;
} 
.qanda dl dt.line1 {
  line-height: 10vw;
}
.qanda dl dd {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1em;
  background-image: url("../asp-img/p_qanda-icona.png");
  background-size: 10vw 10vw;
  border-bottom: 3px dotted #ccc;
}
.qanda dl dd:last-child {
  margin-bottom: 0;
}
#p_3set.a8lp .qanda dl dt.a8,
#p_3set.a8lp .qanda dl dd.a8,
#p_1dan .qanda dl dt.set3,
#p_1dan .qanda dl dd.set3 {
  display: none;
}
/* -------------------------------------- トップへ #page_top */
#page_top {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  background: #FF5400;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 999;
}
#page_top a {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::after {
  content: '\025b2\aTOP';
  margin: auto;
  white-space: pre;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
}
#voice #page_top a::after {
  content: '\025c0\a戻る';
}
/* -------------------------------------- フッター footer */
footer {
  color: #FFFFFF;
  background-color: #00052A;
	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: 0.5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: 0.5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: 0.8em;
  text-align: center;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- ヘッダー header  */
.subp header {
  display: block;
  padding-top: 0.5em;
}
.subp header p {
  margin-bottom: 0;
}
.subp header .wrapper.flexbox p:first-child {
  margin-bottom: 0.5em;
  color: #460000;
  line-height: 1.2;
  font-family: "新ゴ R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
}
.subp header .wrapper.flexbox p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
.subp header h1,
.subp header .wrapper.flexbox p:nth-of-type(2),
.subp header .h_nav {
  display: none;
}
/* -------------------------------------- パンくずリスト .path  */
.path {
  padding: 0.5em 2vw;
}
.path ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
}
.path li {
  font-size: 3.5vw;
}
.path li::after {
  content: "＞";
  font-size: 3.5vw;
  margin: 0 0.5em;
}
.path li:last-child::after {
  content: "";
  padding-right: 0;
  margin-right: 0;
}
.subp .s-nav ul.flexbox {
  margin: 0 0 1em;
}
.subp section {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1rem;
}
.subp section h2 {
  margin: 0 auto 1em;
  padding: 0.5em 0;
  width: 96vw;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC3B04;
  font-family: "リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  border-radius: 0.5em;
}
.subp section li {
  font-size: 100%;
}
.subp section .notice_box {
  margin-bottom: 2em;
  padding: 1em 0.5em;
  width: 100%;
  font-size: 100%;
}
.subp section .notice_box table {
  width: 100%;
}
.subp section .notice_box tr {
  border-bottom: 1px solid #ccc;
}
.subp section .notice_box tr:last-child {
  border-bottom: none;
}
.subp section .notice_box th {
  display: block;
  width: 100%;
  padding: 0.5em 0 0;
  white-space: nowrap;
}
.subp section .notice_box td {
  display: block;
  width: 100%;
  padding: 0 0 0.5em;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy section .notice_box p, 
#privacy section .notice_box li {
  font-size: 4vw;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
}
/* __________________________________________ 運営者情報 #company */
#company ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#company iframe {
  width: 100%;
  height: 40vh;
}
#company section ol, #company section ul {
  margin-bottom: 0;
}
/* __________________________________________ お問い合わせ #contact */
#contact iframe {
	width: 100%;
	height: 160vh;
}
/* __________________________________________ 皆様のご感想 #voice */
#voice p {
  margin-bottom: 0.5em;
}
#voice #howto h2,
#voice #otayori h2,
#voice #hiketa h2 {
  width: 100%;
  border-radius: 0;
}
#voice .page_indx p, #voice .page_indx nav.indx_list {
  margin: 0 2vw;
}
#voice .page_indx .indx_list li {
  margin: 1em 0;
}
#voice .page_indx .indx_list li a {
  display: block;
  padding: 1em 0.5em 1em 3em;
  color: #6A0000;
  font-weight: bold;
  text-decoration: none;
  background-color: #FDE297;
  border-radius: 1em;
  position: relative;
}
#voice .page_indx .indx_list li a::before {
  content: "\025bc";
  font-size: 2em;
  margin-top: -0.7em;
  color: #FFFFFF;
  position: absolute;
  left: 0.2em;
  top: 50%;
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  padding: 0.5em 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #EC3B04;
}
#voice #howto .yt_movie+p {
  text-align: center;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h3 {
  margin-bottom: 0;
  padding: 0.5em 0;
  color: #6A0000;
}
#voice #otayori h3+p {
  text-align: center;
}
#voice #otayori .kansou_hagaki {
  margin: 1em 2vw;
}
#voice #otayori .kansou_hagaki img {
  width: 30vw;
}
#voice #otayori .kansou_hagaki dt,
#voice #otayori .kansou_hagaki dd {
  padding-left: 1em;
}
#voice #otayori .kansou_hagaki dt {
  margin-bottom: 0.2em;
  color: #0E195F;
  line-height: 1.2;
  text-indent: -1em;
  font-family: "新ゴ B","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
#voice #otayori .kansou_hagaki:nth-of-type(2) dt,
#voice #otayori .kansou_hagaki:nth-of-type(6) dt,
#voice #otayori .kansou_hagaki:nth-of-type(9) dt {
  display: none;
}
#voice #otayori .kansou_hagaki dd:last-child {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px dotted #CCCCCC;
}
#voice #otayori .kansou_hagaki .kh_line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa {
  margin: 2em auto 1em;
  padding: 0 2vw .5em;
  background-color: #FF3700;
}
#voice #hiketa h2 {
  margin-bottom: 0;
}
#voice #hiketa h3 {
  color: #EC3B04;
}
#voice #hiketa .voice_box {
  padding: 0.5em 2vw 1em;
  margin: 0 auto .5em;
  font-size: 1rem;
  background-color: #FFFFFF;
  border: 2px solid #FF3700;
  position: relative;
}
#voice #hiketa .voice_box p:first-of-type {
  width: 22.5vw;
  margin-left: .5em;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  float: right;
}
#voice #hiketa .voice_box p:first-of-type img {
  margin-bottom: .2em;
}
#voice .ord {
  padding: 60vw 4vw 1em;
  background-image: url("../ppc-img/p_voice_ord-bg.jpg");
  background-color: #F8F7E3;
  background-repeat: no-repeat;
  background-size: contain;
}
#voice .ord a {
  display: block;
  margin: 1em auto;
  padding: 0.5em 0 0.6em;
  color: #F8F7E3;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "じゅん 201","リュウミン B-KL","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-decoration: none;
  text-align: center;
  background-color: #00740C;
  border-radius: 0.5em;
  position: relative;
  background-image: -webkit-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(0,150,68,1.00) 0%,rgba(0,116,12,1.00) 100%);
}
#voice .ord a::after {
  content: "\025b6";
  position: absolute;
  right: 0.6em;
  bottom: 0.6em;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
body {
  font-size: 1.125rem;
  background-color: #F0F0F0;
}
p, li {
  font-size: 1em;
}
img {
  width: auto;
  height: auto;
}
picture {
  text-align: center;
}
.pc_view {
  display: block;
}
span.pc_view {
  display: inline;
}
.smp_view {
  display: none;
}
span.smp_view {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block {
  display: inline;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  margin: 1em auto;
  padding: 0;
  width: 980px;
  border: 1px solid #999;
  box-sizing: content-box;
}
section {
  padding: 2em 0;
}
.wrapper {
  width: 980px;
}
.inner {
  padding: 0 50px;
}
.inner.wrapper {
  width: 760px;
}
.notice_box,
.minbox {
  width: 650px;
}
.pic_box {
  margin: 2em auto;
}
/* ボックス内共通設定 */
h1 {
  font-size: 0.8rem;
  line-height: 2;
  text-align: right;
  font-weight: normal;
}
h2 {
  line-height: 1.2;
}
section p {
  margin-bottom: 1em;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  /*left: calc(50% - 420px);
  top: calc(50% - 30vh);*/
  left: calc(50%);
  top: calc(50%);
  transform: translate(-50%, -50%);
  z-index: 110;
}
.lightbox 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;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: block;
  padding-top: 0.5em;
  border-bottom: 1px solid #000000;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
header .wrapper {
  padding: 0;
  justify-content: space-between;
}
header .wrapper.flexbox p {
  margin: 0 0 0.5em;
  line-height: 0;
}
header .wrapper.flexbox p:first-child {
  color: #460000;
  line-height: 1.2;
  font-family: "新ゴ R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
}
header .wrapper.flexbox p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
.h_nav {
  display: block;
  margin: 0;
}
.h_nav ul {
  margin-bottom: 0;
  justify-content: center;
  background-color: #fef2f2;
  border-top: 1px solid #d42527;
  border-bottom: 1px solid #d42527;
}
main article > .h_nav:first-child ul {
  border-top: none;
}
main article > .h_nav:last-child ul {
  border-bottom: none;
}
.h_nav ul a {
  display: block;
  padding-top: 50px;
  width: 196px;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  transition: 0s;
}
.h_nav ul li.nav-ord a {
  background-image: url("../asp-img/nav/p_nav-ord.png");
}
.h_nav ul li.nav-3set a {
  background-image: url("../asp-img/nav/p_nav-3set.png");
}
.h_nav ul li.nav-vc a {
  background-image: url("../asp-img/nav/p_nav-voice.png");
}
.h_nav ul li.nav-qa a {
  background-image: url("../asp-img/nav/p_nav-qa.png");
}
.h_nav ul li.nav-cont a {
  margin-right: 0;
  background-image: url("../asp-img/nav/p_nav-contact.png");
}
.h_nav ul li a:hover,
/*#p_1dan .h_nav ul li:first-child a,*/
#p_3set .h_nav ul li.nav-3set a,
#voice .h_nav ul li.nav-vc a,
#contact .h_nav ul li.nav-cont a {
  background-position-y: -50px;
  background-color: #fe5b00;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.yt_movie {
  width: 680px !important;
  height: 400px !important;
  margin: 0;
  padding: 0;
}
.yt_play {
  width: 680px !important;
  height: 400px !important;
  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("/img/parts/play3kaku.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 30px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 30px);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*.yt_movie {
  width: 680px;
  height: 400px;
  margin: 0 auto;
  padding: 48px 0;
}
.yt_movie a:hover {
  opacity: 1;
}
.yt_movie img {
  width: 560px;
  height: auto;
}
.yt_movie a:hover img {
  opacity: 1;
}
.yt_movie+p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0.5em 0 2em;
}
.voice_box p:last-child {
  width: 130px;
  margin-bottom: 2em;
  font-size: 0.8em;
  left: 2rem;
  top: 2rem;
}
.voice_box p:last-child img {
  width: 110px;
  height: auto;
  max-width: none;
  max-height: none;
}*/
.voice_box::after {
  right: 3em;
  bottom: 0.5em;
}
.voice .voice_box {
  margin: 1em auto;
  padding: 1em 2em 1em 180px;
  width: 650px;
  line-height: 1.2;
}
.voice .voice_box p:nth-last-of-type(2) {
  width: auto;
}
/*.voice .voice_box p:last-child {
  width: 110px;
  margin-bottom: 0;
  top: 1em;
}*/
/* -------------------------------------- よくある質問 .qanda */
.qanda {
}
.qanda h2 {
  padding: 110px 0 0 0;
  height: 0;
  background-image: url("../asp-img/p_qanda-ttl.jpg");
  background-position: left top;
}
.qanda dl.notice_box {
  padding: 2em 0 0;
  width: 820px;
}
.qanda dl dt, .qanda dl dd {
  padding-left: 150px;
  min-height: 80px;
  background-position: left 40px top;
}
.qanda dl dt {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 80px;
  background-size: 80px 80px;
}
.qanda dl dt:nth-of-type(12), 
.qanda dl dt:nth-of-type(15), 
.qanda dl dt:nth-of-type(20), 
.qanda dl dt:nth-of-type(21), 
.qanda dl dt:nth-of-type(22), 
.qanda dl dt:nth-of-type(24), 
.qanda dl dt:nth-of-type(26), 
.qanda dl dt:nth-of-type(27) {
  line-height: 80px;
}
.qanda dl dt:nth-of-type(4),
.qanda dl dt:nth-of-type(8),
.qanda dl dt:nth-of-type(9),
.qanda dl dt:nth-of-type(10),
.qanda dl dt:nth-of-type(17),
.qanda dl dt:nth-of-type(18),
.qanda dl dt:nth-of-type(28) {
  padding-top: 0.2em;
  line-height: 1.4;
}
.qanda dl dd {
  background-size: 80px 80px;
}
/* -------------------------------------- フッター footer */
footer {
  border: none;
}
footer .wrapper {
	border-top: none;
}
footer nav ul li {
  font-size: 0.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 ul {
  margin-bottom: 0;
  justify-content: center;
}
footer .f_nav ul a {
  display: block;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  transition: 0s;
}
footer .f_nav ul li {
  margin-right: 1px;
  padding: 0;
  width: 195px;
}
footer .f_nav ul li::after {
  content: "";
  display: none;
}
footer .f_nav ul li:first-child a {
  background-image: url("/piano/images/nav/p_fnav-1dan.jpg");
}
footer .f_nav ul li:nth-child(2) a {
  background-image: url("/piano/images/nav/p_fnav-3set.jpg");
}
footer .f_nav ul li:nth-child(3) a {
  background-image: url("/piano/images/nav/p_fnav-voice.jpg");
}
footer .f_nav ul li:nth-child(4) a {
  background-image: url("/piano/images/nav/p_fnav-qa.jpg");
}
footer .f_nav ul li:nth-child(5) a {
  background-image: url("/piano/images/nav/p_fnav-contact.jpg");
}
#p_1dan footer .f_nav ul li:first-child a,
#p_3set footer .f_nav ul li:nth-child(2) a,
#voice footer .f_nav ul li:nth-child(3) a,
#contact footer .f_nav ul li:nth-child(5) a,
footer .f_nav ul a:hover {
  background-position: left top -50px;
}*/
footer .f_nav>.flexbox:last-child {
  padding: 1em 20px;
  margin-bottom: 0;
  justify-content: space-between;
  border-top: none;
}
footer .f_nav>.flexbox:last-child p:first-child {
  color: #460000;
  line-height: 1.2;
  font-family: "新ゴ R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4em;
}
footer .f_nav>.flexbox:last-child p:first-child strong {
  display: block;
  color: #EA3903;
  font-size: 0.8em;
}
/* __________________________________________ ↓ここからサブページ用 */
/* -------------------------------------- ヘッダー header  */
.subp header .wrapper.flexbox p:first-of-type img {
  width: auto;
}
.subp header h1,
.subp header .wrapper.flexbox p:nth-of-type(2),
.subp header .h_nav {
  display: block;
}
/* -------------------------------------- パンくずリスト .path  */
.path {
  padding: 1em 0 0 1em;
}
.path li {
  font-size: 0.8em;
}
.path li::after {
  font-size: 0.8em;
}
/* -------------------------------------- コンテンツ領域 */
.subp section {
  padding: 0 1em 2em;
  font-size: 1em;
  line-height: 1.4;
}
.subp section h2 {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  font-size: 2em;
  color: #EC3B04;
  background-color: transparent;
  border-radius: 0;
}
.subp section .notice_box table {
  border: none;
}
.subp section .notice_box th {
  display: table-cell;
  width: 30%;
  padding: 0.5em 0;
  text-align: center;
}
.subp section .notice_box td {
  display: table-cell;
  width: 70%;
  padding: 0.5em 0;
}
/* __________________________________________ 運営者情報 #company */
/*#company section h2 {
  margin-top: 0;
}*/
#company iframe {
  display: block;
  width: 425px;
  height: 350px;
  margin: 0 auto 2em;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  padding-left: 2em;
}
#privacy section .notice_box p, 
#privacy section .notice_box li {
  font-size: 0.9em;
}
/* __________________________________________ お問い合わせ #contact */
#contact iframe {
	width: 100%;
	height: 1100px;
}
/* __________________________________________ 皆様のご感想 #voice */
#voice .inner.wrapper {
  width: 100%;
}
#voice h2 {
  padding: 0.5em 0;
  color: #EC3B04;
  font-size: 2em;
  background-color: transparent;
}
#voice .page_indx {
  width: 760px;
  margin: 0 auto;
}
#voice .page_indx p, #voice .page_indx nav {
  margin: 0;
}
#voice .page_indx li a::before {
  font-size: 1.5em;
  left: 0.5em;
}
/* -------------------------------------- 使い方 #howto  */
#voice #howto h3 {
  margin-top: 2em;
  padding: 120px 0 0;
  height: 0;
  background-color: transparent;
  background-image: url("../of123-img/ttl_tsukaikata.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- お便り #otayori  */
#voice #otayori h2 {
  padding: 113px 0 0;
  height: 0;
  background-image: url("../of123-img/p_kansouj_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 781px 113px;
}
#voice #otayori .kansou_hagaki {
  margin: 1em auto;
  width: 760px;
}
#voice #otayori .kansou_hagaki img {
  margin-top: -1em;
  width: 330px;
}
/* -------------------------------------- ご感想 #hiketa  */
#voice #hiketa {
  background-color: transparent;
}
#voice #hiketa h2 {
  color: #6A0000;
  margin-bottom: 2em;
  border-top: 6px double #6A0000;
  border-bottom: 6px double #6A0000;
}
#voice #hiketa .voice_box {
  margin: 0 auto 1em;
  padding: 0.5em 1em 2em 160px;
  width: 760px;
  border: 3px solid #EC3B04;
  position: relative;
}
#voice #hiketa .voice_box::after {
  right: 1em;
}
#voice #hiketa .voice_box p:first-of-type {
  width: 110px;
  margin: 0 .5em 0 0;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  float: none;
  position: absolute;
  left: 25px;
  top: 15px;
}
#voice #hiketa .voice_box p:first-of-type img {
  width: 100%;
  height: auto;
}
#voice #hiketa .voice_box p:nth-last-child(2) {
  padding-right: 0;
}
#voice #hiketa .voice_box p:last-child {
  line-height: 1.2;
  left: 1em;
  top: 1em;
}
#voice .ord {
  padding: 455px 0 0;
  background-position: top 2em center;
  background-size: 720px 435px;
}
#voice .ord a {
  margin: 1em auto 2em;
  width: 650px;
}
}