/* CSS Document */

/* reset */
@import url("/css/reset.css");

/* redifine */
html, * {
  /*color: #fff;*/
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #000;
  color: #fff;
  /*background: linear-gradient(#000, 80%, #333);
  background-attachment: fixed;*/
}
img, iframe {
  vertical-align: bottom;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #fff;
}
a:link, a:visited, a:hover, a:active {
  color: #fff;
}
a:hover, a:active {
  color: #ccf;
}
strong {
  font-weight: bold;
}
  
/* common */
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.v-align-btm {
  vertical-align: bottom!important;
}
.font-serif {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
.block-black {
  background-color: black;
  color: #ccc;
}
.block-white {
  background-color: white;
  color: #000;
}
.block-gray {
  background-color: #eee;
  color: #000;
}
.block-black a {
  color: #ccc;
}
.block-white a {
  color: #000;
}
.block-gray a {
  color: #000;
}
.block-black a:hover i {
  color: #09f;
}
.block-white a:hover i {
  color: #09f;
}
.block-gray a:hover i {
  color: #09f;
}
a:not([class]):hover {
  color: #0099FF;
}
/*.block-white a:hover {
  color: #0099FF;
}
.block-gray a:hover {
  color: #0099FF;
}*/

  /* common */
.global-header-box {
  background-color: #000;
  position: sticky;
  width: 100%;
  margin: 0 auto;
  top: 0;
  height: 100px;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}
.block-black 
  a.link-inquiry {
    display: inline-block;
    padding: 3px 1em;
    border: 1px solid #09f;
    border-radius: 1em;
    /*background-color: #000;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
    color: #09f;
  }
.block-black 
.link-inquiry::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #09f;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
}
.block-black 
.link-inquiry:hover::before {
  left: 0;
}
.block-white 
  a.link-inquiry {
    display: inline-block;
    padding: 3px 1em;
    border: 1px solid #09f;
    border-radius: 1em;
    /*background-color: #fff;*/
  overflow: hidden;
  position: relative;
  z-index: 1;
    color: #09f;
  }
.block-white 
.link-inquiry::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #09f;
  position: absolute;
  left: -100%;
  top: 0;
  transition: .4s;
  z-index: -1;
  color: #fff;
}
.block-white 
.link-inquiry:hover::before {
  left: 0;
  color: #fff;
}
a.link-inquiry:hover {
  color: #fff;
  z-index: 9;
}

.page-title {
  color: #0099ff;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
  padding: 20px 1em;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid ;
}
.description {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 20px;
}
.block-white .description {
  color: #333;
}
.block-black .description {
  color: #ccc;
}
.youtube-box {
  width: 90%;
  aspect-ratio: 16 / 9;
  margin: 50px auto;
}
.youtube-box iframe {
  width: 100%;
  height: 100%;
}
  .section-title-sub {
    margin: 5px;
    /*padding: 5px;*/
    font-size: 1.6em;
    text-align: center;
  }
  .section-title-sub-2 {
    margin: 3px;
    /*padding: 5px;*/
    font-size: 1.3em;
    text-align: center;
  }
.section-title-sub, .section-title-sub-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title-sub::before, .section-title-sub::after,
.section-title-sub-2::before, .section-title-sub-2::after {
  border-top: 2px solid;
  content: "";
  width: 30px; 
}
.section-title-sub::before, .section-title-sub-2::before {
  margin-right: 10px; 
}
.section-title-sub::after, .section-title-sub-2::after {
  margin-left: 10px; 
}
.spec-table {
  width: 100%;
  font-size: 0.85em;
  margin: 20px;
  border-collapse: separate;
}
.spec-table th {
  width: 40%;
  font-weight: normal;
  padding: 3px;
  border-right: 5px solid #999;
  border-bottom: 1px dotted #666;
  border-spacing: 10px;
}
.spec-table td {
  width: 60%;
  font-weight: normal;
  padding: 3px 3px 3px 1em;
  border-spacing: 10px;
  border-bottom: 1px dotted #666;
}
.catalog-button {
  margin: 1em 0;
  text-align: right;
}
.link-catalog {
  display: inline-block;
  padding: 3px 1em;
  border: 1px solid #999;
  border-radius: 3px;
}
.link-catalog:hover {
  color: #09f;
  border-color: #09f;
}
.catalog-button-2 {
  margin: 1em;
}
.link-catalog-2 {
  display: inline-block;
  padding: 5px;
}
.link-catalog-2:hover {
  color: #09f;
  border-color: #09f;
}
.block-black .link-catalog {
}
.onlineshop-button {
  margin: 1em;
}
a.link-onlineshop {
  display: inline-block;
  padding: 3px 1em;
  border: 1px solid #09f;
  border-radius: 8px;
  background-color: #09f;
  color: #fff;
}
a.link-onlineshop::before {
  font-family: "Font Awesome 6 Free";
  content: '\f07a';
  font-weight: 900;
  margin-right: 5px;
}
a.link-onlineshop:hover {
  background-color: #fff;
  color: #09f;
}
  .section-inquiry .page-inquiry-title {
    padding: 10px 0;
    font-size: 1.6em;
    font-weight: bold;
  }
  .inquiry-title {
    padding: 10px 1em;
    border: 2px solid;
    border-radius: 1em;
  }
  .inquiry-phone, .inquiry-email {
    margin: 10px 2em;
    padding: 5px;
  }
  .phone-number {
    font-family: Arial, Helvetica, 'sans-serif';
    font-weight: 900;
    font-size: 1.6em;
  }
  .email-address {
    font-family: Arial, Helvetica, 'sans-serif';
    font-weight: 900;
    font-size: 1.4em;
    border-bottom: 1px dotted;
  }

