@charset "UTF-8";
/*---------- Reset ----------*/
body {
  color: #333;
  font-family: Noto Sans JP, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-weight: 400;
  overflow-x: hidden; }

html.showSearch {
  overflow: hidden; }
  html.showSearch body {
    overflow: hidden; }

p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/*---------- font-size ----------*/
.fs10 {
  font-size: 0.625rem; }

.fs11 {
  font-size: 0.6875rem; }

.fs12 {
  font-size: 0.75rem; }

.fs13 {
  font-size: 0.8125rem; }

.fs14 {
  font-size: 0.875rem; }

.fs15 {
  font-size: 0.9375rem; }

.fs16 {
  font-size: 1rem; }

.fs17 {
  font-size: 1.0625rem; }

.fs18 {
  font-size: 1.125rem; }

.fs19 {
  font-size: 1.1875rem; }

.fs20 {
  font-size: 1.25rem; }

.fs22 {
  font-size: 1.375rem; }

.fs24 {
  font-size: 1.5rem; }

.fs26 {
  font-size: 1.625rem; }

.fs28 {
  font-size: 1.75rem; }

.fs30 {
  font-size: 1.875rem; }

/*---------- margin ----------*/
.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

/*---------- Btn ----------*/
.Btn {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 46px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: relative;
  z-index: 1;
  cursor: pointer; }
  .Btn:hover {
    opacity: .7; }
  .Btn_print {
    border: solid 2px #4c1f67;
    max-width: 300px;
    border-radius: 8px;
    color: #4c1f67;
    font-weight: bold; }
    @media only screen and (max-width: 736px) {
      .Btn_print {
        max-width: 270px; } }
    .Btn_print::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../images/common/icon_print.png) no-repeat 0 0;
      vertical-align: middle;
      margin-right: 10px; }

.BtnCenterBlock {
  text-align: center;
  margin: 30px 0; }

/*---------- Link ----------*/
.Link {
  color: #a22b00; }
  .Link:hover {
    text-decoration: underline; }
  .Link-alpha {
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
    .Link-alpha:hover {
      opacity: .7; }

/*---------- MoreLink ----------*/
.MoreLink {
  text-align: center; }
  .MoreLink_txt {
    color: #4c1f67;
    font-size: 1.125rem; }
    @media only screen and (max-width: 736px) {
      .MoreLink_txt {
        font-size: 0.875rem; } }
    .MoreLink_txt::after {
      content: '';
      display: block;
      width: 240px;
      height: 18px;
      background: url(../images/common/link_arrow01.png) no-repeat 0 0;
      margin: 0 auto; }
    .MoreLink_txt-movie::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 20px;
      background: url(../images/common/icon_movie.png) no-repeat 0 0;
      vertical-align: middle;
      margin-right: 10px; }
      @media only screen and (max-width: 736px) {
        .MoreLink_txt-movie::before {
          width: 21px;
          height: 15px;
          background-size: 21px auto; } }
    .MoreLink_txt-movie::after {
      width: 300px;
      height: 18px;
      background: url(../images/common/link_arrow02.png) no-repeat 0 0; }
      @media only screen and (max-width: 736px) {
        .MoreLink_txt-movie::after {
          width: 240px;
          background-size: 240px auto; } }
    .MoreLink_txt-prune::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 26px;
      background: url(../images/common/icon_prune02.png) no-repeat 0 0;
      vertical-align: middle;
      margin-right: 10px; }
    .MoreLink_txt-prune::after {
      width: 300px;
      height: 18px;
      background: url(../images/common/link_arrow02.png) no-repeat 0 0; }

/*---------- Title ----------*/
.Title_block {
  text-align: center;
  margin-bottom: 45px; }
  @media only screen and (max-width: 736px) {
    .Title_block {
      margin-bottom: 25px; } }

.Title_imgArea {
  margin: 0 0 10px; }
  @media only screen and (max-width: 736px) {
    .Title_imgArea {
      margin: 0 0 3px; } }

@media only screen and (max-width: 736px) {
  .Title_img-beautyAndHealth {
    width: 253px;
    height: auto; } }

@media only screen and (max-width: 736px) {
  .Title_img-recipes {
    width: 180px;
    height: auto; } }

@media only screen and (max-width: 736px) {
  .Title_img-about {
    width: 168px;
    height: auto; } }

@media only screen and (max-width: 736px) {
  .Title_img-topics {
    width: 182px;
    height: auto; } }

