

/*-----------------------------*/
#content p {
  margin-bottom: 2em;
}

#content img {
  vertical-align: bottom;
}

h4 {
  color: #250403;
  font-size: 42px;
  font-weight: inherit;
  line-height: 1.3;
  font-family: "source-han-serif-jpn-sb", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 5%;
}

.img_box {
  display: block;
  margin: 5% auto 0 auto;
}

#content p, #content li {
  line-height: 1.8;
}

body {
  background:/* url(images/main-bg.png)*/ no-repeat center 40px, #250403;
  background-size: 98%;
  background-attachment: fixed;
}

/*-----------------------------*/
#titlebox {
  background: url(images/main-bg.png), rgb(0,0,0);
  background: url(images/main-bg.png), -moz-linear-gradient(top, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* FF3.6-15 */
  background: url(images/main-bg.png), -webkit-linear-gradient(top, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(images/main-bg.png), linear-gradient(to bottom, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#250403', GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  top: 80px;
  width: 100%;
  position: relative;
  height: 530px;
  background-size: auto;
  background-position: 0 0%;
}

#titlebox_wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#titlebox_wrap h2 {
  display: inline-block;
  float: left;
  margin-top: 6%;
  max-width: 280px;
  padding-top: 70px;
  text-align: center;
  width: 40%;
}

#titlebox_wrap h2 span {
  background-color: #b18a13;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 1% 0;
}

#titlebox_wrap h3 {
  display: inline-block;
  font-weight: inherit;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 10% 0 0;
  width: 60%;
}

.title-img {
  float: left;
  margin: 4% 0 0 12%;
  width: 10%;
}

.title-txt {
  float: right;
  width: 54%;
  margin-top: 8%;
}

.logo {
  width: 58%;
  float: right;
  margin: 3% 0;
}

.logo img {
  width: 100%;
  margin-bottom: 1%;
}

/*.campaign {
  display: block;
  position: absolute;
  max-width: 1080px;
  bottom: 0;
  left: 12%;
}*/

/*.campaign a img{
  display: block;
  max-width: 600px;
}*/

.tit-contents {
  width: 60%;
  overflow: hidden;
  clear: both;
  margin-top: 47%;
}

.tit-contents img {
  -webkit-transition: all .3s;
  transition: transform 0.5s linear;
}

.tit-contents img:hover {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  transform: scale(0.98);
  opacity: .9;
}

.campaign {
  width: 65%;
  float: right;
  overflow: hidden;
}

#titlebox .movie {
  margin: 0 0 0 4%;
  position: absolute;
  top: 261px;
  width: 160px;
}

.movie img {
  border: solid 2px #1a2b53;
}

.tit-contents img {
  width: 100%;
}

/*-----------------------------*/

#content {
  padding: 5% 0;
}

/*#content {
  padding: 0;
}*/

/*#content section {
  margin-bottom: 10%;
  padding: 7% 3% 0;
}*//*発売日無し、リリース無し*/

#content section {
  margin-bottom: 10%;
  padding: 3% 3% 0;
}

#content-wrap {
  background: rgba(255,255,255,1);
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3% 0;
}

.intro {
  position: relative;
  margin-bottom: 8%;
}

.intro img {
  max-width: 289px;
  position: absolute;
  right: 0;
  top: -89px;
}

.box-quantity, .box-test, .box-graf, .box-kama, .box-mode, .box-2way, .box-care {
  overflow: hidden;
  margin-bottom: 6%;
}

.box-quantity li {
  width: 50%;
  float: left;
}

.box-quantity img {
  width: 90%;
}

.orange span {
  background: #db881c;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 22px;
  padding: 0.5%;
  font-weight: inherit;
}

.red span {
  background: #b53838;
  color: #fff;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 22px;
  padding: 0.5%;
  font-weight: inherit;
}

.box-test .txt {
  width: 70%;
  float: left;
}

.box-test .img {
  width: 27%;
  float: right;
}

.box-test .img img, .box-graf img, .box-kama img, .box-mode img {
  width: 100%;
}

.box-graf .img {
  width: 38%;
  float: left;
}

.box-graf .img .wrap {
  overflow: hidden;
  font-size: 13px;
  margin-top: 3%;
}

