@charset "utf-8";

/* common
_________________________________________________*/

.diplaynone {
  display: none;
}

#orver {
  z-index: 9998;
  height: auto;
}

h2 {
  font-size: 20px;
  padding: 50px 0 0;
}

h2.title {
  font-size: 35px;
  padding: 26px 0 0;
}

.main-cts:first-child h2.title {
  padding: 44px 0 0;
}

h2 + h3 {
  margin-top: 40px;
  padding: 0;
}

form {
  width: 100%;
}

.ttl-assistance {
  font-size: 14px;
  font-weight: bold;
  margin: 6px 0 0;
  line-height: 1em;
}

.ttl-assistance + * {
  margin-top: 40px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: var(--accent-color);
  padding: 0 0 27px;
  text-align: center;
  text-transform: uppercase;
}

.item_product + h3,
.price-search-cts + h3 {
  margin-top: 50px;
}

.ttl-assistance + h3 {
  padding-top: 0;
}

#categroyForm h3 {
  margin-top: 40px;
}
#brandForm h3 {
  padding: 42px 0 30px;
}
#brandForm .category-selectbox + h3 {
  padding: 0 0 27px;
  margin-top: 40px;
}

p {
  line-height: 1.5em;
}

.br-sp-none {
  display: none;
}

.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

input[type="text"],
select {
  font-size: 16px;
  /* transform: scale(0.8); */
}

input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
  height: 35px;
}

input[type="select"] {
  border-radius: 0;
}

input[type="button"] {
  font-size: 1em;
}

textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

/* main
-------------------------------------------*/

div.main-cts {
  background-color: #fff;
  margin-bottom: 100vw;
  padding-bottom: 78px;
}

/* products
_________________________________________*/

#top-products {
  width: 100%;
  padding: 10px;
}

#top-products {
  margin: 20px 0;
  box-sizing: border-box;
}

#top-products div a {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 5px 10px 0;
}

#top-products div img {
  width: 80%;
  height: auto;
}

#top-products div:nth-child(2n) a {
  padding: 0 0 10px 5px !important;
  box-sizing: border-box;
}

#top-products div dt {
  margin: 0 0 5px;
  padding: 10px 0;
}

.sp_pad_bottom {
  padding-bottom: 50px !important;
}

.name-img div {
  margin-bottom: 20px;
}

/* form
_________________________________________*/

.price-search-cts {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.top-price-search {
  width: 100%;
  padding: 36px 12px;
}

.top-price-search table {
  width: 100%;
}

.top-price-search table tr td,
.pricebox02 {
  padding: 0 20px;
}
.top-price-search table tr td,
.pricebox02 table tr td {
  display: table-cell;
  width: auto;
}

.top-price-search table tr:first-child td:nth-child(2),
.pricebox02 table tr:first-child td:nth-child(2) {
  padding-right: 7px;
  padding-left: 7px;
}

.top-price-search table tr td,
.pricebox02 table tr td {
  padding-bottom: 22px;
}

.select_price {
  display: inline-block;
  width: 100%;
}

.select_price select {
  width: 100%;
  font-size: 13px;
  height: 35px;
  padding: 0 10px;
}

.select_price select#under_price,
.select_price select#more_price {
  min-width: 118px;
}

.select_price:after {
  top: -4px;
  bottom: 0;
}

.top-price-search .button-arrow {
  width: auto;
  height: 35px;
}

#open-slice-button input {
  height: auto;
  line-height: 35px;
  padding: 0 40px;
  width: auto;
  font-size: 15px;
}

/* 下層 common
_________________________________________*/

#stratum-main-cts {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 80px;
}

.element-division h3 {
  font-size: 16px;
  padding: 30px 0 15px;
}

.element-division h3:first-child {
  padding: 0 0 15px;
}

.order-detail h3:first-child {
  padding: 30px 0 15px;
}

.element-division {
  font-size: 0.9em;
  width: 100%;
  line-height: 1.5em;
}

.element-division dl {
  margin: 20px 0 0;
}

.element-division dt {
  margin-bottom: 10px;
}

.element-division dd {
  line-height: 1.6em;
}

.faq-list {
  font-size: 12px;
  font-weight: normal;
}

/* tab
_________________________________________*/

