@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%;
}

body {
  letter-spacing: 1.5;
  line-height: 1.8;
  margin-top: 0;
  background-color: #ffffff;
  color: #000000;
  font-family: "Lato", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

#wapper {
  overflow-x: hidden;
  margin-top: 50px;
}
*:focus {
  outline: none;
}
a {
  text-decoration: underline solid #777777;
  -webkit-text-decoration: underline solid #777777;
}

a:link {
  color: #777777;
  -webkit-transition: 1s;
  transition: 1s;
}

a:visited {
  color: #777777;
}

a:hover {
  color: #000000;
  -webkit-transition: 1s;
  transition: 1s;
}

a:active {
  color: #777777;
}

/* 罫線
-------------------------------------------------------------- */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

hr.hr01 {
  height: 1px;
  border-top: 1px solid #dcdcdc;
  margin: 1.5rem 0;
}

.underline01 {
  text-decoration: underline;
  -webkit-text-decoration-color: #777777;
  text-decoration-color: #777777;
}
/* パンくずリスト
-------------------------------------------------------------- */
#breadCrumb {
  position: relative;
  top: 40px;
  left: 1.5rem;
  font-size: 1.1rem;
  text-align: left;
  padding-right: 2rem;
}
#breadCrumb a {
  text-decoration: none;
}
/* online_shopボタン
-------------------------------------------------------------- */
.online_shop {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 55px;
  height: 55px;
  padding: 1.5rem;
  z-index: 3;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}
.online_shop a {
  line-height: 1.2;
  text-align: center;
  color: #777777;
  font-size: 1rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 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;
}
.bg_img_black {
  background-color: #000000;
}
/* 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: 30px;
  height: 30px;
  right: -10px;
}

/*前矢印のアイコンフォント*/
.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: 30px;
  height: 30px;
  left: -10px;
}
/* btn
-------------------------------------------------------------- */
.btn01_wp {
  text-align: center;
}

.btn01 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #777777;
  padding: 1rem 5rem;
  color: #777777;
  margin: 2rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  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: center;
}

.btn02 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1rem 5rem;
  background-color: #dcdcdc;
  color: #777777;
  margin: 2rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  transition: 1s;
}

a.btn02 {
  display: inline-block;
  text-decoration: none;
}

a.btn02:hover {
  transition: 1s;
  color: #000000;
}
.btn03_wp {
  text-align: center;
}
.btn03 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  width: 100%;
  font-size: 1.6rem;
  background-color: #838384;
  padding: 1rem 5rem;
  color: #ffffff;
  margin: 2rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1.3;
}

a.btn03 {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

a.btn03:hover {
  -webkit-transition: 1s;
  transition: 1s;
  color: #000000;
}
/* font
-------------------------------------------------------------- */
p {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  color: #777777;
  margin-bottom: 1rem;
}

.page_title {
  line-height: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.text_heading {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
}

.text_heading02 {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
}

.text_heading03 {
  line-height: 2;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.3;
  text-align: justify;
  font-weight: bold;
}

.text_title {
  line-height: 2.5;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

/* section
-------------------------------------------------------------- */
.section01 {
  margin: 5rem 0;
}

.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
-------------------------------------------------------------- */
.header_wp {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.header_wp.hide {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.headerarea_pc02 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.headerarea_pc02.hide {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.header_wp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  position: fixed;
  z-index: 3;
  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: 80px;
  top: 0;
  background-color: white;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
}

.headerarea_logo {
  width: calc(100% / 2);
  text-align: left;
  margin-left: 1.5rem;
}
/*
   通常ロゴ
   .headerarea_logo img {
    width: 80px;
  }
  */
.headerarea_logo img {
  width: 100px;
}

.headerarea_pc {
  display: none;
}

.headerarea_pc02 {
  display: none;
}

.headerarea_sp {
  display: block;
}

.header_left {
  display: none;
}

.header_right {
  margin-right: 6.5rem;
  top: 0;
  width: calc(100% / 2);
}

.header_right a {
  color: #000000;
  text-decoration: none;
}

.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;
}

.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;
}

/* フリーコールお問い合わせ*/
.border_out01 {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.muryoutuuwa {
  background-color: #777777;
  padding: 0.5rem;
  font-size: 11px;
  font-size: 1.1rem;
  color: #ffffff;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.text_heading_odenwa {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.text_heading_odenwa02 {
  line-height: 2;
  font-size: 30px;
  font-size: 3rem;
}

.text_heading_odenwa02 a {
  text-decoration: none;
}

.odenwa_text01 {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

/* pagetop
-------------------------------------------------------------- */
#pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  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: #777777;
}

/* ドロワーメニュー
-------------------------------------------------------------- */
.nav_wp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  position: fixed;
  z-index: 999;
}

.menu {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 1.5rem;
  top: 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: 320px;
  height: 100vh;
  margin-right: -500px;
  letter-spacing: 0;
}

.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;
}
.text_nav_title {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2.5rem 0 1.5rem 0;
}
/* search
-------------------------------------------------------------- */
.header-bar__search-form {
  height: 40px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0px;
  overflow: hidden;
  border: 1px solid #aaa;
  width: 100%;
}

input::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

input:-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

input::-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

input::placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

/* IE */
input:-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

/* Edge */
input::-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  color: #777777;
}

.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: #eeeeee;
}