.box-graf .img .wrap .wrap-l {
  width: 48%;
  float: left;
}

.box-graf .img .wrap .wrap-r {
  width: 48%;
  float: right;
}

.box-graf .img .wrap .wrap-l li:nth-child(1) i {
  color: #b53838;
}

.box-graf .img .wrap .wrap-l li:nth-child(2) i {
  color: #db881c;
}

.box-graf .img .wrap .wrap-l li:nth-child(3) i {
  color: #41597e;
}

.box-graf .img .wrap .wrap-r li:nth-child(1) i {
  color: #738fb9;
}

.box-graf .img .wrap .wrap-r li:nth-child(2) i {
  color: #aebed6;
}

.box-graf .txt {
  width: 57%;
  float: right;
}

.gold {
  color: #9d7722;
  font-weight: bold;
}

.bold {
  font-size: 150%;
  font-weight: bold;
}

.box-movie h5, .box-graf h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}

.box-movie {
  width: 70%;
  margin: 5% auto 0;
  overflow: hidden;
}

.box-movie iframe {
  width: 100%;
  height: 400px;
}

.box-kama .txt {
  width: 35%;
  float: left;
}

.box-kama .txt img {
  width: 52%;
}

.box-kama .txt h5 {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 28px;
  margin-bottom: 3%;
  line-height: 1.5;
}

.box-kama .img {
  width: 55%;
  float: right;
}
.movcom{
  font-size: 80%;
  text-align: right;
}
.box-mode .img {
  width: 40%;
  float: left;
}

.box-mode .txt {
  width: 57%;
  float: right;
}

.box-mode .txt span {
  margin-top: 2%;
}

.box-mode .mode-btn {
  width: 40%;
  border: solid 3px #b18a13;
}

.box-mode .txt span {
  display: block;
}

/*---カロリー--------------------------*/

.kcal-mode {
  display: block;
  overflow: hidden;
  background: rgba(245,237,212,1.00);
  padding-bottom: 5% !important;
}

.kcal-mode h4 {
  padding-top: 5%;
}

.kcal-mode p:nth-child(odd) {
  margin-bottom: 0 !important;
}

.kcal-mode ul {
  align-items: last baseline;
  -webkit-align-items: flex-end;    /* Safari etc. */
  -ms-align-items : flex-end;    /* IE10        */
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.kcal-mode ul li {
  display: flex;
  flex-basis: 30%;
  height: 280px;
  align-items: flex-end;
}

.kcal-mode ul li span {
  display: block;
}

.kcal-mode h6 {
  color: #250403;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 5%;
}

.kcal-mode h6 span {
  font-size: 1rem;
}

.kcal-mode .rice-note:before {
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.kcal-mode .rice-kcal {
  margin: 3% 0 0;
}

.kcal-mode .rice-kcal li {
  height: auto !important;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.kcal-mode .rice-kcal li span {
  font-size: 1rem;
}

/*-----------------------------*/
#type31_wrap {
  display: table;
  margin: 0 auto;
  width: 90%;
}

#type31_wrap .list_title dd, #type31_wrap .list_title dt {
  background: #fce8c4;
  font-size: 18px;
  color: #b58d29;
  font-weight: bold;
  padding: 1%;
}

#type31_wrap dl {
  display: table-row;
}

#type31_wrap dt, #type31_wrap dd {
  display: table-cell;
  vertical-align: middle;
  padding: 1%;
  border: solid 2px #fff;
}

#type31_wrap dt {
  background: rgba(149,150,89,.85);
  width: 200px;
}

#type31_wrap dt {
  font-size: 20px;
  font-weight: bold;
  color: #664a02;
}

#type31_wrap dd {
  line-height: 1.6;
  background: #efece6;
}

.box-2way {
  position: relative;
}

.box-2way ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.box-2way li {
  float: left;
  width: 48%;
}

.box-2way img {
  width: 100%;
}

.box-2way p {
  margin-bottom: 0 !important;
}

.box-2way .wrap {
  height: 120px;
}

.box-2way li:nth-child(2n) {
  width: 48%;
  margin-left: 4%;
}

