/*  PC  ----------------------------------------------*/
@media screen and (min-width: 769px), print {
  body {
    color: #000;
    background: #0069B5s;
    min-width: 960px;
  }
  .for_pc {
    display: inline;
  }
  .for_sp {
    display: none;
  }
  /*  main  ----------------*/
  #main .main_img {
	display: block;
    background-image: url(../img/main_pc@2x.jpg) ;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	padding-bottom: 43.125%;
  }
  #main .main_img .bottle {
  	width: 34.14%;
  	position: absolute;
  	top: 4%;
    left: 36.7%;
  	z-index: 10;
  }
  #main .main_img .bottle img {
  	width: 100%;
  }
  #main .main_img img {
    width: 100%;
  }

  #container {
    background: #FFFFFF;
    color: #fff !important;
    min-height: 50%;
  }
/*   #movie, */
  #about,
  #products {
    overflow: hidden;
  }
  /* #suntory_contents {
   overflow: hidden;
 } */
  /*  loading  ----------------*/
  #loading {
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
    background: url(../img/top_main_img_black.jpg) center left no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
  }
  #move {
    text-align: center;
    position: absolute;
    top: -450px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 3.2rem;
    z-index: 50;
  }
  #move2 {
    text-align: center;
    position: relative;
    position: absolute;
    top: -600px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 3.2rem;
    z-index: 50;
  }
  h1.load {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    font-size: 100px;
    font-family: 'Sacramento', cursive;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    overflow: hidden;
  }
  h1.load:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -2%;
    width: 170%;
    height: 140%;
    background: #000;
    background: -webkit-gradient(linear, 0%, 100% 50%, from(transparent), color-stop(0.25, black), color-stop(0.5, black), color-stop(0.75, black), to(transparent));
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
  }
  h1.load.active:before {
    left: 100%;
  }
  #schwraz {
    position: absolute;
    right: 50%;
    margin-right: 13%;
    top: 350px;
    width: 20%;
    opacity: 0;
  }
  #ham_in {
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: 5%;
    top: 350px;
    width: 32%;
  }
  #heart {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    left: 50%;
    margin-left: -13%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
  }
  #heart.active {
    position: absolute;
    top: 390px;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    left: 50%;
    margin-left: -13%;
    top: 390px;
    -webkit-transform: rotateX(900deg);
       -moz-transform: rotateX(900deg);
            transform: rotateX(900deg);
    transition: transform 1.2s, -webkit-transform 1.2s, -moz-transform 1.2s;
    width: 20%;
  }
  .load img {
    width: 50%;
  }
  #schwraz img,
  #ham img,
  #ham_in img,
  #heart img {
    width: 70%;
  }
  /*  campaign  ----------------*/

  #campaign .box {
    text-align: center;
    width: 960px;
    margin: 100px  auto 0;
  }

  #campaign .box a:first-child {
  	display: inline-block;
    transition: all .3s;
	margin: 0 0 0 0;
/* 	margin: 0 10px 0 0; */
  }
  #campaign .box a {
  	display: inline-block;
    transition: all .3s;
	margin: 0 0 0 0;
/* 	margin: 0 0 0 10px; */
  }


  #campaign .box a img {
	width: 460px;
  }

  #campaign .box a:hover {
  	opacity: .8;
  }

  /*  オンラインショップ  ----------------*/

.EC_Link {
/* 	background: #000000; */
	padding: calc(60/ 1164 * 100%) 0 0 0;	
}
.EC_Link img {
	width: 100%;
}
.EC_Link .EC_title {
	width: calc(230 / 1164 * 100%);
	max-width: 230px;
	margin: auto;
	padding: calc(17/ 1164 * 100%) 0 calc(18/ 1164 * 100%) 0;
}
.EC_Link .EC_btn {
	width: calc(360 / 1164 * 100%);
	max-width: 360px;
	margin: auto;
	padding: 0 0 0 0;
}
.EC_Link.btm {
	background: #ffffff;
	padding: 0 0 0 0;	
}
.EC_Link.btm .EC_title {
	padding: calc(80/ 1164 * 100%) 0 calc(18/ 1164 * 100%) 0;
}
.EC_Link.btm .EC_btn {
	padding: calc(60/ 1164 * 100%) 0 0 0;
}
.EC_Link .EC_btn a {
	transition: all .3s;
}
.EC_Link .EC_btn a:hover {
	opacity: .8;
}