.inquiry {
  width: 100%;
  font-size: 12px;
  line-height: 2em;
  margin-top: 20px;
}

.inquiry label {
  font-weight: 500;
}
.confirm-inquiry {
  padding: 5px;
}
.tab-index {
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.inquiry .tab-index {
  margin-bottom: 20px;
}

.inquiry .tab-index ul {
  display: table;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  font-size: 14px;
}

.inquiry .tab-index li {
  display: table-cell;
  font-weight: bold;
  height: 40px;
  padding: 20px 0 0;
}

.inquiry .tab-index li:first-child {
  width: 55%;
}

.inquiry .tab-index li:last-child {
  width: 45%;
}

.inquiry .tab-index a {
  display: block;
  color: var(--accent-color);
  width: 80%;
  height: 40px;
  text-decoration: none;
  position: relative;
  text-align: left;
}

.inquiry .tab-index a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: 0;
  display: inline-block;
  bottom: 0;
  margin: auto;
}

.inquiry .tab-index .active a:after {
  opacity: 0.6;
  position: absolute;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.inquiry .tab-index .active {
  opacity: 0.6;
}

.inquiry .tab-contents {
  display: none;
}

.inquiry .tab-contents.active {
  display: block;
}

.inquiry .tab-contents table {
  width: 100%;
}

.inquiry .tab-contents table td {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  line-height: 2em;
}

.inquiry .tab-contents table td:last-child {
  margin-bottom: 14px;
}

.inquiry .tab-contents table td:last-child.attention {
  margin: 30px 0 0;
}

.inquiry .tab-contents table td.no-border {
  margin: 0;
}

.inquiry #tab1 table tr:nth-child(11) td {
  margin-bottom: 14px;
}

.inquiry #tab2 table tr:nth-child(8) td {
  margin-bottom: 14px;
}

.inquiry .tab-contents table th,
.inquiry .tab-contents table .required {
  display: inline-block;
  font-weight: bold;
  float: none !important;
  width: auto;
  margin: 0;
  text-align: left;
  padding: 0 10px 0 0;
}

.inquiry .tab-contents table th,
.inquiry .tab-contents table th label {
  font-weight: 600;
}
.inquiry #confirm_form table th {
  max-width: 10em;
  line-height: 1.25;
  padding: 5px 20px 5px 0;
  text-align: left;
}
#clock-break {
  margin-bottom: 0;
}

.tab-contents table .required {
  font-size: 0.8em;
}

.select_type,
.select_address {
  width: 100%;
}

.select_type select,
.select_address select {
  width: 100%;
  height: 40px;
  border-radius: 0;
}

.select_catalog select {
  width: 100%;
  height: 40px;
  border-radius: 0;
}

.error {
  padding: 5px 0 0;
}

.inquiry .tab-contents table input,
.inquiry .tab-contents table select {
  height: 36px;
  line-height: 25px;
}

.inquiry .tab-contents table input#contact_break_next,
.inquiry .tab-contents table input#contact_watch_next,
.inquiry .tab-contents table input#contact_next {
  height: 35px;
  min-width: 200px;
  font-size: 15px;
}

.inquiry-other {
  text-align: center;
}

.inquiry .inquiry-other a {
  text-decoration: underline !important;
}

.privacy {
  padding: 30px 0 10px;
  line-height: 1.5em;
  font-size: 13px;
  font-weight: normal;
}

.agreement {
  line-height: 2em;
  padding: 0 0 10px;
}

.open-slice-button-inquiry input {
  width: 100%;
  margin: 0;
  line-height: 35px;
}

.attention {
  font-size: 13px;
  font-weight: normal;
}

.user-area + .attention {
  font-size: 11px;
  padding: 3px 0 5px;
  line-height: 1.3em;
  margin: 0;
}

.attention-other {
  line-height: 1.6em;
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
}

.inquiry textarea {
  width: 100%;
  box-sizing: border-box !important;
}

/* 防災行政ラジオお問い合わせ
_________________________________________*/
.contact .element-division {
  padding-top: 30px;
}

/*　lp バナー表示用　*/
.lp-bnr-area .multiple-item li {
  box-sizing: border-box;
  max-width: 250px;
  width: 32%;
  margin: 0 5px;
  float: left;
}

/*　lp ボタン表示用　*/

