@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*=============================================

	セクション

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	記事一覧

==============================================*/
/*=============================================

	c-clipbox

==============================================*/
/*=============================================

	新着記事

==============================================*/
/*=============================================

	料理家プロフィール

==============================================*/
/*=============================================

	クリエーター画像ホバー付き

==============================================*/
/*=============================================

	商品ラインアップ

==============================================*/
/*=============================================

	スライダー矢印

==============================================*/
/*=============================================

	旬の食材フレーム

==============================================*/
/*=============================================

	料理家から探す

==============================================*/
/*=============================================

	今が旬の食材

==============================================*/
/*=============================================

	c-buttonProduct

==============================================*/
/*=============================================

	フリーズドライのある暮らし 導線

==============================================*/
/*=============================================

	商品リスト

==============================================*/
/*=============================================

	詳細ページ ペーじゃー

==============================================*/
/*=============================================

	アマノ食堂セクション

==============================================*/
/*=============================================

	ページャー

==============================================*/
/*=============================================

	historyNav

==============================================*/
/*=============================================

	postShare

==============================================*/
/*=============================================

	期間限定バナー

==============================================*/
.c-clipbox {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-clipbox {
    border: 4px solid #BE412B;
    padding: 24px 28px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-clipbox {
    border: 6px solid #BE412B;
  }
}
.c-clipbox + .postCreator_listNode {
  margin-top: 40px;
}
.c-clipbox::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/creator_clip.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-clipbox::after {
    width: 34px;
    height: 46px;
    top: -14px;
    right: 21px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-clipbox::after {
    width: 44px;
    height: 60px;
    top: -16px;
    right: 40px;
  }
}

.c-profileTitle {
  color: #BE412B;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileTitle {
    font-size: 18px !important;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileTitle {
    font-size: 22px;
  }
}
.c-profileTitle::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/common/dot_red.svg);
  background-repeat: repeat;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileTitle::after {
    width: 132px;
    bottom: -9px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileTitle::after {
    width: 158px;
    bottom: -9px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 46px 32px 32px;
  }
}

.c-profileImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileImage {
    width: 110px;
    margin-right: 13px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileImage {
    width: 120px;
    margin-right: 32px;
  }
}
.c-profileImage img {
  width: 100%;
  height: auto;
}

