@charset "UTF-8";

.sp-only {
  /* display: none; */
}
.pc-only {
  display: none;
}

/* section */
#item_detail_box * {
  box-sizing: border-box;
}
#item_detail_box section {
  width: 100%;
  margin: 0 auto calc((130/750)*100vw);
  padding: 0;
}
#item_detail_box .inline_link {
  text-decoration: underline;
}

/* ttl */
#item_detail_box .ttl_box {
  margin-bottom: calc((80/750)*100vw);
}
#item_detail_box .ttl_box.uline {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
#item_detail_box .section_ttl {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
#item_detail_box .section_ttl .ttl_icon {
  width: 60px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
#item_detail_box .section_sub_ttl {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
#item_detail_box .inline_link {
  text-decoration: underline;
}

/* full_box */
#item_detail_box .full_box {
  margin-bottom: calc((80/750)*100vw);
}
#item_detail_box .full_box.white_box {
  background: #fff;
  padding: 20px 10px;
}
#item_detail_box .full_box img {
  max-width: 100%;
  height: auto;
  padding: 0 15px;
  margin: 0px auto 20px;
  display: block;
}
#item_detail_box .full_box p {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: calc((32/750)*100vw);
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#item_detail_box .full_box dl {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
#item_detail_box .full_box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#item_detail_box .full_box dl dd {
  margin-bottom: 10px;
  font-size: 1rem;
}
#item_detail_box .full_box dl dd + dt {
  margin-top: 20px;
}
#item_detail_box .full_box ul {
  list-style: disc;
}
#item_detail_box .full_box li {
  margin-bottom: 6px;
  line-height: 1.7;
}
#item_detail_box .full_box .mark_free {
  position: relative;
}
#item_detail_box .full_box .mark_free li {
  list-style: none;
  list-style-position: outside;
}
#item_detail_box .full_box .mark_free li span {
  position: absolute;
  left: 0.4rem;
  margin: 0;
}
#item_detail_box .full_box .uline {
  border-bottom: 1px dotted #000;
  width: 100%;
  padding: 0 10px 10px;
}
#item_detail_box .full_box .border_solid {
  font-size: 0.9rem;
  border: 1px solid #000;
  padding: 20px 10px;
}
#item_detail_box .full_box .back_white {
  font-size: 0.9rem;
  background: #fff;
  padding: 20px 10px;
}

/* half_box */
#item_detail_box .half_box {
  margin-bottom: 30px;
}
#item_detail_box .half_box .half_item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 10px;
}
#item_detail_box .half_box .half_item:nth-child(odd) {
  flex-direction: row;
}
#item_detail_box .half_box .half_item:nth-child(even) {
  flex-direction: row-reverse;
}
#item_detail_box .half_box .half_item img {
  width: 48%;
}
#item_detail_box .half_box .half_item:nth-child(odd) img {
  margin-right: 4%;
}
#item_detail_box .half_box .half_item:nth-child(even) img {
  margin-left: 4%;
}
#item_detail_box .half_box dl {
  width: 48%;
  margin: 0 0 auto;
}
#item_detail_box .half_box dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1rem;
}
#item_detail_box .half_box dl dd {
  margin-bottom: 10px;
  font-size: 0.8rem;
}
#item_detail_box .half_box dl dd + dt {
  margin-top: 40px;
}
#item_detail_box .half_box.img_l .half_item:nth-child(even) {
  flex-direction: initial;
}
#item_detail_box .half_box.img_l .half_item:nth-child(even) img {
  margin-right: 4%;
  margin-left: 0;
}
#item_detail_box .half_box.img_r .half_item:nth-child(odd) {
  flex-direction: row-reverse;
}
#item_detail_box .half_box.img_r .half_item:nth-child(odd) img {
  margin-right: 0;
  margin-left: 4%;
}

/* p_link */
#item_detail_box .p_link li {
  width: 49%;
  height: 50px;
  border: 1px solid #efefef;
  background: #fff;
  margin-right: 2%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#item_detail_box .p_link {
  display: flex;
  flex-wrap: wrap;
}
#item_detail_box .p_link li:nth-child(even) {
  margin-right: 0;
}
#item_detail_box .p_link li a {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1rem;
  color: #555;
  position: relative;
}
#item_detail_box .p_link li a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: transparent transparent #555 #555;
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#item_detail_box .p_link.arr_t li a:after {
  transform: rotate(135deg);
}