/* Responsive */
@media screen and (min-width:766px) { /* -------- pc + tablet */
  .mobile-only {
    display: none;
  }
  .box-parent {
    font-size: 0;
    line-height: 1;
  }
  .box-child {
    font-size: 1rem;
    line-height: 1.6;
    display: inline-block;
    vertical-align: top;
  }
  .box2 {
    width: 50%;
  }
  .box2-2 {
    width: 20%;
  }
  .box2-3 {
    width: 30%;
  }
  .box2-4 {
    width: 40%;
  }
  .box2-6 {
    width: 60%;
  }
  .box2-7 {
    width: 70%;
  }
  .box2-8 {
    width: 80%;
  }
  .box3 {
    width: calc(100% / 3);
  }
  .box4 {
    width: 25%;
  }
  .box5 {
    width: 20%;
  }
  .box1-6 {
    width: calc(100% / 6);
  }
  .box4-3 {
    width: 75%;
  }
  .box-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .box-item-2 {
    display: flex;
    width: calc(100% / 2);
  }
  .box-item-3 {
    display: flex;
    width: calc(100% / 3);
  }
  .box-item-4 {
    display: flex;
    width: calc(100% / 4);
  }
  .box-item-40 {
    display: flex;
    width: 40%;
  }
  .box-item-60 {
    display: flex;
    width: 60%;
  }
  
.inner-box {
  width: 1080px;
  margin: 0 auto;
}
  /* header */
  .header_logo {
    float: left;
    padding: 20px 0 0 100px;
  }
  /*.global-header {
    width: 1080px;
    margin: 0 auto;
    padding: 20px 0 10px 20px;
    height: 85px;
  }*/
  header .global-nav {
    text-align: right;
    margin-top: 0px;
    padding: 3px;
    vertical-align: bottom;
  }
  .header_logo img {
    width: 400px;
    height: auto;
  }

  .header-nav {
    float: right;
    text-align: right;
    padding: 40px 150px 3px 0;
    line-height: 1.8;
  }
  .header-nav li {
    display: inline;
    list-style: none;
  }
  .header-nav li a:link, .header-nav li a:visited {
    color: #fff;
    padding: 5px 12px;
    transition: all 0.5s ease;
  }
  .header-nav li a:hover, .header-nav li a:active {
    color: #fff;
    background-color: #0058FF;
    padding: 5px 12px;
  }
  .header-nav li.t-direct a:link, .header-nav li.t-direct a:visited {
    color: #fff;
    background-color: #0058FF;
    padding: 2px 12px;
    transition: all 0.5s ease;
    border-radius: 1em;
  }
  .header-nav li.t-direct a:hover, .header-nav li.t-direct a:active {
    color: #fff;
    padding: 2px 12px;
    border-radius: 1em;
    background-color: cornflowerblue;
  }
  .header-nav i.fa-caret-right {
    padding-right: 5px;
  }
  .header-nav2 {
    margin: 0;
    padding: 0;
  }
  
  /* footer */
  footer {
    background-color: #666;
    padding: 20px 0 0;
  }
  .footer-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
  }
  footer .copyright {
    text-align: center;
    padding: 5px;
    background-color: #000;
  }
  footer nav li.list-header {
    color: #ccc;
    font-weight: bold;
    font-size: 1em;
  }
  footer li {
    color: #ccc;
    font-size: 0.85em;
  }
  footer li a:link, footer li a:visited {
    color: #ccc;
  }
  footer li a:hover, footer li a:active {
    color: #9cf;
  }
  footer li:not(.list-header) {
    padding: 3px 3px 3px 2em;
  }
  footer li:not(.list-header)::before {
    content: '・';
  }
  footer .footer-logo {
    padding: 10px;
  }
  footer .company-address {
    padding: 5px 5px 5px 2em;
  }
  footer address {
    font-size: 0.9em;
    color: #ccc;
  }
