@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes slideTextX100 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*共通
----------------------------*/
body {
  margin: 0;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #fff9de;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature figure {
  background-color: #fff;
}
#feature .js_anime.is_fade figure {
  opacity: 0;
  transition: ease-in, opacity 1s;
}
#feature .js_anime.is_fadein figure {
  opacity: 0;
  transition: ease-in, 1s;
  transform: translateY(10%);
}
#feature .js_anime.is_d figure {
  transition-delay: 0.5s;
}
#feature .js_anime.is_d2 figure {
  transition-delay: 1s;
}
#feature .js_anime.is_d3 figure {
  transition-delay: 1.5s;
}
#feature .js_anime.is_d4 figure {
  transition-delay: 2s;
}
#feature .js_anime.is_show.is_fade figure {
  opacity: 1;
}
#feature .js_anime.is_show.is_fadein figure {
  opacity: 1;
  transform: translateY(0);
}
#feature .fadeimg {
  transition: 0.3s;
}
#feature .inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .hero {
  padding-top: calc(45 * var(--vw) / 1400);
  position: relative;
}
@media screen and (min-width: 1400px) {
  #feature .hero {
    padding-top: 45px;
  }
}
#feature .hero .hero__logo {
  width: calc(346 * var(--vw) / 1400);
  max-width: 346px;
  margin: 0 auto;
}
#feature .hero .hero__txt {
  margin-top: calc(54 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt {
    margin-top: 54px;
  }
}
#feature .hero .hero__txt p {
  font-size: calc(14 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  letter-spacing: 0.045em;
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt p {
    font-size: 14px;
    line-height: 28px;
  }
}
#feature .hero .hero__txt p:nth-child(2) {
  margin-top: calc(14 * var(--vw) / 1400);
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(24 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .hero .hero__txt p:nth-child(2) {
    margin-top: 14px;
    font-size: 12px;
    line-height: 24px;
  }
}
#feature .sec {
  position: relative;
}
#feature .sec .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  pointer-events: auto;
}
#feature .sec .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
#feature .sec .sec__credit .credit .item.break::after {
  display: none;
}
#feature .sec .sec__credit .credit .item .link {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.3s;
}
#feature .sec .sec__credit .credit .item .link:hover {
  opacity: 0.7;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "pragmatica", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 300;
  white-space: nowrap;
  font-size: calc(14 * var(--vw) / 1400);
  line-height: calc(26 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit .credit .item .link p {
    font-size: 14px;
    line-height: 26px;
  }
}
#feature .sec .sec__credit.sec__credit01 {
  width: 100%;
  top: calc(100% + 24 * var(--vw) / 1400);
  left: 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 {
    top: calc(100% + 24px);
  }
}
#feature .sec .sec__credit.sec__credit01 .credit .item {
  margin-right: calc(13 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 .credit .item {
    margin-right: 13px;
  }
}
#feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(1) {
  margin-right: calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit01 .credit .item:nth-child(1) {
    margin-right: 150px;
  }
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(550 * var(--vw) / 1400);
  max-width: 550px;
  bottom: calc(-6 * var(--vw) / 1400);
  right: calc(100% + 29 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 {
    bottom: -6px;
    right: calc(100% + 29px);
  }
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit02 .credit .item {
  margin-left: calc(11 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 .credit .item {
    margin-left: 11px;
  }
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(3) {
  margin-left: calc(150 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(3) {
    margin-left: 150px;
  }
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
  pointer-events: none;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__flex .sec__contents {
  pointer-events: none;
}
#feature .sec .sec__block {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__img {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(480 * var(--vw) / 1400);
  max-width: 480px;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(330 * var(--vw) / 1400);
  max-width: 330px;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(450 * var(--vw) / 1400);
  max-width: 450px;
}
#feature .sec .sec__item {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#feature .sec .sec__item figure {
  background-color: transparent;
}
#feature .sec .sec__item.sec__item01_01 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item01_02 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item01_03 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item01_04 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item02 {
  width: calc(200 * var(--vw) / 1400);
  max-width: 200px;
}
#feature .sec .sec__item.sec__item03 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item04_01 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item04_02 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item05 {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__item.sec__item06 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item07 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__item.sec__item08 {
  width: calc(180 * var(--vw) / 1400);
  max-width: 180px;
}
#feature .sec .sec__no {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "utopia-std-display", serif;
  font-style: italic;
  font-size: calc(42 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  letter-spacing: -0.01em;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__no {
    font-size: 42px;
    line-height: 28px;
  }
}
#feature .sec .sec__no span {
  font-family: "kings-caslon-display", serif;
  font-size: calc(52 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__no span {
    font-size: 52px;
  }
}
#feature .sec .sec__txt {
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(14 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  letter-spacing: 0.045em;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__txt {
    font-size: 14px;
    line-height: 28px;
  }
}
#feature .sec .sec__txt.sec__txt01 {
  text-align: right;
}
#feature .sec .sec__txt.sec__txt02 {
  text-align: left;
}
#feature .sec .sec__itemarea {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
#feature .sec .sec__itemarea .sec__itemareainner {
  width: calc(1000 * var(--vw) / 1400);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: calc(25 * var(--vw) / 1400);
  padding-bottom: calc(59 * var(--vw) / 1400);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemarea .sec__itemareainner {
    padding-top: 25px;
    padding-bottom: 59px;
  }
}
#feature .sec .sec__itemname {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "utopia-std-display", serif;
  font-size: calc(28 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  letter-spacing: 0.02em;
  font-style: normal;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemname {
    font-size: 28px;
    line-height: 28px;
  }
}
#feature .sec .sec__itemaccordion {
  width: calc(140 * var(--vw) / 1400);
  max-width: 140px;
  height: calc(32 * var(--vw) / 1400);
  max-height: 32px;
  padding-top: calc(7 * var(--vw) / 1400);
  margin: 0 auto;
  background-color: #000;
  position: relative;
  left: 0;
  transform-origin: top center;
  overflow: hidden;
  transition: 1s;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemaccordion {
    padding-top: 7px;
  }
}
#feature .sec .sec__itemaccordion .sec__itemaccordionbtn {
  width: calc(110 * var(--vw) / 1400);
  max-width: 110px;
  height: calc(15 * var(--vw) / 1400);
  max-height: 15px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
