.sp {
  display: none;
}

.pc {
  display: unset;
}

img{
  max-width: 100%;
}

.kome {
  font-size: 12px !important;
  color: #9d9d9d !important;
  line-height: 1.5 !important;
}

.ta_right {
  text-align: right !important;
}

.ta_left {
  text-align: left !important;
}

.ta_center {
  text-align: center !important;
}

.limitation {
  width: 1380px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 1380px) {
  .limitation {
    width: 100%!important;
  }
}

.limitation.s {
  width: 1140px !important;
}

@media screen and (max-width: 1380px) {

  .limitation.s {
    width: 95% !important;
  }
}

.tag {
  display: inline-block;
  padding: 8px 10px 7px 20px;
  font-size: 22px;
  color: #fff;
  border-radius: 0 20px 0 0;
  letter-spacing: 5px;
}

.tag.orange {
  background: #ea5413;
}

.tag.green {
  background: #1e8131;
}

h2.underline {
  font-size: 40px;
  line-height: 2;
  font-weight: bold;
}

h2.underline span {
  border-bottom: 1px solid #000;
  display: inline-block;
}

.wrapper {
  overflow: hidden;
}

.wrapper .block.wide {
  background-size: cover;
}

.wrapper .block.wide#page_title {
  background-image: url("../images/detail_top_bg.jpg");
  background-position: center center;
  margin-top: 115px;
}

.wrapper .block.wide h2 {
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 60px;
  line-height: 280px;
  font-weight: bold;
}

.wrapper .block.default p {
  font-size: 18px;
  line-height: 45px;
}

.wrapper .block.default p b {
  color: #1e8131;
}

.wrapper .block.center {
  text-align: center;
}

.wrapper .block#lineup {
  background-image: url("../images/detail_lineup_bg.gif");
  background-repeat: repeat-x;
  background-position: 0 540px;
}

.wrapper .block#lineup h3 {
  font-size: 40px;
  line-height: 1.3;
  margin: 1em auto 1.3em;
  font-weight: bold;
}

.wrapper .block#lineup .mainImage {
  margin-bottom: -60px;
}

.wrapper .block#lineup .kome {
  margin-top: 6em !important;
  margin-bottom: 6em !important;
}

.wrapper .block ul#icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 100px;
}

.wrapper .block ul#icons li {
  list-style: none;
  /* text-indent: -9999px; */
  display: block;
  width: 235px;
  height: 230px;
  background-size: cover;
  margin-right: 50px;
}

@media screen and (max-width: 1380px) {
  .wrapper .block ul#icons {
    width: 95%;
  }

  .wrapper .block ul#icons li{
    width: calc(100% / 3);
    max-width: 235px;
  }
}

/* .wrapper .block ul#icons li#icon1 {
  background-image: url("../images/detail_icon_01.png");
  background-size: cover;
}

.wrapper .block ul#icons li#icon2 {
  background-image: url("../images/detail_icon_02.png");
}

.wrapper .block ul#icons li#icon3 {
  background-image: url("../images/detail_icon_03.png");
} */

.wrapper .block ul#icons li:last-child {
  margin-right: 0;
}

.bg {
  background-repeat: no-repeat;
}

.bg .bg_left {
  background-position: left top;
}

.bg .bg_right {
  background-position: right top;
}

.flex_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_photo.text_right .text {
  margin-left: 10%;
}

@media screen and (max-width: 1380px) {
  .flex_photo.text_right .text {
    margin-left: 5%;
  }
}

.flex_photo.text_left .text {
  margin-right: 10%;
}

.flex_photo .image {
  width: 40%;
  overflow: hidden;
}

.flex_photo .text {
  width: 55%;
}

.flex_photo .text .inside {
  text-align: left;
  display: inline-block;
  padding-bottom: 80px;
}

.flex_photo .text.limitation.s {
  max-width: 500px;
  margin-right: 100px !important;
}

