@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-UltLt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeue-Medium-11.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Bd.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #333;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 160px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 160px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 140px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "myHelvetica", "Roboto", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "my-Helvetica", sans-serif;
  color: #505050;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
  font-size: 16px;
  margin-top: 110px;
  letter-spacing: 1.57px;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
    margin-top: 120px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #333;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.4s ease-in-out;
  background: #fff;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
#header .h_logoarea {
  height: 60px;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 901px) {
  #header .h_logoarea {
    width: 30%;
    height: 60px;
  }
}
#header .h_logoarea a {
  display: flex;
  align-items: flex-end;
  gap: 0 26px;
  position: relative;
  z-index: 5;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  #header .h_logoarea a {
    gap: 0 10px;
    font-size: 3.077vw;
  }
}
#header .h_logoarea img.logo {
  width: min(20vw, 160px);
}
@media only screen and (max-width: 900px) {
  #header .h_logoarea img.logo {
    width: 38.462vw;
  }
}
#header a.logout_btn {
  padding-left: 1.65em;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #header a.logout_btn {
    font-size: 3.077vw;
  }
}
#header a.logout_btn::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/i_logout.svg) no-repeat center center/contain;
}
#header .hamburger {
  border: none;
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 901px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #fff;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
}
#header .nav_area {
  background: #054a97;
  background: #0088d2;
  background: radial-gradient(circle, #0088d2 0%, #043f89 100%);
}
#header .nav_area form.my_searchform {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 5px;
  transition: 0.5s;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #header .nav_area form.my_searchform {
    width: 30vw;
    height: 5vw;
  }
}
#header .nav_area form.my_searchform .search_btn {
  width: 18px;
  height: 18px;
  background: url(../img/common/i_nav_search.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .nav_area form.my_searchform .search_btn {
    display: none;
  }
}
#header .nav_area form.my_searchform input#submit {
  display: none;
  width: 18px;
  height: 18px;
  background: url(../img/common/i_nav_search.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .nav_area form.my_searchform input#submit {
    width: 12px;
    height: 12px;
    display: block;
  }
}
#header .nav_area form.my_searchform select#search {
  display: none;
  padding: 0 5px;
  color: #333;
}
@media only screen and (max-width: 900px) {
  #header .nav_area form.my_searchform select#search {
    display: block;
    width: 80%;
  }
}
#header .nav_area form.my_searchform select#search:has(option:checked[selected]) {
  color: gray;
}
#header .nav_area form.my_searchform select#search option {
  color: #333;
}
#header .nav_area form.my_searchform select#search option[selected] {
  display: none;
}
#header .nav_area form.my_searchform .close {
  display: none;
}
#header .nav_area form.my_searchform.active {
  width: 270px;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #header .nav_area form.my_searchform.active {
    width: 15vw;
  }
}
#header .nav_area form.my_searchform.active .search_btn {
  display: none;
}
#header .nav_area form.my_searchform.active input#submit {
  display: block;
}
#header .nav_area form.my_searchform.active #search {
  display: block;
  width: 90%;
}
#header .nav_area form.my_searchform.active .close {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background: #e3e3e3;
  border-radius: 50px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  #header .nav_area form.my_searchform.active .close {
    display: none;
  }
}
#header .globalnav {
  /* @include mq(pc) {
    width: 70%;
  } */
}
@media only screen and (max-width: 900px) {
  #header .globalnav {
    display: none;
    width: 100vw;
    position: absolute;
    top: 120px;
    left: 0;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
}
#header .globalnav .gnav {
  display: flex;
  justify-content: flex-start;
  gap: 0 min(1.5vw, 50px);
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li {
    border-bottom: 1px solid #dddddd;
  }
}
#header .globalnav .gnav > li:has(> .meganav) a {
  /* pointer-events: none; */
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li:has(> .meganav) a span:after {
    transform: rotate(135deg);
  }
}
#header .globalnav .gnav > li > a {
  display: block;
  text-align: center;
  font-size: min(1.5vw, 16px);
  padding: 15px 0 11px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li > a {
    font-size: 4.615vw;
    color: #333;
    text-align: left;
    padding: 15px 5%;
  }
}
#header .globalnav .gnav > li > a span {
  position: relative;
  padding-left: 1.75em;
  padding-top: 0.5em;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li > a span {
    display: block;
  }
}
#header .globalnav .gnav > li > a span::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: #ccc;
  position: absolute;
  top: 0.15em;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media print, screen and (min-width: 901px) {
  #header .globalnav .gnav > li > a span::before {
    filter: brightness(0) invert(1);
  }
}
#header .globalnav .gnav > li > a span:after {
  transition: 0.5s;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li > a span:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 3%;
  }
}
#header .globalnav .gnav > li > a span:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li > a span:hover:after {
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 3%;
    left: auto;
  }
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li > a.on span:after {
    transform: rotate(-45deg);
  }
}
#header .globalnav .gnav > li.home > a span::before {
  background: url(../img/common/i_nav_home.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.home > a span::before {
    background: url(../img/common/i_nav_home_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li.news > a span::before {
  background: url(../img/common/i_nav_news.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.news > a span::before {
    background: url(../img/common/i_nav_news_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li.products > a span {
  padding-left: 2.2em;
}
#header .globalnav .gnav > li.products > a span::before {
  width: 1.65em;
  height: 1.65em;
  background: url(../img/common/i_nav_products.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.products > a span::before {
    background: url(../img/common/i_nav_products_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li.training > a span::before {
  background: url(../img/common/i_nav_training.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.training > a span::before {
    background: url(../img/common/i_nav_training_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li.information > a span::before {
  background: url(../img/common/i_nav_information.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.information > a span::before {
    background: url(../img/common/i_nav_information_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li.contact > a span::before {
  background: url(../img/common/i_nav_contact.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li.contact > a span::before {
    background: url(../img/common/i_nav_contact_sp.svg) no-repeat center center/contain;
  }
}
#header .globalnav .gnav > li .meganav {
  width: 100vw;
  font-size: 12px;
  background: #fff;
  transition: all 0.3s;
}
@media print, screen and (min-width: 901px) {
  #header .globalnav .gnav > li .meganav {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav {
    display: none;
    margin-bottom: 10px;
  }
}
#header .globalnav .gnav > li .meganav nav {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
#header .globalnav .gnav > li .meganav nav .meganav_menu {
  display: flex;
  gap: 26px;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu {
    display: block;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list figure {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list figure {
    display: none;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list figure img {
  width: 94px;
  height: 94px;
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .top_ttl {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .top_ttl {
    text-align: left;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 4vw;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .top_ttl:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    right: 3%;
  }
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .top_ttl.on:after {
    transform: rotate(-45deg);
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .blue_ttl {
  padding: 5px;
  background: #F4FAFE;
  color: #0066B5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list .blue_ttl {
    display: none;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul {
    display: none;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul:has(> :nth-child(6)) li {
  width: 48%;
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul li {
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul li {
    margin: 10px 0;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul li a {
  transition: 0.5s;
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul li a:hover {
  text-decoration: underline;
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul.flex {
    display: none;
  }
}
#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul.flex li {
  width: 48%;
}
@media print, screen and (min-width: 901px) {
  #header .globalnav .gnav > li .meganav {
    padding: 30px min(2vw, 40px);
  }
}
#header .globalnav .gnav > li .meganav li a {
  text-align: left;
  padding: 0;
  font-weight: 400;
  color: #333;
}
#header .globalnav .gnav > li .meganav li a::before, #header .globalnav .gnav > li .meganav li a::after {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header .globalnav .gnav > li .meganav li a {
    font-size: 3.4vw;
  }
}
@media print, screen and (min-width: 901px) {
  #header .globalnav .gnav > li:hover > .meganav {
    visibility: visible;
    opacity: 1;
  }
}

#header .globalnav .gnav > li .meganav nav .meganav_menu li.meganav_list ul li {
  width: 48%;
}

footer .f_contact a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_f_link.webp) no-repeat center center/cover;
  padding: 100px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a {
    padding: 10px;
    background: url(../img/common/bg_f_link_sp.webp) no-repeat center center/cover;
  }
}
footer .f_contact a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
footer .f_contact a:hover::before {
  opacity: 1;
}
footer .f_contact a h2 {
  max-width: 1536px;
  width: 92%;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 70px 0;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2 {
    /*font-size: 20px;*/
    font-size: 5.4vw;
    width: 100%;
    padding: 60px 0;
    line-height: 1.35;
  }
}
footer .f_contact a h2::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
footer .f_contact a h2 span {
  display: block;
  font-weight: 300;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  footer .f_contact a h2 span {
    font-size: 14px;
    margin-top: 15px;
  }
}
footer .f_info {
  background: #3D4144;
  padding: 60px 0 30px;
}
@media only screen and (max-width: 768px) {
  footer .f_info {
    padding: 50px 0 30px;
  }
}
footer .f_info .f_inner .f_nav {
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_nav {
    width: 77%;
  }
}
@media print, screen and (min-width: 769px) {
  footer .f_info .f_inner .f_nav {
    max-width: 950px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
footer .f_info .f_inner .f_nav dl dt {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  footer .f_info .f_inner .f_nav dl dt {
    font-size: min(1.5vw, 20px);
  }
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_nav dl dt {
    font-size: 5vw;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    padding: 5px;
  }
}
footer .f_info .f_inner .f_nav dl dt.accordion {
  position: relative;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_nav dl dt.accordion:after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #fff;
    position: absolute;
    top: 5px;
    right: 20px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_nav dl dt.accordion.on:after {
    top: 15px;
    transform: rotate(-135deg);
  }
}
@media print, screen and (min-width: 769px) {
  footer .f_info .f_inner .f_nav dl dd {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
}
footer .f_info .f_inner .f_nav dl dd li {
  margin: 10px 0;
}
@media print, screen and (min-width: 769px) {
  footer .f_info .f_inner .f_nav dl dd li {
    margin-bottom: 10px;
    font-size: min(1.3vw, 16px);
  }
}
footer .f_info .f_inner .f_nav dl dd li a {
  color: #d8d9da;
}
footer .f_info .f_inner .f_nav dl dd li a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_nav dl dd.close {
    display: none;
  }
}
footer .f_info .f_inner .f_top {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
footer .f_info .f_inner .f_top .f_logoarea {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
footer .f_info .f_inner .f_top .f_logoarea img {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_top .f_logoarea img {
    width: 25.641vw;
  }
}
footer .f_info .f_inner .f_top .f_logoarea span {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  footer .f_info .f_inner .f_top .f_logoarea span {
    font-size: 3.077vw;
  }
}
footer .f_info small {
  color: #b1b3b4;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .f_info small {
    font-size: 10px;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

main {
  display: block;
  width: 100%;
  position: relative;
  /* overflow-x: hidden; */
}
main > section {
  overflow: hidden;
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.single-product main section {
  overflow: hidden;
}
.sec_inner {
  max-width: 1920px;
  width: 90%;
  margin: 80px auto;
  overflow: hidden;
}
.home .sec_inner {
  margin: 80px auto;
}
@media only screen and (max-width: 768px) {
  .sec_inner {
    margin: 40px auto;
  }
}

.menu-backdrop {
  display: none;
  transition: 0.2s;
}

.active .menu-backdrop {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120%;
}
@media only screen and (max-width: 768px) {
  .active .menu-backdrop {
    display: none;
  }
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  font-size: 30px;
  text-align: left;
  padding: 0.55em 0.75em 0.25em;
  background: radial-gradient(circle, #0088d2 0%, #043f89 100%);
  color: #fff;
  margin-bottom: 1.25em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 6.2vw;
  }
}

.sec_ttl02 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
  .sec_ttl02 {
    font-size: 5.4vw;
    margin-bottom: 3vw;
  }
}
.sec_ttl02.text_left {
  text-align: left;
}
.sec_ttl02.border_bottom {
  border-bottom: 1px solid;
}

h2.contents_ttl {
  font-size: 28px;
  font-weight: 300;
  padding: 0 0 0 1.75em;
  color: #0066B5;
  position: relative;
  margin: 0.5em 0 1em;
}
@media only screen and (max-width: 768px) {
  h2.contents_ttl {
    font-size: 5vw;
    margin-top: 0;
  }
}
h2.contents_ttl::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* margin: auto; */
}
h2.contents_ttl.ttl_products::before {
  background: url(../img/common/i_nav_products.svg) no-repeat center center/contain;
}
h2.contents_ttl.ttl_information::before {
  background: url(../img/common/i_nav_information.svg) no-repeat center center/contain;
}
h2.contents_ttl.ttl_news::before {
  background: url(../img/common/i_nav_news.svg) no-repeat center center/contain;
}

.normal_dot li {
  position: relative;
  font-size: 16px;
  padding-left: 15px;
}
.normal_dot li:before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #333;
  border-radius: 50%;
  left: 5px;
  top: 13px;
}

input.gray_form,
select.gray_form {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  background: #0066B5;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 600px;
  line-height: 55px;
  padding-top: 5px;
  border-radius: 50px;
  color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 72vw;
    line-height: 8.974vw;
    padding-top: 1.282vw;
  }
}
.commonBtn:hover {
  background: #01335a;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　チェックボックス
*************************/
.check input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.check input[type=checkbox]:before, .check input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}
.check input[type=checkbox]:before {
  background-color: #fff;
  border: 1px solid #0066B5;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.check input[type=checkbox]:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: -5px;
  left: 5px;
}
.check input[type=checkbox]:checked:before {
  background-color: #0066B5;
}
.check input[type=checkbox]:checked:after {
  opacity: 1;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

/***********************
　　　ミドルページ
*************************/
.middle_top .sec_inner {
  margin: 20px auto 50px;
}

.middle_ttl {
  font-size: 40px;
  font-weight: 300;
  color: #0066B5;
}
@media only screen and (max-width: 768px) {
  .middle_ttl {
    font-size: 7vw;
  }
}

.pankuzu {
  display: flex;
  align-items: center;
  /* padding-bottom: 50px; */
  flex-wrap: wrap;
  color: #0066B5;
}
.pankuzu li:not(:last-child) {
  position: relative;
}
.pankuzu li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -10px;
}
.pankuzu li a {
  color: #0066B5;
}

.tag {
  display: inline-block;
  padding: 5px 20px 0;
  border-radius: 50px;
  min-width: 200px;
  text-align: center;
}

.tag_blue {
  background: #73c3ef;
}

.tag_gray {
  background: #dcdcdc;
}

.tag_lightblue {
  background: #bde4fd;
}

/***********************
　　　ページャー
*************************/
.pagination {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.pagination li {
  padding: 0px 7.5px 20px;
}
@media only screen and (max-width: 768px) {
  .pagination li {
    padding: 0px 0.513vw 5.128vw;
  }
}

.pagination li a.prev {
  padding-right: 66px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .pagination li a.prev {
    padding: 0;
  }
}
.pagination li a.prev:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
}

.pagination li a.next {
  padding-left: 66px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .pagination li a.next {
    padding: 0;
  }
}
.pagination li a.next:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-links .page-numbers li {
  border: none !important;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  background: #e3e3e3;
  color: #646464;
  border-radius: 50%;
  /*margin-right: 25px;*/
  font-size: 20px;
  /*font-weight: bold;*/
  /*border: 1px solid #7090DD;*/
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .nav-links a.page-numbers,
  .nav-links .current,
  .nav-links a.prev,
  .nav-links a.next,
  .nav-links .dots {
    font-size: 4.615vw;
    width: 7.692vw;
    height: 7.692vw;
    line-height: 5.128vw;
    padding-top: 2.051vw;
  }
}

.nav-links a:hover {
  text-decoration: none !important;
  background: #646464;
  color: #e3e3e3;
}

/*.nav-links a.page-numbers:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
  border-radius: 50%;
}*/
.nav-links .current {
  background: #0066B5;
  /* padding: 0; */
  color: #fff;
}

/* 前への「＜」、次への「＞」 */
.nav-links a.prev,
.nav-links a.next {
  color: #fff;
  position: relative;
  background: transparent;
}

/*.nav-links .next::before,
.nav-links .prev::after {
  content: "";
  display: inline-block;
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}*/
/*.nav-links .next::before {
  left: -15px;
}*/
/*.nav-links .prev::after {
  right: -15px;
}
*/
.nav-links .dots {
  background: transparent !important;
  border: none;
}

/***********************
　　　製品ページのポップアップ
*************************/
.mfp-bg {
  background: #F4FAFE;
  opacity: 0.95;
}

.mfp-figure:after {
  display: none;
}

img.mfp-img {
  max-height: none !important;
}
@media print, screen and (min-width: 769px) {
  img.mfp-img {
    width: 800px;
    height: auto;
  }
}
@media only screen and (max-width: 1000px) {
  img.mfp-img {
    width: 70vw;
  }
}

@media print, screen and (min-width: 769px) {
  .mfp-arrow-left {
    left: calc(50% - 490px);
  }
}
@media only screen and (max-width: 1000px) {
  .mfp-arrow-left {
    left: calc(50% - (35vw + 60px));
  }
}
.mfp-arrow-left:before {
  display: none;
}
.mfp-arrow-left:after {
  content: "";
  width: 24px;
  height: 24px;
  border: none;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  border-color: #0066b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  .mfp-arrow-right {
    right: calc(50% - 490px);
  }
}
@media only screen and (max-width: 1000px) {
  .mfp-arrow-right {
    right: calc(50% - (35vw + 60px));
  }
}
.mfp-arrow-right:before {
  display: none;
}
.mfp-arrow-right:after {
  content: "";
  width: 24px;
  height: 24px;
  border: none;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  border-color: #0066b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
}

.mfp-counter {
  display: none;
}

.mfp-close {
  color: #0066B5 !important;
  font-style: normal;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 1;
}
.mfp-close:before {
  content: "Close";
  color: #0066B5;
  font-family: "my-Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  bottom: 5px;
  position: relative;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  max-width: 800px;
  background: #0066B5;
  padding: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: "my-Helvetica", sans-serif;
}
@media only screen and (max-width: 768px) {
  .mfp-inline-holder .mfp-content {
    padding: 40px 20px;
  }
}
.mfp-inline-holder .mfp-content .mfp-close {
  top: -44px;
  text-align: right;
  right: 20px;
}
.mfp-inline-holder .mfp-content input.gray_form,
.mfp-inline-holder .mfp-content select.gray_form {
  background: #fff;
  border: none;
}
.mfp-inline-holder .mfp-content .inline-ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mfp-inline-holder .mfp-content .inline-ttl {
    font-size: 5.128vw;
    margin-bottom: 5.128vw;
  }
}
.mfp-inline-holder .mfp-content .enter {
  font-size: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mfp-inline-holder .mfp-content .enter {
    font-size: 5vw;
    margin-bottom: 5.128vw;
  }
}
.mfp-inline-holder .mfp-content button.video_btn {
  width: 100%;
  font-weight: 300;
  margin-top: 60px;
}
.mfp-inline-holder .mfp-content button.video_btn .commonBtn {
  border: 1px solid #fff;
}
.mfp-inline-holder .mfp-content .inline-movie-ttl {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #fff;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .mfp-inline-holder .mfp-content .inline-movie-ttl {
    font-size: 5.128vw;
    margin-bottom: 5.128vw;
    border-bottom: 3px solid #fff;
  }
}
.mfp-inline-holder .mfp-content video {
  width: 100%;
  height: auto;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 768px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle {
  /*パンくず*/
  /*リスト*/
}
.middle .middle_mv {
  height: 496px;
  background: #ccc;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv {
    height: auto;
    aspect-ratio: 11/10;
  }
}
.middle .middle_mv .page_ttl {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl {
    padding: 5vw 0;
  }
}
.middle .middle_mv .page_ttl span {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.125em;
}
@media only screen and (max-width: 768px) {
  .middle .middle_mv .page_ttl span {
    font-size: 6vw;
  }
}
.middle .pankuzu_wrap {
  margin: 10px 0;
}
.middle .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: 53%;
  background: #DDDDDD;
  position: absolute;
  right: 0.75em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle section:last-of-type {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  .middle section:last-of-type {
    padding-bottom: 20vw;
  }
}
.middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}

.breadcrumb {
  color: #0066B5;
}

.breadcrumb span {
  color: #0066B5;
  margin: 0 4px;
}

.breadcrumb a {
  transition: all 0.4s ease;
}
.breadcrumb a::after {
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb a span {
  color: #0066B5;
}

.post-type-archive-product .breadcrumb {
  background: #F4FAFE;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 15px;
  margin: 80px 0 0;
}

.pagination .page-numbers {
  background: #e3e3e3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 5px;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #0066B5;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
  color: #0066B5;
  font-size: 40px;
  background: none;
  transform: translateY(-2px);
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
  opacity: 0.8;
}

.pagination .current.page-numbers {
  color: #FFF;
  background: #0066B5;
  padding-top: 5px;
}

/* トップページ */
#home main .sec_news {
  background: #f7f7f7;
}
#home main .sec_news .news_block {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 2.5em;
  max-height: 200px;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block {
    max-height: 87.179vw;
  }
}
#home main .sec_news .news_block ul.news_list {
  padding: 0.75em 1.75em;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list {
    padding: 0.75em;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel {
  padding: 0.5em 0;
  border-bottom: 1px solid #dddddd;
  transition: 0.4s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel:hover {
  background: #F4FAFE;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 16px;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area {
    margin-bottom: 10px;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span {
  margin-right: 1.5em;
  font-size: 11px;
  background: #ccc;
  color: #fff;
  width: 124px;
  display: inline-block;
  padding: 0.65em 0.25em 0.5em;
  text-align: center;
  line-height: 1.25;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span.update {
  background: #0066B5;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span.important {
  background: #b73333;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span.video {
  background: #3d4144;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span.sales {
  background: #73c3ef;
  color: #333333;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel .cate_area .category span.service {
  background: #e3e3e3;
  color: #333333;
}
@media print, screen and (min-width: 769px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel details {
    width: calc(100% - 270px);
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary {
  position: relative;
  display: block;
  font-size: 20px;
  padding-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary {
    font-size: 4.615vw;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066B5;
  position: absolute;
  top: 0.35em;
  right: 35px;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary:after {
    top: -1.4em;
    right: 5px;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary.is-active:after {
  top: 0.75em;
  transform: rotate(225deg);
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary.is-active:after {
    top: -1em;
    right: 5px;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-summary::-webkit-details-marker {
  display: none;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content {
  padding: 20px 0;
  word-break: break-all;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content p {
    font-size: 3.4vw;
  }
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content p:last-of-type {
  margin: 0 0 0;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content a {
  font-size: 16px;
  color: #0066B5;
  text-decoration: underline;
}
#home main .sec_news .news_block ul.news_list > li.news_list_panel details .details-content .recruit_off {
  text-align: center;
  font-size: 22px;
}
#home main .sec_products .products_list {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  #home main .sec_products .products_list {
    grid-template-columns: 1fr 1fr;
  }
}
#home main .sec_products .products_list li a {
  display: block;
}
#home main .sec_products .products_list li a figure {
  /* border-bottom: 5px solid $main-color; */
  text-align: center;
  position: relative;
}
#home main .sec_products .products_list li a figure:before {
  position: absolute;
  content: "";
  background: #0066B5;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
#home main .sec_products .products_list li a figure:hover:before {
  width: 100%;
}
#home main .sec_products .products_list li a > span {
  font-size: 20px;
  color: #0066B5;
  display: block;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #home main .sec_products .products_list li a > span {
    font-size: 4.615vw;
  }
}
#home main .sec_information {
  background: #F4FAFE;
}
#home main .sec_information .information_list {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
  #home main .sec_information .information_list {
    grid-template-columns: 1fr 1fr;
  }
}
#home main .sec_information .information_list li a figure {
  text-align: center;
  transition: 0.4s ease-in-out;
}
#home main .sec_information .information_list li a span {
  font-size: 20px;
  color: #0066B5;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  #home main .sec_information .information_list li a span {
    font-size: 4.615vw;
  }
}
#home main .sec_information .information_list li a:hover figure {
  background: #0066B5;
}
#home main .sec_information .information_list li a:hover figure img {
  filter: brightness(0) invert(1);
}

/* ログインページ */
#login {
  background: #F4FAFE;
}
@media only screen and (max-width: 768px) {
  #login {
    margin-top: 50px;
  }
}
#login main {
  min-height: calc(100vh - 88px);
}
#login .sec_inner {
  margin-top: 0;
}
#login .login_wrap {
  background: #fff;
  padding: 100px 100px 120px;
}
@media only screen and (max-width: 768px) {
  #login .login_wrap {
    padding: 50px 30px;
  }
}
#login .login_wrap .login_logoarea {
  text-align: center;
}
#login .login_wrap .login_logoarea img {
  max-width: 305px;
}
#login .login_wrap .login_logoarea p {
  margin: 30px 0 50px;
  font-size: 20px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #login .login_wrap .login_logoarea p {
    font-size: 4.615vw;
  }
}
#login .login_wrap form {
  max-width: 500px;
  margin: 0 auto;
}
#login .login_wrap form button {
  width: 100%;
}
#login .login_wrap form button .commonBtn {
  max-width: 360px;
  margin: 50px auto 0;
}
#login footer {
  max-width: 1200px;
  width: 90%;
  margin: 30px auto;
  text-align: center;
}
#login footer small {
  font-size: 12px;
  color: #b1b3b4;
}
@media only screen and (max-width: 768px) {
  #login footer small {
    font-size: 3.077vw;
  }
}