.lp-link {
  margin: 32px auto;
}
.lp-link + .detail-2column div h3:first-child {
  padding-top: 0;
}
.lp-link + .shop-link {
  margin-top: -20px;
}

#inquiry-cts {
  width: 100%;
  padding: 0 0 20px;
  box-sizing: border-box;
  overflow: hidden;
}

#inquiry-cts a {
  display: block;
  font-weight: bold;
  width: 48%;
  height: 190px;
  border: 1px solid #888;
  float: left;
  box-sizing: border-box !important;
  text-align: center;
  margin: 0 4% 4% 0;
  position: relative;
}

#inquiry-cts a dt img {
  width: 40%;
  height: auto;
  box-sizing: border-box !important;
}

#inquiry-cts a dd {
  line-height: 1.3em;
  text-align: center;
  box-sizing: border-box !important;
  padding: 120px 0 0;
}

#inquiry-cts a:nth-child(1) dt {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#inquiry-cts a:nth-child(1) dt img {
  max-width: 50px;
}

#inquiry-cts a:nth-child(2) dt {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#inquiry-cts a:nth-child(2) dt img {
  max-width: 28px;
}

#inquiry-cts a:nth-child(3) dt {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#inquiry-cts a:nth-child(3) dt img {
  max-width: 51px;
}

#inquiry-cts a:nth-child(2) {
  margin: 0 0 4% 0;
}

.confirm-cts {
  width: 100%;
  text-align: left;
}

.confirm-cts th {
  display: block;
  font-weight: bold;
  width: 100%;
  padding: 10px 0 0;
  float: left;
}

.confirm-cts td {
  padding: 10px 0;
}

.confirm-cts td.required {
  display: none;
}

.confirm-cts td div {
  display: inline;
}

.confirm {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.confirm-other {
  width: 240px !important;
  margin: auto;
}

.confirm-inquiry input,
.confirm-inquiry input:hover {
  width: 200px !important;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
}

.element-division span.blue-txt {
  font-size: 14px;
}

.element-division ul,
.element-division p,
.element-division table,
.element-division dl {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.element-division p {
  line-height: 1.7em;
}

.element-division .frequently-asked li {
  padding: 5px 0;
}

.element-division .frequently-asked a {
  color: var(--accent-color);
  line-height: 2.2em;
}

.element-division a.blue-txt {
  color: var(--accent-color);
}
.element-division dd {
  font-weight: normal;
  padding-top: 5px;
}

#check-item.category-check {
  margin-top: 0;
}
.category-check table {
  width: 100%;
  border-top: 1px solid var(--accent-color);
}
.category-check table td {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid var(--accent-color);
  display: block;
  line-height: 40px;
  box-sizing: border-box;
}
.category-check .checkbox01-parts {
  font-weight: bold;
}

.select_yeaer select,
.select_month select,
.time-of-trouble select {
  width: 150px;
}

.time-of-trouble {
  margin-bottom: 10px;
}

.select_yeaer::after,
.select_month::after,
.time-of-trouble::after {
  left: -65px;
  top: 7px;
}

.select_address::after,
.select_type::after,
.select_catalog::after {
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
}

.select_month {
  width: 100%;
  display: block;
}

.support-radio-input {
  width: 50%;
  display: inline-block;
  float: left;
}

.support-radio-input + label {
  width: 40%;
  font-size: 12px;
  line-height: 2.5em;
  padding-left: 22px;
}

.support-radio-input + label::before {
  border: 1px solid #666;
  top: 4px;
  left: 0;
}

.support-radio-input:checked + label::after {
  left: 5px;
  top: 9px;
  width: 9px;
  height: 9px;
}

/* お客さま相談室
_________________________________________*/

.customer li {
  margin-top: -90px;
  padding-top: 90px;
}

.customer dd {
  padding: 0 0 10px;
}

.customer dd img {
  max-width: 520px;
}

.customer-img {
  text-align: center;
}

/* product
_________________________________________*/

#main-cts .price-search-cts,
#main-cts #support-cts {
  padding: 0 15px;
  box-sizing: border-box;
}

.after-arrow-gray {
  font-size: 13px;
  margin-right: 17px;
  padding-right: 0;
  display: inline;
}

.after-arrow-gray::after {
  bottom: 5px;
  right: -14px;
}

