@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 {
  line-height: 1.8;
  margin-top: 0;
  background-color: #ffffff;
  color: #3c3c3c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  overflow-x: hidden;
}

#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;
}

/* アンカーポイント位置
-------------------------------------------------------------- */
#fs_anchor_aboutPostage,
#delivery,
#fs_anchor_aboutPayment,
#fs_anchor_aboutPostage,
#point,
#returns {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

/* 罫線
-------------------------------------------------------------- */
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;
}
/* slick-
-------------------------------------------------------------- */
.topics__slider__wp .slick_wp {
  margin: 1.5rem 0;
}
.topics__slider__wp .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topics__slider__wp img.slick-arrow {
  width: 30px;
}
.topics__slider__wp .slick-slide:focus {
  outline: none;
}
.topics__slider__wp .prev-arrow {
  left: 15px;
  z-index: 3;
}
.topics__slider__wp .next-arrow {
  right: 15px;
}
.topics__slider__wp .slick-slider {
  margin: 20px -5px; /* スライド間のマイナスマージン */
}
.topics__slider__wp .slick-slide {
  margin: 0 5px; /* スライド間の間隔 */
}
.topics__slider__wp .slick-dots li {
  margin: 0;
}
.topics__slider__wp .slide {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0 1px;
}
.topics__slider__wp .slick-prev {
  left: 0;
}
.topics__slider__wp .slick-next {
  right: 0;
}
.topics__slider__wp .slick-next:before {
  display: none;
}
.topics__slider__wp .slick-prev:before {
  display: none;
}
/* 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 {
  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 {
  width: 100%;
  font-size: 1.5rem;
  border: 1px solid #ffffff;
  padding: 1rem 5rem;
  margin: 2rem 0;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

a.btn02 {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

a.btn02:hover {
  -webkit-transition: 1s;
  transition: 1s;
  border: 1px solid #333333;
}

/* font
-------------------------------------------------------------- */
p {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: justify;
  color: #333333;
  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_title {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0.5rem 0;
}

.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 {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
  letter-spacing: 0.2rem;
}

.text_heading_rireki {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 4rem;
  border-bottom: 1px solid #dcdcdc;
}

/* section
-------------------------------------------------------------- */
.section01 {
  margin: 2rem 0;
}
.section01.nospace_t{
  margin-top: 0;
}
.section01.nospace_b{
  margin-bottom: 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 {
  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 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;
}
/* ヘッダー告知
-------------------------------------------------------------- */
.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(../img/5th_image_01.jpg);
  background-position: center;
}
.head_topics img {
  width: 320px;
}
/* フリーコールお問い合わせ*/
.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;
}

/* 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;
  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;
}

#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;
}

.osaji_logo {
  width: 90px;
  margin: 0 auto;
}

.nitto_logo {
  width: 40px;
  margin: 0 auto;
}

#small {
  font-size: 10px;
  font-size: 1rem;
}

/* 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: 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;
}

.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: #eeeeee;
}

/* 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;
}

.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-size: 14px;
  font-size: 1.4rem;
}

.product01_syouhin_wp .top_img01 {
  margin-bottom: 1.5rem;
}

.product01_syouhin_wp .section01 {
  margin: 1.5rem 0;
}

.product01_syouhin_wp .text_heading {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 1.5rem 0;
  color: #333333;
}

.product01_syouhin_wp .text_title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 300;
}

.product01_syouhin_wp p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.product01_syouhin_wp .f_bold {
  font-weight: bold;
}

.product_acodion_wp .accordion_title02 {
  color: #333333;
  padding: 1.3rem 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 2rem;
}

.product_acodion_wp .accordion_title02_in li {
  text-align: justify;
  font-size: 14px;
  font-size: 1.4rem;
}
/*会員ページ*/
.fs-body-login .fs-c-button--primary {
  color: #ffffff;
}
.fs-body-cart .fs-c-button--primary {
  color: #ffffff;
}
.fs-body-my-account-settings .fs-c-button--primary {
  color: #ffffff;
}
/* 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) {
  #fs_anchor_aboutPostage,
  #delivery,
  #fs_anchor_aboutPayment,
  #fs_anchor_aboutPostage,
  #point,
  #returns {
    display: block;
    margin-top: -200px;
    padding-top: 200px;
  }
  /* 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;
  }
  /* 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;
  }
  /* slider-pro
-------------------------------------------------------------- */
  .slider-pro_magin {
    margin-bottom: 1.5rem;
  }
  #footer .company_profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

/* pc
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .headerarea_pc02 {
    display: block;
    position: fixed;
    z-index: 3;
  }
  /* お知らせ
-------------------------------------------------------------- */
  .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;
  }

  /* megamenu */
  #gnav {
    width: 100%;
    height: 75px;
    top: 80px;
    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;
  }
  #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.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .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_title {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .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_rireki {
    line-height: 1.8;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  /* フリーコールお問い合わせ*/
  .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;
  }
  .sp-next-arrow:before {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .sp-previous-arrow:before {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  /* btn
-------------------------------------------------------------- */
  .btn01 {
    width: auto;
  }
  /* section
-------------------------------------------------------------- */
  .section01 {
    margin: 2rem 0;
  }
  .grid_title {
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* header
-------------------------------------------------------------- */
  .header_wp {
    height: 80px;
    border-width: 0;
  }
  /*通常ロゴ
   .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;
  }
  /* 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;
  }
  /* 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;
  }
  .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;
  }
  .company_profile a {
    color: #ffffff;
  }
  .company_profile li {
    margin: 0 0.5rem;
  }
}
