@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 540;
  --pcVw: (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: #606060;
  background-color: #f3e9ea;
  box-sizing: border-box;
  font-family: "yu-gothic-pr6n", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", 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: #606060;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  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: #f3e9ea;
}
#feature .leftWrap {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  width: calc(730 * var(--pcVw));
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__logo {
  width: calc(266.4 * var(--pcVw));
  margin: 0 auto calc(40 * var(--pcVw));
}
#feature .leftWrap .leftWrap__img {
  width: calc(348.3 * var(--pcVw));
  margin: 0 auto calc(20 * var(--pcVw));
}
#feature .leftWrap .leftWrap__txt {
  width: calc(295.2 * var(--pcVw));
  margin: auto;
}
#feature .mainWrap {
  width: calc(540 * var(--pcVw));
  margin: 0;
}
#feature .mainWrap .inner {
  overflow: clip;
}

/*アニメーション SP版からのコピーここからペースト
----------------------------*/
/*メインビジュアル（.hero)
----------------------------*/
#feature .ice-bg {
  background: url("../img/main-bg_top.jpg") no-repeat top, url("../img/main-bg_bottom.jpg") no-repeat bottom;
  background-position: 0 top, 0 105.2%;
  background-size: 100%, 100%;
  background-color: #fff;
  padding: calc(60 * var(--vw)) 0 calc(40 * var(--vw));
}
#feature .main-inner {
  background: url("../img/main-inner-bg.svg") no-repeat;
  background-size: 100%;
  padding: calc(114 * var(--vw)) 0 calc(160 * var(--vw));
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__logo01 {
  width: calc(384 * var(--vw));
  margin: 0 auto;
}
#feature .hero .hero__img {
  width: calc(502 * var(--vw));
  margin: calc(48 * var(--vw)) auto 0;
}
#feature .hero .hero__logo02 {
  width: calc(485 * var(--vw));
  margin: calc(20 * var(--vw)) auto 0;
}
#feature .hero .hero__txt {
  margin: calc(70 * var(--vw)) auto 0;
  font-size: calc(28 * var(--vw));
  line-height: 1.893;
  letter-spacing: 0em;
  text-align: center;
}
#feature .hero .hero__txt p {
  margin: calc(46 * var(--vw)) auto 0;
  font-size: calc(28 * var(--vw));
  line-height: 1.893;
}
#feature .hero .hero__deco {
  width: calc(70 * var(--vw));
  margin: calc(84 * var(--vw)) auto calc(94 * var(--vw));
}
#feature .hero .hero__date {
  width: calc(660 * var(--vw));
  margin: 0 auto;
  border: 1px solid #606060;
  background-color: #fff;
  padding: calc(80 * var(--vw)) 0 calc(76 * var(--vw));
}
#feature .hero .hero__date .hero__date--ttl {
  width: calc(117 * var(--vw));
  margin: 0 auto;
}
#feature .hero .hero__date p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
#feature .hero .hero__date p:nth-of-type(1) {
  margin: calc(60 * var(--vw)) auto 0;
  font-size: calc(44 * var(--vw));
}
#feature .hero .hero__date p:nth-of-type(1) span {
  display: block;
  margin: calc(24 * var(--vw)) auto 0;
  font-size: calc(37 * var(--vw));
}
#feature .hero .hero__date p:nth-of-type(2) {
  margin: calc(36 * var(--vw)) auto 0;
  font-size: calc(33 * var(--vw));
}
#feature .hero .hero__date p:nth-of-type(3) {
  margin: calc(74 * var(--vw)) auto 0;
  font-size: calc(28 * var(--vw));
  letter-spacing: 0;
}
#feature .hero .hero__date p:nth-of-type(4) {
  margin: calc(22 * var(--vw)) auto 0;
  font-size: calc(24 * var(--vw));
}
#feature .hero .hero__date p:nth-of-type(5) {
  margin: calc(32 * var(--vw)) auto 0;
  font-size: calc(24 * var(--vw));
  line-height: 1.583;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec .sec__img-wrapper {
  position: relative;
}
#feature .sec__menu-wrapper {
  width: calc(530 * var(--vw));
  margin: 0 auto;
}
#feature .sec__menu-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(10 * var(--vw));
  color: #89142b;
}
#feature .sec__menu-line .line {
  flex: 1;
  border-bottom: 1px solid #89142b;
}
#feature .sec__menu-line .sec__menu {
  font-size: calc(22 * var(--vw));
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#feature .sec01 {
  padding: calc(140 * var(--vw)) 0 calc(60 * var(--vw));
}
#feature .sec01 .deco01 {
  width: calc(746 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .ttl01 {
  width: calc(290 * var(--vw));
  margin: calc(122 * var(--vw)) auto 0;
}
#feature .sec01 .box01 {
  margin: calc(100 * var(--vw)) auto 0;
}
#feature .sec01 .box01 .ttl02 {
  width: calc(392 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box01 .txt01 {
  width: calc(158 * var(--vw));
  position: absolute;
  top: calc(70 * var(--vw));
  left: calc(62 * var(--vw));
}
#feature .sec01 .box01 .txt02 {
  width: calc(54 * var(--vw));
  position: absolute;
  top: calc(70 * var(--vw));
  left: calc(438 * var(--vw));
}
#feature .sec01 .box01 .img01 {
  width: calc(700 * var(--vw));
  margin: calc(16 * var(--vw)) auto 0;
}
#feature .sec01 .box01 .sec__menu-wrapper {
  margin: calc(4 * var(--vw)) auto 0;
}
#feature .sec01 .box02 {
  margin: calc(132 * var(--vw)) auto 0;
}
#feature .sec01 .box02 .ttl03 {
  width: calc(388 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box02 .img02 {
  width: calc(653 * var(--vw));
  margin: 0 auto;
}
#feature .sec01 .box02 .txt03 {
  margin: 0 auto;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #89142b;
}
#feature .sec01 .box03 {
  width: calc(560 * var(--vw));
  margin: calc(68 * var(--vw)) auto 0 calc(110 * var(--vw));
}
#feature .sec01 .box03 p {
  margin: calc(6 * var(--vw)) auto 0;
  font-size: calc(22 * var(--vw));
  line-height: 1.545;
  letter-spacing: 0.05em;
}
#feature .sec02 .bg-pink {
  background-color: #f3e9ea;
  position: relative;
  padding-bottom: calc(140 * var(--vw));
}
#feature .sec02 .deco01 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(120 * var(--vw));
}
#feature .sec02 .box01 {
  width: calc(660 * var(--vw));
  margin: 0 auto;
  border: 1px solid #606060;
  background-color: #fff;
  padding: calc(80 * var(--vw)) 0;
}
#feature .sec02 .box01 .txt01 {
  display: block;
  width: calc(212 * var(--vw));
  margin: 0 auto;
}
#feature .sec02 .box01 .img01 {
  width: calc(358 * var(--vw));
  margin: calc(60 * var(--vw)) auto 0;
}
#feature .sec02 .box01 .txt02 {
  margin: calc(40 * var(--vw)) auto 0;
  text-align: center;
}
#feature .sec02 .box01 .txt02 p:nth-of-type(1) {
  font-size: calc(24 * var(--vw));
  letter-spacing: 0.025em;
  line-height: 1.958;
}
#feature .sec02 .box01 .txt02 p:nth-of-type(2) {
  margin: calc(30 * var(--vw)) auto 0;
  font-size: calc(20 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#feature .sec02 .box01 .txt02 a {
  margin: calc(16 * var(--vw)) auto 0;
  font-size: calc(22 * var(--vw));
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .sec02 .box01 .txt02 .icon01 {
  display: inline-block;
  width: calc(29 * var(--vw));
  margin: 0 calc(8 * var(--vw)) 0 0;
}
#feature .sec02 .bg-white {
  background-color: #fff;
  position: relative;
  padding: calc(136 * var(--vw)) 0 0;
}
#feature .sec02 .deco02 {
  width: calc(70 * var(--vw));
  position: absolute;
  top: calc(-44 * var(--vw));
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#feature .sec02 .ttl01 {
  width: calc(274 * var(--vw));
  margin: 0 auto 0;
}
#feature .sec02 .txt03 {
  margin: calc(56 * var(--vw)) auto 0;
  font-size: calc(38 * var(--vw));
  text-align: center;
  font-weight: bold;
}
#feature .sec02 .txt03 span {
  display: block;
  width: calc(536 * var(--vw));
  margin: calc(20 * var(--vw)) auto 0;
}
#feature .sec02 .box02 {
  width: calc(680 * var(--vw));
  position: relative;
  background: url("../img/sec02_box02-top.png") no-repeat top, url("../img/sec02_box02-bottom.png") no-repeat bottom;
  background-size: 100%, 100%;
  padding: calc(70 * var(--vw)) 0 calc(50 * var(--vw));
  margin: calc(80 * var(--vw)) auto 0;
}
#feature .sec02 .box02 .txt04 {
  width: calc(124 * var(--vw));
  position: absolute;
  top: calc(-20 * var(--vw));
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#feature .sec02 .box02 .list01 {
  width: calc(600 * var(--vw));
  margin-left: calc(44 * var(--vw));
}
#feature .sec02 .box02 .list01 li {
  font-size: calc(20 * var(--vw));
  letter-spacing: 0em;
  line-height: 1.9;
}
#feature .sec02 .box02 .list01 li::before {
  content: "●";
  font-size: calc(20 * var(--vw));
}
#feature .sec02 .box03 {
  margin: calc(84 * var(--vw)) auto 0;
}
#feature .sec02 .box03 dl {
  display: flex;
  justify-content: center;
  gap: calc(30 * var(--vw));
}
#feature .sec02 .box03 dl .icon02 {
  width: calc(100 * var(--vw));
}
#feature .sec02 .box03 dl .txt05 {
  font-size: calc(33 * var(--vw));
  letter-spacing: 0em;
  line-height: 1.455;
  margin-top: calc(5 * var(--vw));
}
#feature .sec02 .box03 dl .txt05 span {
  font-size: calc(24 * var(--vw));
}
#feature .sec02 .box03 .list02 {
  width: calc(550 * var(--vw));
  display: flex;
  justify-content: space-between;
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .sec02 .box03 .list02 .icon03 {
  width: calc(219 * var(--vw));
}
#feature .sec02 .box03 .list02 .icon04 {
  width: calc(277 * var(--vw));
}
#feature .sec03 {
  background-color: #fff;
  padding: calc(100 * var(--vw)) 0 calc(200 * var(--vw));
}
#feature .sec03 .deco01 {
  width: calc(750 * var(--vw));
  margin: 0 auto calc(100 * var(--vw));
}
#feature .sec03 .ttl01 {
  width: calc(346 * var(--vw));
  margin: 0 auto calc(64 * var(--vw));
}
#feature .sec03 .ttl01 .ttl01-img {
  width: 100%;
}
#feature .sec03 .box01 {
  width: calc(680 * var(--vw));
  margin: calc(20 * var(--vw)) auto 0;
}
#feature .sec03 .box01 .ttl02 {
  font-size: calc(26 * var(--vw));
  letter-spacing: 0em;
  line-height: 1;
  font-weight: bold;
}
#feature .sec03 .box01 .ttl02::before {
  content: "";
  display: inline-block;
  width: calc(4 * var(--vw));
  height: calc(26 * var(--vw));
  background-color: #606060;
  margin: 0 calc(20 * var(--vw)) calc(-4 * var(--vw)) 0;
}
#feature .sec03 .box01 .list01 li {
  border-bottom: 1px solid #606060;
  padding: calc(34 * var(--vw)) 0 calc(26 * var(--vw)) 0;
}
#feature .sec03 .box01 .list01 li:nth-of-type(1) {
  padding-top: 0;
}
#feature .sec03 .box01 .list01 p {
  padding: calc(26 * var(--vw)) 0 0 calc(24 * var(--vw));
  font-size: calc(24 * var(--vw));
  letter-spacing: -0.01em;
  line-height: 1.75;
}
#feature .sec03 .box01 .list01 li:nth-of-type(2) p {
  padding-left: calc(20 * var(--vw));
  letter-spacing: -0.02em;
}
#feature .sec03 .box01 .list01 li:nth-of-type(3) p {
  padding-top: calc(22 * var(--vw));
}
#feature .sec03 .box01 .txt01 {
  margin: calc(26 * var(--vw)) 0 0 0;
  font-size: calc(24 * var(--vw));
  letter-spacing: -0.02em;
  line-height: 1.75;
}
#feature .sec03 .box01 .txt01 a {
  display: inline-block;
  width: inherit;
}
#feature .sec03 .box02 {
  margin: calc(196 * var(--vw)) auto 0;
  text-align: center;
}
#feature .sec03 .box02 .ttl02 {
  margin: 0 auto;
  font-size: calc(33 * var(--vw));
  letter-spacing: 0em;
  line-height: 1;
  font-weight: normal;
}
#feature .sec03 .box02 .bnr01 {
  width: calc(560 * var(--vw));
  margin: calc(24 * var(--vw)) auto 0;
}

/*1400px以上  右側に共通コンテンツ
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .mainWrap {
    width: 540px;
  }
  #feature .leftWrap {
    position: sticky;
    top: 80px;
    height: calc(100vh - 80px);
    width: calc(730 * var(--pcVw));
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 266.4px;
    margin: 0 auto 40px;
  }
  #feature .leftWrap .leftWrap__img {
    width: 348.3px;
    margin: 0 auto 20px;
  }
  #feature .leftWrap .leftWrap__txt {
    width: 295.2px;
    margin: auto;
  }
}/*# sourceMappingURL=style.css.map */