/*
.EC_Link .EC_title {
	width: calc(390 / 768 * 100%);
	margin: auto;
	padding: calc(17/ 750 * 100%) 0 calc(24/ 750 * 100%) 0;
	transition: opacity 0.5s ease-out;
}
.EC_Link .EC_btn {
	width: calc(690 / 750 * 100%);
	margin: auto;
	padding: 0 0 calc(80/ 750 * 100%) 0;
	transition: opacity 0.5s ease-out;
}
.EC_Link.btm .EC_title {
	padding: calc(90/  750 * 100%) 0 calc(24/ 750 * 100%) 0;
}
.EC_Link.btm .EC_btn {
	padding: 0 0 calc(20/ 750 * 100%) 0;
}
.EC_Link .EC_btn img {
	height: auto;
}
*/


  /*  movie  ----------------*/
  #movie {
    background: #f2f2f2;
    padding: 100px 0 0 0;
    position: relative;
	box-sizing: border-box;

  }
  #movie > div {
    position: relative;
    min-width: 960px;
    background-image: url(../img/kuro_logo1@2x.png);
    background-repeat: no-repeat;
    background-position: left 40px top 10px;
    background-size: 20px 226px;
  }
  #movie .textRight {
    position: absolute;
    top: 10px;
    right: 0;
    width: 139px;
	z-index: 1;
  }
  #movie .textRight img {
    width: 100%;
    max-width: 100%;
  }
  #movie .box {
    text-align: center;
    width: 960px;
    margin: 0 auto;
  }
  #movie .box h2 img {
  width: 149px;
  }
  #movie .box h2 {
    margin-bottom: 65px;
  }
  #movie .box .video iframe {
    width: 700px;
    height: 400px;
    border: none;
  }
  #movie .box .movie_caption {
    color: #ffffff;
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
  #movie .box .btn_area {
    font-size: 0;
    margin: 30px 0 0;
  }
  #movie .box .btn {
    display: inline-block;
    vertical-align: top;
    width: 150px;
  }
  #movie .box .btn:nth-of-type(2) {
    margin: 0 0 0 30px;
  }
  #movie .box .btn button {
    background: #333333;
    border: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -moz-box-shadow: 0 -4px 0 #242424 inset;
         box-shadow: 0 -4px 0 #242424 inset;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    outline: none;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    will-change: opacity;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
  }
  #movie .box .btn button:hover {
    opacity: .8;
  }
  #movie .box .btn.on button {
    background: #e60012;
    -moz-box-shadow: 0 -4px 0 #96000c inset;
         box-shadow: 0 -4px 0 #96000c inset;
  }
  #movie #movieList {
    background-color: #000000;
    margin: -237px 0 0 0;
/*     padding: 369px 0 148px 0; */
    padding: 369px 0 0 0;
  }
  #movie #movieList .title {
    text-align: center;
    margin: 0 auto 76px auto;
  }
  #movie #movieList .title img {
    width: 403px;
  }
  #movie #movieList .movieWrap {
    margin: 0 auto 49px auto;
  }
  #movie #movieList .movieWrap #movieArea {
    position: relative;
    width: 700px;
    height: 400px;
    margin: 0 auto 0 auto;
    border: none;
  }
  #movie #movieList .movieWrap #movieArea iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #movie #movieList .movieWrap figcaption {
    font-size: 16px;
    text-align: center;
    padding: 20px 0 0 0;
  }
  #movie #movieList .list {
    width: 648px;
    margin: auto;
  }
  #movie #movieList .list .item {
    width: 150px;
    padding: 0 6px;
  }
  #movie #movieList .list .item a {
    cursor: pointer;
    outline: none;
  }
  #movie #movieList .list .item a>* {
    transition: opacity .3s;
  }
  #movie #movieList .list .item a:hover>* {
    opacity: 0.8;
  }
  #movie #movieList .list .item .imageWrap {
    margin: 0;
  }
  #movie #movieList .list .item .imageWrap .image {
    width: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
  }
  #movie #movieList .list .item.current .imageWrap .image {
    border: 1px solid #ffffff;
  }
  #movie #movieList .list .item .imageWrap .image img {
    max-width: 100%;
  }
  #movie #movieList .list .item .imageWrap figcaption {
    height: 14px;
    font-size: 13px;
    text-align: center;
    padding: 10px 0 0 0;
  }
  #movie #movieList .controllerLeft,
  #movie #movieList .controllerRight {
    position: absolute;
    top: 0;
    bottom: 24px;
    left: 0;
  }
  #movie #movieList .controllerRight {
    left: auto;
    right: 0;
  }
  #movie #movieList .controllerLeft .arrow,
  #movie #movieList .controllerRight .arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 16px;
  }
  #movie #movieList .controllerRight .arrow {
    right: auto;
    left: 6px;
  }
  #movie #movieList .controllerLeft .arrow span,
  #movie #movieList .controllerRight .arrow span {
    display: block;
    position: relative;
    width: 13px;
    height: 13px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
  }
  #movie #movieList .controllerRight .arrow span {
    transform: rotate(-135deg);
  }
  /*  about  ----------------*/
  #about {
/*   	background: #000000 url(../img/about_bg_guide.jpg) no-repeat center top;  */
  	background: #000000 url(../img/about_bg@2x.jpg) no-repeat center top; 
  	background-size: 2400px auto;
    padding: 0 0 140px 0;
    position: relative;
  }
  #about>div {
  min-width: 960px;
  	background-image: url(../img/about_copy1@2x.png) ,url(../img/kuro_logo2@2x.png);
  	background-repeat: no-repeat, no-repeat;
  	background-position: left 45px top 242px , right 40px top 570px;
  	background-size: 76px 1034px, 20px 226px;
  }

  #about .box {
    width: 960px;
    margin: 0 auto;
    text-align: center;
	padding-top: 70px;
  }
  #about .box h2 img {
  width: 414px;
  }
  #about .box .hamburger {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 400px;
  }
  #about .pt_title {
    margin: 43px 0 50px 0;
  }
  #about .pt_title img {
  	width: 455px;
  }

  #about .box .box_w {
    position: relative;
  }
  #about .box .box_l {
    width: 24%;
    display: inline-block;