@media screen and (max-width: 1380px) {
  .flex_photo .text.limitation.s{
    margin-right: 2%!important;
    width: 64%;
  }
  .flex_photo .text {
    width: 48%;
    padding-right: 2%;
  }
}

#component h2,
#hoshitsu h2 {
  margin-bottom: 100px;
}

#component h3,
#hoshitsu h3 {
  font-size: 35px;
  margin: 20px auto 40px;
  line-height: 1.5;
}

#component h3 .small,
#hoshitsu h3 .small {
  font-size: 60%;
}

#component h3 {
  color: #ea5413;
  font-weight: bold;
}

#hoshitsu h3 {
  color: #1e8131;
  font-weight: bold;
}

#hoshitsu .text {
  width: 40%;
}

#hoshitsu .image {
  width: 50%;
  text-align: right;
}

#hoshitsu .image figure{
  height: 365px;
}


.pos {
  position: inherit;
}

.put_on {
  position: absolute;
}

#ingredient,
#ingredient2 {
  background: url("../images/detail_component_bg1.jpg") no-repeat right 140%;
}

.flex_photo .image.pos{
  overflow: inherit!important;
}

@media screen and (max-width: 1380px) {
  #ingredient,
  #ingredient2 {
    background: none;
  }
}

/* @media screen and (max-width: 768px) {
  #ingredient,
  #ingredient2 {
    background: none;
  }
} */

#ingredient p,
#ingredient2 p {
  line-height: 40px;
}

#ingredient ol li,
#ingredient2 ol li {
  list-style: none;
  counter-increment: ingredient;
  position: relative;
  margin-bottom: 40px;
}

#ingredient ol li:before,
#ingredient2 ol li:before {
  content: "ingredient 0" counter(ingredient);
  color: #ea5413;
  position: absolute;
  top: 0;
  left: 30%;
}

#ingredient ol li h3,
#ingredient2 ol li h3 {
  font-size: 30px;
  font-weight: bold;
}

#ingredient .flex_photo,
#ingredient2 .flex_photo {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

#ingredient .flex_photo .image,
#ingredient2 .flex_photo .image {
  width: 25%;
  overflow: hidden;
}

#ingredient .flex_photo .text,
#ingredient2 .flex_photo .text {
  width: 70%;
  margin-left: 5%;
  margin-top: 30px;
}

#ingredient .flex_photo .text h3,
#ingredient2 .flex_photo .text h3 {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #ingredient .flex_photo .text,
  #ingredient2 .flex_photo .text {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

#ingredient .put_on,
#ingredient2 .put_on {
  bottom: -80px;
  right: -50px;
}

#ingredient2 {
  margin-top: 100px;
  /* background-position: right 100%; */
}

#ingredient2 ol li {
  margin-bottom: 130px;
}

#ingredient2 ol li:before {
  color: #1e8131;
  /* left: 34%; */
}

#ingredient2 ol li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1380px) {
  #ingredient2 .kome {
    padding-right: 2%;
    width: 98%!important;
  }
}

/* #ingredient2 .flex_photo .text {
  width: 70%;
  margin-left: 10%;
  margin-top: 30px;
} */

#tennen {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#tennen .image {
  text-align: right;
  position: absolute;
  left: 0;
}

#tennen .image figure{
  height: 410px;
}

#tennen .text {
  margin-right: 10% !important;
  margin-left: 0 !important;
  max-width: 600px;
}

@media screen and (max-width: 1380px) {
  #tennen .text{
    margin-right: 2% !important;
    padding-left: 2%;
    width: 46%!important;
  }
  .flex_photo .image{
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  #tennen .text{
    margin-right: 0 !important;
    padding-left: 0;
    width: 100%!important;
  }
}

h3.midashi {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}

h3.midashi b {
  color: #1e8131;
}

.photo.flex li {
  list-style: none;
  margin-right: 20px;
}