@media only screen and (max-width: 736px) {
  .Title_img-topics {
    width: 182px;
    height: auto; } }

@media only screen and (max-width: 736px) {
  .Title_img-recommend {
    width: 182px;
    height: auto; } }

.Title_subTxt {
  color: #b13b53;
  font-size: 1.5rem;
  font-weight: 500; }
  @media only screen and (max-width: 736px) {
    .Title_subTxt {
      font-size: 0.875rem; } }

/*---------- Text ----------*/
.Text-center {
  text-align: center !important; }

.Text-right {
  text-align: right !important; }

.Text-left {
  text-align: left !important; }

.Text-strong {
  font-weight: bold !important; }

.Text-brown {
  color: #a22b00; }

.Text-gold {
  color: #a7812e; }

/*---------- Header ----------*/
.Header {
  background: #fff; }
  .Header_inner {
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
    height: 104px; }
    @media only screen and (max-width: 736px) {
      .Header_inner {
        height: 45px; } }
  .Header_logo {
    position: absolute;
    top: -35px;
    left: -25px;
    z-index: 12;
    width: 337px;
    height: 174px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px; }
    @media only screen and (max-width: 736px) {
      .Header_logo {
        width: 147px;
        height: 76px;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
        padding-top: 22px; } }
  .Header_logoImg {
    width: 248px;
    height: auto; }
    @media only screen and (max-width: 736px) {
      .Header_logoImg {
        width: 108px; } }
  .Header_links {
    margin-left: auto; }
    @media only screen and (max-width: 736px) {
      .Header_links {
        height: 100%; } }
  .Header_contentsMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 16px; }
    @media only screen and (max-width: 736px) {
      .Header_contentsMenu {
        display: none; } }
  .Header_contentsMenuItem {
    margin-left: 5px; }
  .Header_contentsMenuBtn {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 0 0 5px 5px;
    font-size: 0.9375rem; }
    .Header_contentsMenuBtn-media {
      background-color: #b13b53; }
    .Header_contentsMenuBtn-association {
      background-color: #4c1f67; }
    .Header_contentsMenuBtn:hover {
      opacity: .7; }
  .Header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 736px) {
      .Header_menu {
        display: block;
        position: absolute;
        right: 0;
        height: 100%; } }
  .Header_menuInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: dotted 2px #4c1f67;
    margin-right: 20px; }
    @media only screen and (max-width: 736px) {
      .Header_menuInner {
        display: none; } }
  .Header_menuItem {
    border-left: dotted 2px #4c1f67; }
  .Header_menuLink {
    color: #4c1f67;
    font-size: 1.125rem;
    display: block;
    padding: 0 20px;
    line-height: 30px; }
  @media only screen and (max-width: 736px) {
    .Header_menuSearch {
      height: 100%; } }
  @media only screen and (max-width: 736px) {
    .Header_menuSearchLink {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 45px;
      height: 100%;
      border-left: solid 1px #ccc;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media only screen and (max-width: 736px) {
    .Header_menuSearchIcon {
      width: 20px;
      height: auto; } }
  @media only screen and (max-width: 736px) {
    .Header_menuBtn {
      width: 45px;
      height: 100%;
      background-color: #4c1f67;
      position: relative;
      z-index: 50; } }
  .Header_menuBtnLine {
    display: block;
    width: 23px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
    .Header_menuBtnLine:nth-child(1) {
      top: 14px; }
      .menuOpen .Header_menuBtnLine:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        bottom: 0;
        width: 24px; }
    .Header_menuBtnLine:nth-child(2) {
      top: 0;
      bottom: 0; }
      .menuOpen .Header_menuBtnLine:nth-child(2) {
        opacity: 0; }
    .Header_menuBtnLine:nth-child(3) {
      bottom: 14px; }
      .menuOpen .Header_menuBtnLine:nth-child(3) {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 0;
        bottom: 0;
        width: 24px; }
  .Header_spMenu {
    display: none; }
    @media only screen and (max-width: 736px) {
      .Header_spMenu {
        display: block;
        position: fixed;
        top: 0;
        right: 100%;
        width: 60%;
        height: 100%;
        background-color: #fff;
        overflow: auto;
        z-index: 20;
        background: url(../images/common/bg_footer03.png) repeat 0 0;
        transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
        -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
        -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
        .menuOpen .Header_spMenu {
          right: 40%; } }
  .Header_spMenuItem {
    border-top: solid 1px #5c3971;
    border-bottom: solid 1px #150221; }
  .Header_spMenuLink {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    padding: 10px 15px;
    background: url(../images/common/arrow_r_wht.png) no-repeat calc(100% - 18px) center;
    background-size: 7px auto; }
    .Header_spMenuLink-hasSub {
      position: relative;
      background: none; }
      .Header_spMenuLink-hasSub::before {
        content: '';
        display: block;
        width: 13px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .Header_spMenuLink-hasSub::after {
        content: '';
        display: block;
        width: 1px;
        height: 13px;
        background-color: #fff;
        position: absolute;
        right: 21px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .Header_spMenuLink-hasSub.open::after {
        content: none; }
  .Header_spSubMenu {
    padding-bottom: 10px;
    display: none; }
  .Header_spSubMenuLink {
    color: #fff;
    font-size: 0.8125rem;
    padding: 5px 10px 5px 30px;
    position: relative;
    display: block; }
    .Header_spSubMenuLink::before {
      content: '-';
      display: inline-block;
      position: absolute;
      left: 20px;
      top: 4px;
      position: absolute; }
  .Header_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; }
  .Header_snsItem {
    margin: 0 5px 10px;
    opacity: .5; }

/*---------- Contents ----------*/
@media only screen and (max-width: 736px) {
  .Contents {
    overflow: hidden; }
    .Contents.menuOpen {
      height: 100vh;
      overflow: hidden; } }

.Contents_wrapper {
  transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
  position: relative;
  left: 0; }
  .menuOpen .Contents_wrapper {
    left: 60%; }
    .menuOpen .Contents_wrapper::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 30; }

.Contents_inner {
  min-height: 300px; }
  .Contents_inner-recipeDetail {
    background: url(/images/recipe/bg_page.png) no-repeat center 0;
    background-size: 100% auto; }
    @media only screen and (max-width: 736px) {
      .Contents_inner-recipeDetail {
        background-size: auto 55px; } }

/*---------- Page ----------*/
.Page_inner {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden; }
  @media only screen and (max-width: 736px) {
    .Page_inner {
      padding-right: 15px;
      padding-left: 15px; } }

/*---------- SectionBlock ----------*/
.SectionBlock {
  margin-bottom: 80px; }

/*---------- Breadcrumb ----------*/
.Breadcrumb {
  margin: 70px auto 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .Breadcrumb_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 28px;
    border: solid 1px #4c1f67;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4c1f67;
    position: relative; }
    @media only screen and (max-width: 736px) {
      .Breadcrumb_item {
        height: 19px; } }
    .Breadcrumb_item::after {
      content: '';
      display: block;
      width: 16px;
      height: 27px;
      background: url(../images/common/arrow_bread_crumb.png) no-repeat 0 0;
      background-size: auto 100%;
      position: absolute;
      top: 0;
      right: -18px;
      z-index: 1; }
      @media only screen and (max-width: 736px) {
        .Breadcrumb_item::after {
          height: 19px; } }
    .Breadcrumb_item:first-child {
      border-radius: 14px 0 0 14px; }
      .Breadcrumb_item:first-child .Breadcrumb_link::before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 11px;
        background: url(../images/common/icon_home.png) no-repeat 0 0;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -2px; }
        @media only screen and (max-width: 736px) {
          .Breadcrumb_item:first-child .Breadcrumb_link::before {
            background-size: 10px auto;
            width: 10px;
            height: 8px;
            top: -1px; } }
    .Breadcrumb_item:last-child {
      border-radius: 0 14px 14px 0;
      background-color: #fff; }
      .Breadcrumb_item:last-child::after {
        content: none; }
      .Breadcrumb_item:last-child .Breadcrumb_link {
        color: #4c1f67;
        padding: 0 15px 0 20px; }
  .Breadcrumb_link {
    color: #fff;
    padding: 0 10px 0 20px;
    font-size: 0.75rem;
    line-height: 26px;
    display: block; }
    @media only screen and (max-width: 736px) {
      .Breadcrumb_link {
        padding: 0 5px 0 15px;
        font-size: 0.5625rem;
        line-height: 17px; } }

/*---------- SimpleBreadcrumb ----------*/
.SimpleBreadcrumb {
  background-color: #fff5e0;
  padding: 0 20px; }
  .SimpleBreadcrumb-orange {
    background-color: #f8971d; }
    .SimpleBreadcrumb-orange .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-orange .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb-blue {
    background-color: #00b5cb; }
    .SimpleBreadcrumb-blue .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-blue .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb-green {
    background-color: #4cb860; }
    .SimpleBreadcrumb-green .SimpleBreadcrumb_item {
      color: #fff; }
    .SimpleBreadcrumb-green .SimpleBreadcrumb_link {
      color: #fff; }
  .SimpleBreadcrumb_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 10px 130px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 10; }
  .SimpleBreadcrumb_item {
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 5px; }
    .SimpleBreadcrumb_item::after {
      content: '>'; }
    .SimpleBreadcrumb_item:last-child::after {
      content: none; }
  .SimpleBreadcrumb_link {
    color: #a22b00;
    padding-right: 15px; }

/*---------- PostImgList ----------*/
.PostImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 60px; }
  .PostImgList-mansony {
    display: block; }
    .PostImgList-mansony .PostImgList_item {
      width: 285px;
      margin: 0 0 30px; }
  .PostImgList_inner {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .PostImgList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%;
    margin-right: 7.25%; }
    .PostImgList_item:nth-child(3n) {
      margin-right: 0; }
    .PostImgList_item-paper {
      border: solid 1px #ccc;
      border-radius: 10px;
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .PostImgList_link {
    display: block; }
  .PostImgList_imgArea {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden; }
    .PostImgList_imgArea:hover .PostImgList_dataPanel {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .PostImgList_dataPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 19, 6, 0.5);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97), -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
  .PostImgList_dataPanelInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .PostImgList_dataTitle {
    color: #fff;
    font-size: 1.4375rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .PostImgList_dataLead {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.6em; }
  .PostImgList_title {
    font-size: 1.125rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .PostImgList_txt {
    font-size: 0.875rem;
    line-height: 1.6em; }

/*---------- RecipeNavi ----------*/
.RecipeNavi {
  position: relative;
  margin: 20px 0 55px; }
  .RecipeNavi_inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .RecipeNavi_categoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px;
    cursor: pointer; }
    .RecipeNavi_categoryList.pc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .RecipeNavi_categoryList-column .RecipeNavi_categoryItem {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%; }
    .RecipeNavi_categoryList-paper {
      max-width: 650px;
      margin: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .RecipeNavi_categoryList-paper .RecipeNavi_categoryItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
    .RecipeNavi_categoryList-news {
      max-width: 300px;
      margin: auto;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .RecipeNavi_categoryList-news .RecipeNavi_categoryItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%; }
  .RecipeNavi_categoryItem {
    color: #502411;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    width: 16.66%;
    line-height: 22px; }
    .RecipeNavi_categoryItem::after {
      content: '';
      display: inline-block;
      background: url(../images/common/arrow_brown_btm.png) no-repeat 98% center #fff;
      width: 11px;
      height: 17px;
      vertical-align: middle;
      margin-left: 10px; }
    .RecipeNavi_categoryItem::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      position: relative;
      top: -2px; }
    .RecipeNavi_categoryItem-genre::before {
      background: url(../images/common/icon_genre.png) no-repeat 0 0;
      width: 17px;
      height: 19px; }
    .RecipeNavi_categoryItem-scene::before {
      background: url(../images/common/icon_scene.png) no-repeat 0 0;
      width: 23px;
      height: 20px; }
    .RecipeNavi_categoryItem-diet::before {
      background: url(../images/common/icon_diet.png) no-repeat 0 0;
      width: 17px;
      height: 17px; }
    .RecipeNavi_categoryItem-health::before {
      background: url(../images/common/icon_health.png) no-repeat 0 0;
      width: 19px;
      height: 17px; }
    .RecipeNavi_categoryItem-season::before {
      background: url(../images/common/icon_season.png) no-repeat 0 0;
      width: 22px;
      height: 17px; }
    .RecipeNavi_categoryItem-pro::before {
      background: url(../images/common/icon_pro.png) no-repeat 0 0;
      width: 19px;
      height: 19px; }
  .RecipeNavi_detail {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1000px;
    padding: 10px 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    top: 98px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5; }
  .RecipeNavi_detailList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .RecipeNavi_detailList-column .RecipeNavi_detailBlock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      width: 25%; }
    .RecipeNavi_detailList-paper {
      max-width: 650px;
      right: 0;
      margin: auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .RecipeNavi_detailList-paper .RecipeNavi_detailBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%; }
    .RecipeNavi_detailList-news {
      max-width: 300px;
      right: 0;
      margin: auto;
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .RecipeNavi_detailList-news .RecipeNavi_detailBlock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%; }
  .RecipeNavi_detailBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    width: 16.66%; }
  .RecipeNavi_detailItem {
    position: relative;
    padding: 0 1px 1px 0; }
  .RecipeNavi_checkbox {
    position: absolute;
    opacity: 0; }
    .RecipeNavi_checkbox:checked + .RecipeNavi_detailLabel {
      background-color: #fac117; }
  .RecipeNavi_detailLabel {
    padding: 5px;
    display: block; }
  .RecipeNavi_categoryTitle {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 3px; }
  .RecipeNavi_categoryCount {
    display: block;
    font-size: 0.75rem;
    color: #6d2d16; }
  .RecipeNavi_btnArea {
    text-align: center;
    margin: 10px auto 0;
    max-width: 240px; }
  .RecipeNavi_txtSearch {
    max-width: 620px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 20px; }
  .RecipeNavi_inputSearch {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 20px;
    text-align: center;
    height: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-size: 1.125rem; }
  .RecipeNavi_btnSearch {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .RecipeNavi_detailLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px; }
  .RecipeNavi_detailLinkItem {
    margin-right: 80px; }
    .RecipeNavi_detailLinkItem:last-child {
      margin-right: 0; }
  .RecipeNavi_detailLink {
    display: block; }
  .RecipeNavi_detailLinkCount {
    font-size: 0.875rem;
    padding-left: 10px;
    color: #a22b00; }

/*---------- ColumnList ----------*/
.ColumnList {
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px; }
  .ColumnList_inner {
    max-width: 1000px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ColumnList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    width: 23.5%;
    margin-right: 2%; }
    .ColumnList_item:last-child {
      margin-right: 0; }
  .ColumnList_link {
    display: block; }
  .ColumnList_imgArea {
    margin-bottom: 12px;
    max-height: 150px;
    overflow: hidden; }
  .ColumnList_img {
    width: 100%;
    height: auto; }
  .ColumnList_title {
    font-size: 1.125rem;
    margin-bottom: 8px;
    line-height: 1.4em; }
  .ColumnList_txt {
    line-height: 1.4em; }
  .ColumnList_date {
    font-size: 0.8125rem;
    margin-bottom: 10px;
    color: #666; }

/*---------- TagList ----------*/
.TagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .TagList_item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e5e5e5;
    border-radius: 10px;
    padding: 4px 10px;
    line-height: 1em;
    font-size: 0.8125rem; }

/*---------- PostDetailList ----------*/
.PostDetailList {
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .PostDetailList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px; }
    .PostDetailList_item:nth-child(3n) {
      margin-right: 0; }
    .PostDetailList_item-search {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .PostDetailList_item-slim {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      width: 30%;
      margin-right: 5%; }
  .PostDetailList_imgArea,
  .PostDetailList .PostDetailList_imgArea {
    margin-bottom: 15px;
    max-height: 215px;
    overflow: hidden; }
  .PostDetailList_imgLink {
    display: block; }
  .PostDetailList_img {
    width: 100%;
    height: auto; }
  .PostDetailList_txtLink {
    display: block;
    margin: 0 0 10px; }
  .PostDetailList_title {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.4em; }
  .PostDetailList_txt {
    font-size: 0.875rem;
    line-height: 1.8em; }
  .PostDetailList_btmLink {
    margin-top: 30px; }

/*---------- ContentsLink ----------*/
.ContentsLink {
  background-color: #f5f5f5;
  padding: 40px 0 10px; }
  .ContentsLink_inner {
    max-width: 1010px;
    margin: 0 auto;
    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; }
  .ContentsLink_item {
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    border: solid 1px #000;
    margin-bottom: 30px; }
  .ContentsLink_link {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff; }
  .ContentsLink_img {
    vertical-align: bottom;
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px; }
  .ContentsLink_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.25rem; }

/*---------- SocialContents ----------*/
.SocialContents {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 736px) {
    .SocialContents {
      display: none; } }
  .SocialContents_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.5%;
    flex: 0 0 28.5%;
    width: 28.5%; }
  .SocialContents_title {
    margin-bottom: 15px; }
  .SocialContents_inner {
    height: 285px;
    overflow: auto; }
  .SocialContents_instaList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .SocialContents_instaListItem {
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .SocialContents_instaListItem:nth-child(3n) {
      margin-right: 0; }
  .SocialContents_instaListImg {
    width: 100%;
    height: auto; }
  .SocialContents_btnArea {
    text-align: center; }
  .SocialContents_titleImg {
    vertical-align: middle; }
  .SocialContents_blank {
    vertical-align: middle;
    margin-left: 10px; }

/*---------- RecipeList ----------*/
.BannerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px; }
  @media only screen and (max-width: 736px) {
    .BannerList {
      display: none; } }
  .BannerList_link {
    display: block;
    border: solid 1px #e5e5e5; }

/*---------- RecipeList ----------*/
.RecipeList {
  max-width: 1000px;
  margin: 0 auto; }
  .RecipeList_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .RecipeList_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
    margin-right: 5px;
    margin-bottom: 5px; }
    .RecipeList_item:nth-child(4n) {
      margin-right: 0; }
  .RecipeList_link {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden; }
    .RecipeList_link:hover .RecipeList_txtArea {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .RecipeList_imgArea {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .RecipeList_txtArea {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 19, 6, 0.5);
    top: 0;
    left: 0;
    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-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    transition: transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97), -webkit-transform 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
  .RecipeList_title {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .RecipeList_txt {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.8em; }

/*---------- imgColumn ----------*/
.imgColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px; }
  .imgColumn img {
    display: block;
    max-width: 620px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0 auto 5px; }
  .imgColumn p {
    font-size: 0.8125rem;
    color: #808080; }
  .imgColumn-2column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .imgColumn-2column li {
      width: 48.7%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48.7%;
      flex: 0 0 48.7%; }
  .imgColumn-3column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .imgColumn-3column li {
      width: 32.5%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
      flex: 0 0 32.5%; }

/*---------- SearchedItems ----------*/
.SearchedItems {
  max-width: 1000px;
  margin: 0 auto 60px;
  border: solid 1px #ddd;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em; }
  .SearchedItems_lead {
    color: #502411; }
    .SearchedItems_lead::after {
      content: ' : '; }

/*---------- Footer ----------*/
.FooterTop {
  background: url(../images/common/bg_footer01.png) repeat 0 0; }
  .FooterTop_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-left: solid 1px 3331546;
    border-right: solid 1px #6d4a81; }
    @media only screen and (max-width: 736px) {
      .FooterTop_inner {
        display: block;
        padding: 0;
        border: none; } }
  .FooterTop_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px 3331546;
    border-left: solid 1px #6d4a81; }
    @media only screen and (max-width: 736px) {
      .FooterTop_column {
        width: 100%; } }
  .FooterTop_block {
    padding: 30px 20px; }
    @media only screen and (max-width: 736px) {
      .FooterTop_block {
        padding: 0;
        border-top: solid 1px #5c3971;
        border-bottom: solid 1px #341447; } }
  .FooterTop_lead {
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      .FooterTop_lead {
        margin-bottom: 0; } }
    .FooterTop_lead:hover {
      opacity: .7; }
  .FooterTop_leadLink {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #fff; }
    @media only screen and (max-width: 736px) {
      .FooterTop_leadLink {
        font-size: 0.75rem;
        font-weight: normal;
        padding: 12px 15px;
        display: block;
        background: url(../images/common/arrow_r_wht.png) no-repeat calc(100% - 18px) center;
        background-size: 7px auto; } }
    @media only screen and (max-width: 736px) {
      .FooterTop_leadLink-hasSub {
        position: relative;
        background: none; }
        .FooterTop_leadLink-hasSub::before {
          content: '';
          display: block;
          width: 13px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          margin: auto; }
        .FooterTop_leadLink-hasSub::after {
          content: '';
          display: block;
          width: 1px;
          height: 13px;
          background-color: #fff;
          position: absolute;
          right: 21px;
          top: 0;
          bottom: 0;
          margin: auto; } }
    @media only screen and (max-width: 736px) {
      .FooterTop_leadLink.open {
        position: relative;
        background: none; }
        .FooterTop_leadLink.open::after {
          content: none; } }
  .FooterTop_itemBlock {
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      .FooterTop_itemBlock {
        display: none; } }
  .FooterTop_item {
    margin-bottom: 15px; }
    @media only screen and (max-width: 736px) {
      .FooterTop_item {
        margin-bottom: 0; } }
    .FooterTop_item:last-child {
      margin-bottom: 0; }
  .FooterTop_link {
    font-size: 0.8125rem;
    color: #fff;
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 1.2em; }
    @media only screen and (max-width: 736px) {
      .FooterTop_link {
        padding: 5px 10px 5px 30px;
        font-size: 0.75rem; } }
    .FooterTop_link:hover {
      opacity: .7; }
    .FooterTop_link::before {
      content: '-';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      position: absolute; }
      @media only screen and (max-width: 736px) {
        .FooterTop_link::before {
          left: 20px;
          top: 4px; } }

.FooterMiddle {
  background: url(../images/common/bg_footer02.png) repeat 0 0; }
  .FooterMiddle_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 20px;
    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; }
  .FooterMiddle_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .FooterMiddle_linksItem {
    margin-right: 30px; }
  .FooterMiddle_linksTxt {
    color: #bea0d0;
    font-size: 0.9375rem; }
    .FooterMiddle_linksTxt:hover {
      opacity: .7; }
  .FooterMiddle_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 736px) {
      .FooterMiddle_sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0; } }
  .FooterMiddle_snsItem {
    margin-left: 15px; }
  .FooterMiddle_snsLink {
    opacity: .5; }
    .FooterMiddle_snsLink:hover {
      opacity: .3; }
    @media only screen and (max-width: 736px) {
      .FooterMiddle_snsLink img {
        width: 29px;
        height: auto;
        vertical-align: bottom; } }

.FooterBottom {
  background: url(../images/common/bg_footer03.png) repeat 0 0;
  padding: 40px 20px; }
  @media only screen and (max-width: 736px) {
    .FooterBottom {
      padding: 20px; } }
  .FooterBottom_logoArea {
    text-align: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 736px) {
      .FooterBottom_logoArea {
        margin-bottom: 15px; } }
  @media only screen and (max-width: 736px) {
    .FooterBottom_logoImg {
      width: 121px;
      height: auto; } }
  .FooterBottom_lead {
    text-align: center;
    font-size: 0.8125rem;
    color: #7f6590;
    font-weight: normal; }
    @media only screen and (max-width: 736px) {
      .FooterBottom_lead {
        font-size: 0.5625rem;
        line-height: 1.6em; } }
  .FooterBottom_copyright {
    color: #7f6590;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 736px) {
      .FooterBottom_copyright {
        font-size: 0.5625rem; } }

.FooterSearch {
  display: none; }
  @media only screen and (max-width: 736px) {
    .FooterSearch {
      display: block;
      background-color: #fff;
      padding: 22px 15px; } }
  .FooterSearch_input {
    background: url(../images/common/icon_search_gray.png) no-repeat 96% center #fff;
    background-size: 25px auto;
    border: solid 2px #98948f;
    width: 100%;
    height: 53px;
    border-radius: 5px;
    text-align: center;
    color: #98948f; }

/*---------- SiteSearch ----------*/
.SiteSearch {
  position: absolute;
  width: 100%;
  z-index: 11;
  display: none; }
  .SiteSearch_head {
    background-color: #fff7e0; }
  .SiteSearch_headInner {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .SiteSearch_postType {
    width: 220px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    position: relative; }
  .SiteSearch_postTypeSelect {
    position: relative;
    background: url(../images/common/arrow_brown_btm.png) no-repeat 90% center #ffefc1;
    height: 64px;
    cursor: pointer; }
  .SiteSearch_postTypeSelectTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 64px;
    height: 64px;
    color: #502411;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11; }
  .SiteSearch_postTypeList {
    position: absolute;
    top: 64px;
    width: 100%;
    background-color: #fdfaf3;
    padding: 10px 0;
    display: none;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.14);
    z-index: 1; }
  .SiteSearch_postTypeItem {
    padding: 12px 0 12px 40px;
    cursor: pointer; }
    .SiteSearch_postTypeItem:hover, .SiteSearch_postTypeItem.active {
      color: #a22b00; }
  .SiteSearch_inputArea {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .SiteSearch_inputBlock {
    max-width: 660px;
    margin: 0 auto;
    position: relative; }
  .SiteSearch_input {
    width: 100%;
    height: 44px;
    text-align: center;
    outline: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .SiteSearch_btn {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/common/btn_search_brw.png) no-repeat 0 0;
    position: absolute;
    right: 18px;
    top: 8px;
    cursor: pointer; }
  .SiteSearch_resultArea {
    background-color: #fff;
    position: absolute;
    top: 64px;
    width: 100%;
    height: calc(100vh - 174px);
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .SiteSearch_resultInner {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 240px; }
  .SiteSearch_resultCount {
    text-align: center;
    font-size: 1.125rem;
    padding: 25px 0;
    display: none; }
    .SiteSearch_resultCount::before {
      content: '';
      display: inline-block;
      width: 57px;
      height: 7px;
      background: url(../images/common/motif_tl_l.png) no-repeat 0 0;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -2px; }
    .SiteSearch_resultCount::after {
      content: '';
      display: inline-block;
      width: 57px;
      height: 7px;
      background: url(../images/common/motif_tl_r.png) no-repeat 0 0;
      vertical-align: middle;
      margin-left: 10px;
      position: relative;
      top: -2px; }
  .SiteSearch_resultList {
    border-top: solid 1px #ccc;
    display: none; }
  .SiteSearch_resultItem {
    border-bottom: solid 1px #ccc; }
  .SiteSearch_resultLink {
    display: block;
    padding: 15px 0; }
    .SiteSearch_resultLink:hover {
      opacity: .7; }
  .SiteSearch_resultTitle {
    color: #4f2310;
    font-size: 1.125rem;
    margin-bottom: 10px;
    line-height: 1.6em; }
  .SiteSearch_resultTxt {
    font-size: 0.875rem;
    line-height: 1.6em; }
  .SiteSearch_loader {
    padding: 20px 0;
    text-align: center;
    display: none; }
  .SiteSearch_loadIcon {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.post-password-form {
  text-align: center;
  max-width: 645px;
  margin: 0 auto; }
  .post-password-form > p {
    font-size: 1.375rem;
    color: #6e2d11;
    line-height: 1.4em;
    padding: 60px 20px 25px; }
    .post-password-form > p:last-child {
      padding: 0 20px 30px; }
  .post-password-form label {
    font-size: 1.125rem;
    color: #333; }
  .post-password-form input {
    font-size: 1.125rem;
    color: #333; }
    .post-password-form input[type="submit"] {
      color: #fff;
      background-color: #a22b00;
      font-weight: bold;
      border: none;
      height: 26px;
      font-size: 1rem;
      padding: 0 10px; }

/*---------- Wordpress Style ----------*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignleft {
  float: left;
  padding: 0 15px 15px 0; }

.alignright {
  float: right;
  padding: 0 0 15px 15px; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

/*---------- Responsive Style ----------*/
.sp {
  display: none; }

.tb {
  display: none; }

.pc {
  display: block; }

br.pc, img.pc {
  display: inline; }

.pc_none {
  display: none; }

.tb_none {
  display: block; }

.sp_none {
  display: block; }

br.tb_none, img.tb_none, br.sp_none, img.sp_none {
  display: inline; }

/*---------- adjust ----------*/
.inline {
  display: inline !important; }

/*========================================================================================================== Breakpoint 1024px */
@media only screen and (max-width: 1024px) {
  /*---------- Responsive Style ----------*/
  .tb {
    display: block; }
  .pc {
    display: none; }
  .sp {
    display: none; }
  br.pc, img.pc,
  br.sp, img.sp {
    display: none; }
  br.tb, img.tb {
    display: inline; }
  .pc_none {
    display: block; }
  .tb_none {
    display: none; }
  .sp_none {
    display: block; }
  br.pc_none, img.pc_none, br.sp_none, img.sp_none {
    display: inline; }
  br.tb_none, img.tb_none {
    display: none; } }

/*========================================================================================================== Breakpoint 736px */
@media only screen and (max-width: 736px) {
  /*---------- Responsive Style ----------*/
  .sp {
    display: block; }
  .tb {
    display: none; }
  .pc {
    display: none; }
  br.pc, img.pc,
  br.tb, img.tb {
    display: none; }
  br.sp, img.sp {
    display: inline; }
  .pc_none {
    display: block; }
  .tb_none {
    display: block; }
  .sp_none {
    display: none; }
  br.pc_none, img.pc_none, br.tb_none, img.tb_none {
    display: inline; }
  br.sp_none, img.sp_none {
    display: none; } }