#feature .sec .sec__itemaccordion .sec__itemaccordionbtn:hover {
  opacity: 0.7;
}
#feature .sec .sec__itemaccordion .sec__itemaccordionbtn img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  transform: translateX(calc(6 * var(--vw) / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemaccordion .sec__itemaccordionbtn img {
    transform: translateX(6px);
  }
}
#feature .sec .sec__itemaccordion .sec__itemaccordiontxt {
  font-size: calc(13 * var(--vw) / 1400);
  line-height: calc(26 * var(--vw) / 1400);
  letter-spacing: 0.02em;
  color: #fff;
  position: absolute;
  top: calc(47 * var(--vw) / 1400);
  left: 50%;
  transform: translate(-50%);
  z-index: 3;
  pointer-events: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemaccordion .sec__itemaccordiontxt {
    font-size: 13px;
    line-height: 26px;
    top: 47px;
  }
}
#feature .sec .sec__itemaccordion.is_show {
  left: calc(-110 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec .sec__itemaccordion.is_show {
    left: -110px;
  }
}
#feature .sec .sec__itemaccordion.is_show .sec__itemaccordiontxt {
  opacity: 1;
}
#feature .sec .sec__itemaccordion.sec__itemaccordion01 .sec__itemaccordiontxt {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
}
#feature .sec .sec__itemaccordion.sec__itemaccordion01.is_show {
  width: calc(400 * var(--vw) / 1400);
  max-width: 400px;
  height: calc(312 * var(--vw) / 1400);
  max-height: 312px;
}
#feature .sec .sec__itemaccordion.sec__itemaccordion02 .sec__itemaccordiontxt {
  width: calc(460 * var(--vw) / 1400);
  max-width: 460px;
}
#feature .sec .sec__itemaccordion.sec__itemaccordion02.is_show {
  width: calc(460 * var(--vw) / 1400);
  max-width: 460px;
  height: calc(312 * var(--vw) / 1400);
  max-height: 312px;
}
#feature .sec.sec01 {
  margin-top: calc(92 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 {
    margin-top: 92px;
  }
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin: 0 0 0 calc(270 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img01 {
    margin: 0 0 0 270px;
  }
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin: calc(131 * var(--vw) / 1400) 0 0 calc(120 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__img.sec__img02 {
    margin: 131px 0 0 120px;
  }
}
#feature .sec.sec01 .sec__item.sec__item02 {
  margin: calc(22 * var(--vw) / 1400) 0 0 calc(240 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__item.sec__item02 {
    margin: 22px 0 0 240px;
  }
}
#feature .sec.sec01 .sec__item.sec__item02 .sec__itemname {
  margin-top: calc(-17 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__item.sec__item02 .sec__itemname {
    margin-top: -17px;
  }
}
#feature .sec.sec01 .sec__item.sec__item03 {
  margin: calc(20 * var(--vw) / 1400) 0 0 calc(119 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__item.sec__item03 {
    margin: 20px 0 0 119px;
  }
}
#feature .sec.sec01 .sec__item.sec__item03 .sec__itemname {
  margin-top: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__item.sec__item03 .sec__itemname {
    margin-top: 4px;
  }
}
#feature .sec.sec01 .sec__no {
  margin: calc(74 * var(--vw) / 1400) 0 0 calc(410 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__no {
    margin: 74px 0 0 410px;
  }
}
#feature .sec.sec01 .sec__no::after {
  content: "";
  width: calc(440 * var(--vw) / 1400);
  max-width: 440px;
  height: calc(1 * var(--vw) / 1400);
  max-height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(13 * var(--vw) / 1400);
  right: calc(100% + 21 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__no::after {
    top: 13px;
    right: calc(100% + 21px);
  }
}
#feature .sec.sec01 .sec__txt {
  margin: calc(6 * var(--vw) / 1400) 0 0 calc(75 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__txt {
    margin: 6px 0 0 75px;
  }
}
#feature .sec.sec01 .sec__itemblock {
  width: calc(720 * var(--vw) / 1400);
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: calc(80 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__itemblock {
    margin: 80px auto 0;
  }
}
#feature .sec.sec01 .sec__itemblock .sec__itemname {
  position: absolute;
  top: calc(100% + 34 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__itemblock .sec__itemname {
    top: calc(100% + 34px);
  }
}
#feature .sec.sec01 .sec__itemarea {
  margin-top: calc(140 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__itemarea {
    margin-top: 140px;
  }
}
#feature .sec.sec01 .sec__logo {
  width: calc(243 * var(--vw) / 1400);
  max-width: 243px;
  background-color: #fff9de;
  position: absolute;
  top: calc(-19 * var(--vw) / 1400);
  left: calc(35 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__logo {
    top: -19px;
    left: 35px;
  }
}
#feature .sec.sec01 .sec__logo img {
  width: calc(229 * var(--vw) / 1400);
  max-width: 229px;
  margin: 0 0 0 calc(5 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__logo img {
    margin: 0 0 0 5px;
  }
}
#feature .sec.sec01 .sec__itemaccordion {
  margin-top: calc(14 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec01 .sec__itemaccordion {
    margin-top: 14px;
  }
}
#feature .sec.sec02 {
  padding-bottom: calc(81 * var(--vw) / 1400);
  margin-top: calc(140 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 {
    padding-bottom: 81px;
    margin-top: 140px;
  }
}
#feature .sec.sec02 .sec__img.sec__img03 {
  margin: 0 0 0 calc(220 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img03 {
    margin: 0 0 0 220px;
  }
}
#feature .sec.sec02 .sec__img.sec__img04 {
  margin: calc(203 * var(--vw) / 1400) 0 0 calc(68 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__img.sec__img04 {
    margin: 203px 0 0 68px;
  }
}
#feature .sec.sec02 .sec__item.sec__item05 {
  margin: calc(29 * var(--vw) / 1400) 0 0 calc(116 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__item.sec__item05 {
    margin: 29px 0 0 116px;
  }
}
#feature .sec.sec02 .sec__item.sec__item05 .sec__itemname {
  margin-top: calc(-15 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__item.sec__item05 .sec__itemname {
    margin-top: -15px;
  }
}
#feature .sec.sec02 .sec__item.sec__item06 {
  margin: calc(21 * var(--vw) / 1400) 0 0 calc(104 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__item.sec__item06 {
    margin: 21px 0 0 104px;
  }
}
#feature .sec.sec02 .sec__item.sec__item06 .sec__itemname {
  margin-top: calc(4 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__item.sec__item06 .sec__itemname {
    margin-top: 4px;
  }
}
#feature .sec.sec02 .sec__no {
  margin: calc(91 * var(--vw) / 1400) 0 0 calc(156 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__no {
    margin: 91px 0 0 156px;
  }
}
#feature .sec.sec02 .sec__no::after {
  content: "";
  width: calc(500 * var(--vw) / 1400);
  max-width: 500px;
  height: calc(1 * var(--vw) / 1400);
  max-height: 1px;
  background-color: #000;
  position: absolute;
  top: calc(13 * var(--vw) / 1400);
  left: calc(100% + 21 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__no::after {
    top: 13px;
    left: calc(100% + 21px);
  }
}
#feature .sec.sec02 .sec__txt {
  margin: calc(6 * var(--vw) / 1400) 0 0 calc(320 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__txt {
    margin: 6px 0 0 320px;
  }
}
#feature .sec.sec02 .sec__itemblock {
  width: calc(370 * var(--vw) / 1400);
  max-width: 370px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: calc(80 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__itemblock {
    margin: 80px auto 0;
  }
}
#feature .sec.sec02 .sec__itemblock .sec__itemname {
  position: absolute;
  top: calc(100% + -1 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__itemblock .sec__itemname {
    top: calc(100% - 1px);
  }
}
#feature .sec.sec02 .sec__itemarea {
  margin-top: calc(105 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__itemarea {
    margin-top: 105px;
  }
}
#feature .sec.sec02 .sec__logo {
  width: calc(243 * var(--vw) / 1400);
  max-width: 243px;
  background-color: #fff9de;
  position: absolute;
  top: calc(-20 * var(--vw) / 1400);
  right: calc(30 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__logo {
    top: -20px;
    right: 30px;
  }
}
#feature .sec.sec02 .sec__logo img {
  width: calc(229 * var(--vw) / 1400);
  max-width: 229px;
  margin: 0 0 0 calc(5 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__logo img {
    margin: 0 0 0 5px;
  }
}
#feature .sec.sec02 .sec__itemaccordion {
  margin-top: calc(13 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__itemaccordion {
    margin-top: 13px;
  }
}
#feature .sec.sec02 .sec__itemaccordion.is_show {
  left: calc(-141 * var(--vw) / 1400);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec02 .sec__itemaccordion.is_show {
    left: -141px;
  }
}
#feature .sec.sec03 {
  padding-top: calc(99 * var(--vw) / 1400);
  padding-bottom: calc(113 * var(--vw) / 1400);
  background-color: #fff;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 {
    padding-top: 99px;
    padding-bottom: 113px;
  }
}
#feature .sec.sec03 .sec__btn {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  height: calc(60 * var(--vw) / 1400);
  max-height: 60px;
  position: relative;
  margin: 0 auto;
}
#feature .sec.sec03 .sec__btn a {
  width: calc(300 * var(--vw) / 1400);
  max-width: 300px;
  height: calc(60 * var(--vw) / 1400);
  max-height: 60px;
  font-family: "utopia-std-display", serif;
  font-size: calc(30 * var(--vw) / 1400);
  line-height: 1;
  border: 1px solid #000;
  letter-spacing: 0.045em;
  color: #000000;
  font-weight: 400;
  white-space: nowrap;
  padding-top: calc(7 * var(--vw) / 1400);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__btn a {
    font-size: 30px;
    line-height: 26px;
    padding-top: 7px;
  }
}
#feature .sec.sec03 .sec__btn a:hover {
  opacity: 0.7;
}
#feature .sec.sec03 .sec__logo {
  width: calc(234 * var(--vw) / 1400);
  max-width: 234px;
  margin: calc(80 * var(--vw) / 1400) auto 0;
  transform: translateX(calc(5 * var(--vw) / 1400));
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__logo {
    margin: 80px auto 0;
    transform: translateX(5px);
  }
}
#feature .sec.sec03 .sec__flex {
  width: calc(380 * var(--vw) / 1400);
  max-width: 380px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