.photo.flex li:last-child {
  margin-right: 0;
}

#wakan {
  padding-bottom: 100px;
  min-height: 600px;
  background: url("../images/detail_component_bg2.png") repeat-x center bottom;
}

#wakan h3 {
  margin: 1em auto;
}

#wakan .text {
  width: 50%;
  margin-right: 0;
}

#wakan .image {
  width: 50%;
}

#wakan .image li {
  width: 25%;
  margin-right: 0;
  text-align: center;
}

#wakan .image li img {
  margin-bottom: 10px;
}

#vitamin {
  padding: 20px 0 0;
  background: url("../images/detail_vitamin_bg.jpg") center center;
}

#vitamin .flex {
  width: 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#vitamin .flex li {
  width: 25%;
  margin: 0 0 20px;
}

#vitamin .flex li img {
  margin: 0 0 10px;
}

.wrapper .block.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hakkou {
  background: url("../images/detail_hakko_bg.png") center center;
  padding: 80px 0;
}

#hakkou .flex_photo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#hakkou .flex_photo .photo {
  width: 40%;
}

#hakkou .flex_photo .photo img {
  margin-bottom: 20px;
}

#hakkou .flex_photo .text {
  width: 50%;
  margin: 0 0 0 10%;
}

#mainichi {
  padding: 0;
}

#kodawari {
  padding-bottom: 100px;
}

#kodawari ol {
  list-style: none;
}

#kodawari ol li {
  margin-bottom: 30px;
}

#kodawari ol li .img_right {
  margin-left: 10px;
}

#kodawari .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#kodawari .ttl {
  text-align: center;
  vertical-align: middle;
  background: #ebf6f1;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin: 0 30px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#kodawari .ttl h4 {
  display: inline;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: bold;
}

#kodawari .ttl i {
  font-style: normal;
  color: #1e8131;
  font-size: 18px;
  display: block;
}

#kodawari .ttl .kome {
  position: relative;
  top: -1em;
}

@media screen and (max-width: 1380px) {
  #kodawari.limitation{
    width: 95%!important;
  }
  #kodawari ol li.flex{
    display: block;
    text-align: center;
  }
  #kodawari .ttl{
    vertical-align: top;
    margin: 0 auto;
  }
  #kodawari .flex{
    align-items: flex-start;
  }
  #kodawari .flex .flex_a{
    display: block;
  }
  #kodawari .flex .flex_a .radius{
    width: 70%;
    margin: 0 auto;
  }
  /* #kodawari ol.flex{
    display: block;
  } */
}

@media screen and (max-width: 768px){
  #kodawari .flex .flex_a .radius{
    width: auto;
  }
  #kodawari ol li.flex{
    text-align: left;
  }
}


.ma_t {
  margin-top: 1em;
}

.ma_r {
  margin-right: 1em;
}

p.border {
  border: 1px solid #ccc;
  padding: 1em;
}

p.border.radius {
  border-radius: 5px;
}

.width100 {
  width: 100%;
}

.width50 {
  width: 50%;
}

.kodawari_img {
  position: relative;
  top: 40px;
  margin: 0 auto;
}

#mizumizu {
  background: url("../images/detail_mizumizu_bg.jpg") center top no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  position: relative;
  padding-top: 170px;
  padding-bottom: 100px;
}

#mizumizu .image {
  position: absolute;
  top: 0;
}

