@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300&family=Zen+Kaku+Gothic+New&display=swap");
@keyframes creamFadeInUp {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes oishiistartFadeInUp {
  0% {
    top: 70px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes oishiistartFadeIn {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.js-fadeInUp {
  position: relative;
  opacity: 0;
}

.fadeInUp {
  animation: oishiistartFadeInUp 1s 0.3s forwards;
}

body.meijioishimbun #contentsWrap {
  overflow: hidden;
  background: url(/meijioishimbun-common/images/bg-pc.jpg) repeat center top #e4e4e8;
  font-family: "Noto Sans JP", sans-serif;
}
body.meijioishimbun #contentsWrap a {
  transition: opacity 0.3s;
}
body.meijioishimbun #contentsWrap a:hover {
  color: inherit;
  opacity: 0.8;
}
body.meijioishimbun #contentsWrap p, body.meijioishimbun #contentsWrap h1, body.meijioishimbun #contentsWrap h2, body.meijioishimbun #contentsWrap h3, body.meijioishimbun #contentsWrap h4, body.meijioishimbun #contentsWrap h5, body.meijioishimbun #contentsWrap h6, body.meijioishimbun #contentsWrap a, body.meijioishimbun #contentsWrap li, body.meijioishimbun #contentsWrap caption, body.meijioishimbun #contentsWrap td, body.meijioishimbun #contentsWrap th, body.meijioishimbun #contentsWrap dt, body.meijioishimbun #contentsWrap dd, body.meijioishimbun #contentsWrap input, body.meijioishimbun #contentsWrap textarea, body.meijioishimbun #contentsWrap select, body.meijioishimbun #contentsWrap address {
  font-family: "Noto Sans JP", sans-serif;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents {
  margin: 20px auto 80px;
  border: 1px solid #1170b5;
  width: calc(100% - 40px);
  max-width: 1326px;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents h2 {
  color: #1170b5;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents section {
  position: relative;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents .anchor {
  position: absolute;
  top: -80px;
  pointer-events: none;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents .anchor#section_01 {
  top: -40px;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents .anchor#section_02, body.meijioishimbun #contentsWrap .meijioishimbun-contents .anchor#section_03, body.meijioishimbun #contentsWrap .meijioishimbun-contents .anchor#section_04 {
  top: -120px;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents.js-fadeInUp .imgWrap, body.meijioishimbun #contentsWrap .meijioishimbun-contents.js-fadeInUp .textWrap, body.meijioishimbun #contentsWrap .meijioishimbun-contents.js-fadeInUp .newPkgWrap .imgBox, body.meijioishimbun #contentsWrap .meijioishimbun-contents.js-fadeInUp .newPkgWrap .bnr {
  opacity: 0;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents.fadeInUp .imgWrap {
  animation: featureFadeInUp 0.8s ease-in-out 0.3s forwards;
}
body.meijioishimbun #contentsWrap .meijioishimbun-contents.fadeInUp .textWrap {
  animation: featureFadeInUp 0.8s ease-in-out 0.8s forwards;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header {
  margin: 0 auto;
  padding: 20px;
  border-bottom: 1px solid #1170b5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header .center-parts {
  width: 520px;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header .right-parts {
  margin-top: -2px;
  min-width: 172px;
  color: #1170b5;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header .right-parts span {
  font-size: 28px;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header .right-parts .meijioishimbun-week {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  color: #fff;
  background: #1170b5;
  font-family: serif;
  font-size: 18px;
  text-align: center;
  text-indent: 0.3em;
  letter-spacing: 0.1em;
}
body.meijioishimbun #contentsWrap .meijioishimbun-header + #coverage {
  padding-top: 40px;
}
body.meijioishimbun #contentsWrap #kv {
  margin-bottom: 66px;
  position: relative;
}
body.meijioishimbun #contentsWrap #kv img {
  width: 100%;
  height: auto;
}
body.meijioishimbun #contentsWrap #kv .scroll {
  position: absolute;
  bottom: -101px;
  left: 20px;
  width: 60px;
}
body.meijioishimbun #contentsWrap #coverage {
  margin: 0 auto;
  padding: 0 0 80px;
  width: 1000px;
}
body.meijioishimbun #contentsWrap .coverage-whitebox {
  margin-top: 34px;
  padding: 10px;
  position: relative;
}
body.meijioishimbun #contentsWrap .coverage-whitebox:before, body.meijioishimbun #contentsWrap .coverage-whitebox:after {
  display: block;
  position: absolute;
  width: 58px;
  height: 100%;
  content: "";
}
body.meijioishimbun #contentsWrap .coverage-whitebox:before {
  top: 0;
  left: 0;
  background: url(/meijioishimbun-common/images/background-brackets-start.svg) no-repeat left top;
  background-size: contain;
}
body.meijioishimbun #contentsWrap .coverage-whitebox:after {
  top: auto;
  right: 0;
  bottom: 0;
  background: url(/meijioishimbun-common/images/background-brackets-end.svg) no-repeat right bottom;
  background-size: contain;
}
body.meijioishimbun #contentsWrap .coverage-whitebox .coverage-whitebox-inner {
  background: rgba(255, 255, 255, 0.5);
}
body.meijioishimbun #contentsWrap .coverage-whitebox p {
  padding: 32px 75px;
  color: #1170b5;
  line-height: 2;
}
body.meijioishimbun #contentsWrap #contents-list {
  padding: 68px 0 78px;
  position: relative;
  background: #1170b5;
}
body.meijioishimbun #contentsWrap #contents-list:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #1170b5;
  content: "";
}
body.meijioishimbun #contentsWrap #contents-list .inner {
  position: relative;
  z-index: 80;
}
body.meijioishimbun #contentsWrap #contents-list h2 {
  color: #fff;
}
body.meijioishimbun #contentsWrap .contents-box {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
body.meijioishimbun #contentsWrap .contents-box::after {
  margin-left: -130px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 97%;
  background: #fff;
  content: "";
}
body.meijioishimbun #contentsWrap .number-list li + li {
  margin-top: 30px;
}
body.meijioishimbun #contentsWrap .number {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}
body.meijioishimbun #contentsWrap .number b {
  display: inline-block;
  width: 60px;
  font-weight: 500;
  line-height: 1;
}
body.meijioishimbun #contentsWrap .number .text {
  margin-top: 5px;
  padding: 0 5px 0 50px;
  font-size: 16px;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