/*-----------------------------*/
#course h5 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px;
  padding-bottom: 1%;
  margin-bottom: 15px;
  color: #937121;
}

.course01, .course02, .course03 {
  margin-bottom: 4%;
}

.course02 ul, .course03 ul {
  width: 1020px;
}

.course02 li, .course03 li {
  width: 48%;
    box-sizing: border-box;
    float: left;
    margin: 0 2% 4% 0;
}

.course02 li img, .course03 li img, .box-care li img {
  width: 100%;
}

.course01:after, .course02:after, .course03:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.course01 p {
  height: 4em;
}

.course01_l, .course01_r {
  width: 48%;
}

.course01_l {
  float: left;
}

.course01 h6 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 2% 0;
  margin-bottom: 3%;
}

.course01_l h6 {
  background-color: #959659;
}

.course01_r h6 {
  background-color: #c58c42;
}

.course01 .w_wrap h6 {
  text-align: left;
  background-color: inherit;
  color: #937121;
}

.course01 .w_wrap h6 i {
  margin-right: 2%;
}

.course03 h6 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
  padding: 0;
}

.course03 li:nth-child(1) h6 {
  background: #959659;
}

.course03 li:nth-child(2) h6 {
  background: #c58c42;
}

.course03 li:nth-child(3) h6 {
  background: #af3f3f;
}

.course01_r {
  float: right;
}

/*-----------------------------*/
.box-care li {
  margin-bottom: 30px;
}

.box-care .txt {
  width: 308px;
  float: left;
}

.box-care .img {
  width: 657px;
  float: right;
}

.box-care .img ul {
  width: 105%;
}

.box-care .img li {
  width: 308px;
  margin-right: 36.5px;
  float: left;
}

.box-care .txt li:nth-child(1) {
  height: 205px;
}

/*-----------------------------*/
#commingsoon {
  border: solid 1px #B18A14;
  padding: 30px;
  position: rerative;
  width: 1080px;
  margin: 0 auto 50px;
}

#commingsoon:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.commingsoon_r {
  float: right;
  width: 400px;
  position: rerative;
  height: 110px;
}

.commingsoon_l {
  float: left;
  width: 580px;
}

#commingsoon h3 {
  font-size: 38px;
  font-weight: bold;
  color: #B18A14;
  margin-bottom: 30px;
}

#commingsoon h3 .s_txt {
  font-size: 24px;
}

/*-----------------------------*/

.release_date {
  color: #b18a14;
  display: block;
  font-family: "source-han-serif-jpn-sb", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 3.3rem;
  margin: 0 auto;
  max-width: 1060px;
  padding: 3% 0 0 3%;
  position: relative;
  text-align: left;
}

.release_date span {
  font-size: 2rem;
}

/*-----------------------------*/
.news-release {
  font-family: "source-han-serif-jpn-sb", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 1082px;
  padding: 3% 0 0;
  position: relative;
  text-align: left;
}

.news-release a {
  border: 1px solid rgba(159,116,117,1.00);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #fff none repeat scroll 0 0;
  color: rgba(201,5,8,1.00);
  display: block;
  margin: 0 0 1%;
  max-width: 400px;
  padding: 10px 10px;
  text-align: center;
}

.news-release a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.3em;
}

.news-release a:hover {
  opacity: .6;
}

/*-----------------------------*/
.product_img {
  z-index: 10;
  position: relative;
  top: -120px;
}

/*-----------------------------*/
#meigara {
  background: url(images/meigara_bg.jpg) no-repeat right top;
}

#meigara_wrap {
  width: 50%;
  padding: 3% 0 0 3%;
  margin-bottom: 10%;
}

/*-----------------------------*/
#higama {
  width: 960px;
  margin: 0 auto 8% auto;
  box-sizing: border-box;
  background-color: #EAEAEA;
  padding: 30px;
  border: solid 1px #CCCCCC;
}

#higama:after, #higama ul:after, .bg_02:after, #type:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#higama h5 {
  font-size: 28px;
  font-weight: inhert;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 3%;
}

#higama_l {
  width: 457px;
  float: left;
}

#higama_r {
  width: 413px;
  float: right;
}

#higama ul {
  margin: 2% 0 2% 0;
}