.vertical_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .sp {
    display: unset;
  }
  .pc {
    display: none;
  }
  .limitation {
    width: 100% !important;
  }
  .tag {
    padding: 1.067vw 1.333vw 0.933vw 2.667vw;
    font-size: 5.333vw;
    border-radius: 0 2.667vw 0 0;
    letter-spacing: 5px;
  }
  .wrapper .block.wide h2 {
    font-size: 8vw;
    line-height: 37.333vw;
  }
  .wrapper .block p.limitation {
    padding: 0;
  }
  .wrapper .block#page_title {
    padding: 20px 20px;
  }
  .wrapper .block.default p {
    font-size: 4vw;
    line-height: 2;
  }
  .wrapper .block#lineup {
    background-position: 0 54.4vw;
    padding-bottom: 4vw;
  }
  .wrapper .block#lineup h3 {
    font-size: 5.333vw;
    padding-top: 5.333vw;
    text-align: center;
  }
  .wrapper .block#lineup p {
    text-align: left;
    padding: 0 2.667vw 0;
    font-size: 4vw;
    line-height: 2.5;
  }
  .wrapper .block#lineup .limitation {
    width: calc(100% - 40px) !important;
  }
  .wrapper .block#lineup .mainImage {
    margin-bottom: -5.333vw;
  }
  .wrapper .block#lineup .mainImage img {
    width: 80%;
  }
  .wrapper .block#lineup .kome {
    margin: 20px auto !important;
    text-align: left !important;
  }
  .wrapper .block#lineup #icons {
    margin: 0 auto 4vw;
  }
  .wrapper .block#lineup #icons li {
    width: 30.667vw;
    height: 30.667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1.333vw;
  }
  .wrapper .block#component h2.underline {
    line-height: 1.3;
    font-size: 8vw;
    margin-bottom: 13.333vw;
  }
  .wrapper .block#component .flex_photo {
    display: block;
  }
  .wrapper .block#component .flex_photo .image {
    width: 100%;
    height: 300px;
    max-height: 300px;
    position: relative;
    margin: 0 0 30px;
  }
  .wrapper .block#component .flex_photo .image img {
    width: 100%;
    position: absolute;
    top: -100%;
  }
  .wrapper .block#component h3,
  .wrapper .block #hoshitsu h3 {
    font-size: 5.333vw;
    margin: 2.667vw auto 5.333vw;
    line-height: 1.5;
  }
  .wrapper .block#hoshitsu, .wrapper .block#tennen {
    display: block;
  }
  .wrapper .block#hoshitsu .image, .wrapper .block#tennen .image {
    width: 100%;
    position: relative;
    margin: 20px auto;
  }
  .wrapper .block#hoshitsu .image img, .wrapper .block#tennen .image img {
    width: 100%;
    position: unset;
    left: unset;
  }
  .wrapper .block#hoshitsu .text, .wrapper .block#tennen .text {
    margin: 0 !important;
    max-width: 100%;
  }
  .wrapper .block#ingredient, .wrapper .block#ingredient2 {
    background-position: -60% 130%;
  }
  .wrapper .block#ingredient p, .wrapper .block#ingredient2 p {
    line-height: 2;
  }
  .wrapper .block#ingredient .flex_photo, .wrapper .block#ingredient2 .flex_photo {
    display: block;
  }
  .wrapper .block#ingredient .flex_photo .image, .wrapper .block#ingredient2 .flex_photo .image {
    margin: 0 auto 30px;
    width: 270px;
    text-align: center;
  }
  .wrapper .block#ingredient2 .flex_photo#ingre01 .image{
    margin: 0 auto 90px;
  }
  .wrapper .block#ingredient .flex_photo .image img, .wrapper .block#ingredient2 .flex_photo .image img {
    width: 65%;
    margin: 0 auto;
    text-align: center;
  }
  .wrapper .block#ingredient .limitation.s, .wrapper .block#ingredient2 .limitation.s {
    width: 100% !important;
  }
  .wrapper .block#ingredient .list_image, .wrapper .block#ingredient2 .list_image {
    width: 270px;
    margin: 0 auto;
  }
  .wrapper .block#ingredient ol li:before, .wrapper .block#ingredient2 ol li:before {
    top: 180px !important;
    left: 0 !important;
  }
  .wrapper .block#ingredient ol li h3, .wrapper .block#ingredient2 ol li h3 {
    font-size: 5.333vw;
    line-height: 1.5;
  }
  .wrapper .block#ingredient2 {
    margin-top: 0;
  }
  .wrapper .block#ingredient2 ol li {
    margin-bottom: 17.333vw;
  }
  .wrapper .block#ingredient2 ol li:before {
    top: 267px !important;
  }
  .wrapper .block#ingredient2 ol li:first-child:before {
    top: 365px !important;
  }
  .wrapper .block#ingredient2 #ingre01:before {
    top: 365px !important;
  }
  .wrapper .block#ingredient2 #ingre01 .put_on img {
    max-width: 100%;
  }
  .wrapper .block#ingredient2 #ingre01 .list_image {
    margin-bottom: 100px;
  }
  .wrapper .block#wakan {
    padding-bottom: 220px;
  }
  .wrapper .block#wakan .flex_photo {
    display: block;
  }
  .wrapper .block#wakan .flex_photo .image {
    width: 100%;
  }
  .wrapper .block#wakan .flex_photo #extract {
    margin: 2em auto;
  }
  .wrapper .block#wakan .flex_photo #extract li {
    width: 50%;
  }
  .wrapper .block#vitamin {
    background-size: cover;
    padding: 60px 20px 0;
  }
  .wrapper .block#vitamin .flex_photo {
    display: block;
  }
  .wrapper .block#vitamin .flex_photo #vit8 {
    width: 100%;
  }
  .wrapper .block#vitamin .flex_photo #vit8 li {
    width: 50%;
  }
  .wrapper .block#hakkou {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .wrapper .block#hakkou .text {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .wrapper .block#hakkou .flex_photo {
    display: block;
  }
  .wrapper .block#hakkou .flex_photo .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .wrapper .block#mainichi {
    padding: 0;
    margin: 0 20px;
  }
  .wrapper .block#mainichi h3 {
    text-align: left !important;
    font-size: 8vw;
  }
  .wrapper .block#kodawari .flex {
    display: block;
  }
  .wrapper .block#kodawari .flex .width50 {
    width: unset;
  }
  .wrapper .block#kodawari .ttl {
    margin: 20px auto;
  }
  .wrapper .block#kodawari .ma_r {
    margin-right: 0;
  }
  .wrapper .block#kodawari .img_right {
    text-align: center;
    position: unset;
  }
  .flex_photo.text_right .text {
    margin-left: 0;
    width: 100%;
  }
  #kodawari {
    padding-bottom: 13.333vw;
  }
  #mizumizu {
    font-size: 5.333vw;
    line-height: 8vw;
    padding-top: 170px;
    padding-bottom: 13.333vw;
  }
  #component h2,
  #hoshitsu h2 {
    margin-bottom: 100px;
  }
  #component h3,
  #hoshitsu h3 {
    font-size: 5.333vw;
    margin: 2.667vw auto 5.333vw;
    line-height: 1.5;
  }
  #component h3 .small,
  #hoshitsu h3 .small {
    font-size: 60%;
  }
  .wrapper .block#ingredient .list_image, .wrapper .block#ingredient2 .list_image {
    width: 270px;
    margin: 0 auto;
    text-align: center;
  }
  .wrapper .block#ingredient .list_image img, .wrapper .block#ingredient2 .list_image img {
    width: 60%;
  }
  .wrapper .block#ingredient2 #ingre01:before {
    top: 220px !important;
  }
  .wrapper .block#ingredient2 ol li:before {
    top: 153px !important;
  }
  #ingredient .put_on, #ingredient2 .put_on {
    bottom: -40px;
  }
  #kodawari .ttl {
    text-align: center;
    vertical-align: middle;
    background: #ebf6f1;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 30px 0 0;
    padding: 4vw 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #kodawari .ttl h4 {
    font-size: 5.333vw;
  }
  .wrapper .block#kodawari .img_right img {
    width: 60%;
  }
  .wrapper .block.wide#page_title{
    margin-top: 0;
  }
}