.c-profileContent {
  width: 100%;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileContent_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileContent_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-profileContent_textJob {
  font-size: 12px;
}

.c-profileContent_textName {
  font-weight: bold;
  font-size: 18px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileContent_textName {
    margin-top: 8px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileContent_textName {
    margin-top: 10px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileContent_textName i {
    font-size: 13px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileContent_textName i {
    font-size: 12px;
  }
}

.c-profileContent_description {
  letter-spacing: 0.06em;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-profileContent_description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-profileContent_description {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 16px;
  }
}
.c-profileContent_description a {
  color: #BE412B;
  text-decoration: underline;
  font-weight: 700;
}

.c-profileContent_link {
  margin-top: 20px;
  text-align: right;
}

.c-profileContent_linkInner {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #BE412B;
}
.c-profileContent_linkInner svg {
  width: 11px;
  height: 8px;
  fill: #BE412B;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg) translateX(1px);
  -ms-transform: rotate(-90deg) translateX(1px);
  transform: rotate(-90deg) translateX(1px);
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product {
    border-radius: 15px;
    border: 1px solid #BE412B;
    width: 168px;
    margin: 8px 2px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product {
    width: calc((100% - 120px) / 4);
  }
  .c-product + .c-product {
    margin-left: 40px;
  }
  .c-product:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-product:nth-child(n+5) {
    margin-top: 64px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_link {
    padding: 24px 10px 23px;
    display: block;
  }
}

.c-product_image {
  width: 100%;
  position: relative;
  margin: auto;
}
.c-product_budge {
  position: absolute;
  background-color: #343C51;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  white-space: pre;
  border-radius: 39px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_budge {
    font-size: 10px;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product_budge {
    font-size: 11px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
}
.c-product_budge:before {
  content: "";
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 1;
}
.c-product_budge:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 39px;
  border: 1px solid #fff;
  left: 2px;
  z-index: 1;
  width: 56px;
  height: 56px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_budge:after {
    width: 46px;
    height: 46px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product_budge:after {
    width: 56px;
    height: 56px;
  }
}

.c-product_budge-new {
  background-color: #EB8800;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .is_ec .c-product_budge-new, .is_limited .c-product_budge-new {
    left: 56px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .is_ec .c-product_budge-new, .is_limited .c-product_budge-new {
    left: 74px;
  }
}
.c-product_imageInner {
  padding-top: 100%;
}
.c-product_imageInner img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product_title {
  font-weight: 700;
  line-height: 1.5;
  min-height: 50px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_title {
    margin-top: 13px;
    margin-top: 22px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product_title {
    margin-top: 20px;
  }
}

.c-product_price {
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_price {
    margin-top: 12px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product_price {
    margin-top: 8px;
  }
}

.c-product_button {
  color: #BE412B;
  font-weight: 700;
  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;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 22px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-product_button {
    font-size: 11px;
    margin: 24px auto 0;
    height: 44px;
    line-height: 1.15;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-product_button {
    font-size: 13px;
    width: 173px;
    height: 44px;
    border: 2px solid #BE412B;
    margin: 16px auto 0;
  }
}
@media print and (hover: hover), screen and (min-width:1024px) and (orientation: landscape) and (hover: hover), screen and (min-width:1025px) and (hover: hover) {
  .c-product:hover .c-product_button {
    background-color: #BE412B;
    color: #fff;
  }
  .c-product:hover .c-product_button svg {
    fill: #fff;
  }
}
.c-product_button svg {
  fill: #BE412B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}

.c-archiveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList {
    margin-top: 66px;
  }
}

.c-archiveList_nodeImage {
  overflow: hidden;
  isolation: isolate;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeImage {
    border-radius: 5px;
    padding-top: 54.012345679%;
    position: relative;
  }
  .c-archiveList_nodeImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeImage {
    border-radius: 10px;
    padding-top: 54.012345679%;
    position: relative;
  }
  .c-archiveList_nodeImage img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media print and (hover: hover), screen and (min-width:1024px) and (orientation: landscape) and (hover: hover), screen and (min-width:1025px) and (hover: hover) {
  .c-archiveList_nodeLink:hover .c-archiveList_nodeImage img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.c-archiveList_nodeInfo {
  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;
  min-height: 20px;
}

.c-archiveList_nodeCategory {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0 12px;
  position: relative;
  background-color: #BE412B;
  margin-right: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeCategory {
    font-size: 11px;
    letter-spacing: 0;
    height: 19px;
    border-radius: 10px;
    line-height: 19px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeCategory {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    margin-top: 12px;
  }
}
.c-archiveList_node[data-category=howto] .c-archiveList_nodeCategory {
  background-color: #4C9342;
}
.c-archiveList_node[data-category=column] .c-archiveList_nodeCategory, .c-archiveList_node[data-category=comic] .c-archiveList_nodeCategory, .c-archiveList_node[data-category=talk] .c-archiveList_nodeCategory, .c-archiveList_node[data-category=tips] .c-archiveList_nodeCategory, .c-archiveList_node[data-category=sumup] .c-archiveList_nodeCategory, .c-archiveList_node[data-category=product] .c-archiveList_nodeCategory {
  background-color: #3FA3BA;
}
.c-archiveList_node[data-category=recipe] .c-archiveList_nodeCategory {
  background-color: #D3AD10;
}
.c-archiveList_node[data-category=info] .c-archiveList_nodeCategory {
  background-color: pink;
}
.c-archiveList_node[data-category=media] .c-archiveList_nodeCategory {
  background-color: #7EBC08;
}
.c-archiveList_node[data-category=campaign] .c-archiveList_nodeCategory {
  background-color: #EB8800;
}
.c-archiveList_node[data-category=product] .c-archiveList_nodeCategory {
  background-color: #BE412B;
}
.c-archiveList_node[data-category=other] .c-archiveList_nodeCategory {
  background-color: #343C51;
}
.c-archiveList_node[data-category=recipe_column] .c-archiveList_nodeCategory {
  background-color: #D3AD10;
}
.c-archiveList_nodeCategory .new {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #BE412B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -48px;
}
.c-archiveList_nodeCategory:empty {
  background-color: transparent;
}

.c-archiveList_nodeCategory-none {
  display: inline-block;
  font-weight: 700;
  padding: 0 12px;
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeCategory-none {
    font-size: 11px;
    letter-spacing: 0;
    height: 19px;
    border-radius: 10px;
    line-height: 19px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeCategory-none {
    font-size: 12px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    margin-top: 12px;
  }
}

.c-archiveList_nodeIcon {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #BE412B;
  font-size: 13px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeIcon {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeIcon {
    margin-top: 12px;
  }
}

.c-archiveList_nodeTitle {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeTitle {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 8px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeTitle {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.c-archiveList_nodeDate {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #9B9B9B;
  letter-spacing: 0.06em;
  font-size: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveList_nodeDate {
    margin-top: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveList_nodeDate {
    margin-top: 10px;
  }
}

.c-archiveNav_title {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveNav_title {
    font-size: 16px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveNav_title {
    font-size: 18px;
    margin-top: 28px;
  }
}

.c-archiveNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveNav {
    margin-top: 25px;
  }
}

.c-archiveNav_node {
  border-radius: 18px;
  background-color: #fff;
  color: #6A6A6A;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveNav_node {
    height: 27px;
    margin: 6px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveNav_node {
    height: 36px;
  }
  .c-archiveNav_node + .c-archiveNav_node {
    margin-left: 12px;
  }
}
.c-archiveNav_node.is-current {
  background-color: #6A6A6A;
  color: #fff;
  pointer-events: none;
}
.c-archiveNav.is-hover .c-archiveNav_node.is-current {
  background-color: #fff;
  color: #6A6A6A;
}
@media (hover: hover) {
  .c-archiveNav_node:hover {
    background-color: #6A6A6A;
    color: #fff;
  }
}

.c-archiveNav_nodeLink {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-archiveNav_nodeLink {
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-archiveNav_nodeLink {
    padding: 0 24px;
  }
}

.c-buttonMore2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: 0;
  color: #BE412B;
}
.c-buttonMore2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #BE412B;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media (hover: hover) {
  .c-buttonMore2:hover::before {
    width: calc(100% - 20px);
  }
}
.c-buttonMore2_svg {
  margin-left: 10px;
  width: 11px;
  height: 8px;
  fill: #BE412B;
  -webkit-transform: translateY(2px) rotate(-90deg);
  -ms-transform: translateY(2px) rotate(-90deg);
  transform: translateY(2px) rotate(-90deg);
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-singlePager {
    padding: 0 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager {
    position: relative;
    width: 560px;
    height: 56px;
    margin: auto;
  }
}

.c-singlePager_node-archive {
  border: 2px solid #BE412B;
  border-radius: 28px;
  color: #BE412B;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-singlePager_node-archive {
    width: 250px;
    height: 56px;
    margin: auto;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager_node-archive {
    width: 225px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media print and (hover: hover), screen and (min-width:1024px) and (orientation: landscape) and (hover: hover), screen and (min-width:1025px) and (hover: hover) {
  .c-singlePager_node-archive:hover {
    background-color: #BE412B;
    color: #fff;
  }
}

.c-singlePager_link-archive {
  font-size: 16px;
  font-weight: 700;
  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;
  height: 100%;
}

.c-singlePager_archiveSvg {
  width: 12px;
  height: 12px;
  fill: #BE412B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  margin-top: -2px;
}
@media (hover: hover) {
  .c-singlePager_node-archive:hover .c-singlePager_archiveSvg {
    fill: #fff;
  }
}

.c-singlePager_node-prev,
.c-singlePager_node-next {
  font-size: 16px;
  font-weight: 700;
  color: #BE412B;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager_node-prev,
.c-singlePager_node-next {
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-singlePager_node-prev::before,
.c-singlePager_node-next::before {
  bottom: 0;
}
.c-singlePager_node-prev.is_disable,
.c-singlePager_node-next.is_disable {
  pointer-events: none;
  color: #9B9B9B;
}
.c-singlePager_node-prev.is_disable .c-buttonMore2_svg,
.c-singlePager_node-next.is_disable .c-buttonMore2_svg {
  fill: #9B9B9B;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-singlePager_node-next .c-buttonMore2_svg {
    margin-top: 6px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager_node-next .c-buttonMore2_svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 2px;
  }
}

.c-singlePager_node-prev::before {
  left: unset;
  right: 0;
}
.c-singlePager_node-prev .c-buttonMore2_svg {
  margin-left: 0;
  margin-right: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-singlePager_node-prev .c-buttonMore2_svg {
    margin-top: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager_node-prev .c-buttonMore2_svg {
    margin-top: 4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.c-singlePager_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-singlePager_inner {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager_inner {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.c-postShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-postShare {
    margin: 42px 0 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-postShare {
    margin: 64px auto 24px;
  }
}

.c-postShare_label {
  font-size: 12px !important;
  line-height: 1 !important;
}
.c-postShareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-postShareList {
    margin-left: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-postShareList {
    margin-left: 24px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-postShareList_node {
    margin: 0 8px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-postShareList_node {
    margin: 0 12px;
  }
}

.c-postShareList_svg {
  width: 22px;
  height: 22px;
  fill: #BE412B;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.season .c-postShareList_svg {
  fill: #39A032;
}
.menu .c-postShareList_svg {
  fill: #D3AD10;
}
.regular .c-postShareList_svg {
  fill: #3FA3BA;
}
.info .c-postShareList_svg {
  fill: #343C51;
}
.movie-content .c-postShareList_svg {
  fill: #BE412B;
}
.c-postShareList_link:hover .c-postShareList_svg {
  opacity: 0.6;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  #wrapper {
    width: calc(100% - 120px);
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .single-journey #wrapper {
    margin: 0 20px;
  }
}

.container {
  background-color: #fff;
  margin-bottom: 64px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .container {
    padding: 0 15px 40px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .container {
    padding: 40px;
    border-radius: 20px;
    margin-top: 64px;
  }
}
.container .btn {
  display: block;
  height: 50px;
  padding: 2px;
  background-image: url(/common/images/common/btn_texture.jpg);
}
.container .btn .bg {
  display: block;
  height: 46px;
  background: #FFF;
}
.container .btn .txt {
  display: inline-block;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.14em;
}
.container .btn .txt::before {
  content: "";
  display: block;
  width: 11px;
  height: 14px;
  margin: 16px 0 0 20px;
  float: right;
  background-image: url(/common/images/icon/btn_arrow.png);
}
.container .btn:hover .bg {
  background: #272727;
}
.container .btn:hover .txt {
  color: #FFF;
}
.container .btn:hover .txt::before {
  background-image: url(/common/images/icon/btn_arrow_h.png);
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleHeader {
    padding-top: 40px;
  }
}
.articleHeader .columnTitle {
  width: 100%;
  margin: 45px 0;
  padding: 35px 0;
  text-align: center;
}
.articleHeader .columnTitle h2 {
  letter-spacing: 0.14em;
  vertical-align: middle;
}
.articleHeader .columnTitle h2 .columnTitleCap {
  display: inline-block;
  width: 34px;
  height: 29px;
  vertical-align: middle;
}
.articleHeader .columnTitle h2 .columnTitleCap img {
  vertical-align: top;
}
.articleHeader .columnTitle h2 .name {
  line-height: 100px;
  letter-spacing: 0.14em;
  vertical-align: middle;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleHeader .articleHeaderText .titleCap {
    float: left;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    background-repeat: no-repeat;
  }
}
.articleHeader .articleHeaderText .titleCap span {
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleHeader .articleHeaderText .titleCap span {
    font-size: 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleHeader .articleHeaderText .titleCap span {
    font-size: 12px;
  }
}
.articleHeader .articleHeaderText .postInfo {
  margin: 20px 0 20px 0;
}
.articleHeader .articleHeaderText .postInfo .cat {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 24px;
  padding: 4px 12px;
  border-radius: 12px;
  line-height: 1.2;
}
.articleHeader .articleHeaderText .postInfo .date {
  font-family: "Poppins", sans-serif;
  color: #9B9B9B;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-left: 12px;
}
.articleHeader .mainvisual {
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleHeader .mainvisual {
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleHeader .mainvisual {
    margin-top: 40px;
  }
}
.articleHeader .mainvisual img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .season .articleHeaderText {
    min-height: 134px;
  }
}

.articleTitle {
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleTitle {
    font-size: 22px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleTitle {
    font-size: 32px;
  }
}

.headShareBox {
  margin-top: 18px;
}
.headShareBox > iframe, .headShareBox > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

.articleContentWrap {
  margin-top: 40px;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent {
    max-width: 800px;
    margin: auto;
  }
}
.articleContentWrap .articleContent * {
  line-height: 1.8;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent * {
    font-size: 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent * {
    letter-spacing: 0.05em;
    word-wrap: break-word;
  }
}
.articleContentWrap .articleContent img {
  max-width: 100%;
  height: auto;
}
.articleContentWrap .articleContent > p {
  line-height: 1.8;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > p {
    font-size: 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > p {
    font-size: 16px;
  }
}
.articleContentWrap .articleContent > p img {
  border-radius: 10px;
  margin: 16px 0;
}
.articleContentWrap .articleContent > p iframe {
  width: 100%;
  max-width: 100%;
  height: 428px;
}
.articleContentWrap .articleContent > p a {
  text-decoration: underline;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-color: #FFD76C;
  text-decoration-color: #FFD76C;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: -2px;
  word-break: break-all;
}
.articleContentWrap .articleContent > p a[target=_blank] {
  color: #2D7ED0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #2D7ED0;
  text-decoration-color: #2D7ED0;
  text-underline-offset: 2px;
  font-weight: 700;
}
.articleContentWrap .articleContent > p a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("../images/common/link_arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > p a[target=_blank]::after {
    margin-bottom: 1px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > p a[target=_blank]::after {
    margin-bottom: 2px;
  }
}
.articleContentWrap .articleContent .postWrap > p {
  line-height: 2;
}
.articleContentWrap .articleContent .postWrap > p a {
  color: #2D7ED0;
  text-decoration: underline;
}
.articleContentWrap .articleContent .postWrap > p > img {
  padding: 10px 0;
}
.articleContentWrap .articleContent .postWrap > p > a > img {
  padding: 10px 0;
}
.articleContentWrap .articleContent .postWrap > p > iframe {
  width: 100%;
  max-width: 100%;
  height: 428px;
}
.articleContentWrap .articleContent > h2 {
  line-height: 1.3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.articleContentWrap .articleContent > h2::before {
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h2::before {
    width: 23px;
    margin-top: 9px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > h2::before {
    width: 26px;
    margin-top: 16px;
    vertical-align: middle;
  }
}
.articleContentWrap .articleContent > h3 {
  line-height: 1.3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h3 {
    font-size: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > h3 {
    font-size: 24px;
  }
}
.articleContentWrap .articleContent > h3::before {
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h3::before {
    width: 20px;
    margin-top: 9px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > h3::before {
    width: 20px;
    margin-top: 14px;
    vertical-align: middle;
  }
}
.articleContentWrap .articleContent > h2, .articleContentWrap .articleContent > h3 {
  font-weight: 700;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articleContentWrap .articleContent > h2::before, .articleContentWrap .articleContent > h3::before {
  content: "";
  display: inline-block;
  background-color: red;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h2::before, .articleContentWrap .articleContent > h3::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.season .articleContentWrap .articleContent > h2::before, .season .articleContentWrap .articleContent > h3::before {
  background-color: #39A032;
}
.menu .articleContentWrap .articleContent > h2::before, .menu .articleContentWrap .articleContent > h3::before {
  background-color: #D3AD10;
}
.info .articleContentWrap .articleContent > h2::before, .info .articleContentWrap .articleContent > h3::before {
  background-color: #343C51;
}
.movie-content .articleContentWrap .articleContent > h2::before, .movie-content .articleContentWrap .articleContent > h3::before {
  background-color: #BE412B;
}
.info.category_column .articleContentWrap .articleContent > h2::before, .info.category_column .articleContentWrap .articleContent > h3::before {
  background-color: #3FA3BA;
}
.regular .articleContentWrap .articleContent > h2::before, .regular .articleContentWrap .articleContent > h3::before {
  background-color: #3FA3BA;
}
.articleContentWrap .articleContent > h4 {
  line-height: 1.3;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent > h4 {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent > h4 {
    font-size: 20px;
  }
}
.articleContentWrap .articleContent > ul {
  background-color: #F8F5ED;
  padding: 24px;
  border-radius: 10px;
}
.articleContentWrap .articleContent > ul li {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articleContentWrap .articleContent > ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: red;
  border-radius: 3px;
  margin-top: 9px;
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.season .articleContentWrap .articleContent > ul li::before {
  background-color: #39A032;
}
.menu .articleContentWrap .articleContent > ul li::before {
  background-color: #D3AD10;
}
.info .articleContentWrap .articleContent > ul li::before {
  background-color: #343C51;
}
.movie-content .articleContentWrap .articleContent > ul li::before {
  background-color: #BE412B;
}
.info.category_column .articleContentWrap .articleContent > ul li::before {
  background-color: #3FA3BA;
}
.articleContentWrap .articleContent > ul li + li {
  margin-top: 12px;
}
.articleContentWrap .articleContent .postWrap > h2, .articleContentWrap .articleContent .faqArea > h2 {
  margin-bottom: 8px;
  font-weight: 700;
}
.articleContentWrap .articleContent .postWrap > h3, .articleContentWrap .articleContent .faqArea > h3 {
  font-weight: 700;
}
.articleContentWrap .articleContent > h4, .articleContentWrap .articleContent .postWrap > h4, .articleContentWrap .articleContent .faqArea > h4 {
  margin-bottom: 8px;
  font-weight: 700;
}
.articleContentWrap .articleContent > h5, .articleContentWrap .articleContent .postWrap > h5, .articleContentWrap .articleContent .faqArea > h5 {
  margin-bottom: 5px;
  font-weight: 700;
}
.articleContentWrap .articleContent > .cap, .articleContentWrap .articleContent .postWrap > .cap, .articleContentWrap .articleContent .faqArea > .cap {
  margin-bottom: 8px;
  font-weight: 700;
}
.articleContentWrap .articleContent > .cap:before, .articleContentWrap .articleContent .postWrap > .cap:before, .articleContentWrap .articleContent .faqArea > .cap:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
}
.menu .articleContentWrap .articleContent > .cap:before, .menu .articleContentWrap .articleContent .postWrap > .cap:before, .menu .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat1.png);
}
.journey .articleContentWrap .articleContent > .cap:before, .journey .articleContentWrap .articleContent .postWrap > .cap:before, .journey .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat2.png);
}
.yoshika .articleContentWrap .articleContent > .cap:before, .yoshika .articleContentWrap .articleContent .postWrap > .cap:before, .yoshika .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat3.png);
}
.season .articleContentWrap .articleContent > .cap:before, .season .articleContentWrap .articleContent .postWrap > .cap:before, .season .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat4.png);
}
.regular .articleContentWrap .articleContent > .cap:before, .regular .articleContentWrap .articleContent .postWrap > .cap:before, .regular .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat5.png);
}
.visitor .articleContentWrap .articleContent > .cap:before, .visitor .articleContentWrap .articleContent .postWrap > .cap:before, .visitor .articleContentWrap .articleContent .faqArea > .cap:before {
  background-image: url(/common/images/icon/icon_cat6.png);
}
.articleContentWrap .articleContent strong {
  font-weight: 700;
}
.articleContentWrap .articleContent .postWrap strong {
  font-weight: 700;
}
.articleContentWrap .articleContent em, .articleContentWrap .articleContent .postWrap em, .articleContentWrap .articleContent em *, .articleContentWrap .articleContent .postWrap em * {
  font-style: normal;
}
.articleContentWrap .articleContent .aligncenter, .articleContentWrap .articleContent .postWrap .aligncenter {
  display: block;
  margin: 0 auto;
}
.articleContentWrap .articleContent .shareBox {
  margin: 65px 0 70px;
}
.articleContentWrap .articleContent .shareBox > iframe, .articleContentWrap .articleContent .shareBox > div {
  margin-right: 10px;
}
.articleContentWrap .articleContent .shareBox > span {
  vertical-align: sub;
}
.articleContentWrap .articleContent .goToArchive {
  text-align: center;
}
.articleContentWrap .articleContent .goToArchive .btn {
  width: 246px;
  margin: 0 auto;
}
.articleContentWrap .articleContent .goToArchive .btn .txt {
  letter-spacing: 0.14em;
  line-height: 46px;
}
.articleContentWrap .wp-caption {
  max-width: 100%;
}

.contentBox {
  border: 2px solid #cd853f;
  border-radius: 10px;
  padding: 15px 24px;
  margin: 16px 0;
}
.season .contentBox {
  border-color: #39A032;
}
.menu .contentBox {
  border-color: #D3AD10;
}
.info .contentBox {
  border-color: #343C51;
}
.movie-content .contentBox {
  border-color: #BE412B;
}
.info.category_column .contentBox {
  border-color: #3FA3BA;
}

.contentBox_title {
  color: #cd853f;
  letter-spacing: 0;
  font-weight: 700;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .contentBox_title {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .contentBox_title {
    font-size: 20px;
  }
}
.season .contentBox_title {
  color: #39A032;
}
.menu .contentBox_title {
  color: #D3AD10;
}
.info .contentBox_title {
  color: #343C51;
}
.movie-content .contentBox_title {
  color: #BE412B;
}
.info.category_column .contentBox_title {
  color: #3FA3BA;
}

/*=============================================

  おすすめ商品

==============================================*/
.recommendItem {
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .recommendItem {
    width: 100%;
    margin-top: 80px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .recommendItem {
    max-width: 920px;
    margin: 80px auto 0;
  }
}

.recommendItem_title {
  color: #BE412B;
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .recommendItem_title {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .recommendItem_title {
    font-size: 22px;
    display: inline-block;
  }
}
.recommendItem_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 10px;
  background-image: url("../images/common/dot_red.svg");
  background-size: contain;
  background-repeat: repeat-x;
}

.reacommendItem_lead {
  letter-spacing: 0.04em;
  font-size: 14px;
  margin-top: 10px;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .recommendItemList {
    max-width: 400px;
    margin: auto;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .recommendItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .recommendItemList .c-product {
    border: none;
    width: 100%;
  }
  .recommendItemList .c-product_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recommendItemList .recommendItemList_text {
    text-align: left;
    width: 100%;
  }
  .recommendItemList .c-product_image {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .recommendItemList .c-product_title {
    margin: 0;
  }
  .recommendItemList .c-product_button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.rankingNode {
  position: relative;
}

.rankingMedal {
  font-size: 22px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border-radius: 50%;
  background-color: #C49D0A;
  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;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .rankingMedal {
    width: 44px;
    height: 44px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .rankingMedal {
    width: 50px;
    height: 50px;
  }
}
.rank_2 .rankingMedal {
  background-color: #A8A6A4;
}
.rank_3 .rankingMedal {
  background-color: #C96D0C;
}
.rank_4 .rankingMedal {
  background-color: #BA8F6C;
}
.rankingMedal::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

/*=============================================

  詳細ページ ページャー

==============================================*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-singlePager {
    margin-top: 64px;
  }
}

/*=============================================

  関連記事

==============================================*/
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .otherpost {
    margin-top: 64px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .otherpost {
    width: calc(100% - 120px);
    max-width: 1120px;
    margin: 80px auto 0;
  }
}

.otherpostList {
  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;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .otherpostList {
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .otherpostList {
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .otherpostList .c-pageIndex_text {
    font-size: 30px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .otherpostList .c-archiveList_node {
    width: calc((100% - 15px) / 2);
  }
  .otherpostList .c-archiveList_node:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .otherpostList .c-archiveList_node {
    width: calc((100% - 68px) / 3);
  }
  .otherpostList .c-archiveList_node + .otherpostList .c-archiveList_node {
    margin-left: 34px;
  }
  .otherpostList .c-archiveList_node:nth-child(3n+1) {
    margin-left: 0;
  }
  .otherpostList .c-archiveList_node:nth-child(n+4) {
    margin-top: 40px;
  }
}

.nextpost {
  text-align: center;
  margin: 50px 0 100px;
}
.nextpost a {
  display: inline-block;
  height: 36px;
  padding-right: 30px;
  letter-spacing: 0.15em;
  line-height: 36px;
  background-image: url(/common/images/icon/nextpost.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.profileBox {
  display: table;
}
.profileBox .imageBox, .profileBox .textBox {
  display: table-cell;
  vertical-align: middle;
}
.profileBox .imageBox .pic {
  display: inline-block;
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.profileBox .imageBox .pic:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 160px;
  background-image: url(/common/images/single/single_profile_mask.png);
}
.profileBox .imageBox .pic img {
  width: 100% !important;
  height: auto !important;
}
.profileBox .textBox {
  padding-left: 30px;
}
.profileBox .textBox dl dt {
  font-weight: 700;
  letter-spacing: 0.14em;
}
.profileBox .textBox dl dd.text {
  margin-top: 5px;
}
.profileBox .textBox dl dd.link a {
  text-decoration: underline;
}

.hitoshinaArea {
  margin: 0 auto;
  border-radius: 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea {
    border: 4px solid #BE412B;
    margin-top: 80px;
    padding-bottom: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea {
    margin-top: 120px;
    padding-bottom: 40px;
    border: 6px solid #BE412B;
  }
}
.hitoshinaArea .hitoshinaBox {
  position: relative;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox {
    padding: 0 28px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox {
    max-width: 655px;
    width: calc(100% - 40px);
    margin: auto;
  }
}
.hitoshinaArea .hitoshinaBox h3 {
  margin: auto;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700;
  color: #BE412B;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox h3 {
    width: 194px;
    height: 54px;
    background-image: url(../images/recipe/hitoshina_cap_sp.svg);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox h3 {
    width: 225px;
    height: 74px;
    background-image: url(../images/recipe/hitoshina_cap.svg);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .hitoshinaBoxTop {
    margin-top: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .hitoshinaBoxTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .infoBox {
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
  }
}
.hitoshinaArea .hitoshinaBox .imageBox {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .imageBox {
    width: 290px;
  }
}
.hitoshinaArea .hitoshinaBox .imageBox img {
  width: 100%;
  height: auto;
}
.hitoshinaArea .hitoshinaBox .imageBox_caption {
  font-size: 12px;
  margin-top: 5px;
}
.hitoshinaArea .hitoshinaBox .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .itemBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hitoshinaArea .hitoshinaBox .itemBox_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .itemBox_image {
    width: 140px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .itemBox_image {
    width: 180px;
  }
}
.hitoshinaArea .hitoshinaBox .itemBox_image img {
  width: 100%;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .itemBox_info {
    margin-left: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .itemBox_info {
    margin-left: 10px;
  }
}
.hitoshinaArea .hitoshinaBox .itemBox_info p {
  font-weight: 700;
}
.hitoshinaArea .hitoshinaBox .itemBox_infoPrice {
  margin-top: 10px;
}
.hitoshinaArea .hitoshinaBox .hitoshinabtn {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #BE412B;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .hitoshinabtn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
  }
  .hitoshinaArea .hitoshinaBox .hitoshinabtn svg {
    fill: #BE412B;
    width: 11px;
    height: 8px;
    fill: #BE412B;
    margin-left: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .hitoshinaArea .hitoshinaBox .hitoshinabtn {
    font-size: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #BE412B;
    height: 43px;
    border-radius: 22px;
    margin-top: 24px;
  }
}
.hitoshinaArea .hitoshinaBox .hitoshinaBoxBottom {
  margin-top: 24px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .hitoshinaArea .hitoshinaBox .hitoshinaBoxBottom {
    display: none;
  }
}
.hitoshinaArea .hitoshinaBox .hitoshinaBoxBottom span {
  font-size: 12px;
  vertical-align: top;
}

.season .titleCap {
  padding-top: 31px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .season .titleCap {
    width: 263px;
    height: 128px;
    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;
    margin: auto;
    background-image: url(../images/season/season_title_cap_sp.svg);
  }
  .season .titleCap img {
    width: 80px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .season .titleCap {
    width: 144px;
    height: 134px;
    background-image: url(../images/season/season_title_cap.svg);
  }
  .season .titleCap img {
    margin-bottom: 5px;
  }
}
.menu .titleCap {
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
}
.menu.breakfast .titleCap {
  background-image: url(/common/images/icon/tag_breakfast.png);
}
.menu.lunch .titleCap {
  background-image: url(/common/images/icon/tag_lunch.png);
}
.menu.dinner .titleCap {
  background-image: url(/common/images/icon/tag_dinner.png);
}
.menu.midnight .titleCap {
  background-image: url(/common/images/icon/tag_midnight.png);
}
.regular .titleCap, .yoshika .titleCap {
  display: inline-block;
  width: 116px;
  height: 114px;
  position: relative;
  overflow: hidden;
}
.regular .titleCap:after, .yoshika .titleCap:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 116px;
  height: 114px;
  background-image: url(/common/images/single/regular_title_cap_mask.png);
}
.regular .titleCap img, .yoshika .titleCap img {
  width: 100% !important;
  height: auto !important;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .container.season .profileBox {
    margin: 0 auto 24px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox {
    width: 300px;
    margin: 35px auto 0;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox h2 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 500;
    letter-spacing: 0.14em;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .time {
    margin-bottom: 5px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .time > span {
    padding-right: 5px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop {
    margin-bottom: 20px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox {
    width: 300px;
    height: 237px;
    margin-bottom: 25px;
    text-align: center;
    overflow: hidden;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .ingredientBox dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #000;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li {
    margin-bottom: 32px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li .pic {
    width: 300px;
    height: 202px;
    margin: 0 auto 15px;
    text-align: center;
    overflow: hidden;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li .pic img {
    width: 100% !important;
    height: auto !important;
    vertical-align: middle;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li i {
    font-size: 16px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li .processText {
    display: inline;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .container.season .profileBox {
    width: 630px;
    margin-bottom: 48px;
  }
  .container.season .profileBox .imageBox {
    width: 160px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox {
    margin-top: 70px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox h2 {
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .time {
    margin: -14px 0 15px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .time > span {
    padding-right: 10px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop {
    display: table;
    margin-bottom: 30px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox, .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .ingredientBox {
    display: table-cell;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox {
    width: 470px;
    height: 450px;
    text-align: center;
    vertical-align: top;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox .imageWrap {
    width: 470px;
    height: 450px;
    overflow: hidden;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .imageBox .imageWrap img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .ingredientBox {
    width: 100%;
    padding-left: 32px;
    vertical-align: top;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .ingredientBox dt {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-weight: 700;
    border-bottom: 1px solid #000;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeTop .ingredientBox dd {
    margin-top: 5px;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li {
    width: 250px;
    min-height: 325px;
    margin: 0 25px 25px 0;
    float: left;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li:nth-child(3n) {
    margin-right: 0;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li .pic {
    width: 250px;
    height: 170px;
    overflow: hidden;
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li .pic img {
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container.season .seasonRecipesArea .seasonRecipesBox .recipeBottom .processUl li i {
    display: block;
    color: #39A132;
    font-family: "Allerta Stencil", sans-serif;
    line-height: 48px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .container.menu .menuBox, .container.info .menuBox {
    width: calc(100% - 30px);
    max-width: 450px;
    margin: 0 auto;
  }
}
.container.menu .menuBox .menuBoxInner, .container.info .menuBox .menuBoxInner {
  position: relative;
  background: #FFF;
  border: 2px solid #D3AD10;
  border-radius: 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .container.menu .menuBox .menuBoxInner, .container.info .menuBox .menuBoxInner {
    padding: 24px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .container.menu .menuBox .menuBoxInner, .container.info .menuBox .menuBoxInner {
    padding: 32px;
    margin-bottom: 64px;
  }
}
.container.menu .menuBox .menuBoxInner h3, .container.info .menuBox .menuBoxInner h3 {
  margin-bottom: 28px;
  font-weight: 700;
  color: #FF7F00;
  letter-spacing: 0.14em;
}
.container.menu .menuBox .menuBoxInner ul, .container.info .menuBox .menuBoxInner ul {
  display: inline-block;
}
.container.menu .menuBox .menuBoxInner ul li, .container.info .menuBox .menuBoxInner ul li {
  position: relative;
  padding-left: 16px;
  text-align: left;
  font-weight: 700;
}
.container.menu .menuBox .menuBoxInner ul li::before, .container.info .menuBox .menuBoxInner ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #D3AD10;
  border-radius: 3px;
  margin-right: 16px;
  margin-bottom: 2px;
}
.container.menu .menuBox .menuBoxInner ul li.underline span, .container.info .menuBox .menuBoxInner ul li.underline span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.container.menu .menuBox .menuBoxInner ul li.underline span::before, .container.info .menuBox .menuBoxInner ul li.underline span::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFF26;
  z-index: -1;
}

.container.yoshika .postWrap {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  padding: 70px 10px 80px;
}
.container.yoshika .postWrap::before, .container.yoshika .postWrap::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.container.yoshika .postWrap::before {
  height: 43px;
  top: 0;
  background-image: url(/common/images/single/post_cap_top.png);
  background-position: center;
  background-size: 400px 43px;
  background-repeat: no-repeat;
}
.container.yoshika .postWrap::after {
  height: 31px;
  bottom: 0;
  background-image: url(/common/images/single/post_cap_bottom.png);
  background-position: center;
  background-size: 400px 31px;
  background-repeat: no-repeat;
}

.container.regular .profileBox {
  width: 670px;
  margin: 0 auto 20px;
}
.container.regular .profileBox .imageBox {
  width: 160px;
}
.container.regular .postCreator_list {
  margin-bottom: 40px;
}

.container.info .goToArchive {
  margin-top: 100px;
}

.container.special {
  padding-bottom: 92px;
}
.container.special .specialLead {
  margin: 0 auto 47px;
  width: 626px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1.78;
}
.container.special .goToArchive .btn {
  width: 246px;
  margin: 23px auto 0;
  text-align: center;
}
.container.special #articleListBox {
  width: 816px;
  float: left;
  letter-spacing: 0.1em;
}
.container.special #articleListBox .articleList li {
  width: 100%;
  margin-bottom: 40px;
}
#seasonPage .container.special #articleListBox .articleList li {
  float: left;
  width: 280px;
  margin-right: 30px;
}
.container.special #articleListBox .articleList li .img {
  float: left;
  width: 400px;
  position: relative;
  overflow: hidden;
}
.regular .container.special #articleListBox .articleList li .img {
  border: 2px solid #CCC;
}
.container.special #articleListBox .articleList li .img img {
  width: 100%;
  height: auto;
}
.container.special #articleListBox .articleList li .img a {
  display: block;
}
.container.special #articleListBox .articleList li .img .bd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
}
.container.special #articleListBox .articleList li .img i.menuTimeIcon {
  width: 54px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 5px;
}
.container.special #articleListBox .articleList li .img i.menuTimeIcon img {
  width: 100%;
  height: auto;
}
.container.special #articleListBox .articleList li .img i.personImg {
  position: absolute;
  bottom: 7px;
  left: 7px;
}
.container.special #articleListBox .articleList li .img i.personImg img {
  width: 80px;
  height: auto;
  border: 1px solid #000;
}
#yoshikaPage .container.special #articleListBox .articleList li .img i.personImg img {
  background: #FFF;
  border: 3px solid #EA281A;
}
.container.special #articleListBox .articleList li .img .icon-flag {
  top: auto;
  bottom: 88px;
}
.container.special #articleListBox .articleList li .img .icon-flag span {
  line-height: 38px;
}
.container.special #articleListBox .articleList li .img .icon-flag::before {
  font-size: 43px;
}
.container.special #articleListBox .articleList li .sentense {
  width: 398px;
  line-height: 216px;
  float: left;
  margin-left: 18px;
}
.container.special #articleListBox .articleList li .postInfo .cat {
  margin-right: 7px;
}
.container.special #articleListBox .articleList li .date {
  font-weight: 400;
}
.container.special #articleListBox .articleList li .ttl {
  padding: 8px 0 0;
  line-height: 1.4;
}
.container.special #articleListBox .articleList li .ttl > a:hover {
  text-decoration: underline;
}
#seasonPage .container.special #articleListBox .articleList li .ttl {
  height: 70px;
}
.container.special #articleListBox .articleList li .content {
  line-height: 1.4;
  padding: 12px 0 0;
  word-wrap: break-word;
}
.container.special #articleListBox .articleList li .content p {
  line-height: 1.4;
}
.regular .container.special #articleListBox .articleList li:hover .img {
  border: 2px solid transparent;
}
.otherpost_node.menu .icon-flag, .otherpost_node.season .icon-flag, .otherpost_node.visitor .icon-flag {
  display: none;
}
.otherpost_node.regular .icon-flag span, .otherpost_node.journey .icon-flag span, .otherpost_node.yoshika .icon-flag span {
  display: block;
}

.otherpost_node.season .cat {
  color: #39A032;
  border-color: #39A032;
}
.otherpost_node.menu .cat {
  color: #FF8001;
  border-color: #FF8001;
}
.otherpost_node.regular .cat {
  color: #FF5072;
  border-color: #FF5072;
}
.otherpost_node.visitor .cat {
  color: #3DB1E9;
  border-color: #3DB1E9;
}
.otherpost_node.journey .cat {
  color: #8C4600;
  border-color: #8C4600;
}
.otherpost_node.yoshika .cat {
  color: #EA2A1C;
  border-color: #EA2A1C;
}

.otherpost_node:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.otherpost_node:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.otherpost_node:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.otherpost_node:nth-child(4) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.otherpost_node:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.otherpost_node:nth-child(6) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.otherpost_node:nth-child(7) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.otherpost_node:nth-child(8) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.otherpost_node-pr[data-index="0"] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.otherpost_node-pr[data-index="1"] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.otherpost_node-pr[data-index="2"] {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.c-recipeNav {
  margin-bottom: 40px;
  text-align: center;
}

.c-recipeNav_inner {
  display: inline-block;
  border: 1px solid #D8D8D8;
  border-radius: 20px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-recipeNav_inner {
    max-width: 512px;
    padding: 24px 21px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-recipeNav_inner {
    min-width: 512px;
    padding: 25px 32px;
  }
}
.season .c-recipeNav_inner {
  border: 2px solid #39A032;
}
.menu .c-recipeNav_inner {
  border: 2px solid #D3AD10;
}
.regular .c-recipeNav_inner {
  border: 2px solid #3FA3BA;
}

.c-recipeNavList {
  text-align: left;
}

.c-recipeNavList_node {
  font-weight: 700;
  line-height: 1.43;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-recipeNavList_node {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-recipeNavList_node + .c-recipeNavList_node {
    margin-top: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .c-recipeNavList_node + .c-recipeNavList_node {
    margin-top: 10px;
  }
}
.c-recipeNavList_node br.sp {
  display: none;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .c-recipeNavList_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-recipeNavList_linkSvg {
  margin-left: 10px;
  width: 11px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.season .c-recipeNavList_linkSvg {
  fill: #39A032;
}
.menu .c-recipeNavList_linkSvg {
  fill: #D3AD10;
}
.regular .c-recipeNavList_linkSvg {
  fill: #3FA3BA;
}

.articleContentWrap .articleContent .c-recipe {
  display: block;
  margin: 35px 0;
}
.articleContentWrap .articleContent .c-recipe + .articleContentWrap .articleContent .c-recipe {
  margin-top: 0px;
}
.articleContentWrap .articleContent .c-recipeInfo_time {
  font-weight: 700;
  font-size: 18px;
}
.articleContentWrap .articleContent .c-recipeInfo_time::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  margin-right: 15px;
  vertical-align: sub;
  background-image: url("../images/recipe/recipe_time.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.articleContentWrap .articleContent .c-recipeInfo_materialTitle {
  font-weight: 700;
  font-size: 16px;
  color: #D3AD10;
}
.regular .articleContentWrap .articleContent .c-recipeInfo_materialTitle {
  color: #3FA3BA;
}
.articleContentWrap .articleContent .c-recipeTitle {
  font-weight: bold;
  letter-spacing: 0.06em;
}
.menu .articleContentWrap .articleContent .c-recipeTitle, .regular .articleContentWrap .articleContent .c-recipeTitle, .season .articleContentWrap .articleContent .c-recipeTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menu .articleContentWrap .articleContent .c-recipeTitle, .regular .articleContentWrap .articleContent .c-recipeTitle, .season .articleContentWrap .articleContent .c-recipeTitle {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menu .articleContentWrap .articleContent .c-recipeTitle, .regular .articleContentWrap .articleContent .c-recipeTitle, .season .articleContentWrap .articleContent .c-recipeTitle {
    font-size: 28px;
  }
}
.menu .articleContentWrap .articleContent .c-recipeTitle::before, .regular .articleContentWrap .articleContent .c-recipeTitle::before, .season .articleContentWrap .articleContent .c-recipeTitle::before {
  content: "";
  display: inline-block;
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menu .articleContentWrap .articleContent .c-recipeTitle::before, .regular .articleContentWrap .articleContent .c-recipeTitle::before, .season .articleContentWrap .articleContent .c-recipeTitle::before {
    width: 23px;
    margin-top: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menu .articleContentWrap .articleContent .c-recipeTitle::before, .regular .articleContentWrap .articleContent .c-recipeTitle::before, .season .articleContentWrap .articleContent .c-recipeTitle::before {
    width: 26px;
    margin-top: 18px;
    vertical-align: middle;
  }
}
.menu .articleContentWrap .articleContent .c-recipeTitle::before {
  background-color: #D3AD10;
}
.regular .articleContentWrap .articleContent .c-recipeTitle::before {
  background-color: #3FA3BA;
}
.season .articleContentWrap .articleContent .c-recipeTitle::before {
  background-color: #4C9342;
}
.articleContentWrap .articleContent .c-recipeMv {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.articleContentWrap .articleContent .c-recipeMv img {
  width: 100%;
}
.articleContentWrap .articleContent .c-recipeName {
  font-weight: 700;
  letter-spacing: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menu .articleContentWrap .articleContent .c-recipeName, .regular .articleContentWrap .articleContent .c-recipeName, .season .articleContentWrap .articleContent .c-recipeName {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menu .articleContentWrap .articleContent .c-recipeName, .regular .articleContentWrap .articleContent .c-recipeName, .season .articleContentWrap .articleContent .c-recipeName {
    margin-top: 25px;
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.menu .articleContentWrap .articleContent .c-recipeName::before, .regular .articleContentWrap .articleContent .c-recipeName::before, .season .articleContentWrap .articleContent .c-recipeName::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .menu .articleContentWrap .articleContent .c-recipeName::before, .regular .articleContentWrap .articleContent .c-recipeName::before, .season .articleContentWrap .articleContent .c-recipeName::before {
    width: 22px;
    height: 26px;
    margin-right: 11px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .menu .articleContentWrap .articleContent .c-recipeName::before, .regular .articleContentWrap .articleContent .c-recipeName::before, .season .articleContentWrap .articleContent .c-recipeName::before {
    width: 28px;
    height: 34px;
    margin-right: 16px;
  }
}
.menu .articleContentWrap .articleContent .c-recipeName::after, .regular .articleContentWrap .articleContent .c-recipeName::after, .season .articleContentWrap .articleContent .c-recipeName::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-size: contain;
  background-repeat: repeat-x;
}
.menu .articleContentWrap .articleContent .c-recipeName::before {
  background-image: url("../images/recipe/recipe_title_icon_yellow.svg");
}
.menu .articleContentWrap .articleContent .c-recipeName::after {
  background-image: url("../images/common/dot_yellow.svg");
}
.regular .articleContentWrap .articleContent .c-recipeName::before {
  background-image: url("../images/recipe/recipe_title_icon_blue.svg");
}
.regular .articleContentWrap .articleContent .c-recipeName::after {
  background-image: url("../images/common/dot_blue.svg");
}
.season .articleContentWrap .articleContent .c-recipeName::before {
  background-image: url("../images/recipe/recipe_title_icon_green.svg");
}
.season .articleContentWrap .articleContent .c-recipeName::after {
  background-image: url("../images/common/dot_green.svg");
}
.articleContentWrap .articleContent .c-recipeName br {
  display: none;
}
.articleContentWrap .articleContent .c-recipeHeader {
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeHeader {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeHeader {
    font-size: 20px;
  }
}
.articleContentWrap .articleContent .c-recipeLead {
  margin-top: 10px;
  letter-spacing: 0.06em;
  line-height: 1.78;
}
.articleContentWrap .articleContent .c-recipeLead_name {
  margin-top: 10px;
  display: block;
  letter-spacing: 0.06em;
}
.articleContentWrap .articleContent .c-recipeInfo {
  margin-top: 25px;
  background-color: #F8F5ED;
  border-radius: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeInfo {
    padding: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeInfo {
    padding: 30px;
  }
}
.articleContentWrap .articleContent .c-recipeInfo_title {
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
.articleContentWrap .articleContent .c-recipeInfo_title:nth-of-type(2) {
  margin-top: 30px;
}
.articleContentWrap .articleContent .c-recipeInfo_content {
  margin-top: 10px;
  letter-spacing: 0.06em;
  line-height: 1.76;
}
.articleContentWrap .articleContent .c-recipeInfo_content * {
  letter-spacing: 0.06em;
  line-height: 1.76;
}
.articleContentWrap .articleContent .c-recipeInfo_content strong {
  display: block;
  margin-top: 10px;
}
.articleContentWrap .articleContent .c-recipeInfo_content img {
  border-radius: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeInfo_content img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeInfo_content img {
    width: calc(100% - 172px);
    height: auto;
    margin: 10px auto;
    display: block;
  }
}
.articleContentWrap .articleContent .c-recipeInfo_content a {
  text-decoration: underline;
}
.articleContentWrap .articleContent .c-recipeInfo_content a:hover {
  text-decoration: none;
}
.articleContentWrap .articleContent .c-recipeProcessTitle {
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeProcessTitle {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeProcessTitle {
    font-size: 20px;
  }
}
.articleContentWrap .articleContent .c-recipeProcessImg {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.articleContentWrap .articleContent .c-recipeProcessImg img {
  width: 100%;
}
.articleContentWrap .articleContent .c-recipeProcessText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeProcessText {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeProcessText {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-top: 31px;
  }
}
.articleContentWrap .articleContent .c-recipeProcessText + .c-recipeProcessText {
  margin-top: 24px;
}
.articleContentWrap .articleContent .c-recipeProcessText + .c-recipeProcessImg {
  margin-top: 40px;
}
.articleContentWrap .articleContent .c-recipeProcessText a {
  text-decoration: underline;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-color: #FFD76C;
  text-decoration-color: #FFD76C;
  text-underline-offset: -2px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.articleContentWrap .articleContent .c-recipeProcessText_number {
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeProcessText_number {
    font-size: 40px;
    margin-right: 17px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeProcessText_number {
    font-size: 60px;
    margin-right: 35px;
    margin-top: -5px;
  }
}
.season .articleContentWrap .articleContent .c-recipeProcessText_number {
  color: #39A032;
}
.menu .articleContentWrap .articleContent .c-recipeProcessText_number {
  color: #D3AD10;
}
.regular .articleContentWrap .articleContent .c-recipeProcessText_number {
  color: #3FA3BA;
}
.articleContentWrap .articleContent .c-recipeProcessText_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.articleContentWrap .articleContent .c-recipeProcessPoint {
  margin-top: 40px;
  padding: 24px;
  background-color: #F8F5ED;
  border-radius: 10px;
}
.articleContentWrap .articleContent .c-recipeProcessPoint + .c-recipeProcessImg {
  margin-top: 40px;
}
.articleContentWrap .articleContent .c-recipeProcessPoint_img {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.articleContentWrap .articleContent .c-recipeProcessPoint_img img {
  width: 100%;
}
.articleContentWrap .articleContent .c-recipeProcessPoint_title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
}
.season .articleContentWrap .articleContent .c-recipeProcessPoint_title {
  color: #39A032;
}
.menu .articleContentWrap .articleContent .c-recipeProcessPoint_title {
  color: #D3AD10;
}
.regular .articleContentWrap .articleContent .c-recipeProcessPoint_title {
  color: #3FA3BA;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeProcessPoint_img + .c-recipeProcessPoint_title {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeProcessPoint_img + .c-recipeProcessPoint_title {
    margin-top: 30px;
  }
}
.articleContentWrap .articleContent .c-recipeProcessPoint_text {
  line-height: 1.8;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .articleContentWrap .articleContent .c-recipeProcessPoint_text {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .articleContentWrap .articleContent .c-recipeProcessPoint_text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.articleContentWrap .articleContent .c-recipeProcessPoint_text a {
  color: #2D7ED0;
  text-decoration: underline;
}

.postCreator_list {
  margin-top: 64px;
  clear: both;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .postCreator_list {
    max-width: 800px;
    margin: 64px auto 0;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .postCreator_listTitle {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .postCreator_listTitle {
    margin-top: 35px;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .postCreator_listNode_inner {
    padding: 30px 32px 32px;
  }
}

/*=============================================

  商品訴求（複数）

==============================================*/
.productAppeal_wrapper {
  background-color: #F8F5ED;
  border-radius: 10px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_wrapper {
    max-width: 600px;
    margin: 80px auto 0;
    padding: 20px 0 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productAppeal_wrapper {
    margin-top: 120px;
    padding: 32px 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_wrapper .productAppeal_wrapper_svg {
    width: 11px;
    height: 8px;
    fill: #BE412B;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 10px;
    margin-right: 5px;
  }
}

.productAppeal_wrapperTitle {
  color: #BE412B;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_wrapperTitle {
    font-size: 18px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productAppeal_wrapperTitle {
    font-size: 22px;
  }
}
.productAppeal_wrapperTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: url(../images/common/dot_red.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_wrapperTitle::after {
    margin-top: 12px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productAppeal_wrapperTitle::after {
    margin-top: 24px;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_listWrapper {
    max-width: 400px;
    margin: auto;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .productAppeal_listWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 32px;
    padding: 0 45px;
  }
  .productAppeal_listWrapper .c-product {
    width: calc((100% - 48px) / 3);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .productAppeal_listWrapper .c-product {
    border: none;
    width: 100%;
  }
  .productAppeal_listWrapper .c-product_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productAppeal_listWrapper .recommendItemList_text {
    text-align: left;
    width: 100%;
  }
  .productAppeal_listWrapper .c-product_image {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .productAppeal_listWrapper .c-product_title {
    margin: 0;
  }
  .productAppeal_listWrapper .c-product_button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/*=============================================

  商品訴求（一つ）

==============================================*/
@media (hover: hover) {
  .singleAppeal_link:hover .c-product_button {
    background-color: #BE412B;
    color: #fff;
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .singleAppeal_image {
    padding: 0 27px;
    margin-top: 32px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_image {
    width: 655px;
    margin: 32px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_imageMain {
    width: 290px;
  }
}

.singleAppeal_imageMain_inner {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.singleAppeal_imageMain_inner img {
  width: 100%;
}

.singleAppeal_imageMain_caption {
  font-size: 12px;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .singleAppeal_imageMain_caption {
    margin-top: 3px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_imageMain_caption {
    margin-top: 5px;
  }
}

.singleAppeal_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .singleAppeal_product {
    margin-top: 32px;
  }
}
.singleAppeal_productImage {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .singleAppeal_productImage {
    width: 140px;
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_productImage {
    width: 180px;
  }
}
.singleAppeal_productImage img {
  width: 100%;
}

.singleAppeal_productInfo {
  margin-left: 10px;
}

.singleAppeal_productInfo_title {
  font-weight: 700;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_productInfo_title {
    width: 160px;
  }
}

.singleAppeal_productInfo_price {
  font-weight: 700;
}

.singleAppeal_lead {
  line-height: 1.5;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1025px) {
  .singleAppeal_lead {
    width: 655px;
    margin: 32px auto 0;
  }
}
.singleAppeal_lead span {
  font-size: 12px;
  vertical-align: top;
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
  .singleAppeal_lead {
    padding: 0 27px;
    margin-top: 32px;
  }
}

span.c-underline_yellow {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
  -webkit-text-decoration-color: #FFD76C;
  text-decoration-color: #FFD76C;
  font-weight: 700;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}