#higama ul li {
  float: left;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: #A82B2E;
  padding: 0 5px;
}

#higama ul li:nth-child(2n) {
  background-color: #FF9900;
}

h4 img, h5 img {
  margin-top: 3%;
}

#higama .txt_s {
  font-size: 70%;
}

#higama .txt_ss {
  font-size: 80%;
}

/*-----------------------------*/
#description {
  width: 980px;
  margin: 0 auto;
}

#description h4 {
  border-bottom: solid #B18A13 1px;
  padding-bottom: 1%;
  margin-bottom: 3%;
}

.box_r {
  width: 460px;
  float: right;
}

.bg_02 {
  background: url(images/meigara_bg02.jpg) no-repeat left top;
  background-size: 56%;
  padding-bottom: 190px;
}

.button {
  width: 218px;
  float: right;
  margin-top: 5%;
}

.button img {
  width: 100%;
}

/*-----------------------------*/
#type {
  width: 820px;
  margin: 8% auto;
  background: url(images/type_bg02.png) no-repeat right bottom, url(images/type_bg01.jpg);
  padding: 4% 4% 0 4%;
  box-shadow: 2px 2px 3px #ccc;
}

#type dt {
  font-size: 24px;
  font-weight: bold;
  color: #C13134;
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  float: left;
  width: 25%;
  clear: both;
  padding: 0 0 6% 0;
}

#type dd {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  padding: 0 0 6% 0;
}

#type dd .dotted {
  color: #B18A13;
  font-size: 22px;
  border-bottom: dotted 1px #CC0000;
}

/*-----------------------------*/
.w_wrap {
  background: #fff;
  padding: 2%;
  position: relative;
}

.w_wrap dl {
  width: 40%;
  font-weight: bold;
}

.w_wrap dt {
  float: left;
  clear: both;
  margin: 0 3% 5% 0;
  padding: 2%;
}

.w_wrap dd {
  text-align: right;
  margin: 0 0 5% 0;
  padding: 2%;
}

.color {
  color: #af3f3f;
  font-size: 18px;
}

/*-----------------------------*/
#product:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#product_list h5 {
  color: #1a2b53;
  font-size: 28px;
  font-weight: bold;
  text-align : center;
  margin: 5% 0;
}

#product_list {
  width: 100%;
}

#product_list dt:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #E1AB44;
  margin-right: 2%;
}

#product_list:after, #plazalink:after, #product_list_r:after, #product_list_r dd:after, #plazalink:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#product_list ul {
  width: 80%;
  margin: 0 auto;
}

#product_list {
  width: 80%;
  margin: 0 auto;
}

#product_list li {
  width: 100%;
  border-top: solid 1px #ccc;
  margin-right: 2%;
}

#product_list h6 {
  background: #ba9d5b;
  color: #fff;
  padding: 1%;
  text-align: center;
  font-size: 20px;
}

#product_list dl {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

#product_list dt {
  border-top: 1px solid #ccc;
  clear: both;
  float: left;
  padding: 2% 0;
  width: 45%;
}

#product_list dd {
  border-top: 1px solid #ccc;
  display: inline-block;
  float: right;
  line-height: 150%;
  padding: 2% 0;
  width: 55%;
}

.fuzoku {
  margin: 5% auto;
  overflow: hidden;
  width: 80%;
}

.fuzoku dt {
  background: #e6e6e6;
  padding: 1%;
  margin-bottom: 3%;
  text-align: center;
}

.fuzoku li {
  float: left;
  margin-right: 8%;
}

.product-link {
  margin-top: 8%;
  overflow: hidden;
}

#plazalink {
  width: 68%;
  margin: 5% auto 0 auto;
  padding-bottom: 5%;
}

.img-box {
  display: block;
  margin: 0 auto;
}

.offical_bn {
  margin: 0 auto;
  display: block;
  padding-bottom: 5%;
}

#plazalink_l {
  width: 62%;
  float: left;
  font-size: 120%;
}

#plazalink_r {
  width: 32%;
  float: right;
}

#plazalink_r img {
  width: 100%;
}

#plazalink img:hover, .offical_bn:hover {
  opacity: 0.8;
}

