@charset "UTF-8";
body.choitashi_detail #wrap {
  overflow: hidden;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.choitashi_detail #wrap section {
  font-family: "メイリオ", Meiryo, "MS ゴシック", sans-serif;
}
body.choitashi_detail .contents {
  padding-top: 18.75%;
}
@media (orientation: landscape) {
  body.choitashi_detail .contents {
    padding-top: 8.75%;
  }
}
body.choitashi_detail .inner_wrap {
  margin: 0 auto;
  width: 93.75%;
}
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: 100%;
}
@media only screen and (min-height: 200vw) {
  body.choitashi_detail .slide_wrap .slide_item img {
    width: auto;
    max-width: none;
    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 .kv_section {
  padding-top: 6.25%;
  position: relative;
  height: 93.7vw;
  overflow: hidden;
  background: url(/sp/special/choitashi/images/bg-detail-kv.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
body.choitashi_detail .kv_section .inner_wrap {
  width: 87.5%;
}
body.choitashi_detail .kv_section h1 img {
  width: 100%;
}
body.choitashi_detail .local_nav_section {
  background: #FFF;
}
body.choitashi_detail .local_nav_section .local_nav {
  display: flex;
  flex-wrap: wrap;
}
body.choitashi_detail .local_nav_section .local_nav > li {
  padding: 3.125% 0;
  border-bottom: 1px solid #e1e1e1;
  width: 50%;
  height: 22.1vw;
}
body.choitashi_detail .local_nav_section .local_nav > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.choitashi_detail .local_nav_section .local_nav > li img {
  width: 96.875%;
}
body.choitashi_detail .local_nav_section .local_nav > li:not(:nth-child(2n)) a {
  border-right: 1px solid #e1e1e1;
}
body.choitashi_detail .main_visual {
  display: flex;
  align-items: center;
  height: 62.5vw;
  background: transparent;
}
body.choitashi_detail .main_visual h2 {
  position: relative;
  z-index: 800;
  width: 100%;
}
body.choitashi_detail .main_visual h2 img {
  width: 100%;
  max-width: none;
}
body.choitashi_detail .bg_pattern {
  background: url(/sp/special/choitashi/images/bg-pattern-white.jpg);
  background-size: 100% auto;
}
body.choitashi_detail .what_section {
  padding: 11.71875% 0 17.96875%;
  position: relative;
  background: url(/sp/special/choitashi/images/bg-pattern-white.jpg);
  background-size: 100% auto;
}
body.choitashi_detail .what_section .inner_wrap {
  width: 87.5%;
}
body.choitashi_detail .what_section .headline {
  margin-bottom: 16.0714285714%;
}
body.choitashi_detail .what_section .headline img {
  width: 100%;
}
body.choitashi_detail .what_section .pkg_wrap img {
  width: 100%;
}
body.choitashi_detail .what_section .point_list {
  padding: 3.5714285714% 7.1428571429%;
  position: relative;
  line-height: 1.5;
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 4.0625vw;
}
body.choitashi_detail .what_section .point_list > li {
  padding-left: 2.2em;
  position: relative;
}
body.choitashi_detail .what_section .point_list > li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  content: "";
}
body.choitashi_detail .what_section .point_list > li:nth-child(1):before {
  background: url(/sp/special/choitashi/images/num_icon_1.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .what_section .point_list > li:nth-child(2):before {
  background: url(/sp/special/choitashi/images/num_icon_2.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .what_section .point_list > li:nth-child(3):before {
  background: url(/sp/special/choitashi/images/num_icon_3.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .what_section .point_list > li:nth-child(4):before {
  background: url(/sp/special/choitashi/images/num_icon_4.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .what_section .point_list > li:nth-child(5):before {
  background: url(/sp/special/choitashi/images/num_icon_5.svg) no-repeat center top;
  background-size: 100% auto;
}
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: 0.11em solid #5b5151;
  border-bottom: 0.11em solid #5b5151;
  display: block;
  position: absolute;
  top: 0;
  width: 1em;
  height: 100%;
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .what_section .point_list:before {
  border-left: 0.3em solid #5b5151;
  left: 0;
}
body.choitashi_detail .what_section .point_list:after {
  border-right: 0.3em solid #5b5151;
  right: 0;
}
body.choitashi_detail .what_section .point_list small {
  font-size: 0.8em;
}
body.choitashi_detail .what_section .btn_shift {
  margin-top: 14.2857142857%;
  position: relative;
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 4.375vw;
}
body.choitashi_detail .what_section .btn_shift:before {
  border-right: 0.14em solid #2b2728;
  border-bottom: 0.14em solid #2b2728;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0.5em, 0.5em);
  width: 100%;
  height: 100%;
  content: "";
}
body.choitashi_detail .what_section .btn_shift a {
  padding: 1.5em 3em 1.5em 1.2em;
  display: block;
  position: relative;
  color: #FFF;
  background: #2b2728;
  transition: 0.3s;
}
body.choitashi_detail .what_section .btn_shift a:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  content: "";
}
body.choitashi_detail .feature_section {
  position: relative;
}
body.choitashi_detail .feature_section .bg_pattern {
  padding: 10.15625% 0 15.625%;
}
body.choitashi_detail .feature_section .inner_wrap {
  width: 87.5%;
}
body.choitashi_detail .feature_section .lead {
  margin-bottom: 8.9285714286%;
}
body.choitashi_detail .feature_section .lead img {
  width: 100%;
}
body.choitashi_detail .feature_section .point_list {
  padding: 3.5714285714% 7.1428571429%;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  font-size: 32px;
  font-size: 3.2rem;
  font-size: 5vw;
}
body.choitashi_detail .feature_section .point_list > li {
  padding-left: 1.8em;
  position: relative;
}
body.choitashi_detail .feature_section .point_list > li:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
  content: "";
}
body.choitashi_detail .feature_section .point_list > li:nth-child(1):before {
  background: url(/sp/special/choitashi/images/num_icon_1.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .feature_section .point_list > li:nth-child(2):before {
  background: url(/sp/special/choitashi/images/num_icon_2.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .feature_section .point_list > li:nth-child(3):before {
  background: url(/sp/special/choitashi/images/num_icon_3.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .feature_section .point_list > li:nth-child(4):before {
  background: url(/sp/special/choitashi/images/num_icon_4.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .feature_section .point_list > li:nth-child(5):before {
  background: url(/sp/special/choitashi/images/num_icon_5.svg) no-repeat center top;
  background-size: 100% auto;
}
body.choitashi_detail .feature_section .point_list > li:not(:last-child) {
  margin-bottom: 0.8em;
}
body.choitashi_detail .feature_section .point_list > li > p {
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 4.0625vw;
  font-weight: normal;
}
body.choitashi_detail .feature_section .point_list:after, body.choitashi_detail .feature_section .point_list:before {
  border-top: 0.1em solid #5b5151;
  border-bottom: 0.1em solid #5b5151;
  display: block;
  position: absolute;
  top: 0;
  width: 0.87em;
  height: 100%;
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .feature_section .point_list:before {
  border-left: 0.25em solid #5b5151;
  left: 0;
}
body.choitashi_detail .feature_section .point_list:after {
  border-right: 0.25em solid #5b5151;
  right: 0;
}
body.choitashi_detail .howtomake_section {
  position: relative;
}
body.choitashi_detail .howtomake_section .bg_pattern {
  padding: 12.5% 0 17.96875%;
}
body.choitashi_detail .howtomake_section .section_ttl {
  margin: 0 auto 5.8333333333%;
  width: 93.3333333333%;
}
body.choitashi_detail .howtomake_section .section_ttl img {
  width: 100%;
}
body.choitashi_detail .howtomake_section .section_ttl:not(:first-child) {
  margin-top: 11.6666666667%;
}
body.choitashi_detail .howtomake_section .item_list {
  margin: 0 auto;
  width: 93.3333333333%;
}
body.choitashi_detail .howtomake_section .item_list > li:not(:last-child) {
  margin-bottom: 3.5714285714%;
}
body.choitashi_detail .howtomake_section .item_list img {
  width: 100%;
}
body.choitashi_detail .howtomake_section .howtomake_list {
  margin-top: 13.3333333333%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li {
  display: flex;
  align-items: flex-start;
}
body.choitashi_detail .howtomake_section .howtomake_list > li:not(:last-child) {
  margin-bottom: 11.6666666667%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .photo_wrap {
  margin-right: 5%;
  width: 35%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .photo_wrap img {
  width: 100%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .text_wrap {
  padding-right: 3.3333333333%;
  width: 60%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl {
  margin-bottom: 4.4117647059%;
  display: flex;
  align-items: center;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .step_num {
  width: 23.5294117647%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .step_num img {
  width: 100%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li .step_ttl .text {
  margin-top: 2.9411764706%;
  width: 76.4705882353%;
}
body.choitashi_detail .howtomake_section .howtomake_list > li p {
  line-height: 1.5;
  font-size: 24px;
  font-size: 2.4rem;
  font-size: 3.75vw;
}
body.choitashi_detail .recipe_section {
  position: relative;
}
body.choitashi_detail .recipe_section .bg_pattern {
  padding: 12.5% 0 15.625%;
}
body.choitashi_detail .recipe_section .inner_wrap {
  width: 87.5%;
}
body.choitashi_detail .recipe_section .recipe_list > li:not(:last-child) {
  margin-bottom: 7.1428571429%;
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap {
  position: relative;
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap img {
  width: 100%;
}
body.choitashi_detail .recipe_section .recipe_list > li .img_wrap:after {
  margin: 0.8928571429% auto 0;
  padding-top: 49.6428571429%;
  border: 1px solid #FFF;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 98.2142857143%;
  box-sizing: border-box;
  content: "";
}
body.choitashi_detail .recipe_section .recipe_list > li .recipe_name {
  margin-top: 3.5714285714%;
  padding: 0.1em 0 0 2.4em;
  position: relative;
  line-height: 1.6;
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 4.0625vw;
}
body.choitashi_detail .recipe_section .recipe_list > li .recipe_name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7em;
  height: 1.7em;
  background: url(/sp/special/choitashi/images/icon-arrow.svg) no-repeat center top;
  background-size: 100% auto;
  content: "";
}

.btn-to_index {
  margin-top: 16.0714285714%;
  margin-bottom: 1.7857142857%;
  display: block;
  width: 101.4285714286%;
  transition: opacity 0.3s;
}
.btn-to_index img {
  width: 100%;
  height: auto;
}
.btn-to_index:hover {
  opacity: 0.8;
}

body.choitashi_detail.ketchup .kv_section .kv_img {
  margin-top: 4.4642857143%;
  padding-top: 42.8571428571%;
  position: relative;
}
body.choitashi_detail.ketchup .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: -1%;
  width: 108.75%;
  max-width: none;
}
body.choitashi_detail.ketchup .what_section .pkg_wrap {
  margin: 0 auto 8.9285714286%;
  position: relative;
  width: 33.75%;
}
body.choitashi_detail.ketchup .what_section .pkg_wrap .balloon {
  margin-top: -29.1005291005%;
  display: block;
  position: absolute;
  top: 0;
  right: -76.7195767196%;
  width: 61.3756613757%;
}

body.choitashi_detail.cup-soup .kv_section .kv_img {
  margin-top: 4.4642857143%;
  padding-top: 42.8571428571%;
  position: relative;
}
body.choitashi_detail.cup-soup .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: -1%;
  width: 108.75%;
  max-width: none;
}
body.choitashi_detail.cup-soup .what_section .pkg_wrap {
  margin: 0 auto 8.9285714286%;
  position: relative;
  width: 84.2857142857%;
}
body.choitashi_detail.cup-soup .what_section .pkg_wrap .balloon {
  margin-top: -10.593220339%;
  display: block;
  position: absolute;
  top: 0;
  right: -13.7711864407%;
  width: 24.5762711864%;
}
body.choitashi_detail.cup-soup .lineup_section {
  position: relative;
}
body.choitashi_detail.cup-soup .lineup_section .bg_pattern {
  padding: 12.5% 0 14.0625%;
}
body.choitashi_detail.cup-soup .lineup_section .inner_wrap {
  width: 87.5%;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li:not(:last-child) {
  margin-bottom: 8.9285714286%;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li .img_wrap img {
  width: 100%;
}
body.choitashi_detail.cup-soup .lineup_section .lineup_list > li .name {
  margin-top: 5.3571428571%;
  line-height: 1.8;
  font-size: 26px;
  font-size: 2.6rem;
  font-size: 4.0625vw;
  text-align: center;
}

body.choitashi_detail.miso .kv_section .kv_img {
  margin-top: 4.4642857143%;
  padding-top: 42.8571428571%;
  position: relative;
}
body.choitashi_detail.miso .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: -1%;
  width: 108.75%;
  max-width: none;
}
body.choitashi_detail.miso .what_section .pkg_wrap {
  margin: 0 auto 5.3571428571%;
  position: relative;
  width: 63.2142857143%;
}
body.choitashi_detail.miso .what_section .pkg_wrap .balloon {
  margin-top: -14.1242937853%;
  display: block;
  position: absolute;
  top: 0;
  right: -33.8983050847%;
  width: 32.7683615819%;
}
body.choitashi_detail.miso .feature_section .lead {
  margin-bottom: 12.5%;
}

body.choitashi_detail.glutinous-wheat .kv_section .kv_img {
  margin-top: 4.4642857143%;
  padding-top: 42.8571428571%;
  position: relative;
}
body.choitashi_detail.glutinous-wheat .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: -1%;
  width: 108.75%;
  max-width: none;
}
body.choitashi_detail.glutinous-wheat .what_section .pkg_wrap {
  margin: 0 auto 8.9285714286%;
  position: relative;
  width: 67.5%;
}
body.choitashi_detail.glutinous-wheat .what_section .pkg_wrap .balloon {
  margin-top: -11.9047619048%;
  display: block;
  position: absolute;
  top: 0;
  right: -30.4232804233%;
  width: 30.6878306878%;
}
body.choitashi_detail.glutinous-wheat .what_section .point_list sup {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 2.5vw;
  vertical-align: super;
}
body.choitashi_detail.glutinous-wheat .what_section .annotation {
  margin: 5.3571428571% auto 0;
  font-size: 20px;
  font-size: 2rem;
  font-size: 3.125vw;
  text-align: right;
}
body.choitashi_detail.glutinous-wheat .what_section .btn_shift {
  margin-top: 6.25%;
}
body.choitashi_detail.glutinous-wheat .feature_section .lead img {
  position: relative;
  left: -2.6785714286%;
  width: 105.3571428571%;
  max-width: none;
}

body.choitashi_detail.cocoa-yogurt .kv_section .kv_img {
  margin-top: 4.4642857143%;
  padding-top: 42.8571428571%;
  position: relative;
}
body.choitashi_detail.cocoa-yogurt .kv_section .kv_img img {
  position: absolute;
  top: 0;
  left: -1%;
  width: 108.75%;
  max-width: none;
}
body.choitashi_detail.cocoa-yogurt .what_section .headline {
  margin-bottom: 10.7142857143%;
}
body.choitashi_detail.cocoa-yogurt .what_section .pkg_wrap {
  margin: 0 auto 5.3571428571%;
  position: relative;
  width: 50.5357142857%;
}
body.choitashi_detail.cocoa-yogurt .what_section .pkg_wrap .balloon {
  margin-top: -3.5335689046%;
  display: block;
  position: absolute;
  top: 0;
  right: -56.5371024735%;
  width: 40.9893992933%;
}
body.choitashi_detail.cocoa-yogurt .feature_section .lead {
  margin-bottom: 12.5%;
}
body.choitashi_detail.cocoa-yogurt .feature_section .lead img {
  position: relative;
  left: -3.2142857143%;
  width: 106.6071428571%;
  max-width: none;
}
body.choitashi_detail.cocoa-yogurt .howtomake_section .howtomake_list > li .text_wrap p small {
  font-size: 0.8em;
}