@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

/* メモ
○ベースカラー
#01356D




*/



/* ============================================

下層共通

============================================ */
.mv.underlayer{
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 400px;
}
.underlayer .company_name {
  margin-top: 20px;
  text-align: center;
}
.underlayer .company_name img{
    width: auto;
    height: 30px;
}
.underlayer .mv_logo p {
    font-size: 4.6rem;
    color: #fff;
    letter-spacing: 0.15em;
    font-weight: 600;
}
.foo{
    animation: fadeInBox 1s linear;
}
@keyframes fadeInBox{
0%{
opacity: 0;
}
100%{
opacity: 1;
}
}

.underlayer section{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.pankuzu {
    background-color: #000;
    font-size: 1.4rem;
}
.pankuzu ol {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 0;
}
.pankuzu ol li {
    color: #fff;
    position: relative;
    padding-right: 20px;
}
.pankuzu ol li a {
    color: #fff;
    display: inline-block;
}
.pankuzu ol li::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    /* margin: 9px 0; */
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    /* margin-left: 5px; */
    top: 0;
    bottom: 0;
    margin: auto 5px;
}
.pankuzu ol li:last-child::after {
  content: none;
}
.ttl_flame{
  text-align: center;
}
.underlayer h2{
  position: relative;
  display: inline-block;
  margin-bottom: 100px;
}
.underlayer h2::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 2px solid #000;
    width: 40%;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.underlayer h2::after{
  content: "";
  background-image: url(../img/ttl_design.png);
  display: block;
  width: 40%;
  height: 8px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.b_coating_btn{
  margin: 0 auto;
  text-align: center;
}
.b_coating_btn a {
    color: #fff;
    display: inline-block;
    background-color: #000;
    padding: 10px 10px 8px;
    position: relative;
    border: 1px solid #000;
    width: 50%;
}
.b_coating_btn a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.b_coating_btn a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 1;
}
.b_coating_btn a:hover::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.common_footer .top_commodity_lineup_innr {
    padding: 70px 0 100px;
}
.common_footer .top_kameda_blog {
    background: url(../img/blog.jpg) no-repeat;
    background-size: cover;
    height: 430px;
    margin: 0;
}
.mv_logo {
  position: absolute;
    top: calc(50% + 44px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.mv_logo .company_logo{
  width: 184px;
  display: block;
  margin: 0 auto 30px;
}
.mv_logo .logo{
  width: 292px;
  display: block;
  margin: 0 auto;
}
.top_commodity_lineup{
  background-image: url(../img/back-kamie.gif);
}
.top_commodity_lineup_innr{
  padding: 70px 0;
}
.top_commodity_lineup_innr dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.top_commodity_lineup_innr dl dt{
  width: 43%;
  height: 620px;
}
.top_commodity_lineup_innr dl dt img{
  width: 10%;
  max-width: 52px;
}
.top_commodity_lineup_innr dl dd{
  width: 57%;
}
.top_commodity_lineup_innr dl dd ul{
  display: flex;
  flex-wrap: wrap;
}
.top_commodity_lineup_innr dl dd ul li{
  width: 50%;
  /* width: 33.333%; */
  height: 260px;
}
.top_commodity_lineup_innr dl dd ul li img{
  width: 95%;
  max-width: 170px;
}
.top_commodity_lineup_innr dl dd ul li.fifty{
  width: 50%;
  height: 360px
}
.top_commodity_lineup_innr dl dd ul li.fifty img{
  width: 95%;
  max-width: 143px;
}

/*--------- contsNav---------*/
.contsNav{
  text-align:center;
  color: #17264b;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contsNav a{
  display: block;
  width: 100%;
  height: 100%;
}
.contsNav img{
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* .contsNav a:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
  right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
  opacity: 0.7;
} */
.contsNav a:hover {
    opacity: 1!important;
}

@media screen and (min-width: 641px) {
.contsNav a:hover:after {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
     /* transform: scale(0.9); */
  transition-duration: 0.5s;
}
.contsNav:hover:before {
  -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
}
.contsNav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  position: absolute;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.contsNav.bbq::before {
  background:url('../img/index/bbq.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.yakiniku::before {
  background:url('../img/index/yakiniku.jpg') no-repeat center center;
  background-size: cover;
}
.contsNav.sukiyaki::before {
  background:url('../img/index/sukiyaki.jpg') no-repeat center center;
  background-size: cover;
}
.contsNav.shabushabu::before {
  background:url('../img/index/shabushabu.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.steak::before {
  background:url('../img/index/steak.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.torutye::before {
  background:url('../img/torutye.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.tyoutokusendaiginjyo::after {
  content: "";
  display: block;
  background-image: url(../img/monde.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  height: 219px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.contsNav.torutye img{
  max-width: 319px;
  width: 95%;
  height: auto;
}
.b_line_btn{
  width: 560px;
  margin: 0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
}
.b_line_btn a{
  padding: 18px 0;
  display: block;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}
.b_line_btn a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.b_line_btn a:hover{
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.b_line_btn a:hover::after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.top_kameda_blog{
  background: url(../img/blog.jpg) no-repeat;
  height: 430px;
  margin: 70px 0 0;
}
.top_kameda_blog_innr{
  width: 1100px;
  margin: 0 auto;
}
/* .top_kameda_blog_innr dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.top_kameda_blog_innr dl dt{
  text-align: center;
  padding: 53px 0;
}
.top_kameda_blog_innr dl dt h2{
  margin: 10px 0;
}
.top_kameda_blog_innr dl dt p{
  margin-bottom: 30px;
} */
.top_kameda_blog_detail{
  padding: 53px 0;
  color: #fff;
  text-align: center;
}
.top_kameda_blog_detail h2{
  margin: 10px 0;
}
.top_kameda_blog_detail p{
  margin-bottom: 30px;
}

.w_line_btn{
  border: 1px solid #fff;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.w_line_btn a{
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  display: block;
  position: relative;
}
.w_line_btn a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.w_line_btn a:hover{
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.w_line_btn a:hover::after{
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.top_kameda_blog_innr dl dd{
  margin-top: -94px;
}
.top_online_store_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.top_online_store_innr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_online_store_innr ul li{
  width: 339px;
  border: 1px solid #C2C2C2;
  text-align: center;
  position: relative;
}
.top_online_store_innr ul li::after{
  content: "";
  display: block;
  background-image: url(../img/link_btn.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.top_online_store_innr ul li a{
  padding: 30px 0;
  display: block;
}
footer{
  background-color: #000;
}
.footer_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.footer_address{
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 0 150px 30px 150px;
}
.footer_address p{
  color: #fff;
  margin: 22px 0;
}
.footer_innr ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer_innr ul li{
  width: 25%;
  margin-bottom: 50px;
  text-align: center;
}
.footer_innr ul li a{
  color: #fff;
}
.footer_innr ul li .sub{
  margin-left: 7em;
  margin-right: -7em;
  color: #fff;
  opacity: 0.5;
  text-align: left;
}
.footer_innr p.copy{
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.header_navi_sp{
  display: none;
}

/* メガメニュー */
#globalNav li.subMenuHave {
  padding-right: 30px;
  position: relative;
}
#globalNav li.subMenuHave p {
  color: #fff;
  /* -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; */
}
#globalNav li.subMenuHave::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 1px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 30px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}
#globalNav li.subMenuHave:hover::after {
  top: 7px;
  transform: rotate(225deg);
  border-bottom: 1px solid #99caff;
  border-right: 1px solid #99caff;
}
#globalNav li {
    position: relative;
}
#globalNav li.subMenuHave p:hover {
    color: #99caff;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#globalNav li .subMenu li a:hover, #globalNav li a:hover {
    color: #99caff;
    opacity: 1;
}
#globalNav li.subMenuHave:hover > a {
    color: #99caff;
}
#globalNav li .subMenu li a, #globalNav li a {
    display: inline-block;
}
#globalNav li.subMenuHave:hover .subMenu {
    visibility: visible;
    color: #99caff;
    opacity: 1;
}
#globalNav li .subMenu {
    width: 230%;
    background: rgba(17,17,17,0.6);
    backdrop-filter: saturate(230%) blur(20px);
    position: absolute;
    left: 0;
    top: 59px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    padding: 20px;
    font-size: 1.5rem;
    display: block;
}
#globalNav li .subMenu li:first-child {
    margin-top: 10px;
}
#globalNav li .subMenu li a, #globalNav li a {
    display: inline-block;
}
#globalNav li .subMenu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0 10px 0 30px;
    line-height: 40px;
}
#globalNav li .subMenu li a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 1px;
    background-color: #fff;
}
/*トップへ戻る*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: -60px;
  bottom: 0;
  background: #000;
      z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top .bd {
  width: 16px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%; top: 24px;
  margin-left: -8px;
  -webkit-transition: all 0.2s cubic-bezier(0.67, .31, .03, .9);
  transition: all 0.2s cubic-bezier(0.67, .31, .03, .9);
}
#page_top img {
  width: 16px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -8px;
  -webkit-transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
  transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
}
#page_top a::before{
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover .bd {
  height: 0;
}
#page_top:hover img {
  top: 24px;
}

.commodity_exp dl{
  display: flex;
  flex-wrap: wrap;
}
.commodity_exp dt{
  width: 400px;
  margin-right: 70px;
}
.commodity_exp dt img{
  width: 100%;
}
.commodity_exp dd{
  width: calc(100% - 470px);
  background-image: url(../img/jyu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.commodity_exp_ttl{
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 35px;
  font-weight: bold;
}
.history_of_awards_wrapper{
  background-color:#faf6f7;
}
.history_of_awards dl{
  display: flex;
  flex-wrap: wrap;
}
.history_of_awards dl dt{
  width: 350px;
  margin-right: 70px;
}
.history_of_awards dl dt img{
  width: 100%;
}
.history_of_awards dd{
  width: calc(100% - 420px);
}
.history_of_awards dd li{
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.history_of_awards dd li:last-child{
  border-bottom: none;
}
.history_of_awards dd li span{
  margin-right: 50px;
}
.awards_merchandise dl{
  display: flex;
  flex-wrap: wrap;
}
.awards_merchandise dt{
  width: 270px;
  margin-right: 70px;
}
.awards_merchandise dt img{
  width: 100%;
}
.awards_merchandise dd{
  width: calc(100% - 340px);
}
.awards_merchandise dd p{
  margin-bottom: 30px;
}
.productList{
  margin-bottom: 20%!important;
}
.productList dl{
  display: flex;
  flex-wrap: wrap;
}
.productList dt{
  width: 270px;
  margin-right: 70px;

}
.productList dt img{
  width: 100%;
}
.productList dd{
  width: calc(100% - 340px);
}


.merchandise_ttl{
  font-size: 1.8rem;
  /* margin-bottom: 20px; */
  color: #ff0000;
  text-align:left!important;
  font-weight:bold;
}
.product_name{
  font-size: 2.3rem;
  /* margin-bottom: 20px; */
  text-align:left!important;
  font-weight:bold;
}
.product_name span{
  font-size: 90%;
}
.instructions{
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  /* margin-bottom: 20px; */
 text-align:left!important;
}
.ttCaption{
  text-align:left!important;
  padding:1%;
  margin-bottom:3%;

}
.itemPrice{
  margin-left:10%!important;
  color:rgba(244,0,4,1.00)!important;
  font-weight:bold!important;

}

.attention{
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
 text-align:left!important;
 font-weight:bold;
 color: #ff0000;
}


.pc_none{display: none;}
.sp_none{display: block;}
.pc_none1100{display: none;}
.sp_none1100{display: block;}
/*-------------------------------------------------メディアクエリ1500px-*/
@media screen and (min-width: 0px) and (max-width: 1500px) {
.mv_innr {
  width: auto;
}
}/* メディアクエリ1500px終了 */
/*-------------------------------------------------メディアクエリ1400px-*/
@media screen and (min-width: 0px) and (max-width: 1400px) {
.mv nav ul {
    font-size: 1.5rem;
    padding: 28px 303px 28px 60px;
}
}/* メディアクエリ1400px終了 */
/*-------------------------------------------------メディアクエリ1100px-*/
@media screen and (min-width: 0px) and (max-width: 1100px) {
.pc_none1100{display: block;}
.sp_none1100{display: none;}
.header_navi_pc{
  display: none;
  }
.header_navi_sp{
  display: block;
}
.mv nav {
    border-bottom: none;
}
/* ハンバーガーメニュー */
#nav-toggle {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 20px;
  /* background-color: rgba(255,249,238,0.8); */
  z-index: 999;
}
#nav-toggle > div {
    position: absolute;
    width: 36px;
    height: 28px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 0;
    }
