@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media (max-width: 640px) {
  #bg {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
  }
  #wrap {
    font-family: "A1 Gothic R", serif;
    position: relative;
    z-index: 2;
  }
  article {
    padding: 0;
  }
  /* --------------------------------------------------
  *
      #kv
  *
  -------------------------------------------------- */
  #kv {
    margin: 0 0 6.25vw 0;
    text-align: center;
    line-height: 0;
  }
  #kv img {
    width: 100%;
  }
  /* --------------------------------------------------
  *
      #yodogawa
  *
  -------------------------------------------------- */
  #yodogawa {
    padding: 6.25vw 0 0 0;
    text-align: center;
  }
  #yodogawa .inner {
    width: 97.6667%;
  }
  #yodogawa p {
    margin: 0 0 1em 0;
    line-height: 2em;
    font-size: 0.9rem;
  }
  #yodogawa .btn_profile {
    margin: 0;
  }
  #yodogawa a {
    padding: 0 0 1px 0;
    border-width: 0;
    border-style: solid;
    transition: border 0.1s ease;
  }
  .is_pc #yodogawa a:hover,
.is_sp #yodogawa a.touch {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: border 0.15s ease;
  }
  .profile_inner,
.modal_content_inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    background-color: #fff;
    text-align: left;
    overflow-wrap: break-word;
  }
  .profile_inner .pic,
.modal_content_inner .pic {
    margin: 0 0 40px 0;
    text-align: center;
  }
  .profile_inner .pic img,
.modal_content_inner .pic img {
    width: 100%;
    max-width: 480px;
  }
  .profile_inner .pic .caption,
.modal_content_inner .pic .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.6em;
    text-align: right;
  }
  .profile_inner .pic .caption.caption_left,
.modal_content_inner .pic .caption.caption_left {
    text-align: left;
  }
  .profile_inner .pic .caption.caption_center,
.modal_content_inner .pic .caption.caption_center {
    text-align: center;
  }
  .profile_inner h3,
.modal_content_inner h3 {
    max-width: 420px;
    margin: 0 auto 30px auto;
    font-size: 23px;
    text-align: center;
  }
  .profile_inner h3 .s,
.modal_content_inner h3 .s {
    margin: 10px 0 0 0;
    font-size: 14px;
    display: block;
  }
  .profile_inner .desc,
.modal_content_inner .desc {
    max-width: 420px;
    margin: 0 auto;
  }
  .profile_inner .desc p,
.modal_content_inner .desc p {
    margin: 0 0 1.5em 0;
    line-height: 2em;
    font-size: 0.9rem;
  }
  .profile_inner .desc p a,
.modal_content_inner .desc p a {
    padding: 0 0 1px 0;
    border-width: 0;
    border-style: solid;
    transition: border 0.1s ease;
  }
  .is_pc .profile_inner .desc p a:hover,
.is_sp .profile_inner .desc p a.touch,
.is_pc .modal_content_inner .desc p a:hover,
.is_sp .modal_content_inner .desc p a.touch {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: border 0.15s ease;
  }
  /* --------------------------------------------------
  *
      #index_nav
  *
  -------------------------------------------------- */
  #index_nav {
    margin: 7.8125vw 0;
    text-align: center;
  }
  #index_nav a {
    padding: 7.8125vw 0;
    display: block;
    transition: opacity 0.1s ease;
  }
  .is_pc #index_nav a:hover,
.is_sp #index_nav a.touch {
    opacity: 0.7;
    transition: opacity 0.15s ease;
  }
  #index_nav .disabled a {
    opacity: 1 !important;
    cursor: default;
  }
  #index_nav .disabled a .title {
    opacity: 0.3 !important;
    cursor: default;
  }
  #index_nav .title {
    padding: 0 5%;
    margin: 0 0 6.25vw 0;
    font-size: 5.9375vw;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    white-space: nowrap;
  }
  #index_nav .title:last-child {
    margin-bottom: 0px;
  }
  #index_nav .title .s {
    margin: 0 0 10px 0;
    font-size: 70%;
    display: block;
  }
  #index_nav .title img {
    width: 100%;
    max-width: 360px;
    opacity: 1;
  }
  #index_nav .date {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #666;
  }
  /* --------------------------------------------------
  *
      talk_nav
  *
  -------------------------------------------------- */
  #talk_nav ul, .talk_nav ul {
    max-width: 420px;
    padding: 0 5% 12px 5%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #talk_nav .disabled, .talk_nav .disabled {
    visibility: hidden;
  }
  #talk_nav ul img, #talk_nav ul svg,
