/* $keyColor: #004198;
$logoColor: #005587;
$bgThum: #F6F6F8;
$bgBrown:#DEDAC8;
$gray: #707070;
$attention: #E23838; */
/* $keyColor: #004198;
$logoColor: #005587;
$bgThum: #F6F6F8;
$bgBrown:#DEDAC8;
$gray: #707070;
$attention: #E23838; */
/* .fade {
    transition: opacity 0.2s ease-in-out;
    backface-visibility: hidden;
}
.fade:hover {opacity: 0.8;} */
.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

/* --------------------
		common
-------------------- */
html {
  overflow: auto;
}

body {
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
}

.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.4em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome .nowrap, .komeList li .nowrap, .dotList li .nowrap {
  text-indent: 0;
}

.pc {
  display: none;
}

.minT {
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* $keyColor: #004198;
$logoColor: #005587;
$bgThum: #F6F6F8;
$bgBrown:#DEDAC8;
$gray: #707070;
$attention: #E23838; */
@media screen and (max-width: 767px) {
  .lower-page__wrapper--sided .lower-page__content {
    width: 100%;
  }
}
.videoListWrap {
  position: relative;
  width: 100%;
}

.video__list, .video__wrapper {
  margin-left: auto;
  width: 91.66%;
}

.video__list {
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .video__list, .video__wrapper {
    width: 100%;
  }
  .video__wrapper {
    padding: 5rem 0 0;
  }
}
.video__item {
  display: flex;
  align-items: center;
  padding: 3rem 1rem 3rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .video__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 3rem 3rem 0;
  }
}
.video__item::before {
  content: "";
  width: 0.5rem;
  height: 0.7rem;
  background: url("../img/icon/icon-gray-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .video__item::before {
    width: 0.8rem;
    height: 1rem;
  }
}
.video__item:not(:last-child) {
  border-bottom: 1px dotted #868686;
}

.video__wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
.video__wrap img {
  width: 16rem;
  margin-right: 2.5rem;
}

@media screen and (max-width: 767px) {
  .video__wrap {
    margin: 2rem 0 0;
  }
  .video__wrap img {
    width: 24rem;
    margin-right: 3rem;
  }
}
.video__wrap--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 0 2.5rem;
}

.video__wrap--reverse .news__date {
  margin: 0 0 0 3rem;
}

.video__date, .video__title {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .video__date, .video__title {
    font-size: 2.2rem;
  }
}
.video__date {
  margin-right: 3rem;
}

.video__title {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .video__title {
    font-size: 2.4rem;
    width: auto;
    flex: 1;
  }
}
.video__title--big {
  font-size: 2.6rem;
  font-weight: 400;
}

.video__details {
  padding-bottom: 7.5rem;
  border-bottom: 1px dotted #868686;
}
.video__details iframe {
  width: 100%;
  max-width: 1000px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 0 5rem;
}
.video__details p + iframe, .video__details div + iframe {
  margin-top: 5rem;
}
.video__details p {
  font-size: 1.9rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .video__details iframe {
    width: 108%;
    margin: 0 -4% 5rem;
  }
  .video__details p {
    font-size: 3rem;
    line-height: 1.7;
  }
}

.video .news__wrap--reverse .news__date {
  margin-left: 0;
}
.video .news__title--big {
  line-height: 1.6;
}

/* $keyColor: #004198;
$logoColor: #005587;
$bgThum: #F6F6F8;
$bgBrown:#DEDAC8;
$gray: #707070;
$attention: #E23838; */
.bijinbalance .lower-page__title-row {
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .bijinbalance .lower-page__title {
    line-height: 1.3;
  }
  .bijinbalance .lower-page__subtitle {
    margin-top: 3rem;
  }
}

