@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700,900");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  margin-top: 0;
  background-color: #ffffff;
  color: #3c3c3c;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  overflow-x: hidden;
}

li {
  list-style: none;
}

#wapper {
  overflow-x: hidden;
}

#wapper.lock {
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
}

a:link {
  color: #333333;
  -webkit-transition: 1s;
  transition: 1s;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #000000;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:active {
  color: #333333;
}

#chat {
  margin-bottom: 300px;
}

.scroll01 a {
  padding-top: 60px;
}

.scroll01 a span {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.scroll01 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 罫線
-------------------------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.hr01 {
  height: 1px;
  border-top: 1px solid #dcdcdc;
  margin: 1.5rem 0;
}

/* img
-------------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}

.img_max {
  width: auto;
  max-width: 100%;
  height: auto;
}

a:link img {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

/* 背景
-------------------------------------------------------------- */
.jumbotron {
  margin-bottom: 0;
}

.bg01 {
  background-color: #eeeeee;
  padding: 5rem 0;
}

/* slider-pro
-------------------------------------------------------------- */
.slider-pro a:hover img {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider-pro_magin {
  margin-bottom: 1.5rem;
}

.sp-buttons {
  margin-top: 0px;
}

.sp-button {
  width: 8px;
  height: 8px;
  margin: 0 0.5rem;
  background-color: #dcdcdc;
  border: none;
}

.sp-selected-button {
  background-color: #333333;
}

.bg_img_black {
  background-color: #000000;
}

/*次矢印のアイコンフォント*/
.sp-arrow {
  width: auto;
}

.sp-next-arrow:before {
  content: " " !important;
  display: block;
  background: url(../img/arrow_r.svg) no-repeat right top;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}

/*前矢印のアイコンフォント*/
.sp-previous-arrow:before {
  content: " " !important;
  display: block;
  background: url(../img/arrow_l.svg) no-repeat left top;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
}

/* btn
-------------------------------------------------------------- */
.btn01_wp {
  text-align: center;
}

.btn01 {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #333333;
  padding: 1rem 5rem;
  color: #333333;
  margin: 2rem 0;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

a.btn01 {
  display: inline-block;
  text-decoration: none;
}

a.btn01:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #000000;
  border: 1px solid #000000;
}

.btn02_wp {
  text-align: right;
}

.btn02 {
  width: 100%;
  font-size: 1.6rem;
  color: #333333;
  margin: 2rem 0;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

a.btn02 {
  display: inline-block;
  text-decoration: none;
}

a.btn02:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #000000;
}

.btn03_wp {
  text-align: center;
}

.btn03 {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #d9d9d9;
  padding: 1rem 5rem;
  color: #d9d9d9;
  margin: 2rem 0;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

a.btn03 {
  display: inline-block;
  text-decoration: none;
  color: #d9d9d9;
}

a.btn03:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
}

/* font
-------------------------------------------------------------- */
p {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: justify;
  color: #333333;
  margin-bottom: 1rem;
}
.text_bold {
  font-weight: bold;
}

.page_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.text_heading {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}

.text_heading02 {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
}

.text_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 2.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.c_text_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.text_read01 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
}

.text_nav_title {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2.5rem 0 1.5rem 0;
}

.text_heading_top {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.2rem;
}

.font_gray {
  color: #d9d9d9;
}

.text_center_sp br {
  display: none;
}

/* section
-------------------------------------------------------------- */
.section01 {
  margin: 5rem 0;
}

.section_ss {
  padding: 5rem 0;
  margin-bottom: -50px;
}

.grid_img {
  position: relative;
  background-color: #000000;
}

.grid_img a {
  display: block;
}

.grid_title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
}