.talk_nav ul img, .talk_nav ul svg {
    width: auto;
    /* height: calc(67 / 640 * 100vw); */
    height: 42px;
    opacity: 1 !important;
  }
  #talk_nav li a, .talk_nav li a {
    padding: 0 0 13px 0;
    transition: opacity 0.1s ease;
    position: relative;
  }
  .is_sp #talk_nav li a,
.is_sp .talk_nav li a {
    padding: 0 0 10px 0;
  }
  .is_pc #talk_nav li a:hover,
.is_sp #talk_nav li a.touch,
.is_pc .talk_nav li a:hover,
.is_sp .talk_nav li a.touch {
    opacity: 0.7;
    transition: opacity 0.15s ease;
  }
  #talk_nav li a:after, .talk_nav li a:after {
    margin: 0 0 0 2px;
    display: block;
    font-size: 10px;
    color: #000;
    letter-spacing: 0.15em;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #talk_nav .prev a:after,
.talk_nav .prev a:after {
    content: "前へ";
  }
  #talk_nav .index a:after,
.talk_nav .index a:after {
    content: "目次ページへ";
  }
  #talk_nav .next a:after,
.talk_nav .next a:after {
    content: "次へ";
  }
  /* --------------------------------------------------
  *
      #talk_wrap
  *
  -------------------------------------------------- */
  #talk_wrap h2 {
    margin: 0 0 9.375vw 0;
    font-size: 5.9375vw;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    text-align: center;
    padding: 0 4.1667%;
  }
  #talk_wrap h2 .s {
    margin: 0 0 10px 0;
    font-size: 70%;
    display: block;
  }
  #talk_wrap h2 img {
    width: 100%;
    max-width: 480px;
  }
  #talk_body .pic {
    max-width: 480px;
    margin: 0 10px 0px 10px;
    text-align: center;
  }
  #talk_body .pic.v {
    max-width: 480px;
  }
  #talk_body .pic img {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0;
    margin-top: 20px;
  }
  #talk_body .pic .caption {
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.6em;
    text-align: right;
  }
  #talk_body .pic .caption.caption_left {
    text-align: left;
  }
  #talk_body .pic .caption.caption_center {
    text-align: center;
  }
  #talk_body dl,
.info_taidan_txt dl {
    width: 91.6667%;
    /* margin: calc(20 / 640 * 100vw) auto calc(60 / 640 * 100vw) auto; */
    font-size: 1rem;
    max-width: 480px;
  }
  #talk_body dt,
.info_taidan_txt dt {
    margin: 0 0 10px 0;
    font-weight: bold;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #talk_body dt.t_h,
.info_taidan_txt dt.t_h {
    letter-spacing: -0.05em;
    position: relative;
    left: 0;
  }
  #talk_body dd,
.info_taidan_txt dd {
    display: block;
    /* padding: 0 0 0 4.1667%; */
    margin: 0 0 2em 0;
    line-height: 1.8em;
    text-align: left;
  }
  #talk_body dd + dd,
.info_taidan_txt dd + dd {
    margin-top: -1em;
  }
  #talk_body a {
    padding: 0 0 1px 0;
    border-width: 0;
    border-style: solid;
    transition: border 0.1s ease;
  }
  .is_pc #talk_body a:hover,