body.meijioishimbun #contentsWrap .number small, body.meijioishimbun #contentsWrap .number span {
  display: block;
}
body.meijioishimbun #contentsWrap .number small {
  font-size: 16px;
}
body.meijioishimbun #contentsWrap .number span {
  font-size: 18px;
  font-weight: bold;
}
body.meijioishimbun #contentsWrap .inner1000 {
  margin: 0 auto;
  width: 1000px;
}
body.meijioishimbun #contentsWrap .mainbox {
  padding: 11px 82px 17px;
  border: solid 4px #1170b5;
  border-radius: 20px;
  color: #1170b5;
  background: #fff;
}
body.meijioishimbun #contentsWrap .mainbox .lead {
  line-height: 2;
}
body.meijioishimbun #contentsWrap .mainbox h2 + .lead {
  margin-top: 45px;
}
body.meijioishimbun #contentsWrap .voice-section {
  padding: 80px 0;
}
body.meijioishimbun #contentsWrap .voice-title {
  position: relative;
}
body.meijioishimbun #contentsWrap .voice-title:after {
  display: block;
  position: absolute;
  top: 30px;
  right: -40px;
  width: 130px;
  height: 139px;
  background: url(/meijioishimbun-common/images/voice-notebook.png) no-repeat left top;
  background-size: contain;
  content: "";
}
body.meijioishimbun #contentsWrap .voice-title .section-number {
  margin-bottom: 26px;
  display: block;
}
body.meijioishimbun #contentsWrap .voice-title .section-number img {
  width: 48px;
  height: auto;
}
body.meijioishimbun #contentsWrap .voice-lead {
  margin-top: 52px;
  line-height: 2;
}
body.meijioishimbun #contentsWrap .voice-dl {
  margin-top: 53px;
  padding: 58px 0 0;
  background: url(/meijioishimbun-common/images/voice-line-pc.svg) no-repeat left top;
  background-size: 100% auto;
}
body.meijioishimbun #contentsWrap .voice-dl dt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
body.meijioishimbun #contentsWrap .voice-dl dd.voice-lead {
  margin-top: 0;
}
body.meijioishimbun #contentsWrap .voice-dl.-answer {
  padding-top: 64px;
}
body.meijioishimbun #contentsWrap .voice-dl.-answer dt {
  line-height: 1.25;
}
body.meijioishimbun #contentsWrap .voice-dl .voice-piechart {
  margin: 38px auto 0;
  position: relative;
  left: -20px;
  width: 364px;
}
body.meijioishimbun #contentsWrap .voice-dl + .annotation {
  margin-top: 36px;
}
body.meijioishimbun #contentsWrap .annotation {
  line-height: 1.3;
  letter-spacing: -0.1em;
}
body.meijioishimbun #contentsWrap .voice-actual {
  margin-top: 55px;
  color: #1170b5;
}
body.meijioishimbun #contentsWrap .voice-hukidashi {
  position: relative;
  color: #1170b5;
  background: url(/meijioishimbun-common/images/voice-hukidashi-pc.svg) no-repeat center;
  background-size: auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
