@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/

.cl,
.pickup-hero a,
.pickup-unit,
.tab-nav,
.recipe-intro,
.faq-acordion-block-body,
.wraparound-block {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after,
.pickup-hero a:after,
.pickup-unit:after,
.tab-nav:after,
.recipe-intro:after,
.faq-acordion-block-body:after,
.wraparound-block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl,
* html .pickup-hero a,
.pickup-hero * html a,
* html .pickup-unit,
* html .tab-nav,
* html .recipe-intro,
* html .faq-acordion-block-body,
* html .wraparound-block {
  height: 1%;
}

.icon-new:before {
  content: "NEW";
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 88px;
  height: 88px;
  box-sizing: border-box;
  border-radius: 50%;
  font-family: Helvetica, Arial;
  border: 4px solid #fff;
  background-color: #d80c18;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .icon-new:before {
    top: -12px;
    left: -12px;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    font-size: 1.3rem;
  }
}

/*----------------------------------
Side Style
----------------------------------*/

/*----------------------------------
Navigation Style
----------------------------------*/

.pan-nav {
  margin: 20px 0 65px;
  padding-left: 20px;
  line-height: 1;
  font-size: 14px;
  color: #999999;
}

.pan-nav ul {
  letter-spacing: -0.4em;
}

.pan-nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 35px;
}

.pan-nav ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 15px;
}

.pan-nav ul li:first-child:before {
  display: none;
}

.pan-nav ul li a {
  color: #999999;
  text-decoration: none;
}

.pan-nav ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .pan-nav {
    display: none;
  }
}

.link-text a,
.link-text>span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  color: #0066cc;
  text-decoration: none;
}

.link-text a:before,
.link-text>span:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-text a:hover,
.link-text>span:hover {
  text-decoration: underline;
}

.link-text.link-text-white a,
.link-text.link-text-white>span {
  color: #fff;
}

.link-text.link-text-white a:before,
.link-text.link-text-white>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.link-text.link-text-orange a,
.link-text.link-text-orange>span {
  color: #ff661a;
}

.link-text.link-text-orange a:before,
.link-text.link-text-orange>span:before {
  border-top: 2px solid #ff661a;
  border-right: 2px solid #ff661a;
}

.link-text2 a {
  color: #ff661a;
  text-decoration: underline;
}

.bl_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: inline-block;
  box-shadow: 0 4px 0 #810207;
  border-radius: 30px;
  background-color: #c4151c;
  font-size: 1.8rem;
  position: relative;
}

.btn:after {
  content: " ";
  position: absolute;
  top: 26px;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 500px;
  height: 60px;
}

.btn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .bl_btn {
    width: 100%;
  }

  .btn {
    font-size: 1.6rem;
  }

  .btn a {
    line-height: 1.6;
  }
}

/*----------------------------------
Table Style
----------------------------------*/

.table01 table {
  width: 100%;
}

.table01 table tr:nth-child(odd) {
  background: #f2f2f2;
}

.table01 table tr th,
.table01 table tr td {
  padding: 9px 0;
  vertical-align: top;
}

.table01 table tr th {
  width: 180px;
  padding-left: 20px;
}

.table01 table tr td:nth-child(2) {
  width: 160px;
}

.table01 table tr td:last-child {
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .table01 table {
    font-size: 1.2rem;
  }

  .table01 table tr th {
    width: 30.4347%;
    padding-left: 10px;
  }

  .table01 table tr td:nth-child(2) {
    padding-left: 10px;
    width: 27.5362%;
  }

  .table01 table tr td:last-child {
    padding: 9px 10px;
  }
}

.table02>table {
  width: 100%;
}

