@charset "UTF-8";

@font-face {
  font-family: 'NotoSansCJKjp-Black';
  src: url("../fonts/NotoSansCJKjp-Black.otf");
  src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}
.font-notoSans {
  font-family: 'NotoSansCJKjp-Black';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:link, a:visited {
  text-decoration: none;
}
a {
  outline: none;
}
#container {
  background: url(../img/bg.gif) repeat 0 0;
  line-height: 1.1;
}
#content .section h2 {
  color: #fff;
  background: url(../img/icon_product.png) no-repeat 0 0;
}

@media screen and (max-width: 640px) {
  .br_pc {
    display: none;
  }
  #content .section {
    padding-top: 10px;
  }
  #content .section + .section {
    margin-top: 10px;
  }
  #content .section h2 {
    height: 43px;
    margin-bottom: 12px;
    font-size: 22px;
    background-size: auto 43px;
    padding-left: 36px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 641px) {
  .br_sp {
    display: none;
  }
  #container {
    overflow: hidden;
    min-width: 1000px;
  }
  #content {
    width: 950px;
    margin: 0 auto;
  }
  #content .section {
    padding-top: 20px;
  }
  #content .section + .section {
    margin-top: 20px;
  }
  #content .section h2 {
    height: 44px;
    margin-bottom: 20px;
    background-position: 2px 0;
    background-size: 28px auto;
    padding-left: 39px;
    font-size: 28px;
    line-height: 1.5;
  }
}

/* header
-------------------------------------------- */

#container .header {
  background: #000000;
}
.header__logo {
  padding: 9px 5px 10px 11px;
  line-height: 10px;
  float: left;
}
.header__toggleBtn {
  display: none;
}
.header .nav {
  float: left;
}
.header .nav__items {
}
.header .nav__items li{float:left;margin:0 0 0 0;}

.header .nav__items li a {
  display: block;
}
.header .link_ice {
  float: right;
}
.header .link_ice a {
  display: block;
  padding: 12px 9px;
}