.fs-p-inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #444444;
  background: #444444;
}

.fs-p-searchForm__input {
  width: calc(100% - 2.2em);
}

.fs-p-inputGroup__input {
  border: none;
  border-radius: 0;
  width: calc(100% - 3em);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.fs-p-searchForm__button {
  overflow: hidden;
  position: relative;
  text-indent: -999px;
  width: 2.2em;
  height: 2em;
}

.fs-p-inputGroup__button {
  background: #444444;
  border: none;
  color: #ffffff;
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fs-p-searchForm__button::before {
  font-family: FontAwesome;
  content: "\f002";
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.8rem;
  line-height: 1.8;
  position: absolute;
  text-indent: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* nav_list
-------------------------------------------------------------- */
.fs-clientInfo_cms {
  margin: 1.5rem 0;
}

.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;
}

.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;
}

/* 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 {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
/* sns_share
-------------------------------------------------------------- */
.sns_share {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text_sns_share {
  padding-bottom: 1rem;
  font-size: 1.6px;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.sns_share ul {
  display: flex;
  justify-content: center;
}
.sns_share i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.oj_site_icon img {
  width: 50px;
}
/* shop
-------------------------------------------------------------- */
.shop_mg {
  margin: 2.5rem 0;
}

.shop_mg02 {
  margin-bottom: 2.5rem;
}

/* nav_list
-------------------------------------------------------------- */
.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;
}

.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 a {
  text-decoration: none;
  color: #333333;
}

.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.net/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

/* accordion
    -------------------------------------------------------------- */
.accordion {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #ffffff;
}

.accordion_title01 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  text-align: left;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
}

.accordion_title01 + li {
  border-top: none;
}

.accordion li a {
  display: block;
  text-decoration: none;
  color: #333333;
}

.accordion_title01:after {
  display: block;
  content: " ";
  background-image: url("https://osaji.net/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

.accordion_title02 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
  background: #ffffff;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
}

.accordion_title02::after {
  display: block;
  content: " ";
  background-image: url("https://osaji.net/img/nav_plus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 1.5rem;
}

.accordion_title02.active::after {
  display: block;
  content: " ";
  background-image: url("https://osaji.net/img/nav_minus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.accordion_title02_in li {
  border-radius: 0px;
  background: #ffffff;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
  text-align: left;
}

.accordion_title02_in li a {
  display: block;
}

.accordion_title02_in li + li {
  border-top: none;
}

.border_last {
  margin-bottom: -1px;
}

/* footer 
-------------------------------------------------------------- */
#footer_wp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
}

#footer_wp .sns i {
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #000000;
  background-color: transparent;
  width: auto;
}

.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;
  color: #ffffff;
}

.footer_section02 {
  background-color: #333;
  padding: 1.5rem 0 5rem 0;
  color: #ffffff;
}

.footer_section02 a {
  color: #ffffff;
}

.footer_title {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
}

.footer_title a {
  color: #ffffff;
}

#footer ul li {
  line-height: 1.8;
  font-size: 10px;
  font-size: 1rem;
  color: #ffffff;
  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;
  width: 100%;
  margin: 0.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .company_profile a {
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
}

#footer .company_profile li {
  margin: 0 0.5rem;
}

#small {
  text-align: center;
  font-weight: 400;
  line-height: 1.9;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 15px 0;
  letter-spacing: 0 !important;
}

.osaji_logo {
  width: 90px;
  margin: 0 auto;
}

.nitto_logo {
  width: 40px;
  margin: 0 auto;
}

