@charset "EUC-JP";

.dify__mv {
  display: flex;
  height: 640px;
  background-color: #01080b;
  background-image: url('../../images/dify/bg_dify_l.png');
  background-position: center;
  align-items: center;
  justify-content: flex-start;
}

.dify__mv-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.dify__mv-inner * {
  font-weight: bold;
  line-height: initial;
  color: #fff;
}

.dify__mv-sub {
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: .25rem;
}

.dify__mv-sub .en {
  font-family: Outfit;
  font-size: 4rem;
  font-weight: 600;
}

.dify__mv-sub .clr {
  color: #00f9ff;
}

.dify__mv-sub .font-l {
  font-size: 3.6rem;
}

.dify__mv-main {
  font-family: Outfit;
  font-size: 20rem;
  font-weight: 500;
  line-height: 20rem;
  padding: .4rem 0 4rem;
  letter-spacing: .5rem;
}

.dify__mv-cp {
  font-size: 2rem;
  padding-bottom: 2rem;
  letter-spacing: .1rem;
}

.dify__mv-cp .en {
  font-family: Outfit;
  font-size: 2.4rem;
  font-weight: 600;
}

.dify__mv-cp .clr {
  color: #00f9ff;
}

.dify__mv-registry {
  padding-bottom: 2rem;
}

.dify__mv .link-button1 {
  width: 342px;
  height: 80px;
  border-radius: 50px;
  background: #00f9ff;
}

.dify__mv .link-button1 a {
  width: 100%;
  height: 100%;
}

.dify__mv .link-button1 a::before {
  margin-top: 0;
  background-image: url(../../images/dify/arrow-right-dify.svg);
}

.dify__mv .link-button1 a span {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  color: #021621;
  align-items: center;
}

.dify h2.type1 {
  position: relative;
}

.dify h2.type1::after {
  position: absolute;
  right: 50%;
  bottom: -2rem;
  width: 48px;
  height: 12px;
  margin-right: -24px;
  content: '';
  background: url(../../images/dify/img_title-deco.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.dify .about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dify .about__text,
.dify .about__img {
  flex-basis: calc((100% - 32px) / 2);
}

.dify .feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dify .feature__box {
  padding: 6rem;
  background: #fff;
  flex-basis: calc((100% - 40px) / 2);
}

.dify .feature__box:first-child {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
}

.dify .feature__box:first-child .feature__box__img {
  flex-basis: 42%;
}

.dify .feature__box:first-child .feature__box__textArea {
  flex-basis: calc(58% - 60px);
}

.dify .feature__box:first-child .feature__box__ttl {
  margin-top: 0;
  text-align: left;
}

.dify .feature__box__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
  color: #148dce;
}

.dify .feature__box__text {
  margin-top: 16px;
}

.dify .usage__box {
  padding: 40px 32px;
  background: #f6fafd;
  flex-basis: calc((100% - 60px) / 3);
}

.dify .usage__box__wraper {
  display: flex;
  justify-content: space-between;
}

.dify .usage__box__img {
  max-width: 140px;
  margin: auto;
}

.dify .usage__box__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  color: #148dce;
}

.dify .usage__box__text {
  margin-top: 16px;
}

.dify .merit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dify .merit .two-column {
  overflow: hidden;
  max-width: 49%;
  text-align: center;
  border: 3px solid #148dce;
  border-radius: 5px;
  background-color: #fff;
}

.dify .merit .two-column:first-child img {
  max-width: 152px;
}

.dify .merit .two-column__top {
  padding: 16px;
  background-color: #148dce;
}

.dify .merit .two-column__top span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.dify .merit .two-column__top span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  content: '';
  background: url(../../images/dify/ico_check.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.dify .merit .two-column__top span sup {
  color: #fff;
}

.dify .merit .two-column__bottom p {
  text-align: left;
}

.dify .merit .three-column {
  overflow: hidden;
  max-width: 32.3%;
  text-align: center;
  border: 3px solid #148dce;
  border-radius: 5px;
  background-color: #fff;
}

.dify .merit .three-column:first-child img {
  max-width: 152px;
}

.dify .merit .three-column__top {
  padding: 16px;
  background-color: #148dce;
}

.dify .merit .three-column__top span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
  color: #fff;
}

