@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700&display=swap");
main #container {
  width: 100%;
  height: auto;
}
main #container .visual {
  width: calc(100% - 200px);
  margin-bottom: 120px;
  position: relative;
}
main #container .visual h2 {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  mix-blend-mode: difference;
  position: absolute;
  right: -50px;
  top: 100px;
  z-index: 1;
  display: inline-block;
}
main #container .combo {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #container .combo .text {
  width: calc(60% - 80px);
  padding-top: 50px;
  order: 2;
}
main #container .combo .text h3 {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main #container .combo .text h3 span:nth-child(1) {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
main #container .combo .text h3 span:nth-child(2) {
  color: #666;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 0 10px;
}
main #container .combo .text h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}
main #container .combo .text h4 span:nth-child(1) {
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
main #container .combo .text h4 span:nth-child(2) {
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 0 20px;
}
main #container .combo .text p {
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
}
main #container .combo .text p:not(:last-child) {
  margin-bottom: 20px;
}
main #container .combo .text p.mb {
  margin-bottom: 40px;
}
main #container .combo .text p.mb2 {
  margin-bottom: 80px;
}
main #container .combo .photo {
  width: 40%;
  position: relative;
  order: 1;
}
main #container .combo.type2 {
  margin-bottom: 80px;
}
main #container .combo.type2 .text {
  order: 1;
}
main #container .combo.type2 .photo {
  order: 2;
}
main #container .combo.type3 .photo {
  margin-top: -200px;
}
main #container .combo2 {
  width: calc(100% - 160px);
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #container .combo2 .text {
  width: calc(60% - 80px);
  order: 2;
}
main #container .combo2 .text p {
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: left;
  font-feature-settings: "palt";
}
main #container .combo2 .text p:not(:last-child) {
  margin-bottom: 20px;
}
main #container .combo2 .text p.mb {
  margin-bottom: 40px;
}
main #container .combo2 .text p.mb2 {
  margin-bottom: 80px;
}
main #container .combo2 .text .photo {
  text-align: right;
  width: 100%;
  margin: 0px;
}
main #container .combo2 .text .photo img {
  width: 60%;
}
main #container .combo2 .photo {
  width: 40%;
  margin-top: -200px;
  position: relative;
}
main #container .combo2.type2 .text {
  width: 40%;
}
main #container .combo2.type2 .photo {
  width: calc(60% - 80px);
}
main #container .combo3 {
  width: calc(100% - 160px);
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main #container .combo3 .photo {
  width: 40%;
  position: relative;
  margin: -250px 0 0 0;
}

/* for SP-----------------------------------------------------
------------------------------------------------------------ */
@media only screen and (max-width: 736px) {
  main #container {
    margin-bottom: 80px;
  }
  main #container .visual {
    width: 100%;
    margin-bottom: 80px;
  }
  main #container .visual h2 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0px;
    top: auto;
    bottom: -100px;
    z-index: 1;
    display: inline-block;
  }
  main #container .combo {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #container .combo:not(:last-child) {
    margin-bottom: 80px;
  }
  main #container .combo .text {
    width: calc(100% - 40px);
    padding: 0px;
    order: 2;
  }
  main #container .combo .text h3 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #container .combo .text h3 span:nth-child(1) {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #container .combo .text h3 span:nth-child(1):not(:last-child) {
    margin: 0 0 10px 0;
  }
  main #container .combo .text h3 span:nth-child(2) {
    color: #666;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin: 0px;
  }
  main #container .combo .text h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  main #container .combo .text h4 span:nth-child(1) {
    color: #111;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main #container .combo .text h4 span:nth-child(2) {
    color: #999;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 0 10px;
  }
  main #container .combo .text p {
    color: #111;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main #container .combo .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #container .combo .text p.mb {
    margin-bottom: 20px;
  }
  main #container .combo .text p.mb2 {
    margin-bottom: 40px;
  }
  main #container .combo .text p br {
    display: none;
  }
  main #container .combo .text .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #container .combo .text .set .text {
    width: 100%;
    order: 2;
  }
  main #container .combo .text .set .photo {
    width: 100%;
    padding: 30px 60px 40px 60px;
    order: 1;
  }
  main #container .combo .text .set .photo img {
    width: 100%;
  }
  main #container .combo .text ul.sns {
    margin-bottom: 80px;
  }
  main #container .combo .text ul.sns li a:hover {
    opacity: 1;
  }
  main #container .combo .text ul.sns li:nth-child(1) a {
    background-image: url(../../common/images/icon_insta_blk.svg);
  }
  main #container .combo .text ul.sns li:nth-child(2) a {
    background-image: url(../../common/images/icon_fb_blk.svg);
  }
  main #container .combo .text .photo {
    text-align: right;
    width: 100%;
    padding: 0px;
  }
  main #container .combo .text .photo img {
    width: 60%;
  }
  main #container .combo .photo {
    width: 100%;
    padding: 0 80px 80px 80px;
    order: 1;
  }
  main #container .combo.type2 {
    margin-bottom: 40px;
  }
  main #container .combo.type2 .text {
    order: 2;
  }
  main #container .combo.type2 .photo {
    order: 1;
  }
  main #container .combo.type3 {
    align-items: center;
  }
  main #container .combo2 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #container .combo2:not(:last-child) {
    margin-bottom: 40px;
  }
  main #container .combo2 .text {
    width: 100%;
    padding: 0 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    order: 2;
  }
  main #container .combo2 .text h3 {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
  }
  main #container .combo2 .text p {
    color: #111;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main #container .combo2 .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #container .combo2 .text p.mb2 {
    margin: 0px;
  }
  main #container .combo2 .text p br {
    display: none;
  }
  main #container .combo2 .photo {
    width: 100%;
    margin: 0 0 40px 0;
  }
  main #container .combo2.type2 .text {
    width: 100%;
  }
  main #container .combo2.type2 .photo {
    width: 100%;
  }
  main #container .combo3 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main #container .combo3 .photo {
    width: calc(100% - 40px);
    margin: 0px auto;
  }

  footer {
    background-color: #FFF;
  }
}

/*# sourceMappingURL=style_producer.css.map */