.is_sp #talk_body a.touch {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: border 0.15s ease;
  }
  #talk_body .txt_box {
    max-width: 480px;
    padding: 0px 4.1667% 25px 4.1667%;
    margin: 9.375vw auto 3.125vw auto;
    line-height: 1.6em;
  }
  #talk_body .txt_box .pic {
    width: 100%;
    margin: 0 auto 6.25vw auto;
  }
  #talk_body .txt_box .pic.v {
    max-width: 480px;
  }
  #talk_body .txt_box .pic img {
    width: 100%;
  }
  #talk_body .txt_box .pic .caption {
    font-size: 12px;
    color: #666;
    display: block;
  }
  #talk_body .txt_box span {
    line-height: 1.6em;
  }
  #talk_body .txt_box .desc {
    margin: 0 auto;
    padding: 0;
  }
  #talk_body .txt_box .desc p {
    margin: 0 0 2em 0;
    line-height: 1.8em;
    font-size: 1rem;
  }
  #talk_body .txt_box .desc p:last-child {
    margin: 0;
  }
  #talk_wrap .talk_end {
    margin: 15.625vw 0;
    text-align: center;
    font-size: 0.9rem;
  }
  #talk_wrap .talk_end p {
    margin: 0 0 20px 0;
  }
  /* --------------------------------------------------
  *
      #information
  *
  -------------------------------------------------- */
  #information, #information_free {
    padding: 2.34375vw 0 0 0;
    text-align: center;
    font-size: 0.9rem;
  }
  #information li, #information_free li {
    margin: 0 0 8.59375vw 0;
    padding: 0 0 3.125vw 0;
  }
  #information li .info_desc ul, #information_free li .info_desc ul {
    list-style: disc;
    margin-left: 1.5rem;
  }
  #information li .info_desc li, #information_free li .info_desc li {
    margin-bottom: 1rem;
    padding: 0;
  }
  #information .info_title, #information_free .info_title {
    display: inline-block;
    text-align: left;
  }
  #information .info_title, #information_free .info_title {
    margin: 0 0 4.6875vw 0;
    line-height: 2.3em;
  }
  #information li .info_img, #information_free li .info_img:not(:last-child) {
    margin: 0 0 4.6875vw 0;
  }
  #information li .info_img img, #information_free li .info_img img {
    width: 100%;
    max-width: 480px;
  }
  #information li .info_desc, #information_free li .info_desc {
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
  }
  #information li .info_desc p, #information_free li .info_desc p {
    margin: 0 0 1.5em 0;
    line-height: 2em;
  }
  #information li .info_desc a, #information_free li .info_desc a {
    padding: 0 0 1px 0;
    border-width: 0;
    border-style: solid;
    transition: border 0.1s ease;
  }
  .is_pc #information li .info_desc a:hover,
.is_sp #information li .info_desc a.touch,
.is_pc #information_free li .info_desc a:hover,
.is_sp #information_free li .info_desc a.touch {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: border 0.15s ease;
  }
	#index_nav .title {
    font-size: 120%;
    padding: 0 16px;
    white-space: normal;
}
  /* --------------------------------------------------
  *
      footer
  *
  -------------------------------------------------- */
  footer {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  footer .inner {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  footer .share {
    max-width: 260px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
  }
  footer .share li {
    margin: 0;
  }
  footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 40px 0;
    display: block;
  }
  footer .share_title {
    border-top: 1px solid #0a1464;
    border-bottom: 1px solid #0a1464;
    font-size: 12px;
    font-weight: bold;
    color: #0a1464;
  }
  footer .share_title span {
    display: block;
    line-height: 1em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  footer li span {
    display: block;
    vertical-align: middle;
  }
  footer .share li a {
    font-size: 38px;
  }
  footer li a {
    transform: opacity 0.1s ease;
  }
  footer li a:hover {
    opacity: 0.7;
    transform: opacity 0.15s ease;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 30px;
    position: relative;
    top: -2px;
  }
  footer .email {
    font-size: 13px;
    font-weight: bold;
    color: #0a1464;
  }
  footer .ico_home span {
    margin: 0 0 0 0;
    display: block;
    font-size: 38px;
  }
  footer .copyright {
    padding: 20px 0 40px 0;
    text-align: center;
    font-size: 12px;
    color: #888;
    letter-spacing: 0.1em;
  }
} /* ----- max-width: 640px ----- */
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media (min-width: 641px) {
  #wrap {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.075em;
  }
  article {
    max-width: 960px;
    padding: 0;
  }
  /* --------------------------------------------------
  *
      #kv
  *
  -------------------------------------------------- */
  /* --------------------------------------------------
  *
      #yodogawa
  *
  -------------------------------------------------- */
  /* #yodogawa.bd_t.bd_none{ margin-top: -50px !important;} */
  .profile_inner .pic,
.modal_content_inner .pic {
    margin: 0 0 40px 0;
  }
  /* --------------------------------------------------
  *
      #index_nav
  *
  -------------------------------------------------- */
  #index_nav .title {
    line-height: 0.8;
    font-size: 135%;
  }
  /* --------------------------------------------------
  *
      talk_nav
  *
  -------------------------------------------------- */
  /* --------------------------------------------------
  *
      #talk_wrap
  *
  -------------------------------------------------- */
  #talk_wrap h2 {
    letter-spacing: 0.075em;
    line-height: 1.5;
  }
  #talk_body .pic {
    max-width: 640px;
  }
  #talk_body .pic.v {
    max-width: 640px;
  }
  #talk_body dt,