.btn {
  display: inline-block;
  width: 100%;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 70px;
  outline: none;
  background-color: #333;
  border: #000 solid 1px;
  color: #fff;
}

.btn:before, .btn:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.btn, .btn:before, .btn:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover {
  background-color: #c13134;
  border: #9f1b1e solid 1px;
}

.point {
  position: absolute;
  top: -15px;
  right: 20px;
}

#product_list_r li {
  float: left;
  margin-right: 8%;
}

.cup_wrap {
  float: left;
}

.cup_wrap p {
  text-align: center;
  font-size: 70%;
}

.panel {
  width: 600px;
  display: block;
  margin: 0 auto;
}

.scrImg2 {
  margin: 0 auto;
  position: relative;
}

.logo_animation {
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 3.5s;
  animation-delay: 3.5s;
}

.point_animation {
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 2.5s;
  animation-delay: 2.5s;
}

.point2_animation {
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 3s;
  animation-delay: 3s;
}

.chatch_animation {
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.product_animation {
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.box-graf02 {
  margin-bottom: 5%;
}

.box-graf02 img {
  display: block;
  margin: 0 auto;
}

/*関連リンク20161227*/
.relation-site {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 3%;
  width: 90%;
}

.relation-site li {
  float: left;
  width: 50%;
  padding: 0 3%;
  display: block;
  text-align: right !important;
  margin-bottom: 1.5em;
  line-height: normal !important;
}

/*.relation-site li img {
  width:100%;}*/

#content .relation-site li a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
}

.comment {
  font-size: 0.9rem;
  text-align: right;
  margin-top: 1em;
}

.twitter-cp {
  
}
.bcc img {
  width: 100%;
}

@media screen and (max-width: 1080px) {

h4 {
  font-size: 200%;
}

.img_box {
  display: block;
  margin: 5% auto 0 auto;
  width: 100%;
}

#titlebox {
  width: 100%;
}

#titlebox_wrap {
  width: 95%;
}

.logo {
  width: 47%;
}

#titlebox .movie {
  margin: 0;
}

#titlebox_wrap h3 {
  padding: 10% 0 0 3%;
}

.title-img img {
  width: 100%;
}

.tit-contents {
  width: 100%;
}

/*カロリー*/
.kcal-mode ul li {
  height: 245px;
  align-items: flex-end;
}

.kcal-mode ul li img {
  width: 100%;
}

.kcal-mode .rice-kcal img {
  width: 20%;
}

#content-wrap {
  width: 95%;
  margin: 0 auto;
}

.box-movie iframe {
  height: 350px;
}

.box-graf .img .wrap .wrap-l, .box-graf .img .wrap .wrap-r {
  width: 100%;
  float: none;
}

.box-graf02 img {
  width: 100%;
}

.box-2way img {
  position: relative;
  left: 0;
  width: 100%;
}

.box-2way li:nth-child(1), .box-2way li:nth-child(2) {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
}

.point {
  right: -2%;
  top: -15px;
}

.box-care .txt, .box-care .img {
  float: none;
  width: 100%;
}

.box-care .txt li:nth-child(1) {
  height: auto;
}

.box-care .txt ul, .box-care .img ul {
  width: 105%;
}

.box-care .txt li, .box-care .img li {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 3%;
}

#commingsoon {
  padding: 3%;
  margin-bottom: 10%;
  width: 95%;
}

.commingsoon_r {
  width: 40%;
}

.commingsoon_r img {
  width: 100%;
}

.commingsoon_l {
  width: 60%;
}

#commingsoon h3 {
  font-size: 200%;
  margin-bottom: 3%;
}

#commingsoon h3 .s_txt {
  font-size: 80%;
}

.release_date {
  font-size: 220%;
}

.product_img {
  top: -80px;
}

#plazalink {
  width: 80%;
}

#meigara {
  background-size: 80%;
}

#higama {
  width: 95%;
  padding: 3%;
}

#higama h5 {
  font-size: 150%;
}

#higama_l {
  width: 60%;
  float: left;
}

#higama_r {
  width: 40%;
  float: right;
}

#higama_r img {
  width: 100%;
}

#description {
  width: 95%;
}

