@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clf {
  min-height: 1px; }

* html .clf {
  height: 1px;
  /*¥*/
  /*/
    height: auto;
    overflow: hidden;
    /**/ }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-ms-keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-ms-keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-moz-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@-ms-keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

@keyframes slide {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }

header .back_to_top.pc {
  position: absolute;
  top: 9px;
  right: 28px; }

header .back_to_top.sp {
  border-top: 1px solid #F2F2F2;
  margin-top: 45px;
  padding-top: 28px; }
  header .back_to_top.sp a {
    color: #939393;
    font-size: 11px;
    letter-spacing: 2.31px; }

footer {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.225em;
  font-family: "FOT-筑紫A丸ゴシック Std E", "TsukuARdGothicStd-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
  background: #fff;
  color: #000;
  position: relative;
  margin-top: 17px;
  text-align: center;
  padding-bottom: 19px;
  position: relative; }
  footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ffffff@2x-6f27787b.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  @media screen and (max-width: 1149px) {
    footer {
      padding-bottom: 0; } }
  footer .share {
    display: block;
    width: 30px;
    height: 138px;
    z-index: 10;
    position: absolute;
    left: 36px;
    top: -192px;
    line-height: 1em;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 1149px) {
      footer .share {
        display: none; } }
    body.sukikirai.recipe.index footer .share {
      top: -341px;
      bottom: auto;
      left: 68px; }
    footer .share.fixed {
      position: fixed;
      top: auto;
      bottom: 38px;
      left: 36px; }
      body.sukikirai.recipe.index footer .share.fixed {
        top: auto;
        bottom: 175px;
        left: 68px; }
    footer .share span {
      font-size: 10px;
      transform: scale(0.8);
      transform-origin: center;
      letter-spacing: 0.15em;
      display: block;
      margin-bottom: 16px; }
    footer .share > div {
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-flex-direction: column;
      display: flex;
      align-items: center;
      flex-direction: column; }
    footer .share a {
      cursor: pointer;
      transition: opacity 0.2s; }
      footer .share a:hover {
        opacity: 0.7; }
      footer .share a:not(:first-child) {
        margin-top: 22px; }
      footer .share a.facebook img {
        width: 10.79px; }
      footer .share a.twitter img {
        width: 19px; }
      footer .share a.line img {
        width: 23.11px; }
      footer .share a img {
        height: auto; }
  footer #pagetop_btn {
    display: block;
    width: 41px;
    height: 41px;
    z-index: 10;
    transition: opacity 0.2s;
    transition-property: opacity;
    transition-duration: 0.2s;
    position: absolute;
    right: 38px;
    top: -96px; }
    footer #pagetop_btn:hover {
      opacity: 0.7; }
    footer #pagetop_btn.fixed {
      position: fixed;
      top: auto;
      bottom: 38px;
      right: 38px; }
  footer .logo {
    margin: 72px 0 28px; }
  footer .desc {
    letter-spacing: 0.175em; }
  footer .link_top {
    transition-property: opacity;
    transition-duration: 0.2s;
    display: inline-block;
    background: #808080;
    border-radius: 17px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 6px 15px 9px 19px;
    margin: 30px 0 60px;
    transition-duration: 0.2s; }
    footer .link_top:hover {
      opacity: 0.7; }
    footer .link_top > img {
      display: inline-block;
      margin-left: 9px;
      width: 15px;
      height: auto; }
  footer .cards {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 0 auto; }
  footer .card {
    display: flex;
    flex-direction: column;
    width: 271px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 0.2s; }
    footer .card:hover {
      opacity: 0.7; }
    footer .card img {
      width: 100%;
      height: auto; }
  footer .logos {
    margin-top: 60px;
    margin-bottom: 33px; }
  footer .copyright {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #4c4c4c; }
    footer .copyright .separator {
      margin-left: 0.5em;
      margin-right: 0.5em; }

body:not(.sukikirai) footer {
  position: relative;
  margin-top: 17px; }
  body:not(.sukikirai) footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ffffff@2x-6f27787b.png");
    background-size: contain;
    position: absolute;
    top: -17px; }