/* 小カテゴリを選択
_________________________________________*/

.sp-none {
  display: none;
}

#main-small-category {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 80px;
}

#panel table {
  width: 100%;
  border-bottom: 1px solid var(--accent-color);
}

#panel td {
  padding: 0 20px;
  border-top: 1px solid var(--accent-color);
  box-sizing: border-box;
}

p.close {
  margin: 0;
}
.close {
  color: var(--accent-color);
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
}

#panel dt {
  display: block;
  color: var(--accent-color);
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 42px 0 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

#panel dt:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(135deg);
  position: relative;
  left: 13px;
  bottom: 3px;
  display: inline-block;
}

#panel.active dt:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(-45deg);
  position: relative;
  left: 13px;
  top: 0;
  display: inline-block;
}

#panel.active dt {
  opacity: 0.6;
}
/*
#panel dd{
	margin-bottom: 45px;
}
*/

/* check-item tab
_________________________________________*/

#check-item {
  margin-top: 45px;
}

#check-item .tab-index {
  font-weight: bold;
  height: 40px;
  text-align: center;
}

#check-item .tab-index ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#check-item .tab-index li {
  flex: 1 1 auto;
  height: 40px;
  text-align: center;
}

#check-item .tab-index a {
  display: inline-block;
  padding-right: 18px;
  font-size: 1.3rem;
}

#check-item .tab-index .active {
  opacity: 0.6;
  height: 40px;
  position: relative;
}

#check-item .tab-contents {
  display: none;
}

#check-item .tab-contents.active {
  display: block;
}

#check-item .tab-contents.active {
  display: block;
}

#help_tips_pop {
  z-index: 500;
  display: inline-block;
  font-size: 0.9em;
  position: absolute;
  margin-top: 15px;
  margin-left: 5px;
  background-color: #fff !important;
  text-align: left;
  padding: 5px;
  cursor: pointer;
  line-height: 1.4em;
}

.checkbox02 {
  font-size: 0.8em;
  font-weight: bold;
  width: 100% !important;
  box-sizing: border-box;
}

.checkbox02 table {
  width: 100%;
  border-top: 1px solid var(--accent-color);
}

.checkbox02 td {
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid var(--accent-color);
  display: block;
  line-height: 40px;
  box-sizing: border-box;
}

.pricebox02 table {
  margin: auto;
}

.checkbox01-parts::before {
  width: 15px;
  height: 15px;
  border: 1px solid var(--accent-color);
}

.checkbox01-input:checked + .checkbox01-parts::after {
  top: -2px;
  left: 5px;
  width: 5px;
  height: 12px;
}

/* search
_________________________________________*/

.search-option {
  width: 100%;
  padding: 20px 5px;
}

.search-option {
  width: 100%;
}

.search-option dl {
  font-size: 0.9em;
  text-align: left;
}

.search-option dt {
  width: 45%;
  padding: 0 0 5px;
}

.search-option dd {
  width: 55%;
  padding: 0 0 5px;
}

.search-option p a {
  font-size: 1em;
}

#div-child-2 {
  margin-bottom: 10px;
}

#div-child-2 + p {
  margin-bottom: 30px;
}

/* form
_________________________________________*/

.checkbox {
  display: none;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}

.checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 22px;
}

.checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #17bcdf;
}

.button input:hover {
  color: var(--accent-color);
  border: 1px solid #999;
  background-color: #fff;
}

/*CheckBox */

label.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

label.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  left: -40px;
  box-shadow: 39px 0px #fff;
  z-index: 2;
}

label.checkbox input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox input[type="checkbox"]:checked:focus {
  box-shadow: 39px 0px #fff;
  opacity: 0.1;
}

label.checkbox input[type="checkbox"]:focus {
  box-shadow: 39px 0px #fff;
}

label.checkbox:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

/* Product Detail
_________________________________________*/

#detail-slider-cts {
  width: 100%;
  padding: 90px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}

.detail-main-cts {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
}

.detail-main-cts:last-child {
  margin-bottom: 60px;
}

