@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

@media screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

#Wrap {
  width: 100%;
}

.p-brand {
  box-sizing: border-box;
  background-color: #F3F3F3;
  margin-top: -2px;
}

.p-brand figure,
.p-brand article {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-brand {
    margin-top: -10px;
  }
}

.p-brand img {
  max-width: 100%;
  height: auto;
}

.p-brand em {
  font-style: normal;
}

.p-brandKv__text {
  padding: 20px 16px 80px;
  font-family: "Noto Serif JP", serif;
}

.p-brandKv__title {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 700;
}

.p-brandKv__text p {
  font-size: 14px;
  line-height: 2.2;
}

@media screen and (min-width: 768px) {
  .p-brandKv {
  }

  .p-brandKv__inner {
    display: flex;
  }

  .p-brandKv__img {
    width: 46%;
  }

  .p-brandKv__text {
    display: flex;
    align-items: center;
    width: 54%;
    padding-right: 30px;
  }

  .p-brandKv__title {
    font-size: clamp(24px,3.6vw,50px);
  }

  .p-brandKv__text p {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .p-brandKv {
  }

  .p-brandKv__img {
    height: 240px;
  }

  .p-brandKv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .p-brandKv__title {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }

  .p-brandKv__text p {
    margin-top: 20px;
  }

  .p-brandKv__text {
    padding-bottom: 20px;
  }
}

.p-brandSlide {

}

.p-brandSlide__title {
  margin-bottom: 38px;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  color:#000000;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-brandSlide {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 30px;
  }

  .p-brandSlide__inner {
    max-width: 1440px;
    margin:  0 auto;
  }

  .p-brandSlide__title {
  }

  .p-brandSlide__lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }

  .lineup_slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .lineup_slide .slick-dots {
    bottom: -45px;
  }

  .lineup_slide .slick-dots > li:first-child:last-child {
    display: none;
  }

  .lineup_slide .slick-next,
  .lineup_slide .slick-prev {
    width: 30px;
    height: 30px;
    margin-top: -20px;
    border-top: solid 4px #555;
  }

  .lineup_slide .slick-next {
    border-right: solid 4px #333;
    transform: rotate(45deg);
  }

  .lineup_slide .slick-prev {
    border-left: solid 4px #333;
    transform: rotate(-45deg);
  }

  .lineup_item a {
    display: block;
    transition: opacity 0.3s linear;
  }

  .lineup_item a:hover {
    opacity: 0.8;
  }

  .lineup_item article {
    display: block;
    padding: 0 20px;
  }

  .lineup_item figure {
    max-width: 300px;
    margin: 0 auto 8px;
  }

  .lineup_category {
    font-size: 13px;
    line-height: 1.7;
  }

  .lineup_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }

  .lineup_price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .p-brandSlide {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 16px;
  }

  .p-brandSlide__title {
    margin-bottom: 32px;
    font-size: 21px;
  }

  .p-brandSlide__lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .lineup_slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .lineup_slide .slick-dots {
    bottom: -37px;
    z-index: 0;
  }

  .lineup_slide .slick-dots li {
    margin: 0 1px;
  }

  .lineup_slide .slick-dots > li:first-child:last-child {
    display: none;
  }

  .lineup_slide .slick-next,
  .lineup_slide .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    top: auto;
    bottom: -40px;
    border-radius: 50%;
    background-color: #101010 !important;
    transform: translateY(0);
    z-index: 1;
  }

  .lineup_slide .slick-next:hover,
  .lineup_slide .slick-prev:hover {
    background-color: #101010;
  }

  .lineup_slide .slick-next::before,
  .lineup_slide .slick-prev::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Japanese";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: white;
    opacity: 1;
  }

  .lineup_slide .slick-next {
    right: 16px;
  }

  .lineup_slide .slick-prev {
    left: 16px;
  }

  .lineup_item a {
    display: block;
    transition: opacity 0.3s linear;
  }

  .lineup_item a:hover {
    opacity: 0.8;
  }

  .lineup_item article {
    display: block;
    max-width: 270px;
    margin: 0 auto;
    padding: 0 16px;
  }

  .lineup_item figure {
    max-width: 200px;
    margin: 0 auto 8px;
  }

  .lineup_category {
    font-size: 11px;
    line-height: 1.7;
  }

  .lineup_name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
  }

  .lineup_price {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
  }
}

.p-brandPromise {
  background-color: #222;
  color: white;
}

