@charset "UTF-8";
:root {
  --vw: calc(100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 480;
  --pcVw: calc(100vw / 1400);
}

/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #4d4d4d;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #4d4d4d;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg, #feature video {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*Wrap 右側に共通コンテンツ
----------------------------*/
#feature .contentsWrap {
  display: flex;
  width: 100vw;
  position: relative;
  background-color: #fff;
}
#feature .leftWrap {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: 50vw;
}
#feature .leftWrap .leftWrap__ttl {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: calc(36 * var(--pcVw));
  width: calc(375 * var(--pcVw));
  margin: auto;
  pointer-events: none;
}
#feature .leftWrap .leftWrap__img {
  width: 100%;
}
#feature .leftWrap .leftWrap__img img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-position: center top;
     object-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/800;
}
#feature .mainWrap {
  width: 34.2857142857vw;
  margin: 0 auto;
}
#feature .mainWrap .inner {
  overflow: clip;
}

/*アニメーション PC版へのコピーここから一番下まで
----------------------------*/
#feature .js-fadeIn {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js-fadeIn.is-show {
  opacity: 1;
}
#feature .js-blur {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(8px);
  transition: opacity 1.6s ease, transform 1.6s ease, filter 1.6s ease;
  will-change: opacity, transform, filter;
}
#feature .js-blur.is-show {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

