@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
#main {
  margin-bottom: 0;
  background-color: #000;
}

#bc {
  padding-top: 8px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
#bc > ol > li {
  font-family: "Noto Serif JP", serif;
  color: #c7b67c;
}
#bc > ol > li > a {
  color: #c7b67c;
}

.ytc_wrapper {
  background-color: #2a2b23;
  position: relative;
  font-size: 1.6rem;
}
.ytc_wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
.ytc_mv > h1 {
  padding-bottom: max(660px, 34.375%);
  position: relative;
}
.ytc_mv > h1 img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ytc_nav {
  position: sticky;
  top: 73px;
  padding: 10px 0;
  z-index: 50;
  background-color: #2a2b23;
}
.ytc_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 55px;
}
.ytc_nav > ul > li:first-of-type {
  width: 100px;
  margin-right: 85px;
}
.ytc_nav > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 55px;
}
.ytc_nav > ul > li > ul > li > a {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  color: #c7b67c;
  text-decoration: none;
  border-left: 1px solid #d0be85;
  display: block;
  width: 200px;
  text-align: center;
}
.ytc_nav > ul > li > ul > li:last-of-type > a {
  border-right: 1px solid #d0be85;
}
.ytc_nav > ul > li.navi_btn > .sp_navi_btn {
  display: block;
  max-width: 80px;
  padding: 5px 30px 7px 7px;
  border: 1px solid #c9b27c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 1;
  color: #c9b27c;
  position: relative;
  margin-right: 20px;
  text-decoration: none;
}
.ytc_nav > ul > li.navi_btn > .sp_navi_btn > span {
  position: absolute;
  top: 50%;
  right: 20px;
}
.ytc_nav > ul > li.navi_btn > .sp_navi_btn > span::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #c9b27c;
  position: absolute;
  right: -14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ytc_nav > ul > li.navi_btn > .sp_navi_btn > span::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #c9b27c;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ytc_nav > ul > li.navi_btn > ul {
  display: block;
  margin: 0;
  padding-left: 0;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 76px;
  background: #f2f2f2;
  width: 100%;
  background: #2a2b23;
}
.ytc_nav > ul > li.navi_btn > ul > li > a {
  border-bottom: 1px solid #d0be85;
  border-left: none;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto;
}
.ytc_nav > ul > li.navi_btn > ul > li:last-of-type > a {
  border-right: none;
  border-bottom: none;
}
.ytc_nav > ul > li.navi_btn.menu-close > .sp_navi_btn > span::before {
  width: 8px;
}
.ytc_nav > ul > li.navi_btn.menu-close > .sp_navi_btn > span::after {
  width: 8px;
}
.ytc_nav > ul > li.navi_btn.menu-close > ul {
  display: none;
}
.ytc_intro {
  position: relative;
  background-color: #1d1e18;
  overflow: hidden;
}
.ytc_intro_bg {
  position: relative;
  padding-bottom: max(630px, 32.8125%);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  scale: 1.1;
}
.ytc_intro_bg.anm {
  scale: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}