/*     margin-left: 30px; */
  }
  #about .box .box_l .comment {
    height: 767px;
    text-align: left;
/*     padding: 30px; */
    position: relative;
/*     margin-right: 65px; */
  }
  #about .box .box_l .comment .txt {
    font-size: 1.4rem;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 80px;
    padding: 30px;
    width: 400px;
  }
  #about .box_l dt {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  #about .box_l dd {
    display: inline-block;
    width: 70%;
  }
  #about .box .box_l .comment .txt dd span {
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
  }
  #about .box .box_l .comment .item {
    position: absolute;
    top: 0px;
    right: 81px;
    z-index: 1;
  }
  #about .box .box_r {
    width: 47.5%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  #about .box .box_r .point_box dl {
    margin: 6px 0 34px;
    width: 550px;
    counter-increment: point;
  }
  #about .box .box_r .point_box dl dt {
    color: #ffc72f;
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: -4px;
  }
  #about .box .box_r .point_box dl dt.point1::before {
    content: '';
    background: url(../img/point01@2x.png) left top no-repeat;
	-moz-background-size: 39px;
	background-size: 39px;
	padding: 60px 52px 50px 0;
  }
  #about .box .box_r .point_box dl dt.point2::before {
    content: '';
    background: url(../img/point02@2x.png) center left no-repeat;
    -moz-background-size: 39px;
         background-size: 39px;
    padding: 56px 52px 50px 0;
  }
  #about .box .box_r .point_box dl dt.point3::before {
    content: '';
    background: url(../img/point03@2x.png) center left no-repeat;
    -moz-background-size: 39px;
         background-size: 39px;
    padding: 60px 52px 50px 0;
  }
  #about .box .box_r .point_box dl dt.point1 img {
  	width: 335px;
  }
  #about .box .box_r .point_box dl dt.point2 img {
  	width: 390px;
  }
  #about .box .box_r .point_box dl dt.point3 img {
  	width: 410px;
  }

  #about .box .box_r .point_box dd {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 72px;
    padding-right: 18px;
	color: #dddddd;
  }
  #about .box .box_r .point_box dd span {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  #about .btn a {
  width: 444px;
  margin: 0 auto;
  display: block;
/*
    font-size: 2.4rem;
    color: #fff;
    background: #e60012;
    text-decoration: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 25px 120px;
    position: relative;
    letter-spacing: 2px;
    -moz-box-shadow: 0 -4px 0 #96000c inset;
         box-shadow: 0 -4px 0 #96000c inset;
*/
    will-change: opacity;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
  }
  #about .btn a img {
  	width: 100%;
  }
  #about .btn a:hover {
    opacity: .8;
  }
  @-webkit-keyframes horizontal {
    0% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @-moz-keyframes horizontal {
    0% {
      -moz-transform: translateY(-12px);
           transform: translateY(-12px);
    }
    100% {
      -moz-transform: translateY(0px);
           transform: translateY(0px);
    }
  }
  @keyframes horizontal {
    0% {
      -webkit-transform: translateY(-12px);
         -moz-transform: translateY(-12px);
              transform: translateY(-12px);
    }
    100% {
      -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  #hamburger img {
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
       -moz-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
  }
  #about .otpp_und {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    text-align: left;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: -30px;
	margin-top: 18px;
  }
  #about .otpp_und dl {
    margin: 0;
    width: 590px;
  }
  #about .otpp_und dt {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-right: 5px;
    vertical-align: top;
    margin-top: -14px;
  }
  #about .otpp_und dd {
    display: inline-block;
    width: 434px;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-left: 3px;
    padding-right: 0;
  }
  #about .otpp_und dd span {
    font-weight: bold;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
  }
  /*  products  ----------------*/
  #products {
    background: #fff;
    position: relative;
    color: #000;
  }
  #products .line {
    position: relative;
    width: 100%;
    height: 60px;
    background-image: url(../img/white_bg.png);
  }
  #products .box {
    padding-top: 120px;
    width: 1164px;
    margin: 0 auto;
    text-align: center;
  }
  #products .product figure {
    margin: 0;
  }
  #products .product h2 {
    margin: -10px 0 15px 0;
  }
  #products .product h2 img {
  	width: 272px;
  }
/*
  #products .product h2:after,
    #about h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
	position: relative;
    left: 50%;
    top: 26px;
	margin-left: -30px;
    background-color: #e6a732;
  }
*/
  #products .product__content {
  }
  #products .product__content:before, #products .product__content:after {
    display: none;
  }
  #products .product__item {
    font-size: 1.2rem;
    position: relative;
  }
  #products .product__item-img_wrap {
