@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  width: 100%;
  position: relative;
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.pc {
  display: none !important;
}

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

-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  color: #fff;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 3.7333333333vw;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  height: 26.6666666667vw;
  background-color: #fff;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
header nav {
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
header nav .inner {
  margin: 0 auto;
}
header nav .btn .menu-btn {
  display: block;
  width: 16vw;
  height: 16vw;
  background: url(../img/common/icon-nav.png) center center no-repeat;
  background-size: 8vw auto;
  opacity: 1;
  transition: none;
}
header nav.active .btn .menu-btn {
  display: block;
  width: 16vw;
  height: 16vw;
  background-image: url(../img/common/icon-close.png);
  background-size: 8vw auto;
}
header nav.active .bottom {
  display: block;
}
header nav .top {
  width: 100%;
  background-color: #041a2e;
  position: relative;
}
header nav .top .inner {
  display: flex;
  flex-direction: column;
  height: 10.6666666667vw;
  padding: 1.2vw 1.3333333333vw 0;
}
header nav .top .copy {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header nav .top .copy span {
  display: flex;
  align-items: center;
}
header nav .top .copy span::before {
  content: "";
  display: inline-block;
  width: 9.3333333333vw;
  height: 0.1333333333vw;
  background-color: #fff;
}
header nav .top .right {
  display: flex;
  color: #fff;
  margin-top: 0.6666666667vw;
}
header nav .top .right .tel a {
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: auto 4vw;
  padding-left: 5.0666666667vw;
}
header nav .top .right .fax {
  margin-left: 3.0666666667vw;
}
header nav .top .right .fax span {
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/icon-fax.png) left center no-repeat;
  background-size: auto 4vw;
  padding-left: 5.0666666667vw;
}
header nav .top .right .contact {
  position: absolute;
  top: 0;
  right: 0;
}
header nav .top .right .contact a {
  font-size: 3.7333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 26.9333333333vw;
  height: 12vw;
  background-image: linear-gradient(to bottom, #0a7fc5, #3094be);
  position: relative;
  z-index: 1;
}
header nav .top .right .contact a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: contain;
  width: 4.6666666667vw;
  height: 3.6vw;
  margin-right: 1.3333333333vw;
}
header nav .middle {
  width: 100%;
  height: 16vw;
  position: relative;
}
header nav .middle .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav .middle .logo {
  padding-left: 4vw;
}
header nav .middle .logo img {
  width: 30.6666666667vw;
  z-index: 1;
}
header nav .bottom {
  height: calc(100vh - 26.6666666667vw);
  overflow: auto;
  padding-top: 0.2666666667vw;
  display: none;
  background-color: #041a2e;
  padding: 5.3333333333vw 4vw;
  color: #fff;
}
header nav .bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav .bottom .nav {
  display: flex;
  flex-direction: column-reverse;
  z-index: 2;
  width: 100%;
}
header nav .bottom .nav .top-nav {
  margin-top: 8vw;
}
header nav .bottom .nav .top-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header nav .bottom .nav .top-nav ul li {
  width: 50%;
}
header nav .bottom .nav .top-nav ul li:nth-of-type(n + 3) {
  margin-top: 3.3333333333vw;
}
header nav .bottom .nav .top-nav ul li a {
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 4vw;
}
header nav .bottom .nav .search {
  width: 100%;
}
header nav .bottom .nav .search input {
  width: 100%;
  height: 10.6666666667vw;
  border: 0.1333333333vw solid #cccccc;
  border-radius: 5.3333333333vw;
  padding-left: 12.5333333333vw;
  background: url(../img/common/icon-search.png) 3.8666666667vw center no-repeat;
  background-size: 6.5333333333vw auto;
  font-size: 3.7333333333vw;
  line-height: 1;
  background-color: #fff;
}
header nav .bottom .nav .search input:focus-visible, header nav .bottom .nav .search input:focus, header nav .bottom .nav .search input:hover {
  border-color: #ccc;
  outline: #ccc;
}

#nav-menu {
  display: flex;
  align-items: center;
  margin-top: 6.6666666667vw;
  border-top: 0.2666666667vw solid #2c3945;
}
#nav-menu > ul {
  width: 100%;
}
#nav-menu > ul > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 3.7333333333vw;
  border-bottom: 0.2666666667vw solid #2c3945;
  position: relative;
}
#nav-menu > ul > li.has-children > span, #nav-menu > ul > li.has-children > a {
  background: none;
}
#nav-menu > ul > li > span, #nav-menu > ul > li > a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 13.3333333333vw;
  background: url(../img/common/arrow-right@2x.png) right 4vw center no-repeat;
  background-size: 1.4666666667vw auto;
}
#nav-menu > ul > li > .children {
  display: block;
  justify-content: center;
  width: 100%;
}
#nav-menu > ul > li > .children:after {
  content: "";
  display: block;
  width: 10vw;
  height: 13.3333333333vw;
  background: url(../img/common/icon-plus.svg) center center no-repeat;
  background-size: 2.4vw auto;
  margin-left: 1.0666666667vw;
  position: absolute;
  top: 0;
  right: 0;
}
#nav-menu > ul > li > .children.active {
  background-color: #041a2e;
  color: #fff;
  opacity: 1;
}
#nav-menu > ul > li > .children.active:after {
  background-image: url(../img/common/icon-minus.svg);
}
#nav-menu > ul > li > .children.active .sitemap {
  display: block;
}
#nav-menu > ul > li > .children.active .list {
  display: block;
}
#nav-menu > ul > li > .children .inner {
  display: block;
  width: 100%;
}
#nav-menu > ul > li > .children .list {
  display: none;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild {
  position: relative;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild > a, #nav-menu > ul > li > .children .list > ul > li.has-grandchild > span {
  border: 0;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild.active > a {
  background-color: #0b80c6;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild.active > .grandchild .inner {
  display: block;
}
#nav-menu > ul > li > .children .list > ul > li > a, #nav-menu > ul > li > .children .list > ul > li > span {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 13.3333333333vw;
  padding-left: 4.2666666667vw;
}
#nav-menu > ul > li .grandchild:after {
  content: "";
  display: block;
  width: 10vw;
  height: 13.3333333333vw;
  background: url(../img/common/icon-plus.svg) center center no-repeat;
  background-size: 2.4vw auto;
  margin-left: 1.0666666667vw;
  position: absolute;
  top: 0;
  right: 0;
}
#nav-menu > ul > li .grandchild.active {
  background-color: #041a2e;
  color: #fff;
  opacity: 1;
}
#nav-menu > ul > li .grandchild.active:after {
  background-image: url(../img/common/icon-minus.svg);
}
#nav-menu > ul > li .grandchild.active .list {
  display: block;
}
#nav-menu > ul > li .grandchild .inner {
  display: none;
}