.gototop a {
  display: inline-block;
  padding: 8px;
  position: fixed;
  right: 2em;
  bottom: 50px;
  background-color: rgba(255,255,255,0.50);
  font-size: 1.6em;
  color: #999;
  /*padding: 0.5em 1em;*/
  line-height: 1;
  border-radius: 1em;
  box-shadow: 0 0 2px 2px #999;
}
.gototop a:hover {
  background-color: rgba(255,255,255,0.8);
}
  
  /* page */
.title-bg {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  color: #09f;
  padding: 3px 2em;
  border-bottom: 3px solid #09f;
  font-size: 3em;
}
.title-bg2 {
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  background-color: #eee;
  color: #09f;
  padding: 3px 2em;
  border-radius: 1em;
  border: 1px solid #09f;
  font-size: 2em;
}
  section.product {
    /*padding: 80px 0 120px;*/
    /*min-height: 700px;*/
  }
  .section-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 50px 0 100px 0;
  }
  .page-header {
    padding-top: 100px;
  }
  .page-catchcopy {
    margin: 50px 0;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    line-height: 2;
  }
  .page-info {
    margin: 30px 50px;
    line-height: 1.5;
    font-size: 1.3em;
  }
  .page-info p {
    margin: 1em 0;
  }
  .section-summary-box {
    padding: 10px;
  }
  .section-title {
    font-size: 3em;
  }
  .section-catchcopy {
    font-size: 1.8em;
    line-height:1.5;
    font-weight: bold;
    padding: 10px 30px;
  }
  .section-summary {
    font-size: 1.1em;
    line-height: 1.8;
    margin: 20px 10px;
    padding: 10px 30px;
  }
  .box-item-3 {
    padding: 10px;
  }
  .box-item-3 .img-box {
    margin: 10px;
    width: 340px;
    height: auto;
    object-fit: cover;
    overflow: hidden;
  }
  /* product photo-box */
  .photo-area {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  .photo-box {
    background-color: #633;
    font-size: 1rem;
    display: flex;
    width: calc(100% / 3);
  }
  .photo-box img {
    padding: 10px;
    transition: 0.8s ease;
  }
  .photo-box img:hover {
    transform: scale(1.02);
    opacity: 0.9;
  }
} /* end pc */

@media screen and (max-width:765px) { /* ------- mobile */
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    font-size: 16px;
  }
.bg_fixed_1, .bg_fixed_2,.bg_fixed_3,.bg_fixed_4,.bg_fixed_5 {
  height: 400px;
	background-attachment: scroll;
}
.gototop a {
  display: inline-block;
  padding: 8px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: rgba(255,255,255,0.50);
  font-size: 1.6em;
  color: #999;
  /*padding: 0.5em 1em;*/
  line-height: 1;
  border-radius: 1em;
  box-shadow: 0 0 2px 2px #999;
}
.gototop a:hover {
  background-color: rgba(255,255,255,0.8);
}
  .header_logo {
    padding: 5px;
  }
  .header_logo img {
    width: 300px;
    height: auto;
  }
.title-bg {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  color: #09f;
  padding: 3px ;
  border-bottom: 3px solid #09f;
  font-size: 1.8em;
}
.title-bg2 {
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  background-color: #eee;
  color: #09f;
  padding: 3px 2em;
  border-radius: 1em;
  border: 1px solid #09f;
  font-size: 2em;
}
  .section-box {
    padding: 50px 5px;
  }
  .section-inner {
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .inquiry-phone, .inquiry-email {
    margin: 10px;
    padding: 5px;
  }
  footer .company-address {
    padding: 1em;
  }
  .page-title {
    padding: 20px 5px;
    font-size: 1.6em;
    line-height: 1.5;
  }
  .page-catchcopy {
    margin: 50px 0;
    font-size: 1.em;
    font-weight: bold;
    text-align: center;
    line-height: 2;
  }
  .page-info {
    margin: 20px 10px;
    line-height: 1.6;
  }
  .page-info p {
    margin: 10px;
  }
  .section-title-sub {
    font-size: 1.4em;
  }
  .section-title-sub-2 {
    font-size: 1.1em;
  }
.section-title-sub::before, .section-title-sub::after,
.section-title-sub-2::before, .section-title-sub-2::after {
  width: 10px; 
}
.section-title-sub::before, .section-title-sub-2::before {
  margin-right: 5px; 
}
.section-title-sub::after, .section-title-sub-2::after {
  margin-left: 5px; 
}
  .section-summary {
    line-height: 1.6;
    margin: 20px 10px;
  }
  .photo-box img {
    padding: 10px;
  }
  .photo-box img:hover {
    transform: none;
  }
  
} /* end mobile */

