@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #2f2f2f;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a, b, dd, dt, li, p, span, td, th {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1em;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .txt_base {
    font-size: 1.4rem;
  }
}
.txt_base p {
  line-height: 1.7;
  font-size: 1em;
}
.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.tel_link,
.tel_link a {
  color: inherit;
  font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
}
.main_width .main_width {
  width: 100%;
}
.main_width.size1200 {
  max-width: 1200px;
}

section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

/********************************************/
/* body fixed*/
/********************************************/
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}
/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header .sp {
  display: none;
}
@media (max-width: 1024px) {
  .header .sp {
    display: block;
  }
}

.header {
  margin-bottom: 36px;
}
.header .header_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .header .header_inner {
    display: block;
    padding: 20px 0;
  }
}
.header .left {
  width: 40%;
}
@media (max-width: 1024px) {
  .header .left {
    width: calc(100% - 80px);
  }
}
.header .right {
  width: 58%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header .logo a {
    display: block;
  }
}
.header .logo a img {
  display: inline-block;
  max-width: 226px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .header .logo a img {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.header .logo a .txt {
  font-weight: 500;
}
@media (max-width: 1200px) {
  .header .logo a .txt {
    display: block;
    font-size: 1.4rem;
  }
}

.nav_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_list > li {
  margin-right: 2em;
}
.nav_list > li > a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_list > li > a:hover {
  color: #005AB4;
}
.nav_list > li:nth-child(2) a, .nav_list > li:nth-child(3) a {
  position: relative;
  padding-right: 1.2em;
  display: inline-block;
}
.nav_list > li:nth-child(2) a::after, .nav_list > li:nth-child(3) a::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/ico-btn-blank.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .nav_list > li:nth-child(4) a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.nav_list > li.ico_insta i {
  display: block;
  max-width: 32px;
}

.shop_btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .shop_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
}
.shop_btn li {
  border-right: solid 1px #b0b0b0;
}
@media (max-width: 1024px) {
  .shop_btn li {
    width: 50%;
    background: #fff;
    border-top: solid 1px #b0b0b0;
  }
}
.shop_btn li:first-child {
  border-left: solid 1px #b0b0b0;
}
@media (max-width: 1024px) {
  .shop_btn li:first-child {
    border-left: none;
  }
}
@media (max-width: 1024px) {
  .shop_btn li:last-child {
    border-right: none;
  }
}
.shop_btn li a {
  display: block;
  height: 100%;
  padding: 5px 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop_btn li a i {
  position: relative;
  display: inline-block;
  margin: 0 auto 5px;
}
.shop_btn li a span {
  display: block;
  font-size: 1.2rem;
}
.shop_btn li a:hover {
  color: #005AB4;
}

.header_info {
  border-top: solid 1px #b0b0b0;
  border-bottom: solid 1px #b0b0b0;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
}
.header_info p {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  padding-left: 27px;
}
.header_info p:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-info.svg) no-repeat center/contain;
}