.ytc_intro_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ytc_intro_inner {
  position: absolute;
  width: max(1200px, 62.5%);
  margin: 0 auto;
  inset: 0;
}
.ytc_intro_text {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  color: #d4d4d4;
  line-height: 1.9;
  position: relative;
  margin-left: auto;
  margin-right: 5.8333333333%;
  margin-top: 16.6666666667%;
  width: 27.0833333333%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  translate: 0 20px;
  opacity: 0;
}
.ytc_intro_text.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.ytc_concept {
  position: relative;
  background-color: #1d1e18;
}
.ytc_concept_content {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.ytc_concept_content .ytc_concept_content_subtitle {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 3.6rem;
}
.ytc_concept_content .ytc_concept_content_subtitle > span {
  letter-spacing: -0.2em;
}
.ytc_concept_content .ytc_concept_content_text {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.ytc_concept_content:nth-of-type(1) .ytc_concept_content_bg {
  padding-bottom: max(620px, 32.2916666667%);
}
.ytc_concept_content:nth-of-type(1) .ytc_concept_content_subtitle {
  margin-top: 20%;
  width: 480px;
  right: 7.5%;
}
.ytc_concept_content:nth-of-type(1) .ytc_concept_content_text {
  margin-top: 25.8333333333%;
  width: 480px;
  right: 7.5%;
}
.ytc_concept_content:nth-of-type(2) .ytc_concept_content_bg {
  padding-bottom: max(495px, 25.78125%);
}
.ytc_concept_content:nth-of-type(2) .ytc_concept_content_subtitle {
  margin-top: 12.9166666667%;
  width: 37.0833333333%;
  left: 7.5%;
}
.ytc_concept_content:nth-of-type(2) .ytc_concept_content_text {
  margin-top: 18.75%;
  width: 490px;
  left: 7.5%;
}
.ytc_concept_content:nth-of-type(3) .ytc_concept_content_bg {
  padding-bottom: max(495px, 25.78125%);
}
.ytc_concept_content:nth-of-type(3) .ytc_concept_content_subtitle {
  margin-top: 12.9166666667%;
  width: 505px;
  right: 6.6666666667%;
}
.ytc_concept_content:nth-of-type(3) .ytc_concept_content_text {
  margin-top: 18.75%;
  width: 505px;
  right: 6.6666666667%;
}
.ytc_concept_content_bg {
  position: relative;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  scale: 1.1;
}
.ytc_concept_content_bg.anm {
  scale: none;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}
.ytc_concept_content_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ytc_concept_content_inner {
  position: absolute;
  width: max(1200px, 62.5%);
  margin: 0 auto;
  inset: 0;
}
.ytc_concept_content_title {
  position: absolute;
  inset: 0;
  width: 15.8333333333%;
  margin: 7.9166666667% auto 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  translate: 0 20px;
  opacity: 0;
}
.ytc_concept_content_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.ytc_concept_content_subtitle {
  position: absolute;
  top: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  translate: 0 20px;
  opacity: 0;
}
.ytc_concept_content_subtitle.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.ytc_concept_content_text {
  position: absolute;
  top: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  translate: 0 20px;
  opacity: 0;
}
.ytc_concept_content_text.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.ytc_recipe {
  background-color: #1d1e18;
  padding: 155px 0;
}
.ytc_recipe_title {
  width: 160px;
  margin: 0 auto;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_recipe_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_recipe_lead {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 55px;
  text-align: center;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_recipe_lead + * {
  margin-top: 75;
}
.ytc_recipe_lead.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_recipe_subtitle {
  margin-top: 120px;
  height: 38px;
  background-image: url(../images/brand/yowanai_the_choya/recipe_subtitle_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #22231e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3rem;
  letter-spacing: 0.04em;
  padding-bottom: 4px;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_recipe_subtitle.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_recipe_list {
  max-width: 1200px;
  width: 100%;
  margin: 110px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 105px 0;
}
.ytc_recipe_list > li {
  width: 50%;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_recipe_list > li.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_recipe_card {
  width: 345px;
  margin: 0 auto;
}
.ytc_recipe_card_title {
  margin-top: 10px;
  color: #c9c9c9;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.ytc_recipe_card_title > small {
  margin-top: 10px;
  display: block;
  font-size: 1.3rem;
}
.ytc_recipe_card_text {
  margin-top: 15px;
  background-image: url(../images/brand/yowanai_the_choya/recipe_line.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 15px;
  font-size: 1.5rem;
  color: #c2b17e;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.ytc_tvcm {
  background-color: #1c2229;
  padding: 155px 0 120px;
}
.ytc_tvcm_title {
  width: 120px;
  margin: 0 auto;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_list {
  max-width: 1200px;
  width: 100%;
  margin: 125px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 120px 0;
}
.ytc_tvcm_list > li {
  width: 50%;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_list > li.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_card {
  width: 535px;
  margin: 0 auto;
}
.ytc_tvcm_card_movie {
  padding-bottom: 56.25%;
  position: relative;
}
.ytc_tvcm_card_movie > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ytc_tvcm_card_title {
  margin-top: 15px;
  font-size: 1.8rem;
  color: #d1be81;
  font-family: "Noto Serif JP", serif;
}
.ytc_tvcm_episode {
  margin: 120px auto 0;
  width: 900px;
}
.ytc_tvcm_episode_title {
  font-size: 2.4rem;
  color: #d1be81;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_episode_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_episode_title > small {
  margin-top: 15px;
  display: block;
  font-size: 1.6rem;
}
.ytc_tvcm_episode_photo {
  margin: 50px auto 0;
  width: 500px;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_episode_photo.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_episode_text {
  margin: 60px 0 80px;
  font-family: "Noto Serif JP", serif;
  color: #c3c3c3;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_episode_text.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_episode_comment {
  margin-top: 60px;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_episode_comment.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_episode_comment_title {
  color: #c2b17e;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
.ytc_tvcm_episode_comment_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2b17e;
}
.ytc_tvcm_episode_comment_title > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ytc_tvcm_episode_comment_text {
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  color: #c2b17e;
  line-height: 1.6;
  padding-right: 5px;
}
.ytc_tvcm_profile {
  width: 370px;
  margin: 90px auto 0;
}
.ytc_tvcm_profile > a {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c2b17e;
  gap: 0 20px;
  padding-left: 15px;
  text-decoration: none;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_tvcm_profile > a.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_tvcm_profile > a:nth-of-type(n+2) {
  margin-top: 20px;
}
.ytc_tvcm_profile > a > img {
  width: 83px;
}
.ytc_tvcm_profile > a > p {
  font-size: 1.8rem;
  color: #d1be81;
  font-family: "Noto Serif JP", serif;
}
.ytc_tvcm_profile > a > .btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-color: #d1be81;
  border-radius: 15px;
  position: relative;
}
.ytc_tvcm_profile > a > .btn::before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ytc_tvcm_profile > a > .btn::after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ytc_tvcm_profile_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.ytc_tvcm_profile_modal_back {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ytc_tvcm_profile_modal > li > .modal_wrap {
  width: 90%;
  max-width: 1000px;
  max-height: 40%;
  margin: 0 auto;
  margin: auto;
  padding: 40px 70px 40px 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .close {
  width: 40px;
  height: 40px;
  background-color: #c2b17e;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .close::before {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .close::after {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .image_box {
  width: 20%;
  text-align: center;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .image_box > .image > .name {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #c2b17e;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .desc_area {
  width: 75%;
  padding-top: 30px;
}
.ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .desc_area > .desc {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  color: #c2b17e;
}
.ytc_product {
  background-color: #1d1e18;
  padding: 155px 0 170px;
}
.ytc_product_title {
  width: 215px;
  margin: 0 auto 140px;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.ytc_product_box:nth-of-type(1) .ytc_product_box_detail {
  padding-top: 65px;
}
.ytc_product_box:nth-of-type(2) {
  margin-top: 220px;
}
.ytc_product_box:nth-of-type(2) .ytc_product_box_photo > img {
  width: 135px;
}
.ytc_product_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 140px;
  padding-left: 220px;
}
.ytc_product_box_photo {
  text-align: center;
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_box_photo.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_box_detail {
  width: 100%;
}
.ytc_product_box_detail_title {
  font-size: 2.4rem;
  color: #c7b67c;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_box_detail_title.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_box_detail_text {
  margin-top: 40px;
  font-size: 1.8rem;
  color: #c3c3c3;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_box_detail_text.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_box_detail_spec {
  margin-top: 30px;
  font-size: 1.8rem;
  color: #c3c3c3;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_box_detail_spec.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c7b67c;
  border: 1px solid #c7b67c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_box_link.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_brand {
  margin-top: 200px;
  text-align: center;
  position: relative;
  translate: 0 20px;
  opacity: 0;
}
.ytc_product_brand.anm {
  -webkit-transition: 1s;
  transition: 1s;
  translate: none;
  opacity: 1;
}
.ytc_product_brand a {
  text-decoration: none;
}
.ytc_product_brand_title {
  font-size: 2.4rem;
  color: #acacac;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.ytc_product_brand_subtitle {
  margin-top: 10px;
  background-image: url(../images/brand/yowanai_the_choya/product_line.png);
  background-size: 440px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 15px;
  font-size: 1.6rem;
  color: #acacac;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.ytc_product_brand_photo {
  width: 270px;
  margin: 30px auto 0;
}
.ytc_sns {
  padding: 120px 0 70px;
}
.ytc_sns .sns_share {
  margin-bottom: 0;
  border-color: #555;
}
.ytc_sns .sns_share .stitle {
  color: #fff;
}
.ytc_sns .sns_share .item.twitter {
  border: 1px solid #fff;
  border-radius: 100%;
}
.ytc_sns .sns_share .note {
  color: #fff;
}
.ytc_sns_ins {
  width: 420px;
  height: 80px;
  margin: 0 auto 50px;
}
.ytc_sns_ins > a {
  border: 1px solid #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  gap: 0 15px;
  text-decoration: none;
}
.ytc_sns_ins > a > img {
  width: 40px;
}
@media screen and (max-width: 750px) {
  #bc {
    margin-bottom: 2px;
  }
  .ytc_mv > h1 {
    padding-bottom: 107.8666666667%;
    margin-top: -1px;
  }
  .ytc_nav {
    top: 64px;
  }
  .ytc_nav > ul {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ytc_nav > ul > li:first-of-type {
    width: 82.5px;
  }
  .ytc_nav > ul > li > ul > li > a {
    font-weight: 500;
  }
  .ytc_intro_bg {
    padding-bottom: 84%;
  }
  .ytc_intro_inner {
    width: 100%;
  }
  .ytc_intro_text {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-right: 4%;
    margin-top: 14.6666666667%;
    width: 46.6666666667%;
    font-weight: 500;
  }
  .ytc_concept_content .ytc_concept_content_subtitle {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .ytc_concept_content .ytc_concept_content_text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .ytc_concept_content:nth-of-type(1) .ytc_concept_content_bg {
    padding-bottom: 164.1333333333%;
  }
  .ytc_concept_content:nth-of-type(1) .ytc_concept_content_subtitle {
    margin-top: 104%;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .ytc_concept_content:nth-of-type(1) .ytc_concept_content_text {
    margin-top: 116.5333333333%;
    width: 87.7333333333%;
    right: 6.5333333333%;
  }
  .ytc_concept_content:nth-of-type(2) .ytc_concept_content_bg {
    padding-bottom: 131.6%;
  }
  .ytc_concept_content:nth-of-type(2) .ytc_concept_content_subtitle {
    margin-top: 71.0666666667%;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .ytc_concept_content:nth-of-type(2) .ytc_concept_content_text {
    margin-top: 83.4666666667%;
    width: 87.7333333333%;
    left: 6.5333333333%;
  }
  .ytc_concept_content:nth-of-type(3) .ytc_concept_content_bg {
    padding-bottom: 129.6%;
  }
  .ytc_concept_content:nth-of-type(3) .ytc_concept_content_subtitle {
    margin-top: 70.2666666667%;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .ytc_concept_content:nth-of-type(3) .ytc_concept_content_text {
    margin-top: 82.4%;
    width: 87.7333333333%;
    right: 6.5333333333%;
  }
  .ytc_concept_content_inner {
    width: 100%;
  }
  .ytc_concept_content_title {
    width: 35.7333333333%;
    margin: 16.8% auto 0;
  }
  .ytc_recipe {
    padding: 19.3333333333% 0;
  }
  .ytc_recipe_title {
    width: 29.7333333333%;
  }
  .ytc_recipe_lead {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-top: 35px;
    font-weight: 500;
  }
  .ytc_recipe_subtitle {
    margin-top: 40px;
    height: 28px;
    font-size: 2.2rem;
  }
  .ytc_recipe_subtitle:nth-of-type(2) {
    background-image: url(../images/brand/yowanai_the_choya/recipe_subtitle_bg_long.png);
  }
  .ytc_recipe_list {
    width: 82%;
    margin: 40px auto 0;
    display: block;
  }
  .ytc_recipe_list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .ytc_recipe_card {
    width: 100%;
  }
  .ytc_recipe_card_text {
    font-weight: 500;
  }
  .ytc_tvcm {
    padding: 72px 0 75px;
  }
  .ytc_tvcm_title {
    width: 83px;
  }
  .ytc_tvcm_list {
    display: block;
    margin: 50px auto 0;
    width: 92.5%;
  }
  .ytc_tvcm_list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .ytc_tvcm_card {
    width: 100%;
  }
  .ytc_tvcm_card_title {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .ytc_tvcm_episode {
    margin: 50px auto 0;
    width: 100%;
  }
  .ytc_tvcm_episode_title {
    font-weight: 500;
  }
  .ytc_tvcm_episode_photo {
    width: 100%;
    margin: 20px auto 0;
  }
  .ytc_tvcm_episode_text {
    margin: 20px auto 30px auto;
    font-size: 1.33rem;
    width: 92.5%;
    font-weight: 500;
  }
  .ytc_tvcm_episode_comment {
    margin-top: 40px;
  }
  .ytc_tvcm_episode_comment_title {
    margin: 0 auto;
    width: 92.5%;
  }
  .ytc_tvcm_episode_comment_title > span {
    font-weight: 500;
  }
  .ytc_tvcm_episode_comment_text {
    margin: 10px auto 0 auto;
    font-size: 1.33rem;
    width: 92.5%;
    padding-right: 0;
    font-weight: 500;
  }
  .ytc_tvcm_profile {
    margin: 20px auto 0 auto;
    width: 92.5%;
  }
  .ytc_tvcm_profile > a {
    padding-left: 25px;
    height: 110px;
  }
  .ytc_tvcm_profile > a > img {
    width: 72px;
  }
  .ytc_tvcm_profile > a > p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .ytc_tvcm_profile > a > .btn {
    margin-left: 0;
  }
  .ytc_tvcm_profile_modal {
    z-index: 1001;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap {
    max-height: 90%;
    padding: 5%;
    z-index: 1002;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .image_box {
    width: 100%;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .image_box > .image {
    width: 48%;
    margin: 0 auto;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .image_box > .image > .name {
    font-weight: 500;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .desc_area {
    width: 100%;
  }
  .ytc_tvcm_profile_modal > li > .modal_wrap > .modal_inner > .desc_area > .desc {
    font-weight: 500;
  }
  .ytc_product {
    padding: 72px 0 75px;
  }
  .ytc_product_title {
    width: 150px;
    margin: 0 auto 50px;
  }
  .ytc_product_box:nth-of-type(1) .ytc_product_box_detail {
    padding-top: 10px;
  }
  .ytc_product_box:nth-of-type(2) {
    margin-top: 80px;
  }
  .ytc_product_box_inner {
    display: block;
    padding-left: 0;
    width: 92.5%;
    margin: 0 auto;
  }
  .ytc_product_box_photo {
    width: 90px;
    margin: 0 auto;
  }
  .ytc_product_box_detail_title {
    font-size: 2rem;
    font-weight: 500;
  }
  .ytc_product_box_detail_text {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: 500;
  }
  .ytc_product_box_detail_spec {
    font-size: 1.4rem;
    margin-top: 10px;
    font-weight: 500;
  }
  .ytc_product_box_link {
    margin-top: 25px;
    width: 200px;
    height: 40px;
    font-size: 1.35rem;
    font-weight: 500;
  }
  .ytc_product_brand {
    margin-top: 65px;
  }
  .ytc_product_brand_title {
    font-size: 1.7rem;
    font-weight: 500;
  }
  .ytc_product_brand_subtitle {
    font-size: 1.1rem;
    background-size: 340px;
    font-weight: 500;
  }
  .ytc_product_brand_photo {
    width: 195px;
  }
  .ytc_sns {
    padding: 70px 0 70px;
  }
  .ytc_sns_ins {
    width: 92%;
    height: 60px;
    margin: 0 auto 30px;
  }
  .ytc_sns_ins > a {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .ytc_sns_ins > a > img {
    width: 25px;
  }
}
@media (any-hover: hover) {
  .ytc_nav > ul > li > ul > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_nav > ul > li > ul > li > a:hover {
    opacity: 0.7;
  }
  .ytc_tvcm_profile > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_tvcm_profile > a:hover {
    opacity: 0.7;
  }
  .ytc_tvcm_profile > a:hover img {
    opacity: 1;
  }
  .ytc_product_box_link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_product_box_link:hover {
    opacity: 0.7;
  }
  .ytc_product_brand a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_product_brand a:hover {
    opacity: 0.7;
  }
  .ytc_product_brand a:hover img {
    opacity: 1;
  }
  .ytc_sns_ins > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_sns_ins > a > img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .ytc_sns_ins > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1290px) {
  .ytc_product_box_detail_spec {
    white-space: nowrap;
  }
}