/* t_link */
#item_detail_box .t_link li {
  margin: 20px 0;
  font-size: 1rem;
}
#item_detail_box .t_link li.align_r {
  text-align: right;
}
#item_detail_box .t_link li.align_l {
  text-align: left;
}
#item_detail_box .t_link li.align_r a:after, #item_detail_box .t_link li.align_l a:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(/sp/img/common/arr2.png);
  background-size: contain;
  vertical-align: text-bottom;
}
#item_detail_box .t_link li.align_r a:after {
  margin-left: 10px;
}
#item_detail_box .t_link li.align_l a:before {
  margin-right: 10px;
}
#item_detail_box .t_link a.arr_t:after, #item_detail_box .t_link a.arr_t:before {
  transform: rotate(0deg);
}
#item_detail_box .t_link a.arr_r:after, #item_detail_box .t_link a.arr_r:before {
  transform: rotate(90deg);
}
#item_detail_box .t_link a.arr_b:after, #item_detail_box .t_link a.arr_b:before {
  transform: rotate(180deg);
}
#item_detail_box .t_link a.arr_l:after, #item_detail_box .t_link a.arr_l:before {
  transform: rotate(270deg);
}


/* recipe */
#item_detail_box .recipe_box {
  background: #fff;
  margin: 0 15px 40px;
}
#item_detail_box .recipe_content {
  display: none;
}
#item_detail_box .recipe_box > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#item_detail_box .recipe_ttl {
  padding: 15px 20px 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background-color: #555555;
  position: relative;
}
#item_detail_box .recipe_ttl:before {
  content: '+';
  color: #fff;
  position: absolute;
  right: 20px;
}
#item_detail_box .recipe_ttl:before {
  content: '+';
  color: #fff;
  position: absolute;
  top: 20%;
  right: 14px;
  font-size: 1.4rem;
}
#item_detail_box .recipe_box.active .recipe_ttl:before {
  display: none;
}
#item_detail_box .recipe_ttl:after {
  content: '-';
  margin: auto;
  color: #fff;
  position: absolute;
  right: 14px;
  top: 19%;
  font-size: 1.4rem;
  display: none;
}
#item_detail_box .recipe_box.active .recipe_ttl:after {
  display: block;
}
#item_detail_box .recipe_inner {
  margin: 20px 10px 0;
  font-size: 1rem;
}
#item_detail_box .recipe_inner p {
  width: 100%;
  margin: 0 auto 20px;
}
#item_detail_box .recipe_inner img {
  margin: 0 auto 20px;
}
#item_detail_box .recipe_close {
  padding: 10px 0;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #000;
}
#item_detail_box .recipe_close:after {
  content: '-';
  padding: 15px 0 15px 10px;
  color: #000;
}
#item_detail_box .recipe_inner dl {
  margin-bottom: 20px;
  line-height: 1.8;
}
#item_detail_box .recipe_inner dl dt {
  font-weight: bold;
}
#item_detail_box .recipe_inner dl dt + dd {
  margin-bottom: 20px;
}
#item_detail_box .recipe_inner ol {
  margin-left: 2rem;
}

/* recipe_half_box */
#item_detail_box .recipe_half_box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#item_detail_box .recipe_half_box .half_item {
  margin-bottom: 10px;
  width: 49%;
}
#item_detail_box .recipe_half_box .half_item:nth-child(odd) {
  margin-right: 2%;
}
#item_detail_box .recipe_half_box .half_item p {
  padding: 10px 0;
  font-size: 0.9rem;
}

