@charset "UTF-8";
@media screen and (min-width: 769px) {
  body {
    min-width: 1020px;
  }
}
@media screen and (max-width: 769px) {
  body {
    max-width: 100vw;
  }
}

.l-main {
  display: block;
}
.l-main + .p-bnrList.-bottom {
  margin-top: 55px;
}
@media screen and (min-width: 769px) {
  .l-main {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 769px) {
  .l-main {
    max-width: 100vw;
    overflow: hidden;
  }
}
.l-main *, .l-main *::before, .l-main *::after {
  box-sizing: border-box;
}

.l-container {
  box-sizing: border-box;
}
.l-container *, .l-container *::before, .l-container *::after {
  box-sizing: inherit;
}
@media screen and (min-width: 769px) {
  .l-container {
    width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 769px) {
  .l-container {
    max-width: 100vw;
    overflow: hidden;
    margin: 45px 4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-container .l-main {
    width: 656px;
    margin-top: 40px;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .l-container .l-aside {
    width: 310px;
    margin: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .l-container .l-aside {
    max-width: 100vw;
    overflow: hidden;
    margin: 30px 0 0;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
  }
}

.l-feature_ricecooker_article {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.l-feature_ricecooker_article img {
  max-width: 100%;
}

.l-aside {
  font-feature-settings: "palt";
}
.l-aside + #footer {
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (min-width: 769px) {
  .l-aside {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .l-aside {
    margin: 0 5.3vw;
  }
}

@media screen and (min-width: 769px) {
  * + .l-aside {
    margin-top: 110px;
  }
}
@media screen and (max-width: 769px) {
  * + .l-aside {
    margin-top: 55px;
  }
}

.l-feature_ricecooker_article section + section {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  .l-feature_ricecooker_article section + section {
    margin-top: 50px;
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity .2s;
}
.c-btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .c-btn:hover {
    opacity: .8;
  }
}
.c-btn.-cmn {
  background-color: white;
  border: 1px solid #00579f;
  color: #00579f;
  font-size: 0.9375rem;
  padding: 10px 25px 10px 25px;
  position: relative;
  line-height: 1.4;
  transition: .3s all;
}
.c-btn.-cmn:hover {
  opacity: 1;
  background-color: #fff;
  color: #068eff;
  border: 1px solid #068eff;
}
.c-btn.-tiny {
  background-color: white;
  border: 1px solid #666666;
  color: #333333;
  font-size: 0.9375rem;
  padding: 5px 10px;
  position: relative;
  line-height: 1.4;
  transition: .3s all;
}
.c-btn.-tiny:hover {
  opacity: 1;
  background-color: #fff;
  color: #666666;
  border: 1px solid #999999;
}

@media screen and (min-width: 769px) {
  a.c-link.-img img {
    transition: opacity .2s;
  }
  a.c-link.-img:hover img {
    opacity: .7;
  }
}
a.c-link.-underline {
  text-decoration: underline;
}
a.c-link.-underline:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .c-anchor {
    position: relative;
    top: -133px;
  }
}

.l-feature_ricecooker_article .c-heading.-lv1 {
  color: #00579f;
  font-size: 1.375rem;
  line-height: 1.2;
}
.l-feature_ricecooker_article .c-heading.-lv1 + * {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .l-feature_ricecooker_article .c-heading.-lv1 {
    font-size: calc(14px + 1vw);
  }
}
.l-feature_ricecooker_article .c-heading.-lv2 {
  font-size: 1rem;
}
.l-feature_ricecooker_article .c-heading.-lv2 + * {
  margin-top: 15px;
}

.l-feature_ricecooker_article dl.c-list.-cmn {
  font-size: 0.96875rem;
  line-height: 1.6;
}
.l-feature_ricecooker_article dl.c-list.-cmn dt {
  font-size: 1rem;
  font-weight: bold;
}
.l-feature_ricecooker_article dl.c-list.-cmn dt + dd {
  margin-top: 15px;
}
.l-feature_ricecooker_article dl.c-list.-cmn dd + dt {
  margin-top: 40px;
}
.l-feature_ricecooker_article dl.c-list.-abbr {
  font-size: 0.96875rem;
  line-height: 1.6;
}
.l-feature_ricecooker_article dl.c-list.-abbr dt {
  color: #00579f;
  font-weight: bold;
  font-size: 1rem;
}
.l-feature_ricecooker_article dl.c-list.-abbr dt + dd {
  margin-top: 10px;
}
.l-feature_ricecooker_article dl.c-list.-abbr dd + dt {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .l-feature_ricecooker_article dl.c-list.-abbr dd + dt {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .p-aside_pickup + * {
    margin-top: 110px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_pickup + * {
    margin-top: 50px;
  }
}
.p-aside_pickup .c-heading {
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-aside_pickup .c-heading + .p-aside_pickup__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_pickup .c-heading + .p-aside_pickup__list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_pickup .c-heading {
    font-size: 2.25rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_pickup .c-heading {
    font-size: 6.1vw;
    padding-bottom: 15px;
  }
}
.p-aside_pickup .c-heading::after {
  content: "";
  width: 80px;
  height: 2px;
  background: #e30113;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .p-aside_pickup .c-heading::after {
    width: 40px;
  }
}
.p-aside_pickup__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-aside_pickup__list {
    margin-right: -21px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_pickup__list {
    margin-right: -14px;
    margin-bottom: -13px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_pickup__list li {
    width: calc((100% - 1px) / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_pickup__list li {
    width: calc((100% - 1px) / 2 - 13px);
    margin-right: 13px;
    margin-bottom: 13px;
  }
}
.p-aside_pickup__list li img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .p-aside_topics + .p-aside_social {
    margin-top: 110px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics + .p-aside_social {
    margin-top: 55px;
  }
}
.p-aside_topics .c-heading {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (min-width: 769px) {
  .p-aside_topics .c-heading + .p-aside_topics__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics .c-heading + .p-aside_topics__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics .c-heading {
    font-size: 5vw;
  }
}
.p-aside_topics__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list {
    margin-right: -21px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list {
    margin-right: -15px;
    margin-bottom: -14px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list li {
    width: calc((100% - 1px) / 4 - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list li {
    width: calc((100% - 1px) / 2 - 14px);
    margin-right: 14px;
    margin-bottom: 14px;
  }
}
.p-aside_topics__list li a {
  display: block;
  color: #4f2f1d;
  transition: opacity .2s;
}
.p-aside_topics__list li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list li a:hover {
    opacity: .7;
  }
}
.p-aside_topics__list li figure figcaption {
  padding-top: 10px;
}
.p-aside_topics__list li figure .c-img img {
  width: 100%;
  text-align: center;
}
.p-aside_topics__list li figure .c-date {
  font-size: 1rem;
  display: block;
}
.p-aside_topics__list li figure .c-date + .c-category {
  margin-top: 5px;
}
.p-aside_topics__list li figure .c-date + .c-desc {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list li figure .c-date {
    font-size: 0.3vw;
  }
}
.p-aside_topics__list li figure .c-category + .c-desc {
  margin-top: 10px;
}
.p-aside_topics__list li figure .c-category + .c-date {
  margin-top: 10px;
}
.p-aside_topics__list li figure .c-category span, .p-aside_topics__list li figure .c-category b {
  font-size: 0.875rem;
  display: inline-block;
  background: #977556;
  color: white;
  padding: 3px 5px;
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list li figure .c-category span, .p-aside_topics__list li figure .c-category b {
    font-size: 0.22vw;
  }
}
.p-aside_topics__list li figure .c-desc {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list li figure .c-desc {
    font-size: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list.-topper + .p-aside_topics__list,
  .p-aside_topics__list.-topper + .p-indexList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper + .p-aside_topics__list,
  .p-aside_topics__list.-topper + .p-indexList {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list.-topper {
    margin-right: -11px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-aside_topics__list.-topper li {
  background-image: url(/feature/ricecooker/assets/img/topics/bg_topics_topper.png);
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list.-topper li {
    width: calc((100% - 1px) / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-aside_topics__list.-topper li a {
  height: 100%;
}
.p-aside_topics__list.-topper li figure {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.p-aside_topics__list.-topper li figure figcaption {
  padding: 15px 15px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li figure figcaption {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li figure .c-date {
    font-size: 4.2vw;
  }
}
.p-aside_topics__list.-topper li figure .c-category {
  margin-top: auto;
}
.p-aside_topics__list.-topper li figure .c-category span {
  background: #00579f;
  color: white;
  border-radius: 2px;
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li figure .c-category span {
    font-size: 3.7vw;
  }
}
.p-aside_topics__list.-topper li figure .c-desc {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-aside_topics__list.-topper li figure .c-desc {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_topics__list.-topper li figure .c-desc {
    font-size: 5.6vw;
  }
}

@media screen and (min-width: 769px) {
  .p-aside_social + * {
    margin-top: 70px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_social + * {
    margin-top: 50px;
  }
}
.p-aside_social .c-heading {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-aside_social .c-heading + .p-aside_social__list {
    margin-top: 35px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_social .c-heading + .p-aside_social__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-aside_social .c-heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_social .c-heading {
    font-size: 5vw;
  }
}
.p-aside_social__list {
  display: flex;
  justify-content: center;
  margin-right: -20px;
}
@media screen and (max-width: 769px) {
  .p-aside_social__list {
    margin-right: -10px;
  }
}
.p-aside_social__list li {
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .p-aside_social__list li {
    width: calc(100% / 5 - 10px);
    margin-right: 10px;
  }
}
.p-aside_social__list li img {
  max-width: 100%;
}

.p-aside_other + .p-aside_pickup {
  margin-top: 80px;
}
@media screen and (min-width: 769px) {
  .p-aside_other p + .p-footer_bnr {
    margin-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_other p + .p-footer_bnr {
    margin-top: 30px;
  }
}
.p-aside_other .c-btn.-dark {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  background: #333333;
  color: white;
}
@media screen and (min-width: 769px) {
  .p-aside_other .c-btn.-dark {
    font-size: 1.125rem;
    width: 360px;
    height: 70px;
  }
}
@media screen and (max-width: 769px) {
  .p-aside_other .c-btn.-dark {
    font-size: 5vw;
    width: 100%;
    height: 50px;
  }
}

@media screen and (min-width: 769px) {
  .p-comparison {
    margin-top: 100px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-comparison #COMPARISON {
    top: calc(-105px);
  }
}
.p-comparison__header {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 769px) {
  .p-comparison__header {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__header {
    padding-bottom: 30px;
  }
}
.p-comparison__header .c-heading {
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-comparison__header .c-heading + p {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__header .c-heading + p {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-comparison__header .c-heading {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__header .c-heading {
    font-size: 1.25rem;
  }
}
.p-comparison__header .c-heading::after {
  content: "";
  height: 2px;
  background: #e30113;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-comparison__header .c-heading::after {
    width: 80px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__header .c-heading::after {
    width: 40px;
  }
}
.p-comparison__header p + p {
  margin-top: 20px;
}
.p-comparison__header p .c-btn {
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-comparison__item__header {
    width: 980px;
    height: 120px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__item__header {
    padding: 15px 20px;
  }
}
.p-comparison__item__header .c-symbol {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-comparison__item__header .c-symbol {
    margin-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__item__header .c-symbol {
    justify-content: center;
  }
}
.p-comparison__item__header .c-symbol li {
  position: relative;
}
.p-comparison__item__header .c-symbol li + li {
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  .p-comparison__item__header .c-symbol li img[src*="symbol_atsuryoku_ih"] {
    width: 10vw;
  }
  .p-comparison__item__header .c-symbol li img[src*="symbol_donabe_gohoubi"] {
    width: 45vw;
  }
  .p-comparison__item__header .c-symbol li img[src*="symbol_gohoubi"] {
    width: 45vw;
  }
  .p-comparison__item__header .c-symbol li img[src*="symbol_gouka_ih"] {
    width: 18vw;
  }
  .p-comparison__item__header .c-symbol li img[src*="symbol_ichigou_ryouteidaki"] {
    width: 30vw;
  }
  .p-comparison__item__header .c-symbol li img[src*="symbol_kahen_w_atsuryoku"] {
    width: 30vw;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__item__header p {
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.p-comparison__slider {
  background: #f0f0f0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider {
    min-width: 980px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider {
    position: relative;
  }
}
.p-comparison__slider__stage {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__stage {
    width: 980px;
    margin: auto;
    padding: 30px 0;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__stage {
    padding: 30px 0;
  }
}
.p-comparison__slider__stage.is-slide .p-comparison__slider__ctrl {
  display: block;
}
.p-comparison__slider__stage.is-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__stage.is-slide::before {
    left: calc(100% - 80px);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__stage.is-slide::before {
    left: calc(100% - 80px);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
  }
}
.p-comparison__slider__stage.is-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__stage.is-slide::after {
    right: calc(100% - 80px);
    background: -moz-linear-gradient(right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
    background: -webkit-linear-gradient(right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
    background: linear-gradient(to left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 180px);
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__stage.is-slide::after {
    right: calc(100% - 80px);
    background: -moz-linear-gradient(right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
    background: -webkit-linear-gradient(right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
    background: linear-gradient(to left, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.5) 20px, #f0f0f0 80px);
  }
}
.p-comparison__slider__list {
  display: flex;
  justify-content: center;
}
.p-comparison__slider__list li {
  display: flex;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list li {
    width: 215px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list li {
    width: 30vw;
  }
}
.p-comparison__slider__list li.is-new {
  position: relative;
}
.p-comparison__slider__list li.is-new::before {
  content: "";
  background-image: url(/feature/ricecooker/assets/img/comparison/badge_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list li.is-new::before {
    width: 33px;
    height: 14px;
    top: -15px;
    left: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list li.is-new::before {
    width: 50px;
    height: 21px;
    top: -10px;
    left: 20px;
  }
}
.p-comparison__slider__list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list li a {
    width: 215px;
  }
  .p-comparison__slider__list li a:hover {
    text-decoration: none;
    z-index: 2;
  }
  .p-comparison__slider__list li a:hover .c-comment {
    opacity: 1;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list li a {
    width: 100%;
  }
}
.p-comparison__slider__list .c-img {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list .c-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list .c-img {
    margin-bottom: 15px;
  }
  .p-comparison__slider__list .c-img img {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list .c-spec {
    position: absolute;
    bottom: calc(0px - 20px);
    right: calc(100% - 20px);
  }
  .p-comparison__slider__list .c-spec img {
    width: 80px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list .c-spec {
    position: absolute;
    bottom: calc(0px - 15px);
    right: calc(100% - 25px);
    width: 40px;
  }
  .p-comparison__slider__list .c-spec img {
    width: 100%;
  }
}
.p-comparison__slider__list .c-part_number {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list .c-part_number {
    height: 30px;
  }
}
.p-comparison__slider__list .c-part_number b {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  border: 1px solid;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__list .c-part_number b {
    padding: 5px 15px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list .c-part_number b {
    padding: 4px 12px;
    font-size: 0.75rem;
  }
}
.p-comparison__slider__list .c-part_number small {
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__list .c-part_number small {
    font-size: 10px;
  }
}
.p-comparison__slider__list .c-comment {
  position: absolute;
  background: #333333;
  color: #cccccc;
  border: 1px solid #666666;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 15px;
  top: -55px;
  left: 50%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
.p-comparison__slider__ctrl {
  display: none;
}
.p-comparison__slider__ctrl__item {
  background: black;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  cursor: pointer;
  transition: background-color .2s;
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__ctrl__item {
    width: 34px;
    height: 76px;
  }
}
@media screen and (max-width: 769px) {
  .p-comparison__slider__ctrl__item {
    width: 30px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-comparison__slider__ctrl__item:hover {
    background: #666666;
  }
}
.p-comparison__slider__ctrl__item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-comparison__slider__ctrl__item.-prev {
  left: 0;
}
.p-comparison__slider__ctrl__item.-prev::before {
  border-width: 6px 10.4px 6px 0;
  border-color: transparent white transparent transparent;
  right: 13px;
}
.p-comparison__slider__ctrl__item.-next {
  right: 0;
}
.p-comparison__slider__ctrl__item.-next::before {
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent white;
  left: 13px;
}

.p-footer_bnr__list li {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-footer_bnr__list li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-footer_bnr__list li + li {
    margin-top: 15px;
  }
}
@media screen and (max-width: 769px) {
  .p-footer_bnr__list li a {
    display: block;
    width: 100%;
  }
}
.p-footer_bnr__list li img {
  max-width: 100%;
}

.p-searchBar {
  height: 80px;
  background: #00579f;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .p-searchBar {
    max-width: 100vw;
    overflow: hidden;
    height: auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-searchBar__inner {
    display: flex;
  }
}
.p-searchBar__inner fieldset {
  display: contents;
}
.p-searchBar__inner .c-label {
  color: white;
}
@media screen and (min-width: 769px) {
  .p-searchBar__inner .c-label {
    display: contents;
  }
}
.p-searchBar__inner input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #dcdddd;
  border-radius: 2px;
  height: 38px;
  padding: 0 10px;
  padding-left: 40px;
  outline: none;
  background-color: white;
  background-image: url(/feature/ricecooker/assets/img/misc/icn_search_01_gray.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
}
@media screen and (min-width: 769px) {
  .p-searchBar__inner input[type="search"] {
    width: 560px;
    margin: 0 -5px 0 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-searchBar__inner input[type="search"] {
    margin: 10px -5px 0 0;
  }
}
.p-searchBar__inner input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 38px;
  text-indent: -100vw;
  width: 60px;
  cursor: pointer;
  transition: all .2s;
  outline: none;
  background-color: #00579f;
  background-image: url(/feature/ricecooker/assets/img/misc/icn_search_01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.p-searchBar__inner input[type="submit"]:hover {
  background-color: #0073d2;
}

/* -- advertisingList -- */
.advertisingList {
  margin-bottom: 30px;
}
.advertisingList img {
  max-width: 100%;
}

.advertisingList li:nth-child(n+2) {
  margin-top: 25px;
}

.advertisingList li p {
  margin-top: 15px;
  display: block;
  line-height: 1.5;
}

.advertisingList li a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .advertisingList li a:hover {
    opacity: .8;
  }

  .advertisingList li a:hover p {
    text-decoration: underline;
  }
}
.advertisingList__img.border img {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .advertisingList li p {
    margin-top: 10px;
    font-size: 14px;
  }

  .advertisingList li a img {
    width: 100%;
  }
}
/* -- aside_artileList -- */
.aside_artileList {
  margin-bottom: 50px;
}

.aside_artileList__title {
  font-size: 1.375rem;
  color: #00579f;
  background-image: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .aside_artileList__title {
    font-size: 4.666666667vw;
  }
}
.aside_artileList__title.-ranking {
  margin-top: 50px;
  padding-left: 40px;
  background-image: url(/feature/ricecooker/assets/img/misc/icn_tle_ranking.png);
  background-repeat: no-repeat;
  background-position: left 1px;
  background-size: 35px;
}
@media screen and (max-width: 769px) {
  .aside_artileList__title.-ranking {
    padding-top: 5px;
  }
}

.index_articleList .aside_artileList__title {
  padding: 16px 0 27px;
  margin-bottom: 30px;
}

.aside_artileList__title--long {
  background: url("/feature/ricecooker/img/common/side_title_bg_560.png") no-repeat center center;
  background-size: contain;
  padding: 17px 0 30px;
}

.aside_artileList__title:nth-child(n+2) {
  margin-top: 50px;
}

.aside_artileList__label {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  margin-top: 30px;
}

.aside_artileList__label + p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.aside_artileList__left {
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: relative;
  transition: .3s all;
}
@media screen and (max-width: 769px) {
  .aside_artileList__left {
    min-width: 27.6vw;
    min-height: 27.6vw;
  }
}

.aside_artileList__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 204px;
}
@media screen and (max-width: 769px) {
  .aside_artileList__right {
    width: 60vw;
  }
}

.aside_artileList__bnr {
  margin-top: 30px;
  text-align: center;
}

.aside_artileList__bnr a {
  display: inline-block;
  transition: .3s all;
  border: 1px solid #ccc;
}

.aside_artileList__bnr a:hover {
  opacity: .8;
}

.aside_artileList__btn {
  text-align: center;
  margin-top: 50px;
}

.aside_artileList__btn a {
  display: inline-block;
  text-decoration: none;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  font-size: 13px;
  padding: 25px 30px 25px 25px;
  position: relative;
  line-height: 1.6;
  transition: .3s all;
  text-align: center;
  width: 490px;
  max-width: 100%;
}

.aside_artileList__btn a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ed6400;
}

.aside_artileList__btn a span {
  font-size: 16px;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: bold;
}

.aside_artileList__btn a small {
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (min-width: 769px) {
  .aside_artileList__btn a:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border: 1px solid #ed6400;
  }

  .aside_artileList__btn a:hover::before {
    border-color: transparent transparent transparent #ed6400;
  }
}
.aside_artileList__btn--decoration {
  text-align: center;
  margin-top: 20px;
}

.aside_artileList__btn--decoration.first {
  margin-top: 50px;
}

.aside_artileList__btn--decoration a {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border: 1px solid #ed6400;
  font-size: 18px;
  padding: 15px 20px;
  position: relative;
  line-height: 1.6;
  transition: .3s all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.aside_artileList__btn--decoration a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #ed6400;
}

.aside_artileList__btn--decoration a .img {
  width: 103px;
  text-align: center;
  margin-right: 22px;
}

.aside_artileList__btn--decoration a .text {
  width: 450px;
  text-align: left;
  font-size: 14px;
}

.aside_artileList__btn--decoration a .text span {
  font-size: 20px;
  color: #ed6400;
  margin-bottom: 3px;
  display: inline-block;
  font-weight: bold;
}

.aside_artileList__btn--decoration a .text small {
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (min-width: 769px) {
  .aside_artileList__btn--decoration a:hover {
    opacity: .8;
    background-color: rgba(0, 0, 0, 0);
  }
}
.aside_artileList__text p {
  width: 100%;
  line-height: 1.5;
}

.aside_artileList__text p.day {
  font-size: 13px;
  line-height: 1;
}

.aside_artileList__text p.tag span {
  display: inline-block;
  background-color: #00579f;
  color: #fff;
  min-width: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
  letter-spacing: -.03em;
  margin-right: 5px;
}

.aside_artileList__text p.tag span:last-child {
  margin-right: 0;
  margin-bottom: 5px;
}

@media all and (-ms-high-contrast: none) {
  .aside_artileList__text p.tag span {
    padding: 2px 10px 0;
  }
}
.aside_artileList__text p.title {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .aside_artileList__text p.title {
    font-size: 13px;
  }
}

.aside_artileList__text p.title.number {
  text-indent: -1.3em;
  padding-left: 1.3em;
  letter-spacing: -.05em;
  letter-spacing: -.05em;
  font-size: 13px;
}

.aside_artileList li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.aside_artileList li a .aside_artileList__img {
  height: 100%;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 769px) {
  .aside_artileList li a .aside_artileList__img {
    height: 27.6vw;
    min-width: 27.6vw;
  }
}
.aside_artileList li a .aside_artileList__img img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .aside_artileList li a:hover .aside_artileList__left {
    opacity: .8;
  }

  .aside_artileList li a:hover .aside_artileList__text p.title {
    text-decoration: underline;
  }
}
.aside_artileList li:first-child {
  border-top: 1px solid #ccc;
}

.aside_artileList li.iconNew .aside_artileList__left img {
  width: 100%;
}

.aside_artileList li.iconNew .aside_artileList__left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #00579f transparent transparent transparent;
  z-index: 10;
}

.aside_artileList li.iconNew .aside_artileList__left::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 27px;
  background: url("/feature/ricecooker/assets/img/misc/icn_new.png") no-repeat left top;
  background-size: contain;
  z-index: 10;
}

.defaultBtn + .defaultBtn {
  margin-top: 15px;
}

.defaultBtn.comingsoon a {
  pointer-events: none;
}

.defaultBtn.comingsoon a span {
  background-color: #ccc;
  border: 1px solid #ccc;
}

.defaultBtn a {
  display: inline-block;
  text-decoration: none;
}

.defaultBtn a span {
  background: transparent;
  display: block;
  font-size: 16px;
  padding: 15px 25px;
  position: relative;
  line-height: 1.4;
  transition: .3s all;
  border: 1px solid #00579f;
  color: #00579f;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .defaultBtn a span {
    padding: 10px 25px;
  }
}

.defaultBtn a span::before {
  content: none;
}

@media only screen and (min-width: 769px) {
  .defaultBtn a:hover {
    text-decoration: none;
  }

  .defaultBtn a:hover span {
    background-color: #fff;
    color: #068eff;
    border: 1px solid #068eff;
  }

  .defaultBtn a:hover span::before {
    border-color: transparent transparent transparent #ed6400;
  }
}
.aside_artileList .defaultBtn {
  text-align: center;
  margin-top: 20px;
}

.aside_artileList .defaultBtn a span {
  width: 200px;
  text-align: center;
}

/* -- advertisingList -- */
.advertisingList {
  margin-bottom: 30px;
}
.advertisingList * {
  box-sizing: border-box;
}

.advertisingList li + li {
  margin-top: 25px;
}

.advertisingList li p {
  margin-top: 15px;
  display: block;
  line-height: 1.5;
}

.advertisingList li a {
  display: block;
}

@media only screen and (min-width: 769px) {
  .advertisingList li a:hover {
    opacity: .8;
  }

  .advertisingList li a:hover p {
    text-decoration: underline;
  }
}
.advertisingList__img.border img {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .advertisingList li p {
    margin-top: 10px;
    font-size: 14px;
  }

  .advertisingList li a img {
    width: 100%;
  }
}
/* -- rankingList -- */
.rankingList {
  counter-reset: ranking;
}

.rankingList li .aside_artileList__text {
  position: relative;
}

.rankingList li .aside_artileList__text::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ranking;
  content: counter(ranking);
  display: inline-block;
  padding: 3px 10px;
  background-color: #9fa0a0;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .rankingList li .aside_artileList__text::before {
    padding: 5px 10px 3px;
  }
}
.rankingList li:nth-child(1) .aside_artileList__text::before {
  background: url("/feature/ricecooker/assets/img/misc/icon_ranking01.png") no-repeat center center;
  padding: 8px 10px 2px;
}

.rankingList li:nth-child(2) .aside_artileList__text::before {
  background: url("/feature/ricecooker/assets/img/misc/icon_ranking02.png") no-repeat center center;
  padding: 8px 10px 2px;
}

.rankingList li:nth-child(3) .aside_artileList__text::before {
  background: url("/feature/ricecooker/assets/img/misc/icon_ranking03.png") no-repeat center center;
  padding: 8px 10px 2px;
}

.rankingList li .aside_artileList__text {
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  .rankingList li .aside_artileList__text {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .mainVisual + * {
    margin-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  .mainVisual + * {
    margin-top: 25px;
  }
}

.laboArticle__body .questionBox {
  border: 2px solid #ed6400;
  border-radius: 10px;
  padding: 46px 39px 43px;
  position: relative;
}

.laboArticle__body .questionBox:nth-child(n+2) {
  margin-top: 50px;
}

.laboArticle__body .questionBox p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px !important;
}

.laboArticle__body .questionBox p + .discList {
  margin-top: -30px;
}

.laboArticle__body .questionBox p + p {
  margin-top: 35px !important;
}

.laboArticle__body .questionBox li {
  font-size: 18px;
  line-height: 1.7;
}

.laboArticle__body .questionBox .caption {
  font-size: 16px;
  padding: 0;
  margin-top: 20px;
}

.laboArticle__body .questionBox__title {
  position: absolute;
  top: -18px;
  left: 20px;
}

.laboArticle__body .questionBox__title span {
  font-size: 22px;
  font-weight: bold;
  padding: 0 20px 0 78px;
  display: inline-block;
  background-color: #fff;
  position: relative;
}

.laboArticle__body .questionBox__title span::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.laboArticle__body .questionBox__decoration {
  text-align: right;
  position: relative;
}

.laboArticle__body .questionBox__decoration__inner {
  display: inline-block;
  text-align: center;
  margin: -30px 0 0 0;
}

.laboArticle__body .questionBox__decoration__inner img {
  margin-right: 23px;
}

.laboArticle__body .questionBox__decoration__inner .text {
  display: block;
  color: #123197;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  font-weight: bold;
}

.laboArticle__body .questionBox--q .questionBox__title span {
  color: #ed6400;
}

.laboArticle__body .questionBox--q .questionBox__title span::before {
  width: 51px;
  height: 46px;
  background: url("/feature/ricecooker/curiosity/case/img/vol01_icon_01.png") no-repeat center center;
  background-size: 100%;
}

.laboArticle__body .questionBox--a {
  border: 2px solid #123197;
}

.laboArticle__body .questionBox--a .questionBox__title span {
  color: #123197;
}

.laboArticle__body .questionBox--a .questionBox__title span::before {
  top: -5px;
  width: 46px;
  height: 50px;
  background: url("/feature/ricecooker/curiosity/case/img/vol01_icon_02.png") no-repeat center center;
  background-size: 100%;
}

.laboArticle__body .questionBox--a strong {
  color: #123197;
  font-family: "ヒラギノ角ゴ Std","Hiragino Kaku Gothic Std", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.laboArticle__body .questionBox--aside {
  border: 2px solid #123197;
}

.laboArticle__body .questionBox--aside .questionBox__title span {
  color: #123197;
}

.laboArticle__body .questionBox--aside .questionBox__title span::before {
  top: -5px;
  width: 51px;
  height: 46px;
  background: url("/feature/ricecooker/curiosity/tips/img/vol01_icon_01.png") no-repeat center center;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .laboArticle__body .questionBox {
    padding: 20px;
  }

  .laboArticle__body .questionBox__title {
    top: -18px;
    left: 20px;
  }

  .laboArticle__body .questionBox__title span {
    font-size: 18px;
    padding: 0 20px 0 70px;
  }

  .laboArticle__body .questionBox__title span::before {
    left: 18px;
    top: 0;
  }

  .laboArticle__body .questionBox__decoration__inner img {
    max-width: 100px !important;
  }

  .laboArticle__body .questionBox__decoration__inner .text {
    font-size: 12px;
  }

  .laboArticle__body .questionBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .laboArticle__body .questionBox p + .discList {
    margin-top: -15px;
  }

  .laboArticle__body .questionBox p + p {
    margin-top: 15px !important;
  }

  .laboArticle__body .questionBox li {
    font-size: 14px;
    line-height: 1.6;
  }

  .laboArticle__body .questionBox .caption {
    font-size: 12px;
    margin-top: 5px;
  }

  .laboArticle__body .questionBox--q .questionBox__title span {
    color: #ed6400;
  }

  .laboArticle__body .questionBox--q .questionBox__title span::before {
    width: 40px;
    height: 40px;
  }

  .laboArticle__body .questionBox--a {
    border: 2px solid #123197;
  }

  .laboArticle__body .questionBox--a .questionBox__title span::before {
    top: -5px;
    width: 40px;
    height: 45px;
  }
}
.laboArticle__product {
  margin: 100px 0 95px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.laboArticle__product--borderB {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 75px;
  margin-bottom: 50px;
}

.laboArticle__product--borderNone {
  border-top: none;
  padding-top: 0;
  margin-top: 30px;
}

.laboArticle__product__label {
  width: 100%;
  font-size: 20px;
  margin: 20px 0 50px;
  padding-left: 10px;
  border-left: 5px solid #ed6400;
  font-weight: bold;
}

.laboArticle__product__label + .laboArticle__product__read {
  margin-top: -20px;
}

.laboArticle__product__read {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 30px;
}

.laboArticle__product__left {
  margin-right: 25px;
  width: 24%;
}

.laboArticle__product__left a {
  display: block;
  transition: .3s all;
}

@media only screen and (min-width: 769px) {
  .laboArticle__product__left a:hover {
    transform: translate(0, -7px);
    -webkit-transform: translate(0, -7px);
    -moz-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
  }
}
.laboArticle__product__full {
  width: 100%;
  text-align: center;
}

.laboArticle__product__full.mb30 {
  margin-bottom: 30px;
}

.laboArticle__product__title {
  font-size: 18px;
  font-weight: bold;
  margin: 7px 0 15px;
}

.laboArticle__product__title a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

@media only screen and (min-width: 769px) {
  .laboArticle__product__title a:hover {
    text-decoration: underline !important;
    opacity: 1;
    color: #333;
  }
}
.laboArticle__product + .laboArticle__product {
  margin-top: -20px;
}

.laboArticle__product a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .laboArticle__product {
    margin: 45px 0 45px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .laboArticle__product--borderB {
    margin-top: 0 !important;
    padding-bottom: 50px;
  }

  .laboArticle__product__label {
    font-size: 18px;
    margin: 20px 0 30px;
  }

  .laboArticle__product__label + .laboArticle__product__read {
    margin-top: 0;
  }

  .laboArticle__product__read {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 30px;
  }

  .laboArticle__product__left {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .laboArticle__product__left img {
    max-width: 50% !important;
  }

  .laboArticle__product__right {
    width: 100%;
    text-align: center;
  }

  .laboArticle__product__title {
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0 15px;
  }

  .laboArticle__product + .laboArticle__product {
    margin-top: 0;
  }
}
.p-accordion__target {
  display: none;
}
.p-accordion__target.-show {
  display: block;
}
.p-accordion__trigger + * {
  margin-top: 150px;
}
.p-accordion__trigger + .p-accordion__target {
  margin-top: 0;
}
.p-accordion__trigger.-aside {
  background: #f0f0f0;
  height: 60px;
  margin-top: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-accordion__trigger.-aside:hover {
    opacity: .7;
  }
}
.p-accordion__trigger.-aside .c-label::before {
  content: attr(data-label);
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.p-accordion__trigger.-aside .c-label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transition: all .2s;
  transform: translateY(-2px) rotate(-45deg);
}
.p-accordion__trigger.-aside .c-label.is-opened::before {
  content: attr(data-label-opened);
}
.p-accordion__trigger.-aside .c-label.is-opened::after {
  transform: translateY(2px) rotate(135deg);
}
.p-accordion__trigger.-gold {
  background-image: url(/feature/ricecooker/assets/img/top/about/bg_gold.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  cursor: pointer;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 769px) {
  .p-accordion__trigger.-gold:hover {
    opacity: .7;
  }
}
.p-accordion__trigger.-gold .c-label::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  right: 25px;
  margin: auto;
  transition: all .2s;
  transform: translateY(-4px) rotate(-45deg);
  margin-left: 10px;
}
.p-accordion__trigger.-gold .c-label.is-opened::after {
  transform: translateY(2px) rotate(135deg);
}

.p-social.-topper {
  margin-bottom: -15px;
}
.p-social.-topper + .p-otomoHeader {
  margin-top: -40px;
}
.p-social.-topper + .p-contents_list,
.p-social.-topper + .p-ryouteiDeail,
.p-social.-topper + .p-kv.-detail,
.p-social.-topper + section {
  margin-top: 30px;
}
.p-social.-topper + .p-articleHeader {
  margin-top: -35px;
}
@media screen and (max-width: 769px) {
  .p-social.-topper + .p-articleHeader {
    margin-top: 30px;
  }
}
.p-social.-topper ul {
  display: flex;
  justify-content: flex-end;
}
.p-social.-topper li {
  width: 29px;
  margin-left: 15px;
}
.p-social.-topper li img {
  max-width: 100%;
}
.p-social.-topper a {
  transition: opacity .2s;
}
@media screen and (min-width: 769px) {
  .p-social.-topper a:hover {
    opacity: .7;
  }
}

.p-social ul li {
  width: 29px;
  margin-left: 15px;
}

.p-contents_list {
  font-feature-settings: "palt";
}
.p-contents_list + .p-pager {
  margin-top: 80px;
}
.p-contents_list__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -27px;
  margin-bottom: -20px;
}
@media screen and (max-width: 769px) {
  .p-contents_list__inner {
    margin-right: calc((3.5vw + 1px) * -1);
    margin-bottom: -3.5vw;
  }
}
.p-contents_list__item {
  width: calc((100% - 1px) / 2 - 26px);
  margin-right: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .p-contents_list__item {
    width: calc((100% - 1px) / 2 - 3.5vw);
    margin-right: 3.5vw;
    margin-bottom: 3.5vw;
  }
}
.p-contents_list__item a {
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}
.p-contents_list__item a:hover {
  opacity: .7;
}
.p-contents_list__item .c-img + figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .p-contents_list__item .c-img + figcaption {
    margin-top: 5px;
  }
}
.p-contents_list__item .c-img img {
  width: 100%;
}
.p-contents_list__item .c-date + .c-tag {
  margin-top: 4px;
}
.p-contents_list__item .c-date time {
  font-size: 0.75rem;
}
.p-contents_list__item .c-tag {
  display: flex;
  flex-wrap: wrap;
}
.p-contents_list__item .c-tag + .c-title {
  margin-top: 5px;
}
.p-contents_list__item .c-tag span {
  display: inline-flex;
  margin-right: 7px;
  background: #00579f;
  color: white;
  font-size: 0.8125rem;
  padding: 4px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .p-contents_list__item .c-tag span {
    font-size: 0.625rem;
    border-radius: 2px;
    margin-right: 4px;
  }
}
.p-contents_list__item .c-title {
  font-size: 0.8125rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;
  line-height: 1.6;
}

.p-pager__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pager__item a {
  color: #00579f;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-pager__item a {
    height: 40px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 769px) {
  .p-pager__item a {
    text-indent: -100vw;
    overflow: hidden;
    height: 30px;
    width: 30px;
  }
}
.p-pager__item.-prev a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-left: 1px solid #00579f;
  border-bottom: 1px solid #00579f;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .p-pager__item.-prev a::after {
    right: 0;
    margin: auto;
  }
}
.p-pager__item.-next a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #00579f;
  border-bottom: 1px solid #00579f;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .p-pager__item.-next a::after {
    left: 0;
    margin: auto;
  }
}
.p-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pager__list li {
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  .p-pager__list li {
    margin: 0 5px;
  }
}
.p-pager__list li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  color: #00579f;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 40px;
}
@media screen and (max-width: 769px) {
  .p-pager__list li a {
    width: 30px;
    height: 30px;
    font-size: 0.8125rem;
  }
}
.p-pager__list li a.is-current, .p-pager__list li a:hover {
  background: #00579f;
  color: white;
}

.p-hamburgerNav,
.p-contentsNav {
  background: #eef1f3;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__inner,
  .p-contentsNav__inner {
    width: 1000px;
    margin: auto;
    padding: 60px 0;
    position: relative;
  }
}
.p-hamburgerNav__list,
.p-contentsNav__list {
  display: flex;
  flex-wrap: wrap;
}
.p-hamburgerNav__list + .c-heading,
.p-contentsNav__list + .c-heading {
  margin-top: 35px;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__list + .c-heading,
  .p-contentsNav__list + .c-heading {
    margin-top: 9.333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__list,
  .p-contentsNav__list {
    margin-right: -21px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__list,
  .p-contentsNav__list {
    margin-right: calc((5vw + 1px) * -1);
    margin-bottom: -5vw;
  }
}
.p-hamburgerNav__list li,
.p-contentsNav__list li {
  width: calc((100% - 1px) / 4 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__list li,
  .p-contentsNav__list li {
    width: calc((100% - 1px) / 2 - 5vw);
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
}
.p-hamburgerNav__list li .c-img img,
.p-contentsNav__list li .c-img img {
  max-width: 100%;
  transition: opacity .2s;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__list li a:hover img,
  .p-contentsNav__list li a:hover img {
    opacity: .7;
  }
}
.p-hamburgerNav .c-heading.-contents,
.p-contentsNav .c-heading.-contents {
  display: flex;
  color: #00579f;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
}
.p-hamburgerNav .c-heading.-contents + .p-contentsNav__list,
.p-contentsNav .c-heading.-contents + .p-contentsNav__list {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav .c-heading.-contents + .p-contentsNav__list,
  .p-contentsNav .c-heading.-contents + .p-contentsNav__list {
    margin-top: 2.666666667vw;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav .c-heading.-contents,
  .p-contentsNav .c-heading.-contents {
    font-size: 4.5vw;
  }
}
.p-hamburgerNav .c-heading.-contents::before, .p-hamburgerNav .c-heading.-contents::after,
.p-contentsNav .c-heading.-contents::before,
.p-contentsNav .c-heading.-contents::after {
  content: "";
  width: 1px;
  height: 35px;
  display: block;
  background: #000;
  margin: 0 30px;
  transform: rotate(-21.5deg);
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav .c-heading.-contents::before, .p-hamburgerNav .c-heading.-contents::after,
  .p-contentsNav .c-heading.-contents::before,
  .p-contentsNav .c-heading.-contents::after {
    height: 25px;
    margin: 0 20px;
  }
}
.p-hamburgerNav .c-heading.-contents::after,
.p-contentsNav .c-heading.-contents::after {
  transform: rotate(21.5deg);
}
.p-hamburgerNav .c-heading.-hamburger,
.p-contentsNav .c-heading.-hamburger {
  color: #00579f;
}
.p-hamburgerNav .c-heading.-hamburger + .p-hamburgerNav__list,
.p-contentsNav .c-heading.-hamburger + .p-hamburgerNav__list {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav .c-heading.-hamburger + .p-hamburgerNav__list,
  .p-contentsNav .c-heading.-hamburger + .p-hamburgerNav__list {
    margin-top: 2.666666667vw;
  }
}

.p-hamburgerNav {
  display: none;
  background: #eef1f3;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav {
    min-width: 1030px;
    position: absolute;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav {
    position: fixed;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12vw 5.333333333vw 20px;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav.is-fixed {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 100;
  }
}
.p-hamburgerNav__header {
  height: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__header + .l-container {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__header {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__header {
    margin-right: 5px;
  }
}
.p-hamburgerNav__header.is-fixed .c-open {
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__header.is-fixed .c-open {
    right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__header.is-fixed .c-open {
    top: 55px;
  }
}
.p-hamburgerNav__header .c-open {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -10em;
  overflow: hidden;
  transition: all .2s;
  position: relative;
  background: #00579f;
  border-radius: 0 0 3px 3px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__header .c-open {
    width: 55px;
    height: 45px;
  }
}
.p-hamburgerNav__header .c-open span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: white;
}
.p-hamburgerNav__header .c-open::before, .p-hamburgerNav__header .c-open::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: white;
  transform: translateY(8px);
}
.p-hamburgerNav__header .c-open::after {
  transform: translateY(-8px);
}
.p-hamburgerNav .c-close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-indent: -10em;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav .c-close {
    position: absolute;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav .c-close {
    position: fixed;
  }
}
.p-hamburgerNav .c-close::before, .p-hamburgerNav .c-close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #00579f;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-hamburgerNav .c-close::after {
  transform: rotate(-45deg);
}
.p-hamburgerNav__bnr {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__bnr {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__bnr {
    margin-top: 30px;
    display: flex;
    margin-right: -21px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__bnr li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__bnr li {
    width: calc((100% - 1px) / 3 - 20px);
    margin-right: 20px;
  }
  .p-hamburgerNav__bnr li a:hover {
    text-decoration: none;
  }
  .p-hamburgerNav__bnr li a:hover img {
    opacity: .7;
  }
}
.p-hamburgerNav__bnr .caption {
  display: block;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__bnr .caption {
    font-size: 0.8125rem;
  }
}
.p-hamburgerNav__bnr img {
  max-width: 100%;
  transition: opacity .2s;
}
@media screen and (min-width: 769px) {
  .p-hamburgerNav__footer {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .p-hamburgerNav__footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}
.p-hamburgerNav__footer .c-close {
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-contentsNav {
    padding: 12vw 5.333333333vw;
  }
}

.p-page_header {
  width: 100vw;
  background-size: cover;
}
.p-page_header + .p-indexList {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .p-page_header + .p-indexList {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-page_header {
    width: 100%;
    min-width: 1000px;
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-care {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/care/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-care.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/care/assets/img/top/bg_header.png);
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-column {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/column/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-column.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/column/assets/img/top/bg_header.png);
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-donabe {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/donabe/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-donabe.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/donabe/assets/img/top/bg_header.png);
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-curiosity {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/curiosity/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-curiosity.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/curiosity/assets/img/top/bg_header.png);
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-howtochoose {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/howtochoose/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-howtochoose.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/howtochoose/assets/img/top/bg_header.png);
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-rice .p-page_header__inner {
    width: 967px;
    margin: auto;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-rice .p-page_header__inner h1 img {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-page_header.-rice {
    height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/feature/ricecooker/rice/assets/img/misc/bg_header.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .p-page_header.-rice.-top {
    height: 490px;
    background-image: url(/feature/ricecooker/rice/assets/img/top/bg_header.png);
  }
}
@media screen and (max-width: 769px) {
  .p-page_header img {
    width: 100%;
  }
}

.p-bnrList + .p-indexList {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .p-bnrList + .p-indexList {
    margin-top: 30px;
  }
}
.p-bnrList.-top .c-heading {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .p-bnrList.-top .c-heading + ul {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-top .c-heading + ul {
    margin-top: 20px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-top .c-heading {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-top .c-heading {
    font-size: 1.25rem;
  }
}
.p-bnrList.-top .c-heading::after {
  content: "";
  height: 2px;
  background: #e30113;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-bnrList.-top .c-heading::after {
    width: 80px;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-top .c-heading::after {
    width: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-top {
    width: 800px;
    margin: 80px auto;
  }
  .p-bnrList.-top li img {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-top {
    margin: 9.333333333vw 5.33333vw;
  }
  .p-bnrList.-top li img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-bottom + .p-contentsNav {
    margin-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-bottom + .p-contentsNav {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-bottom {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-bottom {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-bottom .p-bnrList__list {
    margin-right: -21px;
    margin-bottom: -25px;
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-bottom .p-bnrList__list li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-bottom .p-bnrList__list li {
    width: calc((100% - 1px) / 2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.p-bnrList.-bottom .p-bnrList__list li img {
  max-width: 100%;
}
.p-bnrList.-middle {
  background: #f0f0f0;
}
@media screen and (max-width: 769px) {
  .p-bnrList.-middle {
    padding: 8vw 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-middle .p-bnrList__inner {
    width: 1000px;
    margin: auto;
    padding: 45px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-middle .p-bnrList__inner ul {
    display: flex;
    margin-right: -21px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 769px) {
  .p-bnrList.-middle .p-bnrList__inner li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrList.-middle .p-bnrList__inner li {
    width: calc((100% - 1px) / 2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.p-bnrList.-middle .p-bnrList__inner li img {
  width: 100%;
}

.p-indexList {
  font-feature-settings: "palt";
}
.p-indexList + .p-bnrList {
  margin-top: 80px;
}
.p-indexList:last-child {
  padding-bottom: 50px;
}
.p-indexList .c-heading {
  font-size: 1.3125rem;
  text-align: center;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.p-indexList .c-heading + * {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .p-indexList .c-heading + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList .c-heading {
    font-size: 3.733333333vw;
  }
}
.p-indexList__inner + .p-pager.-cmn {
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .p-indexList__inner + .p-pager.-cmn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-indexList__inner {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList__inner {
    margin: 0 5.333333333vw;
  }
}
.p-indexList__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-indexList__list {
    margin-right: -25px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList__list {
    margin-right: calc((5.333333333vw + 1px) * -1);
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 769px) {
  .p-indexList__list li {
    width: calc((100% - 1px) / 4 - 24px);
    margin-right: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList__list li {
    width: calc((100% - 1px) / 2 - 5.333333333vw);
    margin-right: 5.333333333vw;
    margin-bottom: 30px;
  }
}
.p-indexList a {
  display: block;
  height: 100%;
  transition: opacity .2s;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-indexList a:hover {
    opacity: .7;
  }
}
.p-indexList .c-img img {
  width: 100%;
}
.p-indexList figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-indexList figcaption {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-indexList .c-date {
  font-size: 0.875rem;
}
@media screen and (max-width: 769px) {
  .p-indexList .c-date {
    font-size: 2.4vw;
  }
}
.p-indexList .c-title {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.535;
}
@media screen and (max-width: 769px) {
  .p-indexList .c-title {
    font-size: 2.4vw;
    margin-bottom: 10px;
  }
}
.p-indexList .c-tag {
  margin-top: auto;
  margin-right: -10px;
  margin-bottom: -5px;
  display: flex;
  flex-wrap: wrap;
}
.p-indexList .c-tag span {
  display: inline-flex;
  margin-right: 10px;
  background: #00579f;
  color: white;
  font-size: 0.8125rem;
  padding: 4px 6px;
  border-radius: 3px;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .p-indexList .c-tag span {
    margin-right: 5px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner ul {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li + li {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li {
    width: calc((100% - 1px) / 3 - 24px);
    margin-right: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li .c-date {
    font-size: 3.866666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li .c-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li .c-title {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 769px) {
  .p-indexList.-pickup .p-indexList__inner li .c-tag span {
    font-size: 3.6vw;
    margin-right: 8px;
  }
}

.l-feature_ricecooker_article {
  font-feature-settings: "palt";
}
.l-feature_ricecooker_article .c-img img {
  max-width: 100%;
}
.l-feature_ricecooker_article p {
  font-size: 0.96875rem;
  line-height: 1.6;
}
.l-feature_ricecooker_article p + p {
  margin-top: 1.5em;
}
.l-feature_ricecooker_article p + * {
  margin-top: 30px;
}
.l-feature_ricecooker_article p + dl.c-list.-cmn {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .l-feature_ricecooker_article p + dl.c-list.-cmn {
    margin-top: 20px;
  }
}
.l-feature_ricecooker_article p + .c-annotation {
  margin-top: 5px;
}
.l-feature_ricecooker_article p.c-annotation {
  color: #00579f;
}
.l-feature_ricecooker_article p.c-annotation + p {
  margin-top: 5px;
}

.p-articleHeader + * {
  margin-top: 50px;
}
.p-articleHeader + section .c-img {
  display: none;
}
.p-articleHeader .c-heading {
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-articleHeader .c-heading {
    margin-right: 180px;
  }
}
.p-articleHeader .p-social.-topper {
  margin-bottom: 0;
}
.p-articleHeader .p-social.-topper + .c-date {
  margin-top: 20px;
  text-align: right;
}
.p-articleHeader .c-date {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .p-articleHeader .c-date {
    text-align: right;
    margin-bottom: -1.5em;
  }
}
@media screen and (max-width: 769px) {
  .p-articleHeader .c-date {
    position: relative;
    padding-top: 5px;
    margin-top: 15px;
  }
  .p-articleHeader .c-date::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #e30113;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-articleHeader .c-date time {
    position: relative;
  }
}

.u-ta_c {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  ._pc {
    display: none !important;
  }
}
.u-fw_b {
  font-weight: bold;
}

.u-f_large {
  font-size: large;
}

@media all and (-ms-high-contrast: none) {
  .p-searchBar__inner fieldset {
    border: none;
    display: inline-flex;
    align-items: center;
  }
}

/*# sourceMappingURL=common.css.map */
