@charset "UTF-8";
.contents_wrapper {
  width: 100%;
  overflow: hidden;
  color: #32190b; }
  @media screen and (min-width: 641px) {
    .contents_wrapper {
      background-image: url(../images/lower/base_bg.png);
      background-position: center top;
      background-repeat: repeat-y;
      background-size: 100% auto; } }
  .contents_wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .contents_wrapper *::before, .contents_wrapper *::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .contents_wrapper ::-moz-selection {
    background: #fbed21;
    text-shadow: 1px 1px 0 #fff;
    color: #32190b; }
  .contents_wrapper ::selection {
    background: #fbed21;
    text-shadow: 1px 1px 0 #fff;
    color: #32190b; }
  .contents_wrapper ruby {
    position: relative; }
    .contents_wrapper ruby[data-ruby] {
      display: inline-block; }
      .contents_wrapper ruby[data-ruby]::before {
        content: attr(data-ruby);
        position: absolute;
        left: -5em;
        right: -5em;
        bottom: 80%;
        letter-spacing: 0;
        line-height: 1;
        font-size: 1.195vw;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        text-align: center;
        -webkit-transform: scale(0.5) translate(0, 0.35em);
        -ms-transform: scale(0.5) translate(0, 0.35em);
        transform: scale(0.5) translate(0, 0.35em);
        white-space: nowrap;
        pointer-events: none; }
        @media screen and (min-width: 1340px) {
          .contents_wrapper ruby[data-ruby]::before {
            font-size: 16px; } }
        @media screen and (max-width: 950px) {
          .contents_wrapper ruby[data-ruby]::before {
            font-size: 12px; } }
      .contents_wrapper ruby[data-ruby] rt {
        display: none; }

.contents_header {
  position: relative;
  background: -webkit-radial-gradient(circle farthest-side, #ffd75a 55%, #ffd05a 96%);
  background: -o-radial-gradient(circle farthest-side, #ffd75a 55%, #ffd05a 96%);
  background: radial-gradient(circle farthest-side, #ffd75a 55%, #ffd05a 96%);
  line-height: 0; }
  .contents_header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none; }
    @media screen and (min-width: 641px) {
      .contents_header::before {
        background-image: url(../images/lower/base_bg_top_pc.png), url(../images/header_title_bg_pc.png), url(../images/lower/header_title_bg_pc.png);
        background-position: center bottom, center top, center top;
        background-repeat: no-repeat, repeat-x, no-repeat;
        background-size: 100% auto, auto 414.584%, auto 100%; } }

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 950px;
  margin: 0 auto; }

.header_title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 27.895%;
  margin: 0 4.211% 0 0;
  padding: 1.685% 0 2.737%; }
  .header_title > a {
    display: block; }
    .header_title > a:hover {
      opacity: 0.5; }

.header_lead {
  letter-spacing: 0.07em;
  line-height: 1;
  font-size: 1.792vw;
  font-weight: bold;
  color: #32190b;
  white-space: nowrap; }
  @media screen and (min-width: 1340px) {
    .header_lead {
      font-size: 24px; } }
  @media screen and (max-width: 950px) {
    .header_lead {
      font-size: 18px; } }

.header_note {
  position: absolute;
  right: 0;
  bottom: 1.834em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 0.896vw; }
  @media screen and (min-width: 1340px) {
    .header_note {
      font-size: 12px; } }
  @media screen and (max-width: 950px) {
    .header_note {
      font-size: 9px; } }

.contents_main.bg1 {
  background: #f5e9bf;
  padding: 0 0 8.06%; }
  @media screen and (min-width: 1340px) {
    .contents_main.bg1 {
      padding: 0 0 108px; } }

.main_profile {
  background: #fff;
  border-radius: 1.045vw;
  max-width: 950px;
  margin: 3.657% auto 0;
  padding: 4.478% 2.986% 2.687%;
  color: #32190b;
  -webkit-box-shadow: 6px 6px 0 #dbccae;
  box-shadow: 6px 6px 0 #dbccae; }
  @media screen and (min-width: 1340px) {
    .main_profile {
      border-radius: 14px; } }
  @media screen and (min-width: 1340px) {
    .main_profile {
      padding: 60px 40px 36px; } }
  .main_profile::after {
    content: "";
    display: block;
    clear: both; }

.main_profile_thumb {
  position: relative;
  float: right;
  width: 49.196%;
  margin: 0;
  line-height: 0; }
  .main_profile_thumb > img {
    border-radius: 1.045vw; }
    @media screen and (min-width: 1340px) {
      .main_profile_thumb > img {
        border-radius: 14px; } }
  .main_profile_thumb > figcaption {
    position: absolute;
    left: 2.455em;
    bottom: 1.91em;
    letter-spacing: 0.03em;
    line-height: 1;
    font-size: 0.821vw;
    text-shadow: 0 0 2px #000;
    color: #fff; }
    @media screen and (min-width: 1340px) {
      .main_profile_thumb > figcaption {
        font-size: 11px; } }
    @media screen and (max-width: 950px) {
      .main_profile_thumb > figcaption {
        font-size: 8px; } }

.main_profile_name {
  float: left;
  position: relative;
  width: 46.207%;
  padding: 17.242% 0 0;
  line-height: 0;
  font-size: 1.493vw;
  text-align: center; }
  @media screen and (min-width: 1340px) {
    .main_profile_name {
      font-size: 20px; } }
  @media screen and (max-width: 950px) {
    .main_profile_name {
      font-size: 15px; } }
  .main_profile_name::before {
    content: "";
    position: absolute;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .i01 .main_profile_name::before {
      background-image: url(../images/ijin01_image.png); }
    .i02 .main_profile_name::before {
      background-image: url(../images/ijin02_image.png); }
    .i03 .main_profile_name::before {
      background-image: url(../images/ijin03_image.png); }
    .i04 .main_profile_name::before {
      background-image: url(../images/ijin04_image.png); }
    .i05 .main_profile_name::before {
      background-image: url(../images/ijin05_image.png); }
  .main_profile_name > p {
    display: inline-block;
    position: relative;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    .main_profile_name > p::before, .main_profile_name > p::after {
      content: "";
      position: absolute;
      background-image: url(../images/lower/main_profile_name_p.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.55em;
      height: 1.1em;
      bottom: 0.1em; }
    .main_profile_name > p::before {
      left: -1em; }
    .main_profile_name > p::after {
      right: -1em;
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  .main_profile_name > h2 {
    font-size: 4.702vw; }
    @media screen and (min-width: 1340px) {
      .main_profile_name > h2 {
        font-size: 63px; } }
    @media screen and (max-width: 950px) {
      .main_profile_name > h2 {
        font-size: 45px; } }
  .i01 .main_profile_name::before {
    width: 6.7em;
    height: 10.75em;
    top: -4.3em; }
  .i01 .main_profile_name > h2 {
    width: 3.699em;
    margin: 0.191em auto 0.27em; }
  .i02 .main_profile_name::before {
    width: 8.5em;
    height: 11.35em;
    top: -5em; }
  .i02 .main_profile_name > h2 {
    width: 5.667em;
    margin: 0.143em auto 0.318em; }
  .i03 .main_profile_name::before {
    width: 7.9em;
    height: 11.5em;
    top: -5.1em; }
  .i03 .main_profile_name > h2 {
    width: 3.858em;
    margin: 0.175em auto 0.302em; }
  .i04 .main_profile_name::before {
    width: 7.25em;
    height: 11em;
    top: -4.4em; }
  .i04 .main_profile_name > h2 {
    width: 5.683em;
    margin: 0.112em auto 0.397em; }
  .i05 .main_profile_name::before {
    width: 7.85em;
    height: 10.6em;
    top: -4.1em; }
  .i05 .main_profile_name > h2 {
    width: 4.207em;
    margin: 0.112em auto 0.302em; }

.main_profile_data {
  float: left;
  width: 46.207%;
  padding: 0 0 0 7.817%;
  font-size: 1.045vw;
  font-weight: bold; }
  @media screen and (min-width: 1340px) {
    .main_profile_data {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    .main_profile_data {
      font-size: 10px; } }
  .main_profile_data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .main_profile_data dl > dt {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background: #32190b;
      border-radius: 0.572em;
      width: 4.5em;
      margin: 0 0.786em 0 0;
      letter-spacing: 0.07em;
      line-height: 1.715em;
      text-align: center;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      color: #fff; }
      .main_profile_data dl > dt:nth-of-type(n+2) {
        margin-top: 0.5em; }
    .main_profile_data dl > dd {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: calc(100% - 5.358em);
      letter-spacing: 0.07em;
      line-height: 1.715em;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      .main_profile_data dl > dd:nth-of-type(n+2) {
        margin-top: 0.5em; }

.main_profile_head {
  float: left;
  position: relative;
  width: 46.207%;
  letter-spacing: 0.05em;
  line-height: 1.385em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.941vw; }
  @media screen and (min-width: 1340px) {
    .main_profile_head {
      font-size: 26px; } }
  @media screen and (max-width: 950px) {
    .main_profile_head {
      font-size: 19px; } }
  .main_profile_head > h2 {
    background-image: url(../images/lower/main_profile_head_line.png);
    background-position: left 2.27em;
    background-repeat: no-repeat;
    background-size: 4.577em auto;
    margin: 0;
    padding: 1.424em 0 0.077em 0.5em;
    line-height: inherit;
    font-size: inherit;
    white-space: nowrap; }
    .main_profile_head > h2 ruby::before {
      bottom: 92% !important; }
    .i02 .main_profile_head > h2 {
      background-image: url(../images/lower/main_profile_head_line2.png);
      background-size: 7.693em auto; }
    .i04 .main_profile_head > h2 {
      background-image: url(../images/lower/main_profile_head_line2.png);
      background-size: 8.462em auto; }
    .i05 .main_profile_head > h2 {
      background-image: url(../images/lower/main_profile_head_line3.png);
      background-size: 11.539em auto; }

.main_profile_text {
  clear: both;
  padding: 0.858em 0 0;
  letter-spacing: 0.07em;
  line-height: 2.143em;
  font-size: 1.045vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify; }
  @media screen and (min-width: 1340px) {
    .main_profile_text {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    .main_profile_text {
      font-size: 10px; } }

.main_profile_note {
  margin: 0.584em 0 0;
  letter-spacing: 0.07em;
  line-height: 1.667em;
  font-size: 0.896vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1340px) {
    .main_profile_note {
      font-size: 12px; } }
  @media screen and (max-width: 950px) {
    .main_profile_note {
      font-size: 9px; } }
  .main_profile_note > li {
    display: block;
    position: relative;
    padding: 0 0 0 0.834em; }
    .main_profile_note > li::before {
      content: "*";
      position: absolute;
      left: 0;
      top: 0.084em;
      font-size: 1.2em;
      pointer-events: none; }
    @media all and (-ms-high-contrast: none) {
      .main_profile_note > li ruby::before {
        bottom: 104% !important; } }

.main_favorite {
  max-width: 950px;
  margin: 0 auto; }
  .main_favorite::after {
    content: "";
    display: block;
    clear: both; }
  .i01 .main_favorite {
    margin: 5.747% auto 0; }
  .i02 .main_favorite {
    margin: 2.165% auto 0; }
  .i03 .main_favorite {
    margin: 1.642% auto 0; }
  .i04 .main_favorite {
    margin: 3.508% auto 0; }
  .i05 .main_favorite {
    margin: 2.687% auto 0; }

.main_favorite_head {
  position: relative;
  line-height: 0; }
  .main_favorite_head > h2 {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 3.433vw; }
    @media screen and (min-width: 1340px) {
      .main_favorite_head > h2 {
        font-size: 46px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_head > h2 {
        font-size: 33px; } }
    .i01 .main_favorite_head > h2 {
      background-image: url(../images/lower/01/main_favorite_head_img.png); }
    .i02 .main_favorite_head > h2 {
      background-image: url(../images/lower/02/main_favorite_head_img.png); }
    .i03 .main_favorite_head > h2 {
      background-image: url(../images/lower/03/main_favorite_head_img.png); }
    .i04 .main_favorite_head > h2 {
      background-image: url(../images/lower/04/main_favorite_head_img.png); }
    .i05 .main_favorite_head > h2 {
      background-image: url(../images/lower/05/main_favorite_head_img.png); }
    .main_favorite_head > h2::before {
      content: "";
      position: absolute;
      background-position: left top;
      background-repeat: no-repeat;
      background-size: auto 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
      transform: translate(0, 5px);
      -webkit-transition: opacity 100ms linear 300ms, -webkit-transform 80ms ease-in 350ms;
      transition: opacity 100ms linear 300ms, -webkit-transform 80ms ease-in 350ms;
      -o-transition: opacity 100ms linear 300ms, transform 80ms ease-in 350ms;
      transition: opacity 100ms linear 300ms, transform 80ms ease-in 350ms;
      transition: opacity 100ms linear 300ms, transform 80ms ease-in 350ms, -webkit-transform 80ms ease-in 350ms; }
      .i01 .main_favorite_head > h2::before {
        background-image: url(../images/lower/01/main_favorite_head_icon.png); }
      .i02 .main_favorite_head > h2::before {
        background-image: url(../images/lower/02/main_favorite_head_icon.png); }
      .i03 .main_favorite_head > h2::before {
        background-image: url(../images/lower/03/main_favorite_head_icon.png); }
      .i04 .main_favorite_head > h2::before {
        background-image: url(../images/lower/04/main_favorite_head_icon.png); }
      .i05 .main_favorite_head > h2::before {
        background-image: url(../images/lower/05/main_favorite_head_icon.png); }
    .main_favorite_head > h2::after {
      content: "";
      position: absolute;
      background-image: url(../images/lower/main_favorite_head_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.935em;
      height: 0.935em;
      opacity: 0;
      -webkit-transform: translate(2px, 2px) scale(0.9);
      -ms-transform: translate(2px, 2px) scale(0.9);
      transform: translate(2px, 2px) scale(0.9);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transition: opacity 100ms linear 0ms, -webkit-transform 100ms ease-in 100ms;
      transition: opacity 100ms linear 0ms, -webkit-transform 100ms ease-in 100ms;
      -o-transition: opacity 100ms linear 0ms, transform 100ms ease-in 100ms;
      transition: opacity 100ms linear 0ms, transform 100ms ease-in 100ms;
      transition: opacity 100ms linear 0ms, transform 100ms ease-in 100ms, -webkit-transform 100ms ease-in 100ms; }
  .main_favorite_head > p {
    position: absolute;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-size: 1.344vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (min-width: 1340px) {
      .main_favorite_head > p {
        font-size: 18px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_head > p {
        font-size: 13px; } }
  .i01 .main_favorite_head {
    width: 67.579%;
    margin: 0 auto 3.158% 12.316%; }
    .i01 .main_favorite_head > h2 {
      padding: 4.05% 0 5.452% 22.742%; }
      .i01 .main_favorite_head > h2::after {
        left: -0.956em;
        top: -0.065em; }
    .i01 .main_favorite_head > p {
      right: 3.334em;
      bottom: -0.111em; }
  .i02 .main_favorite_head {
    width: 73.79%;
    margin: 0 auto 0.316% 12.211%; }
    .i02 .main_favorite_head > h2 {
      padding: 9.273% 0 3.282% 18.973%; }
      .i02 .main_favorite_head > h2::after {
        left: -0.891em;
        top: 0.435em; }
  .i03 .main_favorite_head {
    width: 66.843%;
    margin: 0 auto 0.211% 13.79%; }
    .i03 .main_favorite_head > h2 {
      padding: 8.819% 0 4.095% 20.788%; }
      .i03 .main_favorite_head > h2::after {
        left: -0.891em;
        top: 0.435em; }
  .i04 .main_favorite_head {
    width: 86.106%;
    margin: 0 auto 2.316% 6.422%; }
    .i04 .main_favorite_head > h2 {
      padding: 5.624% 0 5.257% 22.25%; }
      .i04 .main_favorite_head > h2::after {
        left: -0.978em;
        top: 0.109em; }
    .i04 .main_favorite_head > p {
      right: 0;
      bottom: 0.334em; }
  .i05 .main_favorite_head {
    width: 85.79%;
    margin: 0 auto 2.316% 10.843%; }
    .i05 .main_favorite_head > h2 {
      padding: 6.872% 0 3.068% 19.632%; }
      .i05 .main_favorite_head > h2::after {
        left: -0.63em;
        top: 0.305em; }
  .main_favorite_head.animated > h2::before, .main_favorite_head.animated > h2::after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.main_favorite_interview {
  font-size: 1.195vw;
  margin: 0 0 10.948%; }
  @media screen and (min-width: 1340px) {
    .main_favorite_interview {
      font-size: 16px; } }
  @media screen and (max-width: 950px) {
    .main_favorite_interview {
      font-size: 12px; } }
  .main_favorite_interview > li {
    display: block;
    position: relative; }
    .main_favorite_interview > li::before {
      content: "";
      position: absolute;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      border: 1px solid #32190b;
      border-radius: 50%;
      top: 0;
      margin: 0.527% 0 0;
      padding: 3.264%;
      opacity: 0;
      -webkit-transition: opacity 80ms linear 0ms;
      -o-transition: opacity 80ms linear 0ms;
      transition: opacity 80ms linear 0ms;
      pointer-events: none; }
    .i01 .main_favorite_interview > li:nth-child(odd)::before {
      background-image: url(../images/lower/01/main_favorite_interview_icon1.png); }
    .i01 .main_favorite_interview > li:nth-child(even)::before {
      background-image: url(../images/lower/01/main_favorite_interview_icon2.png); }
    .i02 .main_favorite_interview > li:nth-child(odd)::before {
      background-image: url(../images/lower/02/main_favorite_interview_icon1.png); }
    .i02 .main_favorite_interview > li:nth-child(even)::before {
      background-image: url(../images/lower/02/main_favorite_interview_icon2.png); }
    .i03 .main_favorite_interview > li:nth-child(odd)::before {
      background-image: url(../images/lower/03/main_favorite_interview_icon1.png); }
    .i03 .main_favorite_interview > li:nth-child(even)::before {
      background-image: url(../images/lower/03/main_favorite_interview_icon2.png); }
    .i04 .main_favorite_interview > li:nth-child(odd)::before {
      background-image: url(../images/lower/04/main_favorite_interview_icon1.png); }
    .i04 .main_favorite_interview > li:nth-child(even)::before {
      background-image: url(../images/lower/04/main_favorite_interview_icon2.png); }
    .i05 .main_favorite_interview > li:nth-child(odd)::before {
      background-image: url(../images/lower/05/main_favorite_interview_icon1.png); }
    .i05 .main_favorite_interview > li:nth-child(even)::before {
      background-image: url(../images/lower/05/main_favorite_interview_icon2.png); }
    .main_favorite_interview > li:nth-child(n+2) {
      margin-top: 0.843%; }
    .main_favorite_interview > li:nth-child(odd) {
      padding: 0 8.948% 0 9.053%; }
      .main_favorite_interview > li:nth-child(odd)::before {
        left: 0; }
      .main_favorite_interview > li:nth-child(odd) > p {
        background: #fbed21;
        -webkit-transform: translate(-5px, 0);
        -ms-transform: translate(-5px, 0);
        transform: translate(-5px, 0); }
        .main_favorite_interview > li:nth-child(odd) > p::before {
          border-right: 0.813em solid #fbed21;
          right: 100%; }
    .main_favorite_interview > li:nth-child(even) {
      padding: 0 9.053% 0 8.948%; }
      .main_favorite_interview > li:nth-child(even)::before {
        right: 0; }
      .main_favorite_interview > li:nth-child(even) > p {
        background: #239fd1;
        color: #fff;
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0); }
        .main_favorite_interview > li:nth-child(even) > p::before {
          border-left: 0.813em solid #239fd1;
          left: 100%; }
    .main_favorite_interview > li > p {
      position: relative;
      border-radius: 1.25em;
      padding: 1.407em 1.688em;
      letter-spacing: 0.07em;
      line-height: 1.688em;
      text-align: justify;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      opacity: 0;
      -webkit-transition: opacity 180ms linear 100ms, -webkit-transform 230ms ease-out 160ms;
      transition: opacity 180ms linear 100ms, -webkit-transform 230ms ease-out 160ms;
      -o-transition: opacity 180ms linear 100ms, transform 230ms ease-out 160ms;
      transition: opacity 180ms linear 100ms, transform 230ms ease-out 160ms;
      transition: opacity 180ms linear 100ms, transform 230ms ease-out 160ms, -webkit-transform 230ms ease-out 160ms; }
      .main_favorite_interview > li > p::before {
        content: "";
        position: absolute;
        border-top: 0.438em solid transparent;
        border-bottom: 0.438em solid transparent;
        width: 0;
        height: 0;
        top: 1.813em; }
    .main_favorite_interview > li.animated::before {
      opacity: 1; }
    .main_favorite_interview > li.animated > p {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.main_favorite_thumb {
  float: left;
  position: relative;
  width: 45.79%;
  margin: 0 0 10.422%;
  padding: 0 0 1.053%;
  line-height: 0; }
  .main_favorite_thumb > img {
    width: 108.046%;
    max-width: none;
    margin: 0 0 0 -8.045%; }
  .main_favorite_thumb > figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 0.07em;
    line-height: 1;
    font-size: 0.821vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: right; }
    @media screen and (min-width: 1340px) {
      .main_favorite_thumb > figcaption {
        font-size: 11px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_thumb > figcaption {
        font-size: 8px; } }

.main_favorite_text {
  float: right;
  border-radius: 1.493vw;
  background: #fbed21;
  width: 50.527%;
  margin: 0 0 8.211%;
  padding: 3.79% 4.211%;
  line-height: 1;
  -webkit-box-shadow: 6px 6px 0 #dbccae;
  box-shadow: 6px 6px 0 #dbccae; }
  @media screen and (min-width: 1340px) {
    .main_favorite_text {
      border-radius: 20px; } }
  .main_favorite_text > p {
    letter-spacing: 0.07em;
    line-height: 1.8em;
    font-size: 1.12vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_favorite_text > p {
        font-size: 15px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_text > p {
        font-size: 11px; } }
    .main_favorite_text > p > sup {
      display: inline-block;
      letter-spacing: normal;
      font-size: 0.667em;
      font-weight: bold;
      vertical-align: top;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
  .main_favorite_text > ol {
    margin: 0.834em 0 0;
    padding: 0;
    letter-spacing: 0.07em;
    line-height: 2.334em;
    font-size: 0.896vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_favorite_text > ol {
        font-size: 12px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_text > ol {
        font-size: 9px; } }
    .main_favorite_text > ol > li {
      display: block;
      padding-left: 1.75em;
      text-indent: -1.75em; }
      @media all and (-ms-high-contrast: none) {
        .main_favorite_text > ol > li ruby::before {
          bottom: 96% !important; } }
  .main_favorite_text > ul {
    margin: 1.5em 0 0;
    padding: 0;
    letter-spacing: 0.07em;
    line-height: 1.834em;
    font-size: 0.896vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_favorite_text > ul {
        font-size: 12px; } }
    @media screen and (max-width: 950px) {
      .main_favorite_text > ul {
        font-size: 9px; } }
    .main_favorite_text > ul > li {
      display: block; }
      @media all and (-ms-high-contrast: none) {
        .main_favorite_text > ul > li ruby::before {
          bottom: 100% !important; } }

.main_tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 950px;
  margin: 0 auto; }
  .main_tips::after {
    display: none; }

.main_tips_head {
  position: relative;
  margin: 0 auto;
  line-height: 0;
  font-size: 3.433vw; }
  @media screen and (min-width: 1340px) {
    .main_tips_head {
      font-size: 46px; } }
  @media screen and (max-width: 950px) {
    .main_tips_head {
      font-size: 33px; } }
  .main_tips_head::before {
    content: "";
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; }
    .i01 .main_tips_head::before {
      background-image: url(../images/lower/01/main_tips_head_img.png); }
    .i02 .main_tips_head::before {
      background-image: url(../images/lower/02/main_tips_head_img.png); }
    .i03 .main_tips_head::before {
      background-image: url(../images/lower/03/main_tips_head_img.png); }
    .i04 .main_tips_head::before {
      background-image: url(../images/lower/04/main_tips_head_img.png); }
    .i05 .main_tips_head::before {
      background-image: url(../images/lower/05/main_tips_head_img.png); }
  .main_tips_head > h2 {
    position: relative; }
    .main_tips_head > h2::before {
      content: "";
      position: absolute;
      background-image: url(../images/lower/main_tips_head_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.587em;
      height: 0.522em;
      left: -0.478em;
      top: -0.369em;
      opacity: 0;
      -webkit-transform: translate(3px, 3px);
      -ms-transform: translate(3px, 3px);
      transform: translate(3px, 3px);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transition: opacity 100ms linear 0ms, -webkit-transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, -webkit-transform 150ms ease-in 0ms;
      -o-transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms; }
  .main_tips_head.animated > h2::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .i01 .main_tips_head {
    width: 28%;
    padding: 10.316% 0 0; }
    .i01 .main_tips_head::before {
      width: 4.087em;
      height: 3.522em;
      right: -4.434em;
      bottom: 0.131em; }
  .i02 .main_tips_head {
    width: 29.369%;
    padding: 8.211% 0 0; }
    .i02 .main_tips_head::before {
      width: 4.218em;
      height: 4.044em;
      right: -3.847em;
      bottom: -0.217em; }
  .i03 .main_tips_head {
    width: 27.474%;
    padding: 10.316% 0 0; }
    .i03 .main_tips_head::before {
      width: 3.5em;
      height: 4.022em;
      right: -3.608em;
      bottom: -0.217em; }
  .i04 .main_tips_head {
    width: 37.79%;
    padding: 10.316% 0 0; }
    .i04 .main_tips_head::before {
      width: 2.696em;
      height: 3.957em;
      right: -3.26em;
      bottom: 0.022em; }
  .i05 .main_tips_head {
    width: 28.316%;
    padding: 10.106% 0 0; }
    .i05 .main_tips_head::before {
      width: 3em;
      height: 3.348em;
      right: -3.26em;
      bottom: 0.109em; }

.main_tips_text {
  width: 100%;
  margin: 4.211% auto 0; }
  .main_tips_text > p {
    letter-spacing: 0.07em;
    line-height: 2em;
    font-size: 1.12vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_tips_text > p {
        font-size: 15px; } }
    @media screen and (max-width: 950px) {
      .main_tips_text > p {
        font-size: 11px; } }
  .main_tips_text > ul {
    margin: 0.834em 0 0;
    letter-spacing: 0.07em;
    line-height: 1.667em;
    font-size: 0.896vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_tips_text > ul {
        font-size: 12px; } }
    @media screen and (max-width: 950px) {
      .main_tips_text > ul {
        font-size: 9px; } }
    .main_tips_text > ul > li {
      display: block;
      position: relative;
      padding: 0 0 0 0.834em; }
      .main_tips_text > ul > li::before {
        content: "*";
        position: absolute;
        left: 0;
        top: 0.084em;
        font-size: 1.2em;
        pointer-events: none; }

.main_tips_box {
  float: left;
  background: #fff;
  border-radius: 1.493vw;
  width: 45.053%;
  margin: 6.527% 0 0;
  padding: 4.632% 4.211%; }
  @media screen and (min-width: 1340px) {
    .main_tips_box {
      border-radius: 20px; } }
  .main_tips_box > dt {
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1.193em;
    font-size: 1.941vw;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (min-width: 1340px) {
      .main_tips_box > dt {
        font-size: 26px; } }
    @media screen and (max-width: 950px) {
      .main_tips_box > dt {
        font-size: 19px; } }
    .main_tips_box > dt::before {
      content: "";
      position: absolute;
      background-image: url(../images/lower/main_tips_box_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 2.231em;
      height: 2.347em;
      right: -2.384em;
      top: -2.384em;
      opacity: 0;
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: translate(-5px, 5px);
      -ms-transform: translate(-5px, 5px);
      transform: translate(-5px, 5px);
      -webkit-transition: opacity 100ms linear 0ms, -webkit-transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, -webkit-transform 150ms ease-in 0ms;
      -o-transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms;
      transition: opacity 100ms linear 0ms, transform 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
      pointer-events: none; }
  .main_tips_box > dd {
    margin: 1.6em 0 0;
    letter-spacing: 0.07em;
    line-height: 1.8em;
    font-size: 1.12vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_tips_box > dd {
        font-size: 15px; } }
    @media screen and (max-width: 950px) {
      .main_tips_box > dd {
        font-size: 11px; } }
  .main_tips_box.animated > dt::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.main_tips_thumb {
  float: right;
  width: 51.369%;
  margin: 4.948% 0 0;
  line-height: 0;
  text-align: right; }
  .main_tips_thumb > figcaption {
    margin: 0.819em 0 0;
    letter-spacing: 0.07em;
    line-height: 1;
    font-size: 0.821vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (min-width: 1340px) {
      .main_tips_thumb > figcaption {
        font-size: 11px; } }
    @media screen and (max-width: 950px) {
      .main_tips_thumb > figcaption {
        font-size: 8px; } }

.main_tips_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 4% 0 0;
  padding: 0 3.895%; }
  .main_tips_items::after {
    display: none; }
  .main_tips_items > li {
    display: block;
    list-style: none;
    width: 44.521%; }
    .main_tips_items > li > h3 {
      position: relative;
      padding: 0 0 0.85em;
      letter-spacing: 0.05em;
      line-height: 1;
      font-size: 1.493vw;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-align: center; }
      @media screen and (min-width: 1340px) {
        .main_tips_items > li > h3 {
          font-size: 20px; } }
      @media screen and (max-width: 950px) {
        .main_tips_items > li > h3 {
          font-size: 15px; } }
      .main_tips_items > li > h3::after {
        content: "";
        position: absolute;
        background-image: url(../images/lower/main_tips_items_h3_line.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 0.3em;
        width: 4.1em;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        pointer-events: none; }
    .main_tips_items > li > figure {
      margin: 4.872% 0 0;
      line-height: 0; }
    .main_tips_items > li > p {
      width: 89.744%;
      margin: 1.134em auto 0;
      letter-spacing: 0.07em;
      line-height: 1.534em;
      font-size: 1.12vw;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      text-align: justify; }
      @media screen and (min-width: 1340px) {
        .main_tips_items > li > p {
          font-size: 15px; } }
      @media screen and (max-width: 950px) {
        .main_tips_items > li > p {
          font-size: 11px; } }
      .main_tips_items > li > p > sup {
        display: inline-block;
        letter-spacing: normal;
        font-size: 0.667em;
        font-weight: bold;
        vertical-align: top;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top; }
    .main_tips_items > li > ol {
      width: 89.744%;
      margin: 0.834em auto 0;
      padding: 0;
      letter-spacing: 0.07em;
      line-height: 1.667em;
      font-size: 0.896vw;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (min-width: 1340px) {
        .main_tips_items > li > ol {
          font-size: 12px; } }
      @media screen and (max-width: 950px) {
        .main_tips_items > li > ol {
          font-size: 9px; } }
      .main_tips_items > li > ol > li {
        display: block; }

.main_episode {
  position: relative;
  max-width: 950px;
  margin: 4.777% auto 0; }

.main_episode_head {
  position: relative;
  width: 43.264%;
  margin: 0 auto 0 32%;
  line-height: 0;
  font-size: 3.433vw;
  text-align: center; }
  @media screen and (min-width: 1340px) {
    .main_episode_head {
      font-size: 46px; } }
  @media screen and (max-width: 950px) {
    .main_episode_head {
      font-size: 33px; } }
  .main_episode_head::before {
    content: "ワンポイント";
    position: absolute;
    background-image: url(../images/lower/main_episode_head_icon_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 7.667em;
    height: 2.889em;
    left: -7.833em;
    top: -0.277em;
    letter-spacing: 0.05em;
    line-height: 2.889em;
    font-size: 0.392em;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #fff;
    pointer-events: none; }

.main_episode_box {
  background: #fff;
  margin: 2.211% auto 0;
  padding: 4.211% 4.211% 3.79%;
  border-radius: 1.045vw; }
  @media screen and (min-width: 1340px) {
    .main_episode_box {
      border-radius: 14px; } }
  .main_episode_box::after {
    content: "";
    display: block;
    clear: both; }

.main_episode_data {
  width: 100%; }
  .main_episode_data + .main_episode_data {
    margin-top: 5.518%; }

.main_episode_thumb {
  float: right;
  width: 45.978%;
  margin: 0;
  line-height: 0; }
  .main_episode_thumb > img {
    border-radius: 1.045vw; }
    @media screen and (min-width: 1340px) {
      .main_episode_thumb > img {
        border-radius: 14px; } }
  .main_episode_thumb > p {
    position: absolute;
    right: 0;
    bottom: -2.181em;
    letter-spacing: 0.07em;
    line-height: 1;
    font-size: 0.821vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: right; }
    @media screen and (min-width: 1340px) {
      .main_episode_thumb > p {
        font-size: 11px; } }
    @media screen and (max-width: 950px) {
      .main_episode_thumb > p {
        font-size: 8px; } }
    .i02 .main_episode_thumb > p {
      position: static;
      margin: 1.455em 0 0; }
  .main_episode_thumb + .main_episode_sub {
    float: left;
    width: 48.966%;
    text-align: left; }
    .main_episode_thumb + .main_episode_sub + .main_episode_text {
      float: left;
      width: 48.966%; }
  .main_episode_thumb + .main_episode_text {
    float: left;
    width: 48.966%;
    margin-top: 0; }

.main_episode_sub {
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1.792vw;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center; }
  @media screen and (min-width: 1340px) {
    .main_episode_sub {
      font-size: 24px; } }
  @media screen and (max-width: 950px) {
    .main_episode_sub {
      font-size: 18px; } }

.main_episode_lead {
  letter-spacing: 0.08em;
  line-height: 1.667em;
  font-size: 1.12vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify; }
  @media screen and (min-width: 1340px) {
    .main_episode_lead {
      font-size: 15px; } }
  @media screen and (max-width: 950px) {
    .main_episode_lead {
      font-size: 11px; } }
  .main_episode_lead > p {
    margin: 0;
    line-height: inherit; }

.main_episode_text {
  margin: 1.667em 0 0;
  letter-spacing: 0.08em;
  line-height: 2em;
  font-size: 1.12vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify; }
  @media screen and (min-width: 1340px) {
    .main_episode_text {
      font-size: 15px; } }
  @media screen and (max-width: 950px) {
    .main_episode_text {
      font-size: 11px; } }
  .main_episode_text > p, .main_episode_text > ul, .main_episode_text > ol {
    margin: 0;
    padding: 0;
    line-height: inherit;
    list-style: none; }
  .main_episode_text > p + ol {
    margin-top: 2em; }
  .main_episode_text > ol > li {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  .main_episode_text > ol + p {
    margin-top: 2em; }

.main_episode_note {
  clear: both;
  padding: 0.584em 0 0;
  letter-spacing: 0.07em;
  line-height: 2em;
  font-size: 0.896vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1340px) {
    .main_episode_note {
      font-size: 12px; } }
  @media screen and (max-width: 950px) {
    .main_episode_note {
      font-size: 9px; } }
  @media screen and (min-width: 641px) {
    .main_episode_note.right {
      text-align: right; } }

.main_episode_manuscript {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .main_episode_manuscript > dt {
    background-image: url(../images/lower/main_episode_manuscript_dt_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 13.45em auto;
    padding: 0 0 0.95em;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 1.493vw;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: center; }
    @media screen and (min-width: 1340px) {
      .main_episode_manuscript > dt {
        font-size: 20px; } }
    @media screen and (max-width: 950px) {
      .main_episode_manuscript > dt {
        font-size: 15px; } }
  .main_episode_manuscript > dd > p {
    background-image: url(../images/lower/main_episode_manuscript_dd_line_pc.png);
    background-position: left bottom;
    background-repeat: repeat;
    background-size: 100% 2.134em;
    width: 29.334em;
    margin: 0 auto;
    letter-spacing: 0.09em;
    line-height: 2.134em;
    font-size: 1.12vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify; }
    @media screen and (min-width: 1340px) {
      .main_episode_manuscript > dd > p {
        font-size: 15px; } }
    @media screen and (max-width: 950px) {
      .main_episode_manuscript > dd > p {
        font-size: 11px; } }
    .main_episode_manuscript > dd > p ruby::before {
      bottom: 74% !important; }
    .main_episode_manuscript > dd > p + p {
      margin-top: 2.134em; }
  .i05 .main_episode_manuscript {
    background-image: url(../images/lower/05/main_episode_manuscript_bg_pc.png);
    width: 78.106%;
    margin: 2.737% auto 1.158%;
    padding: 9.685% 0 12.948%; }
    .i05 .main_episode_manuscript > dd {
      margin: 2.696% 0 0; }

.main_recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #e5e5e5), color-stop(50%, #fff), to(#f0f0f0));
  background: -webkit-linear-gradient(left, #fff 0%, #e5e5e5 50%, #fff 50%, #f0f0f0 100%);
  background: -o-linear-gradient(left, #fff 0%, #e5e5e5 50%, #fff 50%, #f0f0f0 100%);
  background: linear-gradient(to right, #fff 0%, #e5e5e5 50%, #fff 50%, #f0f0f0 100%);
  border-left: 1.12vw solid #754c24;
  border-right: 1.12vw solid #754c24;
  border-top: 0.374vw solid #754c24;
  border-bottom: 0.374vw solid #754c24;
  max-width: 950px;
  margin: 7.612% auto 0;
  padding: 3.583% 0 3.732%; }
  @media screen and (min-width: 1340px) {
    .main_recipe {
      border-left: 15px solid #754c24;
      border-right: 15px solid #754c24;
      border-top: 5px solid #754c24;
      border-bottom: 5px solid #754c24;
      padding: 48px 0 50px; } }
  .main_recipe::before {
    content: "";
    position: absolute;
    background-image: url(../images/lower/main_recipe_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    margin: -2.391% auto 0;
    padding: 1.903% 10.924%;
    pointer-events: none;
    mix-blend-mode: multiply; }
  .main_recipe::after {
    content: "";
    position: absolute;
    background-image: url(../images/lower/main_recipe_img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    margin: 0 -6.63% -7.065% 0;
    padding: 15.055% 9.077%;
    visibility: visible;
    pointer-events: none; }

.main_recipe_head {
  width: 100%;
  text-align: center; }
  .main_recipe_head > h2 {
    display: inline-block;
    position: relative;
    background-image: url(../images/lower/main_recipe_head_bg.png);
    background-position: 2.334em bottom;
    background-repeat: no-repeat;
    background-size: 6.2em auto;
    padding: 0 0 0.3em 2.434em;
    line-height: 1.067em;
    letter-spacing: 0.05em;
    font-size: 2.239vw;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
    @media screen and (min-width: 1340px) {
      .main_recipe_head > h2 {
        font-size: 30px; } }
    @media screen and (max-width: 950px) {
      .main_recipe_head > h2 {
        font-size: 22px; } }
    .main_recipe_head > h2::after {
      content: "";
      position: absolute;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none; }
      .i01 .main_recipe_head > h2::after {
        background-image: url(../images/lower/01/main_recipe_head_img.png); }
      .i02 .main_recipe_head > h2::after {
        background-image: url(../images/lower/02/main_recipe_head_img.png); }
      .i03 .main_recipe_head > h2::after {
        background-image: url(../images/lower/03/main_recipe_head_img.png); }
      .i04 .main_recipe_head > h2::after {
        background-image: url(../images/lower/04/main_recipe_head_img.png); }
      .i05 .main_recipe_head > h2::after {
        background-image: url(../images/lower/05/main_recipe_head_img.png); }
      .i01 .main_recipe_head > h2::after {
        width: 4.634em;
        height: 5.067em;
        left: -1.8em;
        top: -3.433em; }
      .i02 .main_recipe_head > h2::after {
        width: 3.6em;
        height: 5.167em;
        left: -1.8em;
        top: -3.5em; }
      .i03 .main_recipe_head > h2::after {
        width: 4.534em;
        height: 5.267em;
        left: -2.466em;
        top: -3.333em; }
      .i04 .main_recipe_head > h2::after {
        width: 4.234em;
        height: 4.767em;
        left: -2.5em;
        top: -3.033em; }
      .i05 .main_recipe_head > h2::after {
        width: 4.9em;
        height: 4.967em;
        left: -3.033em;
        top: -3.433em; }

.main_recipe_thumb {
  width: 40.218%;
  margin: 3.153% 0 0 5%;
  line-height: 0; }
  .main_recipe_thumb > img {
    border-radius: 1.045vw; }
    @media screen and (min-width: 1340px) {
      .main_recipe_thumb > img {
        border-radius: 14px; } }

.main_recipe_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 38.044%;
  margin: 2.609% 5.979% 0 0; }

.main_recipe_name {
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 1.493vw;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  @media screen and (min-width: 1340px) {
    .main_recipe_name {
      font-size: 20px; } }
  @media screen and (max-width: 950px) {
    .main_recipe_name {
      font-size: 15px; } }
  @media all and (-ms-high-contrast: none) {
    .main_recipe_name ruby::before {
      bottom: 100% !important; } }

.main_recipe_text {
  border-bottom: 1px solid #f9eadc;
  background-image: url(../images/lower/main_recipe_text_line.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: auto 3.067em;
  margin: 5.715% 0 0;
  letter-spacing: 0.07em;
  line-height: 3.067em;
  font-size: 1.12vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify; }
  @media screen and (min-width: 1340px) {
    .main_recipe_text {
      font-size: 15px; } }
  @media screen and (max-width: 950px) {
    .main_recipe_text {
      font-size: 11px; } }
  .main_recipe_text ruby::before {
    bottom: 68% !important; }

.main_recipe_link {
  margin: auto 0 0; }
  .main_recipe_link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #32190b;
    border-radius: 50px;
    width: 13.75em;
    letter-spacing: 0.05em;
    line-height: 3.375em;
    font-size: 1.195vw;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #fff; }
    @media screen and (min-width: 1340px) {
      .main_recipe_link > a {
        font-size: 16px; } }
    @media screen and (max-width: 950px) {
      .main_recipe_link > a {
        font-size: 12px; } }
    .main_recipe_link > a::before {
      content: "";
      display: block;
      background-image: url(../images/main_link_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 1em;
      height: 1em;
      margin: 0 0.375em 0 0; }
    .main_recipe_link > a:hover {
      opacity: 0.5; }

.contents_footer {
  padding: 6.568% 0 6.195%; }

.footer_title {
  position: relative;
  width: 40.15%;
  max-width: 574px;
  margin: 0 auto 3.209%;
  line-height: 0; }
  .footer_title::before {
    content: "";
    position: absolute;
    background-image: url(../images/lower/footer_title_bal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    margin: -9.93% -25.435% 0 0;
    padding: 7.84% 11.237%;
    pointer-events: none; }

.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 950px;
  margin: 0 auto; }
  .footer_list::after {
    display: none !important; }
  .footer_list > li {
    display: block;
    width: 15.579%;
    margin: 0 2.632%; }

.fotter_list_lead {
  position: relative;
  padding: 18.385em 0 0;
  letter-spacing: 0.07em;
  line-height: 1;
  font-size: 0.971vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center; }
  @media screen and (min-width: 1340px) {
    .fotter_list_lead {
      font-size: 13px; } }
  @media screen and (max-width: 950px) {
    .fotter_list_lead {
      font-size: 10px; } }
  .fotter_list_lead::before {
    content: "";
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none; }
    .ijin01 .fotter_list_lead::before {
      background-image: url(../images/ijin01_image.png); }
    .ijin02 .fotter_list_lead::before {
      background-image: url(../images/ijin02_image.png); }
    .ijin03 .fotter_list_lead::before {
      background-image: url(../images/ijin03_image.png); }
    .ijin04 .fotter_list_lead::before {
      background-image: url(../images/ijin04_image.png); }
    .ijin05 .fotter_list_lead::before {
      background-image: url(../images/ijin05_image.png); }
    .ijin01 .fotter_list_lead::before {
      width: 9.693em;
      height: 16em;
      top: 0.385em; }
    .ijin02 .fotter_list_lead::before {
      width: 12.616em;
      height: 16.847em;
      top: 0.077em; }
    .ijin03 .fotter_list_lead::before {
      width: 11.385em;
      height: 16.462em;
      top: 0; }
    .ijin04 .fotter_list_lead::before {
      width: 10.77em;
      height: 16.385em;
      top: 0.693em; }
    .ijin05 .fotter_list_lead::before {
      width: 11.231em;
      height: 15.231em;
      top: 1.539em; }

.fotter_list_name {
  position: relative;
  left: 50%;
  line-height: 0;
  font-size: 2.09vw;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media screen and (min-width: 1340px) {
    .fotter_list_name {
      font-size: 28px; } }
  @media screen and (max-width: 950px) {
    .fotter_list_name {
      font-size: 20px; } }
  .ijin01 .fotter_list_name {
    width: 3.5em;
    margin: 0.215em 0 1.143em; }
  .ijin02 .fotter_list_name {
    width: 5.286em;
    margin: 0.572em 0 1.393em; }
  .ijin03 .fotter_list_name {
    width: 3.893em;
    margin: 0.179em 0 1.286em; }
  .ijin04 .fotter_list_name {
    width: 6.215em;
    margin: 0.25em 0 1.358em; }
  .ijin05 .fotter_list_name {
    width: 4.072em;
    margin: 0.429em 0 0.465em; }

.fotter_list_link {
  line-height: 1;
  font-size: 1.045vw; }
  @media screen and (min-width: 1340px) {
    .fotter_list_link {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    .fotter_list_link {
      font-size: 10px; } }
  .fotter_list_link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #32190b;
    border-radius: 50px;
    width: 10.572em;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.786em;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-decoration: none;
    color: #fff; }
    .fotter_list_link > a::before {
      content: "";
      display: block;
      background-image: url(../images/main_link_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.858em;
      height: 0.858em;
      margin: 0 0.358em 0 0; }
    .fotter_list_link > a:hover {
      opacity: 0.5; }

.footer_link {
  margin: 2.239% auto 0;
  font-size: 1.045vw;
  font-weight: bold; }
  @media screen and (min-width: 1340px) {
    .footer_link {
      font-size: 14px; } }
  @media screen and (max-width: 950px) {
    .footer_link {
      font-size: 10px; } }
  .footer_link > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid;
    border-radius: 50px;
    width: 13.286em;
    height: 2.715em;
    margin: 0 auto;
    color: inherit; }
    .footer_link > a::before {
      content: "";
      display: block;
      background-image: url(../images/lower/footer_link_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 0.429em;
      height: 2.715em;
      margin: 0 0.215em 0 0; }
    .footer_link > a:hover {
      color: rgba(50, 25, 11, 0.5); }
      .footer_link > a:hover::before {
        opacity: 0.5; }

@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important; }
  .contents_wrapper {
    background: #fcf9e9; }
    .contents_wrapper ruby[data-ruby]::before {
      font-size: 3.734vw;
      -webkit-transform: scale(0.5) translate(0, 0.4em);
      -ms-transform: scale(0.5) translate(0, 0.4em);
      transform: scale(0.5) translate(0, 0.4em); }
  .contents_header {
    background: none; }
    .contents_header::before {
      background-image: url(../images/lower/header_title_bg_sp.png);
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto; }
  .header_inner {
    display: block;
    max-width: none; }
  .header_title {
    position: absolute;
    width: 25.067%;
    left: 9.2%;
    top: 50%;
    margin: 0;
    padding: 0 0 1.067%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .header_lead {
    margin: 0;
    padding: 1.097em 0 0 9.033em;
    letter-spacing: 0.07em;
    line-height: 1.484em;
    font-size: 4.134vw; }
  .header_note {
    position: static;
    margin: 0.682em 0 0;
    padding: 0 0 1.546em 12.728em;
    line-height: 1.273em;
    font-size: 2.934vw; }
  .contents_main.bg1 {
    padding: 0 0 22.934%; }
  .main_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3.2vw;
    width: 90.667%;
    max-width: none;
    margin: 11.734% auto 0;
    padding: 0 6.667% 8.934%; }
  .main_profile_thumb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    float: none;
    width: 100%;
    padding: 8.621% 0 0; }
    .main_profile_thumb > img {
      border-radius: 2.534vw; }
    .main_profile_thumb > figcaption {
      left: 1.25em;
      bottom: 1.35em;
      font-size: 2.667vw; }
  .main_profile_name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    float: none;
    width: 100%;
    padding: 29.828% 0 0;
    font-size: 3.6vw; }
    .main_profile_name > p {
      margin: 0;
      letter-spacing: 0.07em;
      line-height: 1.297em; }
      .main_profile_name > p::before, .main_profile_name > p::after {
        width: 0.556em;
        height: 1.075em;
        bottom: 0.149em; }
      .main_profile_name > p::before {
        left: -1.111em; }
      .main_profile_name > p::after {
        right: -1.111em; }
    .main_profile_name > h2 {
      font-size: 11.067vw; }
    .i01 .main_profile_name::before {
      width: 5.26em;
      height: 8.445em;
      top: -2.777em; }
    .i01 .main_profile_name > h2 {
      width: 3.88em;
      margin: 0.109em auto 0.338em; }
    .i02 .main_profile_name::before {
      width: 6.297em;
      height: 8.371em;
      top: -2.592em; }
    .i02 .main_profile_name > h2 {
      width: 5.76em;
      margin: 0.133em auto 0.338em; }
    .i03 .main_profile_name::before {
      width: 6.075em;
      height: 8.889em;
      top: -3.074em; }
    .i03 .main_profile_name > h2 {
      width: 4.241em;
      margin: 0.061em auto 0.35em; }
    .i04 .main_profile_name::before {
      width: 5.889em;
      height: 8.889em;
      top: -3.074em; }
    .i04 .main_profile_name > h2 {
      width: 5.94em;
      margin: 0.133em auto 0.422em; }
    .i05 .main_profile_name::before {
      width: 5.889em;
      height: 8.889em;
      top: -3.074em; }
    .i05 .main_profile_name > h2 {
      width: 5.94em;
      margin: 0.133em auto 0.422em; }
  .main_profile_data {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    float: none;
    width: 100%;
    padding: 0 0 0 10.345%;
    font-size: 2.934vw; }
    .main_profile_data ruby[data-ruby]::before {
      -webkit-transform: scale(0.5) translate(0, 0.6em);
      -ms-transform: scale(0.5) translate(0, 0.6em);
      transform: scale(0.5) translate(0, 0.6em); }
    .main_profile_data dl {
      margin: 0; }
      .main_profile_data dl > dt {
        border-radius: 0.546em;
        width: 4.091em;
        margin: 0 0.546em 0 0;
        letter-spacing: 0.05em;
        line-height: 1.637em; }
        .main_profile_data dl > dt:nth-of-type(n+2) {
          margin-top: 0.455em; }
      .main_profile_data dl > dd {
        width: calc(100% - 4.783em);
        margin: 0;
        letter-spacing: 0.05em;
        line-height: 1.696em;
        font-size: 1.046em; }
        .main_profile_data dl > dd:nth-of-type(n+2) {
          margin-top: 0.435em; }
  .main_profile_head {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    float: none;
    width: 100%;
    letter-spacing: 0.02em;
    line-height: 1.524em;
    font-size: 5.6vw;
    text-align: center; }
    .main_profile_head > h2 {
      display: inline-block;
      background-image: url(../images/lower/main_recipe_head_bg.png);
      background-position: left 2em;
      background-size: 4.453em auto;
      padding: 1.072em 0 0.262em 0.167em; }
      .i02 .main_profile_head > h2 {
        background-size: 7.239em 0.572em; }
      .i04 .main_profile_head > h2 {
        background-size: 7.715em 0.572em; }
      .i05 .main_profile_head > h2 {
        background-position: left 1.881em;
        background-size: 10.953em 0.572em; }
  .main_profile_text {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 1.231em 0 0;
    line-height: 1.847em;
    font-size: 3.467vw; }
    .main_profile_text > p {
      margin: 0; }
  .main_profile_note {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin: 1.091em 0 0;
    padding: 0;
    line-height: 1.637em;
    font-size: 2.934vw; }
  .main_favorite {
    max-width: none;
    margin: 11.467% auto 0 !important; }
  .main_favorite_head {
    width: 100% !important;
    margin: 0 !important; }
    .main_favorite_head > h2 {
      position: relative;
      font-size: 9.067vw; }
      .main_favorite_head > h2::after {
        width: 0.809em;
        height: 0.809em; }
    .main_favorite_head > p {
      position: static;
      margin: 0.286em auto 0.715em;
      line-height: 1.5em;
      font-size: 3.734vw;
      text-align: center; }
    .i01 .main_favorite_head {
      padding: 0 0 6.8%; }
      .i01 .main_favorite_head > h2 {
        background-position: 6.295em top;
        background-size: auto 2.471em;
        width: 78.667%;
        margin: 0 auto 0 21.334%;
        padding: 0.4% 22.667% 0 0; }
        .i01 .main_favorite_head > h2::before {
          width: 2.648em;
          height: 2.471em;
          left: 6.295em; }
        .i01 .main_favorite_head > h2::after {
          left: 5.427em;
          top: -0.029em; }
      .i01 .main_favorite_head > p {
        margin: 0.608em 0 0; }
    .i02 .main_favorite_head {
      padding: 0 0 3.067%; }
      .i02 .main_favorite_head > h2 {
        background-image: url(../images/lower/02/main_favorite_head_img_sp.png);
        background-position: 6.295em top;
        background-size: auto 2.471em;
        width: 78.667%;
        margin: 0 auto 0 21.334%;
        padding: 4.667% 22% 2.8% 0; }
        .i02 .main_favorite_head > h2::before {
          background-image: url(../images/lower/02/main_favorite_head_icon_sp.png);
          width: 2.471em;
          height: 2.853em;
          left: 6.133em; }
        .i02 .main_favorite_head > h2::after {
          left: 5.574em;
          top: -0.147em; }
    .i03 .main_favorite_head > h2 {
      background-position: 6.206em 0.045em;
      background-size: auto 2.677em;
      width: 78.667%;
      margin: 0 auto 0 21.334%;
      padding: 0 22% 3.734% 0; }
      .i03 .main_favorite_head > h2::before {
        width: 2.623em;
        height: 2.677em;
        left: 6.118em;
        top: 0.045em; }
      .i03 .main_favorite_head > h2::after {
        left: 5.75em;
        top: -0.029em; }
    .i04 .main_favorite_head > h2 {
      background-position: 7.148em 0.045em;
      background-size: auto 2.677em;
      width: 96.4%;
      margin: 0 auto 0 3.6%;
      padding: 2.4% 32.134% 2.134% 0; }
      .i04 .main_favorite_head > h2::before {
        width: 3.794em;
        height: 2.662em;
        left: 6.927em;
        top: -0.073em; }
      .i04 .main_favorite_head > h2::after {
        left: 6.412em;
        top: -0.22em; }
    .i05 .main_favorite_head > h2 {
      background-position: 7.53em 0;
      background-size: auto 2.677em;
      width: 94.8%;
      margin: 0 auto 0 5.2%;
      padding: 2.4% 22.934% 1.867% 0; }
      .i05 .main_favorite_head > h2::before {
        width: 3.309em;
        height: 2.648em;
        left: 7.5em;
        top: 0.118em; }
      .i05 .main_favorite_head > h2::after {
        left: 7.736em;
        top: -0.22em; }
  .main_favorite_interview {
    font-size: 3.467vw;
    margin: 0 0 11.467%;
    padding: 0 3.334%; }
    .main_favorite_interview > li {
      padding: 0 14.286% !important; }
      .main_favorite_interview > li::before {
        margin: 0;
        padding: 5.715%; }
      .main_favorite_interview > li:nth-child(n+2) {
        margin-top: 1.429%; }
      .main_favorite_interview > li:nth-child(odd) > p::before {
        border-right: 0.539em solid #fbed21; }
      .main_favorite_interview > li:nth-child(even) > p::before {
        border-left: 0.539em solid #239fd1; }
      .main_favorite_interview > li > p {
        border-radius: 0.77em;
        margin: 0;
        padding: 1.077em 1.347em;
        letter-spacing: 0.05em;
        line-height: 1.616em; }
        .main_favorite_interview > li > p::before {
          border-top: 0.27em solid transparent;
          border-bottom: 0.27em solid transparent;
          top: 1.27em; }
  .main_favorite_thumb {
    float: none;
    width: 90.667%;
    margin: 0 auto 3.867%;
    padding: 0; }
    .main_favorite_thumb > img {
      width: 100%;
      margin: 0; }
    .main_favorite_thumb > figcaption {
      position: static;
      margin: 0.91em;
      font-size: 2.934vw; }
  .main_favorite_text {
    float: none;
    border-radius: 3.2vw;
    width: 90.667%;
    margin: 0 auto 11.467%;
    padding: 8.267% 6.667%;
    -webkit-box-shadow: 3px 3px 0 #dbccae;
    box-shadow: 3px 3px 0 #dbccae;
    line-height: 1.847em; }
    .main_favorite_text > p {
      margin: 0;
      line-height: 1.616em;
      font-size: 3.467vw; }
      .main_favorite_text > p > sup {
        font-size: 0.77em; }
    .main_favorite_text > ol {
      margin: 1em 0 0;
      line-height: 1.819em;
      font-size: 2.934vw; }
    .main_favorite_text > ul {
      margin: 0.91em 0 0;
      line-height: 1.819em;
      font-size: 2.934vw; }
  .main_tips {
    display: block;
    max-width: none; }
  .main_tips_head {
    font-size: 8.4vw; }
    .main_tips_head > h2 {
      margin: 0; }
      .main_tips_head > h2::before {
        width: 0.588em;
        height: 0.493em;
        left: -0.492em;
        top: -0.365em; }
    .i01 .main_tips_head {
      width: 62.134%;
      padding: 14.534% 13.6% 0 0; }
      .i01 .main_tips_head::before {
        width: 3.858em;
        height: 3.334em;
        right: -2.396em;
        bottom: -0.126em; }
    .i02 .main_tips_head {
      width: 66.134%;
      padding: 14.534% 15.467% 0 0; }
      .i02 .main_tips_head::before {
        width: 3.921em;
        height: 3.778em;
        right: -1.92em;
        bottom: -0.587em; }
    .i03 .main_tips_head {
      width: 60%;
      padding: 14.534% 12.534% 0 0; }
      .i03 .main_tips_head::before {
        width: 3.27em;
        height: 3.762em;
        right: -1.857em;
        bottom: -0.523em; }
    .i04 .main_tips_head {
      width: 86.934%;
      padding: 14.534% 23.067% 0 0; }
      .i04 .main_tips_head::before {
        width: 2.445em;
        height: 3.556em;
        right: 0;
        bottom: -0.396em; }
    .i05 .main_tips_head {
      width: 62.667%;
      padding: 14.534% 13.867% 0 0; }
      .i05 .main_tips_head::before {
        width: 3.159em;
        height: 3.493em;
        right: -1.666em;
        bottom: -0.285em; }
  .main_tips_text {
    width: 90.667%;
    margin: 8% auto 0; }
    .main_tips_text > p {
      margin: 0;
      letter-spacing: 0.06em;
      line-height: 1.847em;
      font-size: 3.467vw; }
      .main_tips_text > p + p {
        margin-top: 1.154em; }
    .main_tips_text > ul {
      margin: 0.682em 0 0;
      padding: 0;
      letter-spacing: 0.06em;
      line-height: 1.637em;
      font-size: 2.934vw; }
  .main_tips_box {
    float: none;
    border-radius: 3.2vw;
    width: 90.667%;
    margin: 7.2% auto 0;
    padding: 6.934% 6.667% 8%; }
    .main_tips_box > dt {
      line-height: 1.422em;
      font-size: 5.067vw; }
      .main_tips_box > dt::before {
        width: 2.132em;
        height: 2.264em;
        right: -2.263em;
        top: -1.736em; }
    .main_tips_box > dd {
      margin: 1.154em 0 0;
      line-height: 1.616em;
      font-size: 3.467vw; }
  .main_tips_thumb {
    float: none;
    width: 90.667%;
    margin: 4% auto 0; }
    .main_tips_thumb > figcaption {
      margin: 1em 0 0;
      font-size: 2.934vw; }
  .main_tips_items {
    display: block;
    width: 90.667%;
    margin: 11.2% auto 0;
    padding: 0; }
    .main_tips_items > li {
      width: 100%; }
      .main_tips_items > li + li {
        margin-top: 12.353%; }
      .main_tips_items > li > h3 {
        padding: 0 0 0.829em;
        font-size: 4.667vw; }
        .main_tips_items > li > h3::after {
          background-size: auto 0.286em;
          width: 3.858em; }
      .main_tips_items > li > figure {
        width: 83.53%;
        margin: 4.853% auto 0; }
      .main_tips_items > li > p {
        width: 100%;
        margin: 0.731em auto 0;
        line-height: 1.616em;
        font-size: 3.467vw; }
        .main_tips_items > li > p > sup {
          font-size: 0.77em; }
      .main_tips_items > li > ol {
        width: 100%;
        margin: 1em auto 0;
        line-height: 1.637em;
        font-size: 2.934vw; }
    .main_tips_items + .main_tips_box {
      margin-top: 8.267%; }
  .main_episode {
    max-width: none;
    margin: 8.267% auto 0; }
  .main_episode_head {
    width: 81.067%;
    margin: 0 auto;
    font-size: 9.067vw; }
    .main_episode_head::before {
      position: static;
      display: block;
      width: 7.6em;
      margin: 0 auto 0.52em;
      line-height: 2.8em;
      font-size: 0.368em; }
    .main_episode_head > h2 {
      margin: 0; }
  .main_episode_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3.2vw;
    width: 90.667%;
    margin: 4.134% auto 0;
    padding: 8.267% 6.667% 9.334%; }
  .main_episode_data {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0; }
    .main_episode_data + .main_episode_data {
      margin-top: 8.4%; }
  .main_episode_sub {
    float: none !important;
    width: 100% !important;
    line-height: 1.433em;
    font-size: 4.934vw;
    text-align: left; }
  .main_episode_lead {
    letter-spacing: 0.07em;
    line-height: 1.847em;
    font-size: 3.467vw; }
  .main_episode_thumb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    float: none;
    width: 100%;
    margin: 5.518% 0 0; }
    .main_episode_thumb > img {
      border-radius: 3.2vw; }
    .main_episode_thumb > p {
      right: 4.667%;
      bottom: -2.09em;
      margin: 0;
      font-size: 2.934vw; }
      .i02 .main_episode_thumb > p {
        margin: 0.773em 0 0; }
  .main_episode_text {
    float: none !important;
    width: 100% !important;
    margin: 1.193em 0 0;
    letter-spacing: 0.07em;
    line-height: 1.847em;
    font-size: 3.467vw; }
    .main_episode_text > p + ol {
      margin-top: 0.847em; }
    .main_episode_text > ol + p {
      margin-top: 1.616em; }
  .main_episode_note {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    padding: 0.591em 0 0;
    line-height: 2em;
    font-size: 2.934vw; }
  .main_episode_manuscript > dt {
    background-size: 13.679em auto;
    padding: 0 0 0.929em;
    font-size: 3.734vw; }
  .main_episode_manuscript > dd > p {
    background-image: url(../images/lower/main_episode_manuscript_dd_line_sp.png);
    background-size: 100% 2.154em;
    width: 19.231em;
    letter-spacing: 0.07em;
    line-height: 2.154em;
    font-size: 3.467vw; }
    .main_episode_manuscript > dd > p + p {
      margin-top: 0; }
  .i05 .main_episode_manuscript {
    background-image: url(../images/lower/05/main_episode_manuscript_bg_sp.png);
    width: 117.242%;
    margin: 4.483% -8.62% 4.138%;
    padding: 17.414% 0 22.414%; }
    .i05 .main_episode_manuscript > dd {
      margin: 6.324% 0 0; }
  .main_recipe {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff;
    border-left: 2.667vw solid #754c24;
    border-right: 2.667vw solid #754c24;
    border-top: 1.067vw solid #754c24;
    border-bottom: 1.067vw solid #754c24;
    width: 93.334%;
    max-width: none;
    margin: 19.867% auto 0;
    padding: 8% 0 10.667%; }
    .main_recipe::before {
      margin: -3.484% auto 0;
      padding: 3.864% 22.728%; }
    .main_recipe::after {
      margin: 0 -5.151% -14.242% 0;
      padding: 27.046% 16.137%; }
  .main_recipe_head > h2 {
    background-position: left 0.977em;
    background-size: 6.096em auto;
    margin: 0;
    padding: 0 0.096em 0.048em !important;
    line-height: 1.524em;
    font-size: 5.6vw; }
    .i01 .main_recipe_head > h2::after {
      width: 4.215em;
      height: 4.596em;
      left: -3.619em;
      top: -3em; }
    .i02 .main_recipe_head > h2 {
      -webkit-transform: translate(0.81em);
      -ms-transform: translate(0.81em);
      transform: translate(0.81em); }
      .i02 .main_recipe_head > h2::after {
        width: 3em;
        height: 4.334em;
        left: -3.333em;
        top: -2.857em; }
    .i03 .main_recipe_head > h2 {
      -webkit-transform: translate(1.405em);
      -ms-transform: translate(1.405em);
      transform: translate(1.405em); }
      .i03 .main_recipe_head > h2::after {
        width: 3.81em;
        height: 4.381em;
        left: -4em;
        top: -1.333em; }
    .i04 .main_recipe_head > h2 {
      -webkit-transform: translate(1.096em);
      -ms-transform: translate(1.096em);
      transform: translate(1.096em); }
      .i04 .main_recipe_head > h2::after {
        width: 3.524em;
        height: 3.953em;
        left: -3.5em;
        top: -1.809em; }
    .i05 .main_recipe_head > h2 {
      -webkit-transform: translate(1.429em);
      -ms-transform: translate(1.429em);
      transform: translate(1.429em); }
      .i05 .main_recipe_head > h2::after {
        width: 4.143em;
        height: 4.143em;
        left: -4.642em;
        top: -1.88em; }
  .main_recipe_thumb {
    width: 84.849%;
    margin: 6.97% auto 0; }
    .main_recipe_thumb > img {
      border-radius: 2.8vw; }
  .main_recipe_data {
    display: block;
    width: 84.849%;
    margin: 4.546% auto 0; }
  .main_recipe_name {
    line-height: 1.734em;
    font-size: 4vw; }
  .main_recipe_text {
    background-size: auto 2.924em;
    margin: 5.358% 0 0;
    line-height: 2.924em;
    font-size: 3.467vw; }
    .main_recipe_text > p {
      margin: 0; }
  .main_recipe_link {
    margin: 11.072% 0 0; }
    .main_recipe_link > a {
      width: 13.77em;
      margin: 0 auto;
      line-height: 3.385em;
      text-decoration: none;
      font-size: 3.467vw; }
  .contents_footer {
    padding: 13.467% 0 11.467%; }
  .footer_title {
    width: 63.334%;
    max-width: none;
    margin: 0 auto 5.467%; }
    .footer_title::before {
      margin: -22.947% -28.631% 0 0;
      padding: 13.264% 19.053%; }
  .footer_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .footer_list > li {
      width: 32%;
      margin: 0 6%; }
      .footer_list > li.ijin03, .footer_list > li.ijin04 {
        margin-top: 6.667%; }
      .footer_list > li.ijin05 {
        margin-top: 2.667%; }
  .fotter_list_lead {
    margin: 0;
    padding: 17.953em 0 0;
    font-size: 2.8vw; }
    .ijin01 .fotter_list_lead::before {
      width: 10.239em;
      height: 16.477em;
      left: 0.667em;
      top: 0.048em; }
    .ijin02 .fotter_list_lead::before {
      width: 12.429em;
      height: 16.62em;
      left: -0.19em;
      top: 0.239em; }
    .ijin03 .fotter_list_lead::before {
      width: 11.381em;
      height: 16.62em;
      left: -0.142em;
      top: 0; }
    .ijin04 .fotter_list_lead::before {
      width: 10.858em;
      height: 16.477em;
      left: 0.524em;
      top: 0.477em; }
    .ijin05 .fotter_list_lead::before {
      width: 11.286em;
      height: 15.239em;
      left: -0.095em;
      top: 1.572em; }
  .fotter_list_name {
    font-size: 6vw; }
    .ijin01 .fotter_list_name {
      width: 3.512em;
      margin: 0.2em 0 0.289em; }
    .ijin02 .fotter_list_name {
      width: 5.267em;
      margin: 0.512em 0 0.534em; }
    .ijin03 .fotter_list_name {
      width: 3.867em;
      margin: 0.089em 0 0.267em; }
    .ijin04 .fotter_list_name {
      width: 6.2em;
      margin: 0.156em 0 0.334em; }
    .ijin05 .fotter_list_name {
      width: 4.089em;
      margin: 0.489em 0 0.4em; }
  .fotter_list_link {
    margin: 0;
    font-size: 3.067vw; }
    .fotter_list_link > a {
      width: 10.435em;
      line-height: 2.696em; }
  .footer_link {
    margin: 8% auto 0;
    font-size: 3.067vw; }
    .footer_link > a {
      width: 13.218em;
      height: 2.696em;
      text-decoration: none; }
      .footer_link > a::before {
        width: 0.435em;
        height: 2.696em;
        margin: 0 0.261em 0 0; } }