.box_r {
  width: 50%;
}

.bg_02 {
  background-size: 60%;
  padding-bottom: 10%;
}

#type31 {
  width: 80%;
  margin: 0 auto;
}

#type31 dt {
  background: url(images/type_bg.jpg);
  width: 30%;
}

#type31 dt {
  font-size: 100%;
}

#type31 dd {
  font-size: 90%;
}

.w_wrap dl {
  width: 60%;
  font-weight: bold;
}

.panel {
  width: 100%;
}

.course02 ul, .course03 ul {
  width: 110%;
}

.course02 li, .course03 li {
  width: 44%;
}

.course03_1, .course03_2 {
  width: 33%;
  margin-right: 2%;
  float: left;
}

.course03_3 {
  width: 30%;
  float: left;
}

.course03_3 img {
  width: 100%;
}

.point {
  width: 50%;
}

#product .img_box {
  width: 80%;
}

.offical_bn {
  width: 80%;
}

.offical_bn img {
  width: 100%;
}

#product_list ul {
  width: 80%;
  margin: 0 auto;
}

#product_list li {
  width: 100%;
  float: none;
  margin-right: 0;
}

.intro .txt {
  /*width: 60%;*/
}

.intro .img {
  /*width: 38%;*/
}

.intro .img img {
 /* width: 38%;*/
}

/*関連リンク20161227*/
.relation-site {
  width: 100%;
}

.relation-site li {
  float: left;
  width: 50%;
  padding: 0 3%;
  display: block;
  text-align: left !important;/* margin-bottom:1.5em;
  line-height:normal !important;*/
}

.relation-site li span {
  display: block;
  padding-left: 0;
}

.relation-site li img {
  width: 100%;
}

#content .relation-site li a:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
}
}

@media screen and (max-width: 768px) {

body {
  background: #ffffff;
  background-size: 98%;
  background-attachment: fixed;
}

#content section {
  margin-bottom: 15%;
}

h4 {
  font-size: 150%;
}

#titlebox {
  background-size: 135%;
  background: url(images/main-bg.png), rgb(0,0,0);
  background: url(images/main-bg.png), -moz-linear-gradient(top, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* FF3.6-15 */
  background: url(images/main-bg.png), -webkit-linear-gradient(top, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url(images/main-bg.png), linear-gradient(to bottom, rgba(0,0,0,1) 31%, rgba(37,4,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#250403', GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-position: right 0;
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 5%;
  top: inherit;
}

#titlebox_wrap {
  height: auto;
}

#titlebox_wrap h2 {
  margin-top: 0;
}

.tit-contents {
  margin-top: 55%;
}

.title-txt {
  margin-top: 3%;
  width: 60%;
}

#titlebox_wrap h3 span {
  font-size: 100%;
  margin-left: 3%;
}

.logo {
  width: 63%;
}

#titlebox .movie {
  margin: 0;
  top: 215px;
}

.commingsoon_r {
  width: 100%;
  float: none;
  height: auto;
}

.commingsoon_r img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.commingsoon_l {
  width: 100%;
  float: none;
}

#plazalink_l {
  width: 45%;
}

#plazalink_r {
  width: 50%;
}

#commingsoon h3 {
  text-align: center;
}

.product_img {
  top: 0;
}

.related-page ul li {
  margin: 0;
}

.release_date {
  text-align: center;
}

#meigara {
  background-size: 70%;
}

#meigara_wrap {
  width: 95%;
  margin-bottom: 8%;
}

#meigara_wrap h4 img {
  width: 50%;
}

#higama {
  padding: 5%;
}

#higama_l {
  width: 100%;
  float: none;
}

#higama_r {
  width: 100%;
  float: none;
}

#higama_r img {
  margin-top: 5%;
}

.box_r {
  width: 100%;
  padding-top: 40%;
}

.bg_02 {
  background-size: 80%;
}

.button {
  width: 50%;
  float: none;
  margin: 5% auto;
}

.button img {
  width: 100%;
}

#type31 {
  width: 100%;
  margin: 0 auto;
}

#type31_wrap .list_title dd, #type31_wrap .list_title dt {
  font-size: 100%;
}

.course01 {
  padding: 5%;
}