/*     height: 520px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  #products .product__item-img_wrap:before, #products .product__item-img_wrap:after {
    display: none;
  }
  #products .product__item-catch {
    font-size: 2.75rem;
    letter-spacing: 3px;
    margin: 0;
    font-weight: bold;
	padding-top: 66px;
  }
  #products .product__item-logo {
    display: block;
    position: relative;
    z-index: 2;
    width: 133px;
    margin: 0 auto;
  }
  #products .product__item-logo img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
  }
  #products .product__item-img {
    width: 100%;
  }
  #products .product__item-img img {
    image-rendering: -webkit-optimize-contrast;
    height: 100%;
    width: auto;
  }
  #products .product__item-text {
/*   	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    width: 600px;
    margin: auto;
    text-align: left;
    line-height: 1.5;
  }
  #products .product__item-text p + p {
    margin-top: 1em;
  }
  #products .product__item-caption {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
	margin: 0 0 40px 0;
	letter-spacing: 1px;
  }
  #products .product__item-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.2rem;
    letter-spacing: 3px;
    margin: 40px 0 20px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  #products .product__item-title span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  #products .product__item.item-basic {
/*     padding-left: 15px; */
	margin-bottom: 60px;
  }

  #products .product__item.item-basic .product__item-logo {
    width: 187px;
  }
  #products .product__item.item-basic .product__item-img {
    margin-top: -8px;
    height: 474px;
  }
  #products .product__item.item-new {
    position: relative;
  }
  #products .product__item.item-new:before {
    content: '';
    display: inline-block;
    width: 940px;
    height: 1px;
/*     position: absolute; */
    left: 0;
    top: 0;
    background-color: #bfbfbf;
  }

  #products .product__item.item-new .product__item-logo {
    width: 168px;
  }
  #products .product__item.item-new .product__item-img {
    position: relative;
    width: 272px;
    height: 312px;
    margin: 0 auto;
  }
  #products .product__item.item-new .product__item-img img {
    width: 170px;
    height: 290px;
  }

  #products .product__item.item-new .product__item-img2 {
    position: relative;
    width: 170px;
    height: 290px;
    margin: 0 auto;
  }
  #products .product__item.item-new .product__item-img2 img {
    width: 170px;
    height: 290px;
  }


  #products .product__note {
    display: table;
    text-align: left;
    margin: 55px auto 0;
  }
  #products .product__note dt, #products .product__note dd {
    display: table-cell;
    vertical-align: middle;
  }
  #products .product__note dt {
    width: 80px;
  }
  #products .product__note dd {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    font-size: 1.5rem;
    line-height: 1.7;
  }
  #products .product__note em,
  #products .product__note small {
    color: #a60915;
  }
  #products .product__note em {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
  }
  #products .product__note small {
    font-size: 1.5rem;
  }
  .content-bottom {
    background-color: #fff;
    text-align: center;
  }
  .content-bottom.bnr_aka-tea {
    padding-top: 60px;
  }
  .content-bottom.bnr_nakajo {
    padding-top: 60px;
  }
  .content-bottom.bnr_nakajo>a>img {
	border-bottom: 1px solid #3d3d3d !important;
  }
.bnr_area {
	background: #ffffff;
	padding-top: 60px;
}
.bnr_area ul {
	margin: 0 auto !important;
/* 	width: 960px; */
/* 	width: 634px; */
	width: 308px;
	font-size: 0;
}
.bnr_area ul li {
	display: inline-block !important;
	width: 308px;
}
.bnr_area ul li:nth-of-type(2) {
	margin: 0 0 0 18px !important;
}

  .content-bottom.bnr_akakuro {
    padding-top: 20px;
  }

  .content-bottom.bnr_kenkounavi {
    padding: 40px 0  40px;
  }
  .content-bottom.bnr_kenkounavi .list::before {
  content: none !important;
  display: block !important;
	}

  .content-bottom.bnr_kenkounavi .list {
	width: 830px;
	margin: 0 auto !important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;	
	}c  .content-bottom.bnr_kenkounavi .item {
		margin: 0 0 calc(30 / 900 * 100%) 0;
		width: 400px;
		height: 80px;
	}
	#bannerArea .list .item a img {
		display: block;
	}


  .bnr_area a,
  .content-bottom a {
    display: table;
    margin: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    will-change: opacity;
  }
  .content-bottom a:hover,
  .bnr_area a:hover {
    opacity: .8;
  }



#products .product_shop {
	width: 960px;
	margin: 0 auto;
}
#products .product_shop li {
	width: 450px;
	float: left;
}
#products .product_shop li:first-child {
	margin-right: 60px;
}
#products .product_shop li .product__item-text {
	width: 450px;
}
#products .product_shop .product__item-logo {
	margin-bottom: 30px;
  }
