@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
.mainContents * {
  margin: 0;
  padding: 0;
}

.mainContents ul, .mainContents li {
  list-style: none;
}

.mainContents .is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .mainContents .is-sp {
    display: none;
  }
}

.mainContents .is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainContents .is-pc {
    display: block;
  }
}

.mainContents a {
  transition: 0.3s;
}
.mainContents a:hover {
  opacity: 0.7;
}

.mainContents button {
  cursor: pointer;
}

.mainContents {
  padding-top: 4vw;
  overflow-x: hidden;
}

.content {
  width: 90.667vw;
  margin: 0 auto;
}

.content_title {
  color: #000;
  font-size: 4.533vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .content_title {
    font-size: 23px;
  }
}
.flow .content_title {
  color: #fff;
}

.content_title span {
  font-size: 5.333vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .content_title span {
    font-size: 28px;
  }
}

.content_subTitle {
  margin-bottom: 7.6vw;
  font-size: 3.599vw;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content_subTitle {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.flow .content_subTitle {
  color: #fff;
}

/* ファーストビュー */
.fv {
  margin-bottom: 13.333vw;
}
@media screen and (min-width: 768px) {
  .fv {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 7.92vw;
  }
}
@media screen and (min-width: 1280px) {
  .fv {
    margin-bottom: 80px;
  }
}

/* お悩み */
.problems {
  margin-bottom: 13.333vw;
}
@media screen and (min-width: 768px) {
  .problems {
    margin-bottom: 9.9vw;
  }
}
@media screen and (min-width: 1280px) {
  .problems {
    margin-bottom: 100px;
  }
}

.problems .content_title {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .problems .content_title {
    margin-bottom: 6.93vw;
  }
}
@media screen and (min-width: 1280px) {
  .problems .content_title {
    margin-bottom: 70px;
  }
}

.problems_image {
  margin-bottom: 2.667vw;
}
@media screen and (min-width: 768px) {
  .problems_image {
    display: flex;
    width: 100%;
    margin: 0 auto 3.46vw;
  }
}
@media screen and (min-width: 1280px) {
  .problems_image {
    width: 950px;
    margin-bottom: 35px;
  }
}

.problems_text {
  font-family: Helvetica, sans-serif;
  font-size: 3.067vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  padding: 18px 3.333vw;
  background-image: url("/event/oguchi/img/problems_frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .problems_text {
    width: 100%;
    padding: 18px;
    font-size: 2.37vw;
  }
}
@media screen and (min-width: 1280px) {
  .problems_text {
    width: 740px;
    margin: 0 auto;
    font-size: 24px;
  }
}

.problems_text span {
  position: relative;
  display: inline-block;
  font-size: 3.067vw;
}
@media screen and (min-width: 768px) {
  .problems_text span {
    font-size: 24px;
  }
}

.problems_text span::before {
  content: "";
  background-color: #E4C256;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}

/* 特典 */
.benefits {
  width: 100%;
  margin-bottom: 10.667vw;
}
@media screen and (min-width: 768px) {
  .benefits {
    margin-bottom: 60px;
  }
}

.benefits_list {
  padding: 5.333vw 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .benefits_list {
    display: flex;
    gap: 20px;
    width: 90%;
    max-width: 1100px;
    border: none;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .benefits_list {
    width: 100%;
  }
}

.benefits_item {
  width: 90.667vw;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 12vw 18.667vw;
  grid-template-columns: 30.666vw 4.8vw 1fr;
  padding-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .benefits_item {
    width: 185px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
}

.benefits_item:last-child {
  padding: 0;
}

.benefits_image {
  border: 1.5px solid #000000;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .benefits_image {
    border-bottom: none;
  }
}

.benefits_title {
  grid-row: 1/2;
  grid-column: 3/3;
  display: grid;
  align-items: center;
  font-size: 3.733vw;
  font-weight: bold;
  line-height: 1.2;
  background: none;
}
@media screen and (min-width: 768px) {
  .benefits_title {
    border: 1.5px solid #000000;
    border-top: none;
    height: 7.92vw;
    font-size: 1.58vw;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .benefits_title {
    height: 80px;
    font-size: 16px;
  }
}

.benefits_text {
  grid-row: 2/3;
  grid-column: 3/3;
  display: grid;
  align-items: center;
  font-size: 2.933vw;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .benefits_text {
    margin-top: 1.98vw;
    font-size: 1.38vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1280px) {
  .benefits_text {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* CTAボタン */
.cta {
  margin-bottom: 13.333vw;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-bottom: 9.9vw;
  }
}
@media screen and (min-width: 1280px) {
  .cta {
    margin-bottom: 100px;
  }
}

.cta_text {
  font-size: 3.467vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .cta_text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.cta_button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 88vw;
  height: 13.333vw;
  margin: 0 auto;
  padding: 5.066vw 4vw 5.066vw 5.333vw;
  background-color: #000;
  border-radius: 8vw;
  color: #fff !important;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cta_button {
    width: 500px;
    height: 68px;
    padding: 26px 30px 26px 40px;
    font-size: 14px;
    line-height: 1;
  }
}

.cta_button:hover {
  text-decoration: none;
}

.cta_button::before, .cta_button::after {
  content: "";
  display: block;
}

.cta_button::before {
  position: absolute;
  left: 7%;
  width: 5.333vw;
  height: 4.399vw;
  background-image: url("/event/oguchi/img/icon_contact.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 3.733vw;
}
@media screen and (min-width: 768px) {
  .cta_button::before {
    width: 22px;
    height: 18px;
    margin-right: 15px;
  }
}

.cta_button::after {
  position: absolute;
  right: 7%;
  width: 4.399vw;
  height: 2.933vw;
  background-image: url("/event/oguchi/img/icon_arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 3.599vw;
}
@media screen and (min-width: 768px) {
  .cta_button::after {
    width: 16px;
    height: 16px;
    margin-left: auto;
  }
}

/* お問い合わせ後の流れ */
.flow {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 12vw 0 6.667vw;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 50px 0;
  }
}

.flow .content_title {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .flow .content_title {
    margin-bottom: 25px;
    font-size: 25px;
  }
}

.flow_list {
  display: flex;
  overflow-x: auto;
  padding: 0 5.333vw;
}
@media screen and (min-width: 768px) {
  .flow_list {
    justify-content: center;
    padding-bottom: 20px;
  }
}

.flow_item {
  margin-right: -2.667vw;
}
@media screen and (min-width: 768px) {
  .flow_item {
    margin-right: -10px;
  }
}
.flow_item:nth-of-type(1) {
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .flow_item:nth-of-type(1) {
    margin-left: 100px;
  }
}
.flow_item:nth-of-type(2) {
  z-index: 3;
}
.flow_item:nth-of-type(3) {
  z-index: 2;
}
.flow_item:nth-of-type(4) {
  z-index: 1;
}
.flow_item:last-child {
  margin-right: 0;
  margin-left: -2.4vw;
}
@media screen and (min-width: 768px) {
  .flow_item:last-child {
    margin-left: -10px;
  }
}

.flow_icon {
  width: 45.333vw;
  height: 40vw;
  margin-bottom: 8vw;
  padding: 2vw 8vw 2vw 3.333vw;
  background: url("/event/oguchi/img/flow_frame.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .flow_icon {
    width: 21.28vw;
    height: 19vw;
    margin-bottom: 2.97vw;
    padding: 0.99vw 3.96vw 0.99vw 0.99vw;
  }
}
@media screen and (min-width: 1280px) {
  .flow_icon {
    width: 215px;
    height: 192px;
    margin-bottom: 30px;
    padding: 10px 40px 10px 10px;
  }
}

.flow_item:last-child .flow_icon {
  background-image: url("/event/oguchi/img/flow_frame-last.png");
}

.flow_itemTitle {
  width: 34vw;
  padding-bottom: 2.667vw;
  font-family: Helvetica, sans-serif;
  font-size: 4.399vw;
  font-weight: bold;
  text-align: center;
  background: none;
  color: #fff;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .flow_itemTitle {
    width: 18.81vw;
    padding-bottom: 1.98vw;
    font-size: 1.78vw;
  }
}
@media screen and (min-width: 1280px) {
  .flow_itemTitle {
    width: 190px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.flow_itemText {
  color: #fff;
  width: 40vw;
  padding: 0 1.733vw;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .flow_itemText {
    width: 18.81vw;
    padding: 0 1.98vw;
    font-size: 1.38vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1280px) {
  .flow_itemText {
    width: 190px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.flow_itemCap {
  display: block;
  width: 34vw;
  margin-top: 2.667vw;
  padding-left: 1.733vw;
  font-size: 2.66vw;
}
@media screen and (min-width: 768px) {
  .flow_itemCap {
    width: 170px;
    margin-top: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
}

/* 企業情報 */
.companyInfo {
  padding: 12vw 0 8.267vw;
}
@media screen and (min-width: 768px) {
  .companyInfo {
    padding: 80px 0 60px;
  }
}

.companyInfo .content_title {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .companyInfo .content_title {
    margin-bottom: 26px;
    font-size: 25px;
  }
}

.companyInfo .content_subTitle {
  width: 87.47vw;
  margin: 0 auto 6.667vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .companyInfo .content_subTitle {
    width: 100%;
    margin-bottom: 35px;
  }
}

.companyInfo_wrap {
  width: 83.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .companyInfo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.96vw;
    width: 100%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 1280px) {
  .companyInfo_wrap {
    gap: 40px;
  }
}

.companyInfo_image {
  margin-bottom: 6.667vw;
}
@media screen and (min-width: 768px) {
  .companyInfo_image {
    width: 50.1vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .companyInfo_image {
    width: 506px;
  }
}

.companyInfo_text {
  font-size: 3.2vw;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .companyInfo_text {
    width: 41.1vw;
    font-size: 1.39vw;
  }
}
@media screen and (min-width: 1280px) {
  .companyInfo_text {
    width: 415px;
    font-size: 14px;
  }
}

/* おすすめ商品 */
.recommend {
  position: relative;
  width: 100%;
  padding: 13.333vw 0;
  background-color: #F2F0E9;
  color: #1A1311;
}
@media screen and (min-width: 768px) {
  .recommend {
    padding: 65px 0 98px;
  }
  .recommend .anc {
    position: relative;
    top: -160px;
  }
}

.recommend .content_title {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recommend .content_title {
    margin-bottom: 26px;
    font-size: 26px;
  }
}

.recommend .content_subTitle {
  margin-bottom: 0;
  font-weight: bold;
}

.content_cap {
  display: block;
  margin-bottom: 9.733vw;
  font-size: 2.667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content_cap {
    margin-bottom: 38px;
    font-size: 12px;
  }
}

.recomend_inner {
  display: flex;
  gap: 4.8vw;
  position: relative;
  width: 89.333vw;
  margin: 0 auto 6.667vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .recomend_inner {
    flex-direction: column;
    gap: 0;
    width: auto;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .recomend_inner {
    width: 185px;
  }
}
.--limited .recomend_inner::after {
  content: "大口注文限定";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30.667vw;
  height: auto;
  padding: 0 0.5em;
  background-color: #000;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .--limited .recomend_inner::after {
    top: -19px;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
    border-radius: 0 5px 0 0;
  }
}

.recommend_container {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .recommend_container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 20px;
    position: relative;
  }
}

.recommend_row {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .recommend_row {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .recommend_items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .recommend_details {
    width: 100%;
  }
}

.recommend_item {
  position: relative;
  border-top: 1px solid #707070;
  padding: 5.333vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommend_item {
    border: none;
    padding: 0;
    font-size: 18px;
    flex-shrink: 0;
    width: calc(33.333% - 14px);
  }
}
@media screen and (min-width: 768px) {
  .recommend_item {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1280px) {
  .recommend_item {
    width: calc(20% - 16px);
  }
}

@media screen and (min-width: 768px) {
  .recommend_item[data-item="9"] {
    margin-right: auto;
  }
}

.recommendInfo {
  padding-top: 2.667vw;
}
@media screen and (min-width: 768px) {
  .recommendInfo {
    padding-top: 0;
  }
}

.recommend_image {
  position: relative;
  width: 30.667vw;
  height: 30.667vw;
}
@media screen and (min-width: 768px) {
  .recommend_image {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .recommend_image {
    width: 185px;
  }
}
.--limited .recommend_image {
  transform: translateY(4vw);
}
@media screen and (min-width: 768px) {
  .--limited .recommend_image {
    transform: none;
  }
}

.recommendInfo_text {
  margin-bottom: 2.667vw;
  font-size: 2.667vw;
}
@media screen and (min-width: 768px) {
  .recommendInfo_text {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 12px;
  }
}

.recommendInfo_price {
  margin-bottom: 4vw;
  font-size: 2.667vw;
}
@media screen and (min-width: 768px) {
  .recommendInfo_price {
    margin-bottom: 10px;
    padding: 0 5px;
    font-size: 12px;
  }
}

.recommendInfo_price span {
  display: inline-block;
  padding-left: 1.333vw;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recommendInfo_price span {
    padding-left: 18px;
    font-size: 24px;
  }
}

.recommendInfo_name {
  margin-bottom: 3.333vw;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .recommendInfo_name {
    height: 5em;
    margin-bottom: 16px;
    padding: 0 5px;
    font-size: 1.37vw;
  }
}
@media screen and (min-width: 1280px) {
  .recommendInfo_name {
    font-size: 14px;
  }
}

#recommend .recommend_button {
  border: none;
  background-color: #fff;
  border-radius: 5.333vw;
  font-size: 2.933vw;
  font-weight: bold;
  width: 45.4vw;
  padding: 2.933vw 0;
  position: relative;
  color: #1A1311;
}
@media screen and (min-width: 768px) {
  #recommend .recommend_button {
    border-radius: 30px;
    font-size: 12px;
    width: 100%;
    padding: 18px 0;
  }
}

#recommend .recommend_button:hover {
  opacity: 0.8;
}

#recommend .recommend_button.is-active {
  background-color: #000;
  color: #fff;
}

.recommend_button.is-active::after {
  background-color: #fff;
  transform: rotate(180deg);
}

.recommend_button::before,
.recommend_button::after {
  content: "";
  display: block;
  width: 2.667vw;
  height: 1.5px;
  background-color: #1A1311;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 4vw;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .recommend_button::before,
  .recommend_button::after {
    width: 13px;
    right: 20px;
  }
}

.recommend_button::after {
  transform: rotate(90deg);
}

#recommend .recommend_jumpButton {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border: none;
  color: #000;
  background: transparent;
  padding: 0;
  font-size: 2.667vw;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #recommend .recommend_jumpButton {
    font-size: 12px;
  }
}

#recommend .recommend_jumpButton:hover {
  transform: scale(1.1);
}

.recommend_jumpButton::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.6px;
  background-color: #000;
  position: absolute;
  bottom: -0.933vw;
}
@media screen and (min-width: 768px) {
  .recommend_jumpButton::before {
    bottom: -5px;
  }
}

.recommend_jumpButton::after {
  content: "";
  display: inline-block;
  width: 2.667vw;
  height: 2vw;
  background-image: url("/event/oguchi/img/icon_jumpArrow.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .recommend_jumpButton::after {
    width: 12px;
    height: 9px;
  }
}

.recommendDetail {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 9.333vw 4vw;
  background-color: #2E2E2E;
  overflow: hidden;
  transform-origin: top;
}
@media screen and (min-width: 768px) {
  .recommendDetail {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    padding: 70px;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .recommendDetail picture {
    display: block;
    width: 48%;
  }
}

.recommendDetail.is-active {
  display: flex;
}

.recommendDetail_image {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .recommendDetail_image {
    margin-bottom: 0;
  }
}

.recommendDetailInfo {
  width: 90.667vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo {
    width: 45%;
  }
}

.recommendDetailInfo_title {
  margin-bottom: 2.667vw;
  font-size: 3.467vw;
  font-weight: bold;
  background: none;
  color: #fff;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.recommendDetailInfo_text {
  color: #fff;
  margin-bottom: 24px;
  font-size: 2.933vw;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_text {
    margin-bottom: 34px;
    font-size: 14px;
  }
}

.recommendDetailInfo_name {
  color: #fff;
  margin-bottom: 2.667vw;
  font-size: 2.933vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_name {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.recommendDetailInfo_name span {
  display: inline-block;
  font-size: 2.667vw;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_name span {
    font-size: 14px;
  }
}

.recommendDetailInfo_table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5.333vw;
  font-family: Helvetica, sans-serif;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_table {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.recommendDetailInfo_table th,
.recommendDetailInfo_table td {
  border: 1px solid #7E7E7E;
  padding: 0.5em 0;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  tr.total-row {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .recommendDetailInfo_table th:first-child {
    width: 135px;
    font-size: 18px;
  }
}

.recommendDetailInfo_table td span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_table td span {
    display: inline-block;
    font-size: 15px;
  }
}

.recommendDetailInfo_table th span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_table th span {
    display: inline-block;
    font-size: 15px;
    line-height: 1.6;
  }
}

.recommendDetailInfo_subText {
  color: #E4C256;
  margin-bottom: 4vw;
  font-size: 3.467vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_subText {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.recommendDetailInfo_subText::before,
.recommendDetailInfo_subText::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 4vw;
  background-color: #E4C256;
  transform: translate(-2.667vw, 5px) rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_subText::before,
  .recommendDetailInfo_subText::after {
    height: 20px;
    transform: translate(-15px, 5px) rotate(-30deg);
  }
}

.recommendDetailInfo_subText::after {
  transform: translate(2.667vw, 5px) rotate(30deg);
}
@media screen and (min-width: 768px) {
  .recommendDetailInfo_subText::after {
    transform: translate(15px, 5px) rotate(30deg);
  }
}

/* .recommendDetailInfo .cta_button{
    margin-left: -4vw;
} */
.recommend_text {
  margin-bottom: 5.333vw;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .recommend_text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

/* 製作事例 */
.production {
  width: 100%;
  margin-bottom: 13.333vw;
  padding-top: 13.333vw;
}
@media screen and (min-width: 768px) {
  .production {
    margin-bottom: 100px;
    padding-top: 80px;
  }
}

.production .content_title {
  margin-bottom: 5.333vw;
}
@media screen and (min-width: 768px) {
  .production .content_title {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
  }
}

.productionNav {
  position: relative;
  z-index: 1;
}

.productionNav__list {
  width: 94.667vw;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1.333vw;
}
@media screen and (min-width: 768px) {
  .productionNav__list {
    width: 90%;
    max-width: 1010px;
    gap: 10px;
  }
}

.productionNav__item {
  width: 100%;
  border-bottom: 2px solid #000;
  padding: 4vw 0 2.933vw;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .productionNav__item {
    padding: 21px 0 22px;
  }
  .productionNav__item:hover {
    background-color: #000;
    border: none;
  }
}

.productionNav__item.is-active {
  background-color: #000;
  border: none;
}
@media screen and (min-width: 768px) {
  .productionNav__item.is-active {
    background-color: transparent;
    color: #000;
    border-bottom: 2px solid #000;
  }
  .productionNav__item.is-active:hover {
    background-color: #000;
    color: #fff;
  }
}

.productionNav__item a {
  text-decoration: none;
}

.productionNav__link {
  display: inline-block;
  width: 18.667vw;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .productionNav__link {
    width: 17.6vw;
    font-size: 2.77vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionNav__link {
    width: 178px;
    font-size: 28px;
  }
}

.productionNav__link::before {
  content: "CASE";
  font-size: 1.8667vw;
  font-weight: bold;
  position: absolute;
  top: -2.667vw;
  left: -4em;
}
@media screen and (min-width: 768px) {
  .productionNav__link::before {
    font-size: 1.38vw;
    top: 1.09vw;
    left: -11.5vw;
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .productionNav__link::before {
    font-size: 14px;
    top: 11px;
    left: -118px;
  }
}

.productionNav__link::after {
  content: "01";
  color: #A2A19B;
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 5.6vw;
  font-weight: bold;
  position: absolute;
  top: -0.933vw;
  left: -8.933vw;
}
@media screen and (min-width: 768px) {
  .productionNav__link::after {
    font-size: 4.95vw;
    top: -1.19vw;
    left: -8.91vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionNav__link::after {
    font-size: 50px;
    top: -12px;
    left: -90px;
  }
}

.productionNav__item:nth-child(2) .productionNav__link::after {
  content: "02";
}

.productionNav__item:nth-child(3) .productionNav__link::after {
  content: "03";
}

.productionNav__item.is-active .productionNav__link {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .productionNav__item.is-active .productionNav__link {
    color: #000;
  }
}

@media screen and (min-width: 768px) {
  .productionNav__item:hover .productionNav__link {
    color: #fff;
  }
}

.productionSection {
  display: none;
  position: relative;
  padding-top: 6.667vw;
}
@media screen and (min-width: 768px) {
  .productionSection {
    display: block;
    padding-top: 230px;
    margin-top: -160px;
    margin-bottom: 95px;
  }
}
.productionSection#case2 {
  padding-bottom: 1px;
  background: #f2f0e9;
}
@media screen and (min-width: 768px) {
  .productionSection#case2 {
    margin-bottom: 0;
    padding: 230px 0 80px;
    background: transparent;
  }
  .productionSection#case2::before {
    content: "";
    display: block;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: -160px;
    width: 100%;
    height: calc(100% - 160px);
    background: #f2f0e9;
  }
}

.productionSection.is-active {
  display: block;
}

.productionBox:first-of-type {
  width: 93.333vw;
  padding-top: 7.733vw;
  padding-left: 7.6vw;
  padding-bottom: 5.067vw;
  background-color: #F2F0E9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .productionBox:first-of-type {
    width: 63%;
    padding-top: 5.74vw;
    padding-right: 4%;
    padding-bottom: 3.96vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox:first-of-type {
    padding-top: 58px;
    padding-right: 12%;
    padding-bottom: 40px;
  }
}
#case2 .productionBox:first-of-type {
  background: #fff;
}

.productionSection__title {
  padding-left: 0.7em;
  font-family: Helvetica, sans-serif;
  font-size: 5.466vw;
  font-weight: bold;
  border-bottom: 1px solid;
  margin-left: 18.667vw;
  margin-bottom: 4.4vw;
  padding-bottom: 2.667vw;
  background: none;
}
@media screen and (min-width: 768px) {
  .productionSection__title {
    font-size: 4.06vw;
    width: 42.18vw;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 3.96;
    padding-bottom: 1.98;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .productionSection__title {
    font-size: 41px;
    width: 417px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
}

.productionSection__title::before {
  content: "";
  display: block;
  width: 18.4vw;
  height: 19.333vw;
  background-image: url("/event/oguchi/img/production_num01.png");
  background-size: 100% 100%;
  position: absolute;
  top: 12vw;
  left: 6.667vw;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .productionSection__title::before {
    width: 13.27vw;
    height: 13.96vw;
    top: auto;
    left: -12.87vw;
    bottom: -2.97vw;
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .productionSection__title::before {
    width: 134px;
    height: 141px;
    left: -130px;
    bottom: -30px;
  }
}

.productionSection:nth-child(2) .productionSection__title::before {
  background-image: url("/event/oguchi/img/production_num02.png");
}

.productionSection:nth-child(3) .productionSection__title::before {
  background-image: url("/event/oguchi/img/production_num03.png");
}

.productionSection__subText {
  padding-right: 11.6vw;
  padding-bottom: 2.667vw;
  border-bottom: 1px solid #000;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  .productionSection__subText {
    font-size: 1.58vw;
    width: 54.55vw;
    margin-left: auto;
    margin-right: 0;
    padding-left: 1.58vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .productionSection__subText {
    font-size: 16px;
    width: 551px;
    padding-left: 16px;
    padding-bottom: 28px;
  }
}

.productionBox:nth-of-type(n+2) {
  display: grid;
  margin-bottom: 13.333vw;
  padding-top: 8.933vw;
}
@media screen and (min-width: 768px) {
  .productionBox:nth-of-type(n+2) {
    /* grid-template-columns: 560px 1fr repeat(3, 0);
    grid-template-rows: repeat(2, 1fr) repeat(3, 0);
    grid-column-gap: 0px;
    grid-row-gap: 0px; */
    justify-content: flex-start;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto 70px;
    padding-top: 75px;
    position: relative;
  }
}

.productionBox:nth-of-type(n+3) {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #case1 .productionBox:nth-of-type(3) {
    margin-bottom: 35.15vw;
  }
}
@media screen and (min-width: 1280px) {
  #case1 .productionBox:nth-of-type(3) {
    margin-bottom: 450px;
  }
}

@media screen and (min-width: 768px) {
  .productionBox:nth-of-type(3) {
    justify-content: flex-end;
    margin-bottom: 22.66vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox:nth-of-type(3) {
    justify-content: flex-end;
    margin-bottom: 290px;
  }
}

.productionBox_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.733vw;
  font-size: 3.467vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .productionBox_title {
    font-size: 1.78vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox_title {
    /* grid-area: 1 / 1 / 2 / 2; */
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.productionBox_title::before {
  content: "";
  display: inline-block;
  background-image: url("/event/oguchi/img/productionTitle_quart.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  position: absolute;
  left: -7.667vw;
  top: -5px;
}
@media screen and (min-width: 768px) {
  .productionBox_title::before {
    width: 3.16vw;
    height: 3.16vw;
    left: -3.96vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox_title::before {
    width: 32px;
    height: 32px;
    left: -40px;
  }
}

.productionBox_title::after {
  content: "";
  display: inline-block;
  background-image: url("/event/oguchi/img/productionTitle_backQuart.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  position: absolute;
  right: -7.667vw;
  top: -5px;
}
@media screen and (min-width: 768px) {
  .productionBox_title::after {
    width: 3.16vw;
    height: 3.16vw;
    right: -3.96vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox_title::after {
    width: 32px;
    height: 32px;
    right: -40px;
  }
}

.productionBox_inner {
  order: 3;
  width: 85.333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .productionBox_inner {
    order: 2;
    width: 55.45vw;
    padding-left: 2.97vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox_inner {
    /* grid-area: 2 / 1 / 3 / 2; */
    width: 560px;
    padding-left: 30px;
  }
}

.productionBox_text.-name {
  font-size: 2.933vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .productionBox_text.-name {
    font-size: 14px;
  }
}

.productionBox_text {
  font-size: 2.667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .productionBox_text {
    font-size: 12px;
  }
}

.productionBox_text span {
  display: inline-block;
  font-size: 4.267vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .productionBox_text span {
    font-size: 22px;
  }
}

.productionBox_image {
  order: 2;
  width: 68.266vw;
  margin: 0 auto 6.667vw;
}
@media screen and (min-width: 768px) {
  .productionBox_image {
    width: 36vw;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .productionBox_image {
    width: 466px;
  }
}

@media screen and (min-width: 768px) {
  .productionBox:nth-of-type(3) .productionBox_image {
    top: 0;
    right: auto;
    left: 0;
  }
}

.productionPoint {
  border-bottom: 1px solid #000;
  margin-top: 7.6vw;
  padding-left: 1.333vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .productionPoint {
    margin-top: 2.47vw;
    padding-left: 1.58vw;
    padding-bottom: 2.97vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionPoint {
    margin-top: 25px;
    padding-left: 16px;
    padding-bottom: 30px;
  }
}

.productionPoint_title {
  margin-bottom: 4vw;
  position: relative;
  font-size: 2.933vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .productionPoint_title {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.productionPoint_title::after {
  content: "";
  width: 64vw;
  height: 1px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .productionPoint_title::after {
    width: 37.5vw;
  }
}
@media screen and (min-width: 1280px) {
  .productionPoint_title::after {
    width: 430px;
  }
}

.productionPoint_item {
  position: relative;
  margin-bottom: 2.667vw;
  padding-left: 1em;
  font-size: 2.933vw;
}
@media screen and (min-width: 768px) {
  .productionPoint_item {
    margin-bottom: 16px;
    font-size: 14px;
  }
}

.productionPoint_item:last-of-type {
  margin-bottom: 0;
}

.productionPoint_item::before {
  content: "";
  display: inline-block;
  width: 3.067vw;
  height: 3.067vw;
  position: absolute;
  left: -0.5em;
  background-image: url("/event/oguchi/img/icon_check.png");
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .productionPoint_item::before {
    width: 14px;
    height: 14px;
  }
}

.production_jumpButton {
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px auto 0;
  padding-bottom: 9px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.production_jumpButton::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url("/event/oguchi/img/icon_jumpArrow.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position-x: 5px;
  margin-left: 8px;
  transform: rotate(180deg);
}

.links {
  color: #fff;
  background-color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .links {
    display: flex;
    justify-content: center;
  }
}

.links_box {
  padding-top: 9.333vw;
  padding-bottom: 10.667vw;
}
@media screen and (min-width: 768px) {
  .links_box {
    width: 50%;
    max-width: 505px;
    padding-top: 76px;
    padding-bottom: 73px;
  }
}

.links_box:first-of-type {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .links_box:first-of-type {
    border: none;
  }
}

.links_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5.333vw;
  padding-bottom: 2.4vw;
  font-size: 4.533vw;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .links_title {
    margin-bottom: 40px;
    padding-bottom: 9px;
    font-size: 1.56vw;
  }
}
@media screen and (min-width: 1280px) {
  .links_title {
    font-size: 20px;
  }
}

.links_text {
  color: #fff;
  width: 90.667vw;
  margin: 0 auto 6.667vw;
  font-size: 3.467vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .links_text {
    width: 100%;
    margin-bottom: 3.125vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .links_text {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .links_box:last-of-type .links_text {
    margin-bottom: 4.69vw;
  }
}
@media screen and (min-width: 1280px) {
  .links_box:last-of-type .links_text {
    margin-bottom: 65px;
  }
}

.cta_button.--white {
  background-color: #fff;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  .cta_button.--white {
    width: 31.25vw;
    height: 4.69vw;
    padding: 2.03vw 2.34vw 2.03vw 3.125vw;
    font-size: 1.09vw;
  }
}
@media screen and (min-width: 1280px) {
  .cta_button.--white {
    width: 400px;
    height: 68px;
    padding: 26px 30px 26px 40px;
    font-size: 14px;
  }
}

.cta_button.--white::before {
  background-image: url("/event/oguchi/img/icon_contact-white.png");
}
@media screen and (min-width: 768px) {
  .cta_button.--white::before {
    width: 1.72vw;
    height: 1.41vw;
    margin-right: 1.17vw;
  }
}
@media screen and (min-width: 1280px) {
  .cta_button.--white::before {
    width: 22px;
    height: 18px;
    margin-right: 15px;
  }
}

.cta_button.--white::after {
  background-image: url("/event/oguchi/img/icon_arrow-white.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.links_button.--white::before {
  background-image: url("/event/oguchi/img/icon_pdf.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.links_button.--white::after {
  margin-left: auto;
}/*# sourceMappingURL=style.css.map */



.block-lineup-filter--btn,.block-lineup-aside {
  display: none !important;
}

.block-topic-path, .block-lineup-title {
  display: none;
}

.block-lineup-items {
  padding-inline: 0;
  padding-top: 45px;
}

.wrapper {
  display: block;
  max-width: none;
}

.wrapper hgroup h2 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  background: none;
}


@media screen and (min-width: 768px) {
  .pane-contents .wrapper {
    margin: 0 auto;
    display: block;
  }

  .container {
    max-width: none;
  }

  .block-lineup-items {
    padding-inline: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .block-lineup-wrap {
    padding-top: 0;
    padding-inline: 0;
    inline-size: 100%;
  }
  .block-lineup-wrap.block-ranking-wrap {
    padding-inline: 0;
    padding-top: 0;
  }

  .box:has(.boxPoint) {
    overflow: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .block-lineup-items {
    padding-top: 77px;
    padding-bottom: 0;
  }
}