@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
  overflow-y: scroll;
  font-family: sans-serif;
}

a {
  background: transparent;
  outline: 0 !important;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, footer, header, small, nav, section, figure, figcaption, main {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  outline: none;
}

audio, canvas, video {
  display: inline-block;
}

ul, ol {
  list-style-type: none;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  line-height: 1;
  vertical-align: middle;
}

a img {
  border: none;
}

img[usemap], map area {
  border: none !important;
  outline: none !important;
}

a:focus {
  border: 0 none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

dt, dd, li,
th, td,
input, textarea {
  text-align: left;
  vertical-align: top;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  outline: none;
}

button, label {
  background-color: transparent;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

button, input {
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}

body {
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

input, textarea, select, button {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.view-pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

.view-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .view-sp {
    display: block !important;
  }
}

#document {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 959px) {
  body > #document {
    min-width: 0;
  }
}

body {
  background: #FAF6DA;
  color: #563B2F;
}

#main {
  padding-bottom: 0;
}

.recipe-index #main {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .recipe-index #main {
    padding-top: 80px;
  }
}

.wrapper {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 40px 40px;
  background: #fff;
  color: #000;
  z-index: 1000;
}

@media screen and (min-width: 768px) {
  #header {
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#header .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #header .wrapper {
    padding: 10px 15px;
  }
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.header_content a {
  display: block;
}

.header_content a:hover {
  opacity: 0.7;
}

.header_recipe {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .header_recipe {
    width: 190px;
  }
}

.header_nissho {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .header_nissho {
    width: 85px;
  }
}

/* -----------------------------------------------------------
	#nav_footer
----------------------------------------------------------- */
#nav_footer a > img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#nav_footer a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#nav_footer {
  border-top: 1px solid #dddddd;
}

#nav_footer .inner {
  max-width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 1180px) {
  #nav_footer .inner {
    padding: 0 15px;
  }
}

#nav_footer h3 {
  color: #2a4474;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

#nav_footer ul {
  overflow: hidden;
}

#nav_footer ul li {
  float: left;
}

#nav_footer ul li a {
  text-decoration: none;
  display: block;
}

#nav_footer ul li img {
  vertical-align: bottom;
  background: #fff;
}

#nav_footer ul li .st {
  color: #3399ff;
  margin-top: 15px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  #nav_footer {
    padding: 80px 0;
  }
  #nav_footer h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
  #nav_footer ul {
    margin-top: -30px;
  }
  #nav_footer ul li {
    width: 23.72881%;
    margin-left: 1.69492%;
    margin-top: 30px;
  }
  #nav_footer ul li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  #nav_footer {
    padding: 25px 0 45px 0;
  }
  #nav_footer h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #nav_footer ul {
    margin-top: -12px;
    margin-left: -2%;
  }
  #nav_footer ul li {
    width: 48%;
    margin-left: 2%;
    margin-top: 12px;
  }
  #nav_footer ul li:nth-child(2n+1) {
    clear: both;
  }
  #nav_footer ul li .st {
    margin-top: 6px;
    font-size: 10px;
    font-size: 1rem;
  }
}

#footer {
  background: #4D4D48;
  padding-bottom: 5px;
}

#footer .footer_content {
  position: relative;
  text-align: center;
}

#footer .footer_content .footer_totop {
  position: absolute;
  top: -76px;
  right: -7px;
  z-index: 9;
}

#footer .footer_content .footer_totop img {
  width: 80px;
  height: 80px;
}

#footer .footer_content .footer_totop a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
}

#footer .footer_content .footer_logo {
  padding: 100px 0 50px;
}

#footer .footer_content .footer_logo a:hover {
  opacity: 0.7;
}

#footer .footer_content .copyright_box {
  color: #fff;
  font-size: 1.2rem;
  font-family: helvetica;
}

#footer .footer_btnback {
  position: absolute;
  top: -76px;
  left: 0;
  right: 0;
}

#footer .footer_btnback .btn {
  max-width: 266px;
  border-radius: 50px;
  background: #fff;
  color: #4D1E0E;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 31px 15px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 374px) {
  #footer .footer_btnback .btn {
    max-width: 220px;
  }
}

#footer .footer_btnback .btn:hover {
  background: #fff;
  color: #4D1E0E;
  text-decoration: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
}

#footer .footer_btnback .btn span {
  font-size: 1.6rem;
  font-weight: bold;
}

#footer .footer_btnback .btn span:before {
  content: "\50";
  font-family: "fontello";
  font-size: 1.6rem;
  color: #4D1E0E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 22px;
}