/* hr */
#item_detail_box .hr_solid {
  margin: 20px 0;
}
#item_detail_box .hr_dotted {
  margin: 20px 0;
  border-top: 1px dotted #bbb;
}
/* accordion */
#item_detail_box .accordion_box {
  margin-bottom: 60px;
}
#item_detail_box .accordion_box dl {
  margin: 0px 0px 20px;
  background: #fff;
}
#item_detail_box .accordion_box dt {
  padding: 14px 20px 14px 10px;
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background-color: #555555;
  position: relative;
}
#item_detail_box .accordion_box dt:before {
  content: '+';
  color: #fff;
  position: absolute;
  right: 14px;
  top: 20%;
  font-size: 1.4rem;
}
#item_detail_box .accordion_box dl.active dt:before {
  display: none;
}
#item_detail_box .accordion_box dt:after {
  content: '-';
  color: #fff;
  position: absolute;
  right: 14px;
  top: 19%;
  font-size: 1.4rem;
  display: none;
}
#item_detail_box .accordion_box dl.active dt:after {
  display: block;
}
#item_detail_box .accordion_box dd {
  display: none;
  background: #fff;
}
#item_detail_box .accordion_box .accordion_inner {
  margin: 20px 10px 30px;
  font-size: 1rem;
}
#item_detail_box .accordion_box .accordion_inner p {
  width: 100%;
  margin: 0 auto 20px;
}
#item_detail_box .accordion_box .accordion_inner img {
  margin: 0 auto 20px;
}
#item_detail_box .accordion_box .accordion_close {
  padding: 10px 0;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #000;
}
#item_detail_box .accordion_box .accordion_close:after {
  content: '-';
  padding: 15px 0 15px 10px;
  color: #000;
}

/* detail_link */
#item_detail_box .detail_link a {
  padding: 14px 20px 14px 10px;
  margin-bottom: 30px;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  background-color: #555555;
  position: relative;
}
#item_detail_box .detail_link a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}

/* iframe */
#item_detail_box .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#item_detail_box .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* other style */
.padL1em {
  padding-left: 1em;
}

/* link_box */
#item_detail_box .link_box ul {
  margin: auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
#item_detail_box .link_box ul li {
  margin-bottom: 10px;
}

#item_detail_box .link_box ul li:nth-child(n + 4) {
  width: 49%;
}

/* wintop_t_rank_box */
#item_detail_box .wintop_t_rank_box {
  padding: 0 15px;
}
#item_detail_box .campaignmain_box > div > ul {
  border-bottom: none;
}

/* orange_box */
#item_detail_box .orange_box {
  background: #f2edda;
  padding: calc((130/750)*100vw) 15px;
}
#item_detail_box .orange_box .full_box p {
  padding: 0;
}
#item_detail_box .orange_box .full_box .recipe_box {
  margin: 0 0 10px;
}
#item_detail_box .orange_box .wintop_t_rank_box {
  padding: 0;
}

/* detail_link2 */
#item_detail_box .detail_link2 {
  margin: 0 15px 40px;
}
#item_detail_box .detail_link2 a {
  padding: 10px 30px 10px 20px;
  margin-bottom: 40px;
  display: block;
  color: #000;
  font-size: 18px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
  background-color: #fff;
  border: 1px solid #555;
  position: relative;
}
#item_detail_box .detail_link2 a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #555 #555 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
#item_detail_box .detail_link2 a img {
  margin: 0 20px 0 0;
  display: inline;
  vertical-align: middle;
  width: 34px;
}
#item_detail_box .detail_link2 a span {
  vertical-align: middle;
}

.full_box.banner_box{
  padding: 0 15px;
}

#item_detail_box .recipe_ttl_box{
  margin: 0 15px 10px;
}

#item_detail_box .recipe_ttl_box .txt{
  font-weight: bold;
}

/* add KBH_OPE-6358 */
#item_detail_box .mv img{
  margin-bottom: calc((40/750)*100vw);
  padding: 0;
}
#item_detail_box .full_box .l_btn img{
  margin-bottom: 0;
  padding: 0;
  width: auto;
  height: calc((80/750)*100vw);
}
#item_detail_box .full_box .big_img{
  margin-bottom: calc((80/750)*100vw);
}
#item_detail_box .full_box .big_img p{
  margin-top: 20px;
}
#item_detail_box .full_box .big_img img{
  padding-left: 0;
  padding-right: 0;
}
.elm_block_heading.fwnormal h3{
  font-weight: normal;
}
.orange_box .mdl_block_scroll>.l_block_inner{
  padding: 0;
}