.info_taidan_txt dt {
    width: 12.5%;
    text-align: left;
    padding-right: 16px;
  }
  #talk_body dt.t_h,
.info_taidan_txt dt.t_h {
    padding-left: 0.05em;
    left: 0;
  }
  #talk_body .txt_box {
    max-width: 800px;
    padding: 0;
  }
  #talk_body .txt_box .desc {
    max-width: calc(100% - 160px);
    margin: 0 auto;
  }
  #talk_body .txt_box .desc p {
    line-height: 1.75em;
  }
  #talk_wrap .talk_end p {
    font-size: 78%;
  }
  /* --------------------------------------------------
  *
      #information
  *
  -------------------------------------------------- */
  /* --------------------------------------------------
  *
      footer
  *
  -------------------------------------------------- */
} /* ----- min-width : 641px ----- */
@media (max-width: 800px) and (min-width: 641px) {
  /* --------------------------------------------------
  *
      footer
  *
  -------------------------------------------------- */
} /* ----- max-width : 800px ----- */
body {
  height: auto;
}

.gnav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}

.gnav-items {
  position: relative;
  display: block;
}

.gnav-item {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.gnav-item__img {
  vertical-align: top;
}

.gnav-item--menu {
  left: 0;
  margin: 0 auto 0 0;
}

.gnav-item--logo {
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav-item__link {
  position: relative;
  display: block;
}

.is_pc .gnav-item__link {
  cursor: pointer;
}

.is_pc a.gnav-item__link img,
.is_pc span.gnav-item__link img {
  -webkit-transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 1;
}

.is_pc a.gnav-item__link:hover img,
.is_pc span.gnav-item__link:hover img {
  opacity: 0.3;
}

.is_pc .gnav-item--logo a.gnav-item__link:hover img {
  opacity: 1;
}

.gnav-item__label {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  color: #a7794f;
}

/* ---------------------------------------- 
 *
 * Hamburger Menu 
 *
 ---------------------------------------- */
.ok_sushi_menu_open {
  overflow-y: hidden !important;
}

.h-menu {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
}

.ok_sushi_menu_open .h-menu {
  left: 0;
}

.h-menu__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.ok_sushi_menu_open .h-menu__overlay {
  opacity: 1;
}

.ok_sushi_menu_closing .h-menu__overlay {
  opacity: 0;
}

.h-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}

.ok_sushi_menu_open .h-menu__close {
  opacity: 1;
}

.ok_sushi_menu_closing .h-menu__close {
  opacity: 0;
}

.is_pc .h-menu__close {
  cursor: pointer;
  opacity: 1;
}

.is_pc .h-menu__close img {
  -webkit-transition: opacity 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: opacity 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.is_pc .h-menu__close:hover img {
  opacity: 0.3;
}

.h-menu-items {
  position: relative;
  z-index: 1;
  left: -100vw;
  width: calc(100% - 40px);
  height: 100%;
  -webkit-transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  background-color: white;
}

.ok_sushi_menu_open .h-menu-items {
  left: 0;
}

.ok_sushi_menu_closing .h-menu-items {
  left: -100vw;
}

.h-menu-item {
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
}

.h-menu-item--group {
  font-size: 77.7778%;
  color: #808080;
  background-color: #eee;
}

/* .h-menu-item--item {} */
.h-menu-item > span,
.h-menu-item > a {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
}

.h-menu-item > a {
  color: #A77954;
}

.h-menu-item > a::after {
  font-family: Hobonichi-Icons, sans-serif;
  font-size: 150%;
  content: "\e917";
}

.is_pc a.h-menu-item__link {
  -webkit-transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.is_pc a.h-menu-item__link:hover {
  color: #5481a6;
  background-color: #f7f7f7;
}

.is_pc .h-menu-item--group a.h-menu-item__link:hover {
  background-color: #f2f2f2;
}

@media (min-width: 641px) {
  .h-menu-items {
    left: -400px;
    width: 360px;
  }
  .ok_sushi_menu_open .h-menu-items {
    left: 0;
  }
  .ok_sushi_menu_closing .h-menu-items {
    left: -400px;
  }
  .h-menu__close {
    right: auto;
    left: 360px;
  }
}
:root {
  --color-main-1: #a77954;
  --color-gray-1: #d9d9d9;
  --color-gray-2: #e6e6e6;
  --color-white: #ffffff;
}

body {
  font-feature-settings: "halt";
}

@media (max-width: 640px) {
  br:not(.only-sp) {
    display: none;
  }
}
@media (max-width: 640px) {
  br.only-sp {
    display: inline !important;
  }
}
@media (min-width: 641px) {
  br.only-sp {
    display: none;
  }
}

.bd_t, .bd_b {
  border-color: var(--color-gray-1);
}

#index_nav .title {
  font-size: 149%;
  padding: 0 16px;
  white-space: normal;
}
@media (min-width: 641px) {
  #index_nav .title {
    padding: 0;
    line-height: 0.8;
    font-size: 135%;
  }
}
#index_nav .title .s {
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .talk_nav {
    margin-bottom: 40px;
  }
}
.talk_nav li a::after {
  color: var(--color-main-1);
}
.talk_nav li a svg .cls-1, .talk_nav li a svg .cls-2 {
  stroke: var(--color-main-1);
}