.p-brandPromise__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.p-brandPromise__title small {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-brandPromise__title span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-brandPromise__content h4 {
  display: flex;
  margin-bottom: 20px;
}

.p-brandPromise__content h4 .number {
  width: 50px;
  flex-shrink: 0;
  color: #595959;
  font-family: "STIX Two Text", serif;
  font-size: 65px;
}

.p-brandPromise__content h4 .text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
}

.p-brandPromise__content h4 .text small,
.p-brandPromise__content h4 .text strong {
  display: block;
  font-weight: 400;
  line-height: 1.8;
}

.p-brandPromise__content figure {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-brandPromise {
    padding: 100px 30px;
  }

  .p-brandPromise__inner {
    max-width: 1440px;
    margin:  0 auto;
  }

  .p-brandPromise__title {
    margin-bottom: 80px;
  }

  .p-brandPromise__title span {
    font-size: 42px;
  }

  .p-brandPromise__title .logo {
    display: inline-block;
    width: 223px;
    margin-right: 4px;
  }

  .p-brandPromise__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandPromise__content h4 .text strong {
    font-size: 26px;
  }

  .p-brandPromise__content h4 .text small {
    font-size: 16px;
  }

  .p-brandPromise__content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .p-brandPromise__content li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-brandPromise {
    padding: 80px 16px;
  }

  .p-brandPromise__title {
    margin-bottom: 40px;
  }

  .p-brandPromise__title span {
    font-size: 32px;
  }

  .p-brandPromise__title .logo {
    display: inline-block;
    width: 140px;
    margin-right: 4px;
  }

  .p-brandPromise__content h4 {
    margin-bottom: 8px;
  }

  .p-brandPromise__content h4 .text strong {
    font-size: 18px;
  }

  .p-brandPromise__content h4 .text small {
    font-size: 12px;
  }

  .p-brandPromise__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandPromise__content figure {
    margin-top: 8px;
  }

  .p-brandPromise__content {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-brandPromise__content li ~ li {
    margin-top: 60px;
  }
}


.p-brandColormap {

}

.p-brandColormap__title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}

.p-brandColormap figure {
  display: block;
  max-width: 485px;
}

@media screen and (min-width: 768px) {
  .p-brandColormap {
    padding: 100px 30px;
  }

  .p-brandColormap__inner {
    display: flex;
    align-items: center;
    max-width: 1005px;
    margin: 0 auto;
  }

  .p-brandColormap figure {
    width: 48%;
  }

  .p-brandColormap__text {
    flex: 1;
    padding-right: 20px;
  }

  .p-brandColormap__text p {
    font-size: 18px;
    line-height: 2.2;
  }

  .p-brandColormap__title {
    margin-bottom: 42px;
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .p-brandColormap {
    padding: 80px 16px;
  }

  .p-brandColormap__title {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
  }

  .p-brandColormap__text {
    margin-bottom: 20px;
  }

  .p-brandColormap__text p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandColormap figure {
    margin:  0 auto;
  }
}


.p-brandFeatures {
  background-color: #222;
  color: white;
}

.p-brandFeatures__title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-brandFeatures__content > li {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(255,255,255,0.5);
}

.p-brandFeatures__content h4 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
}

.p-brandFeatures__content h4 em {
  display: block;
  color: #595959;
  font-family: "STIX Two Text", serif;
  line-height: 1;
}

.p-brandFeatures__content .list-disc {
  margin-top: 12px;
  padding-left: 1.2em;
}

.p-brandFeatures__content .list-disc li {
  list-style-type: disc;
}

.p-brandFeatures__content .list-components {
  border-top: solid 1px rgba(255,255,255,0.5);
}

.p-brandFeatures__content .list-components dl {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px rgba(255,255,255,0.5);;
}

.p-brandFeatures__content .list-components dt {
  font-family: "Noto Serif JP", serif;
}

.p-brandFeatures__note {
  margin-top: 40px;
}

