@charset "UTF-8";

/* ----------------------------------------------- Reset */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------- 基本スタイル */
body {
 font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', "游ゴシック", YuGothic,'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
 font-weight: 500;
 font-size :15px;
 background-color: #000;
 color:#eee;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: none;
}
a{color:#ffa500;}
#main a:hover {
	top:1px;
	left:1px;
	position:relative;
}

hr {
  overflow: visible;
  height: 0;
 height: 1px;
 border-top: 1px solid #666;
 border-bottom: none;
 margin: 10px 0 20px;
}
small,.small {
  font-size: 80%;
}
b,strong {
  font-weight: bolder;
}
.center{text-align: center;}
.left{text-align:left;}
.right{text-align:right;}
i{
 margin-right: 5px;
}

/* ----------------------------------------------- header */
/* -------------------------------- パンくずリスト */
.breadcrumb {
 margin: 10px 15px;
 padding: 0;
 list-style: none;
 font-size:12px;
}
.breadcrumb li {
 display: inline;/*横に並ぶように*/
 list-style: none;
}

.breadcrumb li:after {/* >を表示*/
 content: '>';
 padding: 0 0.2em;
 color: #ccc;
 font-size:13px;
}
.breadcrumb li:last-child:after {
 content: '';
}
/* -------------------------------- */

/* ----------------------------------------------- main */
#main{
 line-height: 1.7;
}
/* ----------------------------------------------- index */
.index header{
 margin-bottom: 30px;
}
.index .header_box{
text-align: center;
padding-top: 30px;
}
.header_img{
	
}
.index h1{
 margin-bottom: 10px;
}
.index .header_box p{
margin-bottom: 1em;
}
.index .box1{
 border-top: solid 1px #ccc;
}
.index #main ul,.menu ul,.submenu{
 list-style-type: none;
}
.index #main p{
 margin-bottom: 1em;
}

.youtube {
 margin-top:40px;
 text-align: center;
}

/*  menu  */
.menu{
 border-top:solid 1px #e6b422;
 border-bottom: solid 1px #e6b422;
 padding: 10px 5px;
 margin-bottom: 30px;
}
.menu ul li{
 border-right: solid 2px #e6b422;
 padding: 7px;
 text-align: center;
 line-height: 1.2;
 font-weight: bold;
 font-size:17px;
}
.menu ul li:last-child{
 border-right: none;
}
.menu ul li a{
 color:#fff;
 text-decoration: none;
}
.menu ul li.current,.menu ul li a:hover{
color:#e6b422;
}

.menu .fa-caret-down{
font-size:18px;
}

/*  contents  */
.contents{
 padding: 60px 15px 45px;
 }
.animal{
 color: #aacf53;
}
.lineup_title{
font-size:18px;
text-align: center;
font-weight: bold;
margin-bottom: 30px;
}
.index h2{
 border-top: solid 1px #555;
 color:#fff;
 font-weight: normal;
 padding: 3px 7px;
 background: linear-gradient(to bottom, #3f3f3f, #111);
 font: size 18px;
}
.index h2 i{
 margin-right: 7px;
}
.index #main ul.mark{
 list-style-type: disc;
 margin-bottom: 1em;
}
ul.mark li{
 margin-left: 15px;
 color: #fff;
}
.index h3{
 color: #aacf53;
 font-size: 18px;
}