#feature .sec.sec03 .sec__flex .sec__itemname {
  font-size: calc(26 * var(--vw) / 1400);
  position: absolute;
  top: calc(100% + 2 * var(--vw) / 1400);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__flex .sec__itemname {
    font-size: 26px;
    top: calc(100% + 2px);
  }
}
#feature .sec.sec03 .sec__schedule {
  margin: calc(51 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule {
    margin: 51px auto 0;
  }
}
#feature .sec.sec03 .sec__schedule p {
  font-size: calc(14 * var(--vw) / 1400);
  line-height: calc(28 * var(--vw) / 1400);
  letter-spacing: 0.045em;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule p {
    font-size: 14px;
    line-height: 28px;
  }
}
#feature .sec.sec03 .sec__schedule p:nth-child(2) {
  margin: calc(14 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule p:nth-child(2) {
    margin: 14px auto 0;
  }
}
#feature .sec.sec03 .sec__schedule p:nth-child(3) {
  margin: calc(14 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule p:nth-child(3) {
    margin: 14px auto 0;
  }
}
#feature .sec.sec03 .sec__schedule p:nth-child(4) {
  margin: calc(14 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule p:nth-child(4) {
    margin: 14px auto 0;
  }
}
#feature .sec.sec03 .sec__schedule p:nth-child(5) {
  margin: calc(14 * var(--vw) / 1400) auto 0;
}
@media screen and (min-width: 1400px) {
  #feature .sec.sec03 .sec__schedule p:nth-child(5) {
    margin: 14px auto 0;
  }
}/*# sourceMappingURL=style.css.map */