@media (max-width: 1149px) {
  body[data-device="mobile"]:not(.sukikirai) footer, body[data-device="tablet"]:not(.sukikirai) footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -8px; }
    body[data-device="mobile"]:not(.sukikirai) footer:before, body[data-device="tablet"]:not(.sukikirai) footer:before {
      height: 8px;
      top: -8px; }
    body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn {
      width: 72px;
      height: 72px;
      right: 0;
      top: -82px; }
      body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn > img, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn > img {
        margin: 18px;
        width: 35px;
        height: 35px; }
      body[data-device="mobile"]:not(.sukikirai) footer #pagetop_btn.fixed, body[data-device="tablet"]:not(.sukikirai) footer #pagetop_btn.fixed {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0; }
    body[data-device="mobile"]:not(.sukikirai) footer .logo, body[data-device="tablet"]:not(.sukikirai) footer .logo {
      width: 191px;
      height: auto;
      margin: 35px 0 14px; }
    body[data-device="mobile"]:not(.sukikirai) footer .desc, body[data-device="tablet"]:not(.sukikirai) footer .desc {
      font-size: 11px;
      line-height: 1.7;
      letter-spacing: 0.21em;
      margin-top: 7px; }
    body[data-device="mobile"]:not(.sukikirai) footer .link_top, body[data-device="tablet"]:not(.sukikirai) footer .link_top {
      font-size: 11px;
      letter-spacing: 2.9px;
      padding: 4px 8px 5px 10px;
      margin: 22px 0 41px;
      transition-duration: 0.2s;
      border-radius: 12px; }
      body[data-device="mobile"]:not(.sukikirai) footer .link_top > img, body[data-device="tablet"]:not(.sukikirai) footer .link_top > img {
        width: 9px;
        margin-left: 8px; }
    body[data-device="mobile"]:not(.sukikirai) footer .cards, body[data-device="tablet"]:not(.sukikirai) footer .cards {
      flex-direction: column;
      align-items: center;
      gap: 22px; }
    body[data-device="mobile"]:not(.sukikirai) footer .card, body[data-device="tablet"]:not(.sukikirai) footer .card {
      width: 230px;
      border-radius: 8.86px;
      box-shadow: 0 0 3.542px 0.886px rgba(0, 0, 0, 0.25); }
    body[data-device="mobile"]:not(.sukikirai) footer .logos, body[data-device="tablet"]:not(.sukikirai) footer .logos {
      margin: 20px 0 0; }
      body[data-device="mobile"]:not(.sukikirai) footer .logos .sb_logo > img, body[data-device="tablet"]:not(.sukikirai) footer .logos .sb_logo > img {
        width: 28px;
        height: auto; }
    body[data-device="mobile"]:not(.sukikirai) footer .copyright, body[data-device="tablet"]:not(.sukikirai) footer .copyright {
      display: block;
      width: calc(100% / 0.55);
      margin-left: calc((100% - 100% / 0.55) / 2);
      white-space: nowrap;
      font-size: 10px;
      transform-origin: center;
      transform: scale(0.55); } }

body {
  --max-width: 1149px;
  min-width: 1150px;
  position: relative;
  font-feature-settings: 'palt';
  letter-spacing: 0.15em; }

body[data-device="mobile"], body[data-device="tablet"] {
  min-width: 0; }

a {
  text-decoration: none;
  color: inherit; }

section {
  max-height: inherit; }

.pc {
  display: inline-block; }

.sp {
  display: none; }

@media (max-width: 1149px) {
  body[data-device="mobile"] .pc, body[data-device="tablet"] .pc {
    display: none; }
  body[data-device="mobile"] .sp, body[data-device="tablet"] .sp {
    display: inherit; } }

section.title {
  position: relative;
  z-index: 1; }
  section.title:after {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-cead25-transparent@2x-2bcf70a5.png");
    background-size: contain;
    position: absolute;
    bottom: -17px; }
  section.title h2 {
    padding-bottom: 63px; }