.contentnavi {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

/* header
-------------------------------------------------------------- */
/*
#fs_Top .header_wp_disply {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#fs_Top .header_wp_disply.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
*/
.header_wp {
  position: fixed;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.headerarea_logo {
  margin-left: 1.5rem;
}

.headerarea_logo img {
  width: 80px;
}

.index_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
}

.headerarea_pc {
  display: none;
}

.headerarea_pc02 {
  display: none;
}

.headerarea_sp {
  display: block;
}

.header_right {
  padding-right: 6.5rem;
  margin-top: -1.5rem;
}

.header_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header_right li {
  margin: 0 0.8rem;
  text-align: center;
  color: #555555;
  padding-top: 1.5rem;
  list-style: none;
}

.header_right li a:hover {
  text-decoration: none;
}

.header_right i {
  display: block;
}

.header_right_text {
  display: none;
  font-size: 3px;
  font-size: 0.3rem;
}

.header_right .fa {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

/* フリーコールお問い合わせ*/
.section_odenwa_wp {
  padding: 5rem 0;
}

.border_out01 {
  background: #333;
  -webkit-box-shadow: 20px 20px 37px #292929, -20px -20px 37px #3d3d3d;
  box-shadow: 20px 20px 37px #292929, -20px -20px 37px #3d3d3d;
  padding: 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chat_wp {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.muryoutuuwa {
  background-color: #333333;
  font-size: 11px;
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.5rem;
  vertical-align: middle;
  padding: 0 0.5rem;
}

.text_heading_odenwa {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.5rem;
  color: #ffffff;
}

.text_heading_odenwa02 {
  line-height: 2;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text_heading_odenwa02 a {
  text-decoration: none;
  color: #ffffff;
}

.odenwa_text01 {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}

/* お知らせ
-------------------------------------------------------------- */
.news_wp {
  width: 100%;
}

.news_wp p {
  font-size: 13px;
  font-size: 1.3rem;
}

.news_wp .news_date {
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 2rem;
  width: 30%;
  display: block;
}

/* shop
-------------------------------------------------------------- */
.fs-c-heading--page {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

.shop_text_title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.shop_mg {
  margin: 5rem 0;
}

.shop_mg02 {
  margin-bottom: 2.5rem;
}

/* footer 
-------------------------------------------------------------- */
.sp_footer_nav_menu {
  padding: 0 1.5rem;
}

.sp_footer_nav {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  position: fixed;
  z-index: 3;
  bottom: 0;
  padding: 0.5rem 1.5rem;
  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;
  border-top: 1px solid #aaa;
}

.sp_footer_nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  margin-top: 0.5rem;
}

.sp_footer_nav ul li a:hover {
  text-decoration: none;
}

.sp_footer_nav i {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: -0.5rem;
  color: #555555;
}

.sp_footer_nav_text {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: 0rem;
  line-height: 0;
  color: #333;
}

.sp_footer_nav_text li {
  text-align: center;
}

#footer {
  padding-top: 5rem;
}

.footer_section01 {
  background-color: #eeeeee;
  padding: 5rem 0;
}

.footer_section02 {
  background-color: #f5f5f5;
  padding: 5rem 0;
}

.footer_title {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  font-size: 10px;
  font-size: 1rem;
  color: #3c3c3c;
}

#footer ul li {
  line-height: 2;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
  list-style: none;
}

#footer ul li a {
  text-decoration: none;
}

#footer .company_profile {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  margin: 0.5rem 0;
}

#footer .company_profile li {
  margin: 0 0.5rem;
}

#small {
  text-align: center;
  font-weight: 400;
  line-height: 1.9;
  font-size: 10px;
  font-size: 1rem;
  margin: 15px 0;
}

.fusica_logo {
  width: 90px;
  margin: 0 auto;
}

.fucica_logo_sin {
  text-align: center;
}

.fucica_logo_sin img {
  width: 100px;
}

/* pagetop
-------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  top: 120px;
  right: 15px;
}

#pagetop a {
  display: block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 13px;
  font-size: 1.3rem;
}

#pagetop .fa {
  font-size: 70px;
  font-size: 7rem;
  color: #333333;
}

/* ドロワーメニュー
-------------------------------------------------------------- */
.nav_wp {
  position: fixed;
  z-index: 999;
}