.detail-music-cts {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.detail-music-cts h3 {
  margin-left: 10px;
}

.detail-music-cts p {
  padding: 0 10px 0;
}

.product-detail-header {
  height: 90px;
  background-color: var(--accent-color);
}

.detail-1column {
  width: 100%;
  margin: auto;
}
.html5view_iframe {
  width: 100%;
  height: 70vw;
}

.characteristic {
  line-height: 1.5em;
}

/* .detail-2column div dl.product-info dt {
	float: left;
	clear: left;
	line-height: 1.7em;
	width: 120px;
}

.detail-2column div dl.product-info dd {
	float: left;
	margin-left: 1em;
} */

.product-info {
  font-size: 12px;
  font-weight: 500;
}

.product-info dt {
  width: 30%;
  display: inline-block;
  line-height: 1.6em;
  margin-bottom: 10px;
  vertical-align: top;
}

.product-info dd {
  display: inline-block;
  margin-left: 1.2em;
  width: 60%;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.detail-2column div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.detail-2column div ul.produt-info-manual {
  list-style-type: none;
  padding-left: 0;
  padding: 20px 0 15px 0;
  clear: both;
}

.detail-2column div ul.produt-info-manual li {
  margin: 10px 0;
}

.detail-2column div ul.produt-info-manual li a {
  color: var(--accent-color);
  font-size: 14px;
}

.detail-2column-wide {
  text-align: center;
}

.detail-2column-wide h2 {
  padding: 40px 0 30px;
}

.detail-2column-wide p.product-asked-tel {
  margin-top: 20px;
  font-size: 200%;
}

p.product-asked-tel + p {
  font-weight: bold;
}

.detail-2column-wide a {
  color: var(--accent-color);
}

.detail-2column-wide h3.black-txt {
  padding: 30px 0 0;
}

.product-asked {
  color: var(--accent-color);
}

.product-asked li {
  display: block;
  margin-bottom: 10px;
}

.detail-4column {
  line-height: 1.5em;
  font-size: 0.9em;
  margin: auto;
}

.detail-4column div {
  width: 49%;
  float: left;
}

.detail-4column div:nth-child(2) {
  padding: 88px 0 0 2% !important;
}

.detail-4column div:nth-child(3) {
  padding: 20px 0 0 0 !important;
}

.detail-4column div:nth-child(4) {
  padding: 20px 0 0 2% !important;
}

.detail-4column div.product-link {
  margin: 50px 0;
  padding: 0;
  clear: left;
}

.detail-4column div.product-link a {
  color: var(--accent-color);
}

.detail-1column p,
.detail-2column p,
.detail-2column-wide p,
.detail-3column p,
.detail-4column p {
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 13px;
}

.detail-2column img {
  margin-bottom: 20px;
}

ul.music li,
ul.music-last li {
  position: relative;
  padding: 24px 0 24px 34px;
  border-top: 1px solid var(--accent-color);
}

ul.music-last li:last-child {
  border-bottom: 1px solid var(--accent-color);
}

ul.music li:before,
ul.music-last li:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  background: url("../../images/icon_music_play.png") top left no-repeat;
  background-size: 17px 17px;
}

ul.music li.playing:before,
ul.music-last li.playing:before {
  background: url("../../images/icon_music_stop.png") top left no-repeat;
}

ul.music li a ul.music-last li a {
  display: block;
  margin-left: -30px;
  padding: 2px 2px 2px 30px;
}

ul.music li.playing a ul.music-last li.playing a {
  position: relative;
}

ul.music li.playing a:after,
ul.music-last li.playing a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -9px 0 0 6px;
  background: url("../../images/icon_music_volume.gif") top left no-repeat;
  background-size: 15px 15px;
}

ul.music-list-close li {
  position: relative;
  padding: 24px 0 24px;
  border-bottom: 1px solid var(--accent-color);
  text-align: center;
}

ul.music-list-close li a {
  display: block;
  padding: 2px 2px 2px 10px;
  position: relative;
}

ul.music-list-close li a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 21px;
  height: 12px;
  margin: -6px 0 0 6px;
  background: url("../../images/close_arrow_blue.png") top left no-repeat;
  background-size: 21px 12px;
}

.detail-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.detail-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sp-none {
  display: none;
}