@media print, screen and (min-width:766px) and (max-width:1080px) { /* ---------- tablet  only + print */
  .mobile-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .section-inner {
    width: 100%;
    margin: 0;
    padding: 5px;
  }  
  .bg_fixed_1, .bg_fixed_2,.bg_fixed_3,.bg_fixed_4,.bg_fixed_5 {
    background-attachment: scroll;
  }
  .header-nav {
    display: none;
  }
} /* end tablet */

@media print { /* ------- print only */
} /* end print */
  


@media print {
  h2 {
    margin-top: 0;
  }
  .pagebreak {
    /*page-break-before: always;*/
  }
  .block-black {
    background-color: none;
    color: #000;
  }
  .bg_fixed_1, .bg_fixed_2,.bg_fixed_3,.bg_fixed_4,.bg_fixed_5 {
    /*height: 600px;
    background-attachment: scroll;*/
    height: 0;
  }
} 

/* ------------------------- */

  .section-title {
    color: #0099ff;
    font-size: 3em;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 5px 1em;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid ;
  }
  .section-title-2 {
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    /*color: #c69c6d;*/
    color: #0099FF;
    font-size: 2em;
    font-weight: bold;
    margin: 20px 10px 0;
    padding: 5px 1em;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid ;
    /*border-radius: 1em;
    background-color: #000;
  */
  }
  .section-title-3 {
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    /*color: #c69c6d;*/
    color: #0099FF;
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 1em;
    line-height: 1;
    border-bottom: 1px solid ;
    /*border-radius: 1em;
    background-color: #000;
  */
  }
.section-product-box {
  margin-top: 50px;
}
.section-photo-box {
  text-align: center;
}
i.size-l {
  font-size: 1.5em;
  margin-right: 10px;
  color: #999;
  vertical-align: middle;
}
/*.summary p {
  padding: 10px 30px;
  line-height: 1.8;
  font-size: 1.2em;
}*/
.inner-box-1 {
  margin: 0 10px;
}
.inner-box-2 {
  margin: 20px;
}

/*================================================================== Navigation ====*/

.hamburger-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  z-index: 200;
  top: 15px;
  right: 50px;
  background-color: rgba(187,187,187,1);
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 5px 0px #999;
}
.hamburger-line {
  width: 90%;
  text-align: center;
  height: 10px;
  background-color: #333;
  margin-bottom: 8px;
  transition: 0.3s;
}
.hamburger-line:nth-child(3) {
  margin-bottom: 1px;
}
.hamburger-menu::after {
  content: "MENU";
  color: #333; /*lineのbgと同じ*/
}
.open .hamburger-line:nth-child(1) {
  transform: translateY(18px) rotate(45deg);
}

.open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform:translate(0);
}

.open .hamburger-line:nth-child(3) {
  transform: translateY(-18px) rotate(-45deg);
}
.open .hamburger-menu {
  background-color: #ccc;/*メインメニューと同じに*/
}
.main-menu {
  background-color: rgba(187,187,187,1);
  padding: 80px 0 0; /*lineに合わせて*/
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
  margin: 0;
  width: 250px;
  height: auto;
  transition: 0.2s;
  transform: translate(250px); /* widthに合わせて */
}
.main-menu li {
  margin: 0;
  padding: 0;
}
/*.main-menu li:first-child {
  border-top: 1px solid #999;
}*/
.main-menu a {
  display: block;
  width: 100%;
  padding: 5px 1em;
  color: #000;
  font-size: 1em;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
.main-menu a:hover {
  color: #fff;
  background-color: #0099FF;
}
.open + .main-menu {
  display: block;
  transition: all 0.2s;
  transform: translate(0); 
}
.sub-menu-head {
  display: block;
  padding: 0.5em 1em;
  color: #333;
  border-bottom: 1px solid #999;
}
.sub-menu {
  padding-left: 1em;
}
.sub-menu li:last-child {
  border-bottom: none;
}

@media screen and (max-width:765px) { /* ------- mobile */
.hamburger-menu {
  width: 60px;
  height: 70px;
  top: 10px;
  right: 10px;
}
.open .hamburger-line:nth-child(1) {
  transform: translateY(15px) rotate(45deg);
}

.open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform:translate(0);
}

.open .hamburger-line:nth-child(3) {
  transform: translateY(-15px) rotate(-45deg);
}
.main-menu {
}
.main-menu a {
  display: block;
  width: 100%;
  padding: 5px 1em;
  color: #000;
  font-size: 1em;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #999;
}
.main-menu a {
  padding: 5px 1em;
}

  footer {
    background-color: #666;
    padding: 20px 0 0;
  }
  footer .footer-nav {
    padding: 5px 1em;
  }
  footer li.list-header {
    padding: 3px;
    font-size: 0.9em;
  }
  footer li:not(.list-header) {
    padding: 3px 2em;
    font-size: 0.85em;
  }
  footer .copyright {
    text-align: center;
    padding: 5px;
    background-color: #000;
  }
} /* end mobile */