.menu {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 1.5rem;
  top: 1.2rem;
  z-index: 999;
}

.menu_text {
  display: none;
}

.drawer_01 {
  z-index: 800;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 300px;
  height: 100vh;
  margin-right: -500px;
}

.drawer_01.dark {
  margin-right: 0px;
}

.drawer_01 a {
  text-decoration: none;
}

.drawer_01 .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.drawer_01 .menu a {
  padding: 5px;
  height: 35px;
}

.menu-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menu-icon {
  height: 2px;
  width: 25px;
  background-color: #333333;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.menu-icon-box.open .menu-icon:first-child {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #333333;
}

.menu-icon-box.open .menu-icon:nth-child(2) {
  display: none;
}

.menu-icon-box.open .menu-icon:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #333333;
}

.drawer_01 .submenu {
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  padding: 1.5rem;
  overflow-y: scroll;
  height: 100vh;
  margin-right: -500px;
  background-color: #ffffff;
}

.drawer_01 .submenu.open {
  min-height: 468px;
  margin-right: 0px;
}

.drawer_01 .submenu .submenu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0px;
  font-size: 1.3em;
  margin-top: 50px;
  margin-bottom: 50px;
}

.overlay.overlaydark {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #000000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
}

/* search
-------------------------------------------------------------- */
.header-bar__search-form {
  height: 40px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0px;
  overflow: hidden;
  border: 1px solid #aaa;
  width: 100%;
}

.header-bar__search-input {
  margin-bottom: 5px;
}