#nav-category .inner {
  padding-top: 2.6666666667vw;
}
#nav-category .categories {
  padding-bottom: 10vw;
}
#nav-category .categories .category + .category {
  margin-top: 8vw;
}
#nav-category .categories .category h4 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 7.4666666667vw;
  color: #333333;
  background-color: #fff;
  padding-left: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
#nav-category .categories .category .subcategory {
  margin-top: 4.6666666667vw;
}
#nav-category .categories .category .subcategory + .subcategory {
  margin-top: 5.3333333333vw;
}
#nav-category .categories .category h5 {
  font-size: 3.7333333333vw;
  color: #fff;
  font-weight: bold;
}
#nav-category .categories .category ul {
  margin-top: 6vw;
}
#nav-category .categories .category ul li + li {
  margin-top: 4.6666666667vw;
}
#nav-category .categories .category ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 3.7333333333vw;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 4vw;
}

#nav-wavelength .inner {
  padding-top: 4vw;
  padding-bottom: 10.6666666667vw;
}
#nav-wavelength ul li + li {
  margin-top: 2.6666666667vw;
}
#nav-wavelength ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 4vw;
  border: none;
}
#nav-wavelength ul li a:hover {
  opacity: 0.5;
}

#nav-manufacturere .inner {
  padding-top: 4vw;
  padding-bottom: 10.6666666667vw;
}
#nav-manufacturere .boxes {
  display: flex;
  flex-wrap: wrap;
}
#nav-manufacturere .boxes .box {
  width: 44vw;
  height: 26vw;
  margin-left: 4vw;
}
#nav-manufacturere .boxes .box:nth-of-type(2n + 1) {
  margin-left: 0;
}
#nav-manufacturere .boxes .box a {
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.5;
  text-decoration: none;
}
#nav-manufacturere .boxes .box a span {
  display: block;
  text-align: center;
}
#nav-manufacturere .boxes .box a:hover {
  opacity: 0.65;
}