.dify .merit .three-column__top span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  content: '';
  background: url(../../images/dify/ico_check.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.dify .merit .three-column__top span sup {
  color: #fff;
}

.dify .merit .three-column__bottom p {
  text-align: left;
}

.reccommend__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}

.reccommend__single {
  position: relative;
  min-width: 344px;
  max-width: 258px;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  flex-basis: 25%;
}

.reccommend__top {
  padding: 0 0 28px;
  border-radius: 5px 5px 0 0;
  background-color: #148dce;
}

.reccommend__top p:nth-child(1) {
  border-bottom: solid 1px #127cb0;
}

.reccommend__top p:nth-child(2) {
  line-height: 1.2;
}

.reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}

.reccommend__top span {
  color: #fff;
}

.reccommend__top .campaign_Cb {
  font-size: 15px;
}

.reccommend__top p {
  font-size: 2rem;
}

.reccommend__block {
  display: flex;
  width: 100%;
}

.reccommend__block .d-block {
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  padding-left: 12%;
  color: #858585;
  flex-basis: 50%;
  align-items: center;
}

.reccommend__block .bold {
  padding-left: 20px;
  flex-basis: 50%;
}

.reccommend__block .bold span {
  font-size: 2.4rem;
}

.reccommend__block .bold .twoByte {
  font-size: 2.2rem;
}

.reccommend__block:nth-child(odd) {
  background-color: #fff;
}

.reccommend__block:nth-child(even) {
  background-color: #f9f9f9;
}

.reccommend__block .link-button1 {
  width: 176px;
  height: 40px;
  border-radius: 8px;
}

.reccommend__block .link-button1::before {
  border-radius: 8px;
}

