/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
/*--------------------------
common
---------------------------*/
body {
  background: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.005em;
}
.cartCount {
  position: absolute;
  top: -2px;
  right: -10px;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #cc0000;
  border: 4px solid #cc0000;
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
}
input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
}
#toTop a {
  background: #333333;
  border-radius: 4px;
  bottom: 25px;
  color: #ffffff !important;
  font-size: 14px;
  opacity: 0.8;
  padding: 10px 14px;
  position: fixed;
  right: 25px;
  z-index: 8888;
}
/*--------------------------
splide
---------------------------*/
.splide__arrow:disabled {
  display: none;
}
/*--------------------------
pager
---------------------------*/
.pager {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
.pager .page {
  background: #ffffff;
  border: 1px solid #1f6e75;
  border-radius: 30px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  text-align: center;
  width: 34px;
}
.pager .current {
  background: #1f6e75;
  color: #ffffff;
  font-weight: 550;
}
/*--------------------------
header
---------------------------*/
header {
    position: fixed; /*← fixedで固定 */
    width: 100%; 
    height: 60px;  
    box-sizing: border-box;
    background: #f4f4f4; 
    top: 0; 
    left: 0; 
    display: flex; 	
	opacity: 0.9;
	z-index: 1000;
}
.pcNavi {
    width: 100%; 
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
}
.spNavi {
  display: none;
  background: #ffffff;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.spNaviWrap {
  display: flex;
  justify-content: space-between;
}
.spcart {
  position: relative;
  margin: 0 44px 0 0;
}
.spcart .la-shopping-cart {
  font-size: 200%;
}
.searchWrap {
  position: relative;
}
.header_search {
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 35px;
  margin-left: 260px;
  border-radius: 20px;
  padding: 4px 15px;
  width: 360px;
}
.header_search::placeholder {
  font-size: 13px;
  margin: 0 0 0 10px;
}
.submitBtn {
  background: #333333;
  border-radius: 20px;
  color: #ffffff;
  font-size: 84%;
  padding: 4px 10px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.logo {
  margin: 0 0 20px 0;
}
.logo img {
  width: 100%;
}
.cart {
  position: absolute;
  right: 20px;
}
.cart span {
  display: inline-block;
  font-size: 88%;
  font-weight: 550;
  margin: 1px 0 0 5px;
  vertical-align: text-top;
}
.countWrap {
  display: inline-block;
  position: relative;
  padding: 0 2px 0 0;
  margin: 0 5px 0 0;
}
.la-shopping-cart {
  font-size: 180%;
}
.splogo img {
  height: 25px;
}
/*ハンバーガーメニュー*/
.header-navi-sp-btn {
  cursor: pointer;
  display: none;
  height: 22px;
  position: fixed;
  right: 13px;
  top: 24px;
  width: 28px;
  z-index: 9999;
}
.header-navi-sp-btn-line {
  background-color: #666666;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  width: 100%;
}
.header-navi-sp-btn-line:nth-child(1) {}
.header-navi-sp-btn-line:nth-child(2) {
  transform: translate(0, -50%);
  top: 50%;
}
.header-navi-sp-btn-line:nth-child(3) {
  bottom: 0;
}
/*クリック時*/
.sp-menu-open .header-navi-sp-btn-line {
  background-color: #666666 !important;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(2) {
  opacity: 0;
}
.sp-menu-open .header-navi-sp-btn-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.spMenu {
  display: none;
}
/* 404 */
.error-404 {
  text-align: center;
  margin: 0 auto;
}
.error-404 img {
  width: 100%;
}
.top-section-search {
  position: relative;
  width: 360px;
  margin: 0 auto 40px auto;
}
.searchbox .words {
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 35px;
  border-radius: 20px;
  padding: 4px 15px;
  width: 100%;
  text-align: left;
}
.searchbox .button {
  background: #333333;
  border-radius: 20px;
  color: #ffffff;
  font-size: 84%;
  padding: 4px 10px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.searchbox .words::placeholder {
  font-size: 13px;
  margin: 0 0 0 10px;
}
.exclamation {
  margin: 0 0 40px 0;
}
.exclamation div {
  font-weight: 600;
  font-size: 120%;
}
.fa-circle-exclamation {
  font-size: 600%;
  color: #999;
  margin: 40px 0 10px 0;
}
.errorTxt {
  font-size: 92%;
}
/*--------------------------
footer
---------------------------*/
footer {
  background: #333333;
  padding: 20px;
  color: #ffffff;
  /*  align-items: center;
  display: flex;
  justify-content: center;*/
}
.footerInner {
  margin-left: 280px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
.footerTitle {
  border-bottom: 1px solid #666;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  font-size: 88%;
}
.footerItemWide {
  width: 45%;
}
.footerItem {
  width: 24%;
}
.footerItemWide .footerList {
  display: flex;
  flex-wrap: wrap;
}
.footerList {
  margin: 0 0 20px 0;
}
.footerItemWide .footerList li {
  width: 48%;
}
.footerList li a {
  display: inline-block;
  font-size: 74%;
}
.footerList li a:hover {
  text-decoration: underline;
}
.socialIcons {
  margin: 20px 0 30px 260px;
}
.socialIcons ul {
  display: flex;
  justify-content: space-between;
  width: 250px;
  margin: 0 auto;
}
.sns-facebook, .sns-twitter, .sns-instagram, .sns-pinterest, .sns-note {
  color: #666666;
  font-size: 25px;
}
.socialIcons a {
  display: block;
}
.sns-note {
  width: 18px;
  margin: -5px 0 0 0;
}
.copy {
  font-size: 74%;
  margin-left: 260px;
  text-align: center;
}
/*--------------------------
branch
---------------------------*/
.branch {
  margin: 10px auto;
  width: 1400px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.branch ul {}
.branch ul li {
  font-size: 74%;
  margin: 0px 0px 0px 5px;
  display: inline-block;
  white-space: nowrap;
}
.branch li::after {
  content: '  >';
}
.branch li:last-child::after {
  content: '';
}
.branch li a:hover {
  text-decoration: underline;
}
/*--------------------------
sideBar
---------------------------*/
.sideBarWrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
	z-index: 90000;
}
.sideBar {
  width: 260px;
  background: #ffffff;
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  padding: 20px;
}
.sideSplit {
  border: 1px solid #666666;
  border-width: 1px 0;
  margin: 20px 0;
  padding: 10px 0;
}
.sideTitle {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.sideCategoryLi {
  padding: 0 0 0 0.5em;
}
.sideCategoryLi a {
  display: block;
  font-size: 82%;
  font-weight: 400;
  letter-spacing: .04em;
  margin: 5px 0;
  padding: 6px;
  word-break: keep-all;
  transition: background-color .3s ease-out, color .3s ease-out, translate .3s ease-out;
}
.sideCategoryLi a:before {
  content: "-";
  margin: 0 10px 0 0;
}
.sideCategoryLi a:hover {
  color: #0b95a1;
  background-color: #f4f4f4b3;
  translate: 5px 0px;
}
/*--------------------------
mainContent
---------------------------*/
.mainContent {
  margin-left: 260px;
	padding-top: 80px;
}
/* TOP */
.mainVisual {}
.slide1 a {
  background: url("../img/main01.jpg");
  background-position: center;
  background-size: cover;
  display: block;
  height: 350px;
}
.slide2 a {
  background: url("../img/main02.jpg");
  background-position: center;
  background-size: cover;
  display: block;
  height: 350px;
}
.mainVisualThumb {
  display: flex;
  justify-content: center;
  margin: -20px 0 40px 0;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #1f6e75;
}
.ftBox {
  margin: 0 0 0px 0;
  overflow: hidden;
  padding: 40px;
}
.ft_title {
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 20px 0;
}
/* videoList（横タイプ） */
.videoGrid {
  /*
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  overflow: hidden;
*/
}
.viBox {
  transition: opacity .3s ease-out
}
.viBox:hover {
  opacity: .8;
  color: #0b95a1;
}
.videoGrid li {
  width: 250px;
}
.viBox_img img {
  aspect-ratio: 16/9;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin: 0 0 5px 0;
  object-fit: cover;
  width: 100%;
}
.viBox_category {
  background: #1f6e75;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 72%;
  margin: 0 0 5px 0;
  padding: 4px 8px;
}
.viBox_title {
  font-size: 88%;
  font-weight: 550;
  margin: 0 0 5px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 40px;
  line-height: 1.4;
}
li.first_movie .viBox_title {
	height: inherit;
}
.viBox_maker {
  font-size: 82%;
}
/* list */
.videoListBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1400px;
	margin-bottom: 80px;
}
.sBox {
  background: #fff;
  border-radius: 10px;
  display: block !important;
  margin: 0 0 40px 0;
  padding: 20px;
  width: 360px;
}
.la-angle-up {
  display: none;
}
.la-angle-down {
  display: none;
}
.la-times {
  display: none;
}
.bgLayer {
  display: none;
}
.subCatContent, .subMakerContent {
  border-top: 1px solid #cccccc;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.videoListWrap, .makerListWrap {
  width: calc(100% - 400px);
}
.makerListWrap {
  /*padding: 20px 0;*/
}
.videoList {
  display: block;
}
.videoList li {
  margin: 0 0 20px 0;
}
.vList_pagetitle {
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.vList_count {
  font-size: 105%;
  font-weight: 550;
  margin: 0 0 10px 0;
}
.sBoxTitle {
  color: #1f6e75;
  font-weight: 600;
  position: relative;
}
.sBoxIcon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.subCatBtn li {
  display: inline-block;
  margin: 0 5px 20px 0;
}
.subCatBtn li a {
  border: 1px solid #1f6e75;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 12px;
}
.moreBtn {
  border: 1px solid #1f6e75;
  border-radius: 6px;
  color: #1f6e75;
  display: block;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.resetBtn {
  /*background: #007580;*/
  background: #333333;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin: 10px 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.sBoxClose {
  background: #333333;
  border-radius: 20px;
  color: #ffffff;
  display: none;
  font-size: 74%;
  padding: 10px 20px;
  text-align: center;
}
.linkBtn {
  background: #333333;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 550;
  margin: 0 0 10px 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.mSearch {
  margin: 0 0 40px 0;
  position: sticky;
  top: 69px;
}
.kanaLi {
  display: flex;
  justify-content: space-between;
}
.kanaLi li {
  margin: 0 0 10px 0;
  width: 18%;
}
.kanaLi li a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 6px;
  border-width: 1px 1px 2px 1px;
  font-size: 92%;
  text-align: center;
  padding: 12px 8px;
}
.kanaLi li.none a {
  background: #f4f4f4;
  border-width: 1px;
  cursor: default;
  color: #cccccc;
}
.makerListKana {
  border-bottom: 1px solid #cccccc;
  font-size: 110%;
  font-weight: 550;
  margin: 20px 0 20px 0;
  padding: 0 0 10px 0;
}
.makerLi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.makerLi li a {
  font-size: 82%;
}
.makerLi li {
  margin: 0 0 10px 0;
  width: 32%;
}
.vListWrap {
  display: flex;
  justify-content: space-between;
}
.vListWrap:hover .left a {
  opacity: .5
}
.vListWrap:hover .vList_title a {
  color: #0b95a1
}
.vListWrap .left {
  width: 35%;
}
.vListWrap .left a {
  transition: opacity .3s ease-out;
}
.vListWrap .left img {
  aspect-ratio: 16/9;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  /*height: 100%;*/
  margin: 0 0 5px 0;
  object-fit: cover;
  width: 100%;
}
.vListWrap .right {
  /*width: calc(100% - 380px);*/
  width: calc(100% - 35% - 20px);
}
.vList_category {
  background: #1f6e75;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 72%;
  margin: 0 0 5px 0;
  padding: 4px 8px;
}
.vList_title {
  font-size: 110%;
  font-weight: 600;
  margin: 0 0 5px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
  line-height: 1.4;
}
.vList_title a {
  transition: color .3s ease-out;
}
.vList_maker {
  font-size: 92%;
  font-weight: 550;
  margin: 0 0 20px 0;
}
.vList_txt {
  font-size: 88%;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 60px;
}
.vList_tags {
  margin: 5px 0 0;
}
.vList_tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.vList_tagLi li a {
  display: block;
  font-size: 78%;
  text-decoration: underline;
}
.makerInfo {
  background: #f4f4f4;
  padding: 10px;
  margin: 0 0 20px 0;
}
.makerInfo .makerName {
  font-size: 92%;
  font-weight: 550;
  margin: 0 0 10px 0;
}
.makerInfo .zip {
  font-size: 74%;
}
.makerInfo .address {
  font-size: 74%;
}
.makerInfo .tel {
  font-size: 82%;
}
.makerInfo .url {
  font-size: 80%;
}
.makerInfo a {
  font-size: 82%;
}
.makerMsg {
  font-size: 82%;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
/* detail */
.detailWrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1400px;
}
.detailWrap .dleft {
  width: calc(100% - 290px);
}
.detailWrap .dright {
  width: 250px;
}
.dright li {
  margin: 0 0 30px 0;
}
.drightTitle {
  font-size: 110%;
  font-weight: 550;
  margin: 0 0 20px 0;
}
.video {
  padding-top: 56.25%;
  position: relative;
  width: auto;
}
.videoWrap {
  margin: 0 0 20px 0;
}
.videoWrap iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.detail_categoryWrap {
  margin: 4px 0;
}
.detail_categoryWrap span {
	font-size: 0.8em;
	display: inline-block;
	padding-left: 4px;
}
.detail_category {
  background: #1f6e75;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 72%;
  margin: 0 0 5px 0;
  padding: 4px 8px;
}
.detail_title {
  font-size: 120%;
  font-weight: 600;
	line-height: 1.6em;
  margin: 5px 0 10px 0;
}
.detail_maker {
  font-size: 92%;
  font-weight: 550;
  margin: 0 0 20px 0;
}
.detail_maker a:hover {
	opacity: 0.7;
}
.detail_productInfo {
	/*
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
	*/
  margin: 0 0 20px 0;
}
.detail_productInfo_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.detail_productInfo_inner .left {
  width: 180px;
}
.detail_productInfo_inner .right {
  width: calc(100% - 200px);
}
.detail_productInfo_inner .product_title {
  font-size: 110%;
  font-weight: 550;
  margin: 0 0 10px 0;
}
.detail_productInfo_inner .product_catch {
  font-size: 88%;
  margin: 0 0 20px 0;
  min-height: 40px;
}
.detail_productInfo_inner .left img {
  width: 100%;
}
.actionBtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actionBtns li {
  width: 32%;
}
.actionBtns li button, .actionBtns li a {
  border-radius: 6px;
  display: block;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
}
.actionBtns li .requestBtn {
  background: #1f6e75;
  border: 1px solid #1f6e75;
  color: #ffffff;
}
.actionBtns li .downloadBtn {
  background: #1f6e75;
  border: 1px solid #1f6e75;
  color: #ffffff;
}
.actionBtns li .inquiryBtn {
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
}
.detail_info {
/*  margin: 16px 0 0 0;*/
  margin: 0px 0 0 0;
}
.detail_catch {
  font-weight: 600;
  margin: 0 0 20px 0;
}
.detail_txt {
  margin: 0 0 40px 0;
}
.moreVideoTitle {
  font-size: 110%;
  font-weight: 550;
  margin: 10px 0 20px 0;
}
@media screen and (max-width:768px) {
	.moreVideoTitle {
		margin: 30px 0 20px 0;
	}
}

.moreCatalogTitle {
  font-size: 110%;
  font-weight: 550;
  margin: 0 0 20px 0;
}
.tags {
  margin: 0 0 40px 0;
}
.tagsTitle {
  font-size: 110%;
  font-weight: 550;
  margin: 0 0 10px 0;
}
.tagLi li {
  display: inline-block;
}
.tagLi li a {
  background: #ffffff;
  border: 1px solid #1f6e75;
  border-radius: 20px;
  display: block;
  font-size: 78%;
  padding: 5px 10px;
}
.moreVideo .videoGrid {
  display: flex;
/*  justify-content: space-between;*/
  justify-content: start;
}
.moreVideo .videoGrid li {
  margin: 0 0 40px 0;
  width: 32%;
}
/*--------------------------
inquiry
---------------------------*/
.inquiryBox {
  margin: 0 auto 40px auto;
  width: 1400px;
}
.formWrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 6px;
  margin: 20px 20px 0 0;
}
.formTbl {
  width: 100%;
}
.formTbl th, .formTbl td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 92%;
  text-align: left;
  vertical-align: middle;
}
.formTbl th {
  background: #f4f4f4;
  width: 35%;
  font-weight: 500;
}
.formTbl td {
  width: 65%;
}
.form_required {
  display: inline-block;
  background-color: #cc0000;
  color: #FFFFFF;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: normal;
  border-radius: 20px;
  float: right;
}
.form_error_message {
  color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 4px;
  padding: 5px;
  font-size: 84%;
  margin: 5px 0;
  display: none;
}
tr.error_empty .form_error_message_empty, tr.error_kana .form_error_message_kana, tr.error_email .form_error_message_email, tr.error_number .form_error_message_number, tr.error_range .form_error_message_range, tr.error_select .form_error_message_select {
  display: block;
}
.formTbl td input[type="text"], .formTbl td input[type="email"], .formTbl textarea {
  display: block;
  border: 1px solid #cccccc;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}
.formTbl textarea {
  height: 300px;
  margin: 10px 0 0 0;
}
.formTbl .info {
  font-size: 84%;
}
.delFiles {
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f9f9f9;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px !important;
  border-radius: 4px;
  margin: 5px 0 0 0;
}
#form_tel1, #form_tel2, #form_tel3 {
  width: 80px;
  display: inline-block;
}
#form_zipcode {
  width: 200px;
  display: inline-block;
}
.btnWrap {
  text-align: center;
  margin: 20px 0 0 0;
}
.btnWrap button {
  background: rgb(31, 110, 117);
  border: 1px solid rgb(31, 110, 117);
  color: rgb(255, 255, 255);
  border-radius: 6px;
  display: inline-block;
  padding: 12px 20px;
  text-align: center;
  width: 320px;
}
.btnWrap button.button_back {
  margin: 0 10px 0 0;
  background: #666;
}
.ssl {
  display: flex;
  margin: 20px 0 0 0;
  font-size: 84%;
  align-items: center;
  justify-content: center;
}
.sslTxt {
  margin: 0 0 0 10px;
}
  .ftBox.last {
	  padding-bottom: 60px;
	  margin-bottom: 80px;
	}
@media screen and (max-width:1700px) {
  /* top */
  .ftBox {
    width: auto;
    padding: 40px 40px;
  }
  /* all */
  .videoListBox {
    padding: 0 40px;
    width: auto;
  }
  /* detail */
  .detailWrap {
    padding: 0 40px;
    width: auto;
  }
  .branch {
    padding: 0 40px;
    width: auto;
  }
}
@media screen and (max-width:1400px) {
  /* all */
  .sBox {
    width: 300px;
  }
  .videoListWrap, .makerListWrap {
    width: calc(100% - 330px);
  }
  .vList_title {
    font-size: 100%;
  }
  .vList_maker {
    font-size: 88%;
    font-weight: 400;
  }
  /* all */
  .vList_txt {
    display: none;
  }
  /* makerlist */
  .makerLi li {
    width: 48%;
  }
  /* detail */
  .detailWrap .dleft {
    width: calc(100% - 230px);
  }
  .detailWrap .dright {
    width: 200px;
  }
  .detail_title {
    font-size: 110%;
  }
  .actionBtns li {
    font-size: 84%;
  }
}
@media screen and (max-width:1280px) {
  /* all */
  .vList_txt {
    font-size: 82%;
    -webkit-line-clamp: 2;
  }
  /* detail */
  .detailWrap .dleft {
    width: calc(100% - 210px);
  }
  .detailWrap .dright {
    width: 180px;
  }
}
@media screen and (max-width:1040px) {
  .btnWrap button.button_back {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width:1024px) {
  /* common */
  .mainContent {
    margin-left: 0;
    padding: 69px 0 0;
  }
  /* header */
  .pcNavi {
    display: none;
  }
  .spNavi {
    display: block;
  }
  .header-navi-sp-btn {
    display: block;
  }
  /* スマホメニュー */
  .spMenu {
    background: #ffffff;
    height: calc(100vh - 68px);
    padding: 20px;
    overflow-y: scroll;
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 9999;
  }
  .spMenu .header-searhWrap {
    margin: 0 0 30px 0;
  }
  .spMenu .header_search {
    margin-left: 0;
    margin: 0 auto;
    width: 100%;
  }
  .spMenu .sideCategoryLi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .spMenu .sideCategoryLi li {
    width: 48%;
  }
  .spMenu .sideCategoryLi a {
    display: block;
    margin: 0;
    padding: 10px 5px;
    transition: none;
  }
  .spMenu .sideCategoryLi a:hover {
    translate: 0;
  }
  .spMenu .sideCategoryLi a::before {
    content: "";
    margin: 0;
  }
  .spMenu .sideSplit .sideCategoryLi li {
    width: 100%;
  }
  /* sideBar */
  .sideBarWrap {
    display: none;
  }
  /* footer */
  .footerInner {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
  }
  .socialIcons {
    margin: 20px 0 30px 0px;
  }
  .copy {
    margin-left: 0;
  }
  /* all */
  .videoListBox {
    padding: 20px 40px 0 40px;
    width: auto;
  }
  .detailWrap {
    padding: 20px 40px 0 40px;
  }
  /* detail */
  .actionBtns {
    display: block;
  }
  .actionBtns li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* inquiry */
  .formWrap {
    background: none;
    padding: 0px;
    margin: 20px 0 0 0;
  }
  .formTbl th, .formTbl td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
  .formTbl td {
    background: #ffffff;
  }
  .btnWrap button {
    width: 100%;
  }
  .ssl {
    display: block;
    text-align: center;
    margin: 40px 0 0 0;
  }
  .sslTxt {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width:960px) {}
@media screen and (max-width:768px) {
  .error-404 {
    margin: 0 20px;
  }
  .top-section-search {
    width: auto;
  }
  /* footer */
  footer {
    padding: 0;
  }
  .footerInner {
    display: block;
    padding: 0;
  }
  .footerItemWide, .footerItem {
    width: auto;
  }
  .footerTitle {
    border-top: 1px solid #666;
    text-indent: 20px;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #666;
    background-image: url(../img/bg_toggleArrow_down_gray.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 9px 6px;
  }
  .footerTitle:after {
    content: "\2b";
    right: 20px;
    position: absolute;
    font-size: 110%;
  }
  .footerTitle.active:after {
    content: "－";
    right: 20px;
    position: absolute;
    font-size: 110%;
  }
  .footerItemWide .footerList, .footerList {
    display: none;
  }
  .footerItemWide .footerList li {
    width: 100%;
  }
  .footerList li a {
    display: block;
    border-bottom: 1px dotted #666666;
    padding: 10px 20px;
    font-size: 88%;
  }
  .footerList {
    margin: 0;
  }
  .ftBox {
    padding: 20px;
  }
  .ft_title {
    font-size: 120%;
  }
  .videoGrid li {
    margin: 0 0 20px 0;
    width: auto;
  }
#top_splide .videoGrid li {
	margin-bottom: 0px;
	}
  .viBox {
    display: flex;
    justify-content: space-between;
  }
  .viBox_img {
    width: 45%;
  }
  .viBox_img img {
    height: auto;
  }
  .viBox_txt {
    width: 52%;
  }
  .first_movie .viBox {
    display: block;
  }
  .first_movie .viBox_img {
    width: auto;
  }
  .first_movie .viBox_txt {
    width: auto;
	  padding-top: 10px;
  }
  /* all */
  .bgLayer {
    background: #333333;
    display: none;
    height: 100vh;
    opacity: .5;
    position: fixed;
    width: 100%;
  }
  .vList_pagetitle {
    font-size: 120%;
  }
  .sBoxWrap {
    left: 0;
    padding: 0 20px;
    position: fixed;
    width: 100%;
    z-index: 9998;
  }
  .sBox {
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    width: 100%;
  }
  .subCatContent, .subMakerContent {
    display: none;
	/*
    height: calc(100vh - 170px);
	*/
    margin: 0 20px;
    overflow-y: scroll;
    padding: 20px 0;
  }
  .sBoxTitle {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 20px;
  }
  .sBoxCloseWrap {
    text-align: center;
  }
  .sBoxClose {
    cursor: pointer;
    display: inline-block;
  }
  .videoListWrap, .makerListWrap {
    width: auto;
    padding: 80px 0 0 0;
  }
  .videoListBox {
    padding: 20px 20px 0 20px;
  }
  .branch {
    padding: 20px 20px 0 20px;
  }
  .vList_maker {
    font-size: 82%;
    font-weight: 400;
  }
  .vListWrap .left {
    width: 45%;
  }
  .vListWrap .right {
    width: 52%;
  }
  .vList_txt {
    font-size: 72%;
    -webkit-line-clamp: 2;
    display: none;
  }
  .vList_title {
    display: -webkit-box;
    font-size: 88%;
    line-height: 1.4;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  /* makerlist */
  .makerLi li {
    margin: 0;
    width: 100%;
  }
  .makerLi li a {
    border-bottom: 1px dotted #cccccc;
    display: block;
    padding: 12px 0;
  }
  .subCatBtn {
    overflow-y: scroll;
    padding: 10px 0;
  }
  /* detail */
  .detailWrap {
    display: block;
    padding: 0;
    width: auto;
  }
	.detail_productInfo {
		margin: 0 20px;
	}
  .detailWrap .dleft {
    width: auto;
  }
  .detailWrap .dright {
    width: auto;
  }
  .dright li {
    margin: 0 0 20px 0;
  }
  .videoWrap {
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 9998;
  }
  .moreVideo .videoGrid {
    display: block;
  }
  .moreVideo .videoGrid li {
    margin: 0 0 20px 0;
    width: auto;
  }
  .detail_categoryWrap {
    margin: 0 0px;
  }
  .detail_infoWrap {
    padding: 62vw 20px 0px 20px;
  }
  .detail_info {
    margin: 20px 20px 0 20px;
  }
  .relationWrap {
    padding: 0 20px;
  }
  .moreVideo, .moreCatalog {
    margin: 0 20px;
  }
  .actionBtns li {
    font-size: 100%;
  }

}
@media screen and (max-width:640px) {
  .detail_productInfo_inner {
    display: block;
  }
  .detail_productInfo_inner .left {
    margin: 0 0 10px 0;
    text-align: center;
    width: auto;
  }
  .detail_productInfo_inner .right {
    width: auto;
  }
  .detail_productInfo_inner .left img {
    margin: 0 auto;
    width: 120px;
  }
  .detail_productInfo_inner .product_title {
    font-size: 92%;
  }
  .detail_productInfo_inner .product_catch {
    font-size: 78%;
    margin: 0;
  }
  .actionBtns li button {
    /*font-size: 84%;*/
    padding: 10px 20px;
  }
}