#products .product_shop .product__item-title {
margin: 10px 0 20px 0;
}
#products .product_shop li:first-child .product__item-logo {
    width: 174px !important;
  }




  /*  graphics  ----------------*/
  #graphics {
    padding: 53px 0 0 0;
    background: #fff;
    position: relative;
  }
  #graphics .box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #graphics .box h2 {
    margin: 0 0 40px 0;
  }
  #graphics .box .photo {
    position: relative;
    width: 100%;
    height: 480px;
    background-image: url(../img/graphics.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  #graphics .totop {
    position: absolute;
    bottom: 15px;
    right: 2%;
    z-index: 1;
  }
  #graphics .totop a img {
    width: 85px;
  }
  #graphics img {
    width: 100%;
  }
}

/*  SP  ----------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    color: #000;
    min-width: 320px;
    background: #fff;
  }
  body.active {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .for_pc {
    display: none;
  }
  .for_sp {
    display: inline;
  }
  #container {
    color: #fff;
    background: #FFF;
  }
 .bnr_area {
    background: #FFF;
	padding-top: 5%;
  }
 .bnr_area ul {
 	width: 90%;
 	margin: 0 auto !important;
  }
 .bnr_area ul li {
 	margin-bottom: 2% !important;
  }
 .bnr_area ul li:last-child {
 	margin-bottom: 0 !important;
  }


  /*  main  ----------------*/
  #main .main_img {
    text-align: center;
/*
    background-color: #f6f9fb;
    background-image: url(../img/top_main_bg.jpg);
*/
    width: 100%;
    -moz-background-size: cover;
         background-size: cover;
  }


  /*  loading  ----------------*/
  #move {
    text-align: center;
    position: absolute;
    text-align: center;
    left: 0;
    top: -70px;
    bottom: 0;
    right: 0;
    z-index: 50;
    margin: auto;
    height: 300px;
    width: 100%;
  }
  #move2 {
    text-align: center;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    margin: auto;
    height: 300px;
    width: 50%;
  }
  .load img {
    width: 80%;
  }
  h1.load {
    position: relative;
    display: inline-block;
    margin: 20px auto;
    font-size: 100px;
    font-family: 'Sacramento', cursive;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    overflow: hidden;
  }
  h1.load:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -10%;
    width: 170%;
    height: 140%;
    background: #000;
    background: -webkit-gradient(linear, 0%, 100% 50%, from(transparent), color-stop(0.25, black), color-stop(0.5, black), color-stop(0.75, black), to(transparent));
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    transition: all 2s linear;
  }
  h1.load.active:before {
    left: 100%;
  }
  #loading {
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
    background: url(../img/top_main_img_black.jpg) center left no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #schwraz {
    opacity: 0;
    position: absolute;
    right: 50%;
    margin-right: 35%;
    top: 50%;
    width: 45%;
  }
  #ham_in {
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: 15%;
    top: 50%;
    width: 75%;
  }
  #ham {
    display: none;
  }
  #ham.active {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-animation: bounce 5s ease 0s 1 normal;
         animation: bounce 5s ease 0s 1 normal;
    -webkit-animation: bounce 5s ease 0s 1 normal;
    -o-animation: bounce 5s ease 0s 1 normal;
    display: inline;
    width: 75%;
    margin-left: 15%;
  }
  #heart {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    left: 50%;
    top: 58%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
    margin-left: -29%;
  }
  #heart.active {
    position: absolute;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    left: 50%;
    top: 58%;
    -webkit-transform: rotateX(900deg);
       -moz-transform: rotateX(900deg);
            transform: rotateX(900deg);
    transition: transform 1.2s, -webkit-transform 1.2s, -moz-transform 1.2s;
    width: 38%;
    margin-left: -29%;
  }
 
  /*  campaign  ----------------*/
  #campaign {
    background: #000;
    padding: 50px 5% 0;
    position: relative;
  }

  #campaign .box a {
	  display: inline-block;
  }
  #campaign .box a:first-child {
	  margin-bottom: 15px;
  }


  #movie .textRight {
    display: none;
  }
  #movie .box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
@media screen and (orientation: landscape) {
  #campaign {
    padding: 50px 10% 0;
  }
}

 
  /*  movie  ----------------*/
  #movie {
    background: #f2f2f2;
    padding: 16% 0 0 0;
    position: relative;
	box-sizing: border-box;
	border-bottom: 180px solid #000;
  }
  #movie>div {
  	margin-bottom: -130px;
  }
  #movie .box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #movie .box h2 {
    position: relative;
    width: calc(173 / 768 * 100%);
    margin: 0 auto 10% auto;
  }
  #movie .box h2 img {
  }

  #movie .box h2 img.h_movie {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 102px;
    -webkit-transform: translate3d(0px, 0px, 30px);
       -moz-transform: translate3d(0px, 0px, 30px);
            transform: translate3d(0px, 0px, 30px);
  }
  #movie .box h2 img.heart01 {
    position: absolute;
    left: 53%;
    margin: 0 auto;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 66px;
    top: -15px;
    -webkit-transform: translate3d(0px, 0px, 1px);
       -moz-transform: translate3d(0px, 0px, 1px);
            transform: translate3d(0px, 0px, 1px);
  }
  #movie .box .video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
  }
  #movie .box .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  #movie .box .movie_caption {
    color: #ffffff;
