/* _setting CSS */
img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .pctag {
    display: none;
  }
}

.sptag {
  display: none;
}
@media screen and (max-width: 750px) {
  .sptag {
    display: block;
  }
}

.link_hover {
  transition: 0.3s;
  cursor: pointer;
}
.link_hover:hover {
  text-decoration: none;
}
.link_hover.ef_op:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

.animate .fade_in {
  opacity: 0;
  transition: all 800ms linear;
}
.animate .fade_in.delay {
  transition-delay: 300ms;
}
.animate .fade_up {
  transition: all 800ms linear;
  transform: translateY(20px);
}
.animate .fade_up.delay {
  transition-delay: 300ms;
}
.animate .fade_op {
  opacity: 0;
  transition: all 1400ms linear;
}
.animate .fade_op.delay {
  transition-delay: 300ms;
}
.animate.show .fade_in {
  opacity: 1;
}
.animate.show .fade_up {
  transform: translateY(0);
}
.animate.show .fade_op {
  opacity: 1;
}

#bc {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #bc {
    margin-bottom: 0;
  }
}

#header {
  transition: 0.3s;
}
#header.none {
  opacity: 0;
  z-index: -1;
}

section[class$="_area"] {
  padding: 150px 0 0;
}
@media screen and (max-width: 750px) {
  section[class$="_area"] {
    padding: 50px 0 43px;
  }
}

.area_ttl {
  padding-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center;
  color: #d5b568;
}
@media screen and (max-width: 750px) {
  .area_ttl {
    padding-bottom: 43px;
    font-size: 25px;
  }
}

.box_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid #d5b568;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  text-align: center;
  color: #d5b568;
}
@media screen and (max-width: 750px) {
  .box_link {
    width: 100%;
    padding: 30px 0;
    border: 1px solid #756532;
    font-size: 1.3rem;
  }
}
.box_link .btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-color: #16ae41;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .box_link .btn {
    width: 20px;
    height: 20px;
  }
}
.box_link .btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .box_link .btn:before {
    font-size: 1.3rem;
  }
}
.box_link .btn:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .box_link .btn:after {
    height: 13px;
  }
}
.box_link .arrow {
  display: inline-block;
  padding-left: 30px;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .box_link .arrow {
    right: 10px;
  }
}
.box_link .arrow img {
  width: 16px;
}

.c_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.c_wrap.reverse .c_text {
  order: 1;
}
@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_text {
    order: 2;
  }
}
.c_wrap.reverse .c_image {
  order: 2;
}
@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_image {
    order: 1;
  }
}
.c_wrap .c_text {
  width: 480px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_text {
    order: 2;
    width: 100%;
    font-size: 1.4rem;
  }
}
.c_wrap .c_text .link {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #16ae41;
  transition: all linear 200ms;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_text .link {
    padding-top: 10px;
  }
}
.c_wrap .c_text .link:after {
  display: inline-block;
  content: '>>';
  padding-top: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_text .link:after {
    padding-top: 0;
  }
}
.c_wrap .c_image {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .c_wrap .c_image {
    order: 1;
    width: 100%;
    padding-bottom: 0;
  }
}

.sub_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  background: #000;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0;
    z-index: 10;
  }
}
.sub_navi.fix {
  position: fixed;
  z-index: 10;
}
.sub_navi .sub_navi_head {
  width: 90px;
  padding: 5px 0;
  margin-right: 43px;
}
@media screen and (max-width: 750px) {
  .sub_navi .sub_navi_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 5%;
    background-color: #000;
    position: relative;
    top: 0;
    left: 0;
  }
}
.sub_navi .logo {
  width: 90px;
}
@media screen and (max-width: 750px) {
  .sub_navi .logo {
    width: 75px;
  }
}

.sp_navi_btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_navi_btn {
    display: block;
    max-width: 80px;
    padding: 5px 30px 7px 7px;
    background-color: #000;
    border: 1px solid #756532;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 1;
    color: #d5b568;
    position: relative;
  }
  .sp_navi_btn span {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .sp_navi_btn span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #d5b568;
    position: absolute;
    right: -14px;
    transition: 0.3s;
    transform: rotate(-45deg);
  }
  .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #d5b568;
    position: absolute;
    transition: 0.3s;
    transform: rotate(45deg);
  }
  .sp_navi_btn span.open:before {
    width: 15px;
  }
  .sp_navi_btn span.open:after {
    width: 15px;
  }
}