.p-brandFeatures__note p {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-brandFeatures {
    padding: 100px 30px;
  }

  .p-brandFeatures__inner {
    max-width: 1440px;
    margin:  0 auto;
  }

  .p-brandFeatures__title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .p-brandFeatures__content > li {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandFeatures__content h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .p-brandFeatures__content h4 em {
    font-size: 100px;
  }

  .p-brandFeatures__content p {
    font-size: 16px;
    line-height: 2.2;
  }

  .p-brandFeatures__content .list-disc li {
    font-size: 16px;
    line-height: 1.8;
  }

  .p-brandFeatures__content .feature-middle {
    display: flex;
    align-items: center;
  }

  .p-brandFeatures__content .list-components {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-brandFeatures {
    padding: 80px 16px;
  }

  .p-brandFeatures__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .p-brandFeatures__content {
    max-width: 400px;
    margin:  0 auto;
  }
  .p-brandFeatures__content > li {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 12px;
  }

  .p-brandFeatures__content > li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-brandFeatures__content h4 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .p-brandFeatures__content h4 em {
    font-size: 80px;
  }

  .p-brandFeatures__content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandFeatures__content .list-disc li {
    font-size: 12px;
    line-height: 1.8;
  }

  .p-brandFeatures__content > li:last-of-type {
    border-bottom: none;
  }

  .p-brandFeatures__note {
    margin-top: 20px;
  }
}


.p-brandHowto {
  
}

.p-brandHowto__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-brandHowto__lead {
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}

.p-brandHowto__step li ~ li {
  margin-top: 40px;
}

.p-brandHowto__step li h5 {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}

.p-brandHowto__step li h5 em {
  font-family: "STIX Two Text", serif;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .p-brandHowto {
    padding: 100px 30px;
    scroll-margin-top: 60px;
  }

  .p-brandHowto__inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-brandHowto__title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .p-brandHowto__lead {
    margin-bottom: 80px;
    font-size: 18px;
  }

  .p-brandHowto__step li {
    display: flex;
  }

  .p-brandHowto__step li figure {
    width: 48%;
    flex-shrink: 0;
  }

  .p-brandHowto__step li > div {
    flex: 1;
    padding-right: 28px;
  }

  .p-brandHowto__step li h5 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .p-brandHowto__step li h5 em {
    font-size: 48px;
  }

  .p-brandHowto__step li p {
    font-size: 16px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .p-brandHowto {
    padding: 80px 16px;
    scroll-margin-top: 55px;
  }

  .p-brandHowto__title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .p-brandHowto__lead {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .p-brandHowto__step {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-brandHowto__step li > div {
    margin-bottom: 12px;
  }

  .p-brandHowto__step li h5 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .p-brandHowto__step li h5 em {
    font-size: 32px;
  }

  .p-brandHowto__step li p {
    font-size: 14px;
    line-height: 1.8;
  }
}


.p-brandHowto__tips {

}

.p-brandHowto__tips h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  background-color: #222;
  color: white;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.p-brandHowto__tips h4 .icon {
  display: block;
  width: 28px;
  margin-right: 8px;
  line-height: 1;
}

.p-brandHowto__tips dt {
  padding-left: 12px;
  border-left: solid 4px #444;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
}

.p-brandHowto__tips dd .video {
  aspect-ratio: 560/315;
}

.p-brandHowto__tips dd iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-brandHowto__tips article {
    margin-top: 80px;
  }

  .p-brandHowto__tips h4 {
    font-size: 26px;
  }

  .p-brandHowto__tips dt {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .p-brandHowto__tips dd {
    font-size: 16px;
    line-height: 2.2;
  }

  .p-brandHowto__tips .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-brandHowto__tips article {
    margin-top: 40px;
  }

  .p-brandHowto__tips h4 {
    font-size: 18px;
    padding: 10px;
  }

  .p-brandHowto__tips h4 .icon {
    width: 20px;
  }

  .p-brandHowto__tips dt {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .p-brandHowto__tips dd {
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandHowto__tips dl ~ dl {
    margin-top: 30px;
  }
}


.p-brandLineup {
  background-color: white;
}

.p-brandLineup__title {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-brandLineup__content p {
  display: flex;
  align-items: center;
}

.p-brandLineup__content p .number {
  width: 50px;
  font-family: "STIX Two Text", serif;
  flex-shrink: 0;
}

.p-brandLineup__content p .text {
  flex: 1;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 700;
}

.p-brandLineup__content p .text small {
  font-size: 70%;
}

@media screen and (min-width: 768px) {
  .p-brandLineup {
    padding: 100px 30px;
  }

  .p-brandLineup__inner {
    max-width: 1440px;
    margin: 0 auto;
  }

  .p-brandLineup__title {
    margin-bottom: 42px;
    font-size: 42px;
  }

  .p-brandLineup__content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandLineup__content p .number {
    font-size: 65px;
  }

  .p-brandLineup__content p .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-brandLineup {
    padding: 80px 16px;
  }

  .p-brandLineup__title {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .p-brandLineup__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    max-width: 400px;
    margin: 0 auto;
  }

  .p-brandLineup__content p .number {
    font-size: 65px;
  }

  .p-brandLineup__content p .text {
    font-size: 20px;
  }
}



.p-brandFeedback__title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-brandFeedback__list > dl {
  position: relative;
  background-color: white;
}

.p-brandFeedback__list > dl .icon {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
}

.p-brandFeedback__list > dl dt {
  font-weight: 700;
  border-bottom: dashed 1px #222;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-brandFeedback {
    padding: 100px 30px;
  }

  .p-brandFeedback__inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-brandFeedback__title {
    font-size: 42px;
    margin-bottom: 80px;
  }

  .p-brandFeedback__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandFeedback__list > dl {
    padding: 40px;
  }

  .p-brandFeedback__list > dl dt {
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.6;
  }

  .p-brandFeedback__list > dl dd {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2.2;
  }

  .p-brandFeedback__note {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .p-brandFeedback {
    padding: 80px 10px;
  }

  .p-brandFeedback__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .p-brandFeedback__list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandFeedback__list > dl {
    padding: 16px 12px;
  }

  .p-brandFeedback__list > dl dt {
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.6;
  }

  .p-brandFeedback__list > dl dd {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandFeedback__note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
}


.p-brandSubscribe {
  background-color: white;
}

.p-brandSubscribe__title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-brandSubscribe__lead {
  text-align: center;
  line-height: 1.6;
}

.p-brandSubscribe__contenttitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  color: #D7BB59;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.p-brandSubscribe__contenttitle .number {
  display: inline-block;
}

.p-brandSubscribe__content h5 {
  display: flex;
  align-items: center;
  padding-top: 8px;
  border-bottom: solid 1px #595959;
}

.p-brandSubscribe__content h5 .number {
  color: #595959;
  font-family: "STIX Two Text", serif;
  flex-shrink: 0;
  line-height: 1;
}

.p-brandSubscribe__content h5 .text {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-brandSubscribe__content h5 .text em {
  color: #D7BB59;
}

.p-brandSubscribe__content figure {
  display: block;
}

.p-brandSubscribe__contentBottom {
  text-align: center;
}

.p-brandSubscribe__btn {
  display: inline-block;
  border-radius: 100px;
  background: #222;
  box-shadow: 0px 3px 0px 0px #EAD897;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 8px;
  color: #D7BB59 !important;
  transition: opacity 0.3s;
}

.p-brandSubscribe__btn:hover {
  color: #D7BB59 !important;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .p-brandSubscribe {
    padding: 100px 30px;
  }

  .p-brandSubscribe__inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-brandSubscribe__title {
    font-size: 42px;
    margin-bottom: 42px;
  }

  .p-brandSubscribe__lead {
    font-size: 18px;
    margin-bottom: 80px;
  }

  .p-brandSubscribe__contenttitle {
    font-size: 28px;
    margin-bottom: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-brandSubscribe__contenttitle .number {
    width: 125px;
    margin: 0 16px;
  }

  .p-brandSubscribe__content h5 {
    margin-bottom: 28px;
    font-weight: 700;
  }

  .p-brandSubscribe__content h5 .number {
    width: 100px;
    font-size: 120px;
  }

  .p-brandSubscribe__content h5 .text {
    margin-top: -20px;
    font-size: 34px;
  }

  .p-brandSubscribe__content h5 .text small {
    font-size: 24px;
  }

  .p-brandSubscribe__content p {
    padding:  0 34px;
    font-size: 16px;
    line-height: 2.2;
  }

  .p-brandSubscribe__content figure {
    margin-top: 40px;
  }

  .p-brandSubscribe__contentUpper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 90px;
  }

  .p-brandSubscribe__contentLower {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 90px;
  }

  .p-brandSubscribe__contentBottom {
    margin-top: 40px;
  }

  .p-brandSubscribe__btn {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .p-brandSubscribe {
    padding: 80px 16px;
  }

  .p-brandSubscribe__title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .p-brandSubscribe__lead {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .p-brandSubscribe__contenttitle {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-brandSubscribe__contenttitle .number {
    width: 80px;
    margin: 0 8px;
  }

  .p-brandSubscribe__content h5 {
    margin-bottom: 20px;
  }

  .p-brandSubscribe__content h5 .number {
    width: 80px;
    font-size: 100px;
  }

  .p-brandSubscribe__content h5 .text {
    margin-top: -10px;
    font-size: 20px;
  }

  .p-brandSubscribe__content h5 .text small {
    font-size: 20px;
  }

  .p-brandSubscribe__content p {
    padding:  0 8px;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-brandSubscribe__content figure {
    margin-top: 12px;
  }

  .p-brandSubscribe__contentUpper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandSubscribe__contentLower {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }

  .p-brandSubscribe__contentBottom {
    margin-top: 40px;
  }

  .p-brandSubscribe__btn {
    font-size: 16px;
    width: 80%;
  }
}