.table02>table>tbody>tr {
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.table02>table>tbody>tr>th,
.table02>table>tbody>tr>td {
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.table02>table>tbody>tr>th {
  width: 330px;
  background: #f5f5f5;
  padding-left: 20px;
}

.table02>table>tbody>tr>td table {
  margin-top: -2px;
  width: 100%;
}

.table02>table>tbody>tr>td table tr {
  border-top: 1px solid #d6d6d6;
}

.table02>table>tbody>tr>td table tr:first-child {
  border-top: none;
}

.table02>table>tbody>tr>td table th,
.table02>table>tbody>tr>td table td {
  padding: 5px 0;
}

.table02>table>tbody>tr>td table th {
  width: 290px;
  padding-left: 20px;
}

.table02>table>tbody>tr>td table td {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .table02>table>tbody {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }

  .table02>table>tbody>tr {
    border-right: none;
    border-bottom: none;
  }

  .table02>table>tbody>tr>th,
  .table02>table>tbody>tr>td {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    display: block;
    width: 100%;
  }

  .table02>table>tbody>tr>th {
    width: 100%;
    background: #f5f5f5;
    padding: 5px 15px;
  }

  .table02>table>tbody>tr>td table tr {
    border-top: 1px solid #d6d6d6;
    display: block;
    padding: 5px 15px;
  }

  .table02>table>tbody>tr>td table tr:first-child {
    border-top: none;
  }

  .table02>table>tbody>tr>td table th,
  .table02>table>tbody>tr>td table td {
    padding: 0;
    display: block;
  }

  .table02>table>tbody>tr>td table th {
    width: 100%;
    padding-left: 0;
  }

  .table02>table>tbody>tr>td table td {
    margin-top: 3px;
    padding: 0;
  }
}

.table03-header {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  text-align: center;
}

.table03-header p {
  padding: 8px 20px;
}

@media only screen and (max-width: 768px) {
  .table03-header {
    padding: 5px;
  }
}

.table03 {
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.table03-item:nth-child(odd) {
  background: #f5f5f5;
}

.table03-item-inr {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.table03-item-inr p {
  padding: 8px 20px;
}

.table03-item-inr p:first-child {
  width: 300px;
  border-right: 1px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .table03-item-inr {
    display: block;
    padding: 5px;
  }

  .table03-item-inr p {
    padding: 0 20px;
  }

  .table03-item-inr p:first-child {
    width: 100%;
    border-right: none;
  }
}

.table04 {}

@media only screen and (max-width: 768px) {
  .table04 {
    overflow: auto;
  }
}

.table04 table {
  border-bottom: 1px solid #b38a40;
  border-left: 1px solid #b38a40;
  line-height: 1.2;
  margin-left: 80px;
  margin-right: 80px;
}

@media only screen and (max-width: 768px) {
  .table04 table {
    border-bottom: 2px solid #b38a40;
    border-left: 2px solid #b38a40;
    width: 250vw;
  }
}

.table04 th,
.table04 td {
  padding: 10px;
  border-top: 1px solid #b38a40;
  border-right: 1px solid #b38a40;
}

@media only screen and (max-width: 768px) {

  .table04 th,
  .table04 td {
    border-top: 2px solid #b38a40;
    border-right: 2px solid #b38a40;
  }
}

.table04 td {
  font-size: 1.4rem;
}

.table04 th .underline,
.table04 td .underline {
  text-decoration: underline;
}

.table04 th.txt-top,
.table04 td.txt-top {
  vertical-align: top;
}

.table04 th.bg-green,
.table04 td.bg-green {
  background-color: #a8d471;
  color: #fff;
}

.table04 th.bg-blue,
.table04 td.bg-blue {
  background-color: #73c6ec;
  color: #fff;
}

.table04 th.bg-pink,
.table04 td.bg-pink {
  background-color: #e67285;
  color: #fff;
}

.table04 th.bg-purple,
.table04 td.bg-purple {
  background-color: #bc91ce;
  color: #fff;
}

.table04 th.bg-cream,
.table04 td.bg-cream {
  background-color: #fef7e5;
}

.table04-head {
  color: #4472c4;
  text-align: center;
}

.table04-head.table04-head-img {
  padding-left: 0;
  padding-right: 0;
}

.table04-head img {
  vertical-align: middle;
  width: 100%;
}

.table04-head2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
}

.table04-head2.txt-top {
  vertical-align: top;
}

.table04 th p+p,
.table04 td p+p {
  margin-top: 20px;
}

/*----------------------------------
Visual Style
----------------------------------*/

.mv-under {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mv-under.mv-under-large figure {
  height: 580px;
}

.mv-under-txt {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .mv-under-txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.mv-under-title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
  font-size: 64px;
  font-size: 4rem;
  text-align: center;
}

.mv-under-title span {
  display: block;
  font-size: 35px;
  font-size: 2.2rem;
}

.mv-under figure {
  height: 380px;
}

.mv-under figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

@media only screen and (max-width: 768px) {
  .mv-under {
    margin-bottom: 40px;
  }

  .mv-under.sp-btm0 {
    margin-bottom: 0;
  }

  .mv-under.mv-under-large figure {
    height: 290px;
  }

  .mv-under-title {
    font-size: 2.4rem;
  }

  .mv-under-title span {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .mv-under figure {
    height: 190px;
  }

  .mv-under.mv-under-type02 .mv-under-title {
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #000;
    font-size: 1.8rem;
    padding: 15px;
    text-align: left;
  }
}

.mv-under-title2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
  font-size: 64px;
  font-size: 4rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .mv-under-title2 {
    font-size: 1.9rem;
    font-weight: bold;
  }

  .mv-under-title2 h1 {
    font-weight: bold;
  }

  .mv-under-title2 span {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.recipe-hero-img {
  margin-bottom: 4px;
}

.recipe-hero-img img {
  width: 100%;
}

.mv-lineup {
  position: relative;
  z-index: -1;
  height: 380px;
  background-size: cover;
  background-position: 50% 50%;
}

.mv-lineup-title {
  position: absolute;
  left: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 57px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.mv-lineup-badge {
  position: absolute;
  top: 10px;
  right: 18px;
}

.mv-lineup-label {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  max-width: 990px;
  width: 100%;
  text-align: right;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup {
    height: auto;
    background-image: none !important;
  }

  .mv-lineup-inr:after {
    display: block;
    content: " ";
    width: 100%;
    height: 190px;
    background-size: cover;
    background-position: 50% 50%;
  }

  .mv-lineup-title {
    display: -ms-flexbox;
    display: flex;
    min-height: 75px;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: #000;
    font-size: 1.8rem;
    padding: 15px;
  }

  .mv-lineup-badge {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .mv-lineup-label {
    position: static;
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 45px;
    margin-left: 0 !important;
  }
}

/*--キウイーナ--*/

.mv-lineup.mv-lineup-kiwina {
  background-image: url(/img/line_up/kiwina/mv.jpg);
}

.mv-lineup.mv-lineup-kiwina .mv-lineup-label {
  margin-top: -108px;
  margin-left: 21px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-kiwina .mv-lineup-inr:after {
    background-image: url(/img/line_up/kiwina/mv.jpg);
  }

  .mv-lineup.mv-lineup-kiwina .mv-lineup-badge {
    width: 82px;
    top: 35px;
    right: 3px;
  }

  .mv-lineup.mv-lineup-kiwina .mv-lineup-label {
    margin-top: -50px;
    margin-bottom: -5px;
  }

  .mv-lineup.mv-lineup-kiwina .mv-lineup-label img {
    width: 140px;
  }
}

/*--甘熟王 ゴールドプレミアム--*/

.mv-lineup.mv-lineup-gold-premium {
  background-image: url(/img/line_up/gold-premium/mv202003.png);
  background-size: cover;
}

.mv-lineup.mv-lineup-gold-premium .mv-lineup-label {
  margin-top: -108px;
  margin-left: 21px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-gold-premium .mv-lineup-inr:after {
    background-image: url(/img/line_up/gold-premium/mv202003-sp.png);
  }

  .mv-lineup.mv-lineup-gold-premium .mv-lineup-badge {
    width: 82px;
    top: 35px;
    right: 3px;
  }

  .mv-lineup.mv-lineup-gold-premium .mv-lineup-label {
    margin-top: -50px;
    margin-bottom: -5px;
  }

  .mv-lineup.mv-lineup-gold-premium .mv-lineup-label img {
    width: 140px;
  }
}

/*--甘熟王--*/

.mv-lineup.mv-lineup-kanjukuoh {
  background-image: url(/img/line_up/kanjukuoh/mv.jpg);
}

.mv-lineup.mv-lineup-kanjukuoh .mv-lineup-label {
  margin-top: -110px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-kanjukuoh .mv-lineup-inr:after {
    background-image: url(/img/line_up/kanjukuoh/mv-sp.jpg);
  }

  .mv-lineup.mv-lineup-kanjukuoh .mv-lineup-badge {
    width: 82px;
    top: 48px;
    right: 3px;
  }

  .mv-lineup.mv-lineup-kanjukuoh .mv-lineup-label {
    margin-top: -55px;
  }

  .mv-lineup.mv-lineup-kanjukuoh .mv-lineup-label img {
    width: 140px;
  }
}

/*--バナップル--*/

.mv-lineup.mv-lineup-banapple {
  background-image: url(/img/line_up/banapple/mv.jpg);
}

.mv-lineup.mv-lineup-banapple .mv-lineup-badge {
  top: 25px;
  right: 40px;
}

.mv-lineup.mv-lineup-banapple .mv-lineup-label {
  margin-top: -120px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-banapple .mv-lineup-inr:after {
    background-image: url(/img/line_up/banapple/mv.jpg);
  }

  .mv-lineup.mv-lineup-banapple .mv-lineup-badge {
    width: 65px;
    top: 58px;
    right: 18px;
  }

  .mv-lineup.mv-lineup-banapple .mv-lineup-label {
    margin-top: -55px;
  }

  .mv-lineup.mv-lineup-banapple .mv-lineup-label img {
    width: 150px;
  }
}

.mv-lineup.mv-lineup-showa {
  background-image: url(/img/line_up/showa/mv.jpg);
}

.mv-lineup.mv-lineup-showa .mv-lineup-label {
  margin-top: -110px;
  margin-left: 43px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-showa .mv-lineup-inr:after {
    background-image: url(/img/line_up/showa/mv.jpg);
  }

  .mv-lineup.mv-lineup-showa .mv-lineup-label {
    margin-top: -55px;
    margin-bottom: -5px;
  }

  .mv-lineup.mv-lineup-showa .mv-lineup-label img {
    width: 144px;
  }
}

/*--プレミアムリッチ--*/

.mv-lineup.mv-lineup-premium-rich {
  background-image: url(/img/line_up/premium-rich/mv.jpg);
  background-image: url(/img/line_up/premium-rich/mv.jpg);
}

.mv-lineup.mv-lineup-premium-rich .mv-lineup-label {
  margin-top: -81px;
  margin-left: 55px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-premium-rich .mv-lineup-inr:after {
    background-image: url(/img/line_up/premium-rich/mv.jpg);
  }

  .mv-lineup.mv-lineup-premium-rich .mv-lineup-label {
    margin-top: -42px;
    margin-bottom: 50px;
  }

  .mv-lineup.mv-lineup-premium-rich .mv-lineup-label img {
    width: 182px;
  }
}

.mv-lineup.mv-lineup-banage {
  background-image: url(/img/line_up/banage/mv.jpg);
}

.mv-lineup.mv-lineup-banage .mv-lineup-label {
  margin-top: -122px;
  margin-left: 7px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-banage .mv-lineup-inr:after {
    background-image: url(/img/line_up/banage/mv.jpg);
  }

  .mv-lineup.mv-lineup-banage .mv-lineup-label {
    margin-top: -60px;
    margin-bottom: 35px;
  }

  .mv-lineup.mv-lineup-banage .mv-lineup-label img {
    width: 135px;
  }
}

.mv-lineup.mv-lineup-oishii {
  background-image: url(/img/line_up/oishii/mv.jpg);
}

.mv-lineup.mv-lineup-oishii .mv-lineup-label {
  margin-top: -120px;
  margin-left: 13px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-oishii .mv-lineup-inr:after {
    background-image: url(/img/line_up/oishii/mv.jpg);
  }

  .mv-lineup.mv-lineup-oishii .mv-lineup-label {
    margin-top: -60px;
    margin-left: 0;
  }

  .mv-lineup.mv-lineup-oishii .mv-lineup-label img {
    width: 140px;
  }
}

.mv-lineup.mv-lineup-shiawase {
  background-image: url(/img/line_up/shiawase/mv.jpg);
}

.mv-lineup.mv-lineup-shiawase .mv-lineup-label {
  margin-top: -66px;
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-shiawase .mv-lineup-inr:after {
    background-image: url(/img/line_up/shiawase/mv.jpg);
  }

  .mv-lineup.mv-lineup-shiawase .mv-lineup-label {
    margin-top: -35px;
    margin-bottom: 55px;
  }

  .mv-lineup.mv-lineup-shiawase .mv-lineup-label img {
    width: 190px;
  }
}

/* add shiawase */
.shiawase__sec-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.shiawase__sec-list {
  margin: 0 auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .shiawase__sec-list {
    max-width: auto;
    width: calc(356 / 375 * 100%);
    margin: 0 auto 0 auto;
    flex-direction: column;
  }
}

.shiawase__sec-li {
  width: calc(100% / 2);
  margin: 0;
  padding: 0 0 35px 0;
  padding-left: calc(20 / 1120 * 100%);
  padding-right: calc(20 / 1120 * 100%);
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .shiawase__sec-li {
    width: calc(100% / 1);
    padding: 0;
  }
}

.shiawase__sec-li>a {
  margin: 0;
  padding: 0;
  display: block;
}

.shiawase__sec-li figure {
  max-width: 380px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
}

.shiawase__sec-li img {
  width: 100%;
  height: auto;
}

.shiawase__sec-caption {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.shiawase__sec-caption>span {
  display: block;
}

.shiawase__sec-caption>span:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ff651a;
}

.shiawase__sec-caption>span:nth-child(2) {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .shiawase__sec-caption>span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.shiawase__sec-btn {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: center;
}

.shiawase__sec-btnorange {
  max-width: 280px;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  border-radius: 20px;
  border: 2px solid #ff661a;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  color: #ff661a;
  background: #fff;
  box-sizing: border-box;
  display: block;
  transition: 0.5s;
}

.shiawase__sec-btnorange>span {
  color: #ff661a;
}

.shiawase__sec-btnorange:hover {
  background-color: #ff661a;
}

.shiawase__sec-btnorange:hover>span {
  color: #fff;
}

/*--おやつの王様--*/

.mv-lineup.mv-lineup-oyatsu {
  background-image: url(/img/line_up/oyatsu/mv.jpg);
}

.mv-lineup.mv-lineup-oyatsu .mv-lineup-label {
  margin-top: -121px;
  margin-left: 60px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-oyatsu .mv-lineup-inr:after {
    background-image: url(/img/line_up/oyatsu/mv.jpg);
  }

  .mv-lineup.mv-lineup-oyatsu .mv-lineup-label {
    margin-top: -65px;
    margin-bottom: 55px;
  }

  .mv-lineup.mv-lineup-oyatsu .mv-lineup-label img {
    width: 182px;
  }
}

/*--スミフルバナナ--*/

.mv-lineup.mv-lineup-sumifru-banana {
  background-image: url(/img/line_up/sumifru-banana/mv.jpg);
}

.mv-lineup.mv-lineup-sumifru-banana .mv-lineup-label {
  margin-top: -120px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-sumifru-banana .mv-lineup-inr:after {
    background-image: url(/img/line_up/sumifru-banana/mv.jpg);
  }

  .mv-lineup.mv-lineup-sumifru-banana .mv-lineup-label {
    margin-top: -64px;
  }

  .mv-lineup.mv-lineup-sumifru-banana .mv-lineup-label img {
    width: 145px;
  }
}

/*--おいしいバナナ--*/

.mv-lineup.mv-lineup-oishii-banana {
  background-image: url(/img/line_up/oishii-banana/mv.jpg);
}

.mv-lineup.mv-lineup-oishii-banana .mv-lineup-label {
  margin-top: -120px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-oishii-banana .mv-lineup-inr:after {
    background-image: url(/img/line_up/oishii-banana/mv.jpg);
  }

  .mv-lineup.mv-lineup-oishii-banana .mv-lineup-label {
    margin-top: -64px;
  }

  .mv-lineup.mv-lineup-oishii-banana .mv-lineup-label img {
    width: 145px;
  }
}

/*--エコバナナシリーズ--*/

.mv-lineup.mv-lineup-eco {
  background-image: url(/img/line_up/eco/mv.jpg);
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-eco .mv-lineup-inr:after {
    background-image: url(/img/line_up/eco/mv.jpg);
  }
}

/*--有機栽培バナナ--*/

.mv-lineup.mv-lineup-organic-banana {
  background-image: url(/img/line_up/organic-banana/mv.jpg);
}

.mv-lineup.mv-lineup-organic-banana .mv-lineup-label {
  margin-top: -120px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-organic-banana .mv-lineup-inr:after {
    background-image: url(/img/line_up/organic-banana/mv.jpg);
  }

  .mv-lineup.mv-lineup-organic-banana .mv-lineup-label {
    margin-top: -64px;
  }

  .mv-lineup.mv-lineup-organic-banana .mv-lineup-label img {
    width: 145px;
  }
}

/*--甘熟王 パイン--*/

.mv-lineup.mv-lineup-pine {
  background-image: url(/img/line_up/pine/mv.jpg);
}

.mv-lineup.mv-lineup-pine .mv-lineup-label {
  margin-top: -103px;
  margin-right: 6px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-pine .mv-lineup-inr:after {
    background-image: url(/img/line_up/pine/mv.jpg);
  }

  .mv-lineup.mv-lineup-pine .mv-lineup-label {
    margin-top: -53px;
    margin-bottom: -5px;
  }

  .mv-lineup.mv-lineup-pine .mv-lineup-label img {
    width: 133px;
  }

  img.story-pine {
    height: 360px;
    object-fit: cover; /* 必要に応じて画像の切り抜き */
  }
}

/*--アボカド--*/

.mv-lineup.mv-lineup-avocado {
  background-image: url(/img/line_up/avocado/mv.jpg);
}

.mv-lineup.mv-lineup-avocado .mv-lineup-label {
  margin-top: -71px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-avocado .mv-lineup-inr:after {
    background-image: url(/img/line_up/avocado/mv.jpg);
  }

  .mv-lineup.mv-lineup-avocado .mv-lineup-label {
    margin-top: -28px;
  }

  .mv-lineup.mv-lineup-avocado .mv-lineup-label img {
    width: 125px;
  }
}

/*--ハニデューメロン--*/

.mv-lineup.mv-lineup-melon {
  background-image: url(/img/line_up/melon/mv.jpg);
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-melon .mv-lineup-inr:after {
    background-image: url(/img/line_up/melon/mv.jpg);
  }
}

/*--グレイシオパパイヤ--*/

.mv-lineup.mv-lineup-papaya {
  background-image: url(/img/line_up/papaya/mv.jpg);
}

.mv-lineup.mv-lineup-papaya .mv-lineup-label {
  margin-top: -42px;
  margin-left: 38px;
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-papaya .mv-lineup-inr:after {
    background-image: url(/img/line_up/papaya/mv.jpg);
  }

  .mv-lineup.mv-lineup-papaya .mv-lineup-label {
    margin-top: -18px;
    margin-bottom: 70px;
  }

  .mv-lineup.mv-lineup-papaya .mv-lineup-label img {
    width: 137px;
  }
}

/* スミフルフルーツ 甘熟王 ゴールドプレミアムパイン 追加（2024/11）START */
@media (min-width: 769px) {
  .mv-lineup.mv-lineup-gold-premium-pine {
    background-image: url(/img/line_up/sumifru-fruits/gold-premium/pine/mv.png);
  }

  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-label {
    margin-top: -103px;
    margin-right: 6px;
  }

  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-label img {
    width: 260px;
  }

  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-title {
    position: absolute;
    color: #fff;
    left: 12vw;
    top: 20vh;
    transform: translateY(20%);
  }

  .lineup-intro-block-img.story-gold-premium-pine {
    width: 640px;
    height: 360px;
  }
}

@media only screen and (max-width: 768px) {
  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-inr:after {
    background-image: url(/img/line_up/sumifru-fruits/gold-premium/pine/mv.png);
  }

  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-label {
    margin-top: -53px;
    margin-bottom: -5px;
  }

  .mv-lineup.mv-lineup-gold-premium-pine .mv-lineup-label img {
    width: 133px;
  }

  img.story-gold-premium-pine {
    height: 360px;
    object-fit: cover; /* 必要に応じて画像の切り抜き */
  }
}
/* スミフルフルーツ 甘熟王 ゴールドプレミアムパイン 追加（2024/11）END */

/*----------------------------------
Paragraph Style
----------------------------------*/

/*--bg--*/

.bg-shadow {
  background-color: #fafafa;
  box-shadow: inset 0px 0px 36px 0px rgba(0, 0, 0, 0.15);
  padding: 120px 0;
}

@media only screen and (max-width: 768px) {
  .bg-shadow {
    padding: 30px 0;
    box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  }
}

/*--section--*/

.sec-mt01 {
  margin-top: 85px;
}

@media only screen and (max-width: 768px) {
  .sec-mt01 {
    margin-bottom: 40px;
  }
}

.sec-mb01 {
  margin-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  .sec-mb01 {
    margin-bottom: 90px;
  }
}

.sec-mb02 {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .sec-mb02 {
    margin-bottom: 80px;
  }
}

.sec-mb03 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .sec-mb03 {
    margin-bottom: 40px;
  }
}

.sec-mb04 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .sec-mb04 {
    margin-bottom: 90px;
  }
}

.sec-mb05 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .sec-mb05 {
    margin-bottom: 55px;
  }
}

.sec-mb06 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .sec-mb06 {
    margin-bottom: 50px;
  }
}

.sec-mb07 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .sec-mb07 {
    margin-bottom: 25px;
  }
}

/*--pickup--*/

.pickup-hero {
  width: 100%;
  margin-bottom: 60px;
}

.pickup-hero a {
  position: relative;
  display: block;
}

.pickup-hero-img {
  float: left;
  position: relative;
  width: 48.305%;
}

.pickup-hero-label {
  position: absolute;
  right: 11px;
  bottom: -10px;
}

.pickup-hero-text {
  overflow: hidden;
  padding-left: 40px;
}

.pickup-hero-text dl dt {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.pickup-hero-text dl dd {
  font-size: 38px;
  font-size: 2.4rem;
  color: #808080;
}

@media only screen and (max-width: 768px) {
  .pickup-hero {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  .pickup-hero>* {
    display: block;
  }

  .pickup-hero-img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .pickup-hero-img figure img {
    width: 100%;
  }

  .pickup-hero-label img {
    max-height: 85px;
  }

  .pickup-hero-text {
    padding-left: 0;
  }

  .pickup-hero-text dl dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .pickup-hero-text dl dd {
    font-size: 1.6rem;
  }
}

.pickup-unit {
  margin-bottom: 85px;
}

@media only screen and (min-width: 769px) {
  .pickup-unit .pickup-block {
    float: left;
    width: 32.2033%;
    margin-right: 1.6949%;
  }

  .pickup-unit .pickup-block:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pickup-unit {
    margin-bottom: 40px;
  }
}

.pickup-unit.reciptop {
  margin-bottom: 65px;
}

@media only screen and (min-width: 769px) {
  .pickup-unit.reciptop .pickup-block {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }

  .pickup-unit.reciptop .pickup-block:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pickup-unit.reciptop {
    margin-bottom: 40px;
  }
}

.pickup-block {
  font-size: 38px;
  font-size: 2.4rem;
}

.pickup-block.pickup-block-soon a {
  color: #cccccc;
}

.pickup-block a {
  position: relative;
  display: block;
  text-decoration: none;
}

.pickup-block-img {
  position: relative;
  margin-bottom: 15px;
}

.pickup-block-img figure img {
  width: 100%;
}

.pickup-block-label {
  position: absolute;
  right: 10px;
  bottom: -10px;
}

.pickup-block-text {
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .pickup-block {
    font-size: 1.8rem;
    margin-top: 40px;
  }

  .pickup-block:first-child {
    margin-top: 0;
  }

  .pickup-block a {
    font-weight: bold;
  }

  .pickup-block-img {
    margin-bottom: 15px;
  }

  .pickup-block-label img {
    max-height: 88px;
  }

  .pickup-block-text {
    line-height: 1.5;
  }
}

/*--tab--*/

.tab-nav {
  margin-bottom: 40px;
}

.tab-nav li {
  width: 49.1525%;
  float: left;
  margin-right: 1.6949%;
  text-align: center;
}

.tab-nav li:nth-child(2) {
  margin-right: 0;
}

.tab-nav li a {
  position: relative;
  display: block;
  border-radius: 8px;
  line-height: 1;
  text-decoration: none;
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 23px 0;
  transition: 0.4s;
}

.tab-nav li.is-active a {
  color: #fff;
}

.tab-nav li.is-active a:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 20px 14px 20px 14px;
  transition: 0.4s;
}

.tab-nav-orange a {
  border: 2px solid #ff661a;
  color: #ff661a;
}

.tab-nav-orange.is-active a {
  background: #ff661a;
}

.tab-nav-orange.is-active a:before {
  border-color: #ff661a transparent transparent transparent;
}

.tab-nav-green a {
  border: 2px solid #24b324;
  color: #24b324;
}

.tab-nav-green.is-active a {
  background: #24b324;
}

.tab-nav-green.is-active a:before {
  border-color: #24b324 transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .tab-nav {
    margin-bottom: 30px;
  }

  .tab-nav li {
    width: 48.5507%;
    margin-right: 2.8985%;
  }

  .tab-nav li a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

/*--recipeDetail--*/

.recipe-desc-unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.recipe-desc-unit .recipe-desc-block {
  width: 49.8305%;
}

@media only screen and (max-width: 768px) {
  .recipe-desc-unit {
    margin-bottom: 30px;
  }
}

.recipe-desc-block {
  background: #f2f2f2;
  line-height: 1;
}

.recipe-desc-block dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 20px;
}

.recipe-desc-block dl>* {
  display: table-cell;
  vertical-align: middle;
}

.recipe-desc-block dl dt {
  color: #808080;
  font-size: 38px;
  font-size: 2.4rem;
}

.recipe-desc-block dl dd {
  text-align: right;
  font-weight: bold;
  font-size: 80px;
  font-size: 5rem;
  color: #ffb300;
}

.recipe-desc-block dl dd small {
  font-size: 38px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .recipe-desc-block dl {
    padding: 20px 10px;
  }

  .recipe-desc-block dl dt {
    font-size: 1.2rem;
  }

  .recipe-desc-block dl dd {
    font-size: 2.4rem;
  }

  .recipe-desc-block dl dd small {
    font-size: 1.2rem;
  }
}

.recipe-material {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 80px;
}

.recipe-material>* {
  width: 49.8305%;
}

.recipe-material-left dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f2f2f2;
  background-image: url(/img/recipe/detail/bg-dotted.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.recipe-material-left dl dt,
.recipe-material-left dl dd {
  background-color: #f2f2f2;
  padding: 22px 20px;
}

.recipe-material-left dl:nth-child(even) {
  background-color: #dddddd;
}

.recipe-material-left dl:nth-child(even) dt,
.recipe-material-left dl:nth-child(even) dd {
  background-color: #dddddd;
}

.recipe-material-right-item {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
  margin-bottom: 8px;
}

.recipe-material-right-item:nth-child(even) {
  background-color: #dddddd;
}

.recipe-material-right-item:nth-child(even) dl dt,
.recipe-material-right-item:nth-child(even) dl dd {
  background-color: #dddddd;
}

.recipe-material-right-item>* {
  display: table-cell;
  vertical-align: middle;
}

.recipe-material-right-item>p {
  width: 160px;
  border-right: 2px solid #fff;
  padding-left: 18px;
}

.recipe-material-right-item>div {
  padding: 22px 0;
}

.recipe-material-right-item dl {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(/img/recipe/detail/bg-dotted.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
}

.recipe-material-right-item dl:first-child {
  margin-top: 0;
}

.recipe-material-right-item dl dt,
.recipe-material-right-item dl dd {
  background-color: #f2f2f2;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .recipe-material {
    display: block;
    margin-bottom: 60px;
  }

  .recipe-material>* {
    width: 100%;
  }

  .recipe-material-left {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .recipe-material-left dl dt,
  .recipe-material-left dl dd {
    padding: 10px 15px;
  }

  .recipe-material-right {
    font-size: 1.4rem;
  }

  .recipe-material-right-item>p {
    width: 80px;
    padding-left: 10px;
  }

  .recipe-material-right-item>div {
    padding: 15px 0;
  }

  .recipe-material-right-item dl dt,
  .recipe-material-right-item dl dd {
    padding: 0 15px;
  }
}

.recipe-material02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  color: #666;
  margin-bottom: 35px;
}

.recipe-material02>* {
  width: 49.15254%;
}

.recipe-material02>* p {
  padding: 12px 20px;
  background-color: #f7f7f7;
}

.recipe-material02>* dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(/img/recipe/detail/bg-dotted.png);
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-color: #f7f7f7;
  padding: 12px 0;
}

.recipe-material02>* dl dt,
.recipe-material02>* dl dd {
  background-color: #f7f7f7;
  padding: 0 20px;
}

.recipe-material02>* dl:nth-child(even) {
  background-color: #efefef;
}

.recipe-material02>* dl:nth-child(even) dt,
.recipe-material02>* dl:nth-child(even) dd {
  background-color: #efefef;
}

@media only screen and (max-width: 768px) {
  .recipe-material02 {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1rem;
  }

  .recipe-material02>* {
    width: 100%;
  }

  .recipe-material02>* p {
    padding: 10px 11px;
  }

  .recipe-material02>* dl {
    padding: 10px 0;
  }

  .recipe-material02>* dl dt,
  .recipe-material02>* dl dd {
    padding: 0 11px;
  }
}

.recipe-intro {
  padding: 45px 40px 45px 100px;
  border: 1px solid #cccccc;
  margin-bottom: 180px;
}

.recipe-intro-img {
  float: left;
  margin-right: 100px;
}

.recipe-intro-text {
  margin-top: -15px;
}

.recipe-intro-text dl {
  color: #666666;
  margin-bottom: 15px;
}

.recipe-intro-text dl dt {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .recipe-intro {
    padding: 50px 20px 20px;
    margin-bottom: 90px;
  }

  .recipe-intro-img {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-bottom: 45px;
  }

  .recipe-intro-text {
    margin-top: -15px;
    overflow: hidden;
  }

  .recipe-intro-text dl {
    color: #666666;
    margin-bottom: 15px;
  }

  .recipe-intro-text dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.recipe-avocado {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 80px;
}

.recipe-avocado>* {
  width: 48%;
  border: 8px solid #f0e8d9;
  background: #fff;
  padding: 10px;
}

.recipe-avocado>* dl dt {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 3.6rem;
  margin-bottom: 20px;
  color: #b38a40;
}

.recipe-avocado>* dl dt span {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #000;
}

.recipe-avocado>* dl dd {
  text-align: center;
  line-height: 2;
}

.recipe-avocado>* dl dd figure {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .recipe-avocado {
    display: block;
    margin-bottom: 60px;
  }

  .recipe-avocado>* {
    width: 100%;
    margin-bottom: 30px;
  }

  .recipe-avocado>* dl dd figure img {
    width: 50%;
  }
}

/*--textStyle--*/

.lead-mb01 {
  margin-bottom: 110px;
}

@media only screen and (max-width: 768px) {
  .lead-mb01 {
    margin-bottom: 55px;
  }
}

.lead-mb02 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px) {
  .lead-mb02 {
    margin-bottom: 25px;
  }
}

.lead-mb03 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .lead-mb03 {
    margin-bottom: 25px;
  }
}

.lead-mb04 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .lead-mb04 {
    margin-bottom: 40px;
  }
}

.lead-mb05 {
  margin-bottom: 150px;
}

@media only screen and (max-width: 768px) {
  .lead-mb05 {
    margin-bottom: 130px;
  }
}

.lead-mb06 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .lead-mb06 {
    margin-bottom: 55px;
  }
}

.lead-mb07 {
  margin-bottom: 20px;
}

.lead {
  margin-bottom: 70px;
}

.lead small {
  font-size: 22px;
  font-size: 1.4rem;
  color: #808080;
}

@media only screen and (max-width: 768px) {
  .lead {
    padding: 0;
    margin-bottom: 55px;
  }

  .lead small {
    font-size: 1.2rem;
  }
}

.lead02 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .lead02 {
    text-align: left;
  }
}

