/* モックタイトルの消去 */
.mocktitle {
  display: none !important;
}

/* アスタリスク追加（アクセシビリティ対策） */
.kome_mark:before {
  content: "*";
}

.ff-thai {
  font-family: 'Noto Sans Thai', sans-serif;
}

.ff-thai-mincho {
  font-family: 'Noto Serif Thai', serif;
}

.ff-kantai {
  font-family: 'Noto Sans SC', sans-serif;
}

.ff-kantai-mincho {
  font-family: 'Noto Serif SC', serif;
}

.ff-hantai {
  font-family: 'Noto Sans TC', sans-serif;
}

.ff-hantai-mincho {
  font-family: 'Noto Serif TC', serif;
}

.ff-english {
  font-family: 'Noto Sans', sans-serif;
}

.ff-english-mincho {
  font-family: 'Noto Serif', serif;
}

.ff-spanish {
  font-family: 'Noto Sans', sans-serif;
}

.ff-spanish-mincho {
  font-family: 'Noto Serif', serif;
}

.site-wrap {
  clear: both;
}

@media screen and (max-width: 999px) {
  /*
  .site-wrap {
    margin: 66px 0 0 0;
  }*/
}

header.pc-head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  background: url("../images/headaer_bg.png") repeat;
  z-index: 99;
}

@media screen and (max-width: 999px) {
  header.pc-head {
    display: none;
  }
}

header.pc-head .logo-block {
  width: 92px;
}

header.pc-head .logo-block h1 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.pc-head .logo-block h1 a img {
  width: 100%;
}