@media screen and (min-width: 641px) {
  #container .header {
    height: 80px;
  }
  .header__inner {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../img/bg_header.png) repeat-x 0 0;
  }
  .header .nav__items li a:hover,
  .header .nav__items .current {
    background: url(../img/bg_nav_on.png) repeat-x 0 0;
  }
  .header .close {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .header {
    height: 49px;
  }
  .header__logo {
    padding: 10px 0 0 10px;
  }
  .header__logo img {
    height: 31px;
    width: auto;
  }
  .header__toggleBtn {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__toggleBtn__icon {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 22px;
    height: 4px;
    border-radius: 2px;
    margin: 7px 0 0 -11px;
    background: #fff;
    transition-duration: 0.2s;
  }
  .header__toggleBtn__icon:before, .header__toggleBtn__icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transition-duration: 0.2s;
  }
  .header__toggleBtn__icon:before {
    margin-top: -9px;
  }
  .header__toggleBtn__icon:after {
    margin-top: 5px;
  }
  .header__toggleBtn.is-open {
    border-width: 0;
  }
  .header__toggleBtn.is-open .header__toggleBtn__icon {
    background: transparent !important;
  }
  .header__toggleBtn.is-open .header__toggleBtn__icon:before, .header__toggleBtn.is-open .header__toggleBtn__icon:after {
    background-color: #fff !important;
  }
  .header__toggleBtn.is-open .header__toggleBtn__icon:before {
    margin-top: -3px;
    margin-left: -2px;
    width: 26px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header__toggleBtn.is-open .header__toggleBtn__icon:after {
    margin-top: -3px;
    margin-left: -2px;
    width: 26px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .header__menuWrapper {
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 49px;
    left: 0;
    display: none;
    z-index: 10;
    background: url(../img/bg_header_sp.png) repeat-x 0 0;
    background-size: auto 227px;
  }
  .header .nav {
    float: none;
    margin-left: 0;
    padding-top: 0px;
    width: 100%;
  }
  .header .nav__items {
    overflow: hidden;
    position: relative;
  }
  .header .nav__item {
    float: none;
    font-size: 16px;
    margin-left: 0px;
    padding-bottom: 2px;
    clear: both;
    width: 100%;
    background: url(../img/nav_line_sp.png) repeat-x 0 bottom;
  }
  .header .nav__item a {
    height: 42px;
    color: #fff;
    display: block;
    position: relative;
    background-size: auto 100% !important;
  }
  .header .nav__items li a img {
    display: none;
  }
  .header .nav__items .nav01 a {
    background: url(../img/nav_01_sp.png) no-repeat 0 0;
  }
  .header .nav__items .nav02 a {
    background: url(../img/nav_02_sp.png) no-repeat 0 0;
  }
  .header .nav__items .nav03 a {
    background: url(../img/nav_03_sp.png) no-repeat 0 0;
  }
  .header .nav__items .nav04 a {
    background: url(../img/nav_04_sp.png) no-repeat 0 0;
  }
  .header .link_ice {
    float: none;
    margin-top: 0;
    margin-left: 0;
  }
  .header .link_ice a {
    height: 51px;
    padding: 0;
    background: url(../img/link_ice_sp.png) no-repeat 0 0;
    background-size: auto 100% !important;
  }
  .header .link_ice a img {
    display: none;
  }
  .header .close {
    display: block;
  }
  .header .close a {
    display: block;
    padding: 12px 0;
    background: #00b0ec;
    font-size: 12px;
    text-align: center;
  }
  .header .close a:link, .header .close a:visited {
  	color: #fff;
  }
  .header .close a:hover, .header .close a:active {
  	color: #fff;
  }
  .header .close a span {
    display: block;
    width: 40px;
    margin: 0 auto;
    padding-left: 18px;
    background: url(../img/icon_close.png) no-repeat left center;
    background-size: 12px 12px;
    line-height: 1.1;
  }
}


/* --------------------------------------------------
 Top
-------------------------------------------------- */

@media screen and (max-width: 640px) {
  .top #container {
    background: url(../../img/bg_sp.jpg) repeat 0 0;
    background-size: 100% auto;
  }
  .top #content .content_inner {
    margin: 0 3.125%;
  }
}
@media screen and (min-width: 641px) {
  .top #container {
    background: url(../../img/bg.jpg) repeat 0 -50px;
  }
}

/* kv
-------------------------------------------- */

.top #content .kv {
  position: relative;
}
.top #content .bnrArea ul li {
  background: #fff;
}

@media screen and (max-width: 640px) {
  .top #content .kv {
    height: 0;
    padding-top: 99.375%;
    background: url(../../img/kv_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  .top #content .kv img {
    position: absolute;
    left: 15.125%;
    top: 4%;
    width: 71.75%;
    height: auto;
  }
  #content .bnrArea {
    margin: 5% 3.125%;
  }
  #content .bnrArea ul li img {
    width: 100%;
    height: auto;
  }
  #content .bnrArea ul li + li {
    margin-left: 0;
    margin-top: 5%;
  }
	#content .bnrArea ul li.no_image {
		display: none;
	}
}
@media screen and (min-width: 641px) {
  .top #content .kv {
    height: 493px;
    margin-top: 32px;
    background: url(../../img/kv.jpg) no-repeat 0 0;
  }
  .top #content .kv img {
    position: absolute;
    left: 522px;
    top: 32px;
  }
  .top #content .bnrArea {
    margin: 35px 0 25px;
  }
  .top #content .bnrArea ul {
    /*width: 600px;
    margin: 0 auto;*/
  }
  .top #content .bnrArea ul li {
    display: inline-block;
  }
  .top #content .bnrArea ul li:nth-child(2n) {
    margin-left: 25px;
  }
  .top #content .bnrArea ul li:nth-child(3),
	.top #content .bnrArea ul li:nth-child(4) {
    margin-top: 30px;
  }
}

/* product
-------------------------------------------- */