.shop_btn .cart a {
  position: relative;
}
.shop_btn .cart a .total-quant {
  position: absolute;
  right: -19px;
  top: -5px;
  padding: 0.2em 0.5em;
  background-color: #BA1A1A;
  color: #fff;
  font-size: 1rem;
  border-radius: 100px;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger,
.sp_nav {
  display: none;
}

/********************************************/
/*  Sp-menu btn*/
/********************************************/
@media (max-width: 1024px) {
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #005AB4;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_menu_trigger span {
    position: absolute;
    background: #fff;
    width: 27px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_menu_trigger span:nth-of-type(1) {
    top: 15px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
}
/********************************************/
/*  Sp-menu list*/
/********************************************/
@media (max-width: 1024px) {
  header .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    text-align: left;
    transform: translateY(-100%);
    opacity: 0;
    visibility: visible;
    transition: all 0.3s;
  }
  header .main_nav.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .nav_list {
    display: block;
    margin-bottom: 50px;
  }
  header .nav_list > li {
    margin-right: 0;
    padding: 1em 0;
    border-bottom: solid 1px #ccc;
    font-size: 1.6rem;
  }
  header .nav_list > li span {
    vertical-align: middle;
  }
  header .nav_list > li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .nav_list {
    width: 100%;
    overflow: hidden;
  }
  .main_nav .footer_btn .border_btn a {
    width: 100%;
    max-width: 300px;
    min-width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/********************************************/
/* footer */
/********************************************/
.footer {
  padding: 40px 0 20px;
  background: #27303F;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}
.footer .flex_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer .flex_box {
    display: block;
    margin-bottom: 40px;
  }
}
.footer .flex_box .logo {
  width: 25%;
  max-width: 237px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .footer .flex_box .logo {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.footer .flex_box .logo a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .flex_box .logo a img:hover {
  opacity: 1;
}
.footer .flex_box .logo a:hover {
  color: #fff;
  opacity: 0.7;
}
.footer .flex_box .logo .txt {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-weight: 500;
}
.footer .flex_box .right_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer .flex_box .right_box {
    display: block;
  }
}

.footer_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer_link {
    display: block;
  }
}
.footer_link li {
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .footer_link li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer_link li:nth-child(3) a, .footer_link li:nth-child(4) a {
  position: relative;
  padding-right: 1.3em;
  display: inline-block;
}
.footer_link li:nth-child(3) a::after, .footer_link li:nth-child(4) a::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/ico-btn-blank-white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.footer_link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_link a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer_btn .border_btn {
  margin-bottom: 16px;
}
.footer_btn .border_btn a {
  min-width: 200px;
  padding: 0.78em 0.3em;
  background-color: transparent;
}
.footer_btn .border_btn a.contact:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  margin-right: 4px;
  background: url(../img/common/ico-mail-white.svg) no-repeat center/contain;
  vertical-align: middle;
}
.footer_btn .border_btn a.blank:after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 14px;
  background: url(../img/common/ico-btn-blank-white.svg) no-repeat center/contain;
  vertical-align: middle;
}

.footer .footer_bottom_link_list {
  text-align: right;
}
@media (max-width: 1024px) {
  .footer .footer_bottom_link_list {
    margin-bottom: 30px;
  }
}
.footer .footer_bottom_link_list li {
  display: inline-block;
  margin-right: 1.5em;
}
.footer .footer_bottom_link_list li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .footer .footer_bottom_link_list li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.copyright {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
}

/********************************************/
/* 会社情報修正 */
.top_company_block.ver_short {
  margin-bottom: 50px;
  padding: 40px 40px;
}
@media (max-width: 768px) {
  .top_company_block.ver_short {
    margin-bottom: 0;
  }
}
.top_company_block.ver_short .border_ttl {
  font-size: clamp(2rem, 5.5vw, 2.5rem);
}
.top_company_block.ver_short .flex_box .left_img {
  width: 35%;
  margin-right: 5%;
}
@media (max-width: 768px) {
  .top_company_block.ver_short .flex_box .left_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.top_company_block.ver_short .flex_box .right_box {
  width: 60%;
}
@media (max-width: 768px) {
  .top_company_block.ver_short .flex_box .right_box {
    width: 100%;
  }
}
.top_company_block.ver_short .company_name {
  margin-bottom: 10px;
}
.top_company_block.ver_short .txt_base {
  margin-bottom: 10px;
}
.top_company_block.ver_short .company_table {
  margin-bottom: 15px;
}
.top_company_block.ver_short .border_btn a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.top_company_block.ver_short .link a {
  text-decoration: underline;
  color: #005AB4;
}

/********************************************/
/* main_visual */
/********************************************/
.main_visual {
  position: relative;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .main_visual {
    margin-bottom: 60px;
  }
}
.main_visual {
  background: #b0b0b0;
  text-align: center;
}
.main_visual .ttl {
  position: absolute;
  bottom: 36px;
  right: 50px;
  text-align: left;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 768px) {
  .main_visual .ttl {
    bottom: 10px;
    right: 10px;
  }
}
.main_visual .ttl small {
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  font-weight: 500;
}

.top_bnr {
  margin-bottom: 77px;
}
.top_bnr a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top_bnr a {
    display: block;
  }
}
.top_bnr a {
  background: url(../img/top/bnr-bg01.webp) no-repeat top right/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_bnr a .img {
  width: 35%;
}
@media (max-width: 768px) {
  .top_bnr a .img {
    width: 100%;
  }
}
.top_bnr a .img img:hover {
  opacity: 1;
}
.top_bnr a .txt_box {
  width: 65%;
}
@media (max-width: 768px) {
  .top_bnr a .txt_box {
    width: 100%;
  }
}
.top_bnr a .txt_box {
  display: flex;
  flex-flow: column;
}
.top_bnr a .txt_box .big {
  position: relative;
  display: block;
  margin-bottom: 0.3em;
  color: #fff;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  z-index: 2;
}
.top_bnr a .txt_box .marker {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(transparent 50%, #005AB4 50%);
  z-index: 2;
}
.top_bnr a .txt_box .marker span {
  font-size: 1.33em;
  font-weight: inherit;
}
.top_bnr a .top_box {
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  .top_bnr a .top_box {
    padding-bottom: 50px;
  }
}
.top_bnr a .top_box {
  flex-grow: 1;
}
.top_bnr a .top_box:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  content: "";
  width: 119px;
  height: 105px;
}
@media (max-width: 768px) {
  .top_bnr a .top_box:after {
    height: 80px;
  }
}
.top_bnr a .top_box:after {
  background: url(../img/top/human-img.svg) no-repeat bottom right/contain;
  z-index: 1;
}
.top_bnr a .bottom_box {
  padding: 0.45em 0.3em;
  background: #FFAB0B;
  text-align: center;
}
.top_bnr a .bottom_box span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
}
.top_bnr a:hover {
  opacity: 0.7;
}

.top_item_block {
  padding-top: 0;
}

.item_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 43px;
  row-gap: 50px;
}
@media (max-width: 768px) {
  .item_list {
    column-gap: 20px;
    row-gap: 40px;
  }
}
.item_list li {
  width: calc(33.3% - 28.6px);
}
@media (max-width: 768px) {
  .item_list li {
    width: calc(50% - 10px);
  }
}
.item_list li .img {
  margin-bottom: 17px;
}
.item_list li .ttl {
  margin-bottom: 0.5em;
  font-size: clamp(1.6rem, 4.3vw, 2rem);
}
.item_list li .price {
  display: block;
  font-weight: 600;
}

.top_company_block {
  margin-bottom: 136px;
  background: #f6f6f6;
}
@media (max-width: 768px) {
  .top_company_block {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
  .top_company_block .inner.main_width {
    width: calc(100% - 30px);
  }
}
.top_company_block .flex_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top_company_block .flex_box {
    display: block;
  }
}
.top_company_block .flex_box .map_box {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .top_company_block .flex_box .map_box {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 70%;
    min-height: 350px;
  }
}
.top_company_block .flex_box .map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_company_block .flex_box .right_box {
  width: 45%;
}
@media (max-width: 768px) {
  .top_company_block .flex_box .right_box {
    width: 100%;
  }
}
.top_company_block .company_name {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 5vw, 2rem);
}
.top_company_block .company_name i {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.top_company_block .txt_base {
  margin-bottom: 20px;
}
.top_company_block .txt_base p {
  font-weight: 600;
}
.top_company_block .border_btn {
  margin-bottom: 28px;
}

.company_table {
  width: 100%;
  margin-bottom: 40px;
}
.company_table th,
.company_table td {
  padding: 0.2em 0;
  vertical-align: top;
  font-weight: 600;
}
.company_table th {
  width: 6em;
  text-align: left;
}/*# sourceMappingURL=style.css.map */