#bijinbalance {
  padding-bottom: clamp(4.5rem, 7.5rem, 63.6px);
}
#bijinbalance img {
  max-width: 100%;
}
#bijinbalance .bj {
  color: #915B19;
}
@media screen and (max-width: 767px) {
  #bijinbalance {
    padding-bottom: 3.95vw;
  }
}
#bijinbalance .topMain {
  margin: clamp(3rem, 5rem, 42.4px) -4% clamp(7.35rem, 12.25rem, 103.88px) 0;
  width: 104%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#bijinbalance .topMain * {
  position: relative;
  z-index: 5;
}
#bijinbalance .topMain:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: calc(100% - clamp(3rem, 5rem, 42.4px));
  height: calc(100% - clamp(2.7rem, 4.5rem, 38.16px));
  background: #E6DCC8;
}
#bijinbalance .topMain:after {
  content: "";
  display: block;
  position: absolute;
  right: clamp(0.9rem, 1.5rem, 12.72px);
  bottom: clamp(0.9rem, 1.5rem, 12.72px);
  z-index: 1;
  width: clamp(39.45rem, 65.75rem, 557.56px);
  aspect-ratio: 526/570;
  background: url(../img/bijinbalance/typo.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #bijinbalance .topMain {
    display: block;
    margin: 5.26vw -6.67vw 11.58vw 0;
    padding-bottom: 7.89vw;
    width: calc(100% + 6.67vw);
  }
  #bijinbalance .topMain:before {
    width: 84.21vw;
    height: 90%;
  }
  #bijinbalance .topMain:after {
    right: 0;
    bottom: 2.11vw;
    width: 76.32vw;
  }
}
#bijinbalance .topMain .img01 {
  width: 43%;
  z-index: 10;
}
#bijinbalance .topMain .txtArea {
  flex: 1;
  padding: 0 0 clamp(4.875rem, 8.125rem, 68.9px) clamp(4.875rem, 8.125rem, 68.9px);
  margin: clamp(6rem, 10rem, 84.8px) 0 0;
  font-family: "Noto Serif JP", serif;
}
#bijinbalance .topMain .txtArea h2 {
  margin-bottom: clamp(3rem, 5rem, 42.4px);
}
#bijinbalance .topMain .txtArea h2 p {
  color: #474949;
  font-size: clamp(1.35rem, 2.25rem, 19.08px);
  padding: 0 0.8em 0.3em 0;
  position: relative;
  display: inline-block;
}
#bijinbalance .topMain .txtArea h2 p::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #474949;
  height: 1px;
  width: 200%;
}
#bijinbalance .topMain .txtArea h3 {
  font-size: clamp(3.3rem, 5.5rem, 46.64px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.8em;
}
#bijinbalance .topMain .txtArea .txt {
  font-size: clamp(1.65rem, 2.75rem, 23.32px);
  line-height: 1.8;
  text-align: justify;
  max-width: 27em;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  #bijinbalance .topMain .img01 {
    width: 100%;
  }
  #bijinbalance .topMain .txtArea {
    padding: 0;
    margin: 6.58vw 0 0;
  }
  #bijinbalance .topMain .txtArea h2 {
    margin-bottom: 5.79vw;
  }
  #bijinbalance .topMain .txtArea h2 p {
    font-size: 2.6rem;
    padding: 0 0.5em 0.3em 0;
  }
  #bijinbalance .topMain .txtArea h3 {
    font-size: 4.6rem;
    font-weight: 600;
  }
  #bijinbalance .topMain .txtArea .txt {
    font-size: 2.8rem;
    max-width: none;
    padding-right: 6.67vw;
  }
}
#bijinbalance .goldenBalance .topBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(7.5rem, 12.5rem, 106px);
  padding: 0 clamp(3rem, 5rem, 42.4px);
}
#bijinbalance .goldenBalance .topBox img {
  width: clamp(34.05rem, 56.75rem, 481.24px);
  margin-right: clamp(3rem, 5rem, 42.4px);
}
#bijinbalance .goldenBalance .topBox .txtBox {
  flex: 1;
}
#bijinbalance .goldenBalance .topBox .txtBox h2 {
  font-size: clamp(2.55rem, 4.25rem, 36.04px);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0.6em;
}
#bijinbalance .goldenBalance .topBox .txtBox h3 {
  font-size: clamp(1.95rem, 3.25rem, 27.56px);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1.1em;
}
#bijinbalance .goldenBalance .topBox .txtBox ul {
  font-size: clamp(1.125rem, 1.875rem, 15.9px);
  line-height: 1.6;
  font-weight: 600;
}
#bijinbalance .goldenBalance .topBox .txtBox ul li {
  margin-bottom: 0.5em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #bijinbalance .goldenBalance .topBox {
    display: block;
    width: 69.47vw;
    margin: 0 auto 14.74vw;
    padding: 0;
  }
  #bijinbalance .goldenBalance .topBox img {
    width: 100%;
    margin: 0 0 9.21vw 0;
  }
  #bijinbalance .goldenBalance .topBox .txtBox {
    display: block;
  }
  #bijinbalance .goldenBalance .topBox .txtBox h2 {
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 1em;
  }
  #bijinbalance .goldenBalance .topBox .txtBox h3 {
    font-size: 3.2rem;
    font-weight: 600;
  }
  #bijinbalance .goldenBalance .topBox .txtBox ul {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