#nav-application .inner {
  padding-top: 4vw;
  padding-bottom: 10.6666666667vw;
}
#nav-application .boxes .box {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 4vw;
  border: none;
}
#nav-application .boxes .box:hover {
  opacity: 0.5;
}
#nav-application .boxes .box + .box {
  margin-top: 2.6666666667vw;
}
#nav-application .boxes .box .img {
  display: none;
}
#nav-application .boxes .box .title .en {
  display: none;
}
#nav-application ul li + li {
  margin-top: 2.6666666667vw;
}
#nav-application ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 1.4666666667vw auto;
  padding-left: 4vw;
  border: none;
}
#nav-application ul li a:hover {
  opacity: 0.5;
}

#nav-outlet .inner {
  padding-top: 8vw;
  padding-bottom: 16vw;
}
#nav-outlet p {
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3733333333vw;
}
#nav-outlet .link {
  display: flex;
  justify-content: center;
  margin-top: 6.6666666667vw;
}
#nav-outlet .link a {
  display: flex;
  width: 100%;
  height: 13.3333333333vw;
  justify-content: center;
  align-items: center;
  border: 0.1333333333vw solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 3.7333333333vw;
  font-weight: bold;
  background: url(../img/common/arrow-right@2x.png) right 3.8666666667vw center no-repeat;
  background-size: 2.1333333333vw auto;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 4.2666666667vw;
  bottom: 5.2vw;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  width: 10.4vw;
}

.grecaptcha-badge {
  bottom: 9vw !important;
}

footer #banners {
  background-image: linear-gradient(to bottom, #041728, #000);
}
footer #banners .inner {
  width: 92vw;
  margin: 0 auto;
  padding-top: 10.6666666667vw;
  padding-bottom: 11.3333333333vw;
}
footer #banners .inner .boxes {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer #banners .inner .boxes .box + .box {
  margin-top: 4vw;
}
footer #banners .inner .boxes .box.email a::before {
  background-image: url(../img/common/icon-mail-l@2x.png);
  width: 6vw;
  height: 4.5333333333vw;
}
footer #banners .inner .boxes .box.catalog a::before {
  background-image: url(../img/common/icon-book-l@2x.png);
  width: 8vw;
  height: 6.1333333333vw;
}
footer #banners .inner .boxes .box.magazine a::before {
  background-image: url(../img/common/icon-info-l@2x.png);
  width: 7.7333333333vw;
  height: 7.7333333333vw;
}
footer #banners .inner .boxes .box a {
  width: 100%;
  height: 18.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1333333333vw solid #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