.form--sys__label {
  margin-left: 5%;
  width: 80%;
  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-bar__search-input {
  background: #fff;
  font-size: 1.6rem;
  padding-top: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  width: 0%;
}

.form--sys {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bar__search-submit {
  width: 15%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #ffffff;
  text-align: center;
}

/* nav_list
-------------------------------------------------------------- */
.btn_login_wp {
  text-align: center;
}

.btn_login_wp .btn_login_red {
  background-color: gray;
}

.btn_login {
  width: 100%;
  font-size: 1.5rem;
  padding: 1rem 5rem;
  background-color: black;
  color: #ffffff;
  margin: 0.5rem 0;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

a.btn_login {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

a.btn_login:hover {
  -webkit-transition: 1s;
  transition: 1s;
}

.nav_list-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: left;
  width: 100%;
  background-color: #ffffff;
  list-style: none;
}

.nav_list-2col li:nth-child(odd) {
  margin-right: 2%;
}

.nav_list-2col li:nth-child(even) {
  margin-left: 2%;
}

.nav_list-2col li {
  font-size: 11px;
  font-size: 1.1rem;
  width: 48%;
  height: auto;
  padding: 1.3rem;
  background: #ffffff;
  position: relative;
}

.nav_list-2col li:before {
  content: "";
  display: block;
  position: absolute;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}

.nav_list-2col li:after {
  display: block;
  content: " ";
  background-image: url("https://osaji.itembox.design/item/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

/* 商品詳細
-------------------------------------------------------------- */
.product01_syouhin_wp {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.product01_syouhin_wp .mg01 {
  margin: 1.5rem 0;
}

.product01_syouhin_wp p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #333333;
}

.product01_syouhin_wp .min {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.product01_syouhin_wp .text_ul01 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.product01_syouhin_wp .top_img01 {
  margin-bottom: 1.5rem;
}

.product01_syouhin_wp .section01 {
  margin: 5rem 0;
}

.product01_syouhin_wp .section01 .text_small {
  font-size: 11px;
  font-size: 1.1rem;
}

.product01_syouhin_wp .text_heading {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
  color: #333333;
}

.product01_syouhin_wp .text_title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 300;
  margin: 1.5rem 0;
}

.product01_syouhin_wp .text_title01 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 300;
}

.product01_syouhin_wp .text_title02 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  font-weight: 300;
  margin: 1.5rem 0;
}

.product01_syouhin_wp .text_title03 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 300;
  margin: 1.5rem 0;
}

.product01_syouhin_wp .text_title04 {
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  color: #333333;
  margin: 0.5rem 0;
  font-weight: bold;
}

.product01_syouhin_wp .text_read01 {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}

.product01_syouhin_wp .text_small {
  line-height: 1.5;
  font-size: 11px;
  font-size: 1.1rem;
}

.product01_syouhin_wp .text_center_sp br {
  display: none;
}

.product_acodion_wp .accordion_title02 {
  color: #333333;
  padding: 1.3rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 2rem;
  list-style: none;
}

.product_acodion_wp .accordion_title02_in li {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
}

/* SNS
-------------------------------------------------------------- */
.sns {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.text_sns {
  padding-bottom: 1rem;
  font-size: 1.6px;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.pure-drawer ul .sns i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}

.sns i {
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #000000;
}

/* side_nav
-------------------------------------------------------------- */
.souryoumuryou_baner {
  margin-bottom: 5rem;
}

/* feature
-------------------------------------------------------------- */
.future_mg {
  margin-top: 3rem;
}

/* sp横
-------------------------------------------------------------- */
@media screen and (min-width: 576px) and (max-width: 991px) {
  #wapper {
    margin-top: 0px;
  }
}

/* sp横
-------------------------------------------------------------- */
@media (min-width: 576px) {
  .headerarea_tab {
    display: block;
  }
  .header_left {
    display: inline-block;
    width: calc(100% / 3);
  }
  /* header
-------------------------------------------------------------- */
  .headerarea_pc {
    display: block;
  }
  .headerarea_pc02 {
    display: none;
  }
  .headerarea_sp {
    display: none;
  }
  .headerarea_logo img {
    width: 80px;
  }
  .header_right {
    width: calc(100% / 3);
  }
  .header_right ul {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  /* slider-pro
-------------------------------------------------------------- */
  .slider-pro_magin {
    margin-bottom: 1.5rem;
  }
  /* footer 
-------------------------------------------------------------- */
  #footer .company_profile {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

/* pc
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .headerarea_tab {
    display: none;
  }
  .headerarea_pc02 {
    display: block;
  }
  .product01_syouhin_wp p {
    line-height: 3rem;
  }
  .product01_syouhin_wp .section01 {
    margin: 10rem 0;
  }
  .product01_syouhin_wp .text_center_sp {
    text-align: center;
  }
  .product01_syouhin_wp .text_center_sp br {
    display: block;
  }
  .text-center_pc {
    text-align: center;
  }
  .scroll01 a span {
    bottom: 10rem;
  }
  /* 商品詳細
-------------------------------------------------------------- */
  .product01_syouhin_wp {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product01_syouhin_wp p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .product01_syouhin_wp .min {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .product01_syouhin_wp .text_ul01 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #333333;
  }
  .product01_syouhin_wp .top_img01 {
    margin-bottom: 1.5rem;
  }
  .product01_syouhin_wp .section01 {
    margin: 10rem 0;
  }
  .product01_syouhin_wp .section01 .text_small {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .product01_syouhin_wp .text_heading {
    line-height: 1.8;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: justify;
    color: #333333;
  }
  .product01_syouhin_wp .text_title {
    line-height: 1;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .product01_syouhin_wp .text_title01 {
    line-height: 2.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product01_syouhin_wp .text_title02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .product01_syouhin_wp .text_title03 {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
  .product01_syouhin_wp .text_read01 {
    line-height: 2.5;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .product01_syouhin_wp .text_center_sp {
    text-align: center;
  }
  .product01_syouhin_wp .text_center_sp br {
    display: block;
  }
  /* お知らせ
-------------------------------------------------------------- */
  .news_wp {
    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;
  }
  .news_wp .news_date {
    display: inline;
  }
  .news_wp .news_in {
    padding: 0 5rem;
  }
  .news_wp p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* グローバルメニュー */
  #gnav02 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    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;
    width: calc(100% / 3);
  }
  #gnav02 ul {
    position: fixed;
    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;
    list-style: none;
  }
  #gnav02 ul li {
    margin: 0 1.5rem;
  }
  /* megamenu */
  #gnav {
    top: 1.5rem;
    width: 100%;
    position: fixed;
    z-index: 10;
    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;
  }
  #gnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #gnav > ul > li {
    text-align: center;
    padding: 1.6rem 1.6rem;
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
    letter-spacing: 0.2rem;
    list-style: none;
  }
  #gnav > ul > li:hover {
    color: #333333;
    background-color: #eeeeee;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #gnav > ul > li:hover > a {
    color: #333;
  }
  #gnav > ul > li:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
  #gnav > ul > li > a {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
  }
  #gnav > ul .megamenu {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    background-color: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 1rem;
  }
  #gnav > ul .megamenu .menu_inner {
    width: calc(100% / 4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 0.5rem;
  }
  #gnav > ul .megamenu .menu_inner li {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 2rem;
    line-height: 1.8;
    text-align: left;
  }
  #gnav > ul .megamenu a {
    color: #333;
    text-decoration: none;
  }
  #gnav > ul .megamenu .menu_inner .menu_inner_title01 {
    font-weight: bold;
  }
  #pagetop {
    bottom: 60px;
    right: 15px;
  }
  /* font
-------------------------------------------------------------- */
  p {
    line-height: 1.8;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .page_title {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .text_heading {
    line-height: 1.8;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text_heading02 {
    line-height: 2;
    font-size: 20px;
    font-size: 2rem;
  }
  .text_read01 {
    line-height: 2.5;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c_text_title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text_title {
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text_center_sp {
    text-align: center;
  }
  .text_center_sp br {
    display: block;
  }
  .nav_list-2col li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text_heading_top {
    line-height: 1.8;
    font-size: 20px;
    font-size: 2rem;
    text-align: justify;
  }
  /* フリーコールお問い合わせ*/
  .text_heading_odenwa {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .odenwa_text01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* slider-pro
-------------------------------------------------------------- */
  .slider-pro_magin {
    margin-top: 85px;
    margin-bottom: 1.5rem;
  }
  /* btn
-------------------------------------------------------------- */
  .btn01 {
    width: auto;
  }
  .btn02 {
    width: auto;
  }
  .btn03 {
    width: auto;
  }
  /* section
-------------------------------------------------------------- */
  .section01 {
    margin: 10rem 0;
  }
  .section_ss {
    padding: 10rem 0;
    margin-bottom: 0;
  }
  .grid_title {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* header
-------------------------------------------------------------- */
  .header_wp {
    height: 90px;
    border-width: 0;
  }
  .headerarea_logo img {
    width: 80px;
  }
  .index_logo img {
    width: 200px;
  }
  .header_right li {
    margin: 0 1.5rem;
  }
  .header_right_text {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .header_right .fa {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  /* side_nav
-------------------------------------------------------------- */
  .sidenav_category_text_head {
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1.5rem;
  }
  .sidenav_category_title01 {
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sidenav_category_title01 a {
    text-decoration: none;
  }
  .sidenav_category_title02 {
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .sidenav_category_title02_in {
    line-height: 2.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sidenav_category_title02_in a {
    text-decoration: none;
  }
  .fucica_logo_sin img {
    width: 150px;
  }
  #footer .category .footer_title {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  #footer .category ul li {
    line-height: 2.3;
    font-size: 12px;
    font-size: 1.1rem;
    text-decoration: none;
    letter-spacing: 0.1rem;
  }
}
/*# sourceMappingURL=main_fs_re2020_2.css.map */