.lead03 {
  font-size: 38px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .lead03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.lead-emphosis {
  font-size: 28px;
  font-size: 1.8rem;
  text-align: center;
  color: #b38a40;
}

@media only screen and (max-width: 768px) {
  .lead-emphosis {
    font-size: 1.4rem;
  }
}

.lead-emphosis.btxt {
  font-size: 3.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lead-emphosis.btxt {
    font-size: 2.8rem;
  }
}

.attention-text {
  font-size: 22px;
  font-size: 1.4rem;
  color: #666666;
  margin-top: 15px;
}

.attention-text.bLine {
  border-top: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  padding: 25px 0;
}

/*--defStyle--*/

.def-point {
  position: relative;
  border: 8px solid #f0e8d9;
  padding: 40px 50px;
  margin-bottom: 80px;
}

.def-point dt {
  position: absolute;
  padding: 0 18px;
  background: #fff;
  top: 0;
  margin-top: -2px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #b38a40;
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
}

.def-point dt span {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}

.def-point dt span:before {
  content: "!";
  background: #b38a40;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-family: "Times New Roman";
}

@media only screen and (max-width: 768px) {
  .def-point {
    padding: 30px 25px;
    margin-bottom: 60px;
  }

  .def-point dt {
    padding: 0 14px;
    font-size: 1.8rem;
    margin-top: -5px;
  }

  .def-point dt span {
    padding-left: 36px;
  }

  .def-point dt span:before {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 1.8rem;
  }
}

.def-title {
  width: 100%;
  display: table;
  border: 2px solid #b38a40;
  margin-bottom: 30px;
}

.def-title>* {
  display: table-cell;
  vertical-align: middle;
}

.def-title dt {
  width: 160px;
  background: #b38a40;
  text-align: center;
}

.def-title dt img {
  vertical-align: middle;
}

.def-title dd {
  font-size: 38px;
  font-size: 2.4rem;
  padding: 12px 20px;
  color: #b38a40;
}

@media only screen and (max-width: 768px) {
  .def-title {
    margin-bottom: 25px;
  }

  .def-title dt {
    width: 100px;
  }

  .def-title dt img {
    max-height: 17px;
  }

  .def-title dd {
    font-size: 1.8rem;
    padding: 12px 10px;
  }
}

/*--ContentsFooter--*/

.efforts-block {
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 580px;
  background-image: url(/img/line_up/efforts-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}

.efforts-block-title {
  font-size: 57px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
}

.efforts-block-point {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 25px;
}

.efforts-block-point li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ffb300;
  font-weight: bold;
  margin: 0 10px;
  border-radius: 50%;
}

.efforts-block-text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .efforts-block {
    color: #000;
    display: block;
    height: auto;
    background-image: none;
    margin-bottom: 40px;
  }

  .efforts-block-title {
    position: relative;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
    background-image: url(/img/line_up/efforts-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 290px;
    color: #fff;
  }

  .efforts-block-title span {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 100%;
  }

  .efforts-block-point {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    font-size: 1.2rem;
    color: #fff;
  }

  .efforts-block-point li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
  }

  .efforts-block-text {
    text-align: left;
    padding: 0 15px;
  }

  .efforts-block .btn01.btn01-white a {
    border: 2px solid #000;
    color: #000;
  }

  .efforts-block .btn01.btn01-white a>span:before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

.good-block {
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 580px;
  background-image: url(/img/line_up/good-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}

.good-block-title {
  font-size: 57px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: bold;
}

.good-block-point {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 25px;
}

.good-block-point li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ffb300;
  font-weight: bold;
  margin: 0 10px;
  border-radius: 50%;
}

.good-block-text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .good-block {
    padding: 40px 0;
    display: block;
    height: auto;
    background-image: url(/img/line_up/good-bg-sp.jpg);
  }

  .good-block-inr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .good-block-title {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
    -ms-flex-order: 1;
    order: 1;
  }

  .good-block-point {
    font-size: 1.2rem;
    margin-bottom: 30px;
    -ms-flex-order: 3;
    order: 3;
  }

  .good-block-point li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
  }

  .good-block-text {
    margin-bottom: 25px;
    -ms-flex-order: 2;
    order: 2;
  }

  .good-block .btn01 {
    -ms-flex-order: 4;
    order: 4;
  }
}