footer #banners .inner .boxes .box a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2vw;
}
footer #banners .inner .boxes .box a small {
  font-size: 2.4vw;
  line-height: 1;
  margin-bottom: 0.6666666667vw;
  display: block;
}
footer #banners .inner .message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.7333333333vw;
  flex-direction: column;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  color: #fff;
  font-weight: bold;
}
footer #banners .inner .message span {
  font-size: 5.0666666667vw;
  line-height: 1;
}
footer #banners .inner .message .tel {
  display: flex;
  align-items: baseline;
  font-size: 9.0666666667vw;
  line-height: 1;
  text-decoration: none;
  margin-top: 4vw;
  color: #fff;
}
footer #banners .inner .message .tel::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel@2x.png) center center no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
  margin-right: 1.2vw;
}
footer #banners .inner .message small {
  margin-top: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1;
}
footer .inner {
  width: 92vw;
  margin: 0 auto;
}
footer #footer {
  padding: 10.6666666667vw 0vw 8.6666666667vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  border-bottom: 0.2666666667vw solid #ccc;
}
footer #footer .inner {
  display: flex;
  flex-wrap: wrap;
}
footer #footer .company {
  display: flex;
  width: 100%;
}
footer #footer .company .logo {
  width: 50%;
  position: relative;
}
footer #footer .company .logo img {
  width: 30.6666666667vw;
  top: 1.8666666667vw;
  left: 2.6666666667vw;
  z-index: 1;
}
footer #footer .company .address {
  width: 50%;
}
footer #footer .company .address p {
  font-size: 3.2vw;
  line-height: 1.1666666667;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
}
footer #footer .company .address ul {
  margin-top: 2vw;
}
footer #footer .company .address ul li + li {
  margin-top: 2vw;
}
footer #footer .company .address ul li span,
footer #footer .company .address ul li a {
  font-size: 3.2vw;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2.6666666667vw auto;
  padding-left: 3.2vw;
  text-decoration: none;
}
footer #footer .company .address ul li span.tel,
footer #footer .company .address ul li a.tel {
  background-image: url(../img/common/icon-tel-bk.png);
}
footer #footer .company .address ul li span.fax,
footer #footer .company .address ul li a.fax {
  background-image: url(../img/common/icon-fax-bk.png);
}
footer #footer .company .address ul li span.email,
footer #footer .company .address ul li a.email {
  background-image: url(../img/common/icon-mail-bk.png);
}
footer #footer .sitemap {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.2666666667vw solid #ccc;
  width: 100%;
  margin-top: 8vw;
  padding-top: 8vw;
}
footer #footer .sitemap ul {
  width: 50%;
}
footer #footer .sitemap ul:nth-of-type(n + 3) {
  margin-top: 8vw;
}
footer #footer .sitemap ul li span,
footer #footer .sitemap ul li a {
  font-size: 3.2vw;
  line-height: 1.9166666667;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
footer #footer .sitemap ul li ul {
  width: 100%;
}
footer #footer .sitemap ul li ul li {
  position: relative;
  padding-left: 1.25em;
  color: #333333;
  display: block;
  position: relative;
}
footer #footer .sitemap ul li ul li::before {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: 1.7333333333vw auto;
  width: 1.7333333333vw;
  height: 2.9333333333vw;
  position: absolute;
  left: 0.5333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
#footer-bottom .inner {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 2.6666666667vw 0 3.3333333333vw;
}
#footer-bottom ul {
  display: flex;
}
#footer-bottom ul li + li {
  margin-left: 1.5em;
}
#footer-bottom ul li a {
  font-size: 3.2vw;
  text-decoration: none;
}
#footer-bottom #copyright {
  margin-top: 2.6666666667vw;
  text-align: center;
  color: #333333;
  font-size: 3.2vw;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 4vw;
  padding-right: 4vw;
  color: #333333;
}
#main-image.page h2 {
  font-size: 6.4vw;
  line-height: 1;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 4.6666666667vw;
}
#main-image.page [data-ruby] {
  font-size: 6.4vw;
  line-height: 1.4166666667;
  display: inline;
  margin-top: 13.3333333333vw;
  text-align: left;
}
#main-image.page [data-ruby]::before {
  font-size: 3.2vw;
  position: absolute;
  color: #777777;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  top: -6.6666666667vw;
  margin-bottom: 0;
}