#nav-toggle span:nth-child(2) {
      top: 14px;
    }
#nav-toggle span:nth-child(3) {
      top: 28px;
    }
.open{
  overflow: hidden;
}
.open #nav-toggle {
    background-color: #000;
}
.open #nav-toggle span {
  background: #c7c7c7;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.open #nav-toggle {
  z-index: 1000;
}
/*overlay*/
.overlay {
  display:none;
  position:fixed;
  top:0;
  left: 0;
  height:100%;
  width:100%;
  background:#000;
  overflow:auto;
  z-index:99;
}
.wrap {
  text-align:center;
  max-width:1180px;
  margin:0 auto;
}
.wrap ul.wrap-nav {
  text-transform:capitalize;
  padding:100px 0px 100px;
  display: block;
  flex-wrap: wrap;
}
.wrap ul.wrap-nav li {
  font-size:16px;
  vertical-align:top;
  width:100%;
  position:relative;
}
.wrap ul.wrap-nav li p{
  color:#fff;
  padding:8px 0;
}
.wrap ul.wrap-nav li a {
  color:#c7c7c7;
  /* color:#737171; */
  display:block;
  padding:8px 0;
  text-decoration:none;
  transition-property:all .5s linear 0s;
  -moz-transition:all .5s linear 0s;
  -webkit-transition:all .5s linear 0s;
  -o-transition:all .5s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
  opacity: 0.6;
}
.wrap ul.wrap-nav ul li {
  display:block;
  font-size:1.6rem;
  width:100%;
  /* color:#737171; */
}
.wrap ul.wrap-nav li.gnavi__list ul li a {
  color:#c7c7c7;
  padding: 2px 0;
  font-size: 1.4rem;
}
.wrap ul.wrap-nav ul li a:hover {
  opacity: 0.6;
}
.wrap ul.wrap-nav .gnavi__list ul{
  padding: 0;
  margin: 15px 0 20px;
}
.gnavi__list ul::before{
  content: "|";
  display: block;
  position: absolute;
  margin: auto;
    left: 0;
    right: 0;
    top: 36px;
  color:#737171;
  font-size: 1.2rem;
}
.gnavi__list ul::after{
  content: "|";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  color:#737171;
  font-size: 1.2rem;
}
.gnavi__list ul li {
    margin-right: 0;
}
.wrap ul.wrap-nav .gnavi__list ul li{
    margin-right: 0;
}
.wrap ul.wrap-nav li.gnavi__list p {
  color: #c7c7c7;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.5);
  height: 82px;
}
.fixed #nav-toggle span {
  background: #676d77;
}
.fixed .h_tel p a {
    color: #676d77;
}
.fixed .h_tel p span {
    color: #676d77;
}
.fixed .h_tel p::before {
    background-image: url(../img/h_tel_b.svg);
}
/* ハンバーガーメニュー 終わり*/
.top_kameda_blog_innr {
    width: 90%;
}
.top_online_store_innr {
    width: 90%;
}
.top_online_store_innr ul li {
    width: 30%;
}
.top_online_store_innr ul li:nth-child(1) img{
  width: 43%;
}
.top_online_store_innr ul li:nth-child(2) img{
  width: 44%;
}
.top_online_store_innr ul li:nth-child(3) img{
  width: 86%;
}
.footer_innr {
    width: 90%;
}
.footer_innr li:nth-child(1),.footer_innr li:nth-child(2),.footer_innr li:nth-child(3){
width: 33.3333%;
text-align: left;
}
.footer_innr li:nth-child(2) .sub,.footer_innr li:nth-child(3) .sub{
  margin-left: 1em;
  margin-right: -1em;
  padding-right: 5px;
}
.contsNav.tyoutokusendaiginjyo::after {
    width: 100px;
    height: 168px;
}
  /* ============================================

下層

============================================ */
.underlayer .company_name {
    margin-top: 0;
    padding-top: 80px;
}
.pankuzu ol {
    width: 90%;
}
.underlayer section {
    width: 90%;
    padding: 70px 0  40px;
}
.commodity_exp dt{
  width: 400px;
  margin-right: 50px;
}
.commodity_exp dd{
  width: calc(100% - 450px);
}
}/* メディアクエリ1100px終了 */
/*-------------------------------------------------メディアクエリ880px-*/
@media screen and (min-width: 0px) and (max-width: 880px) {
.mv_innr {
  width: 100%;
    position: absolute;
      top: calc(50% + 70px);
      /* top: calc(50% + 44px); */
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
}
.mv_logo {
  position: initial;
  order: 1;
  margin: 0 auto 40px;
  transform: none;
    -webkit-transform: none;
}
.top_commodity_lineup_innr dl {
    display: block;
}
.top_commodity_lineup_innr dl dt {
  width: 100%;
  height: 360px;
}
.top_commodity_lineup_innr dl dt img {
    width: 5%;
}
.top_commodity_lineup_innr dl dd {
    width: 100%;
}
.top_commodity_lineup_innr dl dd ul li.fifty {
    height: 250px;
}
.top_commodity_lineup_innr dl dd ul li.tyoutokusendaiginjyo img {
  height: 90%;
}
.top_commodity_lineup_innr dl dd ul li {
    height: 160px;
}
.b_line_btn {
    width: 80%;
}
.b_line_btn a {
    font-size: 1.6rem;
}
.top_kameda_blog_innr dl {
    display: block;
    position: relative;
    height: 430px;
}
.top_kameda_blog_innr dl dt {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    display: inline-table;
}
.top_kameda_blog_innr dl dd {
    position: absolute;
}
footer iframe{
  height: 250px;
}
.footer_address {
    margin: 0 50px 30px 50px;
}
/* ============================================

下層

============================================ */
.underlayer .company_name {
  text-align: left;
  padding-top: 0;
  margin-bottom: 20px;
}
.underlayer .mv_logo {
  margin-bottom: 0;
}
.mv_innr.underlayer {
  width: 90%;
}
.underlayer .company_name img {
  width: auto;
  height: 25px;
}
.underlayer .mv_logo p {
  font-size: 3.4rem;
  line-height: 1.2;
}
.commodity_exp dt{
  width: 250px;
  margin-right: 30px;
}
.commodity_exp dd{
  width: calc(100% - 280px);
}
.commodity_exp_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 14px;
    font-weight: bold;
}
.history_of_awards dl dt {
    width: 220px;
    margin-right: 30px;
}
.history_of_awards dd {
    width: calc(100% - 250px);
}
.awards_merchandise dt {
    width: 200px;
    margin-right: 30px;
}
.awards_merchandise dd {
    width: calc(100% - 230px);
}
.productList dt {
    width: 200px;
    margin-right: 30px;
}
.productList dd {
    width: calc(100% - 230px);
}


}/* メディアクエリ880px終了 */
/*-------------------------------------------------メディアクエリ800px-*/
@media screen and (min-width: 0px) and (max-height: 800px) {
.mv_logo .company_logo {
    width: auto;
    height: 90px;
    margin-bottom: 15px;
}
.mv_logo .logo {
    width: auto;
    height: 440px;
}
}/* メディアクエリ800px終了 */
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 640px) {
.pc_none{display: block;}
.sp_none{display: none;}
body{
  font-size: 1.5rem;
  line-height: 1.75em;
  margin:0;
}
.mv .h_tel {
    right: 5%;
}
.mv_logo .company_logo {
    width: auto;
    height: 55px;
    margin-bottom: 5px;
}
.mv_logo .logo {
    width: auto;
    height: 260px;
}
h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1.75em;
}
h2 span {
    font-size: 1.3rem;
    margin-top: 5px;
    line-height: 1em;
}
.top_commodity_lineup_innr dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.b_line_btn a {
    padding: 16px 0;
    font-size: 1.5rem;
}
.top_commodity_lineup_innr {
    padding: 40px 0;
}
.top_commodity_lineup_innr dl dd ul li.fifty img {
    max-width: 110px;
}
.top_commodity_lineup_innr dl dd ul li img {
    max-width: 137px;
}
.top_kameda_blog {
    height: 430px;
    margin: 40px 0 0;
}
.top_kameda_blog_innr dl dd {
    width: 91%;
}
.top_kameda_blog_innr dl dd img{
    width: 70%;
}
.w_line_btn a {
    font-size: 1.5rem;
}
.top_kameda_blog_innr dl dd {
    margin-top: -85px;
    left: -46px;
    top: 0;
}
.top_online_store_innr {
    padding: 40px 0;
}
.top_online_store_innr ul {
    display: block;
}
.top_online_store_innr ul li {
    width: 65%;
    margin: 0 auto 20px;
}
.top_online_store_innr ul li:last-child {
  margin-bottom: 0;
}
.top_online_store_innr ul li a {
    padding: 25px 0;
}
.top_online_store_innr ul li::after {
    width: 15px;
    height: 15px;
}
.footer_innr {
    padding: 40px 0;
}
.footer_address {
    margin: 0 20px 30px 20px;
}
.footer_address img{
  max-width: 368px;
  width: 100%;
}
.footer_address p {
    margin: 16px 0;
}
.footer_innr ul{
  display: block;
  padding: 0 15px;
  margin-bottom: 40px;
}
.footer_innr ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}
.footer_innr li:nth-child(1), .footer_innr li:nth-child(2), .footer_innr li:nth-child(3) {
    width: 100%;
}
.footer_innr ul li .sub {
  width: 100%;
}
.footer_innr ul li a{
  position: relative;
  padding-left: 15px;
}
.footer_innr ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top_commodity_lineup_innr dl dt {
    height: 320px;
}
.top_commodity_lineup_innr dl dt img {
    width: auto;
    height: 75%;
}
.contsNav.tyoutokusendaiginjyo::after {
    width: 68px;
    height: 115px;
}
.top_commodity_lineup_innr dl dd ul li.fifty {
    height: 220px;
}
.contsNav.kuwamanjyu::before {
    background: url(../img/kuwamanjyu2.jpg) no-repeat left center;
    background-size: cover;
}
/* .contsNav a:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.6;
} */
/* ============================================

下層

============================================ */
.underlayer section {
    padding: 40px 0 20px;
}
.underlayer h2 {
    margin-bottom: 50px;
}
.b_coating_btn a {
    width: 90%;
}
.commodity_exp dl {
    display: block;
}
.commodity_exp dt{
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.commodity_exp dd{
  width: 100%;
}
.commodity_exp_ttl {
    font-size: 2.0rem;
    margin-bottom: 12px;
}
.history_of_awards dl {
    display: block;
}
.history_of_awards dl dt {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.history_of_awards dd {
  width: 100%;
}
.history_of_awards dd li span {
    margin-right: 0;
    display: block;
}
.history_of_awards dd li {
    padding: 8px 0;
}
.awards_merchandise dl {
    display: block;
}
.awards_merchandise dt {
    width: 60%;
    margin: 0 auto 20px;
}
.awards_merchandise dd {
    width: 100%;
}
.productList dl {
    display: block;
}
.productList dt {
    width: 60%;
    margin: 0 auto 20px;
}
.productList dd {
    width: 100%;
}


}/* メディアクエリ640px終了 */


html{
  font: 62.5% "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
}
body{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75em;
  margin:0;
  letter-spacing: 0.05rem;
}

img{
  outline:none;
  border-style:none;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.serif{
  font-family: 'Noto Serif JP', serif;
}
span.aks{
  display: inline-block;
}
h2{
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.75em;
}
h2 span{
  font-size: 1.5rem;
  display: block;
  margin-top: 12px;
  font-family: "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
  font-weight: normal;
}
.mv{
  /* background-image: url(../img/mv.jpg); */
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  background-size: cover;
  height: 1080px;
  /* width: 100%;
  min-height: 100vh; */
}
.bg-slider {
    /* width: 100vw; */
    height: 100vh;
    background-position: center center !important;
    background-size: cover;
    align-items: center;
    justify-content: center;
}
.mv nav{
  width: 1100px;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.mv nav ul{
  display: flex;
  flex-wrap: wrap;
  padding: 28px 120px;
  justify-content: space-between;
  font-size: 1.6rem;
}
.mv nav ul li a{
  color: #fff;
}
.mv .h_tel{
  position: absolute;
  top:20px;
  right: 40px;
}
.mv .h_tel p{
  font-size: 2.1rem;
  position: relative;
  padding-left: 35px;
}
.mv .h_tel p a{
  color: #fff;
  font-weight: 600;
}
.mv .h_tel p span{
  font-size: 1.2rem;
  display: block;
  line-height: 1em;
  color: #fff;
}
.mv .h_tel p::before{
  content: "";
  display: block;
  background-image: url(../img/h_tel.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 38px;
  position: absolute;
  left: 0px;
  top: 2px;
}
.mv_innr{
  width: 1100px;
  margin: 0 auto;
}
/* .mv h1{
  font-size: 2.6rem;
  position: absolute;
  top: 83px;
  bottom: 0;
  margin: auto;
  display: table;
  margin-left: -200px;
  color: #fff;
} */
@media screen and (min-width: 0px) and (max-width: 1500px) {
.mv_innr {
  width: auto;
}
/* .mv h1{
  margin-left: 10px;
} */
}
.mv_logo {
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 83px;
  margin: auto;
  display: table; */

  position: absolute;
    top: calc(50% + 44px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

}
.mv_logo .company_logo{
  width: 184px;
  display: block;
  margin: 0 auto 30px;
}
.mv_logo .logo{
  width: 292px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 0px) and (max-height: 800px) {
.mv_logo .company_logo {
    width: auto;
    height: 90px;
    margin-bottom: 15px;
}
.mv_logo .logo {
    width: auto;
    height: 440px;
}
}
.top_notice_innr{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
}
.top_notice_ttl{
  width: 186px;
  padding-top: 10px;
}
.top_notice_list{
  width: calc(100% - 186px)
}
.top_notice_innr dl{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C2C2C2;
  padding: 10px 10px 10px 0;
}
.top_notice_innr dt{
  color: #8F8F8F;
  margin-right: 50px;
  width: 100px;
}
.top_notice_innr dd{
  width: calc(100% - 150px);
}
.top_notice_ttl h2{
  font-size: 1.6rem;
}
.top_commodity_lineup{
  background-image: url(../img/back-kamie.gif);
}
.top_commodity_lineup_innr{
  padding: 70px 0;
}
.top_commodity_lineup_innr dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.top_commodity_lineup_innr dl dt{
  width: 43%;
  height: 720px;
  /* background-image: url(../img/kuwamanjyu.jpg);
  background-size: cover;
  background-position: center; */
}
.top_commodity_lineup_innr dl dt img{
  width: 100%;
  max-width: 500px;
}
.top_commodity_lineup_innr dl dd{
  width: 57%;
}
.top_commodity_lineup_innr dl dd ul{
  display: flex;
  flex-wrap: wrap;
}
.top_commodity_lineup_innr dl dd ul li{
  width: 33.333%;
  height: 260px;
}
.top_commodity_lineup_innr dl dd ul li img{
  width: 15%;
  max-width: 32px;
}
.top_commodity_lineup_innr dl dd ul li.fifty{
  width: 50%;
  height: 360px
}
.top_commodity_lineup_innr dl dd ul li.fifty img{
  width: 100%;
  max-width: 450px;
}
/* .top_commodity_lineup_innr dl dd li.jyumangame{
  background-image: url(../img/jyumangame.jpg);
  background-size: cover;
  background-position: center;
}
.top_commodity_lineup_innr dl dd li.tyoutokusendaiginjyo{
  background-image: url(../img/tyoutokusendaiginjyo.jpg);
  background-size: cover;
  background-position: center;
}
.top_commodity_lineup_innr dl dd li.kotobuki{
  background-image: url(../img/kotobuki.jpg);
  background-size: cover;
  background-position: left;
}
.top_commodity_lineup_innr dl dd li.aizan{
  background-image: url(../img/aizan.jpg);
  background-size: cover;
  background-position: left;
}
.top_commodity_lineup_innr dl dd li.torutye{
  background-image: url(../img/torutye.jpg);
  background-size: cover;
  background-position: left;
} */

/*--------- contsNav---------*/
.contsNav{
	text-align:center;
	color: #17264b;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.contsNav a{
	display: block;
	width: 100%;
	height: 100%;
}


.contsNav img{
	position: absolute;
	z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.contsNav a:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
	right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
	opacity: 0.5;
}

.contsNav a:hover {
    opacity: 1!important;
}

@media screen and (min-width: 641px) {
.contsNav a:hover:after {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
		 /* transform: scale(0.9); */
  transition-duration: 0.5s;
}
.contsNav:hover:before {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
}
.contsNav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
	background-size: cover;
  position: absolute;
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.contsNav.kuwamanjyu::before {
	background:url('../img/jyumangame.jpg') no-repeat center center;
  background-size: cover;
}
.contsNav.jyumangame::before {
	background:url('../img/kuwamanjyu2.jpg') no-repeat center center;
  background-size: cover;
}
.contsNav.tyoutokusendaiginjyo::before {
	background:url('../img/tyoutokusendaiginjyo2.jpg') no-repeat center center;
  background-size: cover;
}
.contsNav.kotobuki::before {
	background:url('../img/kotobuki2.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.aiyama::before {
	background:url('../img/aiyama.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.torutye::before {
	background:url('../img/torutye.jpg') no-repeat left center;
  background-size: cover;
}
.contsNav.tyoutokusendaiginjyo::after {
  content: "";
  display: block;
  background-image: url(../img/monde.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  height: 219px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.contsNav.torutye img{
  max-width: 319px;
  width: 95%;
  height: auto;
}
.b_line_btn{
  width: 560px;
  margin: 0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
}
.b_line_btn a{
  padding: 27px 0;
  display: block;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
}
.b_line_btn a::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.b_line_btn a:hover{
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.b_line_btn a:hover::after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.top_about_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.top_about_innr p.top_about_lead{
  margin-bottom: 30px;
}
.top_about_innr p.top_insta_lead{
  margin-bottom: 30px;
}
.top_about_innr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_about_innr li{
  max-width: 332px;
  width: 100%;
  border: 1px solid #C2C2C2;
}
.top_about_innr li a{
  color: #000;
}
.top_about_innr li a img{
  width: 100%;
}
.top_about_innr li p{
  padding: 10px 70px 10px 10px;
  position: relative;
}
.top_about_innr li span{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_about_innr li p::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #8F8F8F;
    border-right: solid 1px #8F8F8F;
    transform: rotate(45deg);
    position: absolute;
    right: 29px;
    top: 45.5px;
}
.top_about_innr li p::before{
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #8F8F8F;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 32.5px;
}

/*ここから*/
.top_insta_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.top_insta_innr p.top_insta_lead{
  margin-bottom: 30px;
}
.top_insta_innr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_insta_innr li{
  max-width: 332px;
  width: 100%;
  margin-bottom:2%;
}
.top_insta_innr li a{
  color: #000;
}
.top_insta_innr li a img{
  width: 100%;
}
.top_insta_innr li p{
  padding: 10px 70px 10px 10px;
  position: relative;
}
.top_insta_innr li span{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.top_insta_innr li p::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #8F8F8F;
    border-right: solid 1px #8F8F8F;
    transform: rotate(45deg);
    position: absolute;
    right: 29px;
    top: 45.5px;
}
.top_insta_innr li p::before{
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #8F8F8F;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 32.5px;
}
/*ここまで*/
.w_line_btn{
  border: 1px solid #fff;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.w_line_btn a{
  color: #fff;
  padding: 10px 0;
  font-size: 1.6rem;
  display: block;
  position: relative;
}
.w_line_btn a::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.w_line_btn a:hover{
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.w_line_btn a:hover::after{
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
.top_kameda_blog_innr dl dd{
  margin-top: -94px;
}
.top_online_store_innr{
  width: 95%;
  margin: 0 auto;
  padding: 70px 0;
}
.top_online_store_innr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_online_store_innr ul li{
  width: 24%;
  border: 1px solid #C2C2C2;
  text-align: center;
  position: relative;
}
.top_online_store_innr ul li::after{
  content: "";
  display: block;
  background-image: url(../img/link_btn.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.top_online_store_innr ul li a{
  padding: 40px 0;
  display: block;
}
footer{
  background-color: #000;
}
.footer_innr{
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
.footer_address{
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 0 150px 30px 150px;
}
.footer_address p{
  color: #fff;
  margin: 22px 0;
}
.footer_innr ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer_innr ul li{
  width: 25%;
  margin-bottom: 50px;
  text-align: center;
}
.footer_innr ul li a{
  color: #fff;
}
.footer_innr ul li .sub{
  margin-left: 7em;
  margin-right: -7em;
  color: #fff;
  opacity: 0.5;
  text-align: left;
}
.footer_innr p.copy{
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
.header_navi_sp{
  display: none;
}

/* メガメニュー */
#globalNav li.subMenuHave {
    padding-right: 30px;
    position: relative;
}
#globalNav li.subMenuHave::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 1px;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 5px 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
#globalNav li.subMenuHave:hover::after {
    top: 7px;
    transform: rotate(225deg);
    border-bottom: 1px solid #007bff;
    border-right: 1px solid #007bff;
}
#globalNav li {
    position: relative;
}
#globalNav li .subMenu li a:hover, #globalNav li a:hover {
    color: #007bff;
}
#globalNav li.subMenuHave:hover > a {
    color: #007bff;
}
#globalNav li .subMenu li a, #globalNav li a {
    display: inline-block;
}
#globalNav li.subMenuHave:hover .subMenu {
    visibility: visible;
    color: #007bff;
    opacity: 1;
}
#globalNav li .subMenu {
    width: 200%;
    background: rgba(17,17,17,0.6);
    backdrop-filter: saturate(180%) blur(20px);
    position: absolute;
    left: 0;
    top: 55px;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    padding: 20px;
    font-size: 1.5rem;
    display: block;
}
#globalNav li .subMenu li:first-child {
    margin-top: 10px;
}
#globalNav li .subMenu li a, #globalNav li a {
    display: inline-block;
}
#globalNav li .subMenu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 0 10px 0 30px;
    line-height: 40px;
}
#globalNav li .subMenu li a::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 1px;
    background-color: #fff;
}
/*トップへ戻る*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: -60px;
  bottom: 0;
  background: #B00000;
      z-index: 10;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top .bd {
  width: 16px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%; top: 24px;
  margin-left: -8px;
  -webkit-transition: all 0.2s cubic-bezier(0.67, .31, .03, .9);
  transition: all 0.2s cubic-bezier(0.67, .31, .03, .9);
}
#page_top img {
  width: 16px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -8px;
  -webkit-transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
  transition: all 0.25s cubic-bezier(0.67, .31, .03, .9);
}
#page_top a::before{
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover .bd {
  height: 0;
}
#page_top:hover img {
  top: 24px;
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
.mv nav ul {
    font-size: 1.5rem;
    padding: 28px 303px 28px 60px;
}
}
@media screen and (min-width: 0px) and (max-width: 1100px) {
.header_navi_pc{
  display: none;
  }
.header_navi_sp{
  display: block;
}
.mv nav {
    border-bottom: none;
}
/* ハンバーガーメニュー */
#nav-toggle {
  width: 40px;
	height: 40px;
	cursor: pointer;
  position: absolute;
  left: 5%;
  top: 20px;
  /* background-color: rgba(255,249,238,0.8); */
  z-index: 999;
}
#nav-toggle > div {
    position: absolute;
    width: 36px;
    height: 28px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 0;
    }
#nav-toggle span:nth-child(2) {
      top: 14px;
    }
#nav-toggle span:nth-child(3) {
      top: 28px;
    }
.open{
  overflow: hidden;
}
.open #nav-toggle {
    background-color: #fff;
}
.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.open #nav-toggle {
	z-index: 1000;
}
/*overlay*/
.overlay {
  display:none;
  position:fixed;
  top:0;
  left: 0;
  height:100%;
  width:100%;
  background:#fff;
  overflow:auto;
  z-index:99;
}
.wrap {
	text-align:center;
	max-width:1180px;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	text-transform:capitalize;
	padding:100px 0px 100px;
  display: block;
  flex-wrap: wrap;
}
.wrap ul.wrap-nav li {
	font-size:16px;
	vertical-align:top;
	width:100%;
	position:relative;
}
.wrap ul.wrap-nav li p{
	color:#fff;
	padding:8px 0;
}
.wrap ul.wrap-nav li a {
	color:#737171;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .5s linear 0s;
	-moz-transition:all .5s linear 0s;
	-webkit-transition:all .5s linear 0s;
	-o-transition:all .5s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	opacity: 0.6;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:1.6rem;
	width:100%;
	color:#737171;
}
.wrap ul.wrap-nav li.gnavi__list ul li a {
	color:#737171;
  padding: 2px 0;
  font-size: 1.4rem;
}
.wrap ul.wrap-nav ul li a:hover {
	opacity: 0.6;
}
.wrap ul.wrap-nav .gnavi__list ul{
  padding: 0;
  margin: 15px 0 20px;
}
.gnavi__list ul::before{
  content: "|";
  display: block;
  position: absolute;
  margin: auto;
    left: 0;
    right: 0;
    top: 36px;
	color:#737171;
  font-size: 1.2rem;
}
.gnavi__list ul::after{
  content: "|";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
	color:#737171;
  font-size: 1.2rem;
}
.gnavi__list ul li {
    margin-right: 0;
}
.wrap ul.wrap-nav .gnavi__list ul li{
    margin-right: 0;
}
.wrap ul.wrap-nav li.gnavi__list p {
  color: #737171;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.5);
  height: 82px;
}
.fixed #nav-toggle span {
	background: #676d77;
}
.fixed .h_tel p a {
    color: #676d77;
}
.fixed .h_tel p span {
    color: #676d77;
}
.fixed .h_tel p::before {
    background-image: url(../img/h_tel_b.svg);
}
/* ハンバーガーメニュー 終わり*/
/* .mv h1 {
    font-size: 2.0rem;
} */
.top_notice_innr {
    width: 90%;
}
.top_about_innr {
    width: 90%;
}
.top_about_innr li {
    width: calc(32.333% - 2px);
}
.top_about_innr li span {
    font-size: 2.0rem;
}
/*ここから*/
.top_insta_innr {
    width: 90%;
}
.top_insta_innr li {
    width: calc(32.333% - 2px);
}
.top_insta_innr li span {
    font-size: 2.0rem;
}
/*ここまで*/
.top_kameda_blog_innr {
    width: 90%;
}
.top_online_store_innr {
    width: 98%;
}
.top_online_store_innr ul li {
    width: 48%;
	margin-bottom:3%;
}
.top_online_store_innr ul li:nth-child(1) img{
  width: 43%;
}
.top_online_store_innr ul li:nth-child(2) img{
  width: 44%;
}
.top_online_store_innr ul li:nth-child(3) img{
  width: 86%;
}
	.top_online_store_innr ul li:nth-child(4) img{
  width: 86%;
	}
