/*-------------------
common
-------------------*/
@media screen and (max-width: 767px) {
  .mainCont__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 5.9375rem;
  }
}
.mainCont__wrap .mainCont {
  margin-bottom: 11.6875rem;
}
@media screen and (max-width: 767px) {
  .mainCont__wrap .mainCont {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .mainCont__wrap .mainCont .inner {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .mainCont__wrap .mainCont .inner .mainCont__cont {
    display: contents;
  }
}
.mainCont__wrap .mainCont .inner .mainCont__cont .mainCont__mainCol {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .mainCont__wrap .mainCont .inner .mainCont__cont .mainCont__mainCol {
    padding: 0 1.875rem;
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainCont__wrap .mainCont .inner .mainCont__cont .mainCont__sideCol {
    margin-top: 5.1875rem;
    padding: 0 1.875rem;
    order: 2;
  }
}

/*-------------------
mv
-------------------*/
#mv {
  margin-bottom: 11.0625rem;
}
@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: 5.125rem;
  }
}
#mv .inner {
  padding-right: 9.375rem;
}
@media screen and (max-width: 767px) {
  #mv .inner {
    padding: 0 1.875rem;
  }
}
#mv .mv__cont {
  display: flex;
  align-items: flex-start;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont {
    flex-direction: column;
    gap: 3.25rem;
  }
}
#mv .mv__cont .mv__imgWrap {
  width: 35.625rem;
  aspect-ratio: 570/760;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__imgWrap {
    width: calc(100% + 1.875rem);
    aspect-ratio: 344/459;
    margin-left: -1.875rem;
  }
}
#mv .mv__cont .mv__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#mv .mv__cont .mv__txtWrap {
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__txtWrap {
    width: 100%;
  }
}
#mv .mv__cont .mv__txtWrap .mv__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__txtWrap .mv__ttl {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
#mv .mv__cont .mv__txtWrap .mv__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__txtWrap .mv__txt {
    margin-top: 1.3125rem;
  }
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #mv .mv__cont .mv__txtWrap .mv__txtBttmCont {
    margin-top: 2.5rem;
  }
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.125rem;
  margin-bottom: 1rem;
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__cat .mv__catTtl,
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__cat .mv__catListItem {
  font-size: 0.75rem;
  color: var(--WHITE01);
  line-height: 1;
  padding: 0.4375rem 0.75rem;
  background: var(--BLACK02);
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__cat .mv__catList {
  display: contents;
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__tag .mv__tagList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__tag .mv__tagList .mv__tagListItem {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
}
#mv .mv__cont .mv__txtWrap .mv__txtBttmCont .mv__date {
  font-family: var(--FONT_MAIN_EN);
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

/*-------------------
sec-ingredient
-------------------*/
#sec-ingredient .List {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.875rem 2.5rem;
  padding: 3.75rem 3.75rem 3.5rem;
  background: var(--WHITE02);
}
@media screen and (max-width: 767px) {
  #sec-ingredient .List {
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
    flex-direction: column;
    gap: 1rem;
    padding: 2.75rem 1.875rem 3.25rem;
  }
}
#sec-ingredient .List .List__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3em;
  width: calc((100% - 2.5rem) / 2);
  border-bottom: 1px solid var(--GRAY01);
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #sec-ingredient .List .List__item {
    width: 100%;
  }
}
#sec-ingredient .List .List__item .List__itemName {
  padding-left: 1.6875rem;
  max-width: 14.625rem;
}
#sec-ingredient .List .List__item .List__itemName .List__itemLink {
  display: block;
  position: relative;
  left: -1.6875rem;
  padding-left: 1.6875rem;
}
#sec-ingredient .List .List__item .List__itemName .List__itemLink:before {
  content: "";
  display: block;
  width: 0.75rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/ico_link_green.svg");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/*-------------------