@media screen and (max-width: 767px) {
  #footer .footer_content {
    padding-top: 8px;
  }
  #footer .footer_content .footer_logo {
    padding: 26px 0 27px;
  }
  #footer .footer_content .footer_logo img {
    width: 112px;
  }
  #footer .footer_content .copyright_box {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  #footer .footer_btnback .btn {
    max-width: 72%;
    margin: 0;
  }
}

@media screen and (max-width: 374px) {
  #footer .footer_content .footer_totop {
    top: -68px;
  }
  #footer .footer_content .footer_totop img {
    width: 55px;
    height: 55px;
  }
  #footer .footer_btnback {
    top: -68px;
  }
  #footer .footer_btnback .btn {
    max-width: 215px;
    padding: 21px 15px;
  }
  #footer .footer_btnback .btn span {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.fluid-image {
  max-width: 100%;
  height: auto;
}

.heading_box {
  position: relative;
}

.recipe-index .heading_box {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .recipe-index .heading_box {
    margin-top: -80px;
  }
}

.main_visual_box {
  background: url("/chintai/magazine/recipe/resource/images/img-main-pc.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 607px;
  position: relative;
}

.main_visual_box_logo {
  padding: 15px 19px;
}

.main_visual_box_logo a {
  width: 315px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main_visual_box_logo a:hover {
  opacity: 0.7;
}

.main_visual_box h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 537px;
}

@media screen and (max-width: 767px) {
  .main_visual_box {
    background: url("/chintai/magazine/recipe/resource/images/img-main-sp.jpg") center center no-repeat;
    padding-bottom: 127.73vw;
    background-size: cover;
  }
  .main_visual_box_logo a {
    width: 55.33vw;
    height: auto;
  }
  .main_visual_box h1 {
    width: 89.47vw;
    top: 56%;
  }
}

.navigator_box {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 30;
}

@media screen and (max-width: 767px) {
  .navigator_box {
    bottom: -55px;
  }
  .navigator_box .wrapper {
    padding: 0 9px;
  }
}

.recipe-detail .navigator_box {
  bottom: -65px;
}

@media screen and (max-width: 767px) {
  .recipe-detail .navigator_box {
    bottom: -45px;
  }
}

.navigator_box.is_fixed .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 5;
}

.navigator_box.is_fixed .list_navigator {
  padding: 10px 8px 20px;
  border-radius: 0 0 45px 45px;
}

@media screen and (max-width: 767px) {
  .navigator_box.is_fixed .list_navigator {
    padding: 10px 8px 15px;
  }
}

.navigator_box.is_fixed .list_navigator_item a .list_navigator_item_icon {
  display: none !important;
}

.list_navigator {
  background: #843F27;
  border-radius: 90px;
  display: table;
  width: 100%;
  padding: 20px 0;
  table-layout: fixed;
}

.list_navigator_item {
  display: table-cell;
  vertical-align: middle;
  border-right: solid 1px #fff;
  text-align: center;
  width: 25%;
}

.list_navigator_item a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 0 10px 0;
}

.list_navigator_item a:after {
  content: "\72";
  font-family: "fontello";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
}

.list_navigator_item a span {
  display: block;
}

.list_navigator_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.list_navigator_item:last-child {
  border-right: none;
}

.list_navigator_item_icon img {
  width: 35px;
}

.list_navigator_item_txt {
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.167;
}

@media screen and (max-width: 767px) {
  .list_navigator {
    padding: 15px 8px;
  }
  .list_navigator_item {
    padding: 0 5px 7px;
  }
  .list_navigator_item a {
    padding: 0;
  }
  .list_navigator_item_icon img {
    width: 6.4vw;
  }
  .list_navigator_item_txt {
    font-size: 12px;
    font-size: 3.2vw;
    padding-top: 5px;
  }
  .list_navigator_item:last-child .list_navigator_item_txt {
    letter-spacing: -0.04em;
  }
  .list_navigator_item a:after {
    bottom: -15px;
  }
}

.message_box {
  position: relative;
  padding: 50px 0 100px;
  background: url("/chintai/magazine/recipe/resource/images/bg-recipe-img-pc-01.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message_box {
    padding: 30px 0 70px;
  }
}

.recipe-detail .message_box {
  padding: 100px 0 135px;
}

@media screen and (max-width: 767px) {
  .recipe-detail .message_box {
    padding: 73px 0 69px;
  }
}

.message_box_title {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .message_box_title {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .message_box .wrapper {
    max-width: 960px;
  }
}

.box_breadcrumb {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .box_breadcrumb {
    margin-bottom: 10px;
  }
}

.box_breadcrumb li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1em;
}