body.meijioishimbun #contentsWrap .voice-actual-list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
body.meijioishimbun #contentsWrap .voice-actual-list li {
  padding: 13px;
  border: 2px solid #1170b5;
  border-radius: 20px;
  width: 312px;
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox {
  padding: 30px 26px 25px 21px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 100%;
  background: #fff;
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox:before, body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox:after {
  margin: 9px;
  display: block;
  position: absolute;
  width: 18px;
  height: 13px;
  background: url(/meijioishimbun-common/images/voice-doubleQuotation-start.svg) no-repeat center;
  background-size: contain;
  content: "";
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox:before {
  top: 0;
  right: 0;
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox:after {
  bottom: 0;
  left: 0;
  background: url(/meijioishimbun-common/images/voice-doubleQuotation-end.svg) no-repeat center;
  background-size: contain;
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox img {
  flex-shrink: 0;
  width: 40px;
  height: auto;
}
body.meijioishimbun #contentsWrap .voice-actual-list .voice-actual-innerbox .voice-text {
  margin-top: 2px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
body.meijioishimbun #contentsWrap .mainbox.-backside {
  padding-bottom: 59px;
}
body.meijioishimbun #contentsWrap .backside-title {
  margin-top: 16px;
  margin-left: 55px;
}
body.meijioishimbun #contentsWrap .backside-list {
  margin-top: 54px;
}
body.meijioishimbun #contentsWrap .backside-list > li {
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  background: url(/meijioishimbun-common/images/backside-line-pc.png) no-repeat left top;
}
body.meijioishimbun #contentsWrap .backside-list > li + li {
  margin-top: 57px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-headline {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
body.meijioishimbun #contentsWrap .backside-list .backside-headline .circle-number {
  margin-right: 6px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-lead {
  margin-top: 10px;
  line-height: 2;
}
body.meijioishimbun #contentsWrap .backside-list .text_area {
  flex-shrink: 0;
  width: 516px;
  text-align: justify;
}
body.meijioishimbun #contentsWrap .backside-list .img_area {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
body.meijioishimbun #contentsWrap .backside-list .img_area p {
  display: inline-block;
  text-align: left;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-01 .img_area {
  margin: -45px -4px 0 0;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-01 .img_area p {
  margin: -8px 0 0 24px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 {
  display: block;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 .backside-headline span {
  position: relative;
  top: -3px;
  left: 4px;
  letter-spacing: -0.05em;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 .text_area {
  width: 100%;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 .img_area {
  margin: 34px 0 0;
  display: flex;
  justify-content: space-between;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 .img_area p {
  margin-top: 20px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-02 .img_area .-oxygen {
  margin: 33px 0 0 66px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-03 .img_area {
  margin: 4px 0 0 31px;
}
body.meijioishimbun #contentsWrap .backside-list .backside-item-03 .img_area p {
  margin: 18px 0px 0 -2px;
  text-align: justify;
}
body.meijioishimbun #contentsWrap .episode-section {
  margin-top: 80px;
}
body.meijioishimbun #contentsWrap .episode-section .mainbox {
  padding-bottom: 60px;
}
body.meijioishimbun #contentsWrap .episode-title {
  margin: 15px 0 0 -13px;
}
body.meijioishimbun #contentsWrap .episode-list {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  width: 828px;
}
body.meijioishimbun #contentsWrap .episode-list li {
  padding: 50px 35px 30px;
  width: 256px;
  height: 343px;
  background: url(/meijioishimbun-common/images/episode-list-bgi.png) no-repeat;
  background-size: contain;
}
body.meijioishimbun #contentsWrap .episode-list img {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: auto;
}
body.meijioishimbun #contentsWrap .episode-list .episode-text {
  margin: 7px auto 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}