/*     font-size: 1.4rem; */
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 15px 0 0;
  }
  #movie .box .btn_area {
    font-size: 0;
    margin: 20px 0 0;
  }
  #movie .box .btn {
    display: inline-block;
    vertical-align: top;
    width: 120px;
  }
  #movie .box .btn:nth-of-type(2) {
    margin: 0 0 0 15px;
  }
  #movie .box .btn button {
    background: #333333;
    border: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -moz-box-shadow: 0 -4px 0 #242424 inset;
         box-shadow: 0 -4px 0 #242424 inset;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    outline: none;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  #movie .box .btn.on button {
    background: #e60012;
    -moz-box-shadow: 0 -4px 0 #96000c inset;
         box-shadow: 0 -4px 0 #96000c inset;
  }
  #movie #movieList {
    background-color: #000000;
    margin: -130px 0 0 0;
    padding: 130px 0 0 0;
  }
  #movie #movieList .title {
    width: calc(420 / 768 * 100%);
    margin: 0 auto 35px auto;
    padding: 50px 0 0 0;
  }
  #movie #movieList .movieWrap {
    width: calc(682 / 768 * 100%);
    margin: 0 auto 30px auto;
  }
  #movie #movieList .movieWrap #movieArea {
    position: relative;
    width: 100%;
    padding: calc(400 / 700 * 100%) 0 0 0;
  }
  #movie #movieList .movieWrap #movieArea iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #movie #movieList .movieWrap figcaption {
    text-align: center;
    padding: 10px 0 0 0;
  }
  #movie #movieList .list {
    width: calc(616 / 768 * 100%);
    margin: auto;
  }
  #movie #movieList .slick-initialized .slick-slide {
    display: none;
  }
  #movie #movieList .list .item {
    display: block;
  }
  #movie #movieList .list .item a {
    cursor: pointer;
    outline: none;
  }
  #movie #movieList .list .item .imageWrap {
    margin: 0;
  }
  #movie #movieList .list .item .imageWrap .image {
    width: calc(270 / 306 * 100%);
    margin: auto;
    border: 1px solid transparent;
    box-sizing: border-box;
  }
  #movie #movieList .list .item.current .imageWrap .image {
    border: 1px solid #ffffff;
  }
  #movie #movieList .list .item .imageWrap figcaption {
    height: 14px;
    text-align: center;
    padding: 10px 0 0 0;
  }
  #movie #movieList .controllerLeft,
  #movie #movieList .controllerRight {
    position: absolute;
    top: 0;
    bottom: 24px;
    left: 0;
  }
  #movie #movieList .controllerRight {
    left: auto;
    right: 0;
  }
  #movie #movieList .controllerLeft .arrow,
  #movie #movieList .controllerRight .arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
  }
  #movie #movieList .controllerRight .arrow {
    right: auto;
    left: 0;
  }
  #movie #movieList .controllerLeft .arrow span,
  #movie #movieList .controllerRight .arrow span {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
  }
  #movie #movieList .controllerRight .arrow span {
    transform: rotate(-135deg);
  }

  /*  オンラインショップ  ----------------*/
.EC_Link {
	padding: calc(80/ 768 * 100%) 0 0 0;	
}
.EC_Link .EC_title {
	width: calc(390 / 768 * 100%);
	margin: auto;
	padding: calc(17/ 768 * 100%) 0 calc(24/ 768 * 100%) 0;
}
.EC_Link .EC_btn {
	width: calc(690 / 768 * 100%);
	margin: auto;
	padding: 0 0 0 0;
}
.EC_Link.btm .EC_title {
	padding: calc(90/  768 * 100%) 0 calc(24/ 768 * 100%) 0;
}
.EC_Link.btm .EC_btn {
	padding: calc(60/ 768 * 100%) 0 0 0;
}
.EC_Link .EC_btn img {
	height: auto;
}
.EC_Link.btm {
	background: #ffffff;
	padding: 0 0 0 0;	
}



  /*  about  ----------------*/
  #about {
  background: #000 url(../img/about_bg_sp.jpg) no-repeat center top;
  background-size: contain;