.product-link-block {
  position: relative;
  height: 380px;
  background-size: cover;
  background-image: url(/img/line_up/product-bg.jpg);
  background-position: 50% 50%;
}

.product-link-block .btn01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.product-link-block .btn01 a {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .product-link-block {
    height: 190px;
  }
}

.gogreen-block {
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 580px;
  background-image: url(/img/reason/bg-gogreen.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 2px;
}

.gogreen-block-title {
  text-align: center;
  margin-bottom: 30px;
}

/*
.gogreen-block-title img {
    max-height: 52px;
}
*/

.gogreen-block dl dt {
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gogreen-block dl dd {
  margin: 0 auto 20px;
  text-align: left;
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  .gogreen-block {
    padding: 40px 15px 45px;
    height: auto;
    display: block;
    background-image: url(/img/reason/bg-gogreen-sp.jpg);
  }

  .gogreen-block-title img {
    width: 60%;
  }

  .gogreen-block dl dt {
    font-size: 1.8rem;
    text-align: left;
  }

  .gogreen-block dl dd {
    margin: 0 auto 30px;
    text-align: left;
    max-width: initial;
  }
}

.mv-under-title.logogreen {
  top: 70%;
}

.logo-gogreen {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  z-index: 2;
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .logo-gogreen {
    width: 200px;
    top: 18%;
  }
}

.logo-block {
  display: flex;
  align-items: center;
}

.logo-block-img {
  display: inline-flex;
  margin-right: 20px;
}

.logo-block-img img {
  width: 200px;
  height: 116px;
}

.logo-block-text {
  display: inline-flex;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .logo-block {
    display: block;
    text-align: center;
  }

  .logo-block-img {
    margin-right: 0;
  }
}

/*--movieBlock--*/

.movie-block {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .movie-block {
    margin-bottom: 10px;
  }
}

.movie-block02 {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 2px;
}

.movie-block02.movie-block02-cultivation {
  background-image: url(/img/kanjukuoh/movie-thumb01.jpg);
}

.movie-block02.movie-block02-freshness {
  background-image: url(/img/kanjukuoh/movie-thumb02.jpg);
}

.movie-block02.movie-block02-ripe {
  background-image: url(/img/kanjukuoh/movie-thumb03.jpg);
}

.movie-block02 a {
  display: block;
  height: 300px;
}

.movie-block02 p {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
  font-size: 2.4rem;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(/img/kanjukuoh/icon-play.png);
}

@media only screen and (max-width: 768px) {
  .movie-block02.movie-block02-cultivation {
    background-image: url(/img/kanjukuoh/movie-thumb01-sp.jpg);
  }

  .movie-block02.movie-block02-freshness {
    background-image: url(/img/kanjukuoh/movie-thumb02-sp.jpg);
  }

  .movie-block02.movie-block02-ripe {
    background-image: url(/img/kanjukuoh/movie-thumb03-sp.jpg);
  }

  .movie-block02 a {
    height: 200px;
  }

  .movie-block02 p {
    margin-top: 3%;
    font-size: 1.6rem;
    padding-top: 70px;
    background-size: 50px auto;
  }
}

.movie-block03 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.movie-block03 i {
  display: block;
}

.movie-block03 i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: " ";
  background-image: url(/img/recipe/avocado/icon_youtube_off.png);
  background-size: 100px 72px;
  width: 100px;
  height: 72px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.movie-block03 i:hover:before {
  background-image: url(/img/recipe/avocado/icon_youtube_on.png);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

/*--illustBlock--*/

.illust-block {
  text-align: center;
  letter-spacing: -0.4em;
  margin-bottom: 60px;
}

.illust-block>* {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.illust-block-img {
  margin-right: 40px;
  text-align: center;
}

.illust-block-img.rv-right {
  margin-left: 40px;
  margin-right: 0;
}

.illust-block-img img {
  width: 120px;
}

.illust-block-img img.bigSize {
  width: 100%;
}

.illust-block-text {
  text-align: left;
}

.illust-block-text.bigSize {
  width: 470px;
}

.illust-block-text dl dt span {
  font-size: 38px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .illust-block>* {
    display: block;
  }

  .illust-block-img {
    margin: 0 0 15px 0;
  }

  .illust-block-img.rv-right {
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .illust-block-img.sp-block {
    display: inline-block;
  }

  .illust-block-img img {
    width: 80px;
  }

  .illust-block-img img.bigSize {
    width: 70%;
  }

  .illust-block-text {
    text-align: center;
  }

  .illust-block-text.bigSize {
    width: 100%;
  }

  .illust-block-text.sp-block {
    width: 65%;
    display: inline-block;
    text-align: left;
  }

  .illust-block-text dl dt {
    font-size: 1.4rem;
  }

  .illust-block-text dl dt span {
    font-size: 1.8rem;
  }
}

.lineup-intro-block {
  position: relative;
  margin-bottom: 60px;
}

.lineup-intro-block-text {
  width: 360px;
  position: absolute;
  top: -36px;
  right: 0;
  border: 8px solid #f0e8d9;
  background: #fff;
  padding: 30px 30px 25px;
}

.lineup-intro-block-text dl dt {
  line-height: 1;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 25px;
  color: #b38a40;
  text-align: center;
}

.lineup-intro-block-text dl dd {
  font-size: 22px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .lineup-intro-block {
    margin-bottom: 30px;
  }

  .lineup-intro-block-text {
    width: 100%;
    position: static;
    padding: 20px 20px 15px;
    margin-bottom: 40px;
  }

  .lineup-intro-block-text dl dt {
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .lineup-intro-block-img {
    margin: 0 -15px;
  }

  .lineup-intro-block-img img {
    width: 100%;
  }
}

/*.lineup-intro-block2*/
.lineup-intro-block2 {
  position: relative;
  margin-bottom: 60px;
}

.lineup-intro-block-text2 {
  background: #fff;
  padding: 0;
}

.lineup-intro-block-text2 dl dt {
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #ffb301;
  text-align: left;
}

.lineup-intro-block-text2 dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .lineup-intro-block2 {
    margin-bottom: 30px;
  }

  .lineup-intro-block-text2 {
    width: 100%;
    padding: 0;
  }

  .lineup-intro-block-text2 dl dt {
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/*--heroPanel--*/

.hero-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-panel>* {
  width: 50%;
}

.hero-panel-img img {
  width: 100%;
}

.hero-panel-text {
  padding: 55px 60px 0;
}

.hero-panel-text-inr {
  display: inline-block;
  max-width: 425px;
}

.hero-panel-text-inr dl dt {
  line-height: 1;
  text-align: center;
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.hero-panel.hero-panel-left .hero-panel-img {
  -ms-flex-order: 2;
  order: 2;
}

.hero-panel.hero-panel-left .hero-panel-text {
  text-align: right;
  -ms-flex-order: 1;
  order: 1;
}

.hero-panel.hero-panel-left .hero-panel-text-inr {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .hero-panel {
    display: block;
  }

  .hero-panel>* {
    width: 100%;
  }

  .hero-panel-text {
    padding: 0 15px 25px;
  }

  .hero-panel-text-inr {
    display: inline-block;
    max-width: 100%;
  }

  .hero-panel-text-inr dl dt {
    background: #fff;
    margin-top: -30px;
    padding-top: 30px;
    font-size: 1.8rem;
    margin-bottom: 35px;
    box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.3),
      -8px 0 8px -8px rgba(0, 0, 0, 0.3);
  }
}

.hero-panel02 {
  position: relative;
  margin-bottom: 150px;
}

.hero-panel02.hero-panel02-rev .hero-panel02-img {
  -ms-flex-order: 2;
  order: 2;
}

.hero-panel02.hero-panel02-rev .hero-panel02-text {
  -ms-flex-order: 1;
  order: 1;
}

.hero-panel02 .circle-title {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0;
}

.hero-panel02 .circle-list {
  padding-left: 12px;
  margin-bottom: 20px;
}

.hero-panel02 .btn01 {
  margin-top: 50px;
  text-align: left;
}

.hero-panel02-inr {
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
}

.hero-panel02-inr>* {
  width: 50%;
}

.hero-panel02-img img {
  width: 100%;
}

.hero-panel02-text {
  padding: 140px 40px 0;
}

.hero-panel02-text dt {
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.hero-panel02-text dd p {
  margin-bottom: 32px;
}

.hero-panel02-text dd>* {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .hero-panel02 {
    margin-bottom: 120px;
  }

  .hero-panel02 .btn01 {
    margin-top: 40px;
    text-align: center;
  }

  .hero-panel02-inr {
    display: block;
  }

  .hero-panel02-inr>* {
    width: 100%;
  }

  .hero-panel02-text {
    padding: 35px 15px 40px;
  }

  .hero-panel02-text dt {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .hero-panel02-text dd p {
    margin-bottom: 20px;
  }
}

/*--separatePanel--*/

.separate-panel {
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #f0e8d9;
  margin-bottom: 30px;
}

.separate-panel.separate-panel-rev .separate-panel-img {
  -ms-flex-order: 2;
  order: 2;
}

.separate-panel.separate-panel-rev .separate-panel-text {
  -ms-flex-order: 1;
  order: 1;
}

.separate-panel>* {
  width: 50%;
}

.separate-panel-text {
  position: relative;
  padding: 60px 50px 0 50px;
}

.separate-panel-lead {
  font-size: 38px;
  font-size: 2.4rem;
}

.separate-panel .btn01 {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .separate-panel {
    display: block;
    margin-bottom: 15px;
  }

  .separate-panel>* {
    width: 100%;
  }

  .separate-panel-img img {
    width: 100%;
  }

  .separate-panel-text {
    padding: 20px 25px 30px;
  }

  .separate-panel-lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .separate-panel .btn01 {
    position: static;
  }
}

.separate-panel02 {
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #F0E8D9;
  margin-bottom: 30px;
  position: relative;
}

.separate-panel-img02 img {
  height: 380px;
  padding: 20px;
}

.separate-panel02 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.separate-panel02 a:hover {
  opacity: 0.6;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.separate-panel02>* {
  width: 50%;
}

.separate-panel-text02 {
  position: relative;
  padding: 110px 20px 0 0px;
}

.separate-panel-lead02 {
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: bold;
}

.separate-panel-other-img02 {
  display: flex;
  align-items: flex-end;
  padding: 70px;
}

.separate-panel-other-img02 img {
  height: 260px;
}


@media only screen and (max-width: 768px) {
  .separate-panel02 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .separate-panel02>* {
    width: 100%;
  }

  .separate-panel-img02 img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .separate-panel-text02 {
    padding: 20px 25px 30px;
  }

  .separate-panel-lead02 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .separate-panel-other-img02 {
    padding: 0;
    padding-top: 30px;
    padding-left: 35px;
  }

  .separate-panel-other-img02 img {
    height: 150px;
  }
}

/*--imgStyle--*/

.img-block {
  text-align: center;
}

.img-block figure {
  display: inline-block;
}

.img-block figure figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .img-block figure {
    display: block;
  }

  .img-block figure img {
    width: 100%;
  }

  .img-block figure figcaption {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 769px) {
  .img-block-unit {
    letter-spacing: -0.4em;
  }

  .img-block-unit.img-block-unit03 .img-block {
    width: 32.20339%;
    margin-right: 1.69492%;
  }

  .img-block-unit.img-block-unit03 .img-block:nth-child(3n) {
    margin-right: 0;
  }

  .img-block-unit.img-block-unit02 .img-block {
    width: 49.15254%;
    margin-right: 1.69492%;
  }

  .img-block-unit.img-block-unit02 .img-block:nth-child(2n) {
    margin-right: 0;
  }

  .img-block-unit .img-block {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }
}

@media only screen and (max-width: 768px) {
  .img-block-unit .img-block {
    margin-top: 20px;
  }

  .img-block-unit .img-block:first-child {
    margin-top: 0;
  }
}

.single-img-block {
  text-align: center;
  margin-bottom: 60px;
}

.single-img-block figcaption {
  margin-top: 30px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .single-img-block {
    margin: 0 -15px 20px;
  }

  .single-img-block img {
    width: 100%;
  }

  .single-img-block figcaption {
    margin-top: 10px;
  }
}

.single-img-block02 {
  text-align: center;
  margin-bottom: 120px;
  border: 8px solid #cccccc;
  padding: 30px 15px;
}

@media only screen and (max-width: 768px) {
  .single-img-block02 {
    margin-bottom: 40px;
    padding: 10px 15px;
  }

  .single-img-block02 img {
    width: 100%;
  }
}

.single-img-block03 {
  text-align: center;
}

.single-img-block03 figcaption {
  margin-top: 30px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .single-img-block03 {
    margin: 0 -15px 20px;
  }

  .single-img-block03 img {
    width: 100%;
  }

  .single-img-block03 figcaption {
    margin-top: 10px;
  }
}

.simple-img-unit {
  letter-spacing: -0.4em;
  margin: -25px 0 40px;
}

.simple-img-unit li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 25px;
}

.simple-img-unit li:nth-child(3n) {
  margin-right: 0;
}

.simple-img-unit li figure img {
  width: 100%;
}

.simple-img-unit li figure figcaption {
  margin-top: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .simple-img-unit {
    margin: -15px 0 30px;
  }

  .simple-img-unit li {
    width: 49.855%;
    margin-right: 0.2898%;
    margin-top: 15px;
  }

  .simple-img-unit li:nth-child(3n) {
    margin-right: 0.2898%;
  }

  .simple-img-unit li:nth-child(even) {
    margin-right: 0 !important;
  }

  .simple-img-unit li figure img {
    width: 100%;
  }

  .simple-img-unit li figure figcaption {
    font-size: 1.2rem;
  }
}

.simple-img-unit02 {
  letter-spacing: -0.4em;
  margin-top: -20px;
}

.simple-img-unit02 li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 48.95833%;
  margin-right: 2.08333%;
  margin-top: 20px;
}

.simple-img-unit02 li:nth-child(even) {
  margin-right: 0;
}

.simple-img-unit02 li figure img {
  width: 100%;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .simple-img-unit02 {
    margin-top: 0;
  }

  .simple-img-unit02 li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 12px;
  }

  .simple-img-unit02 li figure {
    margin: 0 -15px;
  }

  .simple-img-unit02 li figure img {
    margin-bottom: 7px;
  }

  .simple-img-unit02 li figure figcaption {
    padding: 0 15px;
  }
}

/*--telblock--*/

.tel-block {
  background: #f7f7f7;
  text-align: center;
  padding: 35px 15px;
  margin-bottom: 80px;
}

.tel-block-title {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.tel-block-number {
  font-weight: bold;
  font-size: 57px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 8px;
}

.tel-block-number.icon-dial a {
  display: inline-block;
  padding-left: 67px;
  background-image: url(/img/inquiry/icon-dial.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 60px auto;
}

.tel-block-attention {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .tel-block {
    padding: 15px 15px;
    margin-bottom: 30px;
  }

  .tel-block-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .tel-block-number {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .tel-block-number.icon-dial a {
    padding-left: 42px;
    background-size: 38px auto;
  }

  .tel-block-attention {
    margin-top: 20px;
    text-align: left;
  }
}

/*--bannerBlock--*/

.banner-block.banner-block-green a {
  background: #24b324;
}

.banner-block a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffb300;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.banner-block a:hover {
  opacity: 0.8;
}

.banner-block-text {
  width: 44.7916%;
  padding-left: 40px;
}

.banner-block-title {
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.banner-block-img {
  width: 55.2083%;
}

@media only screen and (min-width: 769px) {
  .banner-block.banner-block-small {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-block.banner-block-small .banner-block-text,
  .banner-block.banner-block-small .banner-block-img {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-block a {
    display: block;
  }

  .banner-block-text {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .banner-block-title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }

  .banner-block-title span {
    display: inline-block;
    text-align: left;
  }

  .banner-block-img {
    width: 100%;
  }

  .banner-block-img img {
    width: 100%;
  }
}

.banner-block02 {
  border: 8px solid #ff661a;
}

.banner-block02 .btn01 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.banner-block02 a {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.banner-block02 a>* {
  width: 50%;
}

.banner-block02 a:hover figure img {
  opacity: 0.7;
}

.banner-block02-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

.banner-block02-text img {
  max-height: 69px;
}

.banner-block02-img {
  position: relative;
}

.banner-block02-img figure img {
  width: 100%;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .banner-block02 {
    border: 8px solid #ff661a;
  }

  .banner-block02 .btn01 {
    width: 100%;
    position: absolute;
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    right: 50%;
    bottom: 50%;
  }

  .banner-block02 a {
    display: block;
  }

  .banner-block02 a>* {
    width: 100%;
  }

  .banner-block02-text {
    display: block;
    padding: 45px 15px;
    text-align: center;
  }

  .banner-block02-text img {
    max-height: 45px;
  }
}

/*--informationStyle--*/

.information-block {
  border: 4px solid #cc0000;
  color: #cc0000;
  padding: 10px 15px 15px;
  margin-bottom: 40px;
}

.information-block dt {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .information-block {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .information-block dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

/*--storeStyle--*/

.region-wrap .region-sec {
  margin-bottom: 80px;
}

.region-wrap .region-sec:last-child {
  margin-bottom: 0;
}

/*--faqStyle--*/

.faq-acordion-block {
  position: relative;
  margin-bottom: 10px;
}

.faq-acordion-block-btn a {
  position: relative;
  display: block;
  background: #f0e8d9;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 20px;
}

.faq-acordion-block-btn a:before {
  content: " ";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
}

.faq-acordion-block-btn.is-active a:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-acordion-block-body {
  display: none;
  margin-top: 40px;
  margin-bottom: 50px;
}

.faq-acordion-block-img {
  float: right;
  margin-left: 20px;
}

.faq-acordion-block-text {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .faq-acordion-block-btn {
    line-height: 1.6;
  }

  .faq-acordion-block-btn a {
    padding: 10px 15px 30px;
  }

  .faq-acordion-block-btn a:before {
    right: 50%;
    top: auto;
    bottom: 20px;
    margin-top: 0;
    -ms-transform: rotate(135deg) translateX(50%);
    transform: rotate(135deg) translateX(50%);
  }

  .faq-acordion-block-btn.is-active a:before {
    margin-right: 5px;
    bottom: 10px;
    -ms-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%);
  }

  .faq-acordion-block-body {
    display: none;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .faq-acordion-block-img {
    float: right;
    margin-left: 20px;
  }

  .faq-acordion-block-text {
    overflow: hidden;
  }
}

/*--wraparoundBlock--*/

.wraparound-block-img {
  float: right;
  margin-left: 40px;
  margin-bottom: 100px;
}

.wraparound-block-text {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .wraparound-block-img {
    margin-left: 20px;
    margin-bottom: 100px;
    width: 90px;
  }

  .wraparound-block-text {
    margin-top: 10px;
  }
}

/*--simpleacordionBlock--*/

.simple-acordion-block-body {
  display: none;
}

/*--limitedBlock--*/

.limited-block {
  /*text-align: center;*/
  background: #f5f5f5;
}

.limited-block.topinfo {
  text-align: center;
}

.limited-block-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.limited-block a {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
}

.limited-block a:last-child {
  border-bottom: none;
}

.limited-block.bg_white {
  background: #ffffff;
}

.limited-block p {
  line-height: 1.5;
  font-weight: bold;
}

.limited-block-orange {
  color: #ff661a;
  text-decoration: underline;
}

.limited-block-orange:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .limited-block {
    line-height: 1.66;
    text-align: center;
  }

  .limited-block-wrap {
    width: 100%;
  }

  .limited-block a {
    padding: 10px 10px;
  }

  .limited-block p {
    font-size: 3vw;
  }
}

/*--recipelinkBlock--*/
.recipe-link-block {
  width: 50%;
  margin: 0 auto;
}

.recipe-link-block p {
  width: 49.1525%;
  float: left;
  margin-right: 1.6949%;
  margin-bottom: 20px;
}

.recipe-link-block p:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .recipe-link-block {
    width: 100%;
  }

  .recipe-link-block p {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*----------------------------------
Title Style
----------------------------------*/

.head-title {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 57px;
  font-size: 4.3rem;
  margin-bottom: 100px;
}

.head-title>span {
  border: 10px solid transparent;
  border-image: linear-gradient(to right, #fff, #FFB300, #fff) 1;
  width: 100%;
  padding: 22px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .head-title {
    font-size: 2.8rem;
    margin-bottom: 34px;
  }

  .head-title>span {
    padding-top: 15px;
  }
}

.sec-title01 {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 57px;
  font-size: 3.6rem;
  margin-bottom: 50px;
}

.sec-title01>span {
  border-top: 8px solid #ffb300;
  padding-top: 23px;
  position: relative;
  display: inline-block;
}

.sec-title01>span.reason-ttl {
  border-top: 8px solid #94d60a;
}

.sec-title01-en {
  display: block;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: #ffb300;
  font-size: 35px;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec-title01 small {
  font-size: 38px;
  font-size: 2.4rem;
  font-weight: bold;
}

.sec-title01 .sec-title01-smallTxt {
  font-size: 2.7rem;
}

.sec-title01.icon_bellmark:before {
  content: url(/img/line_up/oishii/bellmark.png);
  position: absolute;
  top: -120px;
  left: 46%;
}

@media only screen and (max-width: 768px) {
  .sec-title01 {
    font-size: 2.4rem;
    margin-bottom: 34px;
  }

  .sec-title01>span {
    border-top: 6px solid #ffb300;
    padding-top: 15px;
  }

  .sec-title01-en {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .sec-title01 small {
    display: block;
    font-size: 1.4rem;
    margin-top: 18px;
  }

  .sec-title01 .sec-title01-smallTxt {
    font-size: 1.6rem;
  }

  .sec-title01.icon_bellmark:before {
    content: url(/img/line_up/oishii/s_bellmark.png);
    position: absolute;
    top: -65px;
    left: 45%;
  }
}

.sec-title02 {
  text-align: center;
  font-size: 38px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .sec-title02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.sec-title03 {
  text-align: center;
  font-weight: bold;
  height: 64px;
  line-height: 64px;
  background: #ff661a;
  font-size: 38px;
  font-size: 2.4rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sec-title03 {
    height: 45px;
    line-height: 45px;
    font-size: 1.8rem;
  }
}

.sec-title04 {
  font-weight: bold;
  text-align: center;
  font-size: 57px;
  font-size: 3.6rem;
  margin-bottom: 40px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sec-title04 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.sec-title04.ttlinfo {
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .sec-title04.ttlinfo {
    font-size: 2.4rem;
  }
}

.sec-title05 {
  font-weight: bold;
  font-size: 64px;
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .sec-title05 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.sec-title06 {
  font-weight: bold;
  border: 8px solid #dddddd;
  line-height: 1.5;
  font-size: 38px;
  font-size: 2.4rem;
  padding: 24px 30px;
  margin-bottom: 55px;
}

.sec-title06.gogreen-ttl {
  border: 8px solid #94d60a;
  color: #3baf29;
}

@media only screen and (max-width: 768px) {
  .sec-title06 {
    border: none;
    border-top: 8px solid #dddddd;
    font-size: 1.8rem;
    padding: 20px 0 0;
    margin-bottom: 30px;
  }

  .sec-title06.gogreen-ttl {
    border: none;
    border-top: 8px solid #94d60a;
    color: #3baf29;
  }
}

.sec-title07 {
  width: 100%;
  display: table;
  border: 8px solid #dddddd;
  margin-bottom: 55px;
}

.sec-title07>* {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.sec-title07-text {
  border-right: 4px solid #dddddd;
  line-height: 1.5;
  font-size: 38px;
  font-size: 2.4rem;
  padding: 24px 30px;
  font-weight: bold;
}

.sec-title07-img {
  border-left: 4px solid #dddddd;
}

.sec-title07-img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec-title07 {
    display: block;
    border: none;
    border-top: 8px solid #dddddd;
    margin-bottom: 30px;
  }

  .sec-title07>* {
    display: block;
    width: 100%;
  }

  .sec-title07-text {
    border-right: none;
    font-size: 1.8rem;
    padding: 20px 0 0;
    margin-bottom: 25px;
  }

  .sec-title07-img {
    border-left: none;
  }
}


/*add 20200923*/
.sec-title07a {
  width: 100%;
  display: block;
  margin-bottom: 55px;
}

.sec-title07a>* {
  display: block;
  width: 100%;
}

.sec-title07a-text {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 57px;
  font-size: 3rem;
  margin-bottom: 50px;
}

.sec-title07a-text>span {
  border-top: 8px solid #ffb300;
  padding-top: 23px;
  position: relative;
  display: inline-block;
}

.sec-title07a-img {
  border-left: 4px solid #dddddd;
}

.sec-title07a-img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .sec-title07a {
    display: block;
    border: none;
    margin-bottom: 30px;
  }

  .sec-title07a>* {
    display: block;
    width: 100%;
  }

  .sec-title07a-text {
    border-right: none;
    font-size: 2rem;
    padding: 20px 0 0;
    margin-bottom: 25px;
  }

  .sec-title07a-img {
    border-left: none;
  }
}

/*/add 20200923*/

.sec-title08 {
  position: relative;
  padding-left: 65px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sec-title08:before {
  position: absolute;
  content: url(/img/trivia/nutrient-comment/icon_banana.png);
  top: 50%;
  left: 0;
  margin-top: -24px;
}

.sec-title08.fontL {
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .sec-title08 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .sec-title08.fontL {
    font-size: 2.2rem;
  }
}

.circle-title {
  width: 190px;
  height: 190px;
  line-height: 190px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 57px;
  font-size: 3.6rem;
  font-weight: bold;
  background: #ffb300;
  margin: 85px auto 50px;
}

@media only screen and (max-width: 768px) {
  .circle-title {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 2.4rem;
    margin-top: 40px;
  }
}

.recipe-hedaer {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto 20px;
  line-height: 1;
}

.recipe-hedaer h1 {
  font-size: 57px;
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.recipe-hedaer ul {
  letter-spacing: -0.4em;
  text-align: right;
}

.recipe-hedaer ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 10px;
  color: #ff661a;
}

@media only screen and (max-width: 768px) {
  .recipe-hedaer {
    margin-top: 35px;
  }

  .recipe-hedaer h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .recipe-hedaer ul li {
    margin-left: 5px;
    font-size: 1.2rem;
  }
}

.recipe-title {
  border-top: 8px solid #ff8331;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
  color: #ff8331;
  font-size: 38px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.recipe-title span {
  display: inline-block;
  font-weight: bold;
  padding: 13px 0 13px 60px;
  background-repeat: no-repeat;
  background-image: url(/img/recipe/icon-recipe.svg);
  background-position: 0 50%;
}

@media only screen and (max-width: 768px) {
  .recipe-title {
    padding-top: 20px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .recipe-title span {
    padding: 6px 0 6px 42px;
    background-size: 31px auto;
  }
}

.icon-recipe-search {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .icon-recipe-search {
    width: 78px;
    height: 78px;
  }
}

.recipe-recommend-subtitle {
  width: 50%;
  text-align: center;
  display: block;
  border-radius: 8px;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 23px 0;
  margin: 0 auto;
  border: 2px solid #ffb300;
  color: #ffb300;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .recipe-recommend-subtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

.lineup-header {
  margin-top: 80px;
  padding-right: 360px;
  margin-bottom: 75px;
}

.lineup-header-title {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 45px;
  font-weight: bold;
}

.lineup-header-title small {
  font-size: 32px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
  .lineup-header {
    margin-top: 35px;
    padding-right: 0;
    margin-bottom: 35px;
  }

  .lineup-header-title {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 30px;
    text-align: center;
  }

  .lineup-header-title small {
    font-size: 1.2rem;
  }
}

.kanjukuoh-title {
  text-align: center;
  margin-bottom: 30px;
}

.kanjukuoh-title span {
  display: block;
  line-height: 1;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .kanjukuoh-title {
    margin-bottom: 20px;
  }

  .kanjukuoh-title span {
    margin-bottom: 7px;
    font-size: 1.6rem;
  }

  .kanjukuoh-title img {
    max-height: 66px;
  }
}

.character-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.character-title>* {
  margin-bottom: 0;
}

.character-title .kanjukuoh-title {
  margin-right: 45px;
}

@media only screen and (max-width: 768px) {
  .character-title {
    display: block;
    margin-bottom: 15px;
  }

  .character-title .kanjukuoh-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*----------------------------------
Button Style
----------------------------------*/

.btn01 {
  font-size: 25px;
  font-size: 1.6rem;
  text-align: center;
}

.btn01 a,
.btn01 .btn01-a-substitute {
  display: inline-block;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 30px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: 0.4s;
}

.btn01 a>span,
.btn01 .btn01-a-substitute>span {
  position: relative;
  padding-right: 40px;
}

.btn01 a>span:before,
.btn01 .btn01-a-substitute>span:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.4s;
}

.btn01 a:hover,
.btn01 .btn01-a-substitute:hover {
  color: #fff;
  background: #000;
}

.btn01 a:hover>span:before,
.btn01 .btn01-a-substitute:hover>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn01.btn01-acordion a>span:before,
.btn01.btn01-acordion .btn01-a-substitute>span:before {
  right: 0;
  margin-top: -6px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn01.btn01-white a,
.btn01.btn01-white .btn01-a-substitute {
  border: 2px solid #fff;
  color: #fff;
}

.btn01.btn01-white a>span:before,
.btn01.btn01-white .btn01-a-substitute>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn01.btn01-white a:hover,
.btn01.btn01-white .btn01-a-substitute:hover {
  color: #fff;
  background: #000;
  border: 2px solid #000;
}

.btn01.btn01-blue a,
.btn01.btn01-blue .btn01-a-substitute {
  border: 2px solid #0066cc;
  color: #0066cc;
}

.btn01.btn01-blue a>span:before,
.btn01.btn01-blue .btn01-a-substitute>span:before {
  border-top: 2px solid #0066cc;
  border-right: 2px solid #0066cc;
}

.btn01.btn01-blue a:hover,
.btn01.btn01-blue .btn01-a-substitute:hover {
  color: #fff;
  background: #0066cc;
  border: 2px solid #0066cc;
}

.btn01.btn01-blue a:hover>span:before,
.btn01.btn01-blue .btn01-a-substitute:hover>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn01.btn01-orange a,
.btn01.btn01-orange .btn01-a-substitute {
  border: 2px solid #ff661a;
  color: #ff661a;
  background: #fff;
}

.btn01.btn01-orange a>span:before,
.btn01.btn01-orange .btn01-a-substitute>span:before {
  border-top: 2px solid #ff661a;
  border-right: 2px solid #ff661a;
}

.btn01.btn01-orange a:hover,
.btn01.btn01-orange .btn01-a-substitute:hover {
  color: #fff;
  background: #ff661a;
  border: 2px solid #ff661a;
}

.btn01.btn01-orange a:hover>span:before,
.btn01.btn01-orange .btn01-a-substitute:hover>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn01.btn01-green a,
.btn01.btn01-green .btn01-a-substitute {
  border: 2px solid #8fe617;
  color: #8fe617;
}

.btn01.btn01-green a>span:before,
.btn01.btn01-green .btn01-a-substitute>span:before {
  border-top: 2px solid #8fe617;
  border-right: 2px solid #8fe617;
}

.btn01.btn01-green a:hover,
.btn01.btn01-green .btn01-a-substitute:hover {
  color: #fff;
  background: #8fe617;
  border: 2px solid #8fe617;
}

.btn01.btn01-green a:hover>span:before,
.btn01.btn01-green .btn01-a-substitute:hover>span:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

  .btn01.btn01-pc-white a,
  .btn01.btn01-pc-white .btn01-a-substitute {
    border: 2px solid #fff;
    color: #fff;
  }

  .btn01.btn01-pc-white a>span:before,
  .btn01.btn01-pc-white .btn01-a-substitute>span:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .btn01.btn01-pc-white a:hover,
  .btn01.btn01-pc-white .btn01-a-substitute:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
  }
}

@media only screen and (max-width: 768px) {
  .btn01.btn01-sp-line2 {
    padding: 0 15px;
  }

  .btn01.btn01-sp-line2 a {
    /* width: 70vw;
    display: block; */
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    padding: 11px 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .btn01.btn01-sp-line2 a>span {
    padding-right: 0;
  }

  .btn01.btn01-sp-line2 a>span:before {
    content: normal;
  }
}

.btn-show {
  margin-bottom: 60px;
}

.btn-show a {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  padding: 15px 22px;
  color: #999999;
  border: 2px solid #999999;
  line-height: 1;
  transition: 0.4s;
}

.btn-show a:hover {
  color: #fff;
  background: #999999;
}

@media only screen and (max-width: 768px) {
  .btn-show {
    margin-bottom: 40px;
  }

  .btn-show a {
    padding: 12px 18px;
  }
}


/* レシピ検索ボタン 20230913*/
.search-button {
  position: relative;
  max-width: 470px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FF6619;
  border: 2px solid #FF6619;
  text-decoration: none;
  border-radius: 80px;
  overflow: hidden;
  font-size: 19px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.0;
}

@media only screen and (max-width: 768px) {
  .search-button {
    max-width: 360px;
    height: 64px;
    font-size: 16px;
  }
}

.search-button:hover,
.search-button:active {
  background-color: #CB4400;
  border: 2px solid #CB4400;
  transition: background-color .2s ease-in, border-color .2s ease-in;
}

.search-button::after {
  content: " ";
  position: absolute;
  top: 28px;
  right: 50px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
}

@media only screen and (max-width: 768px) {
  .search-button::after {
    top: 20px;
    right: 35px;
  }
}

.search-button>.icon {
  width: 94px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .search-button>.icon {
    width: 73px;
    height: 64px;
  }
}

.search-button>.icon::before {
  width: 43px;
  height: 46px;
  margin: 0 20px 0 auto;
  padding: 0;
  background-position: center center;
  background-size: 43px 46px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.652%22%20height%3D%2236%22%20viewBox%3D%220%200%2033.652%2036%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-800%20-612)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206%22%20width%3D%2233.652%22%20height%3D%2236%22%20transform%3D%22translate(800%20612)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(801.309%20615.226)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(28.334%2032.772)%20rotate(-135)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M2.294%2C0A2.3%2C2.3%2C0%2C1%2C1%2C0%2C2.294%2C2.3%2C2.3%2C0%2C0%2C1%2C2.294%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23ff6619%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M0%2C0%2C13.012.01l0%2C4.592L0%2C4.592Z%22%20transform%3D%22translate(2.294%200)%22%20fill%3D%22%23ff6619%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E4%B8%AD%E3%83%9E%E3%83%89_1%22%20data-name%3D%22%E4%B8%AD%E3%83%9E%E3%83%89%201%22%20d%3D%22M12.237%2C24.511A12.246%2C12.246%2C0%2C0%2C1%2C0%2C12.255a12.237%2C12.237%2C0%2C1%2C1%2C20.89%2C8.666A12.147%2C12.147%2C0%2C0%2C1%2C12.237%2C24.511Zm0-22.213a9.961%2C9.961%2C0%2C0%2C0-7.031%2C17A9.95%2C9.95%2C0%2C0%2C0%2C19.268%2C5.214%2C9.869%2C9.869%2C0%2C0%2C0%2C12.237%2C2.3Z%22%20fill%3D%22%23ff6619%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  display: block;
  content: "";
}

@media only screen and (max-width: 768px) {
  .search-button>.icon::before {
    width: 33px;
    height: 36px;
    margin: 0 15px 0 auto;
    background-size: 33px 36px;
  }
}

.search-button:hover>.icon::before,
.search-button:active>.icon::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.652%22%20height%3D%2236%22%20viewBox%3D%220%200%2033.652%2036%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-800%20-612)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_6%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%206%22%20width%3D%2233.652%22%20height%3D%2236%22%20transform%3D%22translate(800%20612)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(801.309%20615.226)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2-2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20transform%3D%22translate(28.334%2032.772)%20rotate(-135)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M2.294%2C0A2.3%2C2.3%2C0%2C1%2C1%2C0%2C2.294%2C2.3%2C2.3%2C0%2C0%2C1%2C2.294%2C0Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23cb4400%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M0%2C0%2C13.012.01l0%2C4.592L0%2C4.592Z%22%20transform%3D%22translate(2.294%200)%22%20fill%3D%22%23cb4400%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22%E4%B8%AD%E3%83%9E%E3%83%89_1%22%20data-name%3D%22%E4%B8%AD%E3%83%9E%E3%83%89%201%22%20d%3D%22M12.237%2C24.511A12.246%2C12.246%2C0%2C0%2C1%2C0%2C12.255a12.237%2C12.237%2C0%2C1%2C1%2C20.89%2C8.666A12.147%2C12.147%2C0%2C0%2C1%2C12.237%2C24.511Zm0-22.213a9.961%2C9.961%2C0%2C0%2C0-7.031%2C17A9.95%2C9.95%2C0%2C0%2C0%2C19.268%2C5.214%2C9.869%2C9.869%2C0%2C0%2C0%2C12.237%2C2.3Z%22%20fill%3D%22%23cb4400%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.search-button>.txt {
  margin: 0 0 0 32px;
  padding: 0;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .search-button>.txt {
    margin: 0 0 0 16px;
  }
}


/*----------------------------------
List Style
----------------------------------*/

.num-list {
  margin-bottom: 95px;
}

.num-list li {
  position: relative;
  min-height: 130px;
  padding: 32px 0 30px 100px;
  border-bottom: 2px dotted #cccccc;
  counter-increment: num;
}

.num-list li:before {
  content: counter(num);
  position: absolute;
  top: 50%;
  left: 28px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 80px;
  font-size: 5rem;
  color: #cccccc;
  line-height: 1;
}

.num-list.textc {
  text-align: center;
}

.num-list.textc li {
  padding: 32px 0 30px 0px;
}

@media only screen and (max-width: 768px) {
  .num-list {
    margin-bottom: 70px;
  }

  .num-list li {
    min-height: auto;
    padding-left: 60px;
  }

  .num-list li:before {
    top: 32px;
    left: 10px;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .num-list.textc {
    text-align: left;
  }

  .num-list.textc li {
    padding-left: 60px;
  }
}

.num-list02 {
  border-top: 4px solid #efefef;
  margin-bottom: 40px;
  color: #666666;
}

.num-list02 li {
  position: relative;
  min-height: 90px;
  padding: 12px 0 12px 50px;
  border-bottom: 2px dotted #cccccc;
  counter-increment: num;
}

.num-list02 li:before {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  content: counter(num) ".";
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: bold;
  font-size: 80px;
  font-size: 5rem;
  color: #cccccc;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .num-list02 li {
    min-height: auto;
    padding: 15px 0 15px 50px;
  }

  .num-list02 li:before {
    top: 18px;
  }
}

.circle-list li {
  position: relative;
  padding-left: 12px;
}

.circle-list li:before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #000;
  border-radius: 50%;
}

.square-list li {
  position: relative;
  padding-left: 16px;
  margin-top: 30px;
}

.square-list li:first-child {
  margin-top: 0;
}

.square-list li:before {
  content: " ";
  position: absolute;
  top: 9px;
  left: 0;
  height: 12px;
  width: 12px;
  background: #000;
}

/*--product--*/

.product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
}

.product-list li {
  margin-top: 50px;
  margin-right: 1.6949%;
  width: 32.2033%;
  text-align: center;
}

.product-list li:nth-child(3n) {
  margin-right: 0;
}

.product-list li a {
  display: block;
  text-decoration: none;
}

.product-list li figure {
  margin-bottom: 10px;
}

.product-list li p {
  font-size: 28px;
  font-size: 1.8rem;
}

.product-list li p em {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: -5px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product-list {
    display: block;
    margin-top: 0;
  }

  .product-list li {
    margin-top: 55px;
    width: 100%;
    margin-right: 0;
  }

  .product-list li p {
    font-size: 1.6rem;
  }

  .product-list li p em {
    font-size: 1.9rem;
    margin-bottom: -5px;
  }
}

.product-list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
  justify-content: center;
}

.product-list02 li {
  margin-top: 50px;
  margin-right: 1.6949%;
  width: 32.2033%;
  text-align: center;
}

.product-list02 li:nth-child(3n) {
  margin-right: 0;
}

.product-list02 li a {
  display: block;
  text-decoration: none;
}

.product-list02 li figure {
  margin-bottom: 10px;
}

.product-list02 li p {
  font-size: 28px;
  font-size: 1.8rem;
}

.product-list02 li p em {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: -5px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product-list02 {
    display: block;
    margin-top: 0;
  }

  .product-list02 li {
    margin-top: 55px;
    width: 100%;
    margin-right: 0;
  }

  .product-list02 li p {
    font-size: 1.6rem;
  }

  .product-list02 li p em {
    font-size: 1.9rem;
    margin-bottom: -5px;
  }
}

/*--panel--*/

.panel-list {
  letter-spacing: -0.4em;
  margin: -20px -1.6666% 80px 0;
}

.panel-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 20px;
}

.panel-list li a {
  position: relative;
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: 0.4s;
}

.panel-list li a:hover {
  opacity: 0.6;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.panel-list li a:hover img {
  opacity: 1;
}

.panel-list li img {
  width: 100%;
}

.panel-list li p {
  padding: 15px 20px;
  line-height: 1.5;
}

.panel-list li p small {
  display: block;
  font-size: 22px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.panel-list.panel-list-col03 li {
  width: 31.6666%;
  margin-right: 1.6666%;
  font-weight: bold;
}

.panel-list.panel-list-col04 li {
  width: 23.3333%;
  margin-right: 1.6666%;
}

.panel-list.panel-list-col04 li a {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .panel-list {
    margin: 0 0 40px 0;
  }

  .panel-list li {
    width: 100% !important;
    display: block;
  }

  .panel-list li p {
    padding: 15px 10px;
  }

  .panel-list.panel-list-col04 li a {
    display: table;
    width: 100%;
  }

  .panel-list.panel-list-col04 li a>* {
    display: table-cell;
    vertical-align: top;
  }

  .panel-list.panel-list-col04 li p {
    margin-top: 20px;
  }

  .panel-list.panel-list-col04 li figure {
    width: 28.9855%;
  }
}

@media only screen and (min-width: 769px) {
  .search-panel-list figure {
    position: relative;
    padding-top: 75%;
  }

  .search-panel-list figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center;";
  }
}

.icon-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
}

.icon-link-list li {
  width: 49.9218%;
}

.icon-link-list li.wd-list {
  width: 100%;
}

.icon-link-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
  background: #ffb300;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.icon-link-list li a:hover {
  opacity: 0.7;
}

.icon-link-list li p {
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 77px;
}

.icon-link-list li.icon-link-list-cart p {
  background-image: url(/img/line_up/icon-cart.png);
  background-size: 55px auto;
}

.icon-link-list li.icon-link-list-store p {
  background-image: url(/img/line_up/icon-store.png);
  background-size: 50px auto;
}

.icon-link-list li.icon-link-list-bubble p {
  padding-top: 71px;
  background-image: url(/img/top/icon-bubble.png);
  background-size: 50px auto;
}

@media only screen and (max-width: 768px) {
  .icon-link-list li {
    width: 49.7333%;
  }

  .icon-link-list li a {
    height: 120px;
  }

  .icon-link-list li p {
    padding: 0 15px;
    padding-top: 37px;
  }

  .icon-link-list li.icon-link-list-cart p {
    background-size: 28px auto;
  }

  .icon-link-list li.icon-link-list-store p {
    background-size: 25px auto;
  }

  .icon-link-list li.icon-link-list-bubble p {
    padding-top: 37px;
    background-size: 30px auto;
  }
}

/*--comparisonList--*/

.comparison-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comparison-list li {
  position: relative;
  width: 49.7916%;
}

.comparison-list li p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 25px;
  line-height: 1;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .comparison-list {
    margin: 0 -15px;
  }

  .comparison-list li p {
    top: 8%;
    font-size: 1rem;
  }
}

.comparison-list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.comparison-list02 li {
  width: 47.9166%;
}

.comparison-list02 li figcaption {
  margin-bottom: 5px;
  font-size: 38px;
  font-size: 2.4rem;
}

.comparison-list02 li figcaption small {
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .comparison-list02 {
    display: block;
    margin-bottom: 20px;
  }

  .comparison-list02 li {
    width: 100%;
    margin-top: 20px;
  }

  .comparison-list02 li:first-child {
    margin-top: 0;
  }

  .comparison-list02 li img {
    width: 100%;
  }

  .comparison-list02 li figcaption {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

/*--SimpleBlock--*/

.simple-block {
  letter-spacing: -0.4em;
  margin-bottom: 60px;
}

.simple-block>* {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.simple-block-img {
  margin-right: 40px;
}

.simple-block-img.rv {
  margin-left: 40px;
  margin-right: 0;
}

.simple-block-img img {
  width: 460px;
}

.simple-block-text {
  width: 460px;
}

.simple-block-text span {
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .simple-block {
    margin-bottom: 30px;
  }

  .simple-block>* {
    display: block;
  }

  .simple-block-img,
  .simple-block-img.rv {
    margin: 0 0 15px 0;
  }

  .simple-block-img img {
    width: 100%;
  }

  .simple-block-text {
    width: 100%;
    margin-bottom: 15px;
  }

  .simple-block-text span {
    font-size: 1.8rem;
  }
}

/*--ArrowBlock--*/

.arrow-block {
  position: relative;
  background: #ffe8b2;
  font-size: 2.4rem;
  border-radius: 20px;
  padding: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.arrow-block .txt-red {
  color: #c4151c;
  font-weight: bold;
}

.arrow-block .txt-red em {
  font-size: 3.2rem;
  font-weight: bold;
}

.arrow-block:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 232, 178, 0);
  border-left-color: #ffe8b2;
  border-width: 12px 24px;
  margin-top: -12px;
}

@media only screen and (max-width: 768px) {
  .arrow-block {
    font-size: 2rem;
    border-radius: 20px;
    padding: 15px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .arrow-block .txt-red em {
    font-size: 2.4rem;
  }

  .arrow-block:after {
    border-width: 12px 18px;
  }
}

/*--tagList--*/

.tag-list {
  letter-spacing: -0.4em;
}

.tag-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 1;
  margin: 0 10px 10px 0;
}

.tag-list li a {
  position: relative;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  padding: 15px 22px;
  transition: 0.4s;
}

.tag-list li.is-active a {
  color: #fff;
}

.tag-list.tag-list-orange a {
  color: #ff661a;
  border: 2px solid #ff661a;
}

.tag-list.tag-list-orange li.is-active a {
  background: #ff661a;
}

.tag-list.tag-list-green a {
  color: #24b324;
  border: 2px solid #24b324;
}

/* アボカドの場合も小カテゴリを表示する（2023/9/6）START */
/*
.tag-list.tag-list-green.is-active a {
  background: #24b324;
}
*/
.tag-list.tag-list-green li.is-active a {
  background: #24b324;
}
/* アボカドの場合も小カテゴリを表示する（2023/9/6）END */

@media only screen and (max-width: 768px) {
  .tag-list li a {
    padding: 12px 18px;
  }
}

/*--voiceList--*/

.voice-list {
  letter-spacing: -0.4em;
  margin-top: -40px;
}

.voice-list-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31.25%;
  margin-top: 40px;
  margin-right: 3.125%;
  border-radius: 7px;
  background-color: #f0e8d9;
  background-repeat: no-repeat;
  background-image: url(/img/line_up/comment-bg-top.png),
    url(/img/line_up/comment-bg-bottom.png);
  background-position: left 15px top 15px, right 15px bottom 15px;
  background-size: 16px auto;
  padding: 35px 40px 40px;
}

.voice-list-item:before {
  content: " ";
  position: absolute;
  top: 100%;
  border-style: solid;
  border-width: 10px;
}

.voice-list-item:nth-child(odd):before {
  left: 40px;
  border-color: #f0e8d9 #f0e8d9 transparent transparent;
}

.voice-list-item:nth-child(even):before {
  right: 40px;
  border-color: #f0e8d9 transparent transparent #f0e8d9;
}

.voice-list-item:nth-child(3n) {
  margin-right: 0;
}

.voice-list-item-text {
  line-height: 1.5;
}

.voice-list-item-text span {
  font-weight: bold;
  font-size: 38px;
  font-size: 2.4rem;
}

.voice-list-item-profile {
  margin-top: 45px;
  text-align: right;
  font-size: 22px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .voice-list {
    margin-top: 0;
  }

  .voice-list-item {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    background-position: left 10px top 10px, right 10px bottom 10px;
    padding: 30px 40px;
  }

  .voice-list-item:before {
    content: " ";
    position: absolute;
    top: 100%;
    border-style: solid;
    border-width: 10px;
  }

  .voice-list-item:first-child {
    margin-top: 0;
  }

  .voice-list-item:nth-child(odd):before {
    left: 60px;
  }

  .voice-list-item:nth-child(even):before {
    right: 60px;
  }

  .voice-list-item-text {
    line-height: 1.5;
  }

  .voice-list-item-text span {
    font-size: 1.8rem;
  }

  .voice-list-item-profile {
    margin-top: 20px;
  }
}

/*--bananalinkList--*/

.panel-link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
}

.panel-link-list>div {
  width: 25%;
  border-left: 2px solid #fff;
}

.panel-link-list>div:first-child {
  border-left: none;
}

.panel-link-list>div a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 320px;
  background-size: cover;
  background-position: 50% 50%;
  text-decoration: none;
}

.panel-link-list>div a p {
  padding: 22px 25px;
  background: #b38a40;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.25vw;
  transition: 0.4s;
}

.panel-link-list>div a:hover p {
  background: #fff;
  color: #b38a40;
}

@media only screen and (max-width: 768px) {
  .panel-link-list>div {
    width: 49.7333%;
    border-left: none;
    margin-top: 2px;
  }

  .panel-link-list>div a {
    height: 188px;
  }

  .panel-link-list>div a p {
    padding: 12px;
    background: #b38a40;
    font-size: 3.2vw;
  }
}

.panel-link-list.panel-link-list-banana>div:nth-child(1) a {
  background-image: url(/img/line_up/product-banana01.jpg);
}

.panel-link-list.panel-link-list-banana>div:nth-child(2) a {
  background-image: url(/img/line_up/product-banana02.jpg);
}

.panel-link-list.panel-link-list-banana>div:nth-child(3) a {
  background-image: url(/img/line_up/product-banana03.jpg);
}

.panel-link-list.panel-link-list-banana>div:nth-child(4) a {
  background-image: url(/img/line_up/product-banana04.jpg);
}

.lineup-friend-list {
  letter-spacing: -0.4em;
  margin-top: -30px;
}

.lineup-friend-list li {
  width: 31.25%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 2.08333%;
  margin-top: 30px;
}

.lineup-friend-list li:nth-child(3n) {
  margin-right: 0;
}

.lineup-friend-list li figure {
  margin-bottom: 15px;
}

.lineup-friend-list li figure img {
  width: 100%;
}

.lineup-friend-list li p {
  line-height: 1.3;
  font-size: 22px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .lineup-friend-list {
    margin-top: -35px;
  }

  .lineup-friend-list li {
    width: 49.85507%;
    margin-right: 0.28986%;
    margin-top: 35px;
  }

  .lineup-friend-list li:nth-child(3n) {
    margin-right: 0.28986%;
  }

  .lineup-friend-list li:nth-child(2n) {
    margin-right: 0 !important;
  }

  .lineup-friend-list li p {
    font-size: 1.2rem;
  }
}

.refine-lineup-list {
  letter-spacing: -0.4em;
  margin-bottom: 75px;
}

.refine-lineup-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 18.644%;
  margin-right: 1.6949%;
  text-align: center;
}

.refine-lineup-list li:last-child {
  margin-right: 0;
}

.refine-lineup-list li a {
  display: block;
  text-decoration: none;
  color: #ffb300;
  font-weight: bold;
}

.refine-lineup-list li a:hover figure {
  background: #ffb300;
}

.refine-lineup-list li figure {
  border: 1px solid #ffb300;
  border-radius: 15px;
  margin-bottom: 5px;
  transition: 0.4s;
}

.refine-lineup-list li p {
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.refine-lineup-list li.is-active figure {
  background: #ffb300;
}

@media only screen and (max-width: 768px) {
  .refine-lineup-list {
    margin-top: -10px;
  }

  .refine-lineup-list li {
    width: 31.884%;
    margin-right: 2.1739%;
    margin-top: 10px;
  }

  .refine-lineup-list li:nth-child(3n) {
    margin-right: 0;
  }

  .refine-lineup-list li figure {
    margin-bottom: 10px;
  }

  .refine-lineup-list li p {
    font-size: 1.2rem;
  }
}

.btn-list {
  letter-spacing: -0.4em;
  margin-bottom: 80px;
}

.btn-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 16.1016%;
  margin-right: 0.6779%;
}

.btn-list li:last-child {
  margin-right: 0;
}

.btn-list li.is-active a {
  background: #ffb300;
  color: #fff;
}

.btn-list li a {
  display: block;
  color: #ffb300;
  border: 1px solid #ffb300;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  transition: 0.4s;
}

.btn-list li.dbline {
  margin-right: 1.4%;
}

.btn-list li.dbline a {
  border: 2px solid #ffb300;
}

.btn-list li a:hover {
  background: #ffb300;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btn-list {
    margin-top: -5px;
    margin-bottom: 40px;
  }

  .btn-list li {
    width: 31.884%;
    margin-right: 2.1739%;
    font-size: 1.1rem;
    font-size: 1.1rem;
    margin-top: 5px;
  }

  .btn-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.qa-btn-list {
  letter-spacing: -0.4em;
}

.qa-btn-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  font-size: 32px;
  font-size: 2rem;
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 30px;
  line-height: 1.5;
}

.qa-btn-list li:nth-child(3n) {
  margin-right: 0;
}

.qa-btn-list li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 150px;
  border: 2px solid #0066cc;
  color: #0066cc;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-size: 164px auto;
  background-position: 0 100%;
  background-image: url(/img/inquiry/icon-qa.png);
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .qa-btn-list li {
    font-size: 1.1rem;
    width: 31.884%;
    margin-right: 2.1739%;
    margin-bottom: 15px;
  }

  .qa-btn-list li a {
    height: 75px;
    border-radius: 15px;
    background-size: 82px auto;
  }
}

.simple-btn-list {
  letter-spacing: -0.4em;
}

.simple-btn-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 48.4375%;
  margin-right: 3.125%;
  text-align: center;
}

.simple-btn-list li:last-child {
  margin-right: 0;
}

.simple-btn-list li.simple-btn-list-mail a span {
  padding-left: 45px;
  background-image: url(/img/inquiry/icon-mail.png);
}

.simple-btn-list li.simple-btn-list-tel a span {
  padding-left: 50px;
  background-image: url(/img/inquiry/icon-tel.png);
}

.simple-btn-list li a {
  display: block;
  border: 2px solid #0066cc;
  color: #0066cc;
  border-radius: 15px;
  text-decoration: none;
  padding: 18px 0;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
}

.simple-btn-list li a span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media only screen and (max-width: 768px) {
  .simple-btn-list li {
    width: 48.9855%;
    margin-right: 2.0289%;
  }

  .simple-btn-list li:last-child {
    margin-right: 0;
  }

  .simple-btn-list li.simple-btn-list-mail a span {
    padding-left: 25px;
    background-size: 20px auto;
  }

  .simple-btn-list li.simple-btn-list-tel a span {
    padding-left: 22px;
    background-size: 17px auto;
  }

  .simple-btn-list li a {
    padding: 18px 0;
    font-size: 1.1rem;
  }

  .simple-btn-list li a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
}

/*--lineupList--*/

.lineup-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.lineup-list li {
  margin: 0 20px;
}

.lineup-list li img {
  margin-bottom: 10px;
}

.lineup-list li figcaption {
  font-size: 28px;
  font-size: 1.8rem;
}

.lineup-list li figcaption small {
  display: block;
  color: #808080;
  font-size: 22px;
  font-size: 1.4rem;
}

.lineup-list li figcaption small.save {
  display: block;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .lineup-list {
    display: block;
  }

  .lineup-list li {
    margin: 80px 0 0;
  }

  .lineup-list li:first-child {
    margin-top: 0;
  }

  .lineup-list li figcaption {
    font-size: 1.6rem;
  }

  .lineup-list li figcaption small {
    font-size: 1.2rem;
  }

  .lineup-list li.mt20 {
    margin: 20px 0 0;
  }
}

/*--GP campaign--*/

.gp-nav-box {
  background-color: #f0e8d9;
  padding: 25px 20px;
}

.gp-nav {
  display: flex;
  flex-wrap: wrap;
}

.gp-nav li a {
  background: url(/img/line_up/gold-premium/icon_arrow.png) no-repeat left center;
  padding: 3px 30px 3px 34px;
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4;
}

.gp-nav li a:hover {
  text-decoration: underline;
  color: #ffb300;
}

.gp-nav .num02 {
  margin-right: 400px;
}

@media only screen and (max-width: 768px) {
  .gp-nav li a {
    background-size: 18px;
    padding: 0 20px 0 26px;
    font-size: 1.4rem;
  }

  .gp-nav .num02 {
    margin-right: 0;
  }
}

/*----------------------------------
Modal Style
----------------------------------*/

.movie-overlay {
  display: none;
  position: fixed;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.movie-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 670px;
  padding: 0 15px;
  width: 100%;
  z-index: 10001;
}

.movie-modal-inr {
  position: relative;
  padding-top: 60.9375%;
}

.movie-modal-inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------
Form Style
----------------------------------*/

/*--formParts--*/

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  /*padding: 0.7em 0.8em;*/
  /*border: 1px solid #e0e0e0;*/
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  border-radius: 2px;
  padding: 5.5px 5px;
}

button,
input[type="submit"] {
  outline: none;
  border: none;
  width: 100%;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
}

input.error-input {
  background: #ffd7de;
}

select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 768px) {

  input[type="text"],
  input[type="email"],
  textarea {
    max-width: 100%;
  }
}

input[type="submit"],
input[type="button"] {
  font-family: Lato, "游ゴシック体", YuGothic, "YuGothic M",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "Meiryo UI", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:disabled,
select:disabled,
textarea:disabled {
  color: #bdbdbd;
  cursor: default;
}

textarea {
  height: 12em;
  font-size: 90%;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  margin-right: 6px;
}

input[type="radio"]+span,
input[type="checkbox"]+span {
  position: relative;
  display: inline-block;
  /*margin-right: 20px;*/
  /*line-height: 30px;*/
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 1px) {

  input[type="radio"],
  input[type="checkbox"] {
    display: none;
    margin: 0;
  }

  input[type="radio"]+span,
  input[type="checkbox"]+span {
    padding: 0 0 0 24px;
  }

  input[type="radio"]+span:before,
  input[type="checkbox"]+span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    /*box-shadow: 0 0 5px #e0e0e0 inset;*/
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }

  input[type="radio"]:checked+span:after,
  input[type="checkbox"]:checked+span:after {
    content: " ";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }

  input[type="radio"]:checked+span:after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #115fad;
    border-radius: 8px;
  }

  input[type="checkbox"]:checked+span:after {
    left: 4px;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    border-left: 3px solid #1d2933;
    border-bottom: 3px solid #1d2933;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .group-on input[type="radio"]+span:before {
    border-color: #a0a0a0;
  }

  .group-on input[type="checkbox"]+span:before {
    border-color: #a0a0a0;
  }

  .group-on input[type="radio"]:checked+span:after {
    background: #a0a0a0;
  }

  .group-on input[type="checkbox"]:checked+span:after {
    border-color: #a0a0a0;
  }
}

/*Bnr*/

@media only screen and (max-width: 768px) {
  .bnr_summer {
    margin: 0 15px;
  }
}

.el_txtCenter {
  text-align: center;
}

.el_borderNone {
  border-bottom: none !important;
}

/* add kanjyuku(汎用レイアウト) */
.kjlayout__sec-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.kjlayout__sec-list {
  margin: 0 auto 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .kjlayout__sec-list {
    max-width: auto;
    width: calc(100%);
    margin: 0 auto 0 auto;
    flex-direction: column;
  }
}

.kjlayout__sec-li {
  width: calc(100% / 3);
  margin: 0;
  padding: 0 0 35px 0;
  padding-left: calc(15 / 1120 * 100%);
  padding-right: calc(15 / 1120 * 100%);
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .kjlayout__sec-li {
    width: calc(100%);
    padding: 0 0 50px 0;
  }
}

.kjlayout__sec-li>a {
  margin: 0;
  padding: 0;
  display: block;
}

.kjlayout__sec-li figure {
  max-width: 380px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
}

.kjlayout__sec-li img {
  width: 100%;
  height: auto;
}

.kjlayout__sec-caption {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.kjlayout__sec-caption>.txt01 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.kjlayout__sec-caption>.txt02 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ff651a;
  display: block;
}

@media only screen and (max-width: 768px) {
  .kjlayout__sec-caption>span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.kjlayout__sec-btn {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0;
  text-align: center;
}

.kjlayout__sec-btnorange {
  max-width: 280px;
  height: 40px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  border-radius: 20px;
  border: 2px solid #ff661a;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.3;
  color: #ff661a;
  background: #fff;
  box-sizing: border-box;
  display: block;
  transition: 0.5s;
}

.kjlayout__sec-btnorange>span {
  color: #ff661a;
}

.kjlayout__sec-btnorange:hover {
  background-color: #ff661a;
}

.kjlayout__sec-btnorange:hover>span {
  color: #fff;
}

.kjlayout__sec-undertxt {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .kjlayout__sec-undertxt {
    text-align: left;
    line-height: 1.6;
  }
}

.kjlayout__sec-caption .sp-hidden {
  display: block;
}

@media only screen and (max-width: 768px) {
  .kjlayout__sec-caption .sp-hidden {
    display: none !important;
  }
}

/*gp-layout*/
.gp-layout__sec-wrap {
  max-width: 638px;
  margin: 44px auto 0 auto;
  padding: 20px 30px 20px 30px;
  border: 2px solid #ffb403;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background: url(../img/line_up/shiawase/bg_gp@2x.jpg) no-repeat center center / cover;
}

@media only screen and (max-width: 768px) {
  .gp-layout__sec-wrap {
    max-width: auto;
    margin: 40px 14px 50px 14px;
    padding: 30px 24px 30px 24px;
    flex-direction: column;
    background: url(../img/line_up/shiawase/bg_gp_sp@2x.png) no-repeat center center / cover;
  }
}

.gp-layout__sec-left {
  min-width: 124px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .gp-layout__sec-left {
    min-width: 134px;
    margin: 0 auto 0px auto;
  }
}

.gp-layout__sec-right {
  margin: 0 auto;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .gp-layout__sec-right {
    padding: 0;
  }
}

.gp-layout__sec-wrap .btn-default {
  max-width: 280px;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 20px;
  border: 2px solid #ffb403;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s;
  font-size: 1.6rem;
  line-height: 38px;
  font-weight: bold;
  color: #ffb403;
}

@media only screen and (max-width: 768px) {
  .gp-layout__sec-wrap .btn-default {
    margin: 0 auto;
  }
}

.gp-layout__sec-wrap .btn-default:hover {
  background-color: #ffb403;
  color: #fff;
}

.gp-layout__sec-text {
  margin: 24px 0 20px 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .gp-layout__sec-text {
    margin: 0p auto 20px auto;
  }
}

.page-index {
  margin-bottom: 65px;
}

.page-index-box {
  padding: 20px;
  border: 1px solid #ffb300;
  border-radius: 5px;
}

.page-index-title {
  font-size: 20px;
  font-weight: bold;
}

.page-index-list {
  list-style: decimal;
  list-style-position: inside;
}

.page-index-list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.page-index-list li+li {
  margin-top: 5px;
}

.page-index-list li a {
  border-bottom: 1px solid #ffb300;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .page-index {
    margin-bottom: 40px;
  }

  .page-index-box {}

  .page-index-title {}

  .page-index-list {}

  .page-index-list li {}

  .page-index-list li a {}
}


.particular-block img{
  width: 100%;
  height: 330px;
}

.particular-block .text {
  background-color: #4D3F33;
  color: #FFF;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .particular-block img {
    height: auto;
  }
  
  .particular-block .text {
    padding: 20px;
  }
}

/* 
==================================
購入はこちらセクション
================================== 
*/
.purchase-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.purchase-section.pd-lg { 
  padding-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  .purchase-section.pd-lg { 
    padding-bottom: 90px;
  }
}
.purchase-section.pd-md { 
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .purchase-section.pd-md { 
    padding-bottom: 40px;
  }
}

.purchase-section__container {
  max-width: 1210px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.purchase-section__inner {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.purchase-section__title {
  padding: 0 0 40px 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .purchase-section__title {
    padding: 0 0 20px 0;
    font-size: 1.8rem;
  }
}

.purchase-section__lead {
  padding: 0 0 35px 0;
}
@media only screen and (max-width: 768px) {
  .purchase-section__lead {
    padding: 0 0 25px 0;
  }
}

.purchase-section__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .purchase-section__list {
    flex-direction: column;
    gap: 30px;
  }
  .purchase-section__list > *:first-child { /* 最初の要素に適用 */
    margin-top: -30px; /* gap の値と同じ値を設定 */
  }
}
