@charset "UTF-8";
body.choitashi_detail #wrap {
  padding-top: 130px;
}
body.choitashi_detail #wrap section {
  font-family: "メイリオ", Meiryo, "MS ゴシック", sans-serif;
}
body.choitashi_detail #wrap p, body.choitashi_detail #wrap h1, body.choitashi_detail #wrap h2, body.choitashi_detail #wrap h3, body.choitashi_detail #wrap h4, body.choitashi_detail #wrap h5, body.choitashi_detail #wrap h6, body.choitashi_detail #wrap a, body.choitashi_detail #wrap li, body.choitashi_detail #wrap caption, body.choitashi_detail #wrap td, body.choitashi_detail #wrap th, body.choitashi_detail #wrap dt, body.choitashi_detail #wrap dd, body.choitashi_detail #wrap input, body.choitashi_detail #wrap textarea, body.choitashi_detail #wrap select, body.choitashi_detail #wrap address {
  font-family: "メイリオ", Meiryo, "MS ゴシック", sans-serif;
}
body.choitashi_detail .inner_wrap {
  margin: 0 auto;
  width: 1000px;
}
body.choitashi_detail a {
  color: inherit;
  text-decoration: none;
}
body.choitashi_detail img {
  vertical-align: bottom;
}
body.choitashi_detail .slide_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
body.choitashi_detail .slide_wrap .slide_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
}
body.choitashi_detail .fadeIn {
  animation: 2s fadeIn 1s forwards;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.choitashi_detail .anchor {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
body.choitashi_detail .topic_path {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  width: 950px;
  color: #fff;
  font-size: 10px;
}
body.choitashi_detail .topic_path li {
  display: flex;
  align-items: center;
  float: left;
  text-shadow: 0 0 3px #333;
  letter-spacing: 0.05em;
}
body.choitashi_detail .topic_path li + li:before {
  padding: 0 0.5em 0.25em;
  display: inline-block;
  content: ">";
}
body.choitashi_detail .topic_path a:hover {
  text-decoration: underline;
}
body.choitashi_detail .kv_section {
  padding-top: 50px;
  position: relative;
  height: 515px;
  overflow: hidden;
  background: url(/pc/special/choitashi/images/bg-detail-kv.jpg) no-repeat center center #b27548;
  background-size: auto 100%;
  text-align: center;
}
body.choitashi_detail .local_nav_section {
  border-bottom: 1px solid #e1e1e1;
  background: #FFF;
}
body.choitashi_detail .local_nav_section .local_nav {
  display: flex;
}
body.choitashi_detail .local_nav_section .local_nav > li {
  position: relative;
  width: 250px;
}
body.choitashi_detail .local_nav_section .local_nav > li a {
  border-bottom: 4px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  transition: 0.3s;
}
body.choitashi_detail .local_nav_section .local_nav > li a:hover {
  border-bottom-color: #2b2728;
}
body.choitashi_detail .local_nav_section .local_nav > li:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: url(/pc/special/choitashi/images/nav_border.png);
}
body.choitashi_detail .local_nav_section .local_nav > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: url(/pc/special/choitashi/images/nav_border.png);
}
body.choitashi_detail .main_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background: transparent;
}
body.choitashi_detail .main_visual h2 {
  position: relative;
  z-index: 800;
}
body.choitashi_detail .bg_pattern {
  background: url(/pc/special/choitashi/images/bg-pattern-white.jpg);
}
body.choitashi_detail .what_section {
  padding: 80px 0 100px;
  position: relative;
  background: url(/pc/special/choitashi/images/bg-pattern-white.jpg);
}
body.choitashi_detail .what_section .headline {
  margin-bottom: 40px;
  text-align: center;
}
body.choitashi_detail .what_section .point_list {
  margin: 0 auto;
  padding: 3px 70px;
  position: relative;
  width: 656px;
  font-size: 15px;
  line-height: 1.5;
}
body.choitashi_detail .what_section .point_list > li {
  padding-left: 40px;
  position: relative;
}
body.choitashi_detail .what_section .point_list > li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
body.choitashi_detail .what_section .point_list > li:nth-child(1):before {
  content: url(/pc/special/choitashi/images/num_icon_1.svg);
}
body.choitashi_detail .what_section .point_list > li:nth-child(2):before {
  content: url(/pc/special/choitashi/images/num_icon_2.svg);
}
body.choitashi_detail .what_section .point_list > li:nth-child(3):before {
  content: url(/pc/special/choitashi/images/num_icon_3.svg);
}
body.choitashi_detail .what_section .point_list > li:nth-child(4):before {
  content: url(/pc/special/choitashi/images/num_icon_4.svg);
}
body.choitashi_detail .what_section .point_list > li:nth-child(5):before {
  content: url(/pc/special/choitashi/images/num_icon_5.svg);
}
body.choitashi_detail .what_section .point_list > li:not(:last-child) {
  margin-bottom: 1em;
}
body.choitashi_detail .what_section .point_list:after, body.choitashi_detail .what_section .point_list:before {
  border-top: 2px solid #5b5151;
  border-bottom: 2px solid #5b5151;
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .what_section .point_list:before {
  border-left: 5px solid #5b5151;
  left: 0;
}
body.choitashi_detail .what_section .point_list:after {
  border-right: 5px solid #5b5151;
  right: 0;
}
body.choitashi_detail .what_section .point_list small {
  font-size: 0.8em;
}
body.choitashi_detail .what_section .btn_shift {
  margin: 55px auto 0;
  position: relative;
  width: 500px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
body.choitashi_detail .what_section .btn_shift:before {
  border-right: 3px solid #2b2728;
  border-bottom: 3px solid #2b2728;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
body.choitashi_detail .what_section .btn_shift a {
  padding: 1.5em 3em 1.5em 1em;
  display: block;
  transform: translate(-6px, -6px);
  color: #FFF;
  background: #2b2728;
  transition: 0.3s;
}
body.choitashi_detail .what_section .btn_shift a:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  content: "";
}
body.choitashi_detail .what_section .btn_shift a:hover {
  transform: translate(0, 0);
}
body.choitashi_detail .feature_section {
  position: relative;
}
body.choitashi_detail .feature_section .bg_pattern {
  padding: 65px 0 100px;
}
body.choitashi_detail .feature_section .lead {
  margin-bottom: 45px;
  text-align: center;
}
body.choitashi_detail .feature_section .point_list {
  padding: 10px 75px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
body.choitashi_detail .feature_section .point_list > li {
  padding-left: 40px;
  position: relative;
}
body.choitashi_detail .feature_section .point_list > li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
body.choitashi_detail .feature_section .point_list > li:nth-child(1):before {
  content: url(/pc/special/choitashi/images/num_icon_1.svg);
}
body.choitashi_detail .feature_section .point_list > li:nth-child(2):before {
  content: url(/pc/special/choitashi/images/num_icon_2.svg);
}
body.choitashi_detail .feature_section .point_list > li:nth-child(3):before {
  content: url(/pc/special/choitashi/images/num_icon_3.svg);
}
body.choitashi_detail .feature_section .point_list > li:nth-child(4):before {
  content: url(/pc/special/choitashi/images/num_icon_4.svg);
}
body.choitashi_detail .feature_section .point_list > li:nth-child(5):before {
  content: url(/pc/special/choitashi/images/num_icon_5.svg);
}
body.choitashi_detail .feature_section .point_list > li:not(:last-child) {
  margin-bottom: 1em;
}
body.choitashi_detail .feature_section .point_list > li > img {
  vertical-align: top;
}
body.choitashi_detail .feature_section .point_list > li > p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: normal;
}
body.choitashi_detail .feature_section .point_list:after, body.choitashi_detail .feature_section .point_list:before {
  border-top: 2px solid #5b5151;
  border-bottom: 2px solid #5b5151;
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .feature_section .point_list:before {
  border-left: 5px solid #5b5151;
  left: 0;
}
body.choitashi_detail .feature_section .point_list:after {
  border-right: 5px solid #5b5151;
  right: 0;
}
body.choitashi_detail .howtomake_section {
  position: relative;
}
body.choitashi_detail .howtomake_section .bg_pattern {
  padding: 80px 0 100px;
}
body.choitashi_detail .howtomake_section .section_ttl {
  margin-bottom: 45px;
}
body.choitashi_detail .howtomake_section .section_ttl:not(:first-child) {
  margin-top: 40px;
}
body.choitashi_detail .howtomake_section .item_list {
  display: flex;
  justify-content: center;
}
body.choitashi_detail .howtomake_section .item_list > li:not(:last-child) {
  margin-right: 80px;
}
body.choitashi_detail .howtomake_section .howtomake_list > li {
  display: flex;
  align-items: center;
}
body.choitashi_detail .howtomake_section .howtomake_list > li:not(:last-child) {
  margin-bottom: 35px;
}
body.choitashi_detail .howtomake_section .howtomake_list > li:not(:last-child) .step_ttl .step_num:after {
  position: absolute;
  bottom: -95px;
  left: 49%;
  content: url(/pc/special/choitashi/images/arrow-down.png);
}
body.choitashi_detail .howtomake_section .howtomake_list > li .photo_wrap {
  margin-right: 40px;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl {
  margin-right: 22px;
  display: flex;
  flex: 1;
  align-items: center;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .step_num, body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .text {
  display: block;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .step_num {
  position: relative;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .text {
  padding-top: 20px;
  flex: 1;
  text-align: center;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .text_wrap {
  width: 400px;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .text_wrap p {
  font-size: 17px;
  line-height: 1.5;
}
body.choitashi_detail .recipe_section {
  position: relative;
}
body.choitashi_detail .recipe_section .bg_pattern {
  padding: 80px 0;
  box-shadow: 0 -8px 6px -3px rgba(0, 0, 0, 0.1) inset;
}
body.choitashi_detail .recipe_section .recipe_list {
  display: flex;
}
body.choitashi_detail .recipe_section .recipe_list > li:not(:nth-child(3n)) {
  margin-right: 71px;
}
body.choitashi_detail .recipe_section .recipe_list > li a {
  display: block;
  transition: 0.3s;
}
body.choitashi_detail .recipe_section .recipe_list > li a:hover {
  opacity: 0.7;
}
body.choitashi_detail .recipe_section .recipe_list > li a:hover .img_wrap img {
  transform: scale(1.03);
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap {
  position: relative;
  overflow: hidden;
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap img {
  transition: 0.3s;
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap:after {
  margin: 5px;
  border: 1px solid #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .recipe_section .recipe_list > li .recipe_name {
  margin-top: 10px;
  padding: 0.3em 0 0 38px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
body.choitashi_detail .recipe_section .recipe_list > li .recipe_name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/pc/special/choitashi/images/icon-arrow.svg) no-repeat center top;
  background-size: 100% auto;
  content: "";
}

body.choitashi_detail #wrap {
  padding-top: 0;
}
body.choitashi_detail #header_anchor + #js-header ~ .fix ~ .kv_section {
  margin-top: 131px;
}

.btn-to_index {
  margin-top: 100px;
  margin-bottom: 10px;
  display: block;
  transition: opacity 0.3s;
}
.btn-to_index:hover {
  opacity: 0.8;
}

body.choitashi_detail.ketchup .kv_section .kv_img {
  padding-top: 280px;
  position: relative;
}
body.choitashi_detail.ketchup .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: 180px;
}
body.choitashi_detail.ketchup .what_section .pkg_wrap {
  margin: 0 auto 30px;
  position: relative;
  width: 108px;
}
body.choitashi_detail.ketchup .what_section .pkg_wrap .balloon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -120px;
}

body.choitashi_detail.cup-soup .kv_section .kv_img {
  padding-top: 280px;
  position: relative;
}
body.choitashi_detail.cup-soup .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: 180px;
}
body.choitashi_detail.cup-soup .what_section .pkg_wrap {
  margin: 0 auto 30px;
  position: relative;
  width: 267px;
}
body.choitashi_detail.cup-soup .what_section .pkg_wrap .balloon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -70px;
}
body.choitashi_detail.cup-soup .lineup_section {
  position: relative;
}
body.choitashi_detail.cup-soup .lineup_section .bg_pattern {
  padding: 80px 0;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list {
  display: flex;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li {
  width: 32%;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li:not(:last-child) {
  margin-right: 2%;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li .img_wrap {
  text-align: center;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li .name {
  margin-top: 15px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

body.choitashi_detail.miso .kv_section .kv_img {
  margin-top: 16px;
  padding-top: 280px;
  position: relative;
}
body.choitashi_detail.miso .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: 180px;
}
body.choitashi_detail.miso .what_section .pkg_wrap {
  margin: 0 auto 30px;
  position: relative;
  width: 203px;
}
body.choitashi_detail.miso .what_section .pkg_wrap .balloon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -100px;
}
body.choitashi_detail.miso .what_section .point_list {
  width: 390px;
}
body.choitashi_detail.miso .feature_section .point_list {
  padding: 10px 60px;
}

body.choitashi_detail.glutinous-wheat .kv_section .kv_img {
  padding-top: 280px;
  position: relative;
}
body.choitashi_detail.glutinous-wheat .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: 180px;
}
body.choitashi_detail.glutinous-wheat .what_section .headline {
  margin-bottom: 75px;
}
body.choitashi_detail.glutinous-wheat .what_section .pkg_wrap {
  margin: 0 auto 30px;
  position: relative;
  width: 215px;
}
body.choitashi_detail.glutinous-wheat .what_section .pkg_wrap .balloon {
  display: inline-block;
  position: absolute;
  top: -25px;
  right: -100px;
}
body.choitashi_detail.glutinous-wheat .what_section .point_list {
  padding: 3px 58px;
}
body.choitashi_detail.glutinous-wheat .what_section .point_list sup {
  font-size: 10px;
  vertical-align: super;
}
body.choitashi_detail.glutinous-wheat .what_section .annotation {
  margin: 14px auto 0;
  padding-right: 20px;
  width: 656px;
  font-size: 12px;
  text-align: right;
}
body.choitashi_detail.glutinous-wheat .what_section .btn_shift {
  margin-top: 40px;
  width: 376px;
}

body.choitashi_detail.cocoa-yogurt .kv_section .kv_img {
  margin-top: 16px;
  padding-top: 280px;
  position: relative;
}
body.choitashi_detail.cocoa-yogurt .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: 180px;
}
body.choitashi_detail.cocoa-yogurt .what_section .pkg_wrap {
  margin: 0 auto 20px;
  position: relative;
  width: 177px;
}
body.choitashi_detail.cocoa-yogurt .what_section .pkg_wrap .balloon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: -120px;
}
body.choitashi_detail.cocoa-yogurt .what_section .point_list {
  width: 730px;
}
body.choitashi_detail.cocoa-yogurt .feature_section .point_list {
  margin: 0 auto;
  padding: 10px 65px;
  width: 890px;
}
body.choitashi_detail.cocoa-yogurt .howtomake_section .item_list > li:not(:last-child) {
  margin-right: 30px;
}
body.choitashi_detail.cocoa-yogurt .howtomake_section .howtomake_list > li p small {
  font-size: 0.8em;
}