/*
	background: #00407e;
	background: -moz-linear-gradient(left,  #00407e 0%, #0071b8 20%, #0b75b7 50%, #0071b8 80%, #00407e 100%);
	background: -webkit-linear-gradient(left,  #00407e 0%,#0071b8 20%,#0b75b7 50%,#0071b8 80%,#00407e 100%);
	background: linear-gradient(to right,  #00407e 0%,#0071b8 20%,#0b75b7 50%,#0071b8 80%,#00407e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00407e', endColorstr='#00407e',GradientType=1 );
*/
	
	padding: 0 0 14% 0;
    position: relative;
  }
  #about>div {
  	background-image: url(../img/about_copy1@2x.png) , url(../img/kuro_logo2@2x.png) ;
  	background-repeat: no-repeat, no-repeat;
  	background-position: left 5% top 20% , right 3% top 30%;
    background-size: auto 42.0%, auto 10%;
    margin-top: 10%;

  }
  #about .box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #about .box h2 {
    position: relative;
	margin-bottom: 4%;
  }
  #about .box h2 img {
  	width: 80%;
  }
  #about .box .pt_title img {
  	width: 90%;
  }


  #about .box h2 img.h_about {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 102px;
    -webkit-transform: rotateX(360deg);
       -moz-transform: rotateX(360deg);
            transform: rotateX(360deg);
    -webkit-transform: translate3d(0px, 0px, 30px);
       -moz-transform: translate3d(0px, 0px, 30px);
            transform: translate3d(0px, 0px, 30px);
  }
  #about .box .heart02 {
    position: absolute;
    left: 53%;
    margin: 0 auto;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 66px;
    top: 70px;
    -webkit-transform: translate3d(0px, 0px, 1px);
       -moz-transform: translate3d(0px, 0px, 1px);
            transform: translate3d(0px, 0px, 1px);
  }
  #about .box .box_w {
    padding-bottom: 50px;
  }
  #about .box .btn {
  	width: 84%;
  	margin: 0 auto;
  }

  #about .box .box_l {
    width: 100%;
    display: inline-block;
  }
  #about .box .box_l .comment {
    font-size: 1.3rem;
    width: 100%;
    text-align: left;
    position: relative;
  }
  #about .box .box_l .comment .txt {
    font-size: 1.2rem;
    background: #333;
    padding: 5%;
  }
  #about .box_l dt {
    display: inline-block;
    width: 21%;
    text-align: center;
    margin-right: 1%;
    vertical-align: top;
  }
  #about .box_l dd {
    display: inline-block;
    width: 75%;
  }
  #about .box .box_l .comment .txt dd span {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    margin-bottom: 10px;
  }
  #about .box .box_l .comment .item {
/*
    width: 80%;
    margin: -5% auto 5% auto;
    text-align: center;
*/
	padding-top: 162%;
  }
  #about .box .box_r {
    width: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-top: -15px;
  }
  #about .box .box_r .point_box dl {
    margin: 0 0 16px 0;
    width: 100%;
  }
  #about .box .box_r .point_box dl dt {
    color: #ffc72f;
    font-weight: bold;
    font-size: 1.6rem;
/*     margin-bottom: 15px; */
    text-indent: -4rem;
    padding-left: 4rem;
  }
  #about .box .box_r .point_box dl dt.point1::before {
    content: '';
    background: url(../img/point01@2x.png) center left no-repeat;
    -moz-background-size: 30px;
         background-size: 30px;
    padding: 84px 20px 28px 20px;
  }
  #about .box .box_r .point_box dl dt.point2::before {
    content: '';
    background: url(../img/point02@2x.png) center left no-repeat;
    -moz-background-size: 30px;
    background-size: 30px;
    padding: 26px 20px 28px 20px;
  }
  #about .box .box_r .point_box dl dt.point3::before {
    content: '';
    background: url(../img/point03@2x.png) center left no-repeat;
    -moz-background-size: 30px;
         background-size: 30px;
    padding: 26px 20px 28px 20px;
  }
  #about .box .box_r .point_box dl dt.point1 img {
  	width: 72%;
  }
  #about .box .box_r .point_box dl dt.point2 img {
  	width: 83.7%;
  }
  #about .box .box_r .point_box dl dt.point3 img {
  	width: 88%;
  }
  #about .box .box_r .point_box dl dd {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    font-size: 1.3rem;
    line-height: 1.4;
    margin-left: 52px;
	margin-top: -0.4%;
  }
  #about .box .box_r .point_box dl dd span {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  #about .btn a {
/*
    font-size: 2.0rem;
    color: #fff;
    background: #e60012;
    text-decoration: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    padding: 20px 20%;
    position: relative;
    -moz-box-shadow: 0 -4px 0 #96000c inset;
         box-shadow: 0 -4px 0 #96000c inset;
*/
  }
  #about .btn a:hover {
    opacity: 0.8;
  }
  #about .otpp_und {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    text-align: left;
    position: relative;
    font-size: 1.2rem;
	margin-left: -4%;
	margin-top: 8%;
  }
  #about .otpp_und dl {
    margin: 0 !important;
  }
  #about .otpp_und dt {
    display: inline-block;
    width: 15.5%;
    text-align: center;
    margin-right: 1%;
    vertical-align: top;
  }
  #about .otpp_und dd {
    display: inline-block;
    width: 81%;
    margin-left: 0 !important;
  }
  #about .otpp_und dd span {
    font-weight: bold;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1.5%;
  }
  /*  products  ----------------*/
  #products {
    padding: 16% 0 3% 0;
    background: #fff;
    color: #000;
    position: relative;
  }
  #products .line {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    background-image: url(../img/white_bg.png);
    -moz-background-size: 60px;
         background-size: 60px;
  }
  #products .box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #products img {
    max-width: 100%;
  }
  #products figure {
    margin: 0;
  }
  #products h2 {
    position: relative;
    margin: 0 0 10% 0 !important;
  }
  #products h2 img {
  	width: 52%;
  }
  #products h2:after,
    #about h2:after {