.reccommend__block .link-button1 a {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.reccommend__block .link-button1 a::after {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.reccommend__block.memory {
  height: 84px;
  align-items: center;
}

.reccommend__block.memory .memory__value {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  justify-content: center;
  flex-basis: 50%;
}

.reccommend__block.memory .memory__value .main {
  padding-left: 8px;
}

.reccommend__block.memory .memory__value .main .num {
  font-size: 2.4rem;
  font-weight: bold;
}

.reccommend__block.memory .memory__value .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.reccommend__bottom {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.reccommend__text {
  margin-top: auto;
}

.reccommend__text .bold {
  font-size: 2.4rem;
}

.reccommend__text span {
  color: #fff;
}

.reccommend__text span s {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.reccommend__text span .campaignPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.reccommend__text span .CP_yen {
  color: #fff700;
}

.reccommend__text .campaign_text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff700 !important;
}

.reccommend__text .campaign_yen {
  color: #fff700 !important;
}

.reccommend__text .campaign_yen span {
  color: #fff700 !important;
}

.reccommend__text .campaignPR {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.reccommend__text .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #aaa;
  -webkit-text-decoration-color: #aaa;
  text-decoration-color: #aaa;
}

.reccommend__text .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.reccommend__text .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}

.campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -4%;
  left: calc(50% - 47px);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.difyCtaFooter {
  margin: 0 0 32px;
  padding: 64px 0;
  text-align: center;
  background: #148dce;
}

.difyCtaFooter__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 24px;
  color: #fff;
}

.difyCtaFooter .link-button1 {
  width: 500px;
  border-radius: 5px;
}

.difyCtaFooter .link-button1:hover:after,
.difyCtaFooter .link-button1:hover:before {
  border-radius: 0;
}

.difyCtaFooter .link-button1 a {
  font-size: 2rem;
  font-weight: bold;
  height: 100px;
}

.difyCtaFooter .link-button1 a:before {
  width: 10px;
  height: 18px;
}

@media only screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .visible-m {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .reccommend__single {
    max-width: 49.5% !important;
    flex-basis: 49.5% !important;
  }

  .reccommend__single:nth-child(3) {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 999px) {
  .dify__mv {
    background-image: url('../../images/dify/bg_dify_m.png');
    background-size: cover;
  }

  .dify .feature__box__ttl {
    font-size: 1.8rem;
  }

  .dify .usage__box__img {
    max-width: 100px;
  }

  .dify .merit .two-column__top span {
    font-size: 1.6rem;
    padding-left: 32px;
  }

  .dify .merit .two-column__top span::after {
    top: -1px;
    width: 24px;
    height: 24px;
  }

  .dify .merit .three-column__top span {
    font-size: 1.6rem;
    padding-left: 32px;
  }

  .dify .merit .three-column__top span::after {
    top: -1px;
    width: 24px;
    height: 24px;
  }

  .reccommend__flex {
    justify-content: space-between;
  }

  .reccommend__top p {
    font-size: 2rem;
  }

  .reccommend__block .bold {
    padding-left: 8px;
  }

  .reccommend__block.memory .memory__value {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .visible-m {
    display: none !important;
  }

  .dify__mv {
    height: 540px;
    background-image: url('../../images/dify/bg_dify_s.png');
  }

  .dify__mv-sub {
    font-size: 2rem;
  }

  .dify__mv-sub .en {
    font-size: 2.8rem;
  }

  .dify__mv-sub .font-l {
    font-size: 2.4rem;
  }

  .dify__mv-main {
    font-size: 12rem;
    line-height: 14rem;
    padding: .4rem 0 3.2rem;
  }

  .dify__mv-cp {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
  }

  .dify__mv-cp .en {
    font-size: 2rem;
  }

  .dify__mv .link-button1 {
    width: 300px;
    height: 72px;
  }

  .dify__mv .link-button1 a span {
    font-size: 1.8rem;
  }

  .dify h2.type1::after {
    width: 32px;
    height: 8px;
    margin-right: -16px;
  }

  .dify .about {
    flex-direction: column;
  }

  .dify .feature__box {
    padding: 32px 24px;
    flex-basis: 100%;
  }

  .dify .feature__box:first-child {
    flex-direction: column;
  }

  .dify .feature__box:first-child .feature__box__ttl {
    margin-top: 32px;
    text-align: center;
  }

  .dify .usage__box__wraper {
    flex-wrap: wrap;
  }

  .dify .usage__box {
    padding: 32px 24px;
    flex-basis: 100%;
  }

  .dify .merit .two-column {
    max-width: 100%;
  }

  .dify .merit .two-column {
    width: 100%;
  }

  .dify .merit .three-column {
    max-width: 100%;
  }

  .dify .merit .three-column {
    width: 100%;
  }

  .reccommend__single {
    min-width: inherit;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .reccommend__single {
    max-width: 100%;
    flex-basis: 100%;
  }

  .reccommend__single:first-of-type {
    margin-top: 0;
  }

  .reccommend__top {
    height: auto;
  }

  .reccommend__bottom {
    height: auto;
  }

  .difyCtaFooter {
    margin: 0 0 20px;
  }

  .difyCtaFooter__ttl {
    font-size: 20px;
  }

  .difyCtaFooter .link-button1 {
    width: 300px;
  }

  .difyCtaFooter .link-button1 a {
    font-size: 18px;
    height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .dify__mv-sub {
    font-size: 2.8rem;
  }

  .dify__mv-sub .en {
    font-size: 3.6rem;
  }

  .dify__mv-sub .font-l {
    font-size: 3.2rem;
  }

  .dify__mv-main {
    font-size: 18rem;
    line-height: 18rem;
  }

  .dify .feature__box {
    margin-top: 16px;
    padding: 32px 16px;
    flex-basis: calc((100% - 16px) / 2);
  }

  .dify .feature__box:first-child {
    margin-top: 0;
  }

  .dify .feature__box:first-child .feature__box__textArea {
    flex-basis: calc(58% - 24px);
  }

  .dify .usage__box {
    padding: 24px 16px;
    flex-basis: calc((100% - 32px) / 3);
  }

  .dify .usage__box__ttl {
    font-size: 1.6rem;
  }

  .reccommend__single {
    flex-basis: 33.3333333333%;
  }

  .difyCtaFooter__ttl {
    font-size: 24px;
  }

  .difyCtaFooter .link-button1 {
    width: 400px;
  }

  .difyCtaFooter .link-button1 a {
    font-size: 23px;
    height: 80px;
  }
}
/*# sourceMappingURL=dify.css.map */