#bijinbalance .goldenBalance .impression {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  padding-left: clamp(1.5rem, 2.5rem, 21.2px);
  margin-bottom: clamp(13.5rem, 22.5rem, 190.8px);
}
#bijinbalance .goldenBalance .impression .txtArea {
  width: clamp(18rem, 30rem, 254.4px);
  margin-right: clamp(3.75rem, 6.25rem, 53px);
}
#bijinbalance .goldenBalance .impression .txtArea h2 {
  font-size: clamp(2.025rem, 3.375rem, 28.62px);
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.7em;
}
#bijinbalance .goldenBalance .impression .txtArea p {
  font-size: clamp(1.125rem, 1.875rem, 15.9px);
  line-height: 1.8;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #bijinbalance .goldenBalance .impression {
    display: block;
    width: 69.47vw;
    overflow: visible;
    margin: 0 auto 12.11vw;
    padding: 0;
  }
  #bijinbalance .goldenBalance .impression .txtArea {
    width: 100%;
    margin: 0 0 7.89vw;
  }
  #bijinbalance .goldenBalance .impression .txtArea h2 {
    font-size: 3.4rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 0.9em;
  }
  #bijinbalance .goldenBalance .impression .txtArea p {
    font-size: 2.2rem;
    line-height: 1.7;
  }
}
#bijinbalance .goldenBalance .impression .slideBox {
  flex: 1;
}
#bijinbalance .goldenBalance .impression .slideBox ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: clamp(2.25rem, 3.75rem, 31.8px);
}
#bijinbalance .goldenBalance .impression .slideBox li {
  width: calc(33% - clamp(1.5rem, 2.5rem, 21.2px));
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(1.5rem, 2.5rem, 21.2px);
  padding: clamp(2.85rem, 4.75rem, 40.28px) clamp(1.05rem, 1.75rem, 14.84px) clamp(2.4rem, 4rem, 33.92px);
  background: #E6DCC8;
  border-radius: 10px;
}
#bijinbalance .goldenBalance .impression .slideBox li img {
  width: 42%;
}
#bijinbalance .goldenBalance .impression .slideBox li div {
  font-size: clamp(1.05rem, 1.75rem, 14.84px);
  font-weight: 500;
  text-align: justify;
  line-height: 1.8;
  width: 9.3em;
}
#bijinbalance .goldenBalance .impression .slideBox li h3 {
  font-weight: 500;
  text-align: right;
  margin-left: -1em;
  font-size: clamp(2.175rem, 3.625rem, 30.74px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-bottom: 0.6em;
}
#bijinbalance .goldenBalance .impression .slideBox li h3 p {
  font-size: clamp(1.5rem, 2.5rem, 21.2px);
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  #bijinbalance .goldenBalance .impression .slideBox {
    width: 100vw;
    margin: 0 -15.26vw;
    overflow: hidden;
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-list {
    overflow: visible;
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-track {
    display: flex !important;
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
    width: 9.47vw;
    height: 9.47vw;
    border: none;
    border-radius: 50%;
    font-size: 0;
    background: url(../img/bijinbalance/slide_arrow.svg) no-repeat center, rgba(255, 255, 255, 0.5);
    background-size: 26%;
    box-shadow: 0px 2px 12px -8px rgba(0, 0, 0, 0.5);
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-arrow.slick-prev {
    transform: translate(-70%, -50%);
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translate(70%, -50%) scale(-1, 1);
  }
  #bijinbalance .goldenBalance .impression .slideBox .slick-arrow.slick-disabled {
    opacity: 0.4;
    filter: contrast(90%);
  }
  #bijinbalance .goldenBalance .impression .slideBox ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    width: 69.47vw;
    margin: 0 auto;
  }
  #bijinbalance .goldenBalance .impression .slideBox li {
    width: 69.47vw !important;
    flex: 0 0 auto;
    gap: 0 3.68vw;
    margin-right: 5.26vw;
    padding: 6.58vw 3.16vw 7.89vw;
  }
  #bijinbalance .goldenBalance .impression .slideBox li div {
    font-size: 2.2rem;
    line-height: 1.7;
    width: 9.3em;
  }
  #bijinbalance .goldenBalance .impression .slideBox li h3 {
    font-size: 4.8rem;
    margin-bottom: 0.6em;
  }
  #bijinbalance .goldenBalance .impression .slideBox li h3 p {
    font-size: 3.6rem;
    margin-top: 0.3em;
  }
}
#bijinbalance .bbScaleBox {
  position: relative;
  z-index: 5;
  padding: 0 clamp(3rem, 5rem, 42.4px) 0; /* margin-bottom: siz(-80px); */
  display: flex;
  align-items: flex-end;
}
#bijinbalance .bbScaleBox:before, #bijinbalance .bbScaleBox:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: clamp(46.5rem, 77.5rem, 657.2px);
  height: clamp(46.5rem, 77.5rem, 657.2px);
  border-radius: 50%;
}
#bijinbalance .bbScaleBox:before {
  background: #F5F1E9;
  right: clamp(8.25rem, 13.75rem, 116.6px);
  top: 0;
  transform: translate(50%, -38%);
}
#bijinbalance .bbScaleBox:after {
  background: #fff;
  right: clamp(-10.6px, -1.25rem, -0.75rem);
  bottom: 0;
  transform: translate(0, 30%);
  z-index: -2;
}
#bijinbalance .bbScaleBox .img02 {
  width: clamp(42rem, 70rem, 593.6px);
  margin-right: clamp(4.5rem, 7.5rem, 63.6px);
}
@media screen and (max-width: 767px) {
  #bijinbalance .bbScaleBox {
    width: 78.95vw;
    margin: 0 auto;
    padding: 0 0 15.79vw;
    display: block;
  }
  #bijinbalance .bbScaleBox:before, #bijinbalance .bbScaleBox:after {
    width: 94.74vw;
    height: 94.74vw;
  }
  #bijinbalance .bbScaleBox:before {
    right: 12.11vw;
    top: 47.37vw;
    transform: translate(50%, 0%);
  }
  #bijinbalance .bbScaleBox:after {
    content: none;
  }
  #bijinbalance .bbScaleBox .img02 {
    width: 100%;
    margin: 0 0 5.26vw 0;
  }
}
#bijinbalance .bbScaleBox .txtBox {
  flex: 1;
}
#bijinbalance .bbScaleBox .txtBox .minT {
  font-size: clamp(1.65rem, 2.75rem, 23.32px);
  line-height: 2;
  text-align: justify;
  margin-bottom: -0.6em;
  max-width: 27em;
  position: relative;
  z-index: 10;
}
#bijinbalance .bbScaleBox .txtBox .scale {
  position: absolute;
  right: clamp(-159px, -18.75rem, -11.25rem);
  top: 0;
  transform: translate(0, -35%);
  width: 43%;
  max-width: 579px;
  aspect-ratio: 1/1;
}
#bijinbalance .bbScaleBox .txtBox .scale:before {
  content: "";
  display: block;
  width: clamp(12rem, 20rem, 169.6px);
  height: clamp(12rem, 20rem, 169.6px);
  border-radius: 50%;
  background: #E6DCC8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: translate(10%, 8%);
}
#bijinbalance .bbScaleBox .txtBox .scale img {
  width: 100%;
  display: block;
  position: relative;
}
#bijinbalance .bbScaleBox .txtBox .scale .txt {
  font-size: clamp(1.2rem, 2rem, 16.96px);
  font-weight: 500;
  text-align: right;
  margin: clamp(-106px, -12.5rem, -7.5rem) clamp(9rem, 15rem, 127.2px) 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #bijinbalance .bbScaleBox .txtBox {
    position: relative;
  }
  #bijinbalance .bbScaleBox .txtBox .minT {
    font-size: 2.4rem;
    line-height: 1.8;
    margin-bottom: 0;
    padding-right: 26.32vw;
  }
  #bijinbalance .bbScaleBox .txtBox .scale {
    right: -18.42vw;
    top: auto;
    bottom: 0;
    width: 56.58vw;
    max-width: none;
    transform: none;
  }
  #bijinbalance .bbScaleBox .txtBox .scale:before {
    width: 23.68vw;
    height: 23.68vw;
    left: 0;
    bottom: 0;
    transform: translate(-5%, 50%);
  }
  #bijinbalance .bbScaleBox .txtBox .scale .txt {
    font-size: 2rem;
    text-align: left;
    margin: 0;
    position: absolute;
    left: 1em;
    bottom: -0.5em;
  }
}
#bijinbalance .bgWrap {
  position: relative;
  z-index: 4;
}
#bijinbalance .bgWrap:before {
  content: "";
  display: block;
  background: #F5F1E9;
  width: 100vw;
  height: calc(100% + 80px);
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: -1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #bijinbalance .bgWrap:before {
    height: 100%;
    top: 0;
  }
  #bijinbalance .bgWrap:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40%, -65%);
    width: 94.74vw;
    height: 94.74vw;
    background: #fff;
    border-radius: 50%;
  }
}
#bijinbalance .makeMagic {
  padding: clamp(11.4rem, 19rem, 161.12px) clamp(2.85rem, 4.75rem, 40.28px) 0;
  margin-bottom: clamp(10.2rem, 17rem, 144.16px);
}
#bijinbalance .makeMagic h2 {
  position: relative;
  font-size: clamp(2.55rem, 4.25rem, 36.04px);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#bijinbalance .makeMagic h2:before {
  content: "";
  display: block;
  width: clamp(14.1rem, 23.5rem, 199.28px);
  height: clamp(9.75rem, 16.25rem, 137.8px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translate(-35%, 12%);
  background: url(../img/bijinbalance/title_maru.svg) no-repeat center;
  background-size: contain;
}
#bijinbalance .makeMagic h3 {
  font-size: clamp(1.95rem, 3.25rem, 27.56px);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.4em;
}
#bijinbalance .makeMagic .txt {
  font-size: clamp(1.125rem, 1.875rem, 15.9px);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: clamp(7.2rem, 12rem, 101.76px);
}
@media screen and (max-width: 767px) {
  #bijinbalance .makeMagic {
    width: 78.95vw;
    position: relative;
    z-index: 100;
    padding: 10.53vw 0 0;
    margin: 0 auto 18.42vw;
  }
  #bijinbalance .makeMagic h2 {
    font-size: 4rem;
    margin-bottom: 0.8em;
  }
  #bijinbalance .makeMagic h2:before {
    width: 29.21vw;
    height: 20.26vw;
    transform: translate(-35%, 1%);
  }
  #bijinbalance .makeMagic h3 {
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 1.3em;
  }
  #bijinbalance .makeMagic .txt {
    font-size: 2.2rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 11.84vw;
    text-align: justify;
  }
}
#bijinbalance .makeMagic .magicList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(8.55rem, 14.25rem, 120.84px) 13.6%;
}
#bijinbalance .makeMagic .magicList li {
  width: 43.2%;
}
#bijinbalance .makeMagic .magicList li img {
  width: 100%;
}
#bijinbalance .makeMagic .magicList li h4 {
  position: relative;
  font-size: clamp(1.8rem, 3rem, 25.44px);
  font-weight: 500;
  margin-bottom: 1.1em;
  letter-spacing: 0.05em;
}
#bijinbalance .makeMagic .magicList li h4:before {
  content: "";
  display: block;
  width: clamp(19.8rem, 33rem, 279.84px);
  height: clamp(1.5rem, 2.5rem, 21.2px);
  background: #E6DCC8;
  position: absolute;
  left: -0.3em;
  bottom: -0.3em;
  z-index: -1;
}
#bijinbalance .makeMagic .magicList li .txt2 {
  font-size: clamp(1.05rem, 1.75rem, 14.84px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2.4em 2em;
  letter-spacing: 0.08em;
}
#bijinbalance .makeMagic .magicList li .arrowTxt {
  text-align: center;
  font-size: clamp(1.125rem, 1.875rem, 15.9px);
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #A26300;
  padding: 1.6em 0 2.7em;
  margin: 20px auto 24px;
  background: url(../img/bijinbalance/ouyou.png) no-repeat center bottom;
  background-size: contain;
}
#bijinbalance .makeMagic .magicList li ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#bijinbalance .makeMagic .magicList li ul p {
  font-size: clamp(1.05rem, 1.75rem, 14.84px);
  font-weight: 500;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.06em;
}
#bijinbalance .makeMagic .magicList li.tate .txt2 {
  margin-bottom: 3.5em;
}
#bijinbalance .makeMagic .magicList li.tate ul {
  gap: 0 clamp(2.625rem, 4.375rem, 37.1px);
}
#bijinbalance .makeMagic .magicList li.tate ul img {
  max-width: 118px;
  display: block;
  margin: 0 auto 17px;
}
#bijinbalance .makeMagic .magicList li.yoko .txt2 {
  margin-bottom: 5.5em;
}
#bijinbalance .makeMagic .magicList li.yoko .arrowTxt {
  margin-top: clamp(4.125rem, 6.875rem, 58.3px);
}
#bijinbalance .makeMagic .magicList li.yoko ul {
  gap: 0 clamp(6rem, 10rem, 84.8px);
  margin-top: clamp(3rem, 5rem, 42.4px);
}
#bijinbalance .makeMagic .magicList li.yoko ul li {
  max-width: 206px;
}
#bijinbalance .makeMagic .magicList li.yoko ul img {
  max-width: 153px;
  display: block;
  margin: 0 auto 40px;
}
#bijinbalance .makeMagic .magicList li.taihi .txt2 {
  margin-bottom: 1.5em;
}
#bijinbalance .makeMagic .magicList li.taihi .img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#bijinbalance .makeMagic .magicList li.taihi ul {
  gap: 0 clamp(5.475rem, 9.125rem, 77.38px);
}
#bijinbalance .makeMagic .magicList li.taihi ul li {
  max-width: 180px;
}
#bijinbalance .makeMagic .magicList li.taihi ul img {
  max-width: 160px;
  display: block;
  margin: 0 auto 30px;
}
#bijinbalance .makeMagic .magicList li.rinkaku .img {
  width: 67%;
  margin: 40px auto 0;
  display: block;
}
#bijinbalance .makeMagic .magicList li.rinkaku ul {
  gap: 0 clamp(6.225rem, 10.375rem, 87.98px);
  margin-top: 40px;
}
#bijinbalance .makeMagic .magicList li.rinkaku ul li {
  max-width: 184px;
}
#bijinbalance .makeMagic .magicList li.rinkaku ul img {
  max-width: 188px;
  display: block;
  margin: 0 auto 30px;
}
#bijinbalance .makeMagic .magicList li.iro {
  margin-left: auto;
}
#bijinbalance .makeMagic .magicList li.iro .txt2 {
  line-height: 1.8;
}
#bijinbalance .makeMagic .magicList li.iro .img {
  width: 43%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #bijinbalance .makeMagic .magicList {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13.68vw 0;
  }
  #bijinbalance .makeMagic .magicList li {
    width: 100%;
  }
  #bijinbalance .makeMagic .magicList li h4 {
    font-size: 2.8rem;
    margin-bottom: 0.9em;
  }
  #bijinbalance .makeMagic .magicList li h4:before {
    width: 47.37vw;
    height: 2.89vw;
    left: -10.53vw;
    bottom: -0.26em;
    z-index: -1;
  }
  #bijinbalance .makeMagic .magicList li .txt2 {
    font-size: 2.2rem;
    line-height: 1.7;
    margin: 0 1.1em 2.2em;
    letter-spacing: 0.08em;
  }
  #bijinbalance .makeMagic .magicList li .arrowTxt {
    font-size: 2rem;
    padding: 1.8em 0 2.2em;
    margin: 3.16vw auto 3.16vw;
  }
  #bijinbalance .makeMagic .magicList li ul p {
    font-size: 2rem;
  }
  #bijinbalance .makeMagic .magicList li.tate .txt2 {
    margin-bottom: 1.5em;
  }
  #bijinbalance .makeMagic .magicList li.tate ul {
    gap: 0 4.74vw;
  }
  #bijinbalance .makeMagic .magicList li.tate ul img {
    max-width: 84%;
    display: block;
    margin: 0 auto 3.16vw;
  }
  #bijinbalance .makeMagic .magicList li.yoko .txt2 {
    margin-bottom: 2.5em;
  }
  #bijinbalance .makeMagic .magicList li.yoko .arrowTxt {
    margin-top: 5.26vw;
  }
  #bijinbalance .makeMagic .magicList li.yoko ul {
    gap: 0 13.16vw;
    margin-top: 0;
  }
  #bijinbalance .makeMagic .magicList li.yoko ul li {
    max-width: 29.47vw;
  }
  #bijinbalance .makeMagic .magicList li.yoko ul img {
    max-width: 21.58vw;
    display: block;
    margin: 0 auto 5.26vw;
  }
  #bijinbalance .makeMagic .magicList li.taihi .txt2 {
    margin-bottom: 1.6em;
  }
  #bijinbalance .makeMagic .magicList li.taihi .img {
    width: 56.32vw;
    margin: 0 auto;
    display: block;
  }
  #bijinbalance .makeMagic .magicList li.taihi ul {
    gap: 0 13.68vw;
  }
  #bijinbalance .makeMagic .magicList li.taihi ul li {
    max-width: 29.47vw;
  }
  #bijinbalance .makeMagic .magicList li.taihi ul img {
    max-width: 23.16vw;
    display: block;
    margin: 0 auto 5.26vw;
  }
  #bijinbalance .makeMagic .magicList li.rinkaku .img {
    width: 55.79vw;
    margin: 5.26vw auto 0;
    display: block;
  }
  #bijinbalance .makeMagic .magicList li.rinkaku ul {
    gap: 0 13.68vw;
    margin-top: 4.74vw;
  }
  #bijinbalance .makeMagic .magicList li.rinkaku ul li {
    max-width: 29.47vw;
  }
  #bijinbalance .makeMagic .magicList li.rinkaku ul img {
    max-width: 26.84vw;
    display: block;
    margin: 0 auto 3.16vw;
  }
  #bijinbalance .makeMagic .magicList li.iro {
    margin-left: 0;
  }
  #bijinbalance .makeMagic .magicList li.iro .txt2 {
    line-height: 1.7;
  }
  #bijinbalance .makeMagic .magicList li.iro .img {
    width: 40.26vw;
  }
}
#bijinbalance .makePower {
  font-size: clamp(2.25rem, 3.75rem, 31.8px);
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.5em;
}
#bijinbalance .letTry {
  text-align: center;
  color: #B16000;
  font-size: clamp(2.475rem, 4.125rem, 34.98px);
  letter-spacing: 0.08em;
}
#bijinbalance .downArrow {
  width: 30px;
  margin: clamp(3rem, 5rem, 42.4px) auto clamp(10.5rem, 17.5rem, 148.4px);
  display: block;
}
@media screen and (max-width: 767px) {
  #bijinbalance .makePower {
    font-size: 3.2rem;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 -1em 3em;
  }
  #bijinbalance .letTry {
    font-size: 4.4rem;
    letter-spacing: 0.06em;
  }
  #bijinbalance .downArrow {
    width: 5.79vw;
    margin: 6.32vw auto 8.42vw;
  }
}
#bijinbalance .exBox ul + .box {
  padding-top: clamp(3rem, 5rem, 42.4px);
}
@media screen and (max-width: 767px) {
  #bijinbalance .exBox ul + .box {
    padding-top: 0;
  }
}
#bijinbalance .exBox .box {
  max-width: clamp(79.05rem, 131.75rem, 1117.24px);
  margin: 0 auto clamp(6rem, 10rem, 84.8px);
}
@media screen and (max-width: 767px) {
  #bijinbalance .exBox .box {
    margin: 0 auto;
  }
}
#bijinbalance .exBox .box .type {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#bijinbalance .exBox .box .type img {
  width: clamp(22.5rem, 37.5rem, 318px);
  border-radius: 10px;
  overflow: hidden;
}
#bijinbalance .exBox .box .type div {
  padding-left: 40px;
}
#bijinbalance .exBox .box .type div h2 {
  width: 9.5em;
  margin-bottom: 1.1em;
  padding-top: 0.3em;
  font-size: clamp(2.25rem, 3.75rem, 31.8px);
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}
#bijinbalance .exBox .box .type div h2 img {
  position: absolute;
  right: clamp(0.75rem, 1.25rem, 10.6px);
  bottom: -0.1em;
  width: clamp(3.75rem, 6.25rem, 53px);
}
#bijinbalance .exBox .box .type div h2:before {
  content: "";
  display: block;
  width: calc(100% + 40px);
  height: clamp(1.65rem, 2.75rem, 23.32px);
  background: #E6DCC8;
  position: absolute;
  left: -40px;
  bottom: -0.3em;
  z-index: -1;
}
#bijinbalance .exBox .box .type div .txt {
  font-size: clamp(1.65rem, 2.75rem, 23.32px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #bijinbalance .exBox .box .type {
    margin-left: -6.67vw;
    margin-bottom: 7.89vw;
    width: calc(100% + 6.67vw);
  }
  #bijinbalance .exBox .box .type img {
    width: 46.05vw;
    border-radius: 0 10px 10px 0;
  }
  #bijinbalance .exBox .box .type div {
    padding-left: 4.74vw;
    flex: 1;
  }
  #bijinbalance .exBox .box .type div h2 {
    width: 100%;
    margin-bottom: 1.1em;
    padding-top: 0.3em;
    font-size: 3.4rem;
  }
  #bijinbalance .exBox .box .type div h2 img {
    right: -0.53vw;
    bottom: -0.1em;
    width: 7.89vw;
  }
  #bijinbalance .exBox .box .type div h2:before {
    width: calc(100% + 6.32vw);
    height: 3.42vw;
    left: -4.74vw;
    bottom: -0.2em;
  }
  #bijinbalance .exBox .box .type div .txt {
    font-size: 2.2rem;
  }
}
#bijinbalance .exBox .box .after {
  position: relative;
  padding-right: clamp(3.75rem, 6.25rem, 53px);
}
#bijinbalance .exBox .box .after:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: clamp(-53px, -6.25rem, -3.75rem);
  width: clamp(39rem, 65rem, 551.2px);
  height: clamp(39rem, 65rem, 551.2px);
  border-radius: 15px;
  background: #fff;
  z-index: -1;
}
#bijinbalance .exBox .box .after .img {
  width: clamp(39rem, 65rem, 551.2px);
  margin-left: auto;
  border-radius: 15px;
  overflow: hidden;
}
#bijinbalance .exBox .box .after .arrow {
  position: absolute;
  right: clamp(42.75rem, 71.25rem, 604.2px);
  top: 0;
  width: clamp(25.05rem, 41.75rem, 354.04px);
}
#bijinbalance .exBox .box .after h3 {
  font-size: clamp(1.875rem, 3.125rem, 26.5px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: absolute;
  left: clamp(13.35rem, 22.25rem, 188.68px);
  top: clamp(12.375rem, 20.625rem, 174.9px);
}
#bijinbalance .exBox .box .after .txt {
  font-size: clamp(2.025rem, 3.375rem, 28.62px);
  letter-spacing: 0.03em;
  text-align: right;
  line-height: 1.7;
  position: absolute;
  right: clamp(45rem, 75rem, 636px);
  top: clamp(22.5rem, 37.5rem, 318px);
}
@media screen and (max-width: 767px) {
  #bijinbalance .exBox .box .after {
    padding: 0;
    max-width: 78.95vw;
    margin: 0 auto;
  }
  #bijinbalance .exBox .box .after:before {
    top: 13.95vw;
    right: -4.47vw;
    width: 78.95vw;
    height: 78.95vw;
  }
  #bijinbalance .exBox .box .after .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 7.63vw;
  }
  #bijinbalance .exBox .box .after .arrow {
    display: none;
  }
  #bijinbalance .exBox .box .after h3 {
    font-size: 4rem;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    margin: 0 -0.5em 0.3em;
  }
  #bijinbalance .exBox .box .after h3 span.sp {
    display: inline;
  }
  #bijinbalance .exBox .box .after .txt {
    font-size: 3.2rem;
    line-height: 1.5;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 1em;
  }
}
#bijinbalance .exBox .box + ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 clamp(2.25rem, 3.75rem, 31.8px);
  margin: 0 0 clamp(5.25rem, 8.75rem, 74.2px);
}
#bijinbalance .exBox .box + ul li {
  width: clamp(2.625rem, 4.375rem, 37.1px);
  height: clamp(2.625rem, 4.375rem, 37.1px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #bijinbalance .exBox .box + ul {
    gap: 0 3.42vw;
    margin: 0 0 18.42vw;
  }
  #bijinbalance .exBox .box + ul li {
    width: 5.26vw;
    height: 5.26vw;
  }
}
#bijinbalance .anyStage {
  position: relative;
  padding: 0 0 clamp(12rem, 20rem, 169.6px) 50%;
}
#bijinbalance .anyStage img {
  width: clamp(54rem, 90rem, 763.2px);
  transform: translateX(-30%);
}
#bijinbalance .anyStage:before {
  content: "";
  display: block;
  width: 100vw;
  height: 120%;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(245, 241, 233) 100%);
}
#bijinbalance .anyStage:after {
  content: "";
  display: block;
  width: 100vw;
  height: clamp(20.625rem, 34.375rem, 291.5px);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: url(../img/bijinbalance/img03.png) no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #bijinbalance .anyStage {
    width: 78.95vw;
    margin: 0 auto;
    padding: 5.26vw 0 51.05vw;
  }
  #bijinbalance .anyStage img {
    width: 100%;
    transform: none;
  }
  #bijinbalance .anyStage:before {
    height: 43.16vw;
  }
  #bijinbalance .anyStage:after {
    height: 43.42vw;
  }
}
#bijinbalance .bBnr {
  margin: clamp(7.05rem, 11.75rem, 99.64px) auto 0;
}
#bijinbalance .bBnr h2 {
  width: clamp(45.75rem, 76.25rem, 646.6px);
}
#bijinbalance .bBnr h2 p.sub {
  font-size: clamp(1.8rem, 3rem, 25.44px);
  font-weight: 600;
  line-height: 1.1;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.6);
}
#bijinbalance .bBnr h2 p:not(.sub) {
  font-size: clamp(3.3rem, 5.5rem, 46.64px);
  font-weight: 600;
  line-height: 1.1;
  padding: 2px 12px 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #bijinbalance .bBnr {
    margin: 10.53vw 0 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #bijinbalance .bBnr h2 {
    width: 100%;
  }
  #bijinbalance .bBnr h2 p.sub {
    font-size: 2.8rem;
    padding: 3px 12px;
  }
  #bijinbalance .bBnr h2 p:not(.sub) {
    font-size: 5.2rem;
    padding: 2px 12px 5px;
    background: rgba(255, 255, 255, 0.8);
  }
}
#bijinbalance .bBnr a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: clamp(22.35rem, 37.25rem, 315.88px);
  padding: clamp(2.25rem, 3.75rem, 31.8px) clamp(4.05rem, 6.75rem, 57.24px);
}
#bijinbalance .bBnr a * {
  position: relative;
  z-index: 5;
}
#bijinbalance .bBnr a .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(5.55rem, 9.25rem, 78.44px);
  height: clamp(5.55rem, 9.25rem, 78.44px);
  border: #fff 1px solid;
  border-radius: 50%;
  background: url(../img/bijinbalance/bnr_arrow.svg) no-repeat center;
  background-size: clamp(0.825rem, 1.375rem, 11.66px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  opacity: 0;
  transition: opacity 0.3s;
}
#bijinbalance .bBnr a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/bijinbalance/bnr_pc.jpg) no-repeat center;
  background-size: 100%;
  transition: transform 0.3s;
}
#bijinbalance .bBnr a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #191500;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
}
#bijinbalance .bBnr a:hover {
  opacity: 1;
}
#bijinbalance .bBnr a:hover .arrow {
  opacity: 1;
}
#bijinbalance .bBnr a:hover:before {
  transform: scale(1.06);
}
#bijinbalance .bBnr a:hover:after {
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  #bijinbalance .bBnr a {
    height: 62.63vw;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #bijinbalance .bBnr a .arrow {
    width: 16.05vw;
    height: 16.05vw;
    background-size: 2.11vw;
  }
  #bijinbalance .bBnr a:before {
    background-image: url(../img/bijinbalance/bnr_sp.jpg);
  }
}/*# sourceMappingURL=add.css.map */