section.main {
  background-color: #F2F5F9;
  position: relative; }
  section.main:before {
    position: absolute;
    z-index: 0;
    content: '';
    display: block;
    width: 100%;
    height: 660px;
    background-image: url("/aroma-spice/img/makenai-karada/concept/shibasaki-sensei@2x-6e2e88a2.jpg");
    background-size: cover;
    background-position: top; }
  section.main .text {
    width: 480px;
    margin-left: 400px; }
    section.main .text h2 {
      font-size: 36px;
      line-height: 60px;
      font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
      color: #BF9A00;
      padding-top: 87px;
      padding-bottom: 75px;
      letter-spacing: 0.15em; }
    section.main .text h5 {
      font-size: 20px;
      margin-top: 3px;
      margin-bottom: 23px; }
    section.main .text p {
      font-size: 14px;
      line-height: 26px; }
  section.main article {
    position: relative;
    z-index: 1;
    margin-top: 53px;
    padding: 56px 70px 45px; }
    section.main article h3 {
      background-image: url("/aroma-spice/img/makenai-karada/concept/tensen-yajirushi-44292a79.png");
      background-size: 100% auto;
      background-position: center bottom;
      background-repeat: no-repeat;
      padding-bottom: 53px;
      margin-bottom: 30px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        section.main article h3 {
          background-image: url("/aroma-spice/img/makenai-karada/concept/tensen-yajirushi@2x-4a574b6c.png"); } }
    section.main article h4 {
      margin-top: 0;
      margin-bottom: 0; }
    section.main article p {
      padding-top: 26px;
      padding-bottom: 26px;
      padding-right: 234px;
      line-height: 32px;
      margin-bottom: 22px;
      letter-spacing: 0.17em;
      text-align: justify; }
      section.main article p.gohan {
        background-image: url("/aroma-spice/img/makenai-karada/concept/gohan-f29c57b1.png");
        background-size: 113px auto;
        background-position: right 37px center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section.main article p.gohan {
            background-image: url("/aroma-spice/img/makenai-karada/concept/gohan@2x-4e77bd05.png"); } }
      section.main article p.jikan {
        background-image: url("/aroma-spice/img/makenai-karada/concept/jikan-72b1b0f0.png");
        background-size: 121px auto;
        background-position: right 34px center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section.main article p.jikan {
            background-image: url("/aroma-spice/img/makenai-karada/concept/jikan@2x-94d9521f.png"); } }
      section.main article p.niku-sakana {
        background-image: url("/aroma-spice/img/makenai-karada/concept/niku-sakana-eec9b064.png");
        background-size: 180px auto;
        background-position: right center;
        background-repeat: no-repeat; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
          section.main article p.niku-sakana {
            background-image: url("/aroma-spice/img/makenai-karada/concept/niku-sakana@2x-1890d43f.png"); } }
