@charset "utf-8";
.f-links {
  display: none;
}
/*contact
 ----------------------------------------------------*/
.commoncontact {
  background: url("../img/common/comcontactbg@2x.png") repeat;
  background-size: 80%;
  position: relative;
  padding: 100px 0 85px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .commoncontact {
    padding: 40px 0 85px;
  }
}

.commoncontact .contactText {
  text-align: center;
  font-size: 2rem;
  line-height: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactText {
    font-size: 1.6rem;
  }
}
.commoncontact .contactBtnsBox {
  max-width: 810px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.commoncontact .contactBtnsBox .lBox {
  width: 48%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .commoncontact .contactBtnsBox .lBox {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactBtnsBox .lBox {
    width: 100%;
  }
}
.commoncontact .contactBtnsBox .lBox .nowBtn a {
  display: block;
  background: #01be9f;
  color: #fffa4d;
  font-size: 2.2rem;
  border-radius: 10px;
  padding: 40px 2% 30px;
  position: relative;
  box-shadow: 0px 6px 0px 0px #eaeaea;
  border-radius: 10px;
}
.commoncontact .contactBtnsBox .lBox .nowBtn a .iconSpan {
  color: #fffa4d;
}
.commoncontact .contactBtnsBox .lBox .nowBtn a .italic {
  color: #fffa4d;
  font-style: italic;
}
.commoncontact .contactBtnsBox .lBox .nowBtn a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: -15px;
  width: 75px;
  height: 50px;
  background: url(../img/common/comcontactqadna.svg) no-repeat 0 0;
  background-size: 100%;
}
.commoncontact .contactBtnsBox .lBox .nowBtn a:after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  /* margin-right: 8px; */
  /* vertical-align: -9px; */
  width: 360px;
  height: 100px;
  background: url(../img/common/comcontactbtndescimg.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  margin-top: -30px;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactBtnsBox .lBox .nowBtn a:after {
    width: 100%;
  }
}
.commoncontact .contactBtnsBox .lBox .nowBtn a:hover {
  background: #58c35f;
}
.commoncontact .contactBtnsBox .rBox {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .commoncontact .contactBtnsBox .rBox {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactBtnsBox .rBox {
    width: 100%;
  }
}
.commoncontact .contactBtnsBox .rBox .mailMagazenBtn a {
  display: block;
  background: #d13737;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  max-width: 310px;
  padding: 10px 6%;
  margin-bottom: 17px;
  box-shadow: 0px 6px 0px 0px #eaeaea;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactBtnsBox .rBox .mailMagazenBtn a {
    width: 100%;
    max-width: 100%;
  }
}
.commoncontact .contactBtnsBox .rBox .mailMagazenBtn a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  vertical-align: -8px;
  width: 25px;
  height: 30px;
  background: url(../img/header/mailmagazinicon.svg) no-repeat 0 0;
  background-size: contain;
}
.commoncontact .contactBtnsBox .rBox .mailMagazenBtn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.commoncontact .contactBtnsBox .rBox .mailMagazenBtn a:hover {
  background: #ff6124;
}
.commoncontact .contactBtnsBox .rBox .onlineShopBtn a {
  display: block;
  background: #d13737;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 10px;
  position: relative;
  max-width: 310px;
  padding: 10px 6%;
  box-shadow: 0px 6px 0px 0px #eaeaea;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .commoncontact .contactBtnsBox .rBox .onlineShopBtn a {
    width: 100%;
    max-width: 100%;
  }
}
.commoncontact .contactBtnsBox .rBox .onlineShopBtn a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  vertical-align: -8px;
  width: 32px;
  height: 30px;
  background: url(../img/header/carticon.svg) no-repeat 0 0;
  background-size: contain;
}
.commoncontact .contactBtnsBox .rBox .onlineShopBtn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.commoncontact .contactBtnsBox .rBox .onlineShopBtn a:hover {
  background: #ff6124;
}
/*pagetop
 ----------------------------------------------------*/
#page-top {
  position: fixed;
  width: 64px;
  height: 64px;
  right: 64px;
  bottom: 64px;
  z-index: 30;
}
@media only screen and (max-width: 768px) {
  #page-top {
    right: 12px;
    bottom: 82px;
  }
}
/*footer
 ----------------------------------------------------*/