/*  point  */
.point_list li{
 text-align: center;
}
.point_list dt{
 font-size:16px;
 margin-bottom: 5px;
 display: inline-block;
 padding: 2px 10px;
 color:#fff;
 border-radius: 15px;
 font-weight: bold;
}
.point_list dt a{
 color:#fff;
 text-decoration: none;
}
.hb dt{background-color: #00ada9;}
.sc dt{background-color: #ef857d;}
.ag dt{background-color: #f3994f;}

dd:nth-child(3){
 font-weight: bold;
 margin-top: 10px;
 margin-bottom: 5px;
 color:#fff;
}
dd:nth-child(4),dd:nth-child(5){
 text-align: left;
}
dd:nth-child(5){
 margin-top: 1em;
 margin-bottom: 1em;
}
dd span{color:#fff;}
dd strong{
 color:#ffd900;
 font-size:18px;
 font-weight:bold;
}
.point_link a,.lineup a span{
 display: inline-block;
 padding: 2px 10px;
 text-decoration: none;
 color:#aacf53;
 border: solid 2px #aacf53;
 border-radius: 20px;
}
.hb .space{
 padding-bottom: 1.7em;
}

h4{
 font-size:16px;
 color:#aacf53;
}
.moru_c{
 padding: 7px 20px;
 margin-bottom: 1em;
}
.balloon {
 position: relative;
 display: inline-block;
 margin-left: 25px;
 padding: 7px 15px;
 min-width: 120px;
 max-width: 100%;
 color: #111;
 background: #fffacd;
 border-radius: 15px;
 }

.balloon:before {
 content: "";
 position: absolute;
 top: 50%;
 left: -25px;
 margin-top: -15px;
 border: 15px solid transparent;
 border-right: 15px solid #fffacd;
}

/*  package  */
.p_type h3{
 margin-bottom: 7px;
}
.p_type>div{
 margin-bottom: 1em;
}
.type_box{
 background-color: #fff;
 border-radius: 20px;
 margin: 2em 0;
 padding: 10px 20px;
 color:#111;
 }
 .box_howto{
margin-top:3em;
 }
 .box_howto ul{
margin-left: 30px;
 }
 .box_howto ul li{
  margin-bottom: 10px;
 }

/*  submenu  */
.submenu{
 margin: 20px 0;
 border-top:solid 1px #444;
 border-bottom:solid 1px #444;
}

.submenu li{
 border-right: solid 1px #000;
}
.submenu li:last-child{
 border-right: none;
}
.submenu li a{
 display: block;
 padding: 3px;
 text-align: center;
 text-decoration: none;
 color:#e6ac00;
 background-color: #444;
}
#main .submenu li a:hover{
 background-color: #000;
 top:0px;
	left:0px;
}

/* ----------------------------------------------- 製品ページ */
.food h1{text-align: center;}

/*　wrap左　*/
.item_img{
 text-align: center;
 padding-bottom: 10px;
}
.item_img2{
 padding: 10px 0;
 text-align: center;
}
.item_text p{
 max-width: 17em;
 margin: 0 auto;
}
.item_text p span{
 margin-left: 4em;
}

.food h2{
 border-radius: 5px;
 padding: 5px;
 text-align: center;
 color: #fff;
 max-width: 250px;
 margin: 7px auto;
 line-height: 1.2;
}

/*　wrap右　*/


.wrap_r .point{
 font-weight: bold;
 font-size:18px;
 padding: 0 15px 15px ;
 line-height: 1.4;
}

.wrap_r .point img{
 margin-bottom: 7px;
}
.feature{
 margin:0 0 1.5em 20px;
 }
 .feature li{
  margin-bottom: 5px;
 }
 .feature span,.rec_user span{
color: #ffd900;
 }
.food .feed{
 margin-bottom: 1em;
}
.food h4{
 font-size:16px;
 border-style: solid;
 border-width: 2px;
 border-radius: 7px;
 padding: 2px 12px;
 margin-bottom:5px;
 font-weight: 500;
 background-color: #222;
 border-color: #888;
}
.food h4 i{
 margin-right:7px;
}
.accordion .inner {
 padding: 10px 1em 0.5em 1em;
}
.food .value{
 list-style-type: none;
 margin-left: 0;
}

.inner ul{
 margin-left: 20px;
 margin-bottom: 1em;
}

.rec_user{
 /*border: dotted 2px #ccc;*/
 border-radius: 7px;
 padding: 5px 15px;
 margin-top: 1em;
 margin-bottom:1em;
 background-color:#444;
}

.rec_user ul{
 margin-left: 20px;
}
/* ----------------------------------------------- アコーディオン */
.accordion .ac_title{cursor: pointer;}
.accordion .inner {display: none;}

/* ----------------------------------------------- 色設定 */
#hairball h2{
 background-color:#00ada9;
}
#hairball .wrap_r .point,#hairball h3,#hairball h4,.hb dd:nth-child(3){
 color: #00ada9;
}

#skincoat h2{
 background-color:#ef857d;
}
#skincoat .wrap_r .point,#skincoat h3,#skincoat h4,.sc dd:nth-child(3){
 color: #ef857d;
}

