@charset "UTF-8";

/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
  font-family: "Questrial", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print,
screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }

  .inrWidth {
    width: 1000px;
  }

  .minimumWidth {
    width: 720px;
  }
}

@media print,
screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 1200px;
  }

  .inrWidth {
    width: 1000px;
  }

  .minimumWidth {
    width: 720px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }

  .minimumWidth {
    width: 720px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }

  .inrWidth {
    width: 90%;
  }

  .outerWidth {
    width: 90% !important;
  }

  .fullWidth {
    width: 90% !important;
  }
}

main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000000;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}

#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bgBeige {
  background: #e2e9e9;
  position: relative;
}

.bgBeige:before {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  left: -8%;
}

.bgBeige:after {
  position: absolute;
  background: #e2e9e9;
  content: "";
  height: 100%;
  width: 8%;
  top: 0;
  right: -8%;
}

@media screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}

@media print,
screen and (min-width: 769px) {
  body {
    font-size: 1.3rem;
  }

  .spbr {
    display: none;
  }

  .sp {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .pc {
    display: block;
  }

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

  a {
    text-decoration: none;
  }

  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }

  a:hover img {
    opacity: 0.7;
  }

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

  a.underbar_animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  a.underbar_animate--wh::after {
    background: #fff !important;
  }

  a.underbar_animate::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.underbar_animate:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }

  .pcbr {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }
}

.catalog_link_none_form3 {
  justify-content: flex-start !important;
  gap: 20px;
}

.catalog_link_none {
  display: none !important;
}

/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
HEADER
-----------------------------------------*/
/*----navi-------*/
body.open_nav {
  overflow: hidden;
}

#navToggle {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 7%;
  top: 23px;
}

@media screen and (min-width: 749px) {
  #navToggle {
    top: 49px;
  }
}

#navToggle div {
  position: relative;
  height: 30px;
}

#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 1px #fff;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 200;
}

#navToggle span:nth-child(1) {
  top: 2px;
}

#navToggle span:nth-child(2) {
  top: 15px;
}

#navToggle span:nth-child(3) {
  top: 28px;
}

.openNav .nav_area__ttl {
  color: #fff;
  position: relative;
  z-index: 200;
}

.openNav #navToggle span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 1px #fff;
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 1px #fff;
}

header nav {
  position: absolute;
  /*bodyに対しての絶対位置*/
  left: 3%;
  top: 15vh;
  width: 70%;
  height: 75vh;
  background: #F2F2F2;
  padding: 40px 5%;
  text-align: left;
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 300px;
  opacity: 0;
  overflow: scroll;
  border-radius: 5px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header nav .nav_wrapper {
  width: 100%;
}

header nav .sp_nav li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #4D4D4D;
  color: #000000;
  position: relative;
}

header nav .sp_nav li:first-of-type {
  padding-top: 15px;
  border-top: 1px solid #4D4D4D;
}

header nav .sp_nav li a {
  display: block;
  color: #000000;
  position: relative;
}

