/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*レスポンシブ用*/
:root {
  --bdrd-l: 2.4rem;
  --bdrd-m: 1.8rem;
  --bdrd-s: 1.2rem;
}
@media only screen and (max-width: 1023px) {
  :root {
    --bdrd-l: 2.0rem;
    --bdrd-m: 1.5rem;
    --bdrd-s: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --bdrd-l: 1.8rem;
    --bdrd-m: 1.2rem;
    --bdrd-s: 1.0rem;
  }
}

.b-magazine {
  width: 100%;
  display: grid;
  grid-template-columns: 100% 1fr;
  align-items: start;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.b-magazine:first-child .b-magazine__content > *:first-child {
  padding-top: 50px;
}
.b-magazine:last-child {
  padding-bottom: 0 !important;
}
.b-magazine:last-child .b-magazine__content > *:last-child {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 1023px) {
  .b-magazine {
    grid-template-columns: 1fr;
  }
}

.b-magazine__images {
  width: 50vw;
  margin-right: -50vw;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .b-magazine__images {
    order: 1;
    width: 100%;
    margin-right: 0;
    position: relative;
    top: auto;
  }
}

.b-magazine__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 580/387;
  overflow: hidden;
  position: relative;
}
.b-magazine__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.b-magazine__content {
  padding-bottom: 80px;
}
.b-magazine__content > *:first-child {
  margin-top: 0 !important;
}
.b-magazine__content > *:last-child {
  padding-bottom: 0 !important;
}
.b-magazine__content .wp-block-heading + * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .b-magazine__content {
    order: 2;
  }
  .b-magazine__content > *:first-child {
    margin-top: 0 !important;
  }
}