/* 製品一覧ページ */
.product_all_top {
  /* background: #F4FAFE; */
}

.product_all01 .category_box .category_box_tytle {
  color: #0066B5;
  font-size: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product_all01 .category_box .category_box_tytle {
    font-size: 4.615vw;
  }
}
.product_all01 .category_box .category_box_tytle:before {
  content: "";
  display: block;
  position: absolute;
  background: #dddddd;
  width: calc(50% - 75px);
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product_all01 .category_box .category_box_tytle:after {
  content: "";
  display: block;
  position: absolute;
  background: #dddddd;
  width: calc(50% - 75px);
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product_all01 .category_box .category_tagbox {
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
.product_all01 .category_box span.tag {
  cursor: pointer;
}
.product_all01 .product_box {
  margin: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px 25px;
}
@media only screen and (max-width: 768px) {
  .product_all01 .product_box {
    margin: 40px 0;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.product_all01 .product_box .product_box_con a figure {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  transition: 0.2s;
}
.product_all01 .product_box .product_box_con a figure img {
  width: 100%;
  height: auto;
}
.product_all01 .product_box .product_box_con a .product_box_txt {
  margin: 10px 0;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .product_all01 .product_box .product_box_con a .product_box_txt {
    font-size: 4.615vw;
  }
}
.product_all01 .product_box .product_box_con a .tag {
  min-width: auto;
}
.product_all01 .product_box .product_box_con a:hover figure {
  border: 1px solid #0066B5;
}

/* 製品一覧ページ */
@media only screen and (max-width: 768px) {
  .product_detail_top .sec_inner {
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail_top .pankuzu {
    display: none;
  }
}
.product_detail_top .tag {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail_top .tag {
    margin-bottom: 10px;
  }
}
.product_detail_top .middle_ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.single-product .product_detail_top .middle_ttl {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .product_detail_top .middle_ttl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail_top .middle_ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.product_detail_top .middle_ttl span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail_top .middle_ttl span {
    display: block;
    font-size: 3.4vw;
  }
}
.product_detail_top .product_detail_list01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 20px;
  }
}
.product_detail_top .product_detail_list01 li {
  position: relative;
}
.product_detail_top .product_detail_list01 li:before {
  position: absolute;
  content: "";
  background: #0066B5;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product_detail_top .product_detail_list01 li:hover:before {
  width: 100%;
}
.product_detail_top .product_detail_list01 li a {
  padding-left: 20px;
  position: relative;
  color: #0066B5;
}
@media print, screen and (min-width: 769px) {
  .product_detail_top .product_detail_list01 li a {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 li a {
    padding-left: 0;
  }
}
.product_detail_top .product_detail_list01 li a:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066B5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s;
  left: -0.3em;
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 li a:after {
    display: none;
  }
}
.product_detail_top .product_detail_list01 li a figure {
  width: 40px;
  text-align: left;
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 li a figure {
    width: 100%;
    text-align: center;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 li a figure:after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #0066B5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
    left: -0.3em;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 li a .product_list_name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.product_detail01 {
  background: #F4FAFE;
}
.product_detail01 .ttl_product_detail02 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .product_detail01 .ttl_product_detail02 {
    font-size: 5vw;
  }
}
.product_detail01 .ttl_product_detail02:before {
  background: url(../img/common/i_nav_information.svg) no-repeat center center/contain;
}
.product_detail01 .product_info_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail01 .product_info_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.product_detail01 .product_info_list li a {
  color: #0066B5;
}
.product_detail01 .product_info_list li a figure {
  height: 35px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  transition: 0.2s;
}
.product_detail01 .product_info_list li a .product__infolist_name {
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail01 .product_info_list li a .product__infolist_name {
    font-size: 3.4vw;
  }
}
.product_detail01 .product_info_list li a:hover figure {
  background: #0066B5;
}
.product_detail01 .product_info_list li a:hover figure img {
  filter: brightness(0) invert(1);
}

.product_detail02 .contents_ttl {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .contents_ttl {
    font-size: 5vw;
  }
}
.product_detail02 .contents_ttl.pdf {
  position: relative;
}
.product_detail02 .contents_ttl.pdf:after {
  position: absolute;
  content: "";
  background: url(../img/product_detail/pdf.svg) no-repeat center right/contain;
  width: 20px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 25px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .contents_ttl.pdf:after {
    width: 3.846vw;
    height: 4.615vw;
    right: 3.077vw;
  }
}
.product_detail02 .ttl_product_detail03:before {
  background: url(../img/product_detail/p_ttl_icon01.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail04:before {
  background: url(../img/product_detail/p_ttl_icon02.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail05:before {
  background: url(../img/product_detail/p_ttl_icon03.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail06:before {
  background: url(../img/product_detail/p_ttl_icon04.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail07:before {
  background: url(../img/product_detail/p_ttl_icon05.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail08:before {
  background: url(../img/product_detail/p_ttl_icon06.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail09:before {
  background: url(../img/product_detail/p_ttl_icon07.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail10:before {
  background: url(../img/product_detail/p_ttl_icon08.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail11:before {
  background: url(../img/product_detail/p_ttl_icon09.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail12:before {
  background: url(../img/product_detail/p_ttl_icon10.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail13:before {
  background: url(../img/product_detail/p_ttl_icon11.svg) no-repeat center center/contain;
}
.product_detail02 .ttl_product_detail14:before {
  background: url(../img/product_detail/p_ttl_icon12.svg) no-repeat center center/contain;
}
.product_detail02 .instructions_ttl {
  color: #0066B5;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .instructions_ttl {
    font-size: 4vw;
  }
}
.product_detail02 .instructions_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.product_detail02 .instructions_container .instructions_items {
  position: relative;
  padding-bottom: 10px;
}
.product_detail02 .instructions_container .instructions_items .instructions_country a {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 30px;
}
.product_detail02 .instructions_container .instructions_items .instructions_country a figure {
  width: 42px;
  height: 30px;
}
.product_detail02 .instructions_container .instructions_items .instructions_country a figure img {
  width: 100%;
  height: auto;
  display: block;
}
.product_detail02 .instructions_container .instructions_items:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product_detail02 .instructions_container .instructions_items:hover:before {
  animation: expand 0.5s forwards;
  background: #0066B5;
}
.product_detail02 .product_block {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block {
    margin-bottom: 40px;
  }
}
.product_detail02 .product_block#link01 .product_block_inner:not(:last-of-type) {
  margin-bottom: 30px;
}
.product_detail02 .product_block_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_list {
    grid-template-columns: 1fr 1fr;
  }
}
.product_detail02 .product_block_list li {
  /* border-bottom: 1px solid #ddd; */
  position: relative;
}
.product_detail02 .product_block_list li a {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_list li a {
    padding-bottom: 10px;
  }
}
.product_detail02 .product_block_list li:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.product_detail02 .product_block_list li:hover:before {
  animation: expand 0.5s forwards;
  background: #0066B5;
}
.product_detail02 .product_block_box {
  border: 1px solid #ccc;
  padding: 50px 30px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_box {
    padding: 10px;
  }
}
.product_detail02 .product_block_ttl {
  font-size: 20px;
  color: #0066B5;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #0066B5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_ttl {
    font-size: 5vw;
    padding-bottom: 0;
  }
}
.product_detail02 .product_block_ttl span {
  width: 24px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_ttl span {
    width: 3.846vw;
    margin-right: 9px;
  }
}
.product_detail02 .product_block_ttl.pdf {
  position: relative;
}
.product_detail02 .product_block_ttl.pdf:before {
  position: absolute;
  content: "";
  background: url(../img/product_detail/pdf_blue.svg) no-repeat center right/contain;
  width: 20px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 25px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_ttl.pdf:before {
    width: 15px;
    height: 18px;
    right: 12px;
  }
}
.product_detail02 .blue_list li a {
  padding-left: 35px;
  position: relative;
}
.product_detail02 .blue_list li a:before {
  position: absolute;
  content: "";
  background: #0066B5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .blue_list li a:before {
    top: calc(50% - 7.5px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.product_detail02 .blue_list li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #ffffff;
  top: 7px;
  left: 8px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .blue_list li a:after {
    top: calc(50% - 7.5px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .product_detail02 .product_block_imgbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-right: 20px;
    overflow-y: scroll;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_imgbox {
    margin: 30px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_imgbox .slick-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_imgbox .slick-prev:before {
    content: "";
    width: 24px;
    height: 24px;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: #0066b5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_imgbox .slick-next {
    right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_block_imgbox .slick-next:before {
    content: "";
    width: 24px;
    height: 24px;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: #0066b5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
  }
}
.product_detail02 .product_block_imgbox .product_block_img {
  border: 1px solid #dddddd;
  position: relative;
}
.product_detail02 .product_block_imgbox .product_block_img.main_img {
  grid-row: 1/6;
  grid-row: span 2;
  grid-column: 1/6;
  grid-column: span 2;
}
.product_detail02 .product_block_imgbox .product_block_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_detail02 .product_block_imgbox .check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.product_detail02 .checkarea {
  text-align: center;
  margin-bottom: 20px;
}
.product_detail02 .checkarea .checkarea_inner {
  display: inline-block;
}
.product_detail02 .checkarea .checkarea_inner .check label .text {
  line-height: 20px;
}
.product_detail02 .product_list_box {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_list_box {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .product_detail02 .product_tag_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_tag_list li {
    width: 73%;
    margin: 0 auto 20px;
  }
}
.product_detail02 .product_tag_list li a {
  display: flex;
  width: 100%;
  border: 1px solid #0066B5;
  border-radius: 50px;
  padding: 15px 15px 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0066B5;
}
.product_detail02 .product_tag_list li a:hover {
  color: #fff;
  background: #0066B5;
}
.product_detail02 .product_date_box {
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_date_box {
    padding: 10px;
    max-height: 105vw;
  }
}
.product_detail02 .product_date_box .product_information_list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .product_detail02 .product_date_box .product_information_list li {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_date_box .product_information_list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.product_detail02 .product_date_box .product_information_list li span {
  color: #777;
  margin-right: 20px;
  min-width: 110px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .product_date_box .product_information_list li span {
    margin-bottom: 10px;
  }
}
.product_detail02 .zip {
  position: relative;
  margin-left: 5px;
}
.product_detail02 .zip:before {
  position: absolute;
  content: "";
  background: url(../img/product_detail/zip.svg) no-repeat center right/contain;
  width: 28px;
  height: 20px;
  top: -5px;
}
@media only screen and (max-width: 768px) {
  .product_detail02 .zip:before {
    width: 22px;
    height: 15px;
  }
}

.commonBtn-ddl:hover {
  cursor: pointer;
  transition: 0.3s;
}

/* 検索ページ */
.serchresult_top {
  background: transparent;
}
.serchresult_top .sec_inner {
  margin: 90px auto 0;
}
@media only screen and (max-width: 768px) {
  .serchresult_top .sec_inner {
    margin: 40px auto 0;
  }
}

@media print, screen and (min-width: 769px) {
  .serchresult01 .sec_inner {
    display: flex;
    gap: 4%;
  }
}
@media print, screen and (min-width: 769px) {
  .serchresult01 .sec_inner aside {
    width: 30%;
  }
}
.serchresult01 .sec_inner aside .sidenav_contents {
  background: #0066B5;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .serchresult01 .sec_inner aside .sidenav_contents {
    padding: 10px;
  }
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_ttl {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .serchresult01 .sec_inner aside .sidenav_contents .sidenav_ttl {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list_ttl {
  background: #fff;
  position: relative;
  padding: 15px 25px 5px;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list_ttl:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #333;
  position: absolute;
  top: 15px;
  right: 20px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list_ttl.on:before {
  top: 20px;
  transform: rotate(225deg);
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list {
  background: #fff;
  display: none;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list li {
  padding: 15px 25px 5px;
  cursor: pointer;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list li span {
  background: #F4FAFE;
  color: #0066B5;
  display: block;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list li:has(> .sidenav_child_list) > span {
  position: relative;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list li:has(> .sidenav_child_list) > span:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #333;
  position: absolute;
  top: 15px;
  right: 20px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list li:has(> .sidenav_child_list) > span.on:before {
  top: 20px;
  transform: rotate(225deg);
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list .sidenav_child_list {
  display: none;
}
.serchresult01 .sec_inner aside .sidenav_contents .sidenav_list .sidenav_child_list span {
  padding: 15px 25px 5px 35px;
}
@media print, screen and (min-width: 769px) {
  .serchresult01 .sec_inner .serchresult_container {
    width: 66%;
  }
}
@media only screen and (max-width: 768px) {
  .serchresult01 .sec_inner .serchresult_container {
    margin-top: 40px;
  }
}
.serchresult01 .sec_inner .serchresult_container .serchresult_counter {
  font-size: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .serchresult01 .sec_inner .serchresult_container .serchresult_counter {
    font-size: 5vw;
  }
}
.serchresult01 .sec_inner .serchresult_container .instructions_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 25px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .serchresult01 .sec_inner .serchresult_container .instructions_container {
    gap: 20px 15px;
  }
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items:before {
  position: absolute;
  content: "";
  background: #0066B5;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items:hover {
  background: #F4FAFE;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items:hover:before {
  width: 100%;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items .instructions_ttl {
  margin-bottom: 10px;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items .instructions_country {
  display: flex;
  align-items: center;
  gap: 20px;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items .instructions_country figure {
  width: 42px;
  height: 30px;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items .instructions_country figure img {
  width: 100%;
  height: auto;
  display: block;
}
.serchresult01 .sec_inner .serchresult_container .instructions_container .instructions_items .instructions_country .country_name img {
  width: 100%;
  height: auto;
  display: block;
}

.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(2) .sidenav_list li,
.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(3) .sidenav_list li {
  width: 100%;
  padding: 0;
}

.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(2) .sidenav_list li span,
.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(3) .sidenav_list li span {
  padding: 15px 25px 5px;
  background: none;
  color: #333;
}

.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(2) .sidenav_child_list li span,
.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(3) .sidenav_child_list li span {
  padding: 15px 35px 5px;
}

.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(2) .sidenav_list li span:hover,
.serchresult01 .sec_inner aside .sidenav_contents:nth-of-type(3) .sidenav_list li span:hover {
  background: #F4FAFE;
  color: #0066B5;
}

span.usa_only {
  margin: 0 0 30px;
  width: 200px;
  height: 30px;
  background: #73c3ef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

div.title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 30px;
}

div.title h2 {
  color: #0066B5;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

div.title p {
  font-size: 20px;
  color: #0066B5;
}

p.black {
  margin: 0 0 30px;
}

.anchor-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 0 100px;
}

.anchor-links a {
  font-size: 20px;
  color: #0066B5;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 23px 70px 1fr;
  height: 63px;
}
.anchor-links a svg {
  width: auto;
  height: auto;
}
.anchor-links a svg:nth-of-type(2) {
  justify-self: center;
}
.anchor-links a span {
  line-height: 1;
}

.gpi {
  background: #F4FAFE;
  padding: 80px 0;
}
.gpi h3 {
  color: #0066B5;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: 300;
}
.gpi svg {
  width: auto;
  height: auto;
}
.gpi .gpi_list {
  display: flex;
  gap: 110px;
  margin: 45px 0 0;
}
.gpi .gpi_list a {
  display: grid;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #0066B5;
  width: 130px;
}
.gpi .gpi_list span {
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin: 25px 0 0;
}
.gpi .gpi_list svg {
  justify-self: center;
}

.infos {
  padding: 0 0 120px;
}
.infos svg {
  width: auto;
  height: auto;
}
.infos .infos_title {
  background: rgb(0, 136, 210);
  background: radial-gradient(circle, rgb(0, 136, 210) 0%, rgb(4, 63, 137) 100%);
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  height: 70px;
  position: relative;
}
.infos .infos_title_sub {
  position: relative;
}
.infos .infos_title svg {
  justify-self: center;
}
.infos h4 {
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.infos .infos_title svg:nth-of-type(2), .infos .infos_title_sub svg:nth-of-type(2) {
  position: absolute;
  inset: 50% 25px auto auto;
  transform: translateY(-50%);
}
.infos section {
  margin: 80px 0 0;
}
.infos .infos_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.infos .infos_content a {
  padding: 25px 0;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.infos .infos_content a::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  height: 1px;
  width: 100%;
  background: #ddd;
  z-index: 1;
}
.infos .infos_content a::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  height: 1px;
  width: 100%;
  z-index: 5;
  transform: translateX(-100%);
  background: #0066B5;
  background: radial-gradient(circle, rgb(0, 136, 210) 0%, rgb(4, 63, 137) 100%);
  transition: transform 0.4s ease-in-out;
}
.infos .infos_content a:hover {
  color: #0066B5;
}
.infos .infos_content a:hover::after {
  transform: translateX(0);
}
.infos .infos_content_date {
  grid-template-columns: 1fr;
}
.infos .infos_content_date a {
  display: flex;
  gap: 15px;
  font-size: 16px;
  padding: 25px 0;
  height: auto;
}
.infos .infos_content_date time {
  color: #777;
}
.infos .infos_content_date .overflow {
  padding: 0 30px;
  margin: 30px 0 0 0;
  border: 1px solid #ccc;
  height: 100%;
  max-height: 380px;
  overflow: scroll;
}
.infos .infos_content_bg_white svg {
  margin-right: 15px;
}
.infos .promo_tools_inner {
  padding: 0 30px 60px;
  border: 1px solid #ccc;
}
.infos .product-images {
  margin: 30px 0 0 0;
}
.infos .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 30px 0 30px 0;
}
.infos .gallery-item {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.infos .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infos .gallery-item-large {
  grid-column: span 2;
  grid-row: span 2;
}
.infos .gallery-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.infos .gallery-label::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid #0066B5;
  z-index: 2;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.infos .gallery-item.selected .gallery-label::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 13px;
  font-size: 18px;
  color: white;
  z-index: 3;
}
.infos .gallery-item.selected .gallery-label::before {
  background-color: #0066B5;
  border-color: #0066B5;
}
.infos .rounded-link {
  cursor: pointer;
}
.infos .infos_title_sub {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  position: relative;
  border-bottom: 2px solid #0066B5;
  padding: 10px 0 20px 0;
  margin: 50px 0 0 0;
}
.infos .infos_title_sub h4 {
  color: #0066B5;
}
.infos .video_list .video_anchor_ctn {
  margin: 300px 0 0 0;
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.infos .video_list .video_anchor_ctn a {
  height: 60px;
  border: 1px solid #0066B5;
  border-radius: 50px;
  color: #0066B5;
  background: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.infos .video_list .video_anchor_ctn a:hover {
  background: #0066B5;
  color: #fff;
}

.archive-title {
  background: #F4FAFE;
  padding: 40px 0;
}
.archive-title h2 {
  color: #0066B5;
  font-weight: 300;
  font-size: 40px;
}

.product-category {
  margin: 0 0 120px 0;
}

.product-category ul {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 60px 25px;
}

.product-category ul li a {
  display: flex;
  flex-direction: column;
}
.product-category ul li a img {
  max-width: 220px;
}

.infos section.web-env {
  margin-top: 60px;
}
.sec_inner-information {
  margin-top: 0;
}
.web-env .infos_title_sub{
    display: block;
    margin: 30px 0 0 0;
}
.web-env .infos_content_bg_white p {
  padding: 30px 20px;
}
.web-env .bg-lightblue {
  background: #F4FAFE;
  margin: 70px 0 0 0;
  padding: 30px 90px;
}
.web-env h5 {
  color: #0066B5;
}
.web-env .sub_title_ctn {
  padding: 30px 20px;
}
.web-env .sub_title_ctn ul {
  margin-top: 5px;
}
.web-env .sub_title_ctn ul li {
  line-height: 25px;
  padding-left: 15px;
}
.web-env .sub_title_ctn ul li::before {
  content: "\2022";
  font-size: 11px;
  color: #0066B5;
  padding-right: 10px;
  margin-left: -15px;
}
.web-env .bg-lightblue p {
  color: #0066B5;
}

.product_all_top.bg-white {
  background: #fff;
}
.product_all_top.bg-white .sec_inner {
  margin-bottom: 0;
}
.product_all_top.bg-white .sec_inner .pankuzu {
  padding-bottom: 0;
}
.sec_inner-information-bg-lightblue {
  background: #F4FAFE;
}
.sec_inner-information-bg-lightblue .information_list li a figure {
  text-align: center;
  transition: 0.4s ease-in-out;
}
.sec_inner-information-bg-lightblue .information_list {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.sec_inner-information-bg-lightblue .information_list li a span {
  font-size: 20px;
  color: #0066B5;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1.1;
}
.sec_inner-information-bg-lightblue .information_list li a:hover figure img {
  filter: brightness(0) invert(1);
}
.sec_inner-information-bg-lightblue .information_list li a:hover figure {
  background: #0066B5;
}
.sec_inner-information-bg-lightblue {
  padding: 90px 0;
  margin-top: 20px;
}
.sec_inner-information-bg-lightblue .infos.information {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .sec_inner-information-bg-lightblue .information_list {
    grid-template-columns: 1fr 1fr;
  }
  .sec_inner-information-bg-lightblue {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .web-env .sub_title_ctn {
    padding: 15px 10px;
  }
  .web-env .bg-lightblue {
    padding: 15px 10px;
  }
}

.sec_inner-company .infos_content {
  grid-template-columns: 1fr;
  gap: 0;
}

.archive-news .infos-title {
  margin-top: 40px;
  background: rgb(0, 136, 210);
  background: radial-gradient(circle, rgb(0, 136, 210) 0%, rgb(4, 63, 137) 100%);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 70px;
  position: relative;
}
.archive-news .infos-title h4 {
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-left: 20px;
}
.archive-news .news_block {
  background: #fff;
  margin-bottom: 2.5em;
}
.archive-news .news_block ul.news_list {
  padding: 0.75em 1.75em;
}
.archive-news .news_block ul.news_list > li.news_list_panel {
  padding: 0.5em 0;
  border-bottom: 1px solid #dddddd;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.archive-news .news_block ul.news_list > li.news_list_panel .cate_area {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 16px;
}
.archive-news .news_block ul.news_list > li.news_list_panel .cate_area .category span {
  margin-right: 1.5em;
  font-size: 11px;
  background: #ccc;
  color: #fff;
  width: 124px;
  display: inline-block;
  padding: 0.65em 0.25em 0.5em;
  text-align: center;
  line-height: 1.25;
}
.archive-news .news_block ul.news_list > li.news_list_panel details {
  width: calc(100% - 270px);
}
.archive-news .news_block ul.news_list > li.news_list_panel details .details-summary {
  position: relative;
  display: block;
  font-size: 20px;
  padding-right: 2.5em;
}
.archive-news .news_block ul.news_list > li.news_list_panel details .details-summary:after {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066B5;
  position: absolute;
  top: 0.35em;
  right: 35px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.archive-news .news_block ul.news_list > li.news_list_panel details .details-summary.is-active:after {
  top: 0.75em;
  transform: rotate(225deg);
}
.archive-news .news_block {
  margin-top: 40px;
}
.archive-news time {
  color: #777;
  font-weight: 200;
}
.categories-filter {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  border: 1px solid #ccc;
  margin-top: 80px;
}
.categories-filter div.ttl {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4FAFE;
    font-size: 20px;
}
.categories-filter div.list {
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 8px 0;
  flex-wrap: wrap;
}
.categories-filter div.list a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 15px 8px 0;
  height: 30px;
  width: 125px;
  font-size: 11px;
}
@media only screen and (max-width: 700px) {
  .categories-filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    margin-top: 80px;
  }
  .categories-filter div.list {
    justify-content: center;
  }
  .archive-news .news_block ul.news_list > li.news_list_panel .cate_area {
    margin-bottom: 10px;
  }
  .archive-news .news_block ul.news_list > li.news_list_panel {
    flex-direction: column;
  }
  .archive-news .news_block ul.news_list {
    padding: 0.75em;
  }
  .archive-news .news_block {
    max-height: 87.179vw;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .archive-news .news_block ul.news_list > li.news_list_panel details .details-summary:after {
    top: -1.4em;
    right: 5px;
  }
  .archive-news .news_block ul.news_list > li.news_list_panel details {
    width: calc(100% - 2.5em);
  }
  .archive-news .news_block ul.news_list > li.news_list_panel details span {
    width: calc(100% - 2.5em);
  }
  .archive-news .news_block ul.news_list > li.news_list_panel details .details-summary {
    width: calc(100% - 2.5em);
  }
}

@media only screen and (max-width: 768px) {
  .infos .video_list .video_anchor_ctn {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .infos .video_list .video_anchor_ctn a {
    width: 73%;
    margin: 0 auto 20px;
    height: auto;
    padding: 15px 15px 10px;
    font-size: 13px;
  }
}

.infos .product_images .checkarea {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .infos .product_block_imgbox {
      margin: 30px 40px;
      display: block;
  }
  .infos .product_block_imgbox .slick-next:before {
    content: "";
    width: 24px;
    height: 24px;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: #0066b5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 0;
  }
  .infos .product_block_imgbox .slick-prev:before {
    content: "";
    width: 24px;
    height: 24px;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
    border-color: #0066b5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
  }
}

@media only screen and (max-width: 768px) {
  .product_detail_top .product_detail_list01 {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      padding: 0 20px;
  }
  .product_detail_top .product_detail_list01 li a {
    padding-left: 0;
  }
  .product_detail_top .product_detail_list01 li a figure {
    width: 100%;
    text-align: center;
    height: 50px;
  }
  .product_detail_top .product_detail_list01 li a figure:after {
    content: "";
    width: 0.75em;
    height: 0.75em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #0066B5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: -0.3em;
  }
  .pankuzu {
    padding-bottom: 0;
  }
  .middle_top .sec_inner {
    margin-bottom: 0;
  }
  .sec_inner div.title h2.middle_ttl {
    padding-bottom: 5px;
    font-size: 7vw;
  }
  div.title {
    flex-direction: column;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  div.title p {
    display: block;
    font-size: 3.4vw;
  }
}


.infos .video_list .video_anchor_ctn {
  margin: 20px 0 0 0;
}
.product_detail02 .product_block .product_block_inner:not(:last-of-type) {
  margin-bottom: 30px;
}

.pageTop {
  position: fixed;
  bottom: 30px;
  right: 45px;
  max-width: 60px;
  max-height: 60px;
  width: 15vw;
  height: 15vw;
  background: #fff;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    max-width: 35px;
    max-height: 35px;
    right: 15px;
    border: 1px solid #7b8184;
  }
}
.pageTop::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border-left: 1px solid #7b8184;
  border-top: 1px solid #7b8184;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.75em;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .pageTop::before {
    top: 0.3em;
    width: 12px;
    height: 12px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}/*# sourceMappingURL=style.css.map */