body.meijioishimbun #contentsWrap .recipe-section {
  margin-top: 80px;
}
body.meijioishimbun #contentsWrap .recipe-section .mainbox {
  padding-bottom: 60px;
}
body.meijioishimbun #contentsWrap .recipe-section .mainbox .recipe-title + .lead {
  margin-top: 27px;
}
body.meijioishimbun #contentsWrap .recipe-title {
  margin: 12px 0 0 7px;
}
body.meijioishimbun #contentsWrap .recipe-list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.meijioishimbun #contentsWrap .recipe-list > li {
  margin: 0 15px;
  padding: 8px;
  border: solid 2px #b7d4e9;
  border-radius: 20px;
  width: 256px;
}
body.meijioishimbun #contentsWrap .recipe-list img {
  width: 100%;
  height: auto;
}
body.meijioishimbun #contentsWrap .recipe-list dl {
  padding: 12px 15px 9px;
}
body.meijioishimbun #contentsWrap .recipe-list dt {
  font-size: 16px;
  font-weight: bold;
}
body.meijioishimbun #contentsWrap .recipe-list dd {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.25;
  text-align: justify;
}
body.meijioishimbun #contentsWrap .recipe-list .annotation {
  margin-top: 12px;
  display: table;
  line-height: 1.1;
  letter-spacing: 0;
}
body.meijioishimbun #contentsWrap .recipe-list .annotation:before {
  display: table-cell;
  width: 1.2em;
  content: "※";
}
body.meijioishimbun #contentsWrap .editors-section {
  margin-top: 80px;
  padding: 60px;
  border-top: solid 1px #1170b5;
  color: #1170b5;
}
body.meijioishimbun #contentsWrap .editorsbox {
  margin: 0 auto;
  padding: 4px;
  border: solid 1px #1170b5;
  width: 1000px;
  max-width: 1326px;
}
body.meijioishimbun #contentsWrap .editorsbox-inner {
  padding: 80px 0 73px;
  border: solid 4px #1170b5;
  position: relative;
}
body.meijioishimbun #contentsWrap .editorsbox-inner .text_area {
  margin: 0 auto;
  width: 657px;
}
body.meijioishimbun #contentsWrap .editorsbox-inner img {
  width: 100%;
  height: auto;
}
body.meijioishimbun #contentsWrap .editors-title {
  margin: -3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 201px;
  line-height: 1;
}
body.meijioishimbun #contentsWrap .editors-headline {
  padding: 16px 9px 22px 30px;
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
body.meijioishimbun #contentsWrap .editors-headline:before, body.meijioishimbun #contentsWrap .editors-headline:after {
  display: block;
  position: absolute;
  width: 60px;
  height: 37px;
  background: url(/meijioishimbun-common/images/editors-brackets-start.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.meijioishimbun #contentsWrap .editors-headline:before {
  top: 0;
  left: 0;
}
body.meijioishimbun #contentsWrap .editors-headline:after {
  right: 0;
  bottom: 0;
  background: url(/meijioishimbun-common/images/editors-brackets-end.svg) no-repeat;
  background-size: contain;
}
body.meijioishimbun #contentsWrap .editors-lead {
  margin-top: 11px;
  font-weight: 500;
  line-height: 2;
}
body.meijioishimbun #contentsWrap .editors-stamp {
  margin: 32px 42px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 101px;
  line-height: 1;
}

.btn-mokuji,
.btn-mokuji-close {
  cursor: pointer;
  transition: opacity 0.3s;
}
.btn-mokuji:hover,
.btn-mokuji-close:hover {
  opacity: 0.7;
}

.btn-mokuji {
  display: block;
  position: fixed;
  bottom: 40px;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform 0.3s, opacity 0.3s;
}
.btn-mokuji.inview {
  transform: translateX(0);
  transition-delay: 0.3s, 0s;
}
.btn-mokuji.open {
  transform: translateX(-100%);
}

#contents-list-anchor {
  position: absolute;
  top: auto;
  bottom: 208px;
  z-index: 999;
  width: 100%;
}

#mokuji-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background: #1170b5;
  transition: transform 0.3s;
}
#mokuji-modal.open {
  transform: translateX(0%);
}
#mokuji-modal .btn-mokuji-close {
  margin: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
#mokuji-modal .contents-list__Tilte {
  color: #fff;
  font-size: 36px;
  text-align: center;
}