#small {
  font-size: 10px;
  font-size: 1rem;
}
.hide-text {
  position: absolute;
  left: -9999px;
  top: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* sp横
-------------------------------------------------------------- */
@media (min-width: 576px) {
  /* header
-------------------------------------------------------------- */
  .headerarea_pc {
    display: block;
  }
  .headerarea_sp {
    display: none;
  }
  /* nav 
-------------------------------------------------------------- */
  .menu {
    left: 1.5rem;
    top: 1.5rem;
  }
  .drawer_01 {
    left: 0;
    top: 0;
    width: 450px;
    margin-left: -500px;
    height: 100vh;
    margin-right: -500px;
  }
  .drawer_01.dark {
    margin-left: 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;
    margin: 0.2rem;
  }
  .menu_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 38px;
    left: 0.5rem;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555555;
  }
  .drawer_01 .submenu {
    padding: 4rem;
    margin-left: -500px;
  }
  .drawer_01 .submenu.open {
    margin-left: 0px;
  }
  .drawer_01 .submenu .submenu-container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .text_nav_title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  /* header
-------------------------------------------------------------- */
  .headerarea_pc {
    display: block;
  }
  .headerarea_pc02 {
    display: none;
  }
  .headerarea_sp {
    display: none;
  }
  .headerarea_logo {
    margin: 0 auto;
    width: calc(100% / 3);
    text-align: center;
  }
  .header_left {
    display: inline-block;
    width: calc(100% / 3);
  }
  .header_right {
    width: calc(100% / 3);
    margin-right: 1.5rem;
  }
  .header_right ul {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  #footer .company_profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

/* pc
-------------------------------------------------------------- */
@media (min-width: 992px) {
  #wapper {
    margin-top: 80px;
  }
  #pagetop {
    bottom: 80px;
    right: 15px;
  }
  .accordion {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #ffffff;
  }
  .headerarea_pc02 {
    display: block;
    position: fixed;
    z-index: 3;
  }
  /* online_shopボタン
-------------------------------------------------------------- */
  .online_shop {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 60px;
    height: 60px;
    padding: 1.5rem;
  }
  .online_shop a {
    font-size: 1.1rem;
  }
  /* パンくずリスト
-------------------------------------------------------------- */
  #breadCrumb {
    top: 80px;
    font-size: 1.3rem;
  }
  /* ヘッダー告知
-------------------------------------------------------------- */
  .head_topics {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    top: 180px;
    z-index: 10;
    font-size: 1.5rem;
    background-image: url(https://osaji.net/img/5th_image_01.jpg);
    background-position: center;
  }
  .head_topics img {
    width: 320px;
  }
  /* megamenu */
  #gnav {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
      sans-serif;
    font-weight: 300;
    width: 100%;
    height: 75px;
    top: 80px;
    /*top: 210px;バナーが入る場合*/
    padding-top: 2.5rem;
    position: fixed;
    z-index: 3;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    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;
  }
  #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: 400px;
    opacity: 1;
    overflow-y: scroll;
  }
  #gnav > ul > li > a {
    display: block;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
    color: #000000;
  }
  #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;
  }
  .nav_list-2col li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* header
-------------------------------------------------------------- */
  .header_wp {
    height: 80px;
    border-width: 0;
  }

  .headerarea_logo {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    width: 150px;
  }
  /*通常ロゴ
   .headerarea_logo img {
    width: 120px;
  }
  */
  .headerarea_logo img {
    width: 150px;
  }
  .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;
  }
  /* footer
-------------------------------------------------------------- */
  .footer_section02 {
    padding: 5rem 0;
  }
  .osaji_logo {
    width: 130px;
  }
  .nitto_logo {
    width: 50px;
  }
  #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: 1.8;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    letter-spacing: 0.2rem;
  }
  /* font
-------------------------------------------------------------- */
  .page_title {
    line-height: 1;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .text_heading {
    line-height: 1.8;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .text_heading02 {
    line-height: 2;
    font-size: 20px;
    font-size: 2rem;
  }
  .text_heading03 {
    line-height: 2;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.3;
    text-align: justify;
    font-weight: bold;
  }
  .text_title {
    line-height: 2.5;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
  }
  /* btn
-------------------------------------------------------------- */
  .btn01 {
    width: auto;
  }
  .btn02 {
    width: auto;
  }
  .btn03 {
    width: auto;
  }
  /* section
-------------------------------------------------------------- */
  .grid_title {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* footer
-------------------------------------------------------------- */
  .osaji_logo {
    width: 150px;
    margin-top: 1rem;
  }
  .nitto_logo {
    width: 50px;
  }
  .footer_title {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    font-size: 13px;
    font-size: 1.3rem;
  }
  #footer ul li {
    line-height: 1.8;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
  }
}