/* hero, lead, campaign
----------------------------*/
#feature .hero {
  position: relative;
  height: calc(1333.33 * var(--vw));
}
#feature .hero .hero__movie-btn {
  width: calc(119 * var(--vw));
  height: calc(15 * var(--vw));
  position: absolute;
  top: calc(20 * var(--vw));
  right: calc(15 * var(--vw));
  z-index: 5;
  background: no-repeat url(../img/sound_on.png) 0 0/contain;
}
#feature .hero .hero__movie-btn.on {
  width: calc(130 * var(--vw));
  top: calc(20 * var(--vw));
  right: calc(15 * var(--vw));
  background: no-repeat url(../img/sound_off.png) 0 0/contain;
}
#feature .sec00 {
  padding: 0 0 calc(140 * var(--vw));
}
#feature .lead {
  position: relative;
  text-align: center;
  background: url(../img/lead-bg.png) no-repeat;
  background-size: 100%;
  padding: calc(120 * var(--vw)) 0 calc(88 * var(--vw));
}
#feature .lead .lead__ttl {
  width: calc(345 * var(--vw));
  margin: 0 auto;
}
#feature .lead .lead__subttl {
  color: #4d4d4d;
  font-family: "paganini", serif;
  font-size: calc(62 * var(--vw));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: calc(54 * var(--vw)) auto calc(48 * var(--vw));
}
#feature .lead .lead__img {
  width: calc(530 * var(--vw));
  margin: 0 auto;
}
#feature .lead .lead__txt {
  margin: calc(68 * var(--vw)) auto 0;
}
#feature .lead .lead__txt p {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(26 * var(--vw));
  line-height: 2;
  letter-spacing: 0.1em;
}
#feature .campaign {
  position: relative;
  text-align: center;
  width: calc(670 * var(--vw));
  margin: 0 auto calc(140 * var(--vw));
  background-color: #f2f3f4;
  padding: calc(64 * var(--vw)) 0 calc(46 * var(--vw));
}
#feature .campaign .campaign__ttl {
  color: #4d4d4d;
  font-family: "paganini", serif;
  font-size: calc(54 * var(--vw));
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 auto calc(40 * var(--vw));
}
#feature .campaign .campaign__date {
  width: calc(516 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .campaign .campaign__date::after {
  content: "";
  display: block;
  width: calc(560 * var(--vw));
  height: calc(2 * var(--vw));
  background-color: #898989;
  margin: calc(42 * var(--vw)) auto calc(50 * var(--vw)) calc(-20 * var(--vw));
}
#feature .campaign .campaign__heading {
  color: #bf7f7f;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(26 * var(--vw));
  line-height: 2;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  margin: 0 calc(10 * var(--vw)) calc(30 * var(--vw)) auto;
}
#feature .campaign .campaign__heading .big {
  display: inline-block;
  width: calc(234 * var(--vw));
  margin: 0 0 0 calc(16 * var(--vw));
}
#feature .campaign .campaign__txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: calc(26 * var(--vw));
  line-height: 2;
  letter-spacing: 0.1em;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec__sticky {
  position: sticky;
}
#feature .sticky-wrapper {
  position: relative;
}
#feature .normal-section {
  position: relative;
}
#feature .sec__ttl {
  position: relative;
  width: calc(750 * var(--vw));
}
#feature .sec__ttl .sec__ttl--txt {
  color: #fff;
  font-family: "paganini", serif;
  font-size: calc(140 * var(--vw));
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: none;
}
#feature .sec__ttl .sec__ttl--txt span {
  position: absolute;
  z-index: 10;
}
#feature .sec__ttl .sec__ttl--color {
  position: absolute;
  top: calc(30 * var(--vw));
  left: calc(30 * var(--vw));
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--vw));
  pointer-events: none;
}
#feature .sec__ttl .sec__ttl--color li {
  display: block;
  width: calc(30 * var(--vw));
  height: calc(30 * var(--vw));
}
#feature .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: calc(20 * var(--vw)) calc(24 * var(--vw));
}
#feature .sec__credit .credit a {
  position: relative;
  font-family: "joly-headline", sans-serif;
  font-size: calc(22 * var(--vw));
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
#feature .sec01 {
  padding: 0 0 calc(240 * var(--vw));
  z-index: 2;
}
#feature .sec01 .sec__ttl--txt {
  position: absolute;
  bottom: 0;
  left: calc(40 * var(--vw));
  line-height: 1.23;
  z-index: 10;
}
#feature .sec01 .sec__ttl--color .color01 {
  background-color: #ffe9e9;
}
#feature .sec01 .sec__ttl--color .color02 {
  background-color: #d8bfa3;
}
#feature .sec01 .sec__ttl--color .color03 {
  background-color: #77544b;
}
#feature .sec01 .box01 {
  background: url(../img/sec01-bg.png) no-repeat;
  background-size: 100%;
  padding: calc(100 * var(--vw)) 0 0;
  width: 100%;
}
#feature .sec01 .box01 .sec__slide {
  width: calc(620 * var(--vw));
  margin: 0 0 0 auto;
}
#feature .sec01 .box02 {
  width: calc(600 * var(--vw));
  margin: calc(30 * var(--vw)) auto 0 0;
}
#feature .sec01 .box02 .credit01 {
  margin: calc(40 * var(--vw)) 0 0 auto;
}
#feature .sec01 .box02 .credit01 .credit {
  justify-content: end;
}
#feature .sec01 .box03 {
  width: calc(540 * var(--vw));
  margin: calc(180 * var(--vw)) auto 0 calc(50 * var(--vw));
}
#feature .sec01 .box03 .txt01 {
  width: calc(16 * var(--vw));
  position: absolute;
  top: calc(242 * var(--vw));
  right: calc(-90 * var(--vw));
}
#feature .sec01 .box04 {
  width: calc(580 * var(--vw));
  margin: calc(50 * var(--vw)) 0 0 auto;
}
#feature .sec01 .box04 .credit01 {
  margin: calc(38 * var(--vw)) 0 0 auto;
}
#feature .sec01 .box04 .credit01 .credit {
  justify-content: end;
}
#feature .sec01 .box05 {
  width: calc(620 * var(--vw));
  margin: calc(50 * var(--vw)) auto 0;
}
#feature .sec01 .box05 .credit02 {
  margin: calc(45 * var(--vw)) auto 0;
}
#feature .sec01 .box05 .credit02 .credit {
  justify-content: center;
}
#feature .sec01 .box06 {
  width: calc(750 * var(--vw));
  margin: calc(140 * var(--vw)) auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .sec01 .box06 .sticky-wrapper {
  position: relative;
  margin: 0 auto calc(760 * var(--vw));
  width: 100%;
  height: 100%;
}
#feature .sec01 .box06 .sticky-cont01 {
  width: calc(750 * var(--vw));
  height: calc(1125 * var(--vw));
  position: sticky;
  z-index: 1;
  top: 51px;
  margin: 0;
}
#feature .sec01 .box06 .sticky-cont02, #feature .sec01 .box06 .sticky-cont03 {
  position: sticky;
  z-index: 2;
  top: 51px;
  width: 100%;
  height: calc(1125 * var(--vw));
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .sec01 .box06 .sticky-cont03 {
  top: 0;
  height: calc(95 * var(--vw));
  justify-content: flex-start;
  align-items: flex-start;
}
#feature .sec01 .box06 .img07 {
  width: calc(580 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box06 .img08 {
  width: calc(580 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box06 .credit03 {
  margin: calc(58 * var(--vw)) auto 0;
}
#feature .sec01 .box06 .credit03 .credit {
  justify-content: center;
}
#feature .sec02 {
  padding: 0 0 calc(240 * var(--vw));
  z-index: 3;
}
#feature .sec02 .sec__ttl--txt {
  font-size: calc(80 * var(--vw));
}
#feature .sec02 .sec__ttl--txt span:nth-of-type(1) {
  top: calc(72 * var(--vw));
  left: calc(102 * var(--vw));
}
#feature .sec02 .sec__ttl--txt span:nth-of-type(2) {
  top: calc(192 * var(--vw));
  right: calc(30 * var(--vw));
}
#feature .sec02 .sec__ttl--txt span:nth-of-type(3) {
  top: calc(634 * var(--vw));
  left: calc(238 * var(--vw));
}
#feature .sec02 .sec__ttl--txt span:nth-of-type(4) {
  top: calc(816 * var(--vw));
  right: calc(50 * var(--vw));
}
#feature .sec02 .sec__ttl--color {
  flex-direction: row;
  top: calc(40 * var(--vw));
  left: auto;
  right: calc(40 * var(--vw));
}
#feature .sec02 .sec__ttl--color .color01 {
  background-color: #ffe1f9;
}
#feature .sec02 .sec__ttl--color .color02 {
  background-color: #775452;
}
#feature .sec02 .sec__ttl--color .color03 {
  background-color: #ffffff;
}
#feature .sec02 .box01 {
  width: calc(500 * var(--vw));
  margin: calc(100 * var(--vw)) auto 0 calc(60 * var(--vw));
}
#feature .sec02 .box02 {
  width: calc(560 * var(--vw));
  margin: calc(60 * var(--vw)) 0 0 auto;
}
#feature .sec02 .box02 .credit04 {
  margin: calc(40 * var(--vw)) 0 0;
}
#feature .sec02 .box03 {
  width: calc(750 * var(--vw));
  margin: calc(180 * var(--vw)) 0 0 0;
}
#feature .sec02 .box04 {
  width: calc(750 * var(--vw));
  background: url(../img/sec02-bg.png) no-repeat;
  background-size: 100%;
  padding: calc(60 * var(--vw)) 0 0;
  margin: 0;
}
#feature .sec02 .box04 .img04 {
  width: calc(640 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .box04 .img05 {
  width: calc(520 * var(--vw));
  margin: calc(-54 * var(--vw)) auto 0;
}
#feature .sec02 .box04 .credit05 {
  margin: calc(44 * var(--vw)) auto 0;
  width: calc(520 * var(--vw));
}
#feature .sec02 .box04 .credit05 .credit {
  justify-content: center;
}
#feature .sec02 .box05 {
  width: calc(650 * var(--vw));
  margin: calc(180 * var(--vw)) 0 auto 0;
}
#feature .sec02 .box06 {
  width: calc(580 * var(--vw));
  margin: calc(60 * var(--vw)) 0 0 auto;
}
#feature .sec02 .box06 .credit06 {
  margin: calc(38 * var(--vw)) auto 0 0;
}
#feature .sec03 {
  padding: 0 0 calc(222 * var(--vw));
  z-index: 4;
}
#feature .sec03 .sec__ttl--txt {
  font-size: calc(130 * var(--vw));
}
#feature .sec03 .sec__ttl--txt span:nth-of-type(1) {
  top: calc(556 * var(--vw));
  left: calc(44 * var(--vw));
}
#feature .sec03 .sec__ttl--txt span:nth-of-type(2) {
  top: calc(688 * var(--vw));
  left: calc(312 * var(--vw));
}
#feature .sec03 .sec__ttl--color {
  top: calc(32 * var(--vw));
  left: auto;
  right: calc(32 * var(--vw));
}
#feature .sec03 .sec__ttl--color .color01 {
  background-color: #ffffff;
}
#feature .sec03 .sec__ttl--color .color02 {
  background: url(../img/color-check.png) no-repeat;
  background-size: contain;
}
#feature .sec03 .sec__ttl--color .color03 {
  background-color: #4f4f4f;
}
#feature .sec03 .box01 {
  background: url(../img/sec03-bg01.png) no-repeat;
  background-size: 100%;
  padding: calc(100 * var(--vw)) 0 calc(100 * var(--vw));
  width: calc(750 * var(--vw));
  z-index: 2;
}
#feature .sec03 .box01 .img01 {
  width: calc(480 * var(--vw));
  margin: 0 auto 0 calc(50 * var(--vw));
}
#feature .sec03 .box02 {
  width: calc(640 * var(--vw));
  margin: calc(-270 * var(--vw)) 0 0 auto;
  z-index: 1;
}
#feature .sec03 .box02 .credit07 {
  margin: calc(34 * var(--vw)) 0 0 auto;
}
#feature .sec03 .box02 .credit07 .credit {
  display: block;
}
#feature .sec03 .box02 .credit07 .credit .item {
  display: inline-block;
  margin: 0 calc(22 * var(--vw)) calc(14 * var(--vw)) 0;
}
#feature .sec03 .box02 .credit07 .credit .item.-mr0, #feature .sec03 .box02 .credit07 .credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec03 .box03 {
  width: calc(610 * var(--vw));
  margin: calc(164 * var(--vw)) auto 0;
}
#feature .sec03 .box04 {
  background: url(../img/sec03-bg02.png) no-repeat;
  background-size: 100%;
  background-position: 0 calc(1125 * var(--vw));
  padding: 0 0 calc(340 * var(--vw));
  width: calc(750 * var(--vw));
  margin: calc(30 * var(--vw)) 0 0;
}
#feature .sec03 .box04 .img04 {
  width: calc(750 * var(--vw));
  margin: 0;
  justify-content: end;
}
#feature .sec03 .box04 .credit08 {
  margin: calc(44 * var(--vw)) auto 0;
  width: calc(520 * var(--vw));
}
#feature .sec03 .box04 .credit08 .credit {
  justify-content: center;
}
#feature .sec03 .box05 {
  width: calc(650 * var(--vw));
  margin: calc(-180 * var(--vw)) 0 0 auto;
}
#feature .sec03 .box06 {
  width: calc(580 * var(--vw));
  margin: 0 auto 0 0;
  margin: calc(60 * var(--vw)) 0 0;
}
#feature .sec03 .box06 .txt01 {
  width: calc(16 * var(--vw));
  position: absolute;
  top: calc(274 * var(--vw));
  right: calc(-94 * var(--vw));
}
#feature .sec03 .box06 .credit09 {
  margin: calc(30 * var(--vw)) 0 0 auto;
}
#feature .sec03 .box06 .credit09 .credit {
  display: block;
  text-align: end;
}
#feature .sec03 .box06 .credit09 .credit .item {
  display: inline-block;
  margin: 0 calc(22 * var(--vw)) calc(14 * var(--vw)) 0;
}
#feature .sec03 .box06 .credit09 .credit .item.-mr0, #feature .sec03 .box06 .credit09 .credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec04 {
  padding: 0 0 calc(240 * var(--vw));
  z-index: 5;
}
#feature .sec04 .sec__ttl--txt {
  font-size: calc(80 * var(--vw));
}
#feature .sec04 .sec__ttl--txt span:nth-of-type(1) {
  top: calc(132 * var(--vw));
  left: calc(44 * var(--vw));
}
#feature .sec04 .sec__ttl--txt span:nth-of-type(2) {
  top: calc(568 * var(--vw));
  right: calc(28 * var(--vw));
}
#feature .sec04 .sec__ttl--txt span:nth-of-type(3) {
  top: calc(784 * var(--vw));
  left: calc(242 * var(--vw));
}
#feature .sec04 .sec__ttl--txt span:nth-of-type(4) {
  top: calc(932 * var(--vw));
  left: calc(140 * var(--vw));
}
#feature .sec04 .sec__ttl--color {
  flex-direction: row;
  top: auto;
  bottom: calc(30 * var(--vw));
  left: auto;
  right: calc(30 * var(--vw));
}
#feature .sec04 .sec__ttl--color .color01 {
  background-color: #ffffff;
}
#feature .sec04 .sec__ttl--color .color02 {
  background-color: #ffe3ff;
}
#feature .sec04 .sec__ttl--color .color03 {
  background-color: #ba6c83;
}
#feature .sec04 .sec__ttl--color .color04 {
  background-color: #4f4f4f;
}
#feature .sec04 .box01 {
  width: calc(750 * var(--vw));
  margin: calc(100 * var(--vw)) auto calc(180 * var(--vw));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .sec04 .box01 .sticky-wrapper {
  position: relative;
  margin: 0 auto calc(770 * var(--vw));
  width: 100%;
  height: 100%;
}
#feature .sec04 .box01 .sticky-cont01 {
  width: calc(660 * var(--vw));
  height: calc(990 * var(--vw));
  position: sticky;
  z-index: 1;
  top: 51px;
  margin: 0 auto;
}
#feature .sec04 .box01 .sticky-cont02, #feature .sec04 .box01 .sticky-cont03 {
  position: sticky;
  z-index: 2;
  top: 51px;
  width: 100%;
  height: calc(990 * var(--vw));
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .sec04 .box01 .sticky-cont03 {
  top: 0;
  height: calc(65 * var(--vw));
  justify-content: flex-start;
  align-items: flex-start;
}
#feature .sec04 .box01 .img02 {
  width: calc(530 * var(--vw));
  margin: auto;
}
#feature .sec04 .box01 .img03 {
  width: calc(530 * var(--vw));
  margin: 0 auto;
}
#feature .sec04 .box01 .credit10 {
  margin: 0 auto;
}
#feature .sec04 .box01 .credit10 .credit {
  justify-content: center;
}
#feature .sec04 .box02 {
  width: calc(620 * var(--vw));
  margin: 0 auto 0 0;
}
#feature .sec04 .box03 {
  width: calc(670 * var(--vw));
  margin: calc(50 * var(--vw)) 0 0 auto;
}
#feature .sec04 .box03 .credit11 {
  margin: calc(35 * var(--vw)) 0 0 auto;
}
#feature .sec04 .box03 .credit11 .credit {
  display: block;
}
#feature .sec04 .box03 .credit11 .credit .item {
  display: inline-block;
  margin: 0 calc(22 * var(--vw)) calc(14 * var(--vw)) 0;
}
#feature .sec04 .box03 .credit11 .credit .item.-mr0, #feature .sec04 .box03 .credit11 .credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec04 .box04 {
  width: calc(750 * var(--vw));
  margin: calc(164 * var(--vw)) 0 0;
}
#feature .sec04 .box05 {
  width: calc(600 * var(--vw));
  margin: calc(60 * var(--vw)) 0 0 auto;
}
#feature .sec04 .box05 .credit12 {
  margin: calc(43 * var(--vw)) auto 0 0;
}
#feature .sec04 .box06 {
  width: calc(590 * var(--vw));
  margin: calc(180 * var(--vw)) auto 0 0;
}
#feature .sec04 .box07 {
  width: calc(700 * var(--vw));
  margin: calc(30 * var(--vw)) 0 0 auto;
}
#feature .sec04 .box08 {
  width: calc(600 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0 calc(90 * var(--vw));
}
#feature .sec04 .box08 .credit13 {
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .sec04 .box08 .credit13 .credit {
  justify-content: center;
}
#feature .sec05 {
  margin: 0;
  z-index: 6;
}
#feature .sec05 .sec__ttl--txt {
  position: absolute;
  top: calc(516 * var(--vw));
  left: calc(22 * var(--vw));
  font-size: calc(100 * var(--vw));
  line-height: 1.4;
}
#feature .sec05 .sec__ttl--color {
  flex-direction: row;
  top: auto;
  bottom: calc(135 * var(--vw));
  left: calc(34 * var(--vw));
}
#feature .sec05 .sec__ttl--color .color01 {
  background-color: #a5a2a2;
}
#feature .sec05 .sec__ttl--color .color02 {
  background-color: #ddd7ce;
}
#feature .sec05 .sec__ttl--color .color03 {
  background-color: #e7f3fc;
}
#feature .sec05 .box01 {
  background: url(../img/sec05-bg.png) no-repeat;
  background-size: 100%;
  padding: calc(100 * var(--vw)) 0 0;
  margin: 0 auto;
  width: calc(750 * var(--vw));
}
#feature .sec05 .box01 .img01 {
  width: calc(570 * var(--vw));
  margin: 0 auto 0 calc(40 * var(--vw));
}
#feature .sec05 .box01 .img02 {
  width: calc(570 * var(--vw));
  margin: calc(40 * var(--vw)) auto 0 calc(40 * var(--vw));
}
#feature .sec05 .box01 .txt01 {
  width: calc(16 * var(--vw));
  position: absolute;
  top: calc(614 * var(--vw));
  right: calc(63 * var(--vw));
}
#feature .sec05 .box01 .credit14 {
  width: calc(570 * var(--vw));
  margin: calc(42 * var(--vw)) auto 0 calc(40 * var(--vw));
}
#feature .sec05 .box02 {
  width: calc(540 * var(--vw));
  margin: calc(164 * var(--vw)) 0 0 auto;
  z-index: 2;
}
#feature .sec05 .box03 {
  width: calc(630 * var(--vw));
  margin: calc(-42 * var(--vw)) auto 0 0;
  z-index: 1;
}
#feature .sec05 .box03 .credit15 {
  margin: calc(32 * var(--vw)) 0 0 auto;
}
#feature .sec05 .box03 .credit15 .credit {
  display: block;
  text-align: end;
}
#feature .sec05 .box03 .credit15 .credit .item {
  display: inline-block;
  margin: 0 calc(22 * var(--vw)) calc(14 * var(--vw)) 0;
}
#feature .sec05 .box03 .credit15 .credit .item.-mr0, #feature .sec05 .box03 .credit15 .credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec05 .box04 {
  width: calc(620 * var(--vw));
  margin: calc(166 * var(--vw)) auto 0;
}
#feature .sec05 .box04 .img06 {
  width: calc(510 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec05 .box04 .credit16 {
  margin: calc(44 * var(--vw)) auto 0;
}
#feature .sec05 .box04 .credit16 .credit {
  justify-content: center;
}
#feature .sec06 {
  padding: calc(150 * var(--vw)) 0 0;
}
#feature .sec06 .campaign {
  width: calc(640 * var(--vw));
  margin: 0 auto calc(146 * var(--vw));
  padding: calc(64 * var(--vw)) 0 calc(46 * var(--vw));
}
#feature .sec06 .campaign .campaign__ttl {
  margin: 0 auto calc(40 * var(--vw));
}
#feature .sec06 .campaign .campaign__date {
  width: calc(528 * var(--vw));
  margin: calc(40 * var(--vw)) auto calc(30 * var(--vw));
}
#feature .sec06 .campaign .campaign__date::after {
  content: none;
}
#feature .sec06 .campaign .campaign__txt {
  font-size: calc(24 * var(--vw));
}
#feature .sec06 .campaign .campaign__txt::after {
  content: "";
  display: block;
  width: calc(540 * var(--vw));
  height: calc(2 * var(--vw));
  background-color: #898989;
  margin: calc(38 * var(--vw)) auto calc(50 * var(--vw));
}
#feature .sec06 .campaign .campaign__heading {
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: calc(-14 * var(--vw)) auto 0;
}
#feature .sec06 .campaign .campaign__heading .big-txt {
  font-size: calc(36 * var(--vw));
  color: #bf7f7f;
  margin: calc(-8 * var(--vw)) auto 0;
  letter-spacing: 0.1em;
}
#feature .sec06 .sec__all .sec__all-btn {
  width: calc(560 * var(--vw));
  margin: 0 auto calc(86 * var(--vw));
}
#feature .sec06 .sec__staff {
  margin: 0 auto calc(140 * var(--vw));
}
#feature .sec06 .sec__staff p {
  text-align: center;
  font-family: "joly-headline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(28 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 2;
}

/*1400px以上  右側に共通コンテンツ
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .leftWrap .leftWrap__ttl {
    width: 26.7857142857vw;
  }
  #feature .mainWrap {
    width: 480px;
  }
}/*# sourceMappingURL=style.css.map */