#talk_wrap > h2 {
  display: none;
}

.indent_half, .indent_half_top {
  position: relative;
  margin-left: 0 !important;
}

/* ----------------------------------------
    Font Family
 ---------------------------------------- */
#wrap {
  font-family: "A1 Gothic R", sans-serif;
}

.title_text,
.nslt_talk_title,
.nslt_profile_badge,
.nslt_profile_title,
.nslt_seasoning h3,
.nslt_recipe__title h2,
.nslt_recipe h3 {
  font-family: "A1 Gothic R", sans-serif;
}

.nslt_caption {
  font-size: 0.875em;
}

.nslt_credit {
  font-size: 0.875em;
}

.nslt_lead {
  font-family: "A1 Gothic R", sans-serif;
}
@media (min-width: 641px) {
  .nslt_lead {
    display: flex;
  }
}
@media (min-width: 641px) {
  #talk_body .nslt_lead .txt_box .desc {
    max-width: 100%;
  }
}

/* ----------------------------------------
    talk
---------------------------------------- */
.nslt_talk {
  max-width: 640px;
  margin: 0 auto;
}

.nslt_talk_title {
  color: var(--color-main-1);
}
@media (min-width: 641px) {
  .nslt_talk_title {
    margin: 80px auto 60px;
  }
}

#talk_body .txt_box .desc p {
  line-height: 1.75;
}
#talk_body .nslt_talk_title .txt_box .desc p {
  font-size: 1.5rem;
}

/* ----------------------------------------
    recipe
---------------------------------------- */
#talk_wrap .nslt_recipe__title h2 {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  #talk_wrap .nslt_recipe__title h2 {
    font-size: 175%;
  }
}
@media (min-width: 641px) {
  #talk_body .nslt_recipe__title .txt_box {
    padding: 40px 0 0;
  }
}