article {
  background-color: white;
  border-radius: 8px;
  padding: 70px;
  width: 760px;
  margin: 0 auto; }
  article h3 {
    font-size: 32px;
    letter-spacing: 0.17em;
    line-height: 54px;
    color: #BF9A00; }
  article h4 {
    font-size: 28px;
    letter-spacing: 0.17em;
    line-height: 54px;
    color: #BF9A00; }

section.jiritsu,
section.tanoshii {
  padding-top: 70px;
  padding-bottom: 87px; }
  section.jiritsu article,
  section.tanoshii article {
    padding-top: 54px; }
    section.jiritsu article h3,
    section.tanoshii article h3 {
      margin-bottom: 19px; }
    section.jiritsu article p,
    section.tanoshii article p {
      line-height: 2em; }

section.jiritsu {
  position: relative;
  background-color: #ddbe40;
  z-index: 1; }
  section.jiritsu:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ddbe40@2x-a7761d53.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  section.jiritsu article p {
    margin-bottom: 30px; }
  section.jiritsu article > img {
    display: block;
    margin: 0 auto; }

section.tanoshii {
  position: relative;
  background-color: #cead25;
  z-index: 1; }
  section.tanoshii:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-cead25@2x-7aeca63c.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  section.tanoshii article {
    padding-bottom: 0; }
    section.tanoshii article p {
      margin-bottom: 10px; }

section.eiyoso {
  position: relative;
  background-color: #ddbe40;
  padding-top: 70px;
  padding-bottom: 118px;
  margin-bottom: -17px;
  z-index: 1; }
  section.eiyoso:before {
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background-image: url("/aroma-spice/img/giza-transparent-ddbe40@2x-a7761d53.png");
    background-size: contain;
    position: absolute;
    top: -17px; }
  section.eiyoso article:nth-of-type(1) {
    margin-bottom: 45px;
    width: 820px;
    padding: 31px 40px 40px; }
    section.eiyoso article:nth-of-type(1) h3 {
      font-size: 20px;
      text-align: center;
      color: #222222;
      margin-bottom: 33px; }
    section.eiyoso article:nth-of-type(1) > img.pc {
      display: block;
      margin: 0 auto; }
    section.eiyoso article:nth-of-type(1) > img.sp {
      display: none; }
    section.eiyoso article:nth-of-type(1) > a {
      margin-top: 47px;
      color: white;
      font-size: 20px;
      letter-spacing: 0.16em;
      background-color: #00ABF7;
      display: block;
      border-radius: 35px;
      height: 70px;
      font-family: "FOT-筑紫ゴシック Pro E", "TsukuGoPro-E", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
      -webkit-display: flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background-image: url("/aroma-spice/img/makenai-karada/arrow-white-0e6b3de0.svg");
      background-repeat: no-repeat;
      background-size: 11.62px auto;
      background-position: right 35px center; }
  section.eiyoso article:nth-of-type(2) {
    padding-top: 54px;
    padding-bottom: 40px; }
    section.eiyoso article:nth-of-type(2) .red {
      color: #FF5800; }
    section.eiyoso article:nth-of-type(2) .blue {
      color: #0D79C9; }
    section.eiyoso article:nth-of-type(2) h3 {
      margin-top: -4px;
      font-size: 30px;
      text-align: center;
      letter-spacing: 0.16em;
      margin-bottom: 23px; }
      section.eiyoso article:nth-of-type(2) h3 .red {
        margin-right: 0.1em; }
      section.eiyoso article:nth-of-type(2) h3 .blue {
        margin-left: 0.1em; }
    section.eiyoso article:nth-of-type(2) p {
      color: #BF9A00;
      line-height: 2em;
      margin-bottom: 33px; }

footer {
  z-index: 1; }

@media (max-width: 1149px) {
  body[data-device="mobile"] section.title:after, body[data-device="tablet"] section.title:after {
    height: 8px;
    bottom: -8px; }
  body[data-device="mobile"] section.jiritsu:before, body[data-device="tablet"] section.jiritsu:before {
    height: 8px;
    top: -8px; }
  body[data-device="mobile"] section.tanoshii:before, body[data-device="tablet"] section.tanoshii:before {
    height: 8px;
    top: -8px; }
  body[data-device="mobile"] section.eiyoso:before, body[data-device="tablet"] section.eiyoso:before {
    height: 8px;
    top: -8px; }
  body[data-device="mobile"] section.title h2, body[data-device="tablet"] section.title h2 {
    padding-bottom: 28px; }
  body[data-device="mobile"] section.main:before, body[data-device="tablet"] section.main:before {
    display: none; }
  body[data-device="mobile"] section.main .wrap, body[data-device="tablet"] section.main .wrap {
    margin: 0;
    background-color: white; }
  body[data-device="mobile"] section.main .text, body[data-device="tablet"] section.main .text {
    width: calc(100% - 80px);
    max-width: 500px;
    margin: 0 auto;
    padding: 0 40px 21px; }
    body[data-device="mobile"] section.main .text h2, body[data-device="tablet"] section.main .text h2 {
      font-size: 18px;
      line-height: 30px;
      padding-top: 30px;
      padding-bottom: 26px;
      padding-left: 8px;
      letter-spacing: 0.11em; }
    body[data-device="mobile"] section.main .text img.sensei, body[data-device="tablet"] section.main .text img.sensei {
      display: block;
      margin: 0 auto;
      margin-bottom: 11px; }
    body[data-device="mobile"] section.main .text h5, body[data-device="tablet"] section.main .text h5 {
      font-size: 14px;
      line-height: 1em;
      text-align: center;
      margin-bottom: 16px; }
    body[data-device="mobile"] section.main .text p.katagaki, body[data-device="tablet"] section.main .text p.katagaki {
      text-align: center;
      font-size: 11px; }
    body[data-device="mobile"] section.main .text p.profile, body[data-device="tablet"] section.main .text p.profile {
      font-size: 10px;
      line-height: 17px;
      text-align: justify; }
  body[data-device="mobile"] section.main article, body[data-device="tablet"] section.main article {
    padding: 20px;
    margin-top: 20px; }
    body[data-device="mobile"] section.main article h3, body[data-device="tablet"] section.main article h3 {
      padding-bottom: 25px; }
    body[data-device="mobile"] section.main article h4, body[data-device="tablet"] section.main article h4 {
      margin-top: 35px; }
    body[data-device="mobile"] section.main article p, body[data-device="tablet"] section.main article p {
      padding-top: 9px;
      padding-right: 0;
      font-size: 13px;
      line-height: 24px; }
      body[data-device="mobile"] section.main article p.gohan, body[data-device="tablet"] section.main article p.gohan {
        padding-bottom: 105px;
        background-size: 85px auto;
        background-position: center bottom; }
      body[data-device="mobile"] section.main article p.jikan, body[data-device="tablet"] section.main article p.jikan {
        padding-bottom: 115px;
        background-size: 95px auto;
        background-position: center bottom; }
      body[data-device="mobile"] section.main article p.niku-sakana, body[data-device="tablet"] section.main article p.niku-sakana {
        padding-bottom: 152px;
        background-image: url("/aroma-spice/img/makenai-karada/concept/niku-sakana-sp@2x-3c3253cb.png");
        background-size: 180px auto;
        background-position: center bottom; }
  body[data-device="mobile"] article, body[data-device="tablet"] article {
    width: 240px;
    padding: 20px; }
    body[data-device="mobile"] article h3, body[data-device="tablet"] article h3 {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.15em; }
    body[data-device="mobile"] article h4, body[data-device="tablet"] article h4 {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0.15em; }
  body[data-device="mobile"] section.jiritsu,
  body[data-device="mobile"] section.tanoshii, body[data-device="tablet"] section.jiritsu,
  body[data-device="tablet"] section.tanoshii {
    margin-top: -19px;
    padding-top: 20px;
    padding-bottom: 46px; }
    body[data-device="mobile"] section.jiritsu article,
    body[data-device="mobile"] section.tanoshii article, body[data-device="tablet"] section.jiritsu article,
    body[data-device="tablet"] section.tanoshii article {
      padding-top: 20px; }
      body[data-device="mobile"] section.jiritsu article h3,
      body[data-device="mobile"] section.tanoshii article h3, body[data-device="tablet"] section.jiritsu article h3,
      body[data-device="tablet"] section.tanoshii article h3 {
        margin-bottom: 13px; }
      body[data-device="mobile"] section.jiritsu article p,
      body[data-device="mobile"] section.tanoshii article p, body[data-device="tablet"] section.jiritsu article p,
      body[data-device="tablet"] section.tanoshii article p {
        font-size: 13px;
        line-height: 24px; }
  body[data-device="mobile"] section.jiritsu article > img, body[data-device="tablet"] section.jiritsu article > img {
    width: 100%;
    height: auto; }
  body[data-device="mobile"] section.tanoshii, body[data-device="tablet"] section.tanoshii {
    padding-bottom: 30px; }
    body[data-device="mobile"] section.tanoshii article > img, body[data-device="tablet"] section.tanoshii article > img {
      width: 100%;
      height: auto; }
  body[data-device="mobile"] section.eiyoso, body[data-device="tablet"] section.eiyoso {
    padding-top: 5px;
    padding-bottom: 88px; }
    body[data-device="mobile"] section.eiyoso article:nth-of-type(1), body[data-device="tablet"] section.eiyoso article:nth-of-type(1) {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 240px;
      padding: 20px; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(1) h3, body[data-device="tablet"] section.eiyoso article:nth-of-type(1) h3 {
        margin-top: 16px;
        font-size: 15px; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(1) > img.pc, body[data-device="tablet"] section.eiyoso article:nth-of-type(1) > img.pc {
        display: none; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(1) > img.sp, body[data-device="tablet"] section.eiyoso article:nth-of-type(1) > img.sp {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(1) > a, body[data-device="tablet"] section.eiyoso article:nth-of-type(1) > a {
        margin-top: 29px;
        font-size: 16px;
        line-height: 25px;
        height: 95px;
        border-radius: 48px;
        -webkit-justify-content: left;
        justify-content: left;
        padding-left: 40px;
        background-size: 9.62px auto;
        background-position: right 27px center; }
    body[data-device="mobile"] section.eiyoso article:nth-of-type(2), body[data-device="tablet"] section.eiyoso article:nth-of-type(2) {
      width: 240px;
      padding: 20px; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(2) h3, body[data-device="tablet"] section.eiyoso article:nth-of-type(2) h3 {
        letter-spacing: 0.14em;
        text-align: left;
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 19px; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(2) p, body[data-device="tablet"] section.eiyoso article:nth-of-type(2) p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px; }
      body[data-device="mobile"] section.eiyoso article:nth-of-type(2) > img, body[data-device="tablet"] section.eiyoso article:nth-of-type(2) > img {
        width: 100%;
        height: auto; } }
