@charset "UTF-8";
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
.page-contentspages .c-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.page-contentspages .c-ttl .subttl {
  font-weight: bold;
  color: #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages .c-ttl .subttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages .c-ttl .subttl {
    font-size: 10px;
  }
}
.page-contentspages .c-ttl .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page-contentspages .c-ttl .ttl {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages .c-ttl .ttl {
    margin-top: 8px;
  }
}
.page-contentspages .c-link a {
  background: #c0a951;
  letter-spacing: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 20px rgba(0,0,0,0.161);
  padding: 16px 25px;
  min-width: 238px;
}
.page-contentspages .c-link a:hover {
  opacity: 0.7;
}
.page-contentspages .c-link a span {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.page-contentspages .c-link a:after {
  content: '';
  display: block;
  width: 23px;
  height: 10px;
  background-image: url("/img/usr/freepage/common/arrow_right_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap");
.page-contentspages-brand_introduction {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000;
  background-image: url("/img/usr/freepage/brand_intro/bg.png");
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction {
    font-size: 14px;
  }
}
.page-contentspages-brand_introduction a {
  color: #000;
}
.page-contentspages-brand_introduction .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-contentspages-brand_introduction .inner_m {
  max-width: 1000px;
  margin: 0 auto;
}
.page-contentspages-brand_introduction .wave {
  font-size: 0;
  margin-bottom: -1px;
}
.page-contentspages-brand_introduction h3.ttl {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.page-contentspages-brand_introduction h3.ttl:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  margin: 27px auto 30px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction h3.ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction h3.ttl {
    font-size: 20px;
    padding: 0;
  }
}
.page-contentspages-brand_introduction h4.ttl {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction h4.ttl {
    margin: 0 0 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction h4.ttl {
    font-size: 18px;
    padding: 0;
    margin: 0 0 20px;
  }
}
.page-contentspages-brand_introduction .fv {
  width: 100%;
  position: relative;
  background-color: #000;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}
.page-contentspages-brand_introduction .fv:before {
  z-index: 5;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv {
    overflow: hidden;
    height: 740px;
    background-image: url("/img/usr/freepage/brand_intro/mv_pc.png");
  }
  .page-contentspages-brand_introduction .fv:before {
    max-height: 123px;
    min-height: 90px;
    aspect-ratio: 15.555555555555555;
    background-image: url("/img/usr/freepage/brand_intro/mv_bottom_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    aspect-ratio: 150/283;
    min-height: 714px;
    background-size: cover;
    background-image: url("/img/usr/freepage/brand_intro/mv_sp.png");
  }
  .page-contentspages-brand_introduction .fv:before {
    aspect-ratio: 8.333333333333334;
    background-image: url("/img/usr/freepage/brand_intro/mv_bottom_sp.png");
  }
}
.page-contentspages-brand_introduction .fv .inner {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .inner {
    z-index: 2;
  }
  .page-contentspages-brand_introduction .fv .inner:before {
    position: absolute;
    content: "";
    z-index: 1;
    width: calc((1864 / 1400) * 100%);
    top: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 589px;
    background-image: url("/img/usr/freepage/brand_intro/mv_cloud.png");
    background-size: 100% 100%;
    overflow: hidden;
  }
}
.page-contentspages-brand_introduction .fv .main {
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .main {
    position: relative;
    z-index: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 84px calc((128 / 1400) * 100%) 0 calc((146 / 1400) * 100%);
  }
  .page-contentspages-brand_introduction .fv .main:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)), color-stop(66%, rgba(0,0,0,0.988)), to(#000)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.988) 66%, #000 100%) 0% 0% no-repeat padding-box;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv .main {
    position: absolute;
    padding-right: 26px;
    width: 100%;
    height: 396px;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .main .inr {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv .main .inr {
    max-width: 100%;
    width: 100%;
  }
}
.page-contentspages-brand_introduction .fv .main .inr .subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "BIZ UDPMincho", serif;
  letter-spacing: 0.1em;
  color: #c0a951;
}
.page-contentspages-brand_introduction .fv .main .inr .subttl:after {
  content: "";
  display: block;
  width: 1px;
  margin: 10px auto 0;
  background: #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .main .inr .subttl {
    font-size: 20px;
  }
  .page-contentspages-brand_introduction .fv .main .inr .subttl:after {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv .main .inr .subttl {
    font-size: 16px;
    text-align: center;
  }
  .page-contentspages-brand_introduction .fv .main .inr .subttl:after {
    height: 60px;
  }
}
.page-contentspages-brand_introduction .fv .main .inr .ttl {
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1;
}
.page-contentspages-brand_introduction .fv .main .inr .ttl span {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .main .inr .ttl {
    font-size: 34px;
    margin: 0 39px 0 60px;
  }
  .page-contentspages-brand_introduction .fv .main .inr .ttl span + span {
    padding-top: 231px;
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv .main .inr .ttl {
    font-size: 24px;
    margin: 0 15px 0 30px;
  }
  .page-contentspages-brand_introduction .fv .main .inr .ttl span + span {
    padding-top: 144px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .fv .main .inr .txt {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .fv .main .inr .txt {
    padding-top: 28px;
  }
}
.page-contentspages-brand_introduction .c-ttl {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .c-ttl {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .c-ttl {
    margin-bottom: 40px;
  }
}
.page-contentspages-brand_introduction .c-ttl .ttl {
  line-height: 1;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .c-ttl .ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .c-ttl .ttl {
    font-size: 24px;
  }
}
.page-contentspages-brand_introduction .c-ttl:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/img/usr/freepage/brand_intro/signal.png");
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .c-ttl:before {
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .c-ttl:before {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .vertical.c-ttl {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
  .page-contentspages-brand_introduction .vertical.c-ttl:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 6px 0 0;
  }
}
.page-contentspages-brand_introduction .vertical.c-ttl .ttl {
  letter-spacing: 0.15em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .vertical.c-ttl .ttl {
    margin: 0 20px 0 11px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .vertical.c-ttl .subttl {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.page-contentspages-brand_introduction .greeting {
  background: #1c1c14;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .greeting {
    padding: 72px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .greeting {
    padding: 30px 15px 60px;
  }
}
.page-contentspages-brand_introduction .greeting .inner {
  max-width: 895px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .greeting_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
}
.page-contentspages-brand_introduction .greeting h3.ttl {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .greeting h3.ttl {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .greeting h3.ttl {
    margin-bottom: 30px;
  }
}
.page-contentspages-brand_introduction .greeting h3.ttl:after {
  content: none;
}
.page-contentspages-brand_introduction .greeting .greeting_txt p + p {
  margin-top: 20px;
}
.page-contentspages-brand_introduction .index_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_wrap:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1.5px;
    background: #999;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contentspages-brand_introduction .index_wrap:after {
    position: absolute;
    content: "";
    width: 1.5px;
    height: 8px;
    background: #999;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.page-contentspages-brand_introduction .index_wrap.is_open:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.page-contentspages-brand_introduction .index_contents {
  background: rgba(255,255,255,0.3);
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .index_contents {
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: calc((80 / 1080) * 100%);
       -moz-column-gap: calc((80 / 1080) * 100%);
            column-gap: calc((80 / 1080) * 100%);
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_contents {
    margin-bottom: 64px;
    padding: 20px;
  }
}
.page-contentspages-brand_introduction .index_contents .c-ttl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_contents .c-ttl {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contentspages-brand_introduction .index_contents .c-ttl:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .page-contentspages-brand_introduction .index_contents .c-ttl .ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 10px 0 15px;
  }
  .page-contentspages-brand_introduction .index_contents .c-ttl .subttl {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .index_main_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: calc((45 / 1200) * 100%);
       -moz-column-gap: calc((45 / 1200) * 100%);
            column-gap: calc((45 / 1200) * 100%);
    width: 100%;
    max-width: 892px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_main_list {
    display: none;
    margin-top: 8px;
  }
}
.page-contentspages-brand_introduction .index_main_list a {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .index_main_list a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_main_list a {
    line-height: 1;
    padding: 22px 0;
    background-image: url("/img/usr/freepage/brand_intro/nav_sp.png");
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 9.5px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_sub_list {
    border-bottom: solid 1px #c0a951;
  }
}
.page-contentspages-brand_introduction .index_sub_list li:first-child {
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .index_sub_list li:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-contentspages-brand_introduction .index_sub_list li:first-child a {
    background-position: left top 13px;
    padding-bottom: 10px;
    padding-left: 24px;
    background-image: url("/img/usr/freepage/brand_intro/nav_main.png");
    background-size: 11.5px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_sub_list li:first-child {
    font-size: 18px;
    border-bottom: solid 1px #c0a951;
  }
}
.page-contentspages-brand_introduction .index_sub_list li:not(:first-child) {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .index_sub_list li:not(:first-child) a {
    background-position: left center;
    padding: 10px 0 10px 14px;
    background-image: url("/img/usr/freepage/brand_intro/nav_sub.png");
    background-size: 7px auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .index_sub_list li:not(:first-child) {
    border-top: solid 1px #e3e3e3;
    font-size: 14px;
  }
  .page-contentspages-brand_introduction .index_sub_list li:not(:first-child) a {
    color: #222;
  }
}
.page-contentspages-brand_introduction .about {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-contentspages-brand_introduction .about:after {
  display: block;
  content: "";
  background-size: 100% 100%;
  overflow: hidden;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about {
    padding-top: 100px;
  }
  .page-contentspages-brand_introduction .about:after {
    margin: 26px -100px 0;
    height: 292px;
    background-image: url("/img/usr/freepage/brand_intro/about_bottom_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about {
    padding-top: 36px;
  }
  .page-contentspages-brand_introduction .about:after {
    margin: 26px -15px 0;
    height: 126px;
    background-image: url("/img/usr/freepage/brand_intro/about_bottom_sp.png");
  }
}
.page-contentspages-brand_introduction .about .flex {
  position: relative;
  z-index: 0;
}
.page-contentspages-brand_introduction .about .flex:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  border: solid 1px #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex:before {
    width: calc((670 / 1200) * 100vw);
    max-width: 670px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex:before {
    left: 0;
    width: 100%;
    height: calc(100% - 164px);
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex:nth-of-type(odd):before {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex:nth-of-type(even):before {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex + .flex {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 60px;
    padding: 30px 20px 0;
  }
}
.page-contentspages-brand_introduction .about .flex .img {
  position: relative;
  z-index: 1;
}
.page-contentspages-brand_introduction .about .flex .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex .img {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex .main {
    padding: 80px 13.333333333333334%;
  }
}
.page-contentspages-brand_introduction .about .flex .main b {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .flex .main b {
    display: block;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex .main b {
    font-size: 18px;
    text-align: center;
    display: block;
  }
}
.page-contentspages-brand_introduction .about .flex .main p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  margin: 20px 0;
}
.page-contentspages-brand_introduction .about .flex .main p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex .main p {
    font-size: 14px;
  }
}
.page-contentspages-brand_introduction .about .flex .main p span {
  font-size: 13px;
  color: #888;
}
.page-contentspages-brand_introduction .about .flex .main .c-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .flex .main .c-link {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .about .founded.splide,
  .page-contentspages-brand_introduction .about .select.splide {
    padding: 34px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .founded.splide,
  .page-contentspages-brand_introduction .about .select.splide {
    padding-bottom: 19px;
  }
}
.page-contentspages-brand_introduction .about .founded img,
.page-contentspages-brand_introduction .about .select img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-contentspages-brand_introduction .about .founded .splide__pagination,
.page-contentspages-brand_introduction .about .select .splide__pagination {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-contentspages-brand_introduction .about .founded .splide__pagination.splide__pagination--ltr,
.page-contentspages-brand_introduction .about .select .splide__pagination.splide__pagination--ltr {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .about .founded,
  .page-contentspages-brand_introduction .about .select {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-contentspages-brand_introduction .process {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-contentspages-brand_introduction .process:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process {
    margin-top: -81px;
    padding-bottom: 80px;
  }
  .page-contentspages-brand_introduction .process:before {
    top: 81px;
    height: calc(100% - 81px);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process {
    margin-top: -53px;
    padding-bottom: 60px;
  }
  .page-contentspages-brand_introduction .process:before {
    top: 53px;
    height: calc(100% - 53px);
  }
}
.page-contentspages-brand_introduction .process .txt {
  text-align: center;
}
.page-contentspages-brand_introduction .process .group {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group {
    border-top: solid 1px #cecece;
    margin-top: 60px;
    padding: 60px 30px 0 179px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group {
    margin-top: 50px;
    padding-left: 77px;
  }
}
.page-contentspages-brand_introduction .process .group .box {
  position: relative;
}
.page-contentspages-brand_introduction .process .group .box:not(:last-child) {
  margin-bottom: 20px;
}
.page-contentspages-brand_introduction .process .group .box:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0;
  background: #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box:not(:last-child) {
    padding-bottom: 48px;
  }
  .page-contentspages-brand_introduction .process .group .box:not(:last-child):before {
    height: calc(100% - 88px);
    left: -91px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box:not(:last-child) {
    padding-bottom: 23px;
  }
  .page-contentspages-brand_introduction .process .group .box:not(:last-child):before {
    height: calc(100% - 82px);
    left: -45px;
  }
}
.page-contentspages-brand_introduction .process .group .box img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box img {
    width: 260px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box img + img {
    margin-top: 10px;
  }
}
.page-contentspages-brand_introduction .process .group .box .ttl {
  position: relative;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.page-contentspages-brand_introduction .process .group .box .ttl:before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number, cjk-ideographic);
  font-size: 22px;
  top: 0;
  color: #c0a951;
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/img/usr/freepage/brand_intro/num_wrap.png");
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box .ttl {
    line-height: 1;
    padding-top: 20px;
  }
  .page-contentspages-brand_introduction .process .group .box .ttl:before {
    left: -122px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box .ttl {
    padding-top: 17px;
    line-height: 1;
  }
  .page-contentspages-brand_introduction .process .group .box .ttl:before {
    left: -77px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box .txt {
    font-size: 15px;
    padding-right: 90px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box .txt {
    font-size: 14px;
    margin-top: 13px;
  }
}
.page-contentspages-brand_introduction .process .group .box .txt p {
  line-height: 1.8;
  text-align: justify;
}
.page-contentspages-brand_introduction .process .group .box .txt span {
  text-align: left;
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #888;
}
.page-contentspages-brand_introduction .process .group .box .c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-contentspages-brand_introduction .process .group .box .c-link a {
  padding-right: 18px;
}
.page-contentspages-brand_introduction .process .group .box .c-link a:after {
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box .c-link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box .c-link {
    margin-top: 30px;
  }
  .page-contentspages-brand_introduction .process .group .box .c-link a {
    padding: 14px 13px;
  }
}
.page-contentspages-brand_introduction .process .group .box .particulars {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .process .group .box .particulars {
    min-height: 232px;
  }
  .page-contentspages-brand_introduction .process .group .box .particulars img {
    float: left;
    width: 180px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .process .group .box .particulars {
    padding: 20px;
  }
  .page-contentspages-brand_introduction .process .group .box .particulars img {
    width: 180px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-contentspages-brand_introduction .particulars_hidden {
  display: none;
  margin-top: 18px;
}
.page-contentspages-brand_introduction .particulars {
  font-size: 14px;
  padding: 30px;
  border: solid 1px #c0a951;
}
.page-contentspages-brand_introduction .particulars_ttl {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .particulars_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .particulars_ttl {
    padding-right: 29px;
  }
}
.page-contentspages-brand_introduction .safety {
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety {
    text-align: center;
    padding: 520px 100px 60px;
    background-image: url("/img/usr/freepage/brand_intro/sefety_pc.png");
    background-size: 100% 546px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety {
    padding: 170px 15px 34px;
    background-image: url("/img/usr/freepage/brand_intro/sefety_sp.png");
    background-size: 100% 146px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .txt + h4 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .txt + h4 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety h4.ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .particulars {
    margin-top: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars {
    margin-top: 40px;
  }
}
.page-contentspages-brand_introduction .safety .particulars.example {
  position: relative;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars.example {
    margin-top: 52px;
    padding: 20px 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .particulars.example .particulars_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars.example .particulars_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 84px auto;
    grid-template-columns: 84px auto;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars.example .particulars_block + .particulars_block {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars.label {
    padding: 25px;
  }
}
.page-contentspages-brand_introduction .safety .particulars.label .particulars_block img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .particulars.label .particulars_block img {
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars.label .particulars_block img {
    max-width: 80%;
  }
}
.page-contentspages-brand_introduction .safety .particulars_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .particulars_block + .particulars_block {
    border-left: solid 1px #c0a951;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars_block + .particulars_block {
    padding-top: 31px;
    margin-top: 31px;
    border-top: solid 1px #c0a951;
  }
}
.page-contentspages-brand_introduction .safety .example_head {
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  position: absolute;
  font-family: "BIZ UDPMincho", serif;
  color: #bfa646;
  text-align: center;
}
.page-contentspages-brand_introduction .safety .example_head:before,
.page-contentspages-brand_introduction .safety .example_head:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  max-width: 380px;
  background: #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .example_head {
    font-size: 24px;
    top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .example_head {
    font-size: 18px;
    top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .ex_ttl {
    width: 100%;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .ex_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .particulars_detail {
    font-size: 12px;
  }
}
.page-contentspages-brand_introduction .safety .group {
  border-top: solid 1px #cecece;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .group {
    padding-top: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .group {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .cha-img {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .cha-img {
    width: 100vw;
    margin: 0 -15px 40px;
  }
}
.page-contentspages-brand_introduction .safety .txt p + p {
  margin-top: 20px;
}
.page-contentspages-brand_introduction .safety .c-link.cha-link a {
  position: relative;
}
.page-contentspages-brand_introduction .safety .c-link.cha-link a img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .safety .c-link.cha-link a {
    margin-top: 96px;
    max-width: 885px;
    width: 100%;
    padding: 27px 87px 27px 245px;
  }
  .page-contentspages-brand_introduction .safety .c-link.cha-link a img {
    top: -46px;
    width: 144px;
    left: 51px;
  }
  .page-contentspages-brand_introduction .safety .c-link.cha-link a span {
    letter-spacing: 0.05em;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .safety .c-link.cha-link a {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 52px;
    padding: 14px 20px 14px 138px;
  }
  .page-contentspages-brand_introduction .safety .c-link.cha-link a img {
    width: 98px;
    left: 20px;
    top: -12px;
  }
  .page-contentspages-brand_introduction .safety .c-link.cha-link a span {
    line-height: 1.5;
    font-size: 14px;
  }
  .page-contentspages-brand_introduction .safety .c-link.cha-link a:after {
    margin-bottom: 3px;
  }
}
.page-contentspages-brand_introduction .award {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award {
    padding: 38px 0 111px;
    background-image: url("/img/usr/freepage/brand_intro/award_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.page-contentspages-brand_introduction .award h3.ttl:after {
  margin-bottom: 17px;
}
.page-contentspages-brand_introduction .award .inner {
  position: relative;
  max-width: 1400px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award .inner {
    z-index: 0;
    padding: 90px 0 239px;
    background-position: top center;
  }
  .page-contentspages-brand_introduction .award .inner:before {
    position: absolute;
    content: "";
    width: calc((2236 / 1400) * 100%);
    height: 100%;
    background-image: url("/img/usr/freepage/brand_intro/award_bg_pc.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
.page-contentspages-brand_introduction .award .main_small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award .main_small {
    font-size: 16px;
  }
}
.page-contentspages-brand_introduction .award .main_title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award .main_title {
    font-size: 34px;
    margin-right: 25px;
  }
  .page-contentspages-brand_introduction .award .main_title + .main_title {
    padding-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award .main_title {
    margin-top: 28px;
    font-size: 24px;
    margin-right: 6px;
  }
  .page-contentspages-brand_introduction .award .main_title + .main_title {
    padding-top: 14px;
  }
}
.page-contentspages-brand_introduction .award .main_title span {
  display: inline-block;
  margin: 5px 0;
}
.page-contentspages-brand_introduction .award_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-column-gap: calc((72 / 1400) * 100%);
     -moz-column-gap: calc((72 / 1400) * 100%);
          column-gap: calc((72 / 1400) * 100%);
  row-gap: 36px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_contents {
    margin-top: 60px;
  }
}
.page-contentspages-brand_introduction .award_img {
  position: relative;
  max-width: 666px;
  font-size: 0;
}
.page-contentspages-brand_introduction .award_img .bottle {
  position: absolute;
  max-width: 206px;
  top: 35px;
  left: 95px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_img .bottle {
    width: 114px;
    top: 20px;
    left: 15px;
  }
}
.page-contentspages-brand_introduction .award_img .c-link {
  position: absolute;
  bottom: -26px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_img .c-link {
    right: 57px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_img .c-link {
    right: 15px;
  }
  .page-contentspages-brand_introduction .award_img .c-link a {
    padding: 16px 11px 16px 16px;
    min-width: 100%;
  }
  .page-contentspages-brand_introduction .award_img .c-link a:after {
    width: 22px;
    height: 10px;
  }
}
.page-contentspages-brand_introduction .award_introduction {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_introduction {
    padding-right: calc((100 / 1400) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_introduction {
    padding: 0 15px;
  }
}
.page-contentspages-brand_introduction .award_introduction .main_small,
.page-contentspages-brand_introduction .award_introduction .main_title {
  font-family: "BIZ UDPMincho", serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_detail {
    padding-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_detail {
    padding-top: 34px;
  }
}
.page-contentspages-brand_introduction .award_detail_item {
  background-size: 100% 100%;
  background-image: url("/img/usr/freepage/brand_intro/award_wrap.png");
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_detail_item {
    width: 107px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_detail_item {
    padding-top: 22px;
    width: 78px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .award_detail .award_txt {
    margin-right: 50px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .award_detail .award_txt {
    margin-right: 16px;
    margin-left: 6px;
  }
}
.page-contentspages-brand_introduction .knowledge_main {
  position: relative;
  color: #fff;
  background: #1c1c14;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_main {
    padding: 62px 100px 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main {
    padding: 15px 0 58px;
  }
}
.page-contentspages-brand_introduction .knowledge_main .grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_main .grid:first-of-type {
    padding-top: 36px;
    margin: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .grid:first-of-type {
    margin: 40px 0;
  }
  .page-contentspages-brand_introduction .knowledge_main .grid:first-of-type .img {
    padding-right: 15px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_main .grid:nth-of-type(2) .img {
    padding-left: 82px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .grid:nth-of-type(2) .img {
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_main .txt {
    padding-left: 82px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_main .txt p + p {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_main .txt p + p {
    margin-top: 20px;
  }
}
.page-contentspages-brand_introduction .knowledge {
  overflow: hidden;
}
.page-contentspages-brand_introduction .knowledge:after {
  display: block;
  content: "";
  background-size: 100% 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge:after {
    margin-top: -10px;
    width: 100vw;
    height: 292px;
    background-image: url("/img/usr/freepage/brand_intro/about_bottom_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge:after {
    margin: 0 -15px;
    height: 126px;
    background-image: url("/img/usr/freepage/brand_intro/about_bottom_sp.png");
  }
}
.page-contentspages-brand_introduction .knowledge .c-ttl {
  margin: 0;
}
.page-contentspages-brand_introduction .knowledge .main_ttl {
  position: absolute;
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge .main_ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 30px;
    top: 0;
    left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge .main_ttl {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    top: 102px;
    width: calc(100% - 15px);
    font-size: 24px;
    line-height: 1;
    padding-left: 15px;
  }
  .page-contentspages-brand_introduction .knowledge .main_ttl span {
    display: block;
  }
  .page-contentspages-brand_introduction .knowledge .main_ttl span:first-of-type {
    margin-right: 6px;
    padding-top: 104px;
  }
}
.page-contentspages-brand_introduction .knowledge .group {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge .group {
    z-index: 0;
    margin-top: 90px;
    padding-top: 339px;
    padding-bottom: 10px;
  }
  .page-contentspages-brand_introduction .knowledge .group:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
  }
  .page-contentspages-brand_introduction .knowledge .group + .group {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge .group {
    background-size: 100% 134px;
    padding-top: 105px;
    padding-bottom: 60px;
  }
}
.page-contentspages-brand_introduction .knowledge .group .c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-contentspages-brand_introduction .knowledge .group .c-link a {
  width: 290px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge .group .c-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge .group .c-link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction #taste .group:before {
    background-image: url("/img/usr/freepage/brand_intro/taste_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction #taste .group {
    background-image: url("/img/usr/freepage/brand_intro/taste_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction #health .group:before {
    background-image: url("/img/usr/freepage/brand_intro/health_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction #health .group {
    background-image: url("/img/usr/freepage/brand_intro/health_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction #health .main_detail {
    margin-bottom: 77px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction #recommend .group:before {
    background-image: url("/img/usr/freepage/brand_intro/rec_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction #recommend .group {
    background-image: url("/img/usr/freepage/brand_intro/rec_sp.png");
  }
}
.page-contentspages-brand_introduction #recommend .wave {
  margin-bottom: -60px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .knowledge_side {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .knowledge_side {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .main_detail {
    margin-bottom: 40px;
  }
}
.page-contentspages-brand_introduction .main_detail .inner {
  max-width: 1030px;
  padding: 0 15px;
}
.page-contentspages-brand_introduction .main_detail .inr {
  position: relative;
  background: #fff;
  max-width: 708px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .main_detail .inr {
    padding: 60px 60px 60px 0;
  }
  .page-contentspages-brand_introduction .main_detail .inr:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .main_detail .inr {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .main_detail h4.ttl {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .main_detail h4.ttl {
    margin-bottom: 20px;
  }
}
.page-contentspages-brand_introduction .ex_img {
  max-width: 996px;
  margin: 74px auto 0;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .ex_img {
    width: calc(100% - 30px);
    margin-top: 36px;
  }
}
.page-contentspages-brand_introduction .situation_block {
  border-top: solid 1px #cecece;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .situation_block {
    padding-top: 77px;
    margin-top: 88px;
  }
  .page-contentspages-brand_introduction .situation_block .txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .situation_block {
    margin: 40px 15px 0;
    padding-top: 40px;
  }
}
.page-contentspages-brand_introduction .splide.situation {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .splide.situation {
    margin-top: 50px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .splide.situation {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .splide__pagination.splide__pagination--ltr {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .splide__pagination.splide__pagination--ltr {
    bottom: 23px;
  }
}
.page-contentspages-brand_introduction .splide__arrows.splide__arrows--ltr {
  position: absolute;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .splide__arrows.splide__arrows--ltr {
    height: 60px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .splide__arrows.splide__arrows--ltr {
    height: 50px;
    width: 305px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
}
.page-contentspages-brand_introduction .splide__arrow {
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  background-color: #fff;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border: solid 1px #c0a951;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .splide__arrow {
    background-size: 11px auto;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .splide__arrow {
    background-size: 9px auto;
    width: 50px;
    height: 50px;
  }
}
.page-contentspages-brand_introduction .splide__arrow svg {
  display: none;
}
.page-contentspages-brand_introduction .splide__arrow--prev {
  background-image: url("/img/usr/freepage/brand_intro/prev.png");
  left: 0;
}
.page-contentspages-brand_introduction .splide__arrow--next {
  background-image: url("/img/usr/freepage/brand_intro/next.png");
  right: 0;
}
.page-contentspages-brand_introduction .splide__pagination__page {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #d1d1d1;
  margin: 0 2.5px;
}
.page-contentspages-brand_introduction .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #c0a951;
}
.page-contentspages-brand_introduction .situation_item {
  max-width: 1000px;
  background: rgba(255,255,255,0.3);
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .situation_item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 70px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .situation_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 100%;
    margin-right: 20px;
    max-width: 305px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .situation_item .detail {
    padding: 0 21%;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .situation_item .detail {
    padding: 30px 20px;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-contentspages-brand_introduction .situation_item .ttl {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .situation_item .ttl {
    text-align: center;
  }
}
.page-contentspages-brand_introduction .component_list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .component_list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
    row-gap: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .component_list {
    padding: 0 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 60px;
    margin-top: 30px;
    margin-bottom: 34px;
  }
}
.page-contentspages-brand_introduction .component_list .name {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-contentspages-brand_introduction .component_list .txt {
  font-size: 14px;
}
.page-contentspages-brand_introduction .component_list .txt b {
  text-decoration: underline;
}
.page-contentspages-brand_introduction .shopping {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .shopping {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .shopping {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-contentspages-brand_introduction .shopping .c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .shopping .c-link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .shopping .c-link {
    margin-top: 30px;
  }
}
.page-contentspages-brand_introduction .item_list {
  margin: 108px 0 80px;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .item_list {
    margin: 40px 0 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.page-contentspages-brand_introduction .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 141px auto;
    grid-template-columns: 141px auto;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.page-contentspages-brand_introduction .item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.page-contentspages-brand_introduction .item_txt {
  font-size: 12px;
  font-weight: 600;
}
.page-contentspages-brand_introduction .item_cat_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  row-gap: 5px;
  margin-bottom: 2px;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat_sale {
  background: #c0a951;
  color: #fff;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat_buy {
  color: #019061;
  background: #fff;
  border: solid 1px #019061;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat_new {
  color: #fff;
  background: #f60;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat_pick {
  background: #fff;
  color: #f60;
  border: solid 1px #f60;
}
.page-contentspages-brand_introduction .item_cat_wrap .cat_send {
  color: #000;
  background: #fff;
  border: solid 1px #000;
}
.page-contentspages-brand_introduction .item_price {
  text-align: right;
}
.page-contentspages-brand_introduction .item_price .price {
  font-family: "BIZ UDPMincho", serif;
  font-size: 19px;
  font-weight: bold;
  margin-right: 4px;
}
.page-contentspages-brand_introduction .item_price .yen {
  font-size: 14px;
}
.page-contentspages-brand_introduction .cart_btn {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #c0a951;
  border-radius: 4px;
  line-height: 60px;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .cart_btn {
    line-height: 50px;
    font-size: 14px;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}
.page-contentspages-brand_introduction .cart_iconimg {
  margin-right: 10px;
  vertical-align: sub;
  width: 20px;
}
.page-contentspages-brand_introduction .act {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-contentspages-brand_introduction .act:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(255,255,255,0.3);
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act {
    margin-top: -50px;
    padding-bottom: 93px;
  }
  .page-contentspages-brand_introduction .act:before {
    top: 50px;
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act {
    margin-top: -35px;
    padding-bottom: 60px;
  }
  .page-contentspages-brand_introduction .act:before {
    top: 35px;
    height: calc(100% - 35px);
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act h3.ttl {
    margin-top: 70px;
  }
  .page-contentspages-brand_introduction .act h3.ttl:after {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act h3.ttl:after {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act .txt {
    text-align: center;
    max-width: 776px;
    margin: 0 auto;
  }
}
.page-contentspages-brand_introduction .act .txt p + p {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_contents {
    margin: 68px 0 76px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_contents {
    margin-top: 60px;
  }
}
.page-contentspages-brand_introduction .act_contents + .c-link {
  text-align: center;
}
.page-contentspages-brand_introduction .act_contents + .c-link a {
  width: 290px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_block {
    background-size: cover;
    height: 516px;
    padding: 0 calc((100 / 1200) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_block {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 -15px;
    padding: 100px 15px 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(1) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs1_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(1) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs1_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(2) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs2_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(2) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs2_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(3) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs3_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(3) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs3_sp.png");
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(4) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs4_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_block:nth-of-type(4) {
    background-image: url("/img/usr/freepage/brand_intro/sdgs4_sp.png");
  }
}
.page-contentspages-brand_introduction .act_block:nth-of-type(even) .act_topic {
  margin: 0 0 0 auto;
}
.page-contentspages-brand_introduction .act_topic {
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_topic {
    width: 370px;
    padding: 0 calc((40 / 1000) * 100%);
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_topic {
    padding: 20px;
  }
}
.page-contentspages-brand_introduction .act_topic h4.ttl {
  text-align: left;
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_topic h4.ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_topic h4.ttl {
    font-size: 18px;
  }
}
.page-contentspages-brand_introduction .act_topic .txt {
  text-align: left;
}
.page-contentspages-brand_introduction .act_topic span {
  display: block;
  color: #888;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_topic span {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_topic span {
    margin: 15px 0;
  }
}
.page-contentspages-brand_introduction .act_topic .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page-contentspages-brand_introduction .act_topic .tag img {
  width: 65px;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .act_topic .tag {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .act_topic .tag {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .temple {
    padding: 93px 100px 162px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .temple {
    padding: 60px 15px;
  }
}
.page-contentspages-brand_introduction .temple h3.ttl:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .temple h3.ttl {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .temple h3.ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .temple .situation_item {
    margin: 0 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .temple .situation_item {
    max-width: 100%;
    width: 100%;
    margin: 35px auto 0;
  }
  .page-contentspages-brand_introduction .temple .situation_item .ttl {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .page-contentspages-brand_introduction .temple .c-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contentspages-brand_introduction .temple .c-link {
    margin: 30px auto 0;
  }
}
.wrapper:not(:has(.block-thumbnail-h)) footer {
  margin-top: 0;
}