.nslt_recipe {
  /* ----------------------------------------
  recipe ingredients
  ---------------------------------------- */
  /* ----------------------------------------
  recipe instructions
  ---------------------------------------- */
}
@media (min-width: 641px) {
  .nslt_recipe {
    margin-bottom: 120px;
  }
}
.nslt_recipe__lead {
  font-family: "A1 Gothic R", sans-serif;
}
@media (min-width: 641px) {
  .nslt_recipe__lead {
    max-width: 720px;
    margin: auto;
  }
}
.nslt_recipe h3 {
  font-size: 1.5em;
  margin: 0 0 1em;
  padding: 10px 0;
  text-align: center;
  color: var(--color-main-1);
  border-top: 4px solid #a7794f;
  border-bottom: 4px solid #a7794f;
}
@media (min-width: 641px) {
  .nslt_recipe h3 {
    margin: 0 -80px 1em;
  }
}
.nslt_recipe .photos {
  margin: 1em 0;
}
@media (min-width: 641px) {
  .nslt_recipe .photos {
    margin: 1em -80px;
  }
}
.nslt_recipe .photos img {
  margin-bottom: 1em;
  vertical-align: top;
  border-radius: 8px;
}
@media (min-width: 641px) {
  .nslt_recipe .photos img {
    margin-bottom: 1em;
    vertical-align: top;
    border-radius: 8px;
  }
}
.nslt_recipe .photos img:last-child {
  margin-bottom: 0;
}
.nslt_recipe blockquote {
  padding: 4.7667%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 641px) {
  .nslt_recipe blockquote {
    padding: 40px;
  }
}
.nslt_recipe h4 {
  font-size: 90%;
  font-weight: bold;
  display: table;
  margin: 3em 0 1em;
  padding: 2px 8px;
  color: white;
  border-radius: 4px;
  background-color: #A77954;
}
@media (min-width: 641px) {
  .nslt_recipe h4 {
    margin: 2em 0 1em;
    padding: 0 8px;
  }
}
.nslt_recipe .ingredients {
  line-height: 1.25;
  margin-left: 0;
}
@media (min-width: 641px) {
  .nslt_recipe .ingredients {
    margin-left: 80px;
  }
}
.nslt_recipe .ingredients li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 0.5em;
}
@media (min-width: 641px) {
  .nslt_recipe .ingredients li {
    align-items: center;
  }
}
.nslt_recipe .ingredients li.label {
  position: static;
  display: list-item;
}
@media (min-width: 641px) {
  .nslt_recipe .ingredients li.label {
    position: static;
    display: list-item;
  }
}
.nslt_recipe .ingredients li.label::before {
  content: none;
}
.nslt_recipe .ingredients li.sep {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #e4d5c9;
}
@media (min-width: 641px) {
  .nslt_recipe .ingredients li.sep {
    margin-top: 1em;
  }
}
.nslt_recipe .ingredients li::before {
  position: absolute;
  z-index: 0;
  display: inline-block;
  order: 2;
  width: 100%;
  margin: calc(0.75em - 1px) 0;
  content: "";
  border-bottom: 2px dotted #4d4d4d;
  -webkit-box-ordinal-group: 3;
}
@media (min-width: 641px) {
  .nslt_recipe .ingredients li::before {
    margin: 0;
  }
}
.nslt_recipe .ingredients b {
  position: relative;
  z-index: 1;
  display: inline-block;
  order: 1;
  max-width: 45%;
  padding-right: 0.25em;
  background-color: white;
  -webkit-box-ordinal-group: 2;
}
.nslt_recipe .ingredients span {
  line-height: 1.25 !important;
  position: relative;
  z-index: 1;
  display: inline-block;
  order: 3;
  max-width: 45%;
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.25em;
  list-style-type: none;
  background-color: white;
}
.nslt_recipe .instructions {
  margin-left: 0;
  padding-left: 1.5em;
  list-style: decimal;
}
@media (min-width: 641px) {
  .nslt_recipe .instructions {
    margin-left: 80px;
  }
}
.nslt_recipe .instructions li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* ----------------------------------------
    seasoning
---------------------------------------- */
.nslt_seasoning {
  /* border-top: 1px solid var(--color-main-1); */
}
#talk_body .nslt_seasoning .txt_box {
  margin-top: 20px;
  line-height: 1.6em;
}
@media (min-width: 641px) {
  #talk_body .nslt_seasoning .txt_box {
    margin-top: 60px;
  }
}
.nslt_seasoning h3 {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 0.25em;
  color: var(--color-main-1);
}
.nslt_seasoning .price {
  line-height: 1.5;
  margin: 0 0 1em;
  color: var(--color-main-1);
}
.nslt_seasoning .price small {
  font-size: 0.875em;
}
.nslt_seasoning .nslt_limit {
  font-family: "A1 Gothic R", sans-serif;
}
#talk_body .nslt_seasoning_2 .txt_box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 16px;
}
@media (min-width: 641px) {
  #talk_body .nslt_seasoning_2 .txt_box {
    padding: 0;
  }
}
.nslt_seasoning_2 .txt_box .desc .nslt_set {
  font-family: "A1 Gothic R", sans-serif;
  margin-bottom: 20px;
  color: var(--color-main-1);
  border-bottom: 1px solid var(--color-main-1);
}
.nslt_seasoning_2 .txt_box .desc h3 {
  font-size: 1.2em;
  line-height: 1.35;
  display: flex;
  align-items: center;
  color: var(--color-main-1);
}
.nslt_seasoning_2 .txt_box .desc h3::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  content: "";
  border: 1px solid var(--color-gray-1);
  border-radius: 50%;
  background-color: transparent;
  background-image: linear-gradient(45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_seasoning_2 .txt_box .desc p {
  font-size: 16px;
}
#talk_body .nslt_seasoning_2 .txt_box .desc p {
  margin-top: 4px;
}
.nslt_seasoning_2 + .nslt_text {
  margin-top: 40px;
}

