@charset "UTF-8";

/*共通部分*/
.sp_nav_btn {
 position: absolute;
 right: 42px;
 top: 27px;
}

.sp_nav_btn a {
 color: #55260d;
}

.sns li {
 vertical-align: top;
 line-height: 0;
}

.indent {
 padding-left: 1em;
 text-indent: -1em;
}

.fz-small {
 font-size: 1.7rem !important;
}

/**********************************************************************
 ページヘッダ - className : Header-site
***********************************************************************/
.Header-site {
 background: #000;
 color: white;
 margin-bottom: 0;
 padding-top: 20px;
 padding-bottom: 20px;
}

.Header-site a {
 color: white;
}

.Header-site a:hover {
 text-decoration: none;
}

/**********************************************************************
 ページタイトル - className : Page_title
***********************************************************************/
.Page_title {
 background: #666;
}

/**********************************************************************
 ページタイトル - className : Page_title
***********************************************************************/
.Sp-nav {
 opacity: 0;
 height: 0;
}

/**********************************************************************
 ページフッタ - className : Footer-site
***********************************************************************/
.Footer-site {
 background: black;
 padding-top: 40px;
 padding-bottom: 40px;
}

/**********************************************************************
 ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
 cursor: pointer;
 position: fixed;
 bottom: 50px;
 right: 50px;
 width: 80px;
 height: 80px;
}

.Pagetop.fixed {
 position: absolute;
 top: -40px;
}

a {
 transition: all .3s;
}

a:hover {
 opacity: .8;
}

a img {
 border-style: none;
}

/**********************************************************************
 MV - className : MV_lower
***********************************************************************/
.MV_lower {
 background: url("/content/dam/sites/jp_unicharmpet_com/bestbalance/common/mv_bg.png");
 border-bottom: 4px solid #55260d;
}

.MV_lower .Sp-nav {
 height: auto !important;
 background-color: #dea62c !important;
 padding-bottom: 3px;
 overflow-y: scroll;
}

.MV_lower .Sp-nav .sp_nav-upper {
 background-color: #fff;
 border-right: solid 20px #f2d293;
 border-left: solid 20px #f2d293;
 padding: 10px 28px 10px 20px;
}

.MV_lower .Sp-nav .sp_nav-upper:after {
 content: '';
 display: block;
 clear: both;
}

.MV_lower .Sp-nav .sp_nav-upper img {
 float: left;
}

.MV_lower .Sp-nav .sp_nav-upper .close-sp_nav {
 float: right;
 margin-top: 15px;
}

.MV_lower .Sp-nav .sp_nav-upper .close-sp_nav i {
 color: #dea62c;
}

.MV_lower .Sp-nav .cf {
 width: 100%;
}

.MV_lower .Sp-nav .cf li {
 width: 100%;
 text-align: center;
}

.MV_lower .Sp-nav .cf li a {
 display: block;
 color: #fff;
 font-size: 1.4rem;
 padding: 30px 10px;
 border-bottom: solid 1px #fff;
}

@media screen and (orientation: landscape) {
 .MV_lower .Sp-nav {
  height: 100% !important;
 }

 .MV_lower .Sp-nav .sp_nav-upper {
  background-color: #fff;
  border-right: solid 20px #f2d293;
  border-left: solid 20px #f2d293;
  padding: 10px 28px 10px 20px;
 }

 .MV_lower .Sp-nav .sp_nav-upper:after {
  content: '';
  display: block;
  clear: both;
 }

 .MV_lower .Sp-nav .sp_nav-upper img {
  float: left;
 }

 .MV_lower .Sp-nav .sp_nav-upper .close-sp_nav {
  float: right;
 }

 .MV_lower .Sp-nav .sp_nav-upper .close-sp_nav i {
  color: #dea62c;
 }

 .MV_lower .Sp-nav .cf {
  width: 100%;
 }

 .MV_lower .Sp-nav .cf li {
  width: 100%;
  height: 18%;
  text-align: center;
 }

 .MV_lower .Sp-nav .cf li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px;
  border-bottom: solid 1px #fff;
 }
}

.nav_lower {
 background: url("/content/dam/sites/jp_unicharmpet_com/bestbalance/common/bg_lower_nav.gif");
 height: 90px;
}

.nav_lower ul li {
 width: 20%;
 height: 90px;
 float: left;
 box-sizing: border-box;
 border-right: 1px solid #b6946a;
 border-top: 1px solid #b6946a;
 text-align: center;
 display: table;
 vertical-align: baseline;
 table-layout: fixed;
}

.nav_lower ul li:first-child {
 border-left: 1px solid #b6946a;
}

.nav_lower ul li a {
 display: table-cell;
 text-align: center;
 vertical-align: bottom;
 padding-bottom: 10px;
}

/**********************************************************************
 商品ラインアップ - className : lineup
***********************************************************************/
.lineup {
 background-size: cover;
}

.lineup .lineup_upper {
 padding: 0 165px;
 margin-bottom: 40px;
}

.lineup .lineup_lower {
 padding: 0 165px;
}

.lineup .lineup_upper > div,
.lineup .lineup_lower > div {
 padding: 0 20px;
}

.lineup span {
 display: block;
 font-size: 1.2rem;
}

.lineup .modal_btn {
 display: block;
 max-width: 235px;
 margin: 30px auto 0;
}