.footer_innr {
    width: 90%;
}
.footer_innr li:nth-child(1),.footer_innr li:nth-child(2),.footer_innr li:nth-child(3){
width: 33.3333%;
text-align: left;
}
.footer_innr li:nth-child(2) .sub,.footer_innr li:nth-child(3) .sub{
  margin-left: 1em;
  margin-right: -1em;
  padding-right: 5px;
}
.contsNav.tyoutokusendaiginjyo::after {
    width: 250px;
    height: 168px;
}
}
@media screen and (min-width: 0px) and (max-width: 880px) {
.mv_innr {
  width: 100%;
  /* position: absolute;
  top: 83px;
  bottom: 0; */
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* margin: auto;
  left: 0;
  right: 0;
  display: inline-table; */


    position: absolute;
      top: calc(50% + 44px);
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);

}
/* .mv h1 {
  position: initial;
  order: 2;
  width: 100%;
  text-align: center;
  margin: 0;
} */
.mv_logo {
  position: initial;
  order: 1;
  margin: 0 auto 40px;
  transform: none;
    -webkit-transform: none;
}
.top_notice_innr dl {
    display: block;
}
.top_notice_innr dd {
    width: 95%;
}
.top_commodity_lineup_innr dl {
    display: block;
}
.top_commodity_lineup_innr dl dt {
  width: 100%;
  height: 360px;
}
.top_commodity_lineup_innr dl dt img {
    width: 100%;
}
.top_commodity_lineup_innr dl dd {
    width: 100%;
}
.top_commodity_lineup_innr dl dd ul li.fifty {
    height: 250px;
}
.top_commodity_lineup_innr dl dd ul li.tyoutokusendaiginjyo img {
  height: 90%;
}
.top_commodity_lineup_innr dl dd ul li {
    height: 160px;
}
.b_line_btn {
    width: 80%;
}
.b_line_btn a {
    font-size: 1.6rem;
}
.top_kameda_blog_innr dl {
    display: block;
    position: relative;
    height: 430px;
}
.top_kameda_blog_innr dl dt {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
    display: inline-table;
}
.top_kameda_blog_innr dl dd {
    position: absolute;
}
footer iframe{
  height: 250px;
}
.footer_address {
    margin: 0 50px 30px 50px;
}
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 640px) {
body{
  font-size: 1.5rem;
  line-height: 1.75em;
  margin:0;
}
.mv .h_tel {
    right: 5%;
}
.mv_logo .company_logo {
    width: auto;
    height: 55px;
    margin-bottom: 5px;
}
.mv_logo .logo {
    width: auto;
    height: 260px;
}
/* .mv h1 {
  font-size: 1.8rem;
  width: 90%;
  margin: 0 auto;
} */
.top_notice_ttl {
    width: 95px;
    padding-top: 10px;
    margin-right: 15px;
}
.top_notice_list {
    width: calc(100% - 110px);
}
.top_notice_innr {
    padding: 40px 0;
}
h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1.75em;
}
h2 span {
    font-size: 1.3rem;
    margin-top: 5px;
    line-height: 1em;
}
.top_commodity_lineup_innr dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.b_line_btn a {
    padding: 16px 0;
    font-size: 1.5rem;
}
.top_commodity_lineup_innr {
    padding: 40px 0;
}
.top_about_innr {
    padding: 40px 0;
}
.top_about_innr ul {
    display: block;
}
.top_about_innr li {
    width: 100%;
    max-width: 100%;
  margin-bottom: 20px;
}
.top_about_innr li:last-child {
  margin-bottom: 0px;
}
.top_about_innr li a {
    color: #000;
    display: flex;
}
.top_about_innr li a img {
    width: 50%;
}
.top_about_innr li p {
  padding: 5px;
  width: 50%;
}
.top_about_innr li span {
    font-size: 1.8rem;
}
.top_about_innr li p::before {
    width: 26px;
    height: 26px;
    right: 10px;
    top: auto;
    bottom: 10px;
}
.top_about_innr li p::after {
    width: 7px;
    height: 7px;
    right: 22px;
    top: auto;
    bottom: 20px;
}