/* ----------------------------------------
    comment_shigematsu
---------------------------------------- */
#talk_body .nslt_comment_shigematsu {
  border-top: 1px solid var(--color-main-1);
}
#talk_body .nslt_comment_shigematsu .txt_box {
  margin-bottom: 40px;
  background-color: transparent;
  background-image: linear-gradient(45deg, var(--color-gray-2) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-2) 50%,var(--color-gray-2) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
@media (min-width: 641px) {
  #talk_body .nslt_comment_shigematsu .txt_box {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  #talk_body .nslt_comment_shigematsu .txt_box .desc {
    padding: 40px 0;
  }
}
#talk_body .nslt_comment_shigematsu .txt_box .desc p {
  font-family: "Shuei Mincho M JIS2004", serif;
  font-size: 4.25vw;
  font-style: italic;
  letter-spacing: 0;
}
@media (min-width: 641px) {
  #talk_body .nslt_comment_shigematsu .txt_box .desc p {
    font-size: 3.25vw;
  }
}
@media (min-width: 1141px) {
  #talk_body .nslt_comment_shigematsu .txt_box .desc p {
    font-size: 37.05px;
  }
}
#talk_body .nslt_comment_shigematsu .txt_box .desc p .tal {
  display: block;
  text-align: right;
}

/* ----------------------------------------
    toc
---------------------------------------- */
.nslt_toc .txt_box .desc h3 {
  margin-bottom: 32px;
}
.nslt_toc .txt_box .desc p {
  font-family: "A1 Gothic R", sans-serif;
}
.nslt_toc .txt_box .desc p b {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
  color: var(--color-main-1);
}
.nslt_toc .txt_box .desc p b + br {
  display: none;
}

/* ----------------------------------------
    profile
---------------------------------------- */
.nslt_profile {
  margin-bottom: 2em;
  border-top: 1px solid #A77954;
  border-bottom: 1px solid #A77954;
}
.nslt_profile_title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.4444em;
  color: #A77954;
}
.nslt_profile_title small {
  font-size: 0.7778em;
}
.nslt_profile_badge {
  font-size: 0.875rem;
  display: table;
  margin-bottom: 0.5em;
  padding: 4px 8px;
  color: white;
  border-radius: 4px;
  background-color: #A77954;
}
.nslt_profile p {
  font-size: 1rem;
}
@media (min-width: 641px) {
  .nslt_profile .txt_box {
    margin: 40px auto 40px auto;
  }
}

/* ----------------------------------------
    book
---------------------------------------- */
@media (min-width: 641px) {
  .nslt_book .txt_box {
    display: flex;
  }
}
#talk_body .nslt_book .txt_box {
  max-width: 480px;
}
@media (min-width: 641px) {
  #talk_body .nslt_book .txt_box {
    max-width: 640px;
  }
}
#talk_body .nslt_book .txt_box .pic.v {
  max-width: 320px;
  margin: 0;
}
@media (min-width: 641px) {
  #talk_body .nslt_book .txt_box .pic.v {
    width: 30%;
    min-width: 120px;
    max-width: 240px;
    margin: 0;
  }
}
#talk_body .nslt_book .txt_box .pic.v .caption:empty {
  display: none;
}
#talk_body .nslt_book .txt_box .desc {
  margin: 20px 0 0 0;
}
@media (min-width: 641px) {
  #talk_body .nslt_book .txt_box .desc {
    margin: 0 0 0 20px;
  }
}
.nslt_book .txt_box .desc h3 {
  font-size: 24px;
  line-height: 1.35;
}
#talk_body .nslt_book .txt_box .desc p {
  margin-bottom: 1em;
}
.nslt_book_info {
  font-size: 14px;
  line-height: 1.5;
}
.nslt_book_info b {
  display: inline-block;
  width: 3em;
}