#breadcrumb {
  color: #777777;
}
#breadcrumb .breadcrumb-lists {
  display: inline;
}
#breadcrumb .breadcrumb-lists li {
  display: inline;
  font-size: 2.4vw;
  line-height: 1.5555555556;
}
#breadcrumb .breadcrumb-lists li.breadcrumb-home::before {
  display: none;
}
#breadcrumb .breadcrumb-lists li:before {
  content: "";
  display: inline-block;
  margin: 0 0.8vw 0 1.3333333333vw;
  font-size: 1.8666666667vw;
  line-height: 1.2857142857;
  color: #333333;
  width: 0.9333333333vw;
  height: 1.4666666667vw;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: contain;
}
#breadcrumb .breadcrumb-lists li strong {
  border-bottom: 0.1333333333vw solid #777;
  padding-bottom: 0.5333333333vw;
  font-weight: normal;
}
#breadcrumb .breadcrumb-lists li a {
  text-decoration: none;
  color: #777777;
}

#technicalNote {
  background-color: #eee;
  padding: 3.7333333333vw 2.6666666667vw 5.3333333333vw;
}
#technicalNote > .title {
  font-size: 3.7333333333vw;
  line-height: 1.1785714286;
  font-weight: bold;
  color: #333;
  padding-left: 4.8vw;
  background: url(../img/common/icon-note.png) left center no-repeat;
  background-size: 4vw auto;
}
#technicalNote > .title::before {
  display: none;
}
#technicalNote .boxes {
  margin-top: 2.6666666667vw;
}
#technicalNote .boxes .box {
  border-top: solid 0.1333333333vw #ccc;
  padding: 2.4vw 0 2.5333333333vw;
}
#technicalNote .boxes .box:last-of-type {
  border-bottom: solid 0.1333333333vw #ccc;
}
#technicalNote .boxes .box .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#technicalNote .boxes .box .info .date {
  font-size: 2.4vw;
  color: #777;
}
#technicalNote .boxes .box .info .categories {
  border-left: 0.1333333333vw solid #cccccc;
  margin-left: 1.3333333333vw;
  padding-left: 1.3333333333vw;
}
#technicalNote .boxes .box .info .categories a {
  font-size: 2.4vw;
  line-height: 1;
  color: #777;
  text-decoration: none;
}
#technicalNote .boxes .box .info .categories a + a {
  margin-left: 2vw;
}
#technicalNote .boxes .box .title {
  margin-top: 1.2vw;
}
#technicalNote .boxes .box .title a {
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
  letter-spacing: 0.2133333333vw;
  color: #333;
  text-decoration: none;
}
#technicalNote .link {
  display: flex;
  justify-content: center;
  margin-top: 5.2vw;
}
#technicalNote .link a {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: bold;
  color: #333;
  border-bottom: 0.4vw solid #333;
  padding-bottom: 1.0666666667vw;
  text-decoration: none;
}

#category_ProductList {
  display: flex;
  flex-wrap: wrap;
}
#category_ProductList li {
  width: 44vw;
  margin-left: 4vw;
  border: solid 0.2666666667vw #ccc;
  padding: 1.6vw;
}
#category_ProductList li:nth-of-type(2n + 1) {
  margin-left: 0;
}
#category_ProductList li:nth-of-type(n + 3) {
  margin-top: 4vw;
}
#category_ProductList li .nolink,
#category_ProductList li a {
  text-decoration: none;
}
#category_ProductList li .nolink .thumb,
#category_ProductList li a .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 26.5333333333vw;
}
#category_ProductList li .nolink .thumb img,
#category_ProductList li a .thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#category_ProductList li .nolink .text,
#category_ProductList li a .text {
  margin-top: 1.3333333333vw;
}
#category_ProductList li .nolink .text .productTitle,
#category_ProductList li a .text .productTitle {
  font-size: 3.2vw;
  line-height: 1.1666666667;
  font-weight: bold;
}
#category_ProductList li .nolink .text .read,
#category_ProductList li a .text .read {
  margin-top: 1.6vw;
  font-size: 2.4vw;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #0b80c6;
  padding: 0.1333333333vw 0.9333333333vw 0.5333333333vw;
  border-left: 0.6666666667vw solid #0b80c6;
}

