@charset "UTF-8";
@media screen and (min-width: 770px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5% !important;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.87;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

div,
main,
section {
  display: block;
  position: relative;
}

*:focus {
  outline: none;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: bold;
}

figurecaption,
figcaption,
small {
  font-size: 1.2rem;
}
figurecaption.lv2,
figcaption.lv2,
small.lv2 {
  font-size: 1.0rem;
  line-height: 1.5;
  display: block;
}
figurecaption.block,
figcaption.block,
small.block {
  display: block;
  line-height: 1.7;
}

b {
  font-weight: 700;
}

.trans {
  transition: 0.5s;
  opacity: 1;
}
.trans:hover {
  opacity: 0.5;
}

hr.flower {
  width: 100%;
  height: 30px;
  background: url("../img/line_01.png") repeat-x;
  background-size: auto 30px;
}

@media screen and (min-width: 770px) {
  .top .top-sp {
    display: none !important;
  }
}

.fw500 {
  font-weight: 500;
}

main {
  border-top: 1px solid transparent;
}

@media screen and (max-width: 769px) {
  .sp_center {
    margin: auto;
  }
}

.container {
  overflow: hidden;
  width: 100%;
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.center {
  text-align: center;
}

.m-center {
  margin: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .wrap1000 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .wrap1000 {
    padding: 0 7px;
  }
}

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .wrap1200 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .wrap1200 {
    padding: 0 7px;
  }
}

@media screen and (max-width: 769px) {
  .wrap-sp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 375px) {
  .wrap-sp {
    width: calc(100% - 15px);
  }
}

.bg_white {
  background: #FFF !important;
}
.bg_silver {
  background: #F7F7F7 !important;
}
.bg_green {
  background: #34A800 !important;
}
.bg_whgreen {
  background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #34A800 50%, #34A800 100%);
}

.txt_white {
  color: #FFF !important;
}
.txt_black {
  color: #333333 !important;
}

.yeseva, .pager_next_text::before, .pager_prev_text::before {
  font-family: 'Yeseva One', cursive;
}

.fadeTypeOpacity {
  opacity: 0;
}

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.mt3 {
  display: block;
  margin-top: 3px !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 769px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 769px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 769px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 769px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 769px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 769px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 769px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 769px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 769px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 769px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 769px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 769px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.ml {
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .sp-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 769px) {
  .sp-p20 {
    padding: 20px;
  }
}

a.trans {
  transition: opacity 0.5s;
}
a.trans:hover {
  opacity: 0.5;
}
a.txt {
  color: #21C6AC;
  word-break: break-all;
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4em;
}
a.txt::after {
  content: "";
  height: 3px;
  width: 100%;
  background: #21C6AC;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media screen and (min-width: 770px) {
  a.txt.big {
    font-size: 3.0rem;
  }
  a.txt.big::after {
    height: 5px;
    bottom: 0px;
  }
}

.mv {
  /* *************************************************************** */
}
@media screen and (min-width: 770px) {
  .mv {
    height: 700px;
  }
}
@media screen and (max-width: 769px) {
  .mv {
    height: 400px;
  }
}
.mv_label {
  background: rgba(52, 168, 0, 0.8);
  width: 400px;
  z-index: 10;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .mv_label {
    width: 50%;
  }
}
.mv_logo {
  display: block;
  width: 220px;
  margin: auto;
  padding: 150px 0 0;
}
@media screen and (max-width: 769px) {
  .mv_logo {
    width: calc(100% - 60px);
    padding: 90px 0 0 0;
  }
}
.mv_logo_img {
  width: 100%;
}
.mv_share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.05em;
  transition: opacity 0.5s;
}
@media screen and (min-width: 770px) {
  .mv_share {
    height: 50px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 769px) {
  .mv_share {
    position: absolute;
    margin-top: 10px;
    justify-content: center;
    height: 50px;
    width: 100%;
  }
}
.mv_share_text {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1em;
}
.mv_share_link {
  width: 30px;
  margin: 0 5px;
  cursor: pointer;
}
.mv_share.edit {
  position: fixed;
  z-index: 100;
  opacity: 1;
}
@media screen and (min-width: 770px) {
  .mv_share.edit {
    bottom: 20px;
    right: calc(((100% - 1000px)/2) - 90px);
  }
}
@media screen and (max-width: 769px) {
  .mv_share.edit {
    top: 0;
    right: 15px;
  }
}
.mv_share.move {
  transition: 1s;
}
@media screen and (min-width: 770px) {
  .mv_share.last {
    top: auto;
    bottom: 20px;
    position: absolute;
  }
}
.mv_scroll {
  width: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .mv_scroll {
    width: 5px;
    bottom: -10px;
  }
}
.mv_image {
  height: 700px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .mv_image {
    height: 400px;
  }
}
.mv_image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s;
}
.mv_image_img {
  display: block;
  object-fit: cover;
  object-position: top left;
  font-family: 'object-fit: cover; object-position: top left;';
  width: 100%;
  height: 100%;
}
.mv_image.active::after {
  width: 0;
}
@media screen and (min-width: 770px) {
  .mv-arti {
    height: 500px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr calc(100% - ((100% - 1000px)));
    grid-template-rows: 385px 115px;
    -ms-grid-rows: 385px 115px;
    -ms-grid-columns: 1fr calc(100% - ((100% - 1000px)));
  }
  .mv-arti.edit {
    grid-template-rows: 340px 160px;
    -ms-grid-rows: 340px 160px;
  }
}
@media screen and (max-width: 769px) {
  .mv-arti {
    padding-top: 50px;
    width: calc(100% - 15px);
    margin-left: auto;
  }
}
.mv-arti_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 770px) {
  .mv-arti_logo {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    justify-content: flex-end;
    margin-right: 120px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1329px) {
  .mv-arti_logo {
    margin: auto;
    padding: 0 10px;
    justify-content: center;
  }
}

@media screen and (max-width: 769px) {
  .mv-arti_logo {
    margin: auto;
    justify-content: center;
  }
}
.mv-arti_logo_link {
  display: block;
  width: 140px;
}
.mv-arti_logo_img {
  width: 140px;
  display: block;
}
@media screen and (max-width: 769px) {
  .mv-arti_logo_img {
    width: 100%;
  }
}
.mv-arti_logo_img.asahi-kasei {
  width: 130px;
  margin: 6px auto 0;
}
.mv-arti_logo_img.disney {
  width: 175px;
  margin: 6px -17px 0;
}
.mv-arti_logo_img.ana {
  width: 95px;
  margin: 5px auto 0;
}
.mv-arti_logo_img.anasales {
  width: 125px;
  margin: 5px auto 0;
}
.mv-arti_logo_img.abc-cooking {
  width: 195px;
  margin: 5px -27px 0;
}
.mv-arti_logo_img.omron {
  width: 102px;
  margin: 6px auto 0;
}
.mv-arti_logo_img.ono {
  width: 135px;
  margin: 2px auto 0;
}
.mv-arti_logo_img.zennoh {
  width: 95px;
  margin: 5px auto 0;
}
.mv-arti_logo_img.tokyu {
  width: 95px;
  margin: 2px auto 0;
}
.mv-arti_logo_img.benesse {
  width: 152px;
  margin: 1px -6px 0;
}
.mv-arti_logo_img.dir {
  width: 175px;
  margin: 6px -17px 0;
}
.mv-arti_logo_img.nec {
  width: 146px;
  margin: 6px -3px 0;
}
.mv-arti_logo_img.hoshinoresorts {
  width: 130px;
  margin: 1px auto 0;
}
.mv-arti_logo_img.yanmar {
  width: 163px;
  margin: 6px -13px 0;
}
.mv-arti_logo_img.takii {
  width: 144px;
  margin: 6px -2px 0;
}
.mv-arti_logo_img.cookpad {
  width: 150px;
  margin: 0px -5px 0;
}
.mv-arti_logo_img.panasonic {
  width: 129px;
  margin: 5px auto 0;
}
.mv-arti_logo_img.lecreuset {
  width: 165px;
  margin: 6px -12px 0;
}
.mv-arti_logo_img.rohto {
  width: 108px;
  margin: 6px auto 0;
}
.mv-arti_title {
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 770px) {
  .mv-arti_title {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    justify-content: flex-end;
    min-width: 330px;
  }
}
@media screen and (max-width: 769px) {
  .mv-arti_title {
    margin-top: 50px;
    padding: 25px 0;
    justify-content: center;
  }
}
.mv-arti_title_inner {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 1329px) {
  .mv-arti_title_inner {
    margin: auto;
    padding: 0 10px;
  }
}
.mv-arti_image {
  width: 0;
  overflow: hidden;
  transition: 1s;
}
@media screen and (min-width: 770px) {
  .mv-arti_image {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row-span: 2;
  }
}
.mv-arti_image_img {
  display: block;
  object-fit: cover;
  object-position: top left;
  font-family: 'object-fit: cover; object-position: top left;';
  width: 100%;
  height: 100%;
}
.mv-arti_image.active {
  width: 100%;
}

.intro {
  padding: 90px 0;
}
@media screen and (max-width: 769px) {
  .intro {
    padding: 50px 0;
  }
}
.intro_text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .intro_text {
    font-size: 1.6rem;
  }
}
.intro_text_sub {
  line-height: 1.3;
  margin-top: 25px;
}