sec-step
-------------------*/
#sec-step {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  #sec-step {
    margin-top: 2.75rem;
  }
}
#sec-step .Ttl {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #sec-step .Ttl {
    margin-bottom: 2.75rem;
  }
}
#sec-step .List .List__item {
  display: flex;
  gap: 1.875rem;
  padding-top: 1.625rem;
  border-top: 1px solid var(--GRAY01);
}
@media screen and (max-width: 767px) {
  #sec-step .List .List__item {
    flex-direction: column;
    gap: 0.625rem;
    padding-top: 0.8125rem;
  }
}
#sec-step .List .List__item:not(:last-child) {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  #sec-step .List .List__item:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
#sec-step .List .List__item .List__itemNum {
  font-family: var(--FONT_MAIN_EN);
  font-size: 1.3125rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--BLACK02);
  min-width: 2.625rem;
  width: 2.625rem;
}
#sec-step .List .List__item .List__itemCont {
  width: calc(100% - 1.875rem - 2.625rem);
}
@media screen and (max-width: 767px) {
  #sec-step .List .List__item .List__itemCont {
    width: 100%;
  }
}
#sec-step .List .List__item .List__itemCont p {
  letter-spacing: 0.1em;
}
#sec-step .List .List__item .List__itemCont p:not(:first-child) img {
  margin-top: 1.875rem;
}
#sec-step .List .List__item .List__itemCont a {
  text-decoration: underline;
}
#sec-step .List .List__item .List__itemCont img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------
sec-point
-------------------*/
#sec-point {
  margin-top: 5.1875rem;
}
@media screen and (max-width: 767px) {
  #sec-point {
    margin-top: 3.6875rem;
  }
}
#sec-point .Ttl {
  margin-bottom: 0.3125rem;
}
#sec-point .List {
  padding: 1.5rem 0;
  border-top: 1px solid var(--GRAY01);
  border-bottom: 1px solid var(--GRAY01);
}
#sec-point .List .List__item {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  #sec-point .List .List__item {
    gap: 0.375rem;
    margin-left: -0.25rem;
  }
}
#sec-point .List .List__item:not(:last-child) {
  margin-bottom: 1.1875rem;
}
#sec-point .List .List__item .List__itemDot {
  display: block;
  font-weight: 600;
  font-size: 2.0625rem;
  line-height: 1;
  transform: translateY(-0.09375rem);
  padding-left: 0.5rem;
  min-width: 2.5625rem;
}
@media screen and (max-width: 767px) {
  #sec-point .List .List__item .List__itemDot {
    padding-left: 0;
    min-width: 2.1875rem;
    width: 2.1875rem;
  }
}
#sec-point .List .List__item .List__itemTxt {
  letter-spacing: 0.1em;
}

/*-------------------
sec-using_tomodomo_items
-------------------*/
#sec-using_tomodomo_items {
  margin-top: 6.75rem;
  width: calc(100% + 4.375rem + 5rem + (100vw - 90rem) / 2);
  padding: 4.0625rem 3.75rem 3.75rem;
  padding-right: calc(9.375rem + (100vw - 90rem) / 2 + 3.75rem);
  background: var(--BLACK03);
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items {
    margin-top: 5rem;
    width: calc(100% + 3.75rem);
    padding: 3.75rem 1.875rem 2.6875rem;
    margin-left: -1.875rem;
  }
}
#sec-using_tomodomo_items .Ttl {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .Ttl {
    font-size: 1.3125rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3.25rem;
  }
}
#sec-using_tomodomo_items .List {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .List {
    gap: 0.8125rem;
  }
}
#sec-using_tomodomo_items .List .List__item {
  width: calc((100% - 2.5rem) / 3);
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .List .List__item {
    width: calc((100% - 1.625rem) / 3);
  }
}
#sec-using_tomodomo_items .List .List__item .List__imgWrap {
  width: 100%;
  aspect-ratio: 230/307;
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .List .List__item .List__imgWrap {
    aspect-ratio: 96/128;
  }
}
#sec-using_tomodomo_items .List .List__item .List__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sec-using_tomodomo_items .List .List__item .List__txt {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
  color: var(--GRAY01);
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .List .List__item .List__txt {
    padding-left: 0;
    margin-top: 0.5rem;
    line-height: 1.5;
  }
}
#sec-using_tomodomo_items .List .List__item .List__txt:before {
  content: "";
  display: block;
  width: 0.75rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/ico_link_gray.svg");
  position: absolute;
  top: 0.3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #sec-using_tomodomo_items .List .List__item .List__txt:before {
    content: none;
  }
}

/*-------------------
sec-recommend
-------------------*/
#sec-recommend {
  margin-bottom: 17.5rem;
  /*--- swiper ---*/
}
@media screen and (max-width: 767px) {
  #sec-recommend {
    order: 1;
    margin: 4.5rem 0 0;
  }
}
#sec-recommend .inner {
  padding: 0 9.375rem;
}
@media screen and (max-width: 767px) {
  #sec-recommend .inner {
    padding: 0 1.875rem;
  }
}
#sec-recommend .Cont {
  border-top: 1px solid var(--GRAY01);
  padding-top: 6.625rem;
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec-recommend .Cont {
    display: block;
    padding-top: 0;
    border-top: none;
  }
}
#sec-recommend .Cont .ttl02 {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  #sec-recommend .Cont .ttl02 {
    margin-bottom: 0.75rem;
  }
}
#sec-recommend .Cont .postList01 {
  gap: 1.25rem;
  flex-wrap: nowrap;
}
#sec-recommend .Cont .postList01 .postList01__item {
  width: calc((100% - 2.5rem) / 3);
}
#sec-recommend .swiper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec-recommend .swiper {
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-recommend .swiper .postList01 {
    gap: 0;
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-recommend .swiper .postList01 .postList01__item {
    width: 14.375rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-recommend .swiper .postList01 .postList01__item .postList01__cat {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  #sec-recommend .swiper .postList01 .postList01__item .postList01__itemBottom {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=post_single.css.map */