.top #product .lead {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.top #product .lead dt {
  font-style: italic;
  line-height: 1.3;
}
.top #product .lead dd {
  line-height: 1.6;
}
.top #product .menu {
  background: url(../../img/menu_bg.png) repeat 0 0;
}
.top #product .product li {
  overflow: hidden;
  background: #fff;
}
.top #product .product li .img {
  position: relative;
}
.top #product .product li .img .limited {
  position: absolute;
}
.top #product .product li .text h3 {
  font-style: italic;
  line-height: 0.9;
}
.top #product .product li .text h3 + p {
  line-height: 1.5;
}
.top #product .product .colum .nutrient caption {
	padding-bottom: 6px;
	font-weight: bold;
  text-align: left;
}
.top #product .product .colum .nutrient th {
	padding: 3px;
	text-align: left;
	font-weight: normal;
}
.top #product .product .colum .nutrient td {
	padding: 3px;
}
.top #product .product .colum .nutrient .color th,
.top #product .product .colum .nutrient .color td {
	background: #e5e5e5;
}
.top #product .product .colum .material dt {
	margin-bottom: 6px;
	font-weight: bold;
}
.top #product .product .colum .material dd {
	padding: 10px;
	background: #e5e5e5;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .top #product .lead {
    padding: 10px 9px 18px;
  	background-image: url(../../img/bg_01_sp.png);
    background-size: auto 100%;
    letter-spacing: -.5px;
  }
  .top #product .lead dt {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .top #product .lead dt .kerning1 {
    letter-spacing: -10px;
  }
  .top #product .lead dd {
    font-size: 14px;
  }
  .top #product .menu li img {
    width: 100%;
    height: auto;
  }
  .top #product .product li {
    margin-top: 3.125%;
  }
  .top #product .product li .img img {
    width: 100%;
    height: auto;
  }
  .top #product .product li .img .limited {
    right: 1.666%;
    top: 1.666%;
    width: 22.666%;
  }
  .top #product .product li .img .limited img {
    width: 100%;
    height: auto;
  }
  .top #product .product li .text {
    padding: 20px 10px 10px;
  }
  .top #product .product li .text h3 {
    margin-bottom: .3em;
    font-size: 27px;
    line-height: 1.1;
  }
  .top #product .product li .text h3 span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
  }
  .top #product .product li .text h3 + p {
    font-size: 14px;
  }
  .top #product .product .colum {
    margin-top: 1.6em;
  }
  .top #product .product .colum .nutrient {
    width: 100%;
    font-size: 12px;
  }
  .top #product .product .colum .nutrient caption {
    font-size: 13px;
  }
  .top #product .product .colum .nutrient th {
    width: 40%;
  }
  .top #product .product .colum .nutrient td {
    width: 60%;
  }
  .top #product .product .colum .material {
    margin-top: 1.5em;
  }
  .top #product .product .colum .material dt {
    font-size: 13px;
  }
  .top #product .product .colum .material dd {
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) {
  .top #product .lead {
    padding: 36px 35px;
  	background-image: url(../../img/bg_01.png);
  }
  .top #product .lead dt {
    margin-bottom: 13px;
    font-size: 27px;
  }
  .top #product .lead dd {
    font-size: 18px;
  }
  .top #product .menu {
    overflow: hidden;
  }
  .top #product .menu li {
    float: left;
  }
  .top #product .product li {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 30px 0 #003267;
    -moz-box-shadow: 0 0 30px 0 #003267;
    box-shadow: 0 0 30px 0 #003267;
  }
  .top #product .product li .img {
    float: left;
    width: 317px;
  }
  .top #product .product li .img .limited {
    right: 10px;
    top: 8px;
  }
  .top #product .product li .text {
    position: relative;
    float: left;
    width: 573px;
    height: 338px;
    padding: 20px 30px 0 30px;
  }
  .top #product .product li .text h3 {
    margin-bottom: 14px;
    font-size: 44px;
  }
  .top #product .product li .text h3 span {
    font-size: 28px;
  }
  .top #product .product li .text h3 + p {
    font-size: 18px;
  }
  .top #product .product .colum {
    overflow: hidden;
    margin-top: 20px;
  }
  .top #product .product .colum .nutrient {
    float: left;
    width: 168px;
    font-size: 11px;
  }
  .top #product .product .colum .nutrient caption {
    font-size: 12px;
  }
  .top #product .product .colum .nutrient th {
    width: 55%;
  }
  .top #product .product .colum .nutrient td {
    width: 45%;
  }
  .top #product .product .colum .material {
    float: left;
    width: 290px;
    margin-left: 30px;
  }
  .top #product .product .colum .material dt {
    font-size: 12px;
  }
  .top #product .product .colum .material dd {
    font-size: 11px;
  }

  .top #product02 .colum {
    margin-top: 46px !important;
  }
}