.visual_editor_area {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
}
.visual_editor_area .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.visual_editor_area a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #0b80c6;
}
.visual_editor_area p {
  clear: both;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-bottom: 1em;
}
.visual_editor_area p img.alignright {
  text-align: right;
}
.visual_editor_area pre {
  margin: 2.6666666667vw 0;
  overflow-x: auto;
  line-height: 1.5;
}
.visual_editor_area .wp-caption {
  max-width: 100%;
}
.visual_editor_area .alignleft {
  float: left;
}
.visual_editor_area .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.visual_editor_area .alignright {
  float: right;
}
.visual_editor_area img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0.6666666667vw;
}
.visual_editor_area img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.visual_editor_area img.alignright {
  margin: 0.6666666667vw;
  display: inline;
}
.visual_editor_area img.alignleft {
  margin: 0.6666666667vw;
  display: inline;
}
.visual_editor_area ul {
  margin: 1.2em;
}
.visual_editor_area ul:first-of-type {
  margin-top: 0.65em;
}
.visual_editor_area ul li::before {
  content: "・";
}
.visual_editor_area ol {
  margin: 1.2em;
}
.visual_editor_area ol:first-of-type {
  margin-top: 0.65em;
}
.visual_editor_area ol li {
  list-style: decimal outside;
}
.visual_editor_area li {
  line-height: 1.65;
}
.visual_editor_area h1 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 4vw;
  margin-bottom: 4vw;
  font-size: 3.7333333333vw;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
.visual_editor_area h2 {
  clear: both;
  padding: 1.3333333333vw 2.6666666667vw 1.6vw;
  margin-top: 3.3333333333vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  background-color: #e3e5e6;
  color: #0b80c6;
}
.visual_editor_area h3 {
  clear: both;
  padding: 0 0 0.5333333333vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  color: #0b80c6;
  border-bottom: 0.2666666667vw solid #cccccc;
}
.visual_editor_area h4 {
  clear: both;
  font-size: 4.2666666667vw;
  font-weight: bold;
  letter-spacing: 0.2666666667vw;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 6.6666666667vw;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.visual_editor_area h4:before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 0.8vw;
  background-color: #0b80c6;
  display: block;
  top: 3.3333333333vw;
  left: 0;
}
.visual_editor_area h5 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
}
.visual_editor_area h6 {
  clear: both;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 4vw;
  margin-bottom: 2.6666666667vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
}
.visual_editor_area table {
  margin: 4.6666666667vw auto;
  max-width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.visual_editor_area table th,
.visual_editor_area table td {
  padding: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
.visual_editor_area table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.visual_editor_area table th a {
  color: #fff;
}
.visual_editor_area table td {
  background: #eeeeee;
  color: #666666;
}

/*SEO対策テンプレート用*/
.accordion-004 {
  margin-bottom: 7px;
  border: 2px solid #d6dde3;
  border-radius: 5px;
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  color: #000000;
  cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}

.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.7019607843);
  border-right: 3px solid rgba(0, 0, 0, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}

.accordion-004[open] summary::after {
  transform: rotate(225deg);
}

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
}

#nav-category > .inner > .categories > .category > p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  color: #333333;
  background-color: #fff;
  padding-left: 8px;
}

#nav-category .subcategory p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

#single-products h1 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  background-color: #d1d8dd;
  padding: 8px 10px;
}

#single-products .outline h2 {
  font-size: 24px;
  line-height: 1;
}

#single-products .outline h3 {
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #0b80c6;
  background-color: #fff;
  background-image: none;
  padding: 0;
}