header nav .sp_nav li a img {
  width: 5px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.openNav nav {
  z-index: 100;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

ul.sp_nav li.hidden_box input {
  display: none;
}

ul.sp_nav li.hidden_box label {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}

ul.sp_nav li.hidden_box label img {
  width: 5px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

ul.sp_nav li.hidden_box ul {
  opacity: 0;
  padding: 0;
}

ul.sp_nav li.hidden_box ul li {
  display: none;
  margin-bottom: 0;
  background: #fff;
  padding-left: 5px;
}

ul.sp_nav li.hidden_box ul li:first-of-type {
  margin-top: 15px;
  padding-left: 10px;
  border-top: 0;
  border-bottom: 0;
}

ul.sp_nav li.hidden_box ul li:not(:first-of-type) {
  padding-top: 15px;
  padding-left: 10px;
}

ul.sp_nav li.hidden_box ul li a {
  color: #0D69B0;
}

ul.sp_nav .hidden_box input:checked~.hidden_box {
  padding-bottom: 0;
}

ul.sp_nav .hidden_box input:checked~.hidden_show {
  height: auto;
  opacity: 1 !important;
}

ul.sp_nav .hidden_box input:checked~.hidden_show li {
  display: block !important;
}

ul.sp_nav .hidden_box input:checked~label {
  padding-left: 10px;
}

ul.sp_nav .hidden_box input:checked~label img {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

@media print,
screen and (min-width: 1001px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    padding: 45px 4%;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header #navToggle {
    display: none !important;
  }

  header .logo {
    float: left;
  }

  header .logo img {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }

  header .logo .h1text {
    color: #FFF;
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  header .logo .h1text_b {
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }

  header .nav_blks {
    margin-left: auto;
    padding-left: 20px;
  }

  header .nav_blks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .nav_blks ul li {
    margin-left: 35px;
  }
}



@media screen and (min-width: 1001px) and (max-width: 1290px) {
  header .nav_blks ul li {
    margin-left: 15px;
  }
}

@media print,
screen and (min-width: 1001px) {
  header .nav_blks ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1001px) and (max-width: 1290px) {
  header .nav_blks ul li a {
    font-size: 1.1rem;
  }
}

@media print,
screen and (min-width: 1001px) {
  header .nav_blks ul li:last-of-type a {
    color: #0D69B0;
    background: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    line-height: 1;
    text-shadow: none;
    min-width: 101px;
    text-align: center;
  }

  header .nav_blks ul li.nav_blks__btn {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
  }

  header .nav_blks ul li.nav_blks__btn a {
    display: inline-block;
    width: 130px;
  }

  header.add_bg {
    padding: 15px 4%;
  }

  header.add_bg .logo img {
    width: 150px;
    height: auto;
  }

  header.add_bg .nav_blks {
    margin-top: 0;
  }

  header .hover_down {
    position: relative;
  }

  header .hover_down:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  header .hover_down:hover .hover_down__menu {
    top: 22px;
    left: -20px;
    visibility: visible;
    opacity: 1;
    display: block;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1290px) {
  header .hover_down:hover .hover_down__menu {
    top: 17px;
  }
}

@media print,
screen and (min-width: 1001px) {
  header .hover_down .hover_down__menu {
    position: absolute;
    right: 0;
    top: 20px;
    width: 150px;
    background: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    opacity: 0;
    display: none;
    z-index: 10;
    text-align: right;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }

  header .hover_down .hover_down__menu a {
    text-align: center;
    padding: 10px;
  }

  header.under,
  header.under_nobg {
    background: #fff;
    padding: 55px 4% 25px;
  }

  header.under .nav_blks,
  header.under_nobg .nav_blks {
    margin-top: 0;
  }

  header.under ul,
  header.under_nobg ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.under ul::after,
  header.under_nobg ul::after {
    content: "";
    width: 100%;
  }

  header.under ul li,
  header.under_nobg ul li {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  header.under ul li a,
  header.under_nobg ul li a {
    color: #000000;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1385px) {

  header.under ul li a,
  header.under_nobg ul li a {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1150px) {

  header.under ul li a,
  header.under_nobg ul li a {
    font-size: 1rem;
  }
}

@media print,
screen and (min-width: 1001px) {

  header.under ul li:last-of-type a,
  header.under_nobg ul li:last-of-type a {
    color: #fff;
    background: #000000;
    padding: 11px 10px;
  }

  header.under ul li.nav_blks__btn,
  header.under_nobg ul li.nav_blks__btn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 120px;
  }

  header.under ul li.dl_list,
  header.under_nobg ul li.dl_list {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5px;
  }

  header.under ul li.dl_list a,
  header.under_nobg ul li.dl_list a {
    color: #fff;
    background: #0D69B0;
    border: 1px solid #0D69B0;
    font-size: 1.7rem;
    letter-spacing: 0;
    padding: 12px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border-radius: 3px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1385px) {

  header.under ul li.dl_list a,
  header.under_nobg ul li.dl_list a {
    font-size: 1.3rem;
  }
}

@media print,
screen and (min-width: 1001px) {

  header.under ul li.dl_list a:hover,
  header.under_nobg ul li.dl_list a:hover {
    border: 1px solid #0D69B0;
    background: #fff;
    color: #0D69B0;
  }

  header.under ul li.dl_list a img,
  header.under_nobg ul li.dl_list a img {
    width: 21px;
    height: auto;
    margin-left: 5px;
  }

  header.under .dl_wrapper,
  header.under_nobg .dl_wrapper {
    display: none;
  }

  header.under .hover_down .hover_down__menu a,
  header.under_nobg .hover_down .hover_down__menu a {
    color: #fff;
  }

  header.under.add_bg,
  header.under_nobg.add_bg {
    padding: 15px 4%;
  }

  header.under.add_bg .logo img,
  header.under_nobg.add_bg .logo img {
    margin-top: 28px;
  }

  header.under_nobg.add_bg .logo_t img {
    margin: 0px;
  }

  header.under_nobg.add_bg .logo_t .h1text {
    font-size: 11px;
  }

  header.under.add_bg .nav_blks .dl_list,
  header.under_nobg.add_bg .nav_blks .dl_list {
    margin-top: -30px;
  }

  header.under.add_bg .nav_blks .dl_list li a,
  header.under_nobg.add_bg .nav_blks .dl_list li a {
    padding: 20px 25px 6px;
  }

  header.under_nobg {
    background: none;
  }

  header.under_nobg ul li a {
    color: #fff;
  }

  header.under_nobg ul:last-of-type li:last-of-type a {
    background: #fff;
    color: #000000;
  }

  header.under_products {
    background: #fff !important;
  }

  header.under_products .logo img {
    -webkit-filter: none;
    filter: none;
  }

  header.under_products ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.under_products ul li a {
    text-shadow: none;
  }

  .modal01 {
    position: relative;
  }

  .modal01 .modal_close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2%;
    right: 2%;
    cursor: pointer;
  }

  .modal01 .modal_close div {
    position: relative;
    height: 20px;
  }

  .modal01 .modal_close span {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
  }

  .modal01 .modal_close span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal01 h3,
  .modal01 .h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 15px 30px;
    background: #0D69B0;
    color: #fff;
  }

  .modal01__blk {
    padding: 30px;
    background: #E9F5F5;
  }

  .modal01 ul {
    width: 400px;
    margin: 0 auto;
  }

  .modal01 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #0D69B0;
  }

  .modal01 ul li:last-of-type {
    border-bottom: 0;
  }

  .modal01 ul li p {
    font-weight: bold;
  }

  .modal01 ul li p:first-of-type {
    width: calc(100% - 80px);
  }

  .modal01 ul li p:last-of-type {
    width: 60px;
  }

  .modal01 ul li p:last-of-type a {
    display: block;
    background: #0D69B0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 4px;
    border: 1px solid #0D69B0;
  }

  .modal01 ul li p:last-of-type a:hover {
    background: #fff;
    color: #0D69B0;
  }

  .modal01 .btn {
    text-align: center;
    margin-top: 20px;
  }

  .modal01 .btn a {
    display: inline-block;
    background: #999;
    color: #fff;
    font-weight: bold;
    padding: 20px 90px;
    letter-spacing: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #999;
  }

  .modal01 .btn a:hover {
    background: #fff;
    color: #999;
  }

  .modal01 .btn a img {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1000px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    padding: 25px 4%;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) and (min-width: 749px) {
  header {
    padding: 45px 4%;
  }
}

@media screen and (max-width: 1000px) {
  header.add_bg {
    padding: 15px 4%;
  }

  header.add_bg #navToggle {
    top: 12px;
  }

  header.add_bg .logo img {
    width: 150px;
    height: auto;
  }

  header.add_bg .nav_blks {
    margin-top: 0;
  }

  header.add_bg .dl_wrapper {
    top: 10px;
  }

  header .logo {
    float: left;
  }

  header .logo img {
    width: 140px;
    height: auto;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }

  header .logo .h1text {
    color: #FFF;
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  header .logo .h1text_b {
    color: #000;
    font-size: 12px;
    font-weight: bold;
  }

}

@media screen and (max-width: 1000px) and (min-width: 749px) {
  header .logo img {
    width: 210px;
  }
}

@media screen and (max-width: 1000px) {
  header .nav_blks {
    display: none;
  }

  header .sp_en {
    margin-right: 60px;
  }

  header .sp_en img {
    width: 75px;
  }

  header .dl_wrapper {
    position: fixed;
    top: 22px;
    right: 23%;
  }
}

@media screen and (max-width: 1000px) and (min-width: 749px) {
  header .dl_wrapper {
    top: 49px;
    right: 18%;
  }
}

@media screen and (max-width: 1000px) {
  header .dlList {
    background: #999;
    letter-spacing: 0;
    padding: 5px 10px 11px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-left: 24%;
    width: 62px;
    margin-top: -2px;
    border-radius: 3px;
    outline: none;
  }

  header .dlList p {
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    text-align: center;
    line-height: 1.1;
    position: absolute;
    left: 2px;
    bottom: 1px;
  }

  header .dlList img {
    width: 21px;
    height: auto;
    margin-left: 13px;
  }

  header .sp_nav__btn {
    text-align: center;
    margin-top: 30px;
  }

  header .sp_nav__btn a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #999;
    border-radius: 5px;
  }

  header .sp_nav__en {
    margin-top: 10px;
  }

  header.under {
    background: #fff;
  }

  header.under #navToggle span {
    border-bottom: solid 1px #000000 !important;
  }

  header.under .openNav .nav_area__ttl {
    color: #000000;
  }

  header.under_nobg {
    background: none;
  }

  header.under_nobg .sp_en {
    display: none;
  }

  header.under_nobg #navToggle div span {
    border-bottom: solid 1px #fff !important;
  }

  header.under_products {
    background: #fff !important;
  }

  header.under_products .logo img {
    -webkit-filter: none;
    filter: none;
  }

  header.under_products .sp_en {
    display: none;
  }

  header.under_products ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.under_products ul li a {
    text-shadow: none;
  }

  .modal01 {
    position: relative;
  }

  .modal01 .modal_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 3%;
    right: 3%;
    cursor: pointer;
  }

  .modal01 .modal_close div {
    position: relative;
    height: 25px;
  }

  .modal01 .modal_close span {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
  }

  .modal01 .modal_close span:last-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .modal01 h3,
  .modal01 .h3 {
    font-weight: bold;
    text-align: center;
    padding: 15px 30px;
    background: #0D69B0;
    color: #fff;
  }

  .modal01__blk {
    padding: 30px 12%;
    background: #E9F5F5;
  }

  .modal01 ul {
    margin: 0 auto;
  }

  .modal01 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0D69B0;
  }

  .modal01 ul li:last-of-type {
    border-bottom: 0;
  }

  .modal01 ul li p {
    font-weight: bold;
  }

  .modal01 ul li p:first-of-type {
    width: calc(100% - 80px);
  }

  .modal01 ul li p:last-of-type {
    width: 60px;
  }

  .modal01 ul li p:last-of-type a {
    display: block;
    background: #0D69B0;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    padding: 4px;
    border: 1px solid #0D69B0;
  }

  .modal01 .btn {
    text-align: center;
    margin-top: 20px;
  }

  .modal01 .btn a {
    display: block;
    width: 100%;
    background: #999;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 0;
    position: relative;
    border-radius: 3px;
    border: 1px solid #999;
  }

  .modal01 .btn a img {
    width: 5px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*----------------------------------------
FOOTER
-----------------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    background: #F2F2F2;
    position: relative;
  }

  footer .totop {
    position: fixed;
    bottom: 10%;
    right: 5%;
    display: none;
    width: 50px;
  }

  footer .ft_under {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    z-index: 1;
  }

  footer .ft_under a {
    display: block;
    background: #333333;
    border: 1px solid #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: bold;
  }

  footer .ft_under a:hover {
    background: #fff;
    border: 1px solid #333;
    color: #333;
  }

  footer .ft_under a:hover p::before {
    background: url(../img/product/icon_mail_blk.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }

  footer .ft_under a p {
    position: relative;
    letter-spacing: 0.1em;
  }

  footer .ft_under a p::before {
    content: "";
    display: block;
    width: 20px;
    height: 24px;
    background: url(../img/product/icon_mail_wh.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  footer .ft_under a img {
    position: absolute;
    top: 8px;
    left: -36px;
  }

  footer .ft_under a img.arw {
    display: none;
  }

  footer .ft_top {
    padding: 100px 0;
    position: relative;
  }

  footer .ft_top__logo {
    float: left;
    width: 25%;
  }

  footer .ft_top__logo img {
    max-width: 165px;
    height: auto;
  }

  footer .ft_top__logo .snsbtn {
    margin: 25px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    width: 165px;
  }

  footer .ft_top__logo .snsbtn a {
    margin: 0px 5px;
  }

  footer .ft_top__logo .snsbtn img {
    width: 48px;
  }


  footer .ft_top__nav {
    padding-left: 29%;
    width: 100%;
  }

  footer .ft_top__nav__home a {
    font-weight: bold;
  }

  footer .ft_top__nav__df {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .ft_top__nav__df ul {
    width: 33%;
  }

  footer .ft_top__nav__df ul:first-of-type {
    width: 40%;
  }

  footer .ft_top__nav__df ul:nth-of-type(2) {
    width: 35%;
  }

  footer .ft_top__nav__df ul:nth-of-type(3) {
    width: 23%;
    min-width: 145px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n ul {
    width: 23%;
    min-width: 145px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n ul:first-of-type {
    width: 31%;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n ul:nth-of-type(2) {
    width: 23%;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n ul:nth-of-type(3) {
    width: 23%;
  }

  footer .ft_top__nav__df li {
    margin-bottom: 20px;
  }

  footer .ft_top__nav__df li:last-of-type {
    margin-bottom: 0;
  }

  footer .ft_top__nav__df li a {
    font-weight: bold;
  }

  footer .ft_top__nav__df li img {
    width: 15px;
    height: auto;
    margin: 0 0 5px 10px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n li.sub_list {
    margin-left: 5px;
    margin-bottom: 10px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n li.sub_list a {
    font-weight: normal;
  }


  footer .ft_btm {
    background: #4D4D4D;
    padding: 20px 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
  }

  footer .ft_btm a {
    color: #FFF;
    text-decoration: underline;
  }

  footer .side_btn {
    display: none;
  }

  footer.under .side_btn {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
  }

  footer.under .side_btn ul li {
    margin-bottom: 2px;
  }

  footer.under .side_btn ul li a {
    display: block;
    background: #333;
    border: 1px solid #333;
    padding: 20px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 10px 0 0 10px;
  }

  footer.under .side_btn ul li a:hover {
    border: 1px solid #333;
    background: #fff;
    color: #333;
  }

  footer.under .side_btn ul li a .img {
    margin-bottom: 10px;
    margin-left: 4px;
  }

  footer.under .side_btn ul li a .txt {
    display: inline;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 768px) {
  footer {
    background: #F2F2F2;
    position: relative;
  }

  footer .totop {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 40px;
    display: none;
  }

  footer .ft_under {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
  }

  footer .ft_under a {
    display: block;
    background: #333333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
  }

  footer .ft_under a p {
    position: relative;
    letter-spacing: 0.1em;
  }

  footer .ft_under a img {
    position: absolute;
    top: 3px;
    left: -25px;
    width: 17px;
    height: auto;
  }

  footer .ft_under a img.arw {
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: auto;
    width: 6px;
    height: auto;
  }

  footer .ft_top {
    padding: 50px 0 30px;
    position: relative;
  }

  footer .ft_top__logo img {
    max-width: 110px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  footer .ft_top__logo .snsbtn {
    margin: 25px 0px 0px 0px;
    padding: 0px;
    text-align: center;
  }

  footer .ft_top__logo .snsbtn a {
    margin: 0px 5px;
    display: inline-block;
  }

  footer .ft_top__logo .snsbtn img {
    width: 48px;
  }


  footer .ft_top__nav {
    width: 245px;
    margin: 30px auto 0;
    font-weight: bold;
  }

  footer .ft_top__nav.ft_top__nav_n {
    width: 100%;
  }

  footer .ft_top__nav__df ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .ft_top__nav__df li {
    width: 60%;
    margin-bottom: 10px;
  }

  footer .ft_top__nav__df li:nth-of-type(2n) {
    width: 40%;
  }

  footer .ft_top__nav__df li:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }

  footer .ft_top__nav__df li:last-of-type img {
    width: 80%;
    margin: 0 auto;
  }

  footer .ft_top__nav__df li img {
    width: 15px;
    height: auto;
    margin: 0 0 5px 10px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n li {
    width: 50%;
    margin-bottom: 10px;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n li:nth-of-type(2n) {
    width: 50%;
  }

  footer .ft_top__nav__df.ft_top__nav__df_n li.sub_list {}

  footer .ft_top__nav__df.ft_top__nav__df_n li.sub_list a {
    font-weight: normal;
    margin-left: 10px;
  }

  footer .ft_top__nav__df.ft_top__nav__df li.w {
    width: 100%;
  }

  footer .ft_top__nav__df.ft_top__nav__df li:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }

  footer .ft_btm {
    background: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 1rem;
    color: #000000;
    letter-spacing: 0;
  }

  footer .ft_btm a {
    text-decoration: underline;
    color: #000000;
  }

  footer.under .totop {
    bottom: 60px;
  }

  footer.under .side_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  footer.under .side_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer.under .side_btn ul li {
    width: 49%;
  }

  footer.under .side_btn ul li a {
    display: block;
    background: #333;
    padding: 15px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer.under .side_btn ul li a .img {
    margin-bottom: 3px;
    margin-right: 8px;
  }

  footer.under .side_btn ul li:first-of-type a {
    border-radius: 0 10px 0 0;
  }

  footer.under .side_btn ul li:last-of-type a {
    border-radius: 10px 0 0 0;
  }

  footer.under .ft_btm {
    padding: 10px 0 70px;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  main {
    overflow: hidden;
  }

  main.under_main {
    padding-top: 153px;
  }
}

/*----------------------------------------
MAIN 共通
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .underlayer_mv {
    position: relative;
    max-height: 390px;
    width: 100vw;
    overflow: hidden;
  }

  .underlayer_mv__bg img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
  }
}

@media screen and (min-width: 769px) and (min-width: 1430px) {
  .underlayer_mv__bg img {
    margin-top: -3vw;
  }
}

@media screen and (min-width: 769px) {
  .underlayer_mv__ttl {
    position: absolute;
    top: 57%;
    left: 9%;
  }

  .underlayer_mv__ttl h1 img,
  .underlayer_mv__ttl .h1 img {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }

  .underlayer_mv__ttl h2,
  .underlayer_mv__ttl .h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .pankuzu {
    max-width: 1115px;
    margin: 40px auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pankuzu {
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .pankuzu {
    padding: 0 7%;
  }
}

@media screen and (min-width: 769px) {
  .pankuzu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .pankuzu ul li {
    margin-right: 30px;
    font-size: 1.4rem;
  }

  .pankuzu ul li a {
    position: relative;
    font-size: 1.4rem;
  }

  .pankuzu ul li a::after {
    content: ">";
    font-size: 1.5rem;
    position: absolute;
    top: 48%;
    right: -20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .headline_title {
    font-size: 27px;
    padding: 11.5px 0 11.5px 30px;
    letter-spacing: 2px;
    border-top: 1px solid #0d69b0;
    border-bottom: 1px solid #0d69b0;
    border-left: 16px solid #0d69b0;
  }
}

@media screen and (max-width: 768px) {
  .underlayer_mv {
    position: relative;
  }

  .underlayer_mv__bg img {
    width: 100vw;
    height: auto;
  }

  .underlayer_mv__ttl {
    position: absolute;
    top: 54%;
    left: 5%;
  }

  .underlayer_mv__ttl h1 img,
  .underlayer_mv__ttl .h1 img {
    width: 150px;
    height: auto;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  }

  .underlayer_mv__ttl h2,
  .underlayer_mv__ttl .h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .pankuzu {
    width: 90%;
    margin: 15px auto;
  }

  .pankuzu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pankuzu ul li {
    margin-right: 45px;
  }

  .pankuzu ul li a {
    position: relative;
  }

  .pankuzu ul li a::after {
    content: ">";
    font-size: 1.5rem;
    position: absolute;
    top: 48%;
    right: -28px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .headline_title {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media print,
screen and (min-width: 769px) {
  .itemlist--box--txt--link {
    background: #333333;
    border: 1px solid #333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .itemlist--box--txt--link {
    display: block;
    background: #333333;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    margin-top: 16px;
  }
}

.itemcate_area {
  padding-bottom: 100px;
}

.itemcateList {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.itemcateList a {
  display: block;
  overflow: hidden;
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  border-radius: 20px;
  position: relative;
  margin: 0px 0px 30px 0px;
  background: #FFF;
}

.itemcateList a .back {
  margin: 0px;
  padding: 0px;
  object-fit: cover;
  aspect-ratio: 5/2;
}

.itemcateList a .ctg_txt {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 65%;
}

@media screen and (max-width: 768px) {
  body #TOP .mv {
    height: auto;
  }

  .itemcateList {
    margin: 0px;
    padding: 0px 20px 30px 20px;
    display: block;
  }

  .itemcateList a {
    width: auto;
    border-radius: 15px;
    margin: 0px 0px 30px 0px;
  }

  .itemcateList a:last-of-type {
    margin: 0px;
  }
}