.topLink1_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  margin: auto;
  background: #FFF;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 770px) {
  .topLink1_list {
    height: 350px;
  }
}
@media screen and (max-width: 769px) {
  .topLink1_list {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 375px) {
  .topLink1_list {
    width: calc(100% - 40px);
  }
}
.topLink1_list:hover .topLink1_image_img {
  transform: scale(1.2);
  opacity: 0.5;
}
.topLink1_title {
  width: 420px;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 769px) {
  .topLink1_title {
    order: 2;
    width: 100%;
    padding: 25px;
  }
}
@media screen and (max-width: 375px) {
  .topLink1_title {
    padding: 20px;
  }
}
.topLink1_title_cate {
  font-size: 2.0rem;
  line-height: 1em;
  color: #E50012;
}
@media screen and (max-width: 769px) {
  .topLink1_title_cate {
    font-size: 1.7rem;
  }
}
.topLink1_title_label {
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .topLink1_title_label {
    font-size: 2.0rem;
  }
}
.topLink1_title_logo {
  width: 120px;
  margin: auto;
}
.topLink1_title_text {
  color: #333333;
  font-size: 1.4rem;
}
.topLink1_image {
  width: 580px;
  background: #333333;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .topLink1_image {
    order: 1;
    width: 100%;
  }
}
.topLink1_image_img {
  transition: 0.5s;
}