.footerLogo {
  width: 200px;
  height: 50px;
}
.copy {
  background: #01be9f;
  text-align: center;
  color: #fff;
  padding: 30px 2%;
}
footer {
  padding: 85px 0 0;
  /*END footerSyokuhin*/
  /*END footerBanner*/
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  footer .footerSyokuhin .lBox {
    width: 100%;
    order: 2;
    padding-top: 40px;
  }
}
footer .footerSyokuhin .rBox {
  display: flex;
}
@media only screen and (max-width: 768px) {
  footer .footerSyokuhin .rBox {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footerSyokuhin .rBox {
    display: block;
    width: 100%;
    padding-top: 0;
    order: 1;
  }
}
@media only screen and (max-width: 600px) {
  footer .footerSyokuhin .footerInfoText {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
footer .footerSyokuhin .footerNavi {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 0 20px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  footer .footerSyokuhin .footerNavi {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  footer .footerSyokuhin .footerNavi {
    border: none;
    padding-right: 0;
    padding-left: 0;
  }
}
footer .footerSyokuhin .footerNavi + .footerNavi {
  border-left: none;
}
@media only screen and (max-width: 600px) {
  footer .footerSyokuhin .footerNavi + .footerNavi {
    padding-top: 40px;
  }
}
footer .footerSyokuhin .footerNavi > li:first-child {
  margin-bottom: 0.8em;
}
footer .footerSyokuhin .footerNavi > li:first-child > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background-color: #fff;
}
footer .footerSyokuhin .footerNavi > li:first-child > a img {
  max-width: 90%;
}
footer .footerSyokuhin .footerNavi > li:nth-child(n+2) {
  margin-top: 0.4em;
}
footer .footerSyokuhin .footerNavi > li:nth-child(n+2) a::before {
  content: "";
  display: inline-block;
  margin-right: 0.26em;
  vertical-align: 0.1em;
  width: 0.55em;
  height: 0.55em;
  background: #01be9f;
  border-radius: 50%;
}
footer .footerSyokuhin .footerNavi > li:nth-child(n+2) a:hover {
  color: #01be9f;
}
footer .footerSyokuhin .footerNavi > li > ul {
  padding-left: 1.5em;
}
footer .footerSyokuhin .footerNavi > li > ul > li {
  margin-top: 0.2em;
}
footer .footerSyokuhin .footerNavi > li > p {
  border-bottom: 1px solid #00be9f;
  padding-bottom: 0.1em;
}
footer .footerBanner {
  padding: 55px 0 37px;
}
footer .footerBanner .footerBannerTitle {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 3px #fff solid;
  margin-bottom: 25px;
}
footer .footerBanner li {
  width: 23.75%;
  margin-bottom: 20px;
}
footer .footerBanner ul::after {
  content: "";
  width: 49.2%;
  height: 1px;
}

@media only screen and (max-width: 768px) {
  footer .footerBanner li {
    width: 48%;
    margin-bottom: 20px;
  }
}
/*END footer*/
@media only screen and (min-width: 769px) {
  .footerFix {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .footerFix {
    height: 70px;
    position: relative;
    z-index: 900;
  }
  .footerFix > a {
    display: flex;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .footerFix > a .txt {
    flex-grow: 1;
    padding-top: 8px;
    text-align: center;
  }
  .footerFix > a .txt p:nth-of-type(1) {
    display: table;
    margin: 0 auto;
    padding: 0.2em 1em;
    border-radius: 2em;
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  .footerFix > a .txt p:nth-of-type(2) {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
  .footerFix > a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    background-color: #fff6aa;
  }
  .footerFix.bgGreen > a .txt {
    background-color: #01be9f;
  }
  .footerFix.bgGreen > a p:nth-of-type(1) {
    background-color: #fff;
    color: #01be9f;
    font-size: 1.3rem;
  }
  .footerFix.bgGreen > a p:nth-of-type(2) {
    color: #fffa4d;
  }
  .footerFix.bgRed > a .txt {
    background-color: #d13737;
  }
  .footerFix.bgRed > a p:nth-of-type(1) {
    background-color: transparent;
    color: #fff;
    font-size: 1.1rem;
  }
  .footerFix.bgRed > a p:nth-of-type(2) {
    color: #fff6aa;
  }
}

.company-link{
  display: inline-block;
  margin-top: 10px;
  background: #01be9f;
  color: #FFF;
  padding: 10px;
  width: 200px;
  text-align: center;
}