/*ここから*/
.top_insta_innr {
    padding: 40px 0;
}
.top_insta_innr ul {
   
}
.top_insta_innr li {
    width: 47%;
    max-width: 47%;
  margin-bottom: 20px;
}
.top_insta_innr li:last-child {
  margin-bottom: 0px;
}
.top_insta_innr li a {
    color: #000;
    display: flex;
}
.top_insta_innr li a img {
    width: 100%;
}
.top_insta_innr li p {
  padding: 5px;
  width: 50%;
}
.top_insta_innr li span {
    font-size: 1.8rem;
}
.top_insta_innr li p::before {
    width: 26px;
    height: 26px;
    right: 10px;
    top: auto;
    bottom: 10px;
}
.top_insta_innr li p::after {
    width: 7px;
    height: 7px;
    right: 22px;
    top: auto;
    bottom: 20px;
}

/*ここまで*/
.top_kameda_blog {
    height: 430px;
    margin: 40px 0 0;
}
.top_kameda_blog_innr dl dd {
    width: 91%;
}
.top_kameda_blog_innr dl dd img{
    width: 70%;
}
.w_line_btn a {
    font-size: 1.5rem;
}
.top_kameda_blog_innr dl dd {
    margin-top: -85px;
    left: -46px;
    top: 0;
}
.top_online_store_innr {
    padding: 40px 0;
}
.top_online_store_innr ul {
    display: block;
}
.top_online_store_innr ul li {
    width: 65%;
    margin: 0 auto 20px;
}
.top_online_store_innr ul li:last-child {
  margin-bottom: 0;
}
.top_online_store_innr ul li a {
    padding: 25px 0;
}
.top_online_store_innr ul li::after {
    width: 15px;
    height: 15px;
}
.footer_innr {
    padding: 40px 0;
}
.footer_address {
    margin: 0 20px 30px 20px;
}
.footer_address img{
  max-width: 368px;
  width: 100%;
}
.footer_address p {
    margin: 16px 0;
}
.footer_innr ul{
  display: block;
  padding: 0 15px;
  margin-bottom: 40px;
}
.footer_innr ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
}
.footer_innr li:nth-child(1), .footer_innr li:nth-child(2), .footer_innr li:nth-child(3) {
    width: 100%;
}
.footer_innr ul li .sub {
  width: 100%;
}
.footer_innr ul li a{
  position: relative;
  padding-left: 15px;
}
.footer_innr ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top_commodity_lineup_innr dl dt {
    height: 320px;
}
.top_commodity_lineup_innr dl dt img {
    width: auto;
    height: 75%;
}
.contsNav.tyoutokusendaiginjyo::after {
    width: 350px;
    height: 115px;
}
.top_commodity_lineup_innr dl dd ul li.fifty {
    height: 220px;
}
.contsNav.kuwamanjyu::before {
    background: url(../img/kuwamanjyu2.jpg) no-repeat left center;
    background-size: cover;
}
.contsNav a:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0.6;
}
}