.topLink2 {
  margin-top: 240px;
  border-top: 10px solid #007A27;
  background: #FFF;
}
@media screen and (max-width: 769px) {
  .topLink2 {
    margin-top: 160px;
  }
}
.topLink2_text {
  text-align: center;
  font-size: 2.8rem;
  color: #007A27;
  margin-top: -35px;
  line-height: 1.67;
}
@media screen and (max-width: 769px) {
  .topLink2_text {
    font-size: 1.9rem;
    margin-top: -18px;
  }
}
.topLink2_circle {
  display: block;
  background: #FFF;
  width: 550px;
  height: 550px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: -145px;
  transform: translateX(-50%);
  z-index: 0;
  padding: 45px 0 0;
}
@media screen and (max-width: 769px) {
  .topLink2_circle {
    width: 350px;
    height: 350px;
    top: -110px;
    padding: 30px 0 0;
  }
}
.topLink2_circle_img {
  display: block;
  margin: auto;
  width: 35px;
}
@media screen and (max-width: 769px) {
  .topLink2_circle_img {
    width: 25px;
  }
}
.topLink2_list {
  margin-bottom: 35px;
}
.topLink2_listWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
@media screen and (min-width: 770px) {
  .topLink2_listWrap {
    max-width: 1400px;
    min-width: 1000px;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .topLink2_listWrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 770px) {
  .topLink2_list {
    width: calc(100% / 3);
  }
}
.topLink2_list_image {
  display: block;
  background: #333333;
  overflow: hidden;
}
.topLink2_list_image_img {
  transition: 0.5s;
}
.topLink2_list_title {
  background: #E50012;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
  height: 30px;
  padding: 3px 10px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.topLink2_list_titleWrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 10%;
  margin-top: -70px;
}
@media screen and (max-width: 769px) {
  .topLink2_list_titleWrap {
    padding: 30px 4%;
  }
}
@media screen and (max-width: 375px) {
  .topLink2_list_titleWrap {
    padding: 30px 3%;
  }
}
.topLink2_list_titles {
  display: flex;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none) {
  .topLink2_list_title {
    padding: 6px 10px 0;
  }
}
@media screen and (max-width: 375px) {
  .topLink2_list_title {
    font-size: 1.7rem;
    padding: 3px 6px;
    letter-spacing: -0.05em;
  }
}
.topLink2_list_title:not(:first-of-type) {
  margin-top: 10px;
}
.topLink2_list_title_sub {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #333333;
  margin-top: 30px;
}
.topLink2_list_logo {
  width: 100px;
  margin: auto;
}
.topLink2_list_logo.asahi-kasei {
  width: 140px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.asahi-kasei {
    margin: 12px auto 0;
  }
}
.topLink2_list_logo.disney {
  width: 200px;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .topLink2_list_logo.disney {
    width: 200px;
  }
}
.topLink2_list_logo.anasales {
  width: 131px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.anasales {
    margin: 38px auto 0;
  }
}
.topLink2_list_logo.ana {
  width: 108px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.ana {
    margin: 6px auto 0;
  }
}
.topLink2_list_logo.abc-cooking {
  width: 195px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.abc-cooking {
    margin: 48px auto 0;
  }
}
.topLink2_list_logo.ono {
  width: 160px;
  margin: auto;
}
.topLink2_list_logo.omron {
  width: 115px;
  margin: auto;
}
.topLink2_list_logo.cookpad {
  width: 161px;
  margin: auto;
}
.topLink2_list_logo.zennoh {
  width: 110px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.zennoh {
    margin: 5px auto 0;
  }
}
.topLink2_list_logo.dir {
  width: 182px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.dir {
    margin: 4px auto 0;
  }
}
.topLink2_list_logo.takii {
  width: 160px;
  margin: auto;
}
.topLink2_list_logo.tokyu {
  width: 110px;
  margin: auto;
}
.topLink2_list_logo.nec {
  width: 146px;
  margin: auto;
}
.topLink2_list_logo.panasonic {
  width: 135px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.panasonic {
    margin: 14px auto 0;
  }
}
.topLink2_list_logo.benesse {
  width: 152px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.benesse {
    margin: 8px auto 0;
  }
}
.topLink2_list_logo.hoshinoresorts {
  width: 136px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.hoshinoresorts {
    margin: 20px auto 0;
  }
}
.topLink2_list_logo.yanmar {
  width: 163px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_logo.yanmar {
    margin: 30px auto 0;
  }
}
.topLink2_list_logo.lecreuset {
  width: 194px;
  margin: auto;
}
.topLink2_list_logo.rohto {
  width: 108px;
  margin: auto;
}
@media screen and (min-width: 770px) {
  .topLink2_list_link:hover .topLink2_list_image_img {
    transform: scale(1.2);
    opacity: 0.5;
  }
}

.label {
  background: linear-gradient(transparent 10%, #E50012 10%);
  line-height: 1.0;
  padding: 13px 10px 8px;
  display: inline-block;
  font-size: 2.9rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 769px) {
  .label {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 375px) {
  .label {
    font-size: 1.7rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .label {
    padding: 20px 10px 3px;
  }
}
.label_split {
  border: none;
  display: block;
  height: 15px;
}
@media screen and (max-width: 769px) {
  .label_split {
    height: 5px;
  }
}
.label-2 {
  font-size: 2.4rem;
  padding: 10px 10px 6px;
}
@media screen and (max-width: 769px) {
  .label-2 {
    font-size: 1.9rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 375px) {
  .label-2 {
    font-size: 1.7rem;
  }
}
.label-2_split {
  border: none;
  display: block;
  height: 12px;
}
@media screen and (max-width: 769px) {
  .label-2_split {
    height: 3px;
  }
}
.label-3 {
  background: #007A27;
  border-radius: 25px;
  color: #FFF;
  font-size: 3.0rem;
  width: 280px;
  margin: auto;
  text-align: center;
  line-height: 1em;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .label-3 {
    font-size: 2.0rem;
    height: 40px;
    width: fit-content;
    padding: 0 25px;
  }
}

.title-arti {
  color: #FFF;
  background: #34A800;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 28px;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 770px) {
  .title-arti {
    font-size: 4.0rem;
    height: 90px;
    width: calc(100% - ((100% - 1200px) - 100px));
    box-sizing: content-box;
    border-top: 10px solid #007A27;
  }
}
@media screen and (max-width: 769px) {
  .title-arti {
    font-size: 2.5rem;
    border-top: 5px solid #007A27;
    height: 50px;
    width: calc(100% - 15px);
  }
}
.title-artiSub {
  color: #E50012;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 769px) {
  .title-artiSub {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 375px) {
  .title-artiSub {
    font-size: 1.7rem;
  }
}

.article {
  margin: auto;
  max-width: 800px;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 769px) {
  .article {
    padding: 50px 0;
  }
}
@media screen and (min-width: 770px) {
  .article_images3 {
    display: flex;
  }
  .article_images3 > * {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .article_images3 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .article_images3 > * {
    margin-top: 20px;
  }
  .article_images3 > *:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 770px) {
  .article_images2 {
    display: flex;
  }
  .article_images2 > * {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .article_images2 > *:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  .article_images2 > * {
    margin-top: 20px;
  }
  .article_images2 > *:first-child {
    margin-right: 0;
  }
}
.article_logo {
  margin: auto;
  display: block;
}
.article_logo.ana {
  width: 133px;
}
@media screen and (max-width: 769px) {
  .article_logo.ana {
    width: 95px;
  }
}
.article_logo.anasales {
  width: 160px;
}
@media screen and (max-width: 769px) {
  .article_logo.anasales {
    width: 110px;
  }
}
.article_logo.disney {
  width: 220px;
}
@media screen and (max-width: 769px) {
  .article_logo.disney {
    width: 160px;
  }
}
.article_logo.zennoh {
  width: 130px;
}
@media screen and (max-width: 769px) {
  .article_logo.zennoh {
    width: 95px;
  }
}
.article_logo.abc-cooking {
  width: 241px;
}
@media screen and (max-width: 769px) {
  .article_logo.abc-cooking {
    width: 195px;
  }
}
.article_logo.omron {
  width: 140px;
}
@media screen and (max-width: 769px) {
  .article_logo.omron {
    width: 120px;
  }
}
.article_logo.ono {
  width: 165px;
}
@media screen and (max-width: 769px) {
  .article_logo.ono {
    width: 120px;
  }
}
.article_logo.tokyu {
  width: 120px;
}
@media screen and (max-width: 769px) {
  .article_logo.tokyu {
    width: 95px;
  }
}
.article_logo.nec {
  width: 175px;
}
@media screen and (max-width: 769px) {
  .article_logo.nec {
    width: 120px;
  }
}
.article_logo.benesse {
  width: 210px;
}
@media screen and (max-width: 769px) {
  .article_logo.benesse {
    width: 120px;
  }
}
.article_logo.hoshinoresorts {
  width: 157px;
}
@media screen and (max-width: 769px) {
  .article_logo.hoshinoresorts {
    width: 120px;
  }
}
.article_logo.yanmar {
  width: 220px;
}
@media screen and (max-width: 769px) {
  .article_logo.yanmar {
    width: 110px;
  }
}
.article_logo.cookpad {
  width: 210px;
}
@media screen and (max-width: 769px) {
  .article_logo.cookpad {
    width: 110px;
  }
}
.article_logo.takii {
  width: 180px;
}
@media screen and (max-width: 769px) {
  .article_logo.takii {
    width: 140px;
  }
}
.article_logo.dir {
  width: 214px;
}
@media screen and (max-width: 769px) {
  .article_logo.dir {
    width: 140px;
  }
}
.article_logo.asahi-kasei {
  width: 170px;
}
@media screen and (max-width: 769px) {
  .article_logo.asahi-kasei {
    width: 110px;
  }
}
.article_logo.panasonic {
  width: 178px;
}
@media screen and (max-width: 769px) {
  .article_logo.panasonic {
    width: 120px;
  }
}
.article_logo.lecreuset {
  width: 230px;
}
@media screen and (max-width: 769px) {
  .article_logo.lecreuset {
    width: 180px;
  }
}
.article_logo.rohto {
  width: 140px;
}
@media screen and (max-width: 769px) {
  .article_logo.rohto {
    width: 110px;
  }
}

.pager {
  padding: 34px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
}
@media screen and (max-width: 769px) {
  .pager {
    padding: 20px 0;
  }
}
.pager_top {
  background: #333333;
  color: #FFF;
  font-size: 1.2rem;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.pager_next, .pager_prev {
  color: #333333;
  display: flex;
  align-items: center;
  width: 325px;
}
@media screen and (max-width: 769px) {
  .pager_next, .pager_prev {
    width: calc((100% - 100px)/2);
  }
}
@media screen and (max-width: 375px) {
  .pager_next, .pager_prev {
    align-items: flex-start;
  }
}
.pager_next:hover .pager_next_thum img,
.pager_next:hover .pager_prev_thum img, .pager_prev:hover .pager_next_thum img,
.pager_prev:hover .pager_prev_thum img {
  opacity: 0.8;
}
.pager_next_thum, .pager_prev_thum {
  display: block;
  width: 100px;
  height: 100px;
  background: #333333;
}
@media screen and (max-width: 769px) {
  .pager_next_thum, .pager_prev_thum {
    display: none;
  }
}
.pager_next_thum img, .pager_prev_thum img {
  transition: 0.5s;
}
.pager_next_text, .pager_prev_text {
  font-size: 1.2rem;
  padding-top: 30px;
  height: 45px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  .pager_next_text, .pager_prev_text {
    height: 65px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 375px) {
  .pager_next_text, .pager_prev_text {
    height: 15px;
    padding-top: 15px;
  }
}
.pager_next_text::after, .pager_next_text::before, .pager_prev_text::after, .pager_prev_text::before {
  display: block;
  position: absolute;
  top: 0;
}
.pager_next_text::before, .pager_prev_text::before {
  content: "";
  font-size: 1.2rem;
  line-height: 1;
}
.pager_next_text::after, .pager_prev_text::after {
  content: "";
  width: 100px;
  height: 7px;
}
@media screen and (max-width: 769px) {
  .pager_next_text::after, .pager_prev_text::after {
    width: 70px;
  }
}
@media screen and (max-width: 375px) {
  .pager_next_text::after, .pager_prev_text::after {
    width: 50px;
  }
}
.pager_prev_text {
  margin-left: auto;
  text-align: right;
}
.pager_prev_text::after, .pager_prev_text::before {
  right: 0;
}
.pager_prev_text::before {
  content: "PREV";
}
.pager_prev_text::after {
  right: 45px;
  background: url("../img/icon_l.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .pager_prev_text::after {
    background: url("../img/icon_l_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.pager_next_text {
  margin-right: auto;
  text-align: left;
}
.pager_next_text::after, .pager_next_text::before {
  left: 0;
}
.pager_next_text::before {
  content: "NEXT";
}
.pager_next_text::after {
  left: 45px;
  background: url("../img/icon_r.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .pager_next_text::after {
    background: url("../img/icon_r_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.header {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header_asahi {
  width: 195px;
  margin: 10px 0 0 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  .header_asahi {
    width: 110px;
  }
}
.header_credit {
  font-size: 1rem;
  line-height: 1.3;
  margin: 5px 0 0 10px;
  white-space: nowrap;
}

.share {
  position: fixed;
  right: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0.05em;
  background: #34A800;
  transition: opacity 0.5s;
}
@media screen and (min-width: 770px) {
  .share {
    opacity: 0;
    margin-left: auto;
    width: 30px;
    right: -90px;
    height: 115px;
  }
}
@media screen and (max-width: 769px) {
  .share {
    position: absolute;
    justify-content: center;
    height: 155px;
    width: 50px;
    padding: 10px 0;
    right: -15px;
  }
}
.share_text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.share_link {
  width: 30px;
  cursor: pointer;
}
@media screen and (min-width: 770px) {
  .share_link {
    margin-top: 10px;
  }
}
.share.edit {
  position: fixed;
  z-index: 100;
  opacity: 1;
}
@media screen and (min-width: 770px) {
  .share.edit {
    bottom: 20px;
    right: calc(((100% - 1000px)/2) - 90px);
  }
}
@media screen and (max-width: 769px) {
  .share.edit {
    top: 50px;
    right: 0;
  }
}
.share.move {
  transition: 1s;
}
@media screen and (min-width: 770px) {
  .share.last {
    top: auto;
    bottom: 20px;
    position: absolute;
  }
}

.footer_share {
  width: 100%;
}
.footer_share_image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer_share_image_img {
  display: block;
  object-fit: cover;
  object-position: top left;
  font-family: 'object-fit: cover; object-position: top left;';
  width: 100%;
  height: 100%;
}
.footer_shareWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 770px) {
  .footer_shareWrap {
    height: 200px;
    padding: 58px 0;
  }
}
@media screen and (max-width: 769px) {
  .footer_shareWrap {
    height: 140px;
    padding: 30px 0 30px 0;
  }
}
.footer_share_text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  width: 100%;
  text-align: center;
}
.footer_share_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (min-width: 770px) {
  .footer_share_link {
    width: 280px;
    height: 50px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 769px) {
  .footer_share_link {
    margin: 0 5px;
    width: calc(( 100% - 50px ) / 2);
    height: 40px;
    border-radius: 5px;
  }
}
.footer_share_link.share-fb {
  background: #4267B2;
}
.footer_share_link.share-fb img {
  width: 14px;
}
.footer_share_link.share-tw {
  background: #1DA1F2;
}
.footer_share_link.share-tw img {
  width: 25px;
}
.footer_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  background: #007A27;
}
@media screen and (max-width: 769px) {
  .footer_scroll {
    height: 55px;
  }
}
.footer_scroll_img {
  width: 32px;
}
@media screen and (max-width: 769px) {
  .footer_scroll_img {
    width: 50px;
  }
}
.footer_sponsor {
  margin: 20px 40px;
  display: block;
}
.footer_sponsorWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .footer_sponsor {
    margin: 20px 10px;
  }
}
.footer_sponsor.asahi-kasei {
  width: 154px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.asahi-kasei {
    width: 90px;
  }
}
.footer_sponsor.disney {
  width: 180px;
}
@media screen and (min-width: 770px) {
  .footer_sponsor.disney {
    margin: 20px 80px;
  }
}
@media screen and (max-width: 769px) {
  .footer_sponsor.disney {
    width: 150px;
  }
}
.footer_sponsor.anasales {
  width: 144px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.anasales {
    width: 90px;
  }
}
.footer_sponsor.abc-cooking {
  width: 195px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.abc-cooking {
    width: 132px;
  }
}
.footer_sponsor.ono {
  width: 150px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.ono {
    width: 90px;
  }
}
.footer_sponsor.omron {
  width: 123px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.omron {
    width: 70px;
  }
}
.footer_sponsor.cookpad {
  width: 161px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.cookpad {
    width: 105px;
  }
}
.footer_sponsor.zennoh {
  width: 118px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.zennoh {
    width: 65px;
  }
}
.footer_sponsor.ana {
  width: 116px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.ana {
    width: 65px;
  }
}
.footer_sponsor.dir {
  width: 182px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.dir {
    width: 120px;
  }
}
.footer_sponsor.takii {
  width: 144px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.takii {
    width: 83px;
  }
}
.footer_sponsor.tokyu {
  width: 112px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.tokyu {
    width: 64px;
  }
}
.footer_sponsor.nec {
  width: 146px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.nec {
    width: 100px;
  }
}
.footer_sponsor.panasonic {
  width: 135px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.panasonic {
    width: 95px;
  }
}
.footer_sponsor.benesse {
  width: 152px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.benesse {
    width: 103px;
  }
}
.footer_sponsor.hoshinoresorts {
  width: 150px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.hoshinoresorts {
    width: 90px;
  }
}
.footer_sponsor.yanmar {
  width: 180px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.yanmar {
    width: 111px;
  }
}
.footer_sponsor.lecreuset {
  width: 196px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.lecreuset {
    width: 120px;
  }
}
.footer_sponsor.rohto {
  width: 104px;
}
@media screen and (max-width: 769px) {
  .footer_sponsor.rohto {
    width: 70px;
  }
}
.footer_kagome {
  width: 132px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .footer_kagome {
    width: 180px;
  }
}
.footer_asahi {
  width: 110px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 769px) {
  .footer_asahi {
    width: 90px;
    margin-bottom: 10px;
  }
}
.footer_copy {
  border-top: 1px solid #ccc;
  padding: 20px 0 10px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .footer_copy {
    padding: 20px 0;
  }
}
.footer_copy_text {
  margin-top: 20px;
}

.menuTrg {
  width: 60px;
  height: 60px;
  background: #007A27;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .menuTrg {
    width: 50px;
    height: 50px;
  }
}
.menuTrg_line {
  background: #FFF;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 15px;
  top: 0;
  transition: 0.5s;
}
@media screen and (max-width: 769px) {
  .menuTrg_line {
    width: 25px;
    left: 13px;
  }
}
.menuTrg_line-1 {
  top: 20px;
}
@media screen and (max-width: 769px) {
  .menuTrg_line-1 {
    top: 16px;
  }
}
.menuTrg_line-2 {
  top: 29px;
}
@media screen and (max-width: 769px) {
  .menuTrg_line-2 {
    top: 25px;
  }
}
.menuTrg_line-3 {
  top: 38px;
}
@media screen and (max-width: 769px) {
  .menuTrg_line-3 {
    top: 34px;
  }
}
.menuTrg.open .menuTrg_line-1 {
  transform: translateY(9px) rotate(45deg);
}
.menuTrg.open .menuTrg_line-2 {
  transform: translateX(200px);
}
.menuTrg.open .menuTrg_line-3 {
  transform: translateY(9px) rotate(-45deg);
  top: 20px;
}
@media screen and (max-width: 769px) {
  .menuTrg.open .menuTrg_line-3 {
    top: 16px;
  }
}
.menuBase {
  display: none;
  position: fixed;
  background: #007A27;
  height: 100vh;
  width: 100%;
  z-index: 200;
  color: #FFF;
}
.menuFlex {
  width: 100%;
}
@media screen and (min-width: 770px) {
  .menuFlex {
    display: flex;
    justify-content: center;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 769px) {
  .menuFlex {
    padding: 0 30px 100px;
    height: calc(100% - 75px);
    overflow-y: scroll;
    margin: 65px auto 0;
  }
}
@media screen and (max-width: 375px) {
  .menuFlex {
    padding: 0 15px 100px;
  }
}
.menuFlex-1, .menuFlex-2 {
  max-width: 340px;
}
@media screen and (min-width: 770px) {
  .menuFlex-1 {
    margin-right: 60px;
  }
}
@media screen and (min-width: 770px) {
  .menuFlex-2 {
    border-top: 1px solid #FFF;
    margin-top: 35px;
  }
}
.menu_title {
  font-size: 1.8rem;
  border-bottom: 3px solid #FFF;
}
.menu_top {
  color: #FFF;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu_top::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 15px;
  height: 20px;
  background: url("../img/icon_ar_r.png");
  background-size: 100% 100%;
}
.menu .moreVegetables {
  min-height: 40px;
  max-height: 80px;
  white-space: nowrap;
  display: flex;
  color: #FFF;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #FFF;
}
.menu .moreVegetablesWrap {
  width: 100%;
}
@media screen and (max-width: 375px) {
  .menu .moreVegetables {
    font-size: 1.3rem;
  }
}
.menu .moreVegetables_num {
  font-size: 2.4rem;
  margin-right: 30px;
  width: 28px;
}
@media screen and (max-width: 769px) {
  .menu .moreVegetables_num {
    margin-right: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px) {
  .menu .moreVegetables_num {
    width: 24px;
    margin-right: 13px;
  }
}