.new3kind span {
 display: inline-block;
 color: #fff;
 text-align: center;
 font-size: 1.0rem;
}

/**********************************************************************
 バナーエリア - className : banner
***********************************************************************/
.banner {
 padding-bottom: 0;
}

.banner .bnr {
 display: block;
 max-width: 700px;
 margin: 0 auto 100px;
}

.nav {
 padding: 30px 0;
 background-color: #fbf5ea;
}

@media only screen and (max-width: 767px) {
 .nav {
  padding: 30px 10px;
 }
}

.nav ul {
 width: 690px;
 margin: 0 auto;
}

@media only screen and (max-width: 767px) {
 .nav ul {
  width: 100%;
 }
}

.nav ul li {
 display: inline-block;
 position: relative;
}

.nav ul li:after {
 content: '/';
 position: absolute;
}

.nav ul li a {
 text-decoration: underline;
 padding: 0 5px;
}

.nav ul li:last-child:after {
 content: "";
}

@media only screen and (max-width: 767px) {
 .banner {
  padding-top: 0;
 }

 .banner .nav ul {
  width: 240px;
  text-align: center;
 }

 .nav {
  padding: 30px 60px;
  text-align: center;
 }
}

/**********************************************************************
 ECサイトでのご購入はこちらから - className :conv
***********************************************************************/
.conv {
 padding: 60px 0;
 background-color: #fbf5ea;
}

.conv .ttl_04_lower {
 border: none;
 line-height: 1;
}

.conv .conv_btn {
 padding: 0;
}

.conv .conv_btn a {
 display: block;
 padding: 0 20px;
}

.conv .dog_food {
 position: absolute;
 top: -40%;
}

@media only screen and (max-width: 1079px) {
 .conv {
  padding: 60px 40px;
 }

 .conv .dog_food {
  top: -20%;
  left: -5%;
 }

 .conv .dog_food img {
  width: 80%;
  height: 80%;
 }
}

@media only screen and (max-width: 767px) {
 .conv {
  padding: 60px 40px;
 }

 .conv .dog_food {
  top: -14%;
  left: -4%;
 }

 .conv .dog_food img {
  width: 50%;
  height: 50%;
 }
}

.conv .modal-content {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 -webkit-transform: translateY(-50%) translateX(-50%);
}

.conv .close-content01 {
 position: relative;
 background: #fff;
 border-radius: 10px;
 color: #000;
 display: block;
 text-align: center;
 margin: 0 auto;
 width: auto;
 max-width: 300px;
}

.conv .close-content01:before {
 content: "x";
 position: absolute;
 top: 10px;
 right: 10px;
 color: #000;
}

/**********************************************************************
 さらに知る - className : more
***********************************************************************/
.about_lower .ttl_04_lower {
 line-height: 1.2;
}

.about_lower .more_img {
 position: absolute;
 left: 12.96296%;
}

.about_lower .more_md {
 position: absolute;
 bottom: -25%;
 left: 5%;
 z-index: -1;
}

.about_lower .onepoint {
 position: relative;
 margin-top: 60px;
}

.about_lower .onepoint .ttl_onepoint {
 position: absolute;
 top: -15px;
 left: 10px;
 z-index: 2;
}

.about_lower .onepoint .onepoint_inner {
 display: block;
 background: #fbf5ea;
 padding: 25px;
 padding-top: 35px;
 margin-left: -10px;
 font-size: 1.6rem;
 font-weight: bold;
 text-align: center;
 position: relative;
}

.about_lower .onepoint .onepoint_inner:after {
 position: absolute;
 content: "";
 display: block;
 width: 100%;
 height: 83px;
 background: #f7e2b3;
 z-index: -1;
 bottom: -10px;
 right: -10px;
}

.about_lower figure {
 position: absolute;
 left: -5%;
 bottom: -5%;
}

@media only screen and (max-width: 767px) {
 .about_lower .more_img {
  position: static;
  text-align: center;
 }

 .about_lower .onepoint .onepoint_inner {
  text-align: left;
 }

 .about_lower .more_md {
  bottom: 52%;
  left: -9%;
  width: 30%;
 }

 .about_lower figure {
  position: absolute;
  left: -5%;
  bottom: -10%;
 }
}

/**********************************************************************
 他の犬種を見る - className : other
***********************************************************************/
@media only screen and (max-width: 767px) {
 .other.container_liquid {
  padding-right: 15px;
  padding-left: 15px;
 }
}

.other .other_left {
 border-right: 1px dashed #55260d;
}

.other .other_left header h3 {
 padding: 75px 0;
 width: 190px;
 margin-right: 60px;
}

@media only screen and (max-width: 818px) {
 .other .other_left header h3 {
  width: 180px;
  height: auto;
 }
}

.other .other_right {
 padding-top: 10px;
}

.other ul {
 padding-left: 30px;
 text-align: center;
}

.other ul li {
 display: inline-block;
}

@media only screen and (max-width: 767px) {
 .other .other_left {
  border: none;
 }

 .other .other_left header h3 {
  padding: 0 0 20px 0;
  text-align: center;
  margin: 0 auto;
 }

 .other .other_right {
  padding-top: 0;
 }

 .other ul {
  width: 342px;
  margin: 0 auto;
  padding-left: 0;
 }
}

area {
 border: none;
 outline: none;
}