.course01 p {
  height: auto;
}

.course01_l, .course01_r {
  width: 100%;
  float: none;
}

.course01_l {
  margin-bottom: 8%;
}

.course02 ul, .course03 ul {
  width: 100%;
}

.course02 li, .course03 li {
  width: 100%;
  float: none;
  margin-bottom: 4%;
  padding: 5%;
}

.course03 li {
  padding: 0 !important;
}

.course02 li img {
  display: block;
  margin: 0 auto;
}

.course03 {
  padding: 5%;
}

.course03_1, .course03_2, .course03_3 {
  width: 100%;
  margin: 0 0 8% 0;
  float: none;
  text-align: center;
}

.course03_1 img, .course03_2 img, .course03_3 img {
  display: block;
  margin: 0 auto 5% auto;
  width: 60%;
}

.box-movie {
  width: 100%;
}

.box-2way ul {
  width: 100%;
}

.box-mode .mode-btn {
  width: 70%;
}

.box-kama .txt, .box-kama .img {
  float: none;
  width: 100%;
}

.box-kama .img {
  width: 80%;
  margin: 0 auto;
}

#product_list_l {
  float: none;
  width: 100%;
  border-top: none;
}

#product_list_r {
  border-top: none;
  float: none;
  width: 100%;
  border-bottom: 0;
}

#product_list {
  width: 100%;
}

#product_list h5 {
  font-size: 120%;
}

#product_list dt {
  width: 100%;
  float: none;
  margin-right: 0;
  background-color: #E6E6E6;
  padding: 2%;
}

#product_list dd {
  border: none;
  float: none;
  width: 100%;
  text-align: center;
}

#product_list h6 {
  margin: 3% 0;
  padding: 2%;
}

#product_list .img-box {
  width: 50%;
}

.point {
  width: 36%;
  top: 5px;
  right: 0;
}

#product_list_r dd {
  padding: 3%;
}

.product-link li {
  width: 100%;
  float: none;
  margin: 0 0 5% 0;
}

#product_list ul {
  width: 100%;
  margin: 0 auto;
}

.img-box {
  width: 80%;
}

.fuzoku {
  width: 100%;
}

.intro {
  overflow: hidden;
  margin-bottom: 4%;
}

.intro img {
  top: 0;
}

.intro .img {
 /* float: right;*/
}

.intro .txt {
  /*float: left;*/
}

.intro .img img {
  position: relative;
  width: 100%;
}

/*-----------------------------*/
.news-release {
  width:90%;
}

.news-release a {
  max-width:100%;
}



}

@media screen and (max-width: 480px) {

.logo {
  width: 100%;
  margin: 110px 0 0;
  float: none;
}

#titlebox {
  height: auto;
  background-size: contain;
  padding-top: 0;
}

#titlebox_wrap h3 {
  display: inline-block;
  font-weight: inherit;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 10% 0 0 3%;
  width: 60%;
}

#titlebox_wrap h3 span {
  font-size: 65%;
}

.tit-contents {
  margin-top: 60%;
}

.campaign, .movie {
  float: none;
}

#titlebox .movie {
  margin: 0 auto;
  width: 36%;
  position: absolute;
  float: left;
  display: block;
  top: 75%;
}

.campaign {
  width: 95%;
  margin: 0 auto;
}

#titlebox .title-img {
  position: absolute;
  top: 0;
  margin-left: 18%;
}

/*.campaign {
  display: block;
  position: absolute;
  max-width: 480px;
  left: 0;
}*/

/*.campaign a img{
  display: block;
  width: 60%;
  padding-bottom:1%;
}*/

#content section {
  margin-bottom: 20%;
}

h4 {
  font-size: 24px;
}

.kcal-mode ul {
  flex-direction: column;
  margin-bottom: 10;
}

.kcal-mode ul li {
  flex-basis: 100%;
  height: auto;
}

.kcal-mode ul li img {
  width: 100%;
}

.rice-note span {
  display: block;
}

.kcal-mode .rice-kcal {
  align-items: flex-start;
}

.kcal-mode .rice-kcal img {
  width: 25%;
}

.commingsoon_r img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#commingsoon h3 {
  font-size: 150%;
}