/* 視聴アコーディオンメニュー */
#musicMenu dt {
  display: block;
  cursor: pointer;
  padding-right: 15px;
}
#musicMenu dd {
  width: 100%;
  height: 1946px;
  display: none;
}
dt ul.music-list-open li a {
  display: block;
  padding: 2px 2px 2px 10px;
  margin-bottom: 20px;
  position: relative;
}
dt ul.music-list-open li a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 21px;
  height: 12px;
  margin: -6px 0 0 6px;
  background: url("../../images/open_arrow_blue.png") top left no-repeat;
  background-size: 21px 12px;
}
dt.active ul.music-list-open li a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 21px;
  height: 12px;
  margin: -6px 0 0 6px;
  background: url("../../images/close_arrow_blue.png") top left no-repeat;
  background-size: 21px 12px;
}

/* button-arrow フォームボタンの右横　『＞』  */
.detail-2column-wide div.button-arrow a {
  position: relative;
  margin: 20px 20% 10px;
}

/* Top Page 20170718
_________________________________________*/
/* #rolloverWrap img {
	display: none;
}
td.searchbox-cts section div img {
	width: 80%;
}
td.searchbox-cts section div dl dt img {
	width: auto;
}
.image1-1, .image2-1, .image2-2, .image2-3, .image3-1, .image3-2, .image3-3, .image4-1, .image4-2, .image4-3 {
	background-position: center center;
	background-size: 100% 80% !important;
} */

/* order_detail
_________________________________________*/
.order-detail {
  width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
}
.order-detail-box {
  overflow: hidden;
}
.order-detail-box div:first-child {
  width: 100%;
}
.order-detail-box div:last-child {
  width: 100%;
  padding: 10px 0 0;
}
.gray-border {
  display: none;
}
.order-detail table {
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
}
.order-detail table th {
  width: 150px !important;
  display: table-cell;
  border: 1px solid #333;
  text-align: left;
  padding: 10px 5px;
}
.order-detail table td {
  width: 150px !important;
  display: table-cell;
  border: 1px solid #333;
  text-align: left;
  padding: 10px 5px;
}
.spacing {
  padding: 10px 0 0;
}
.element-division .spacing dd {
  line-height: 2.2em;
}
#order-sound-cts {
  box-sizing: border-box;
  width: 100%;
  max-width: 579px;
  height: 0;
  margin: 30px auto 0;
  padding-top: 410%;
  text-align: center;
  background: url(/images/sp_order-sound-cts.jpg) no-repeat;
  background-size: contain;
}
#order_wallclock {
  box-sizing: border-box;
  width: 100%;
  max-width: 579px;
  height: 0;
  margin: 30px auto 0;
  padding-top: 410%;
  text-align: center;
  background: url(/images/sp_order_wallclock-cts.jpg) no-repeat;
  background-size: contain;
}

/* Youtubeコンテナ
------------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  /* 最大の横幅 */
}
.youtube-area {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.youtube-area iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
#modal-content-innar th,
td,
input {
  display: block;
  clear: both;
  width: 100%;
}

.audiojs {
  display: none;
}
.audiobox h4 {
  font-weight: bold;
  line-height: 1.5em;
  font-size: 13px;
  padding: 10px 15px;
}
.audiobox button{ padding: 0;}
.audiobox button.type-tgl {
text-align: left;
  display: block;
  color: var(--accent-color);
  width: 100%;
  text-decoration: none;
    font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.audiobox button.type-tgl:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(135deg);
  position: relative;
  left: 13px;
  bottom: 3px;
  display: inline-block;
}

.audiobox button.type-tgl.active:after {
  transform: rotate(-45deg);
}
.audiobox .audio-flex {
  margin: 0 -15px;
  padding-top: 25px;
  flex-direction: column;
}
.audiobox .active .audio-flex {
  display: block;
}
.audiobox-inner ul {
  display: block;
  border-top: 1px solid #eeeeee;
}
.audiobox-inner ul li {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 15px;
  font-size: 13px;
}
.audiobox-inner ul li a {
  line-height: 17px;
}
.audiobox .close {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
}
.audiobox-inner .playing a {
  color: var(--accent-color);
  opacity: 0.6;
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.audiobox-inner .playing + a:after {
  content: "";
  background: url(../../images/icon/audio_play.gif);
  display: inline-block;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: relative;
  right: -7px;
  top: auto;
  bottom: -1px;
}

/* page_shop
_________________________________________*/
.page_shop h2 {
  font-size: 20px;
}