/* point
-------------------------------------------- */

.top #point .lead {
  color: #fff;
}
.top #point .lead dt {
  font-style: italic;
  line-height: 1.2;
}
.top #point .lead dd {
  line-height: 1.6;
}
.top #point .section_box {
  background: #fff;
}
.top #point .section_box .text h3 {
  font-style: italic;
  line-height: 1.2;
}
.top #point .section_box .text h4 {
  margin-bottom: .6em;
}
.top #point .section_box .text p {
  font-weight: bold;
}
.top #point .section_box .text p + p {
  margin-top: 1em;
}
.top #point .section_box .text p strong {
  color: #e60012;
}
.top #point .section_box .text .column {
  background: #afe8fb;
  line-height: 1.6;
}
.top #point .section_box .text .note {
  display: block;
  margin-top: 1em;
  font-weight: normal;
}
.top #point .section_box .text .note strong {
  font-weight: normal;
}
.top #point .section_box .text .column .note {
  margin-top: .5em;
}

.top #point .netsuzero h3 {
  font-style: italic;
  color: #0050b3;
  line-height: 1.2;
}
.top #point .netsuzero h3 span {
  display: block;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .top #point .lead {
    height: 290px;
    padding: 15px 9px 0;
    background: url(../../img/bg_02_sp.png) no-repeat right bottom #4193cf;
    background-size: auto 151px;
  }
  .top #point .lead dt {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .top #point .lead dd {
    font-size: 14px;
  }
  .top #point .section_box {
    margin-top: 10px;
    padding: 5px 0 10px;
  }
  .top #point .section_box .inner {
    padding: 0 10px;
  }
  .top #point .section_box .text h3 {
    margin-bottom: 16px;
    font-size: 27px;
  }
  .top #point .section_box .text h3 span {
    font-size: 16px;
  }
  .top #point .section_box .text h4 {
    font-size: 16px;
  }
  .top #point .section_box .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .top #point .section_box .text .column {
    margin-top: 10px;
  	padding: 15px 10px;
    font-size: 10px;
    line-height: 1.6;
  }
  .top #point .section_box .text .column h4 {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .top #point .section_box .text .column + .inner p:first-of-type  {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: -.3px;
  }
  .top #point .section_box .text .note {
    font-size: 10px;
  }
  .top #point .section_box .img {
    margin-top: 6%;
    text-align: center;
  }
  .top #point .point01 {
    padding-bottom: 6%;
  }
  .top #point .point01 .img img {
    width: 49.66%;
    height: auto;
  }
  .top #point .point02 {
    padding-bottom: 12%;
  }
  .top #point .point02 .img img {
    width: 78.5%;
    height: auto;
  }
  .top #point .point02 .text .column ul {
    font-size: 14px !important;
  }

  .top #point .netsuzero {
    padding: 16px 0 20px !important;
  }
  .top #point .netsuzero h3 {
    margin-bottom: 15px;
    font-size: 24.5px;
    line-height: 1.2;
  }
  .top #point .netsuzero h3 span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  .top #point .netsuzero .text p {
    margin-top: 15px;
  }
  .top #point .netsuzero .text .btn {
    margin-top: 18px;
  }
  .top #point .netsuzero .text .btn img {
    width: 100%;
    height: auto;
  }
  .top #point .netsuzero .note {
    margin-top: 4px !important;
  }
  .top #point .netsuzero .img {
    margin-top: 0
  }
  .top #point .netsuzero .img img {
    width: 100% !important;
  }
}
@media screen and (min-width: 641px) {
  .top #point .lead {
    height: 272px;
    padding: 34px 0 0 30px;
    background: url(../../img/bg_02.jpg) no-repeat 0 0;
  }
  .top #point .lead dt {
    margin-bottom: 10px;
    font-size: 44px;
  }
  .top #point .lead dd {
    font-size: 18px;
  }
  .top #point .section_box {
    overflow: hidden;
    margin-top: 30px;
    padding: 12px 30px 30px;
  }
  .top #point .section_box .text {
    float: left;
    width: 620px;
  }
  .top #point .section_box .text h3 {
    margin-bottom: 23px;
    font-size: 44px;
  }
  .top #point .section_box .text h3 span {
    font-size: 28px;
  }
  .top #point .section_box .text h4 {
    font-size: 28px;
  }
  .top #point .section_box .text p {
    font-size: 18px;
  	line-height: 1.6;
  }
  .top #point .section_box .text .column {
    width: 535px;
    margin-top: 15px;
  	padding: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .top #point .section_box .text .column h4 {
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .top #point .section_box .text .column + .inner p:first-of-type  {
    margin-top: 15px;
  }
  .top #point .section_box .text .note {
    font-size: 11px;
  }
  .top #point .section_box .img {
    float: left;
    margin-top: 130px;
    margin-left: 10px;
  }

  .top #point .netsuzero {
    padding-top: 30px !important;
  }
  .top #point .netsuzero h3 {
    margin-bottom: 40px;
    font-size: 44px;
  }
  .top #point .netsuzero h3 span {
	margin-top: 10px;
    font-size: 26px;
  }
  .top #point .netsuzero .text {
    width: 590px !important;
  }
  .top #point .netsuzero .text .btn {
    margin-top: 20px !important;
  }
  .top #point .netsuzero .note {
    margin-top: 5px !important;
  }
  .top #point .netsuzero .img {
    float: right;
    margin-top: 0;
    margin-left: 0;
  }
}