.release_date {
  font-size: 160%;
  line-height: 1.6;
}

#plazalink_l {
  float: none;
  width: 100%;
  font-size: 90%;
  text-align: center;
}

#plazalink_r {
  float: none;
  width: 100%;
}

#meigara_wrap {
  padding-top: 40%;
}

#meigara_wrap h4 img {
  width: 70%;
}

#meigara_wrap h4 {
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#higama_l img {
  width: 80%;
  display: block;
  margin: 5% auto;
}

#higama ul li {
  font-size: 90%;
  margin: 0 1% 3% 0;
}

.box-2way li:nth-child(1), .box-2way li:nth-child(2) {
  margin-top: 0;
}

#type31_wrap .list_title dd, #type31_wrap .list_title dt {
  font-size: 80%;
}

#type31_wrap {
  width: 100%;
}

#type31_wrap dt {
  width: 40%;
  dont-size: 16px;
}

.w_wrap dt, .w_wrap dd {
  font-size: 80%;
}

.point {
  width: 45%;
  top: 20px;
  right: 0;
}

.w_wrap dl {
  font-weight: bold;
  width: 58%;
}

.course02 li img, .course03 li img {
  width: 100%;
}

.course03_3 img {
  width: 70% !important;
  margin: 0 auto;
  display: block;
}

#product_list_r ul {
  width: 52%;
  margin: 0 auto;
}

#product_list_r img {
  width: 100%;
}

.cup_wrap {
  width: 50%;
}

#product_list_r li {
  margin-bottom: 20%;
}

#plazalink {
  width: 80%;
}

.button {
  width: 70%;
}

.fuzoku ul {
  width: 80%;
  margin: 0 auto;
}

.fuzoku li {
  width: 100%;
  margin-bottom: 5%;
}

.box-quantity li {
  width: 100%;
  margin-bottom: 8%;
}

.box-quantity img {
  width: 100%;
}

.box-kama .txt img {
  width: 70%;
}

.box-test .txt, .box-test .img, .box-graf .img, .box-graf .txt, .box-kama .txt, .box-kama .img, .box-mode .img, .box-mode .txt {
  float: none;
  width: 100%;
  margin-bottom: 8%;
}

.box-movie iframe {
  height: 260px;
}

.orange span, .red span {
  font-size: 16px;
}

.box-2way li {
  width: 100%;
}

.box-care .txt ul, .box-care .img ul {
  width: 100%;
}

.box-care .txt li, .box-care .img li {
  width: 100%;
  margin-right: 0;
}

.course01, .course02 li, .course03 li {
  padding: 0;
}

.img-box {
  width: 100%;
}

.box-kama .txt h5, .box-movie h5, .box-graf h5 {
  font-size: 20px;
}

.offical_bn {
  width: 100%;
}

.intro .txt, .intro .img {
  float: none;
  width: 100%;
}

.intro .img img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.box-2way li:nth-child(2n) {
  margin-left: 0;
  width: 100%;
}

.box-2way li {
  margin-bottom: 8% !important;
}

.box-2way li:nth-child(2n) {
  margin-bottom: 0 !important;
}

.box-2way .wrap {
  height: auto;
}

/*.gotop a {

	padding: 25% !important;

}*/
/*関連リンク20161227*/
.relation-site {
  width: 100%;
}

.relation-site li {
  width: 100%;
  padding: 0 3%;
}

.relation-site li img {
  width: 100%;
}

.relation-site li span {
  padding-left: 3%;
}
}

@media screen and (min-width: 1400px) {

/*body {
  background: url(images/main-bg.png) no-repeat center 40px, #ffffff;
  background-size: 1300px;
  background-attachment: fixed;
}*/

#titlebox {
  background-position: 38% 0, 0 0;
  width: 100%;
}

.box-care .img {
  width: 628px;
}

.box-care .img li {
  margin-right: 10.5px;
}


}

/* ツイッターキャンペーンバナー */
/*.twitter-cp:hover {
  opacity: .9;
}

@media screen and (max-width: 480px) {
  .twitter-cp img {
    width: 100%;
  }

  #titlebox .movie {
    top: 60%;
  }
}
*/