#aging h2{
 background-color:#f3994f;
}
#aging .wrap_r .point,#aging h3,#aging h4,.ag dd:nth-child(3){
 color: #f3994f;
}

/* ----------------------------------------------- 脱酸素剤関連 */
.o2_link a{
 display: block;
 width: 150px;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #fff;
 color: #000;
 font-weight: bold;
 font-size:16px;
 border-radius: 7px;
}
#o2{
 padding: 5px 10px;
 border-radius: 7px;
 display: inline-block;
 text-align: left;
 background-color: #5f5f5f;
 line-height: 1.5;
}
#o2 h5{
 font-size:15px;
 margin-bottom: 7px;
}
#o2 h5 span{
 font-size:80%;
}
#o2 p{
 margin-left: 15px;
 font-size:13px;
}
/* ----------------------------------------------- footer */
.backlink,.reclink{
 text-align: center;
 padding: 20px 0;
}
.backlink img{
 width: 80px;
}
#footer {
 text-align: center;
 font-size: 13px;
 border-top: solid 1px #999;
 padding: 15px;
}
#footer ul {
 list-style-type: none;
}
#footer ul li{
 margin: 0;
}

/* ----------------------------------------------- モバイルのみ */

@media screen and (max-width: 480px) {
 .index .header_box p{
  text-align: left;
  margin-left:7px;
  margin-right:7px;
 }
.point_list li{
 margin-bottom: 1.5em;
}
.menu{
 border-bottom: none;
}
.menu ul li{
 border-right: none;
 border-bottom: solid 1px #e6b422;
 padding-left:0px;
 padding-right:0px;
}

.submenu li{
 border-right: none;
 border-bottom: solid 1px #000;
}
.plusmark div:first-child{
 margin-right: 0px;
 text-align: center;
 }
 .hb .space{
  padding-bottom: 0;
 }
.balloon {
 margin-left: 5px;
 margin-top: 30px;
}
.balloon:before {
 top: -15px;
 left: 50px;
 margin-left: -15px;
 border-bottom: 15px solid #fffacd;
}
.gifanime{
 text-align: center;
}
.box_howto ul{
 margin-left: 0px;
  }
.food #main .wrap,#o2{
 margin-left:7px;
 margin-right:7px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
 margin-top:20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

}

/* ----------------------------------------------- PCのみ */

@media screen and (min-width: 481px) {

 .header_box,#main,#footer{
  margin-left: auto;
  margin-right: auto;
 }
 .header_box,#main{
  max-width: 1200px;
 }
 #footer{
  max-width: 90%;
  min-width: 1200px;
 }
 .flex,.point_list,.box1{
  display: flex;
 }
 .box1,.moru_c,.type_box{
  align-items: center;
 }

 .box1 div:first-child{
  flex-basis: auto;
 }
 .box1 div:last-child{
  flex-shrink:0;
  flex-basis: 600px;
  margin-left: 20px;
 }
.menu ul,.submenu{
 display: flex;
 justify-content: space-between;
}
.menu ul li{
 width: calc(25% - 5px);
}
.submenu li{
 width: calc(20%);
}
.plusmark{
 display: flex;
 margin-bottom: 30px;
}
.plusmark div:first-child{
margin-right: 20px;
}
.pm_img,.gf_img{
margin-left: 20px;
}
.point_list,.sub_point{
 justify-content: space-between;
}
.point_list li{
width: calc(30% - 5px);
}
.balloon p{
 max-width: 38em;
}
.p_typebox{
 display: flex;
}
.p_typebox div:first-child{
 margin-right: 20px;
}
.box1 div:last-child{
 flex-basis: auto;
}
.p_img img{
max-width: 139px;
}
.box_howto{
 display: flex;
}

 .food .wrap{
  display: flex;
  padding-top: 30px;
  margin-bottom: 30px;
 }
   .food .wrap_l{
    flex:4;
    padding: 0 20px;
   }
   .food .wrap_r{
    flex:6;
    padding: 0 30px;
   }
}