/* ----------------------------------------
    news
---------------------------------------- */
#talk_body .nslt_news .txt_box {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.nslt_news .txt_box .desc h3 {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--color-main-1);
}
.nslt_news .txt_box .desc h3 small {
  font-size: 75%;
  min-width: 4em;
  margin-right: 4px;
  padding: 4px 8px;
  color: var(--color-white);
  border-radius: 4px;
  background-color: var(--color-main-1);
}
#talk_body .nslt_news .txt_box .desc a.btn {
  display: block;
  display: flex;
  align-items: center;
  max-width: 360px;
  margin-top: 16px;
  padding: 4px 0 4px 8px;
  border: 1px solid var(--color-main-1);
  border-radius: 6px;
}
@media (min-width: 641px) {
  #talk_body .nslt_news .txt_box .desc a.btn {
    max-width: 400px;
  }
}
@media (hover: hover) {
  #talk_body .nslt_news .txt_box .desc a.btn:hover {
    background-color: transparent;
    background-image: linear-gradient(-45deg, var(--color-gray-2) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-2) 50%,var(--color-gray-2) 66.6667%,var(--color-white) 66.6667%);
    background-repeat: repeat;
    background-size: 6px 6px;
  }
}
#talk_body .nslt_news .txt_box .desc a.btn::after {
  font-family: "Hobonichi-icons";
  font-size: 150%;
  content: "\e917";
  margin-right: 0;
  margin-left: auto;
}
#talk_body .nslt_news .txt_box .desc a.btn ~ span {
  font-size: 14px;
}

/* ----------------------------------------
    商品リンク 
---------------------------------------- */
#talk_body .product-link a {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  padding: 0;
  border: 1px solid #a77954;
  border-radius: 6px;
}
#talk_body .product-link a > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 8px;
}
#talk_body .product-link img {
  width: 120px;
  vertical-align: top;
}
#talk_body .product-link p {
  width: 100%;
}
#talk_body .product-link p.buy {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: auto 0 0 !important;
  padding: 8px 0 0 0;
  border-top: 1px solid #a77954;
}
#talk_body .product-link p.buy::after {
  font-family: Hobonichi-Icons, sans-serif;
  font-size: 150%;
  content: "\e917";
}
#talk_body .product-link a {
  transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#talk_body .product-link a p.buy {
  transition: border-color 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#talk_body .product-link a:hover {
  color: #5481a6;
  border-color: #5481a6;
  background-color: #f7f7f7;
}
#talk_body .product-link a:hover img {
  opacity: 1;
}
#talk_body .product-link a:hover p.buy {
  border-color: #5481a6;
}

/* ----------------------------------------
    各ページ個別指定
---------------------------------------- */
/* ----------------------------------------
    index
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_index #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}

/* ----------------------------------------
    life12month
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_life12month #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_life12month #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_life12month #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_life12month .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    umemomochi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_umemomochi #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}

.nslt_n_s_life_tanoshimi_2023_umemomochi #yodogawa {
  display: none;
}

.nslt_n_s_life_tanoshimi_2023_umemomochi #kv {
  margin-bottom: 0;
}

.nslt_n_s_life_tanoshimi_2023_umemomochi .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    recipe_meshibukuro
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_recipe_meshibukuro #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_recipe_meshibukuro #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_recipe_meshibukuro #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_recipe_meshibukuro .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    esoodashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_esoodashi #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_esoodashi #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_esoodashi #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_esoodashi .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    bolero
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_bolero #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_bolero #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_bolero #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_bolero .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    recipe_umemomochi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_recipe_umemomochi #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_recipe_umemomochi #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_recipe_umemomochi #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_recipe_umemomochi .bd_t {
  margin-top: 0;
}

/* ----------------------------------------
    recipe_odashi
---------------------------------------- */
.nslt_n_s_life_tanoshimi_2023_recipe_esoodashi #wrap {
  background-color: transparent;
  background-image: linear-gradient(-45deg, var(--color-gray-1) 16.6667%,var(--color-white) 16.6667%,var(--color-white) 50%,var(--color-gray-1) 50%,var(--color-gray-1) 66.6667%,var(--color-white) 66.6667%);
  background-repeat: repeat;
  background-size: 6px 6px;
}
.nslt_n_s_life_tanoshimi_2023_recipe_esoodashi #yodogawa {
  display: none;
}
.nslt_n_s_life_tanoshimi_2023_recipe_esoodashi #kv {
  margin-bottom: 0;
}
.nslt_n_s_life_tanoshimi_2023_recipe_esoodashi .bd_t {
  margin-top: 0;
}