/* pagetop
-------------------------------------------- */

@media screen and (max-width: 640px) {
  #content .pagetop {
    display: none;
  }
  #content .pagetop_sp {
    width: 64.843%;
    max-width: 208px;
    margin-top: -6.25%;
    margin-left: auto;
    margin-right: 1.093%;
  }
  #content .pagetop_sp img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 641px) {
  #content .pagetop {
    width: 268px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: 0;
  }
  #content .pagetop_sp {
    display: none;
  }
}



/* --------------------------------------------------
 Story
-------------------------------------------------- */

@media screen and (max-width: 640px) {
  .story #content .content_inner {
    margin: 0;
  }
  .story #content .comic_img {
    display: none;
  }
  .story #content .section h2 {
    margin-left: 3.125%;
    margin-right: 3.125%;
  }
  .story #content .section img {
    width: 100%;
    height: auto;
  }
  .story #content .section .lead {
    height: 0;
    padding-top: 90.625%;
    margin-bottom: 3.125%;
    background: url(../../story/img/sp/img_lead.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .story #content .section .lead img {
    display: none;
  }
  .story #content .comic_img_sp {
    padding: 5.937% 0 6.093%;
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .story #content .section .lead {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 #003267;
    -moz-box-shadow: 0 0 30px 0 #003267;
    box-shadow: 0 0 30px 0 #003267;
  }
  .story #content .comic_img_sp {
    display: none;
  }
  .story #content .comic_img {
		padding: 20px 0 10px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 30px 0 #003267;
    -moz-box-shadow: 0 0 30px 0 #003267;
    box-shadow: 0 0 30px 0 #003267;
  }
  .story #content .comic_section {
    margin-bottom: 40px;
  }
}