.box_breadcrumb li::after {
  content: '\003E';
  position: absolute;
  top: 50%;
  right: 0.25em;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transform: translateY(-50%) scaleX(0.7) scale(0.7);
  -ms-transform: translateY(-50%) scaleX(0.7) scale(0.7);
  transform: translateY(-50%) scaleX(0.7) scale(0.7);
}

@media screen and (max-width: 767px) {
  .box_breadcrumb li::after {
    right: 0;
  }
}

.box_breadcrumb li a {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 20px;
  background: #fff;
  color: #4D1E0E;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .box_breadcrumb li a {
    padding: 5px 8px;
    font-size: 1.2rem;
  }
}

.box_breadcrumb li a:hover {
  background: #4D1E0E;
  color: #fff;
  text-decoration: none;
}

.box_breadcrumb li span {
  color: #4D1E0E;
  font-size: 1.4rem;
  font-weight: bold;
}

.recipe-detail .box_video {
  margin-top: 132px;
}

@media screen and (max-width: 767px) {
  .recipe-detail .box_video {
    margin-top: 100px;
  }
}

.box_video_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .box_video_ttl {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.box_video_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .box_video_content {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.box_video_detail {
  text-align: center;
  margin-top: 0;
  padding-right: 30px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .box_video_detail {
    width: 100%;
    margin-top: 18px;
    padding-right: 0;
  }
}

.box_video_detail_inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.box_video_detail_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrapper-sm {
  max-width: 760px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.article_box {
  background: #fffcea;
  position: relative;
  padding-top: 14px;
  padding-bottom: 100px;
}

.article_box:before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 322px;
  height: 61px;
  background: url("/chintai/magazine/recipe/resource/images/recipe-head-01.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  z-index: 2;
}

.article_box_title {
  text-align: center;
}

.article_box_img {
  display: block;
}

.article_box_img img {
  width: 80px;
}

.article_box_subtitle {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4d1e0e;
  line-height: 1.46;
  letter-spacing: 0.04em;
  margin-top: 6px;
  display: block;
}

.article_box .list_article {
  margin-top: 30px;
  margin-right: -13px;
  margin-left: -13px;
  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;
}

.article_box .list_article_item {
  width: 33.33333333%;
  margin-bottom: 30px;
  padding: 0 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article_box .list_article_item a {
  display: block;
  cursor: pointer;
}

.article_box .list_article_item a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.article_box .list_article_item a:hover {
  text-decoration: none;
}

.article_box .list_article_item a:hover .list_article_img {
  opacity: 0.85;
}

.article_box .list_article_item_inner {
  position: relative;
}

.article_box .list_article_item_inner:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 38px;
  height: 30px;
  background: url("/chintai/magazine/recipe/resource/images/icon-youtube.png") no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 1;
}

.article_box .list_article_img {
  line-height: 0;
}

.article_box .list_article_img img {
  width: 100%;
}

.article_box .list_article_content {
  margin-top: 8px;
}

.article_box .list_article_title {
  font-size: 1.8rem;
  color: #563B2F;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.recipe-index .article_box-01 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .recipe-index .article_box-01 {
    padding-top: 75px;
  }
}

.recipe-index .article_box-01:before {
  display: none;
}

.article_box-02, .article_box-04 {
  margin-top: 0;
  padding-top: 10px;
  background: #faf6da;
  position: relative;
}

.article_box-02:before, .article_box-04:before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 322px;
  height: 61px;
  background: url("/chintai/magazine/recipe/resource/images/recipe-head-02.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  z-index: 2;
}

.article_box-03 {
  margin-top: 0;
  padding-top: 10px;
  background: #fffcea;
}

@media screen and (max-width: 767px) {
  .article_box {
    padding-top: 13px;
    padding-bottom: 45px;
  }
  .article_box:before {
    width: 161px;
    height: 31px;
    top: -30px;
  }
  .article_box_subtitle {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .article_box_img img {
    width: 10.67vw;
  }
  .article_box .list_article {
    margin-top: 25px;
    margin-right: -7px;
    margin-left: -7px;
  }
  .article_box .list_article_item {
    margin-bottom: 20px;
    padding: 0 7px;
  }
  .article_box .list_article_item_inner:before {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 15px;
  }
  .article_box .list_article_title {
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: left;
  }
  .article_box-02 {
    padding-top: 10px;
  }
  .article_box-03 {
    padding-top: 11px;
    padding-bottom: 87px;
  }
  .article_box-04 {
    padding-bottom: 107px;
  }
}

.box_close {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 480px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 20px 40px;
  background: #fff;
  border-radius: 0 0 40px 40px;
  cursor: pointer;
  webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .box_close {
    font-size: 16px;
    font-size: 4.26667vw;
    padding: 20px 30px;
    border-radius: 0 0 30px 30px;
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.box_close:hover {
  webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
}

.box_close .box_close_icn {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .box_close .box_close_icn {
    width: 15px;
    left: 28px;
  }
}

.box_close .box_close_icn span {
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .box_close .box_close_icn span {
    height: 2px;
  }
}

.box_close .box_close_icn span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.box_close .box_close_icn span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

/*Custom Colorbox*/
#cboxClose {
  display: none;
}

#cboxOverlay {
  background: #4D4D48;
}

.site_box {
  padding: 60px 0 70px;
  background: url(/chintai/magazine/recipe/resource/images/bg-site-img.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .site_box {
    padding-top: 35px;
  }
}

.site_box .wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .site_box .wrapper {
    max-width: 960px;
  }
}

.site_box_title {
  max-width: 532px;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .site_box_title {
    width: 80%;
    margin-bottom: 25px;
  }
}

.site_box_wrap::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .site_box_wrap {
    max-width: 812px;
    width: 100%;
    margin: 0 auto;
  }
}

.site_box_img {
  float: left;
  max-width: 382px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .site_box_img {
    float: none;
    width: 70%;
    max-width: 100%;
    margin: 0 auto 15px;
    padding-right: 0;
  }
}

.site_box_logo, .site_box_txt {
  float: right;
  max-width: 430px;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 90px;
  text-align: left;
}

@media (max-width: 959px) {
  .site_box_logo, .site_box_txt {
    max-width: 345px;
    padding-left: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .site_box_logo, .site_box_txt {
    float: none;
    max-width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .site_box_logo {
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.site_box_txt {
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .site_box_txt {
    font-size: 14px;
    font-size: 3.73333vw;
    text-align: center;
  }
}

.site_box_btn {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.site_box_btn a {
  position: relative;
  display: block;
  max-width: 333px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 20px 60px;
  line-height: 1;
  border-radius: 40px;
  background: #06c;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .site_box_btn a {
    max-width: 100%;
    padding: 18px 18px 18px 40px;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.site_box_btn a:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 7px;
  width: 41px;
  height: 62px;
  background: url(/chintai/magazine/recipe/resource/images/img-btn-character.png) center center/cover no-repeat;
}

.site_box_btn a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px 0;
  color: #fff;
  text-decoration: none;
}

.list_txt_right {
  float: right;
  max-width: 40%;
  text-align: right;
}

.list_txt_left {
  display: inline-block;
  max-width: 70%;
}

@media screen and (max-width: 767px) {
  .list_txt_left {
    max-width: 80%;
  }
}

.list_txt {
  margin-top: 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .list_txt {
    margin-top: 35px;
    width: 100%;
  }
}

.list_txt_ttl {
  font-size: 1.4rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .list_txt_ttl {
    font-size: 14px;
    font-size: 3.73333vw;
    padding-left: 27px;
    margin-bottom: 13px;
  }
}

.list_txt_icn {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 4px;
}

@media screen and (max-width: 767px) {
  .list_txt_icn {
    bottom: 3px;
  }
}

.list_txt_icn img {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .list_txt_icn img {
    width: 17px;
  }
}

.list_hdg {
  font-size: 2rem;
  line-height: 1.33;
  padding: 8px 15px;
  background: #EBC4B3;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .list_hdg {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 6px 10px;
    border-radius: 4px;
  }
}

.list_hdg_sub {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .list_hdg_sub {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.list_txt_detail {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .list_txt_detail {
    margin-top: 12px;
  }
}

.list_txt_detail + .list_txt_detail {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .list_txt_detail + .list_txt_detail {
    margin-top: 30px;
  }
}

.list_txt_detail li {
  margin-top: 15px;
  border-bottom: 1px solid #DCDCDC;
}

@media screen and (max-width: 767px) {
  .list_txt_detail li {
    margin-top: 8px;
  }
}

.list_txt_item {
  font-size: 1.7rem;
  line-height: 1.33;
  padding: 0 0 8px 15px;
}

@media screen and (max-width: 767px) {
  .list_txt_item {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0 0 5px 10px;
  }
}

.list_txt_item:after {
  content: '';
  display: block;
  clear: both;
}

.list_txt_detail.list_txt_detail-indent li .list_txt_item {
  padding: 0 0 8px 30px;
}

@media screen and (max-width: 767px) {
  .list_txt_detail.list_txt_detail-indent li .list_txt_item {
    padding: 0 0 5px 20px;
  }
}

.list_txt_detail.list_txt_detail-indent li:first-child .list_txt_item {
  padding: 0 0 8px 15px;
}

@media screen and (max-width: 767px) {
  .list_txt_detail.list_txt_detail-indent li:first-child .list_txt_item {
    padding: 0 0 5px 10px;
  }
}

.list_number {
  margin-top: 60px;
  counter-reset: section;
}

@media screen and (max-width: 767px) {
  .list_number {
    margin-top: 40px;
  }
}

.list_number .list_txt_detail li {
  border-bottom: none;
  margin-top: 0;
}

.list_number .list_txt_detail {
  background: url(/chintai/magazine/recipe/resource/images/list-txt-bg-01_pc.png) center 0;
  background-size: auto;
}

@media screen and (max-width: 767px) {
  .list_number .list_txt_detail {
    background: url(/chintai/magazine/recipe/resource/images/list-txt-bg-01.png) center 0;
    margin-top: 6px;
    background-size: auto 17.5vw;
  }
}

.list_number .list_txt_detail li .list_txt_item {
  padding-left: 45px;
  line-height: 2.7;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list_number .list_txt_detail li .list_txt_item {
    line-height: 2.43;
    padding-left: 2.5em;
  }
}

.list_number .list_txt_detail li .list_txt_item::before {
  counter-increment: section;
  content: counter(section) ".";
  padding: 0 0 0 15px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .list_number .list_txt_detail li .list_txt_item::before {
    padding: 0 0 0 10px;
  }
}

.txt_note {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-bottom: 120px;
}

.box_tableware {
  background: url("/chintai/magazine/recipe/resource/images/bg-tableware-img.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .box_tableware {
    margin-top: 55px;
  }
}

.box_tableware .box_tableware_hdg {
  font-size: 2.2rem;
  margin-top: 20px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .box_tableware .box_tableware_hdg {
    margin-top: 2px;
  }
}

.box_product {
  margin-top: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.box_product .box_product_image {
  width: 60%;
  display: table-cell;
}

.box_product .box_product_content {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.box_product .lst_product {
  list-style-type: none;
}

.box_product .lst_product li + li {
  margin-top: 20px;
}

.box_product .lst_product .lst_product_item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.box_product .lst_product .lst_product_item .product_item_image {
  display: table-cell;
  width: 30%;
}

.box_product .lst_product .lst_product_item .product_item_content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}

.box_product .lst_product .lst_product_item .product_item_content dl {
  padding-top: 8px;
}

.box_product .lst_product .lst_product_item .product_item_content dd {
  margin-left: 15%;
  font-size: 1.5rem;
  line-height: 1.33;
}

.box_product .lst_product .lst_product_item .product_item_content dt {
  float: left;
  min-width: 10%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.33;
}

.box_product .lst_product .lst_product_item .product_item_content .product_item_title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.18;
}

@media screen and (max-width: 767px) {
  .txt_note {
    margin-top: 10px;
    font-size: 14px;
    font-size: 3.73333vw;
    padding-bottom: 52px;
  }
  .box_tableware {
    padding: 30px 5px 25px;
  }
  .box_tableware_image img {
    width: 56%;
  }
  .box_tableware .box_tableware_hdg {
    font-size: 22px;
    font-size: 5.86667vw;
  }
  .box_product {
    display: block;
    width: 100%;
  }
  .box_product .lst_product {
    margin-top: 22px;
  }
  .box_product .lst_product li + li {
    margin-top: 20px;
  }
  .box_product .lst_product .lst_product_item .product_item_content {
    padding-left: 10px;
    vertical-align: top;
  }
  .box_product .lst_product .lst_product_item .product_item_content dl {
    padding-top: 5px;
  }
  .box_product .lst_product .lst_product_item .product_item_content dd {
    margin-left: 15%;
    font-size: 15px;
    font-size: 4vw;
  }
  .box_product .lst_product .lst_product_item .product_item_content dt {
    float: left;
    min-width: 10%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.33;
  }
  .box_product .lst_product .lst_product_item .product_item_content .product_item_title {
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .box_product .box_product_image {
    display: block;
    width: 100%;
  }
  .box_product .box_product_content {
    padding-left: 0;
    margin-top: 20px;
  }
}

/*# sourceMappingURL=common.css.map */