.sub_navi_list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .sub_navi_list {
    display: none;
    width: 100%;
    background-color: #1e1e1e;
    border-top: 1px solid rgba(213, 181, 104, 0.2);
    position: relative;
    z-index: 100;
  }
}
.sub_navi_list li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li {
    padding: 0 5%;
  }
  .sub_navi_list li:first-of-type a {
    border-top: none;
  }
}
.sub_navi_list li:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d5b568;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li:after {
    display: none;
  }
}
.sub_navi_list li:first-of-type:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #d5b568;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li:first-of-type:before {
    display: none;
  }
}
.sub_navi_list li a {
  display: block;
  padding: 15px 37px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #d5b568;
}
@media screen and (max-width: 750px) {
  .sub_navi_list li a {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid rgba(213, 181, 104, 0.2);
    color: #d5b568;
  }
}

#main {
  margin-top: -2px;
  margin-bottom: 0;
  padding-bottom: 200px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  #main {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}

#bc .list li a, #bc .list li {
  color: #fff;
}

.main_image {
  width: 100%;
  height: 660px;
  background: url(../images/brand/the_choya_special/main.jpg?id=20230519) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .main_image {
    height: auto;
    background: none;
  }
  .main_image .common_inner {
    width: 100%;
  }
}

section.concept_area {
  padding-top: 17px;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  section.concept_area {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
section.concept_area .c_wrap {
  align-items: flex-start;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap {
    padding-bottom: 45px;
  }
}
section.concept_area .c_wrap:last-of-type {
  padding-bottom: 0;
}
section.concept_area .c_wrap .c_image {
  width: 470px;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap .c_image {
    width: 100%;
  }
}
section.concept_area .c_wrap .c_image .txt {
  width: 98px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap .c_image .txt {
    width: 20%;
  }
}
section.concept_area .c_wrap .c_image1 .txt {
  width: 159px;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap .c_image1 .txt {
    width: 120px;
  }
}
section.concept_area .c_wrap .c_image2 .txt {
  width: 185px;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap .c_image2 .txt {
    width: 140px;
  }
}
section.concept_area .c_wrap .c_image3 .txt {
  width: 134px;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_wrap .c_image3 .txt {
    width: 102px;
  }
}
@media screen and (max-width: 750px) {
  section.concept_area .c_text {
    padding-top: 17px;
  }
}
section.concept_area .c_text .ttl {
  padding-top: 10px;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_text .ttl {
    font-size: 2rem;
  }
}
section.concept_area .c_text .txt {
  padding-top: 30px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.concept_area .c_text .txt {
    padding-top: 8px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.concept_top {
  width: 1633px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1633px) {
  .concept_top {
    width: 100%;
    background-size: contain;
  }
}
.concept_top .bg_image {
  width: 100%;
}
.concept_top .image {
  width: 45.49%;
  position: absolute;
  top: 14%;
  left: 39.7%;
}
@media screen and (max-width: 1633px) {
  .concept_top .image {
    top: 14.3%;
  }
}
@media screen and (max-width: 750px) {
  .concept_top .image {
    width: 34.66%;
    top: 18%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.concept_top .text {
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 17.75%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .concept_top .text {
    position: static;
  }
}
.concept_top .text .read_txt {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .concept_top .text .read_txt {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 1.7;
  }
}

section.product_area {
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  section.product_area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.product_navi {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: 30px auto 100px;
}
@media screen and (max-width: 750px) {
  .product_navi {
    width: 100%;
    margin: 25px auto 0;
    border-top: 1px solid #756532;
  }
}
.product_navi li {
  position: relative;
  width: 156px;
  position: relative;
  padding-bottom: 50px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.product_navi li:nth-child(6n) {
  margin-right: 0;
}
.product_navi li:last-child {
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .product_navi li {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #756532;
    margin-bottom: 0;
  }
  .product_navi li:last-child {
    margin-bottom: 0;
  }
}
.product_navi li a {
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product_navi li a {
    height: 230px;
    display: flex;
    align-items: center;
    padding: 20px 0 10px;
  }
}
.product_navi li a .image {
  height: 280px;
}
@media screen and (max-width: 750px) {
  .product_navi li a .image {
    width: 40%;
    height: auto;
    text-align: center;
  }
  .product_navi li a .image img {
    display: block;
    width: 45px;
    margin-left: auto;
    margin-right: 25%;
  }
}
.product_navi li a .txt {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #d5b568;
}
@media screen and (max-width: 750px) {
  .product_navi li a .txt {
    width: 50%;
    padding-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.07em;
  }
}
.product_navi li a .txt:after {
  display: block;
  content: "";
  width: 26px;
  height: 16px;
  margin: 15px auto 0;
  background: url(../images/brand/the_choya_special/pro_navi_arrow.png) no-repeat;
  background-size: contain;
}
.product_navi li a .txt span {
  display: block;
  padding-top: 5px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product_navi li a .txt span {
    height: auto;
    font-size: 1.3rem;
  }
}

.product_box_wrap {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap {
    padding: 47px 0;
  }
}
.product_box_wrap:last-of-type {
  border-bottom: none;
}
.product_box_wrap#product08 .product_ttl {
  width: 360px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_ey_ume .product_ttl {
    width: 34.66667vw;
    max-width: 199px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_es_ume .product_ttl {
    width: 34.66667vw;
    max-width: 203px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_rh_ume .product_ttl {
    width: 31.2vw;
    width: 40.53333vw;
    max-width: 234px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_a3y .product_ttl {
    width: 35.86667vw;
    width: 49.2vw;
    max-width: 269px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_ef .product_ttl {
    width: 43.86667vw;
    width: 57.2vw;
    max-width: 329px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_ftb .product_ttl {
    width: 55.86667vw;
    max-width: 259px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_ume .product_ttl {
    width: 43.86667vw;
    max-width: 329px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_sy .product_ttl {
    width: 35.86667vw;
    width: 49.2vw;
    max-width: 269px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_black .product_ttl {
    width: 33.6vw;
    width: 46.93333vw;
    max-width: 252px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_cf .product_ttl {
    width: 32.4vw;
    width: 45.73333vw;
    max-width: 243px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_genshu .product_ttl {
    width: 35.73333vw;
    max-width: 183px;
  }
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_alc0 .product_ttl {
    width: 37.66667vw;
    max-width: 205px;
  }
}
.product_box_wrap#product_bio .product_ttl {
  width: 190px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_bio .product_ttl {
    width: 35.46667vw;
    max-width: 210px;
  }
}
.product_box_wrap#product_a3y .product_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_a3y .product_box {
    margin-bottom: 0;
  }
}
.product_box_wrap#product_a3y .award_box_wrap {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_a3y .award_box_wrap {
    padding-left: 0;
  }
}
.product_box_wrap#product_a3y .award_box:first-child .image img {
  max-width: 80px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_a3y .award_box:first-child .image img {
    max-width: auto;
  }
}
.product_box_wrap#product_a3y .award_box:nth-child(2) .image img {
  max-width: 60px;
}
@media screen and (max-width: 750px) {
  .product_box_wrap#product_a3y .award_box:nth-child(2) .image img {
    max-width: auto;
  }
}
.product_box_wrap#product_a3y .award_box .image {
  width: 100px;
}
.product_box_wrap .product_ttl {
  text-align: center;
  margin: 0 auto;
}
.product_box_wrap .link_wrap {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product_box_wrap .link_wrap {
    width: 100%;
  }
}
.product_box_wrap .box_link {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .product_box_wrap .box_link {
    width: 220px;
    margin-top: 26px;
    padding: 22px 0;
  }
}
.product_box_wrap .box_link.ls- {
  letter-spacing: -0.05em;
}
.product_box_wrap .to_pro_navi {
  display: block;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .product_box_wrap .to_pro_navi {
    width: 30px;
    margin-left: auto;
  }
}

.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 88px;
}
@media screen and (max-width: 750px) {
  .product_box {
    flex-wrap: wrap;
    padding-top: 47px;
  }
}
.product_box .box_image {
  width: 480px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .product_box .box_image {
    width: 100%;
  }
}
.product_box .box_image img {
  width: 110px;
}
@media screen and (max-width: 750px) {
  .product_box .box_image img {
    width: 100px;
    max-width: inherit;
    margin: 0 auto;
  }
}
.product_box .box_text {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .product_box .box_text {
    width: 100%;
  }
}
.product_box .box_text .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #d5b568;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
  .product_box .box_text .ttl {
    font-size: 1.9rem;
  }
}
.product_box .box_text .ttl .fz_s {
  font-size: 1.7rem;
}
.product_box .box_text .pt19 {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #fff;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
  .product_box .box_text .pt19 {
    font-size: 1.6rem;
  }
}
.product_box .box_text .txt {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: -0.05em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product_box .box_text .txt {
    padding-top: 17px;
    font-size: 1.3rem;
    line-height: 1.76;
  }
}
.product_box .box_text .detail {
  padding-top: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .product_box .box_text .detail {
    padding-top: 21px;
    font-size: 1.4rem;
  }
}
.product_box .box_text .detail p {
  padding-bottom: 7px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product_box .box_text .detail p {
    padding-bottom: 8px;
  }
}
.product_box .box_text .detail p:last-of-type {
  padding-bottom: 0;
}

.award_box_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .award_box_wrap {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

.award_box_wrap_column {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_column {
    padding-top: 50px;
  }
}
.award_box_wrap_column .award_box {
  width: 720px;
  align-items: center;
  margin: 0 auto 50px;
}
.award_box_wrap_column .award_box .image {
  width: 100px;
}
.award_box_wrap_column .award_box .txt {
  width: calc(100% - 130px);
}
.award_box_wrap_column .award_box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_column .award_box {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.award_box {
  display: flex;
  justify-content: space-between;
  width: 480px;
}
@media screen and (max-width: 750px) {
  .award_box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 25px;
  }
  .award_box:first-of-type {
    padding-top: 0;
  }
}
.award_box.ml_a {
  margin-left: auto;
}
.award_box .image {
  width: 110px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .award_box .image {
    width: 100px;
  }
  .award_box .image img {
    width: 70%;
    margin: 0 auto;
  }
}
.award_box .txt {
  width: 342px;
  font-size: 1.2rem;
  line-height: 2.1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .award_box .txt {
    width: 58.66667vw;
    font-size: 1rem;
    line-height: 1.8;
    margin-left: 25px;
  }
}

.notes_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  padding: 33px 26px 33px 10px;
  background-color: #111;
}
@media screen and (max-width: 750px) {
  .notes_box {
    justify-content: center;
    padding: 22px 20px 39px 0;
    background-color: #1e1e1e;
  }
}
.notes_box .ttl {
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4rem;
  text-align: center;
  color: #d5b568;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
.notes_box .image {
  width: 215px;
  text-align: center;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .notes_box .image {
    width: 160px;
    margin-left: auto;
  }
}
.notes_box .text_wrap {
  width: 700px;
}
@media screen and (max-width: 750px) {
  .notes_box .text_wrap {
    width: 35.33333vw;
    margin-left: 20px;
  }
}
.notes_box .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .notes_box .txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.notes_box .en {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .notes_box .en {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.product04 .sfwsc_box {
  width: 676px;
  padding-top: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box {
    width: 100%;
    padding-top: 40px;
  }
}
.product04 .sfwsc_box .sfwsc_head {
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_head {
    width: 100%;
    flex-wrap: wrap;
  }
}
.product04 .sfwsc_box .sfwsc_head .logo {
  width: 194px;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_head .logo {
    width: 172px;
    margin: 0 auto;
  }
  .product04 .sfwsc_box .sfwsc_head .logo img {
    width: 100%;
    margin: 0 auto;
  }
}
.product04 .sfwsc_box .sfwsc_head .award_list {
  width: 357px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_head .award_list {
    width: 78%;
    padding-top: 15px;
    margin: 0 auto;
  }
}
.product04 .sfwsc_box .sfwsc_head .award_list li {
  width: 29%;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_head .award_list li img {
    width: 80px;
    margin: 0 auto;
  }
}
.product04 .sfwsc_box .sfwsc_head .award_list .name {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.085em;
  text-align: center;
  padding-top: 8px;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_head .award_list .name {
    font-size: 1rem;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt01 {
  width: 644px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0.085em;
  padding-top: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt01 {
    width: 100%;
    font-size: 1.2rem;
    padding-top: 20px;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt02_wrap {
  width: 644px;
  padding-top: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt02_wrap {
    width: 100%;
    padding-top: 10px;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt02_wrap dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt02_wrap dl {
    font-size: 1.2rem;
    padding-top: 8px;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt02_wrap dl dt {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt02_wrap dl dt {
    font-weight: bold;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt02_wrap dl dd {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.product04 .sfwsc_box .sfwsc_content .txt03_wrap {
  width: 100%;
  border: 1px solid #7a7a7a;
  padding: 10px 13px;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt03_wrap {
    margin-top: 15px;
  }
}
.product04 .sfwsc_box .sfwsc_content .txt03_wrap .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 750px) {
  .product04 .sfwsc_box .sfwsc_content .txt03_wrap .txt {
    font-size: 1.2rem;
  }
}

.product06 .sfwsc_box, #product_ef .sfwsc_box, #product_sy .sfwsc_box {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .product06 .sfwsc_box, #product_ef .sfwsc_box, #product_sy .sfwsc_box {
    padding-top: 35px;
  }
}
.product06 .sfwsc_box .head, #product_ef .sfwsc_box .head, #product_sy .sfwsc_box .head {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #8a8a8a;
}
@media screen and (max-width: 750px) {
  .product06 .sfwsc_box .head, #product_ef .sfwsc_box .head, #product_sy .sfwsc_box .head {
    padding-bottom: 10px;
  }
}
.product06 .sfwsc_box .head .logo, #product_ef .sfwsc_box .head .logo, #product_sy .sfwsc_box .head .logo {
  width: 63px;
}
.product06 .sfwsc_box .head .ttl, #product_ef .sfwsc_box .head .ttl, #product_sy .sfwsc_box .head .ttl {
  width: calc(100% - 73px);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .product06 .sfwsc_box .head .ttl, #product_ef .sfwsc_box .head .ttl, #product_sy .sfwsc_box .head .ttl {
    font-size: 1.2rem;
  }
}
.product06 .sfwsc_box .txt01, #product_ef .sfwsc_box .txt01, #product_sy .sfwsc_box .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .product06 .sfwsc_box .txt01, #product_ef .sfwsc_box .txt01, #product_sy .sfwsc_box .txt01 {
    font-size: 1.1rem;
  }
}

section.recipi_area {
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  section.recipi_area {
    padding-top: 0;
    padding-bottom: 77px;
  }
}
section.recipi_area .por {
  position: relative;
}
section.recipi_area .area_ttl_wrap {
  margin: auto;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  section.recipi_area .area_ttl_wrap {
    top: auto;
    bottom: -60px;
  }
}
@media screen and (max-width: 750px) {
  section.recipi_area .area_ttl_wrap .area_ttl {
    padding-bottom: 20px;
  }
}
section.recipi_area .area_ttl_wrap .read_txt {
  font-size: 2.6rem;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.recipi_area .area_ttl_wrap .read_txt {
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}
section.recipi_area .area_ttl_wrap + .bg_image {
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.recipi_area .area_ttl_wrap + .bg_image {
    margin-bottom: 100px;
  }
}
section.recipi_area .recipi_link {
  display: block;
  width: 640px;
  margin: 45px auto 0;
}
@media screen and (max-width: 750px) {
  section.recipi_area .recipi_link {
    width: 100%;
    margin-top: 27px;
  }
}

.recipi_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
  padding: 55px 45px 50px;
  background-color: #111;
}
@media screen and (max-width: 750px) {
  .recipi_box_wrap {
    margin-top: 27px;
    padding: 35px 17px 45px;
    background-color: #1e1e1e;
  }
}
.recipi_box_wrap:first-of-type {
  margin-top: 0;
}
.recipi_box_wrap .note {
  padding-top: 52px;
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recipi_box_wrap .note {
    padding-top: 35px;
    font-size: 1.3rem;
    line-height: 1.76;
  }
}
.recipi_box_wrap .cap_list {
  padding-top: 25px;
}
@media screen and (max-width: 750px) {
  .recipi_box_wrap .cap_list {
    padding-top: 22px;
  }
}
.recipi_box_wrap .cap_list li {
  padding-top: 7px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recipi_box_wrap .cap_list li {
    padding-top: 5px;
    font-size: 1rem;
  }
}

.recipiBox_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.recipiBox_head .image {
  width: 110px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .recipiBox_head .image {
    width: 14.66667vw;
  }
}
.recipiBox_head .text {
  width: 660px;
}
@media screen and (max-width: 750px) {
  .recipiBox_head .text {
    width: 53.33333vw;
  }
}
@media screen and (max-width: 750px) {
  .recipiBox_head .text .box_ttl {
    width: 116px;
  }
}
.recipiBox_head .text .txt {
  padding-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recipiBox_head .text .txt {
    padding-top: 22px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.recipi_box {
  display: flex;
  justify-content: space-between;
  width: 440px;
  padding-top: 25px;
}
@media screen and (max-width: 750px) {
  .recipi_box {
    display: block;
    width: 36.66667vw;
  }
}
.recipi_box .image {
  width: 220px;
}
@media screen and (max-width: 750px) {
  .recipi_box .image {
    width: 100%;
  }
}
.recipi_box .text {
  width: calc(100% - 240px);
}
@media screen and (max-width: 750px) {
  .recipi_box .text {
    width: 100%;
    padding-top: 15px;
  }
}
.recipi_box .text .ttl {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recipi_box .text .ttl {
    font-size: 1.3rem;
  }
}
.recipi_box .text .ttl .fz_s {
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .recipi_box .text .ttl .fz_s {
    font-size: 1rem;
  }
}
.recipi_box .text .recipi {
  padding-top: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .recipi_box .text .recipi {
    padding-top: 7px;
    font-size: 1rem;
  }
}
.recipi_box .text .recipi li {
  padding-top: 7px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .recipi_box .text .recipi li {
    font-size: 1rem;
  }
}

section.movie_area {
  padding: 140px 0 120px;
  background-color: #111;
}
@media screen and (max-width: 750px) {
  section.movie_area {
    padding: 50px 0;
    background-color: #1e1e1e;
  }
}
section.movie_area .sub_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: #d5b568;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.movie_area .sub_ttl {
    font-size: 2rem;
  }
}
section.movie_area .sub_ttl:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #d5b568;
  position: absolute;
  top: 0;
  bottom: 0;
}
section.movie_area .sub_ttl span {
  position: relative;
  z-index: 2;
}
section.movie_area .sub_ttl span:before {
  display: block;
  content: "";
  width: 150%;
  margin: auto;
  background-color: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  section.movie_area .sub_ttl span:before {
    background-color: #1e1e1e;
  }
}
section.movie_area .sub_ttl.music span:before {
  width: 110%;
  left: -10%;
}

.movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 90px;
}
.movie_list li {
  width: 480px;
  padding-top: 45px;
}
@media screen and (max-width: 750px) {
  .movie_list li {
    width: 100%;
    padding-top: 34px;
  }
}
.movie_list li .movie iframe {
  width: 480px;
  height: 270px;
}
@media screen and (max-width: 750px) {
  .movie_list li .movie iframe {
    width: 100%;
    height: 195px;
  }
}
.movie_list li .txt {
  padding-top: 10px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .movie_list li .txt {
    padding-top: 11px;
    font-size: 1.3rem;
  }
}

.music_list {
  padding-top: 35px;
}
@media screen and (max-width: 750px) {
  .music_list {
    padding-top: 27px;
  }
}
.music_list .txt {
  padding-top: 13px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .music_list .txt {
    font-size: 1.3rem;
  }
}

.profile_wrap {
  display: flex;
  justify-content: space-between;
  width: 330px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .profile_wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
  }
}
.profile_wrap .box_link {
  width: 330px;
  padding: 12px 10px;
  border: 1px solid #d5b568;
}
@media screen and (max-width: 750px) {
  .profile_wrap .box_link {
    width: 294px;
    margin-top: 13px;
    padding: 5px 11px;
    border-color: #756532;
  }
}
.profile_wrap .box_link .btn {
  background-color: #d5b568;
}
.profile_wrap .box_link .btn:before, .profile_wrap .box_link .btn:after {
  background-color: #000;
}
.profile_wrap .box_link .image {
  display: inline-block;
  width: 72px;
  margin-right: 14px;
}

.profile_wrap_text_box_p .modal_wrap {
  max-height: 500px;
}

.modal_wrap {
  display: none;
  display: none;
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .modal_wrap {
    width: 90%;
    padding: 5%;
  }
}
.modal_wrap .modal_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal_wrap .modal_inner {
    flex-wrap: wrap;
  }
}
.modal_wrap .image_box {
  width: 20%;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box {
    width: 100%;
  }
}
.modal_wrap .image_box .image {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .image {
    width: 48%;
    margin: 0 auto;
  }
}
.modal_wrap .image_box .profile .name {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #d5b568;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .name {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.modal_wrap .image_box .profile .birth {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .birth {
    padding-top: 10px;
  }
}
.modal_wrap .text_wrap {
  width: 75%;
  line-height: 1.8;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .modal_wrap .text_wrap {
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
  }
}
.modal_wrap .text_wrap .text_box {
  font-size: 1.4rem;
}
.modal_wrap .text_wrap .text_box:first-of-type {
  padding-top: 0;
}
.modal_wrap .text_wrap .text_box dt {
  padding-bottom: 10px;
  font-weight: bold;
}
.modal_wrap .text_wrap .text_box dd {
  padding-bottom: 20px;
  line-height: 1.4;
}
.modal_wrap .text_wrap .text_box p {
  padding-bottom: 20px;
  line-height: 1.4;
}
.modal_wrap .close {
  width: 40px;
  height: 40px;
  background-color: #d5b568;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal_wrap .close:before {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}
.modal_wrap .close:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.ins_wrap {
  width: 420px;
  margin: 117px auto 50px;
}
@media screen and (max-width: 750px) {
  .ins_wrap {
    width: 92%;
    margin-top: 47px;
    margin-bottom: 20px;
  }
}
.ins_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #555;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: .07em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .ins_wrap a {
    padding: 4vw 0;
    font-size: 1.4rem;
  }
}
.ins_wrap a .ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .ins_wrap a .ico {
    width: 20px;
    height: 20px;
  }
}

.sns_share {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #555;
}
@media screen and (max-width: 750px) {
  .sns_share {
    margin-bottom: 0;
  }
}
.sns_share .stitle {
  color: #fff;
}
.sns_share .note {
  color: #fff;
}

.award_box_wrap_pt2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.award_box_wrap_pt2 + .award_box_wrap_pt2 {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_pt2 {
    justify-content: center;
    flex-direction: column;
  }
  .award_box_wrap_pt2 + .award_box_wrap_pt2 {
    padding-top: 0;
  }
}
.award_box_wrap_pt2 .sfwsc_box {
  width: 480px;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_pt2 .sfwsc_box {
    width: 100%;
    padding-top: 35px;
  }
}
.award_box_wrap_pt2 .head {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #8a8a8a;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_pt2 .head {
    padding-bottom: 10px;
  }
}
.award_box_wrap_pt2 .head .logo {
  width: 63px;
}
.award_box_wrap_pt2 .head .ttl {
  width: calc(100% - 73px);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_pt2 .head .ttl {
    font-size: 1.2rem;
  }
}
.award_box_wrap_pt2 .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .award_box_wrap_pt2 .txt01 {
    font-size: 1.1rem;
  }
}
