@charset "utf-8";

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

.header-nav-01__item:nth-child(2) > span:after {
  left: 0;
  width: 100%;
}

.main.list {
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .main.list {
    background: none;
  }
}

/*
----------------------------------------------------------- */
/* list1
----------------------------------------------------------- */
.nav-product-1st {
  margin: 0 0 30px;
  border-bottom: 5px solid #329071;
}

.nav-product-1st-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  list-style: none;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.nav-product-1st-list__item {
  display: table;
  width: 16%;
  margin: 0 0 10px;
}

.nav-product-1st-list__item.is-active {
  margin: 0;
}

.nav-product-1st-list__item a {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-sizing: border-box;
}

.nav-product-1st-list__item.is-active a {
  height: 60px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: #329071;
}

.nav-product-1st-list__item a:hover {
  color: #fff;
  background: #329071;
}

.nav-product-1st-list__item a img {
  display: none;
}

.nav-product-2nd-list {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.nav-product-2nd-list__item {
  display: table;
  float: left;
  width: 49%;
  margin: 0 0 25px;
}

.nav-product-2nd-list__item:nth-child(2n) {
  float: right;
}

.nav-product-2nd-list__item a {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 130px;
  vertical-align: middle;
  padding: 10px 45px 10px 25px;
  color: #ed9711;
  font-size: 24px;
  text-decoration: none;
  background: #fff url(../img/common/icon-arrow-03.png) no-repeat 96% 50%;
  background-size: 13px 23px;
  box-sizing: border-box;
}

.nav-product-2nd--component1 .nav-product-2nd-list__item a {
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 0;
}

.nav-product-2nd-list__item a span {
  display: inline-block;
  vertical-align: top;
  color: #5c5c5c;
  font-size: 14px;
}

.nav-product-2nd-list__item a span.notes {
  display: block;
  color: #a6a6a6;
  font-size: 10px;
  text-align: right;
}

.nav-product-2nd__notes {
  font-size: 14px;
  text-align: right;
}

.nav-product-selling {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.nav-product-selling__item {
  float: left;
  width: 23%;
  margin: 0 2.66666666% 20px 0;
}

.nav-product-selling__item:nth-child(4n) {
  margin-right: 0;
}

.nav-product-selling__item a {
  display: block;
  position: relative;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.nav-product-selling__item .rank {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1.1;
  color: #bfbfbf;
  font-size: 36px;
}

.nav-product-selling__item .rank--1 {
  border-bottom: 5px solid #c0b025;
  color: #c0b025;
}

.nav-product-selling__item .rank--2 {
  border-bottom: 5px solid #637c85;
  color: #637c85;
}

.nav-product-selling__item .rank--3 {
  border-bottom: 5px solid #8a6857;
  color: #8a6857;
}

.nav-product-selling__item .rank--10 {
  letter-spacing: -5px;
}

.nav-product-selling__item img {
  height: 150px;
  margin: 0 0 5px;
}

.nav-product-type {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.nav-product-type__item {
  float: left;
  width: 48%;
  margin: 0 0 35px;
}

.nav-product-type__item:nth-child(2n) {
  float: right;
}

.nav-product-type__item a {
  display: block;
  padding: 40px 15px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.nav-product-type__item p {
  margin: 0 0 20px;
}

.nav-product-type__item p img {
  height: 42px;
}

.nav-product-type__item dl {
  margin: 0 0 20px;
  padding: 0;
}

.nav-product-type__item dt {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
}

.nav-product-type__item dd {
  margin: 0;
  padding: 0;
}

.nav-product-type__item figure {
  max-width: 380px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .main {
    background: none;
  }
  
  .nav-product-1st {
    margin: 0 0 10px;
    border: none;
  }
  
  .nav-product-1st-list {
    height: auto;
  }
  
  .nav-product-1st-list__item {
    display: none;
    width: auto;
    margin: 0;
  }
  
  .nav-product-1st-list__item.is-active {
    display: block;
  }
  
  .nav-product-1st-list__item a {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
  }

  .nav-product-1st-list__item.is-active a {
    height: auto;
    border-radius: 0;
    color: inherit;
    background: none;
  }
  
  .nav-product-1st-list__item a span:first-child {
    display: block;
    padding: 0 15px 0 0;
  }
  
  .nav-product-1st-list__item a img {
    display: block;
    width: 120px;
  }
  
  .nav-product-2nd {
    margin: 0 -15px 30px;
    padding: 0 15px;
    border-bottom: 5px solid #dedede;
  }

  .nav-product-2nd-list__item {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    border-top: 1px solid #dedede;
  }

  .nav-product-2nd-list__item:nth-child(2n) {
    float: none;
  }

  .nav-product-2nd-list__item a {
    display: block;
    height: auto;
    padding: 15px 25px 15px 10px !important;
    font-size: 15px;
    background-position: 97% 50%;
    background-size: 7px 12px;
  }
  
  .nav-product-2nd-list__item a span.notes {
    text-align: left;
  }
  
  .nav-product-2nd__notes {
    font-size: 10px;
    text-align: left;
  }
  
  .nav-product-1st-bottom-list {
    position: relative;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .nav-product-1st-bottom-list:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-left: 1px solid #ddd;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .nav-product-1st-bottom-list__item {
    float: left;
    width: 48%;
  }
  
  .nav-product-1st-bottom-list__item.next {
    float: right;
  }
  
  .nav-product-1st-bottom-list__item a {
    display: block;
    text-align: center;
    text-decoration: none;
  }
  
  .nav-product-1st-bottom-list__item a span {
    display: block;
    margin: 0 0 5px;
    padding: 0 15px;
  }
  
  .nav-product-1st-bottom-list__item a span:last-child {
    margin: 0;
  }
  
  .nav-product-1st-bottom-list__item.prev a span:first-child {
    background: url(../img/common/icon-arrow-05.png) no-repeat 0 50%;
    background-size: 8px auto;
  }
  
  .nav-product-1st-bottom-list__item.next a span:first-child {
    background: url(../img/common/icon-arrow-04.png) no-repeat 100% 50%;
    background-size: 8px auto;
  }
  
  .nav-product-selling {
    position: relative;
    margin: 20px -15px 0;
    border-top: 1px solid #dedede;
  }
  
  .nav-product-selling:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-left: 1px solid #ddd;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .nav-product-selling__item {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #dedede;
  }

  .nav-product-selling__item a {
    font-size: 12px;
  }

  .nav-product-selling__item .rank {
    top: 10px;
    left: 10px;
    font-size: 28px;
  }

  .nav-product-type__item {
    float: none;
    width: auto;
    margin: 0;
    border-top: 1px solid #dedede;
  }

  .nav-product-type__item:nth-child(2n) {
    float: none;
  }

  .nav-product-type__item a {
    padding: 30px 15px;
  }

  .nav-product-type__item p {
    margin: 0 0 10px;
  }

  .nav-product-type__item p img {
    height: 33px;
  }

  .nav-product-type__item dt {
    font-size: 17px;
  }

  .nav-product-type__item dd {
    font-size: 12px;
  }

  .nav-product-type__item figure {
    max-width: 270px;
  }
}


/*
----------------------------------------------------------- */
/* list2
----------------------------------------------------------- */
.nav-product-3rd__ttl {
  margin: 0 0 30px;
  text-align: center;
  font-size: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 600;
}

.nav-product-3rd__ttl img {
  height: 42px;
  margin: 0 0 5px;
}

.nav-product-3rd__txt {
  margin: -20px 0 25px;
  text-align: center;
}

.nav-product-3rd-list {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.nav-product-3rd-list__item {
  float: left;
  width: 23%;
  margin: 0 2.66666666% 20px 0;
}

.nav-product-3rd-list__item:nth-child(4n) {
  margin-right: 0;
}

.nav-product-3rd-list__item a {
  display: block;
  position: relative;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.nav-product-3rd-list__item img {
  height: 150px;
  margin: 0 0 5px;
}

.about-function {
  margin: 0 0 30px;
  padding: 0 30px;
}

.about-function__ttl {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.about-function__txt {
  margin: 0 0 10px;
  padding: 0;
}

.about-function__link {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
}

@media (max-width: 768px) {
  .nav-product-3rd {
    margin: 0 -15px 30px;
    padding: 0 15px;
    border-bottom: 5px solid #dedede;
  }
  
  .nav-product-3rd__ttl {
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-top: 1px solid #dedede;
    font-size: 17px;
  }
  
  .nav-product-3rd__ttl img {
    height: 33px;
  }
  
  .nav-product-3rd__txt {
    font-size: 12px;
  }
  
  .nav-product-3rd-list {
    position: relative;
    margin: 20px -15px 0;
    border-top: 1px solid #dedede;
  }
  
  .nav-product-3rd-list:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    border-left: 1px solid #ddd;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .nav-product-3rd-list__item {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #dedede;
  }

  .nav-product-3rd-list__item a {
    font-size: 12px;
  }
  
  .about-function {
    margin: 0 0 20px;
    padding: 0 15px;
    font-size: 12px;
  }
}


/*
----------------------------------------------------------- */
/* detail
----------------------------------------------------------- */
.main-img {
  float: left;
  width: 38%;
  margin: 0 0 40px;
}

.sec-outline {
  float: right;
  width: 60%;
  margin: 0 0 40px;
}

.sec-outline__ttl {
  margin: 0 0 15px;
  color: #ed9711;
  font-size: 24px;
}

.sec-outline__ttl span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.sec-outline__ttl sup,
.sec-outline__ttl sub {
  font-size: 60%;
}

.sec-outline__notification {
  margin: 0 0 20px;
}

.sec-outline__capacity ,
.sec-outline__intake {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid #dedede;
}

.sec-outline__intake .list-01 li {
  margin: 0;
}

.sec-outline__intake .list-02,
.sec-outline__intake .list-no {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec-outline__intake .list-02 li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
}

.sec-outline__intake .list-02 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #5c5c5c;
}

.sec-outline__intake .mb {margin-bottom: 1em;}

.sec-outline__intake span {
  font-size: 12px;
}

.sec-outline__desc {
  margin: 0;
  font-size: 15px;
}

.sec-outline__habits {
  margin: 12px 0 12px;
  padding: 12px 0 12px;
  border-top: 1px solid #dedede;
}

.sec-outline__habits span {
  font-size: 15px;
}

.area-btn {
  clear: both;
  display: flex;
  justify-content: center;
  text-align: center;
}

.area-btn__search,
.area-btn__inner {
  position: relative;
  width: 250px;
  margin: 0 20px;
}

.area-btn__search a,
.area-btn__inner > span {
  display: block;
  line-height: 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  background: #e68511;
  cursor: pointer;
}

.area-btn__search a {
  background: #329071;
}

.area-btn__search a span,
.area-btn__inner > span span {
  display: inline-block;
  padding: 0 0 0 38px;
  background: url(../img/product/icon-cart-01.png) no-repeat 0 50%;
  background-size: 37px auto;
}
.area-btn__search a span {
  background: url(../img/product/icon-search-01.png) no-repeat 0 50%;
  background-size: 30px auto;
}

.btn-list {
  display: none;
  list-style: none;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 250px;
  margin: 0 0 0 -125px;
  padding: 0;
  border: 5px solid #f8e0c3;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1000;
}

.btn-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f8e0c3 transparent;
}

.btn-list:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -5px;
  left: -5px;
  height: 10px;
}

.btn-list__item {
  border-bottom: 1px solid #dedede;
}

.btn-list__item:last-child {
  border: none;
}

.btn-list__item a {
  display: block;
  padding: 12px 0;
}

.btn-list__item a img {
  width: 150px;
}

.area-data {
  overflow: hidden;
  margin: 50px 0 20px;
  padding: 0 0 40px;
  border-bottom: 3px solid #ddd;
}

.sec-data {
  padding: 20px 0 0;
  border-top: 3px solid #ddd;
  margin: 0 0 30px;
  box-sizing: border-box;
}

.sec-recommend {
  float: left;
  width: 58%;
  margin: 0 0 40px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.sec-txt {
  float: left;
  width: 58%;
  margin: 0 0 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-txt p {
  margin: 0;
}

.sec-txt .sec-txt__link {
  margin: 10px 0 0;
  text-align: right;
}

.sec-ng {
  float: right;
  width: 36%;
}

.ng-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ng-list__item {
  display: inline-block;
  width: 72px;
  vertical-align: top;
  line-height: 1.3;
  margin: 0 10px 10px;
  padding: 0;
  font-size: 12px;
}

.ng-list__item img {
  margin: 0 0 5px;
}

.sec-nutrition {
  float: right;
  width: 36%;
}

.sec-nutrition table {
  width: 100%;
  margin: 0 0 30px;
  border-collapse: collapse;
  font-size: 12px;
}

.sec-nutrition table:last-child {
  margin: 0;
}

.sec-nutrition thead th {
  line-height: 1.2;
  padding: 7px 5px;
  font-weight: normal;
  text-align: center;
  background: #ddd;
}

.sec-nutrition thead th sup {
  vertical-align: text-top;
}

.sec-nutrition tbody th {
  line-height: 1.2;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #dedede;
}

.sec-nutrition tbody td {
  line-height: 1.2;
  padding: 10px 15px 10px 0;
  text-align: right;
  border-bottom: 1px solid #dedede;
}

.sec-nutrition tbody td:first-child {
  padding: 10px 0 10px 15px;
  text-align: left;
}

.sec-nutrition__legend {
  margin: 0 0 10px;
  padding: 0 10px;
  text-align: right;
}

.sec-nutrition__legend span {
  display: inline-block;
  padding: 2px 10px;
  border: 2px solid #dedede;
  font-size: 10px;
}

.color-amino {
  color: #59b22d;
}

.color-vitamin {
  color: #dbb700;
}

.color-mineral {
  color: #36add9;
}

.sec-nutrition__notes {
  margin: -20px 0 0;
  font-size: 12px;
}

.sec-nutrition__about {
  margin: 0;
  padding: 0;
}

.sec-nutrition__about dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.sec-nutrition__about dd {
  margin: 0;
  padding: 0;
}

.sec-nutrition__asta {
  line-height: 100%;
  font-size: 10px;
  vertical-align: 0.4em;
  color: #FF0000;
}

.sec-nutrition__blk {
  line-height: 100%;
  font-size: 12px;
  vertical-align: 0.4em;
}

.sec-nutrition__comm {
  margin:-20px 0 30px 10px;
  font-size: smaller;
}

.sec-nutrition__tit {
  font-size: 12px;
  margin:-14px 0 20px 0;
}

.sup {
    vertical-align: super;
    font-size: smaller;
}

.sec-attention {
  float: left;
  width: 58%;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-number {
  float: left;
  width: 58%;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-number-data {
  margin: 0;
  padding: 0;
}

.sec-number-data__label {
  float: left;
  margin: 0;
  padding: 15px 0 0;
  color: #a6a6a6;
  font-size: 12px;
}

.sec-number-data__txt {
  margin: 0 0 0 60px;
  padding: 0;
  font-size: 30px;
}

.sec-estimated {
  float: left;
  width: 58%;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-estimated span {
  font-size: 16px;
}

.sec-function {
  float: left;
  width: 58%;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-function-data {
  margin: 0;
  padding: 0;
}

.sec-function-data__label {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.sec-function-data__txt {
  margin: 0 0 20px;
  padding: 0;
}

.sec-recommend-item-slide {
  position: relative;
  margin: 0 0 15px;
}

.sec-recommend-item-slide .slick-list {
  overflow: hidden;
  margin: 0 30px;
}

.sec-recommend-item-slide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec-recommend-item-slide li {
  float: left;
  padding: 0;
}

.sec-recommend-item-slide li a {
  display: block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.sec-recommend-item-slide li img {
  height: 150px;
  margin: 0 0 10px;
}

.sec-recommend-item .slick-arrow {
  position: absolute;
  top: 45px;
  width: 30px;
  height: 59px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 100;
}

.sec-recommend-item .slick-prev {
  left: 0;
  background: url(../img/common/icon-arrow-10.png) no-repeat 0 0;
}

.sec-recommend-item .slick-next {
  right: 0;
  background: url(../img/common/icon-arrow-03.png) no-repeat 0 0;
}

.sec-recommend-item__notes {
  margin: 0 0 15px;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 768px) {
  .main-img {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .sec-outline {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .sec-outline__ttl {
    font-size: 18px;
  }

  .sec-outline__desc {
    padding: 0 0 12px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
  }

  .area-btn {
    flex-direction: column;
  }

  .area-btn__search,
  .area-btn__inner {
    margin: 0 auto 20px;
    width: 230px;
  }

  .btn-list {
    top: 70px;
    width: 230px;
    margin: 0 0 0 -115px;
  }

  .btn-list__item a img {
    width: 140px;
  }
  
  .area-data {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -15px 20px;
    padding: 0;
  }

  .sec-data {
    float: none !important;
    width: 100% !important;
    margin: 0 0 30px;
    padding: 15px 15px 0;
  }
  
  .sec-recommend {
    order: 1;
  }
  
  .sec-ng {
    order: 2;
  }
  
  .sec-nutrition {
    order: 3;
  }
  
  .sec-attention {
    order: 7;
  }
  
  .sec-function {
    order: 6;
  }
  
  .ng-list__item img {
    width: 50px;
  }
  
  .sec-recommend-item-slide li img {
    height: 130px;
  }

  .sec-recommend-item .slick-arrow {
    top: 55px;
    width: 15px;
    height: 30px;
  }

  .sec-recommend-item .slick-prev {
    background-size: 15px 30px;
  }

  .sec-recommend-item .slick-next {
    background-size: 15px 30px;
  }

  .sec-recommend-item__notes {
    text-align: right;
  }
}


/*
----------------------------------------------------------- */
/* rakuten
----------------------------------------------------------- */
.rakuten-ttl {
  margin: 0 0 50px;
  padding: 50px 0 0;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  background: url(../img/product/img-rakuten-logo.png) no-repeat 50% 0;
}

.rakuten-logo {
  margin: 0 0 35px;
}

.rakuten-logo img {
  width: 190px;
}

.rakuten-product-ttl {
  position: relative;
  height: 190px;
  margin: 0 0 50px;
}

.rakuten-product-ttl__ttl {
  margin: 0 0 0 210px;
  padding: 40px 0 0;
  color: #329071;
  font-size: 36px;
}

.rakuten-product-ttl__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  margin: 0;
  text-align: center;
}

.rakuten-product-ttl__txt {
  margin: 0 0 0 210px;
  font-size: 21px;
}

.rakuten-list {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.rakuten-list__item {
  float: left;
  width: 22%;
  margin: 0 4% 40px 0;
}

.rakuten-list__item:nth-child(4n) {
  margin-right: 0;
}

.rakuten-list__item:nth-child(4n+1) {
  clear: both;
}

.rakuten-list__item a {
  display: block;
  font-size: 15px;
  letter-spacing: -1px;
  text-decoration: none;
}

.rakuten-list__item a span {
  display: block;
  height: 66px;
  line-height: 66px;
  margin: 5px 0 0;
  padding: 0 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.rakuten-list__item a span img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .rakuten-ttl {
    margin: 0 0 30px;
    padding: 40px 0 0;
    font-size: 20px;
    font-weight: bold;
    background-size: 190px auto;
  }
  
  .rakuten-logo {
    margin: 0 0 25px;
    text-align: center;
  }

  .rakuten-product-ttl {
    height: auto;
    margin: 0 0 30px;
    text-align: center;
  }

  .rakuten-product-ttl__ttl {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
  }

  .rakuten-product-ttl__img {
    position: static;
    width: auto;
    margin: 0 0 15px;
  }

  .rakuten-product-ttl__txt {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }
  
  .rakuten-list__item {
    float: none;
    width: 230px;
    margin: 0 auto 15px !important;
  }
  
  .rakuten-list__item a {
    font-size: inherit;
    letter-spacing: normal;
  }
}