header.pc-head .navigation-block {
  width: calc(100% - 92px);
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

header.pc-head .navigation-block .gloval-nav {
  width: calc(100% - 110px);
  padding-right: 20px;
  box-sizing: border-box;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul {
  display: flex;
  justify-content: flex-end;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul li {
  margin-left: 28px;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul li:first-of-type {
  margin: 0;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul li a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.5;
  padding: 2px 0;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul li a::after {
  content: "";
  background: #ff0000;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.pc-head .navigation-block .gloval-nav nav.nav-global ul li a:hover::after {
  opacity: 1;
}

header.pc-head .navigation-block .nav-language {
  width: 110px;
}

header.pc-head .navigation-block .nav-language .language-choice {
  position: relative;
}

header.pc-head .navigation-block .nav-language .language-choice:hover>ul.child {
  visibility: visible;
  opacity: 1;
}

header.pc-head .navigation-block .nav-language .language-choice>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 7px 10px;
  background: #bb9017;
  box-sizing: border-box;
  line-height: 1;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

header.pc-head .navigation-block .nav-language .language-choice>a span.icon {
  margin-right: 5px;
}

header.pc-head .navigation-block .nav-language .language-choice>ul.child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 5;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.pc-head .navigation-block .nav-language .language-choice>ul.child>li>a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: #333333;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.pc-head .navigation-block .nav-language .language-choice>ul.child>li>a:hover {
  opacity: 0.7;
}

.site-head-sp {
  display: block;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

@media screen and (min-width: 1000px) {
  .site-head-sp {
    display: none;
  }
}

.site-head-sp .header-innner-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 15px;
  background: url("../images/headaer_bg.jpg") repeat;
}

.site-head-sp .header-innner-sp .site-logo-sp {
  width: calc(100% - 60px);
}

.site-head-sp .header-innner-sp .site-logo-sp .site-name-sp {
  width: 50px;
}

.site-head-sp .header-innner-sp .site-logo-sp img {
  max-width: 100%;
}

.site-head-sp .header-innner-sp .site-navi-icon {
  width: 50px;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(1) {
  top: 0px;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(2) {
  top: 16px;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.site-head-sp .header-innner-sp .site-navi-icon .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

.site-head-sp .site-nav-sp {
  display: none;
  width: 100%;
  height: calc(100vh - 66px);
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.site-head-sp .site-nav-sp .language {
  display: block;
  padding-top: 30px;
}

.site-head-sp .site-nav-sp .language ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-head-sp .site-nav-sp .language ul li {
  margin-left: 10px;
}

.site-head-sp .site-nav-sp .language ul li:first-of-type {
  margin-left: 0;
}

.site-head-sp .site-nav-sp .language ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-head-sp .site-nav-sp .language ul li a:hover {
  background: #ffffff;
  color: #8f3124;
}

.site-head-sp .site-nav-sp .language ul li a.active {
  background: #ffffff;
  color: #8f3124;
}

.site-head-sp .site-nav-sp .navi-global-sp {
  display: block;
}

.site-head-sp .site-nav-sp .navi-global-sp .tl {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #ffffff;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.site-head-sp .site-nav-sp .navi-global-sp .tl span {
  margin-right: 7px;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li {
  display: block;
  border-bottom: 1px solid #dddddd;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li:first-of-type {
  border-top: 1px solid #dddddd;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 100%;
  font-weight: 200;
  color: #ffffff;
  padding: 20px;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list li a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 14px;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp {
  margin: 25px 0 0 0;
  text-align: center;
}

.site-head-sp .site-nav-sp .navi-global-sp ul.nav-list-sp li {
  display: inline-block;
  margin: 0 15px;
}

.main-content__wrap .each-content-block {
  padding: 0 20px 100px 20px;
}

.main-content__wrap .each-content-block.bg-about {
  background: url("../images/top/about_bg.jpg") repeat;
}

.main-content__wrap .each-content-block.bg-search {
  background: #efefef;
}

.main-content__wrap .each-content-block.bg-gray {
  background: #efefef;
}

.main-content__wrap .each-content-block.bg-sns {
  background: #efefef;
}

.main-content__wrap .each-content-block .title-block {
  text-align: center;
}

.main-content__wrap .each-content-block .title-block h2 span {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  padding: 10px;
  color: #ffffff;
  background: #bb9017;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 999px) {
  .main-content__wrap .each-content-block .title-block h2 span {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-content__wrap .each-content-block .title-block h2 span {
    max-width: 300px;
  }
}

.main-content__wrap .each-content-block .inner-content-block {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 0 0 0;
}

.main-visual_dir2 h2 img {
  width: 100%;
}

footer.site-footer {
  padding: 0 0 20px 0;
  position: relative;
}

footer.site-footer::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("../images/footer_bg.jpg") no-repeat center center;
  background-size: cover;
}

footer.site-footer .footer-information {
  padding: 20px;
  background: #000000;
}

footer.site-footer .footer-information .site-title {
  text-align: center;
  margin-bottom: 30px;
}

footer.site-footer .footer-information .site-title h5 img {
  max-width: 100%;
}

footer.site-footer .footer-information .footer-nav {
  margin-bottom: 10px;
}

footer.site-footer .footer-information .footer-nav nav.nav-footer {
  margin-bottom: 25px;
}

footer.site-footer .footer-information .footer-nav nav.nav-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer.site-footer .footer-information .footer-nav nav.nav-footer ul li {
  margin: 5px 10px;
}

footer.site-footer .footer-information .footer-nav nav.nav-footer ul li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 999px) {
  footer.site-footer .footer-information .footer-nav nav.nav-footer ul li a {
    font-size: 14px;
  }
}

footer.site-footer .footer-information .footer-nav nav.nav-footer ul li a:hover {
  color: #ff0000;
}

footer.site-footer .footer-information .footer-nav nav.nav-sub-footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer.site-footer .footer-information .footer-nav nav.nav-sub-footer ul li {
  margin: 5px 10px;
}

footer.site-footer .footer-information .footer-nav nav.nav-sub-footer ul li a {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer.site-footer .footer-information .footer-nav nav.nav-sub-footer ul li a:hover {
  color: #ff0000;
}

footer.site-footer .footer-information .copyright p {
  text-align: center;
  color: #ffffff;
  font-size: 9px;
}

footer.site-footer .footer-bnr-list {
  padding: 35px 20px;
}

footer.site-footer .footer-bnr-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer.site-footer .footer-bnr-list ul li {
  margin: 0 20px;
}

footer.site-footer .footer-bnr-list ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*
footer.site-footer .footer-bnr-list ul li a:hover {
  opacity: 0.7;
}*/
footer.site-footer .footer-bnr-list ul li a img {
  max-width: 100%;
}

.btn-block {
  text-align: center;
}

.btn-block a.btn-basic {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 20px 10px !important;
  text-align: center;
  background: #8a2428 !important;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-block a.btn-basic:hover {
  opacity: 0.7;
}

.pagination__wrap .pager-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pagination__wrap .pager-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination__wrap .pager-inner ul li {
  margin: 7px;
  font-size: 14px;
  font-weight: 500;
}

.pagination__wrap .pager-inner ul li span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #8a2428;
  text-decoration: none;
  color: #ffffff;
  background: #8a2428;
  font-weight: 500;
}

.pagination__wrap .pager-inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #666666;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__wrap .pager-inner ul li a:hover {
  color: #ffffff;
  background: #8a2428;
  border: 1px solid #8a2428;
}

.pagination__single {
  text-align: center;
}

.pagination__single a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 10px 20px !important;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 10px;
  color: #8a2428;
  border: 1px solid #8a2428;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__single a:hover {
  background: #8a2428 !important;
  color: #ffffff;
}

.tp-main-visual .slider .item {
  line-height: 1;
  font-size: 0px;
}

.tp-main-visual .slider .item img {
  width: 100%;
}

.content-type__tpabout .catch-text {
  margin-bottom: 30px;
}
.content-type__tpabout .catch-text h3 {
  text-align: center;
  font-size: 1.3em;
  font-family: serif;
  font-weight: bold;
  margin: 1em 0 -0.5em;
}

.content-type__tpabout .catch-text h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 400;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__tpabout .catch-text h4 {
    font-size: 18px;
  }
}

.content-type__tpabout .about-text-set {
  margin-bottom: 55px;
}

.content-type__tpabout .about-text-set .photo {
  margin-bottom: 20px;
}

.content-type__tpabout .about-text-set .photo img {
  width: 100%;
}

.content-type__tpabout .about-text-set .text {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 999px) {
  .content-type__tpabout .about-text-set .text {
    font-size: 14px;
  }
}

.content-type__news .post-single-block {
  margin-bottom: 70px;
}

.content-type__news .post-single-block article.post-single {
  display: block;
}

.content-type__news .post-single-block article.post-single header.post-head {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}

.content-type__news .post-single-block article.post-single header.post-head time.post-date {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .content-type__news .post-single-block article.post-single header.post-head time.post-date {
    font-size: 14px;
  }
}

.content-type__news .post-single-block article.post-single header.post-head h3 {
  line-height: 1.25;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .content-type__news .post-single-block article.post-single header.post-head h3 {
    font-size: 20px;
  }
}

.content-type__news .post-single-block article.post-single .post-content {
  line-height: 1.75;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__news .post-single-block article.post-single .post-content {
    font-size: 14px;
  }
}

.content-type__news .post-single-block article.post-single .post-content p {
  margin-bottom: 1.5em;
}

.content-type__news .post-single-block article.post-single .post-content img {
  max-width: 100%;
  height: auto !important;
}

.content-type__news .news-post-list {
  margin-bottom: 70px;
}

.content-type__news .news-post-list article.row {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.content-type__news .news-post-list article.row time.post-date {
  width: 110px;
}

@media screen and (max-width: 999px) {
  .content-type__news .news-post-list article.row time.post-date {
    font-size: 14px;
  }
}

.content-type__news .news-post-list article.row .post-category {
  width: 60px;
}

.content-type__news .news-post-list article.row .post-category span {
  display: block;
  padding: 3px 5px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  font-size: 12px;
}

.content-type__news .news-post-list article.row .post-category span.cat-info {
  background: #8a2428;
}

.content-type__news .news-post-list article.row .post-category span.cat-recipe {
  background: #bb9017;
}

.content-type__news .news-post-list article.row .post-category span.cat-movie {
  background: #4b4b4b;
}

.content-type__news .news-post-list article.row .post-title {
  width: calc(100% - 170px);
  padding-left: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__news .news-post-list article.row .post-title {
    width: 100%;
    padding: 10px 0 0 0;
  }
}

.content-type__news .news-post-list article.row .post-title h6 {
  font-weight: 400;
}

.content-type__news .news-post-list article.row .post-title h6 a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 999px) {
  .content-type__news .news-post-list article.row .post-title h6 a {
    font-size: 14px;
  }
}

.content-type__news .news-post-list article.row .post-title h6 a:hover {
  color: #8a2428;
}

.content-type__tpsearch .catch-text {
  margin-bottom: 30px;
}

.content-type__tpsearch .catch-text h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 400;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .catch-text h4 {
    font-size: 18px;
  }
}

.content-type__tpsearch .product-pickup>h3 {
  font-size: 20px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .product-pickup>h3 {
    font-size: 18px;
  }
}

.content-type__tpsearch .product-pickup>h4 {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .product-pickup>h4 {
    font-size: 16px;
  }
}

.content-type__tpsearch .product-pickup .recipe-postlist {
  display: flex;
  flex-wrap: wrap;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row {
  width: calc(100% / 3);
  padding: 20px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__tpsearch .product-pickup .recipe-postlist article.row {
    width: 50%;
    padding: 20px 5px;
  }
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a:hover {
  opacity: 0.7;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-thumb {
  font-size: 0px;
  line-height: 1;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-thumb img {
  width: 100%;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta {
  line-height: 1.5;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-title {
  margin-bottom: 25px;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-title h5 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-title h5 {
    font-size: 16px;
  }
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-title p.pref {
  font-size: 14px;
}

.content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-exp p {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .product-pickup .recipe-postlist article.row>a .post-meta .post-exp p {
    font-size: 12px;
  }
}

.content-type__tpsearch .search-category {
  margin-bottom: 80px;
}

.content-type__tpsearch .search-category>h3 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .search-category>h3 {
    font-size: 18px;
  }
}

.content-type__tpsearch .search-category .category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.content-type__tpsearch .search-category .category-list ul li {
  display: flex;
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .search-category .category-list ul li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .content-type__tpsearch .search-category .category-list ul li {
    width: 100%;
    padding: 10px 0;
  }
}

.content-type__tpsearch .search-category .category-list ul li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333333;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpsearch .search-category .category-list ul li>a:hover {
  border: 1px solid #920000;
}

.content-type__tpsearch .search-category .category-list ul li>a span.icon img {
  max-width: 100%;
}

.content-type__tpsearch .search-category .category-list ul li>a span.text {
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin-left: 20px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .search-category .category-list ul li>a span.text {
    font-size: 18px;
  }
}

.content-type__tpsearch .search-category .category-list ul li>a span.text span.min {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .search-category .category-list ul li>a span.text span.min {
    font-size: 12px;
  }
}

.content-type__tpsearch .region-map {
  margin-bottom: 0px;
}

.content-type__tpsearch .region-map .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}

.content-type__tpsearch .region-map .title .icon img {
  max-width: 100%;
}

.content-type__tpsearch .region-map .title .text {
  margin-left: 20px;
  font-size: 26px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .region-map .title .text {
    font-size: 18px;
  }
}

.content-type__tpsearch .region-map .title .text span {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .region-map .title .text span {
    font-size: 14px;
  }
}

.content-type__tpsearch .region-map .map-block {
  position: relative;
  margin-bottom: 35px;
  font-size: 0px;
  line-height: 1;
}

.content-type__tpsearch .region-map .map-block>img {
  width: 100%;
}

.content-type__tpsearch .region-map .map-block>a {
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0 !important
}

.content-type__tpsearch .region-map .map-block>a::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpsearch .region-map .map-block>a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.content-type__tpsearch .region-map .map-block>a:hover::after {
  background: rgba(255, 255, 255, 0.4);
}

.content-type__tpsearch .region-map .map-block>a.link01 {
  right: 0%;
  top: 0%;
  width: 24%;
  height: 17.8%;
}

.content-type__tpsearch .region-map .map-block>a.link01::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 100%;
  width: 30%;
  height: 14.8%;
}

.content-type__tpsearch .region-map .map-block>a.link02 {
  right: 5.5%;
  top: 23.1%;
  width: 18.2%;
  height: 7.3%;
}

.content-type__tpsearch .region-map .map-block>a.link03 {
  right: 5.5%;
  top: 30.7%;
  width: 9.0%;
  height: 7.2%;
}

.content-type__tpsearch .region-map .map-block>a.link04 {
  right: 5.5%;
  top: 38.2%;
  width: 9.0%;
  height: 7.2%;
}

.content-type__tpsearch .region-map .map-block>a.link05 {
  right: 14.7%;
  top: 30.7%;
  width: 9.0%;
  height: 7.2%;
}

.content-type__tpsearch .region-map .map-block>a.link06 {
  right: 14.7%;
  top: 38.2%;
  width: 9.0%;
  height: 7.2%;
}

.content-type__tpsearch .region-map .map-block>a.link07 {
  right: 5.5%;
  top: 45.7%;
  width: 13.9%;
  height: 7.7%;
}

.content-type__tpsearch .region-map .map-block>a.link08 {
  right: 5.5%;
  top: 53.7%;
  width: 4.2%;
  height: 14.1%;
}

.content-type__tpsearch .region-map .map-block>a.link09 {
  right: 10.1%;
  top: 53.7%;
  width: 6.7%;
  height: 7.6%;
}

.content-type__tpsearch .region-map .map-block>a.link10 {
  right: 17.2%;
  top: 53.7%;
  width: 6.6%;
  height: 7.6%;
}

.content-type__tpsearch .region-map .map-block>a.link11 {
  right: 10.1%;
  top: 61.8%;
  width: 13.7%;
  height: 6%;
}

.content-type__tpsearch .region-map .map-block>a.link12 {
  right: 5.5%;
  top: 68.3%;
  width: 4.2%;
  height: 14.2%;
}

.content-type__tpsearch .region-map .map-block>a.link13 {
  right: 13.1%;
  top: 68.3%;
  width: 7.2%;
  height: 6.3%;
}

.content-type__tpsearch .region-map .map-block>a.link13::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0%;
  width: 42%;
  height: 58.8%;
}

.content-type__tpsearch .region-map .map-block>a.link14 {
  right: 13.1%;
  top: 75.1%;
  width: 7.2%;
  height: 7.4%;
}

.content-type__tpsearch .region-map .map-block>a.link14::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0%;
  width: 30%;
  height: 50.8%;
}

.content-type__tpsearch .region-map .map-block>a.link15 {
  right: 19.7%;
  top: 45.7%;
  width: 9.7%;
  height: 7.7%;
}

.content-type__tpsearch .region-map .map-block>a.link16 {
  right: 29.8%;
  top: 45.7%;
  width: 6.9%;
  height: 7.7%;
}

.content-type__tpsearch .region-map .map-block>a.link17 {
  right: 37%;
  top: 42.7%;
  width: 4.4%;
  height: 10.7%;
}

.content-type__tpsearch .region-map .map-block>a.link18 {
  right: 37%;
  top: 53.9%;
  width: 4.4%;
  height: 7.8%;
}

.content-type__tpsearch .region-map .map-block>a.link18::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0%;
  width: 103%;
  height: 69.8%;
}

.content-type__tpsearch .region-map .map-block>a.link19 {
  right: 20.7%;
  top: 68.3%;
  width: 6.8%;
  height: 6.3%;
}

.content-type__tpsearch .region-map .map-block>a.link20 {
  right: 27.9%;
  top: 53.8%;
  width: 3.9%;
  height: 20.8%;
}

.content-type__tpsearch .region-map .map-block>a.link20::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0%;
  width: 95%;
  height: 67.8%;
}

.content-type__tpsearch .region-map .map-block>a.link21 {
  right: 32.1%;
  top: 53.8%;
  width: 4.5%;
  height: 20.8%;
}

.content-type__tpsearch .region-map .map-block>a.link22 {
  right: 22.9%;
  top: 75.1%;
  width: 6.5%;
  height: 7.4%;
}

.content-type__tpsearch .region-map .map-block>a.link22::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0%;
  width: 34%;
  height: 43.8%;
}

.content-type__tpsearch .region-map .map-block>a.link23 {
  right: 29.8%;
  top: 75.1%;
  width: 6.9%;
  height: 7.4%;
}

.content-type__tpsearch .region-map .map-block>a.link24 {
  right: 37%;
  top: 75.1%;
  width: 4.3%;
  height: 12.4%;
}

.content-type__tpsearch .region-map .map-block>a.link25 {
  right: 37%;
  top: 62.1%;
  width: 4.3%;
  height: 12.5%;
}

.content-type__tpsearch .region-map .map-block>a.link26 {
  right: 46.3%;
  top: 56.4%;
  width: 4.4%;
  height: 10%;
}

.content-type__tpsearch .region-map .map-block>a.link26::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 56%;
  width: 105%;
  height: 73.8%;
}

.content-type__tpsearch .region-map .map-block>a.link27 {
  right: 46.3%;
  top: 66.9%;
  width: 4.4%;
  height: 12.1%;
}

.content-type__tpsearch .region-map .map-block>a.link28 {
  right: 51.1%;
  top: 56.3%;
  width: 4.7%;
  height: 15.6%;
}

.content-type__tpsearch .region-map .map-block>a.link29 {
  right: 41.7%;
  top: 69.8%;
  width: 4.3%;
  height: 12.6%;
}

.content-type__tpsearch .region-map .map-block>a.link30 {
  right: 41.7%;
  top: 82.9%;
  width: 9%;
  height: 4.5%;
}

.content-type__tpsearch .region-map .map-block>a.link30::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 100%;
  width: 49%;
  height: 80.8%;
}

.content-type__tpsearch .region-map .map-block>a.link31 {
  right: 56.1%;
  top: 56.3%;
  width: 4.7%;
  height: 7.4%;
}

.content-type__tpsearch .region-map .map-block>a.link32 {
  right: 61.2%;
  top: 56.3%;
  width: 4.7%;
  height: 7.4%;
}

.content-type__tpsearch .region-map .map-block>a.link33 {
  right: 56.1%;
  top: 64.2%;
  width: 4.7%;
  height: 7.8%;
}

.content-type__tpsearch .region-map .map-block>a.link34 {
  right: 61.2%;
  top: 64.2%;
  width: 4.7%;
  height: 7.8%;
}

.content-type__tpsearch .region-map .map-block>a.link35 {
  right: 66.2%;
  top: 56.3%;
  width: 4.4%;
  height: 15.6%;
}

.content-type__tpsearch .region-map .map-block>a.link36 {
  right: 53.5%;
  top: 81.8%;
  width: 8.4%;
  height: 5.7%;
}

.content-type__tpsearch .region-map .map-block>a.link37 {
  right: 53.5%;
  top: 75.6%;
  width: 8.4%;
  height: 5.8%;
}

.content-type__tpsearch .region-map .map-block>a.link38 {
  right: 62.1%;
  top: 75.6%;
  width: 8.4%;
  height: 5.8%;
}

.content-type__tpsearch .region-map .map-block>a.link39 {
  right: 62.1%;
  top: 81.8%;
  width: 8.4%;
  height: 5.7%;
}

.content-type__tpsearch .region-map .map-block>a.link40 {
  right: 78.3%;
  top: 56.3%;
  width: 5.8%;
  height: 11.2%;
}

.content-type__tpsearch .region-map .map-block>a.link40::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0%;
  width: 85%;
  height: 36.8%;
}

.content-type__tpsearch .region-map .map-block>a.link41 {
  right: 84.4%;
  top: 56.3%;
  width: 4.5%;
  height: 11.2%;
}

.content-type__tpsearch .region-map .map-block>a.link42 {
  right: 89.3%;
  top: 56.3%;
  width: 4.5%;
  height: 11.2%;
}

.content-type__tpsearch .region-map .map-block>a.link43 {
  right: 78.3%;
  top: 67.9%;
  width: 5.8%;
  height: 12.4%;
}

.content-type__tpsearch .region-map .map-block>a.link44 {
  right: 73.4%;
  top: 60.9%;
  width: 4.6%;
  height: 8.8%;
}

.content-type__tpsearch .region-map .map-block>a.link45 {
  right: 73.4%;
  top: 70.0%;
  width: 4.6%;
  height: 10.4%;
}

.content-type__tpsearch .region-map .map-block>a.link46 {
  right: 73.4%;
  top: 80.7%;
  width: 10.6%;
  height: 6.6%;
}

.content-type__tpsearch .region-map .map-block>a.link47 {
  right: 93.7%;
  top: 90.8%;
  width: 4.5%;
  height: 8.8%;
}

.content-type__tpsearch .region-map .pref-whole__list {
  display: flex;
  flex-wrap: wrap;
}

.content-type__tpsearch .region-map .pref-whole__list .row {
  width: 12%;
  margin: 0 0.25% 0.25% 0;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .content-type__tpsearch .region-map .pref-whole__list .row {
    width: 24.5%;
  }
}

@media screen and (max-width: 768px) {
  .content-type__tpsearch .region-map .pref-whole__list .row {
    width: 49.5%;
  }
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t01 {
  background: #c1dde2;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t02 {
  background: #becfe3;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t03 {
  background: #c9ddbe;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t04 {
  background: #facdd8;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t05 {
  background: #f4d0ae;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t06 {
  background: #dacceb;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t07 {
  background: #f3e8c1;
}

.content-type__tpsearch .region-map .pref-whole__list .row.bg-t08 {
  background: #e6bbc3;
}

.content-type__tpsearch .region-map .pref-whole__list .row .tl {
  padding: 10px 5px;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
  word-break: break-all;
}

.content-type__tpsearch .region-map .pref-whole__list .row .list {
  padding: 15px 5px;
}

.content-type__tpsearch .region-map .pref-whole__list .row .list ul li {
  text-align: center;
}

.content-type__tpsearch .region-map .pref-whole__list .row .list ul li a {
  line-height: 1.5;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpsearch .region-map .pref-whole__list .row .list ul li a:hover {
  opacity: 0.7;
}

.content-type__tpareastories .post-single__block .relate-post-list>h4 {
  display: block;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
  background: #eeeeee;
  font-weight: 600;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
}

.content-type__tpareastories .post-single__block .relate-post-list .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row {
  width: calc(100% / 3);
  padding: 20px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__tpareastories .post-single__block .relate-post-list .list article.row {
    width: 50%;
    padding: 20px 5px;
  }
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a:hover {
  opacity: 0.7;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-thumb {
  font-size: 0px;
  line-height: 1;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-thumb img {
  width: 100%;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta {
  line-height: 1.5;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-title {
  margin-bottom: 25px;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-title h5 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-title h5 {
    font-size: 16px;
  }
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-title p.pref {
  font-size: 14px;
}

.content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-exp p {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .post-single__block .relate-post-list .list article.row>a .post-meta .post-exp p {
    font-size: 12px;
  }
}

.content-type__tpareastories .post-single__block article.single-row {
  margin-bottom: 40px;
}

.content-type__tpareastories .post-single__block article.single-row header.post-head {
  margin-bottom: 80px;
}

.content-type__tpareastories .post-single__block article.single-row header.post-head h3 img {
  width: 100%;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each {
  margin-bottom: 80px;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each>h5 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.5;
  border-bottom: 1px solid #000000;
  padding: 0 0 7px 0;
  position: relative;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each>h5::after {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 4px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -4px;
  font-size: 0px;
  line-height: 1;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each>h5 {
    font-size: 18px;
  }
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .read-text-single {
  margin-bottom: 50px;
  line-height: 1.75;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .read-text-single {
    font-size: 14px;
  }
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .youtube-block {
  margin-bottom: 50px;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .youtube-block .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .youtube-block .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .youtube-block>p.notes {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block {
    display: block;
  }
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block.row-rev {
  flex-direction: row-reverse;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block.row-rev .in-text {
  padding: 0 20px 0 0;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb {
  width: 350px;
}

@media screen and (max-width: 768px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb {
    width: 100%;
    padding-bottom: 15px;
  }
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb a:hover {
  opacity: 0.7;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb a img {
  width: 100%;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .thumb .notes {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .in-text {
  width: calc(100% - 350px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .in-text {
    width: 100%;
    padding: 0 !important;
  }
}

.content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .in-text p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .post-single__block article.single-row .post-content__wrap .term-each .clm2-text-block .in-text p {
    font-size: 14px;
  }
}

.content-type__tpareastories .catch-text {
  margin-bottom: 0px;
}

.content-type__tpareastories .catch-text h4 {
  font-size: 2em;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .catch-text h4 {
    font-size: 2em;
  }
}

.content-type__tpareastories .stories-pickup {
  margin-bottom: 80px;
}

.content-type__tpareastories .stories-pickup>h3 {
  font-size: 20px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}

.content-type__tpareastories .stories-pickup>h4 {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
}

.content-type__tpareastories .stories-pickup .stories-postlist {
  display: flex;
  flex-wrap: wrap;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row {
  width: calc(100% / 3);
  padding: 20px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__tpareastories .stories-pickup .stories-postlist article.row {
    width: 50%;
    padding: 15px 5px;
  }
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a:hover {
  opacity: 0.7;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-thumb {
  font-size: 0px;
  line-height: 1;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-thumb img {
  width: 100%;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta {
  line-height: 1.5;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-title {
  margin-bottom: 25px;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-title h5 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-title h5 {
    font-size: 16px;
  }
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-title p.pref {
  font-size: 14px;
}

.content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-exp p {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-exp p {
    font-size: 12px;
  }
}

.content-type__tpsns .instagram-block {
  padding-bottom: 70px;
  border-bottom: 1px solid #000000;
}

.content-type__tpsns .instagram-block .tl {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
}

.content-type__tpsns .instagram-block .tl h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .content-type__tpsns .instagram-block .tl h4 {
    font-size: 20px;
  }
}

.content-type__tpsns .instagram-block .tl p {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .content-type__tpsns .instagram-block .tl p {
    font-size: 14px;
  }
}

.content-type__tpsns .sns-2clm {
  display: flex;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .content-type__tpsns .sns-2clm {
    display: block;
  }
}

.content-type__tpsns .sns-2clm .each-row {
  padding: 10px 20px;
  width: 50%;
  box-sizing: border-box;
}

.content-type__tpsns .sns-2clm .each-row:first-of-type {
  border-right: 1px solid #000000;
}

@media screen and (max-width: 768px) {
  .content-type__tpsns .sns-2clm .each-row {
    width: 100%;
    padding: 0;
  }

  .content-type__tpsns .sns-2clm .each-row:first-of-type {
    border-right: none;
    padding-bottom: 40px;
  }
}

.content-type__tpsns .sns-2clm .each-row>h4 {
  line-height: 1.2;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .content-type__tpsns .sns-2clm .each-row>h4 {
    font-size: 20px;
  }
}

.content-type__recipe .syllabary-order__wrap .each-row {
  margin-bottom: 50px;
}

.content-type__recipe .syllabary-order__wrap .each-row>h5 {
  display: block;
  border-bottom: 1px solid #000000;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .syllabary-order__wrap .each-row>h5 {
    font-size: 18px;
  }
}

.content-type__recipe .syllabary-order__wrap .each-row>h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  max-width: 200px;
  height: 2px;
  background: #000000;
}

.content-type__recipe .syllabary-order__wrap .each-row .list ul li {
  margin-bottom: 10px;
}

.content-type__recipe .syllabary-order__wrap .each-row .list ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .syllabary-order__wrap .each-row .list ul li a {
    font-size: 14px;
  }
}

.content-type__recipe .category-title-block {
  margin-bottom: 0px;
}

.content-type__recipe .category-title-block h3 {
  text-align: center;
  margin: 1em 0 0.5em;
}

.content-type__recipe .category-title-block h3 span {
  display: block;
}

.content-type__recipe .category-title-block h3 span.icon {
  margin-bottom: 10px;
}

.content-type__recipe .category-title-block h3 span.icon img {
  width: 100%;
  max-width: 70px;
}

.content-type__recipe .category-title-block h3 span.text {
  line-height: 1.25;
  font-size: 25px;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .category-title-block h3 span.text {
    font-size: 20px;
  }
}

.content-type__recipe .category-title-block .exp-text p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .category-title-block .exp-text p {
    font-size: 14px;
  }
}

.content-type__recipe .recipe-category-list {
  margin-bottom: 50px;
}

.content-type__recipe .recipe-category-list ul {
  display: flex;
  flex-wrap: wrap;
}

.content-type__recipe .recipe-category-list ul li {
  display: flex;
  width: 20%;
  padding: 7px;
  box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .recipe-category-list ul li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 768px) {
  .content-type__recipe .recipe-category-list ul li {
    width: calc(100% / 2);
    padding: 4px;
  }
}

.content-type__recipe .recipe-category-list ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #333333;
  border: 1px solid #333333;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .recipe-category-list ul li a {
    font-size: 14px;
  }
}

.content-type__recipe .recipe-category-list ul li a:hover {
  border: 1px solid #920000;
  color: #920000;
}

.content-type__recipe .recipe-category-list ul li a .icon {
  display: block;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .content-type__recipe .recipe-category-list ul li a .icon {
    width: 30px;
  }
}

.content-type__recipe .recipe-category-list ul li a .icon img {
  width: 100%;
}

.content-type__recipe .recipe-category-list ul li a .text {
  width: calc(100% - 40px);
  padding: 0 0 0 15px;
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .content-type__recipe .recipe-category-list ul li a .text {
    width: calc(100% - 30px);
    padding: 0 0 0 10px;
  }
}

.content-type__recipe .recipe-postlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.content-type__recipe .recipe-postlist article.row {
  width: calc(100% / 3);
  padding: 20px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__recipe .recipe-postlist article.row {
    width: 50%;
    padding: 20px 5px;
  }
}

.content-type__recipe .recipe-postlist article.row>a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__recipe .recipe-postlist article.row>a:hover {
  opacity: 0.7;
}

.content-type__recipe .recipe-postlist article.row>a .post-thumb {
  font-size: 0px;
  line-height: 1;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.content-type__recipe .recipe-postlist article.row>a .post-thumb img {
  width: 100%;
}

.content-type__recipe .recipe-postlist article.row>a .post-meta {
  line-height: 1.5;
}

.content-type__recipe .recipe-postlist article.row>a .post-meta .post-title {
  margin-bottom: 25px;
}

.content-type__recipe .recipe-postlist article.row>a .post-meta .post-title h5 {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .recipe-postlist article.row>a .post-meta .post-title h5 {
    font-size: 16px;
  }
}

.content-type__recipe .recipe-postlist article.row>a .post-meta .post-title p.pref {
  font-size: 14px;
}

.content-type__recipe .recipe-postlist article.row>a .post-meta .post-exp p {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe .recipe-postlist article.row>a .post-meta .post-exp p {
    font-size: 12px;
  }
}

.content-type__about .catch-text {
  margin-bottom: 30px;
}

.content-type__about .catch-text h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 400;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__about .catch-text h4 {
    font-size: 18px;
  }
}

.content-type__about .about-text-set {
  margin-bottom: 55px;
}

.content-type__about .about-text-set .photo {
  margin-bottom: 20px;
}

.content-type__about .about-text-set .photo img {
  width: 100%;
}

.content-type__about .about-text-set .text {
  font-size: 16px;
  line-height: 1.75;
}

.content .contentWrap .copy02 {
  padding: 0;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-text-set .text {
    font-size: 14px;
  }
}

.content-type__about .about-text-set .text p {
  margin-bottom: 1.5em;
}

.content-type__about .sub-title-block {
  margin-bottom: 30px;
}

.content-type__about .sub-title-block h4 {
  font-size: 20px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}

.content-type__about .about-read-text {
  margin-bottom: 40px;
}

.content-type__about .about-read-text p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-read-text p {
    font-size: 14px;
  }
}

.content-type__about .about-read-text p.notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-read-text p.notes {
    font-size: 12px;
  }
}

.content-type__about .about-choose-info .term-line {
  position: relative;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line {
    padding: 0;
  }
}

.content-type__about .about-choose-info .term-line::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 2px;
  background: #999999;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line::after {
    width: 4px;
    left: 18px;
  }
}

.content-type__about .about-choose-info .term-line .row {
  display: flex;
  margin-bottom: 40px;
}

.content-type__about .about-choose-info .term-line .row .time-icon {
  width: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .time-icon {
    width: 40px;
  }
}

.content-type__about .about-choose-info .term-line .row .time-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background: #333333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .time-icon span {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
}

.content-type__about .about-choose-info .term-line .row .information {
  width: calc(100% - 60px);
  padding-left: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .information {
    width: calc(100% - 40px);
    padding-left: 15px;
  }
}

.content-type__about .about-choose-info .term-line .row .information .must-input {
  margin-bottom: 20px;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-choose-info .term-line .row .information .must-input {
    font-size: 16px;
  }
}

.content-type__about .about-choose-info .term-line .row .information .must-input span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.content-type__about .about-choose-info .term-line .row .information .must-input span.icon-must {
  background: #a90000;
  color: #ffffff;
}

.content-type__about .about-choose-info .term-line .row .information .must-input span.icon-ini {
  background: #645116;
  color: #ffffff;
}

.content-type__about .about-choose-info .term-line .row .information .must-input span.icon-req {
  background: #333333;
  color: #ffffff;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block {
  box-sizing: border-box;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block .text {
  margin-bottom: 20px;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block .text p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block .text p {
    font-size: 14px;
  }
}

.content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block .icon-set {
  font-size: 14px;
  font-weight: bold;
  color: #d5c9a1;
  line-height: 1.5;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-1clm .read-block .icon-set span.icon {
  position: relative;
  top: 2px;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm {
  display: flex;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .information .read-block-2clm {
    flex-direction: column-reverse;
  }
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .photo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .information .read-block-2clm .photo {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .photo img {
  width: 100%;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block {
  width: calc(100% - 200px);
  padding: 0 20px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block {
    width: 100%;
  }
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block .text {
  margin-bottom: 20px;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block .text p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block .text p {
    font-size: 14px;
  }
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block .icon-set {
  font-size: 14px;
  font-weight: bold;
  color: #d5c9a1;
  line-height: 1.5;
}

.content-type__about .about-choose-info .term-line .row .information .read-block-2clm .read-block .icon-set span.icon {
  position: relative;
  top: 2px;
}

.content-type__disclaimer .page-title-block {
  margin-bottom: 40px;
}

.content-type__disclaimer .page-title-block h3 {
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__disclaimer .page-title-block h3 {
    font-size: 20px;
  }
}

.content-type__disclaimer .read-text-block p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 999px) {
  .content-type__disclaimer .read-text-block p {
    font-size: 14px;
  }
}

.content-type__privacy .page-title-block {
  margin-bottom: 40px;
}

.content-type__privacy .page-title-block h3 {
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__privacy .page-title-block h3 {
    font-size: 20px;
  }
}

.content-type__privacy .term-list__wrap dl {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.75;
}

.content-type__privacy .term-list__wrap dl dt {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .content-type__privacy .term-list__wrap dl dt {
    font-size: 18px;
  }
}

.content-type__privacy .term-list__wrap dl dd {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__privacy .term-list__wrap dl dd {
    font-size: 13px;
  }
}

.content-type__privacy .term-list__wrap dl dd>p {
  margin-bottom: 1.5em;
}

.content-type__privacy .term-list__wrap dl dd a {
  color: #333333;
}

.content-type__privacy .term-list__wrap dl dd a:hover {
  text-decoration: none;
}

.content-type__privacy .term-list__wrap dl dd ul.t-list {
  margin-bottom: 1.5em;
}

.content-type__privacy .term-list__wrap dl dd ul.t-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.content-type__termofuse .page-title-block {
  margin-bottom: 40px;
}

.content-type__termofuse .page-title-block h3 {
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__termofuse .page-title-block h3 {
    font-size: 20px;
  }
}

.content-type__termofuse .term-list__wrap .sub-tl {
  padding: 5px 10px;
  line-height: 1.5;
  background: #cccccc;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .content-type__termofuse .term-list__wrap .sub-tl {
    font-size: 18px;
  }
}

.content-type__termofuse .term-list__wrap .pre-read-text {
  margin-bottom: 30px;
}

.content-type__termofuse .term-list__wrap .pre-read-text p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 999px) {
  .content-type__termofuse .term-list__wrap .pre-read-text p {
    font-size: 13px;
  }
}

.content-type__termofuse .term-list__wrap .pre-read-text a {
  color: #333333;
}

.content-type__termofuse .term-list__wrap .pre-read-text a:hover {
  text-decoration: none;
}

.content-type__termofuse .term-list__wrap dl {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.75;
}

.content-type__termofuse .term-list__wrap dl dt {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .content-type__termofuse .term-list__wrap dl dt {
    font-size: 18px;
  }
}

.content-type__termofuse .term-list__wrap dl dd {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__termofuse .term-list__wrap dl dd {
    font-size: 13px;
  }
}

.content-type__termofuse .term-list__wrap dl dd>p {
  margin-bottom: 1.5em;
}

.content-type__termofuse .term-list__wrap dl dd a {
  color: #333333;
}

.content-type__termofuse .term-list__wrap dl dd a:hover {
  text-decoration: none;
}

.content-type__termofuse .term-list__wrap dl dd ul.t-list {
  margin-bottom: 1.5em;
}

.content-type__termofuse .term-list__wrap dl dd ul.t-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.content-type__recipe-single .sub-title {
  margin-bottom: 40px;
}

.content-type__recipe-single .sub-title h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .sub-title h3 {
    font-size: 22px;
  }
}

.content-type__recipe-single .sub-title h3 span {
  border-bottom: 2px solid #990000;
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap {
  margin-bottom: 50px;
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap>h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #898989;
  border-left: 10px solid #990000;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 2px 5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .material__wrap>h4 {
    font-size: 18px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap>h4 span {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .material__wrap>h4 span {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul {
    display: block;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li {
  display: flex;
  width: 46%;
  padding: 10px 0;
  margin: 0 2%;
  box-sizing: border-box;
  border-bottom: 1px dashed #898989;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li span {
  display: block;
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li span.name {
  width: calc(100% - 130px);
}

.content-type__recipe-single .recipe-single__wrap-type2 .material__wrap .material-list ul li span.quantity {
  width: 130px;
  text-align: right;
}

.content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap {
  margin-bottom: 50px;
}

.content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap>h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #898989;
  border-left: 10px solid #990000;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 2px 5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap>h4 {
    font-size: 18px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap>h4 span {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap>h4 span {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap .howto-list ul li {
  display: block;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px dashed #898989;
}

.content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap .howto-list ul li p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .howto__wrap .howto-list ul li p {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap {
  margin-bottom: 50px;
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap>h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #898989;
  border-left: 10px solid #990000;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 2px 5px;
  margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap>h4 {
    font-size: 18px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap>h4 span {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap>h4 span {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .read-text {
  margin-bottom: 35px;
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .read-text p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .read-text p {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .youtube-block {
  margin-bottom: 50px;
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .youtube-block .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .youtube-block .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .recipe-notes {
  line-height: 1.5;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap-type2 .arrange__wrap .arrange-info .recipe-notes {
    font-size: 12px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single {
  display: block;
}

.content-type__recipe-single .recipe-single__wrap article.post-single header.post-head {
  margin-bottom: 25px;
}

.content-type__recipe-single .recipe-single__wrap article.post-single header.post-head p.pref {
  font-size: 20px;
  line-height: 1.5;
}

.content-type__recipe-single .recipe-single__wrap article.post-single header.post-head h3 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single header.post-head h3 {
    font-size: 20px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl {
  display: block;
  margin-bottom: 35px;
  line-height: 1.75;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dt {
  display: block;
  border-bottom: 1px solid #000000;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dt {
    font-size: 18px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  max-width: 200px;
  height: 2px;
  background: #000000;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dt span {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dt span {
    font-size: 13px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dd {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-information dl dd {
    font-size: 14px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-information .notes {
  font-size: 12px;
  text-align: right;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block {
    display: block;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .main-thumb {
  width: 56%;
}

@media screen and (max-width: 768px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .main-thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .main-thumb img {
  width: 100%;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block {
  width: 44%;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block {
    width: 100%;
    padding: 0;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .tl {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  background: #cccccc;
  color: #333333;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .tl {
    font-size: 16px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .attention {
  margin-bottom: 15px;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .attention p {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .attention p {
    font-size: 13px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul {
  display: flex;
  flex-wrap: wrap;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li {
  width: 50%;
  padding: 0 5px 15px 5px;
  box-sizing: border-box;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li .thumb {
  margin-bottom: 10px;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li .thumb img {
  width: 100%;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li .dl-btn a {
  display: block;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  background: #990000;
  text-align: center;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 999px) {
  .content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li .dl-btn a {
    font-size: 13px;
  }
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .sub-thumb-list ul li .dl-btn a:hover {
  opacity: 0.7;
}

.content-type__recipe-single .recipe-single__wrap article.post-single .post-visual-block .relate-thumb-block .thumb-notes p {
  font-size: 12px;
}

.content-type__contact .page-title-block {
  margin-bottom: 40px;
}

.content-type__contact .page-title-block h3 {
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 999px) {
  .content-type__contact .page-title-block h3 {
    font-size: 20px;
  }
}

.content-type__contact .contact-form__wrap .form-text {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}

.content-type__contact .contact-form__wrap .form-text h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form-text h6 {
    font-size: 18px;
  }
}

.content-type__contact .contact-form__wrap .form-text p {
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form-text p {
    font-size: 14px;
  }
}

.content-type__contact .contact-form__wrap .form-text p.notes {
  padding-top: 1em;
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form-text p.notes {
    font-size: 12px;
  }
}

.content-type__contact .contact-form__wrap .form-text p.notes span {
  color: #ff0000;
}

.content-type__contact .contact-form__wrap .form__wrap .submit-btn {
  text-align: center;
}

.content-type__contact .contact-form__wrap .form__wrap .submit-btn input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 330px;
  padding: 16px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  border: 2px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__contact .contact-form__wrap .form__wrap .submit-btn input:hover {
  background: #000000;
  color: #ffffff;
}

.content-type__contact .contact-form__wrap .form__wrap .agreement {
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form__wrap .agreement {
    font-size: 14px;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .agreement a {
  color: #333333;
}

.content-type__contact .contact-form__wrap .form__wrap .agreement span {
  color: #ff0000;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block {
  margin-bottom: 30px;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row {
    display: block;
    border-bottom: 1px solid #dddddd;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-name {
  width: 220px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-name {
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-name span {
  color: #ff0000;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field {
  width: calc(100% - 220px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field {
    width: 100%;
    padding: 0;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl {
    display: block;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl dt {
  width: 100px;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl dt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl dd {
  width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
  .content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field dl dd {
    width: 100%;
  }
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-checkbox {
  display: flex;
  flex-wrap: wrap;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-checkbox>span {
  width: calc(100% / 3);
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-input input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-input input[type="text"].short {
  width: 60%;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-input .btn {
  margin-left: 10px;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-input .btn input[type="button"] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.5;
  padding: 5px 10px;
  background: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-type__contact .contact-form__wrap .form__wrap .term-block .term-row .term-field .term-input textarea {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
}

.content-type__tpmoviearea .movie-pickup .movie-postlist {
  display: flex;
  flex-wrap: wrap;
}

.content-type__tpmoviearea .movie-pickup .movie-postlist article.row {
  display: block;
  width: calc(100% / 3);
  padding: 15px 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .content-type__tpmoviearea .movie-pickup .movie-postlist article.row {
    width: 50%;
    padding: 15px 5px;
  }
}

.content-type__tpmoviearea .movie-pickup .movie-postlist article.row .post-movie {
  margin-bottom: 10px;
}

.content-type__tpmoviearea .movie-pickup .movie-postlist article.row .post-movie .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.content-type__tpmoviearea .movie-pickup .movie-postlist article.row .post-movie .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.content-type__tpmoviearea .movie-pickup .movie-postlist article.row .post-meta .post-title h5 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
.content h3 {
  border: none;
}

.content h4 {
  border: none;
}

.content a[href^="http://"],
.content a[href^="https://"] {
  padding: 0;
  background: none;
}

img {
  max-width: 100%;
}

.content .contentWrap .sub_navi .navi>* {
  margin-left: 5px;
}

.content .contentWrap .sub_navi .navi li:after {
  content: "|";
  display: inline-block;
  padding-left: 5px;
}

.content .contentWrap .sub_navi .navi li:last-child:after {
  display: none;
}

.content .contentWrap .tit06 .name {
  line-height: 1;
  padding: 10px 5px;
  display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 40px;
}

@media (max-width: 515px) {
  .search_form .form_control {
    width: 10rem;
  }

  .outline-heading_paragraph {
    font-size: 13px !important;
  }

  .main-content__wrap .each-content-block .inner-content-block {
    padding-top: 30px;
  }

  .content-type__tpareastories .post-single__block article.single-row header.post-head {
    margin: 0 0 30px;
  }

  .content h5 {
    margin-bottom: 10px;
  }

  .content-type__tpareastories .stories-pickup .stories-postlist article.row>a .post-meta .post-title {
    margin-bottom: 10px;
  }

  .content .contentWrap .section:last-child {
    padding: 40px 10px 40px;
  }
}

a:focus {
  outline: none !important
}

@media (pointer: none) {
  *:hover {
    pointer-events: none !important;
  }
}
.post-single section.print_bg_none{background:#e9e8e7} 