/*
    content: '';
    display: block;
    width: 40px;
    height: 1px;
	position: relative;
    left: 50%;
    top: 20px;
	margin-left: -20px;
    background-color: #e6a732;
*/
  }



  #products h2 img.h_products {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
    -webkit-transform: translate3d(0px, 0px, 30px);
       -moz-transform: translate3d(0px, 0px, 30px);
            transform: translate3d(0px, 0px, 30px);
  }
  #products h2 img.heart01 {
    position: absolute;
    left: 55%;
    margin: 0 auto;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 66px;
    top: -16px;
    -webkit-transform: translate3d(0px, 0px, 1px);
       -moz-transform: translate3d(0px, 0px, 1px);
            transform: translate3d(0px, 0px, 1px);
  }
  #products .product__item + .product__item {
    padding-top: 40px;
    margin-top: 35px;
    border-top: solid 1px #dcdcdc;
  }
  #products .product__item-catch {
    font-size: 1.8rem;
    letter-spacing: 3px;
    margin: 0 auto 18px;
  }
  #products .product__item-logo {
    display: block;
    margin: auto;
    width: 124px;
  }
  #products .product__item-caption {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 15px 0 25px 0;
  }
  #products .product__item-text {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    margin-top: 27px;
    text-align: left;
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #products .product__item-text p + p {
    margin-top: 1em;
  }
  #products .product__item-title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.4;
  }

  #products .product__item-title span {
    font-size: 1.0rem;
    letter-spacing: 1px;
  }

  #products .product__item.item-basic .product__item-catch {
    width: auto;
  }
  #products .product__item.item-basic .product__item-img {
    margin-top: -5%;
  }
  #products .product__item.item-basic .product__item-img img {
  width: 90%;
  }

  #products .product__item.item-new .product__item-catch {
    width: auto;
  }
  #products .product__item.item-new .product__item-img {
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 10px;
    margin-top: 15px;
  }
  #products .product__item.item-new .product__item-img2 {
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 10px;
    margin-top: 15px;
  }

/*
  #products .product__item.item-new .product__item-img:before {
    display: block;
    width: 76px;
    height: 76px;
    content: '';
    position: absolute;
    top: 0;
    left: -68px;
    background: url(../img/products_new_date.png) center center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
  }
*/
  #products .product__note {
    text-align: left;
    display: table;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 300px;
    margin: 35px auto 0;
  }
  #products .product__note dt, #products .product__note dd {
    display: table-cell;
    vertical-align: middle;
  }
  #products .product__note dt {
    width: 52px;
    padding-right: 8px;
  }
  #products .product__note dd {
/* 	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #products .product__note em, #products .product__note small {
    color: #a60915;
  }
  #products .product__note em {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 1.6rem;
  }
  #products .product__note span {
    font-size: 1.2rem;
  }
  .content-bottom {
    background-color: #fff;
    text-align: center;
  }
  .content-bottom.bnr_aka-tea {
    padding: 20px 10px 0;
  }
  .content-bottom.bnr_akakuro {
    padding: 20px 10px 0;
  }

  .content-bottom.bnr_kenkounavi {
    padding: 4px 10px 30px 10px ;
  }
  .content-bottom.bnr_kenkounavi .item img {
    margin: 0 0 calc(30 / 680 * 100%) 0;
	}


  .content-bottom a {
    display: table;
    margin: auto;
  }
  #products .product_shop li:first-child {
	  margin-bottom: 50px;
  }


  /*  graphics  ----------------*/
  #graphics {
/*     padding: 40px 0 0 0; */
    padding: 20px 0 0 0;
    background: #fff;
    position: relative;
    margin-top: -2px;
  }
  #graphics .box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #graphics .box h2 {
    margin: 0 0 20px 0;
  }
  #graphics .box h2 img {
    width: 40%;
  }
  #graphics .box .photo {
    position: relative;
    width: 100%;
    height: 360px;
    background-image: url(../img/graphics_sp.jpg);
    -moz-background-size: cover;
         background-size: cover;
  }
  #graphics .totop {
    position: absolute;
    bottom: 5%;
    right: 1.5%;
    width: 100%;
    z-index: 1;
  }

  #graphics .totop a {
  	width: 100%;
  	display: block;
  }

  #graphics .totop a img {
    width: 60px;
    position: absolute;
  	bottom: 0;
    right: 1.5%;
  }

/*
  #graphics .totop::before {
    background: url(../img/icon_heart_red.png) center left no-repeat;
    -moz-background-size: 22px;
         background-size: 22px;
    content: '';
    display: inline-block;
    height: 16px;
    margin: 0 0 0 -30px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    width: 22px;
  }
*/

@media screen and (orientation: landscape) {
#about .box .box_r .point_box dl dt.point1::before {
    background-size: 60px;
    padding: 143px 20px 18px 40px;
}
#about .box .box_r .point_box dl dt.point2::before {
    background-size: 60px;
    padding: 53px 45px 29px 17px;
}
#about .box .box_r .point_box dl dt.point3::before {
    background-size: 60px;
    padding: 45px 47px 28px 20px;
}
#about .box .box_r .point_box dl dd {
    margin-left: 14%;
}

}

}

