/* ---------------------------------------------------
	common
------------------------------------------------------ */
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.section__button {
  line-height: 1;
  text-align: center;
}

.pic__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 10px 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
}
.pic__caption.top {
  top: 0;
  bottom: auto;
}
.pic__caption.left {
  right: auto;
  left: 0;
  text-align: left;
}
.pic__caption.black {
  color: #000;
}

.text__note {
  font-size: 1.2rem;
  line-height: 1.4;
}

.indent__list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .js-scroll-overlap:not(.is-disabled) {
    position: relative;
    top: auto;
  }

  .pic__caption {
    padding: 4px 8px;
    font-size: 8px;
  }
  .pic__caption.sp_left {
    right: auto;
    left: 0;
    text-align: left;
  }
  .pic__caption.sp_right {
    left: auto;
    right: 0;
    text-align: right;
  }
  .pic__caption.sp_black {
    color: #000;
  }
}
/* ---------------------------------------------------
	main
------------------------------------------------------ */
#mainvisual {
  position: relative;
  margin: 0 auto;
  height: 768px;
  background: url(../images/top/mv_bg.jpg) no-repeat center bottom, url(../images/top/shinshun_bg01.jpg) center top;
  background-size: cover;
}
#mainvisual .mv__logo {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  line-height: 1;
  text-align: center;
}
#mainvisual .mv__title {
  position: absolute;
  left: 0;
  top: 184px;
  width: 100%;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1401px) {
  #mainvisual {
    height: 54.86vw;
  }
  #mainvisual .mv__logo {
    top: 0.5%;
  }
  #mainvisual .mv__title {
    top: 24.5%;
  }
  #mainvisual .mv__title img {
    width: 42.72%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 160vw;
    background: url(../images/top/mv_bg_sp.jpg) no-repeat center bottom, url(../images/top/shinshun_bg01.jpg) center top;
    background-size: cover;
  }
  #mainvisual .mv__logo {
    top: 1%;
    padding-right: 5%;
  }
  #mainvisual .mv__logo img {
    width: 75%;
    height: auto;
  }
  #mainvisual .mv__title {
    top: 19%;
    width: 100%;
  }
  #mainvisual .mv__title img {
    width: 86%;
    height: auto;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  position: relative;
  padding: 70px 0;
  background: url(../images/top/lead_bg02.png) no-repeat left calc(50vw - 700px) top, url(../images/top/lead_bg03.png) no-repeat right calc(50vw - 700px) bottom -310px, url(../images/top/lead_bg01.jpg) center top;
  color: #fff;
  text-align: center;
}
#lead .lead__logo {
  margin-bottom: 40px;
  line-height: 1;
}
#lead .lead__text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#lead .lead__banners {
  max-width: 1100px;
  margin: 60px auto 0;
  gap: 35px 0;
}
#lead .lead__banners a {
  display: block;
  max-width: 48%;
}
#lead .lead__banners .banner__kinto {
  margin: 0 auto;
  padding: 15px 30px;
  background: #040000;
  color: #fff;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 24vw 0 25vw;
    background: url(../images/top/lead_bg02.png) no-repeat left 0 top, url(../images/top/lead_bg03.png) no-repeat right 0 bottom -42vw, url(../images/top/lead_bg01.jpg) center top;
    background-size: 110%, 110%,cover;
  }
  #lead .lead__logo {
    margin-bottom: 50px;
  }
  #lead .lead__logo img {
    width: 154px;
    height: auto;
  }
  #lead .lead__text {
    font-size: 2rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
  }
  #lead .lead__banners {
    display: none;
  }
}
/* ---------------------------------------------------
		shinshun
------------------------------------------------------ */
#shinshun {
  background: url(../images/top/lead_bg03.png) no-repeat right calc(50vw - 700px) top -312px, url(../images/top/shinshun_bg01.jpg) center top;
  color: #fff;
}
#shinshun .section__sticky {
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45.2%;
  height: 100vh;
  background: url(../images/top/shinshun_bg02.jpg) center top;
  color: #040000;
  text-align: center;
}
@media screen and (min-width: 1401px) {
  #shinshun .section__sticky {
    background-size: 100%;
  }
}
#shinshun .section__sticky .kinto__text {
  width: max-content;
  max-width: 100%;
  margin: 20px auto 10px;
  padding: 5px 30px;
  background: #040000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
#shinshun .section__sticky .sticky__col {
  width: 96%;
  max-width: 444px;
  margin: 0 auto;
  text-align: left;
}
#shinshun .section__sticky .sticky__img {
  position: absolute;
  right: 0;
  top: -10px;
}
#shinshun .section__sticky .sticky__text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#shinshun .section__sticky .campaign__box {
  width: 256px;
  margin-top: 30px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
#shinshun .section__sticky .campaign__box .box__title {
  padding: 5px 10px;
  background: #040000;
  color: #fff;
}
#shinshun .section__sticky .campaign__box .box__text {
  padding: 5px 10px;
}
#shinshun .section__body {
  width: 54.8%;
}
#shinshun section {
  padding: 70px 0;
}
#shinshun section .container {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}
#shinshun #step {
  padding-bottom: 200px;
}
#shinshun #step .step__title {
  line-height: 1;
  text-align: center;
}
#shinshun #step .step__list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
#shinshun #step .step__list > li .list__body {
  width: 50%;
  padding-top: 20px;
}
#shinshun #step .step__list > li .list__body .f_sserif {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 20px;
  padding-top: 16px;
  border: 1px solid;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
#shinshun #step .step__list > li .list__body .f_sserif .num {
  display: block;
  font-size: 4.2rem;
  font-weight: bold;
}
#shinshun #step .step__list > li .list__img {
  width: 50%;
}
#shinshun #step .step__list > li .list__arrow {
  width: 100%;
  padding: 40px 0 20px;
}
#shinshun #step .indent__list {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #shinshun {
    background: url(../images/top/shinshun_bg01.jpg) center top;
    background-size: cover;
  }
  #shinshun .section__sticky {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
    background: url(../images/top/shinshun_bg02.jpg) center top;
    background-size: 100%;
  }
  #shinshun .section__sticky .kinto__text {
    margin: 20px auto 10px;
    padding: 10px 12px 8px;
    font-size: 1.75rem;
  }
  #shinshun .section__sticky .sticky__col {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #shinshun .section__sticky .sticky__img {
    position: absolute;
    right: 0;
    top: -10px;
  }
  #shinshun .section__sticky .sticky__text {
    margin-top: 15px;
    line-height: 1.8;
    text-align: center;
  }
  #shinshun .section__sticky .campaign__box {
    display: flex;
    width: 100%;
    margin-top: 35px;
    font-size: 1.7rem;
  }
  #shinshun .section__sticky .campaign__box .box__title {
    padding: 5px 5px;
  }
  #shinshun .section__sticky .campaign__box .box__text {
    padding: 5px 5px;
  }
  #shinshun .section__body {
    width: 100%;
  }
  #shinshun section {
    padding: 40px 0;
  }
  #shinshun section .container {
    width: 90%;
    max-width: 580px;
    margin: 0 auto;
  }
  #shinshun #step {
    padding-bottom: 70px;
  }
  #shinshun #step .step__title {
    margin-bottom: 40px;
  }
  #shinshun #step .step__list {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #shinshun #step .step__list > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  #shinshun #step .step__list > li .list__body {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 0;
    gap: 15px;
    text-align: left;
  }
  #shinshun #step .step__list > li .list__body .f_sserif {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    padding-top: 14px;
    font-size: 1.6rem;
  }
  #shinshun #step .step__list > li .list__body .f_sserif + div {
    width: calc(100% - 103px);
  }
  #shinshun #step .step__list > li .list__body .f_sserif .num {
    font-size: 4.1rem;
  }
  #shinshun #step .step__list > li .list__img {
    width: 100%;
  }
  #shinshun #step .step__list > li .list__img img {
    width: 58%;
    height: auto;
  }
  #shinshun #step .step__list > li .list__arrow {
    padding: 40px 0 30px;
  }
  #shinshun #step .step__list > li:nth-of-type(3) .list__img img {
    width: 48%;
  }
  #shinshun #step .indent__list {
    margin-top: 50px;
  }
}
/* ---------------------------------------------------
		zenryoku
------------------------------------------------------ */
#zenryoku {
  background: #c8c8c8;
}
#zenryoku .section__sticky {
  position: sticky;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45.2%;
  height: 100vh;
  background: url(../images/top/zenryoku_bg01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#zenryoku .section__sticky .kinto__text {
  width: max-content;
  max-width: 100%;
  margin: 20px auto 10px;
  padding: 5px 30px;
  background: #040000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
#zenryoku .section__sticky .sticky__col {
  width: 96%;
  max-width: 444px;
  margin: 0 auto;
  text-align: left;
}
#zenryoku .section__sticky .sticky__img {
  position: absolute;
  right: 0;
  top: 5px;
}
#zenryoku .section__sticky .sticky__text {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#zenryoku .section__sticky .campaign__box {
  width: 256px;
  margin-top: 30px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
}
#zenryoku .section__sticky .campaign__box .box__title {
  padding: 5px 10px;
  background: #040000;
  color: #fff;
}
#zenryoku .section__sticky .campaign__box .box__text {
  padding: 5px 10px;
}
#zenryoku .section__sticky .sticky__navi {
  width: max-content;
  margin: 25px auto 0;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: left;
}
#zenryoku .section__sticky .sticky__navi li + li {
  margin-top: 15px;
}
#zenryoku .section__sticky .sticky__navi li a {
  display: block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
#zenryoku .section__sticky .sticky__navi li a span {
  display: inline-block;
  font-weight: inherit;
}
#zenryoku .section__sticky .sticky__navi li a .color {
  color: #c5171e;
  font-weight: inherit;
}
#zenryoku .section__body {
  width: 54.8%;
}
#zenryoku section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 70px 0;
  background: url(../images/top/zenryoku_bg02.png) no-repeat center;
}
#zenryoku section .container {
  width: 90%;
  max-width: 580px;
  margin: 0 auto;
}
#zenryoku section .zenryoku__title {
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
}
#zenryoku section .zenryoku__text {
  position: relative;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
#zenryoku section .zenryoku__text .icon {
  position: absolute;
  left: 0;
  top: 8px;
}
#zenryoku section .zenryoku__text span {
  font-weight: inherit;
}
#zenryoku section .zenryoku__text .color {
  color: #c5171e;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
}
#zenryoku section .zenryoku__text .num {
  font-size: 6.2rem;
  line-height: 1;
}
#zenryoku section .zenryoku__text .small {
  font-size: 2.6rem;
}
#zenryoku #new .new__title {
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: center;
}
#zenryoku #new .new__img {
  margin-bottom: 25px;
  text-align: center;
}
#zenryoku #goods .indent__list {
  margin-top: -65px;
}
#zenryoku #goods02 .goods__img {
  margin-bottom: 20px;
  text-align: center;
}
#zenryoku #medamasha {
  background: url(../images/top/zenryoku_bg02.png) no-repeat center top;
}
#zenryoku #medamasha .zenryoku__text .small {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  vertical-align: baseline;
}
#zenryoku #medamasha .indent__list {
  width: 436px;
  max-width: 100%;
  margin: 0 auto;
}
#zenryoku #medamasha .medamasha__button {
  margin-top: 50px;
  text-align: center;
}
#zenryoku #medamasha .medamasha__img {
  margin-top: 115px;
}
#zenryoku #rentalease {
  padding-bottom: 200px;
}
#zenryoku #rentalease .rentalease__block {
  margin-bottom: 20px;
}
#zenryoku #rentalease .rentalease__block .block__img {
  width: calc(100% - 230px);
}
#zenryoku #rentalease .rentalease__block .block__body {
  width: 222px;
  max-width: 40%;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box {
  background: #fff;
  border: 1px solid #bcad2b;
  line-height: 1.3;
  letter-spacing: 0;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box + .body__box {
  margin-top: 8px;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box p {
  line-height: 1.3;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box .box__title {
  padding: 3px 5px;
  background: #bcad2b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box .box__text {
  padding: 3px 5px;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box .box__text .small {
  display: block;
  font-size: 1.4rem;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box .box__text .center {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
#zenryoku #rentalease .rentalease__block .block__body .body__box .box__text .indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media screen and (max-width: 768px) {
  #zenryoku .section__sticky {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 20px 20px;
    background: url(../images/top/zenryoku_bg01.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
  }
  #zenryoku .section__sticky .kinto__text {
    margin: 20px auto 10px;
    padding: 10px 12px 8px;
    font-size: 1.75rem;
  }
  #zenryoku .section__sticky .sticky__col {
    width: 100%;
    max-width: none;
  }
  #zenryoku .section__sticky .sticky__img {
    left: 0;
    top: -5px;
    width: 65px;
    height: auto;
  }
  #zenryoku .section__sticky .sticky__text {
    margin-top: 25px;
    padding-left: 75px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  #zenryoku .section__sticky .campaign__box {
    display: flex;
    width: 100%;
    margin-top: 40px;
    font-size: 1.6rem;
  }
  #zenryoku .section__sticky .campaign__box .box__title {
    padding: 5px 5px;
  }
  #zenryoku .section__sticky .campaign__box .box__text {
    padding: 5px 0 5px 10px;
  }
  #zenryoku .section__body {
    width: 100%;
  }
  #zenryoku section {
    display: block;
    min-height: 0;
    padding: 25vw 0 6vw;
    background: url(../images/top/zenryoku_bg02.png) no-repeat center;
    background-size: 100%;
  }
  #zenryoku section .container {
    width: calc(100% - 40px);
    max-width: 100%;
  }
  #zenryoku section .zenryoku__title {
    margin-bottom: 30px;
  }
  #zenryoku section .zenryoku__text {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  #zenryoku section .zenryoku__text:has(.icon) {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    text-align: left;
  }
  #zenryoku section .zenryoku__text:has(.icon) .color {
    display: block;
    margin-left: -80px;
    text-align: center;
  }
  #zenryoku section .zenryoku__text .icon {
    position: absolute;
    left: 0;
    top: 4px;
  }
  #zenryoku section .zenryoku__text .color {
    font-size: 5rem;
  }
  #zenryoku section .zenryoku__text .num {
    font-size: 8rem;
    line-height: 1;
  }
  #zenryoku section .zenryoku__text .small {
    font-size: 2.2rem;
  }
  #zenryoku #new .new__title {
    position: relative;
    margin-top: 60px;
    margin-bottom: -30px;
    z-index: 1;
  }
  #zenryoku #new .new__img {
    width: 100vw;
    margin: 0 -20px 40px;
  }
  #zenryoku #new .new__img img {
    width: 100%;
    height: auto;
  }
  #zenryoku #goods {
    background: url(../images/top/zenryoku_bg02.png) no-repeat center top calc(25vw + 310px);
    background-size: 100%;
  }
  #zenryoku #goods .goods__img {
    text-align: center;
  }
  #zenryoku #goods .indent__list {
    margin-top: 10px;
  }
  #zenryoku #goods02 {
    background: url(../images/top/zenryoku_bg02.png) no-repeat center bottom;
    background-size: 100%;
  }
  #zenryoku #goods02 .goods__img {
    margin-bottom: 20px;
    text-align: center;
  }
  #zenryoku #medamasha {
    background: url(../images/top/zenryoku_bg02.png) no-repeat center top calc(25vw + 70px);
    background-size: 100%;
  }
  #zenryoku #medamasha .zenryoku__text .small {
    margin-right: 5px;
    font-size: 2.2rem;
  }
  #zenryoku #medamasha .indent__list {
    width: 100%;
  }
  #zenryoku #medamasha .medamasha__button {
    margin-top: 30px;
  }
  #zenryoku #medamasha .medamasha__img {
    margin-top: 100px;
    text-align: center;
  }
  #zenryoku #rentalease {
    padding-bottom: 70px;
  }
  #zenryoku #rentalease .zenryoku__text img {
    display: inline-block;
    margin-top: 15px;
  }
  #zenryoku #rentalease .rentalease__block {
    margin-bottom: 10px;
  }
  #zenryoku #rentalease .rentalease__block .block__img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #zenryoku #rentalease .rentalease__block .block__body {
    width: 100%;
    max-width: 100%;
  }
  #zenryoku #rentalease .rentalease__block .block__body .body__box + .body__box {
    margin-top: 8px;
  }
  #zenryoku #rentalease .rentalease__block .block__body .body__box .box__title {
    padding: 3px 5px;
  }
  #zenryoku #rentalease .rentalease__block .block__body .body__box .box__text {
    font-size: 1.7rem;
  }
  #zenryoku #rentalease .rentalease__block .block__body .body__box .box__text .small {
    font-size: 1.4rem;
  }
}
/* ---------------------------------------------------
		info
------------------------------------------------------ */
#info {
  position: relative;
  background: #fff;
}
#info .info__mv {
  min-height: 455px;
  padding-top: 150px;
  background: url(../images/top/info_bg01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#info .info__mv .mv__title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#info .info__mv .mv__title img {
  display: inline-block;
  margin-bottom: 30px;
}
#info .info__list {
  padding: 110px 0;
  gap: 40px 0;
}
#info .info__list > li {
  width: 30%;
}
#info .info__list > li.wide {
  width: 48%;
}
#info .info__list > li.wide .list__img {
  width: 172px;
}
#info .info__list > li.wide .list__body {
  width: calc(100% - 172px);
}
#info .info__list > li.wide .list__body > * {
  padding-left: 25px;
}
#info .info__list > li.wide .list__title {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
  text-align: left;
}
#info .info__list > li.wide .list__title .f_sserif {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
#info .info__list > li.wide .list__title .f_sserif .num {
  display: inline-block;
  margin-right: 10px;
}
#info .info__list > li .list__img {
  width: 51.52%;
}
#info .info__list > li .list__body {
  position: relative;
  width: 43%;
  padding-bottom: 35px;
}
#info .info__list > li .list__lead {
  position: relative;
  padding: 13px 0 15px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#info .info__list > li .list__lead img {
  position: absolute;
  right: 0;
  top: 0;
}
#info .info__list > li .list__title {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.4rem;
  gap: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  align-items: center;
}
#info .info__list > li .list__title.sp_block {
  display: none;
}
#info .info__list > li .list__title span {
  font-weight: inherit;
}
#info .info__list > li .list__title .f_sserif {
  color: #d20000;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
#info .info__list > li .list__title .f_sserif .num {
  display: block;
  margin-bottom: 5px;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#info .info__list > li .list__title .f_sserif + span {
  font-weight: inherit;
}
#info .info__list > li .list__text {
  line-height: 1.5;
}
#info .info__list > li .list__button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 10px;
}
#info .info__list > li .list__button .button {
  width: calc(100% - 20px);
  min-width: 0;
  padding: 5px 0 5px 10px;
  font-size: 1.4rem;
  text-align: left;
}
#info .info__list > li .list__button .button .arrow {
  right: -20px;
  width: 39px;
  height: 7px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  #info .info__mv {
    min-height: 0;
    padding: 37vw 0;
    background: url(../images/top/info_bg01_sp.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
  }
  #info .info__mv .mv__title {
    font-size: 4.5vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  #info .info__mv .mv__title img {
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  #info .info__list {
    width: calc(100% + 20px);
    max-width: 480px;
    margin: 0 auto;
    padding: 80px 0 60px;
    gap: 80px 0;
  }
  #info .info__list > li {
    width: 100%;
  }
  #info .info__list > li.wide {
    width: 100%;
    flex-direction: row;
  }
  #info .info__list > li.wide .list__img {
    width: 48%;
  }
  #info .info__list > li.wide .list__img img {
    width: 100%;
  }
  #info .info__list > li.wide .list__body {
    width: 48%;
    order: 0;
  }
  #info .info__list > li.wide .list__body > * {
    padding-left: 0;
  }
  #info .info__list > li.wide .list__title {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  #info .info__list > li.wide .list__title .f_sserif {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  #info .info__list > li.wide .list__title .f_sserif .num {
    display: inline-block;
    margin-right: 10px;
  }
  #info .info__list > li .list__img {
    width: 48%;
  }
  #info .info__list > li .list__img img {
    width: 100%;
    height: auto;
  }
  #info .info__list > li .list__body {
    width: 48%;
    padding-bottom: 35px;
    order: 10;
  }
  #info .info__list > li .list__lead {
    margin-top: 20px;
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #info .info__list > li .list__title {
    display: none;
    margin-bottom: 15px;
    font-size: 2.4rem;
    gap: 5px;
    letter-spacing: 0.05em;
    align-items: center;
  }
  #info .info__list > li .list__title.sp_block {
    display: block;
  }
  #info .info__list > li .list__title .f_sserif {
    display: block;
    margin-bottom: 4px;
    font-size: 1.7rem;
    text-align: left;
  }
  #info .info__list > li .list__title .f_sserif .num {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 6.6rem;
    vertical-align: middle;
  }
  #info .info__list > li .list__title .f_sserif + span {
    font-weight: inherit;
  }
  #info .info__list > li .list__text {
    line-height: 1.75;
  }
  #info .info__list > li .list__button {
    position: static;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  #info .info__list {
    margin: 0 -10px;
  }
}
#mobility_life {
  position: relative;
  padding: 50px 0 50px;
  background: #FFF000;
}
#mobility_life .container {
  position: relative;
}
#mobility_life .mobilitylife__buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#mobility_life img.about {
  width: 80%;
}
#mobility_life img.start {
  width: 300px;
  margin-right: 66px;
}
#mobility_life img.more {
  width: 210px;
}
#mobility_life img.pic {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  #mobility_life {
    text-align: center;
  }
  #mobility_life .mobilitylife__buttons {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
  #mobility_life img.about_sp {
    width: 90%;
  }
}
/* ---------------------------------------------------
		donation
------------------------------------------------------ */
#donation {
  position: relative;
  padding: 30px 0 20px;
  background: #ff788d;
  color: #ff788d;
}
#donation .donation__block {
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#donation .donation__title {
  font-size: 2.5rem;
  line-height: 1.4;
}
#donation .donation__title > span {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
}
#donation .donation__text {
  margin-top: 2px;
  font-size: 2rem;
  line-height: 1.6;
}
#donation .donation__text br + span {
  margin-top: 2px;
}
#donation .donation__text > span {
  display: inline-block;
  padding: 4px 10px;
  background: #fff;
}
#donation .donation__text .big {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #donation {
    padding: 40px 0;
  }
  #donation .donation__block {
    display: block;
  }
  #donation .donation__block .block__img {
    text-align: center;
  }
  #donation .donation__block .block__body {
    margin-top: 20px;
    text-align: center;
  }
  #donation .donation__title {
    width: 100%;
    font-size: 1.8rem;
  }
  #donation .donation__title > span {
    width: 100%;
    padding: 8px 10px;
  }
  #donation .donation__text {
    margin-top: 0;
    font-size: 1.8rem;
  }
  #donation .donation__text > span {
    display: inline;
    padding: 0;
    background: none;
  }
  #donation .donation__text .sp_bg {
    display: inline-block;
    width: 100%;
    margin-top: 2px;
    padding: 8px 10px;
    background: #fff;
  }
  #donation .donation__text .big {
    font-size: 1.8rem;
  }
}
/* ---------------------------------------------------
		kinto
------------------------------------------------------ */
#kinto {
  position: relative;
  background: #19a4bf;
  color: #fff;
}
#kinto .kinto__mv {
  min-height: 646px;
  padding-top: 100px;
  background: url(../images/top/kinto_bg01.jpg) no-repeat center;
  background-size: cover;
}
#kinto .kinto__mv > .flexbox {
  padding: 0 50px;
  align-items: flex-end;
}
#kinto .kinto__mv .mv__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
}
#kinto .kinto__mv .mv__title__wrap {
  width: 50%;
}
#kinto .kinto__mv .mv__title .logo {
  margin-bottom: 55px;
}
#kinto .kinto__mv .mv__title .text {
  margin: 0 8px;
  vertical-align: baseline;
}
#kinto .kinto__mv .mv__navi {
  width: max-content;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#kinto .kinto__mv .mv__navi li + li {
  margin-top: 40px;
}
#kinto .kinto__mv .mv__navi li a {
  color: currentColor;
  font-weight: bold;
}
#kinto .kinto__mv .mv__navi li a img {
  vertical-align: middle;
}
#kinto .kinto__mv .mv__navi li a .num {
  display: inline-block;
  margin-right: 20px;
  font-size: 6.8rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#kinto .kinto__mv .mv__navi li a .num + span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  font-weight: inherit;
}
#kinto section {
  padding: 50px 0;
}
#kinto section .container {
  max-width: 1100px;
}
#kinto .kinto__title {
  margin-bottom: 50px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#kinto .kinto__title img {
  vertical-align: middle;
}
#kinto .kinto__title .num {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 9.7rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
#kinto #service {
  padding-top: 110px;
}
#kinto #service .service__block {
  align-items: flex-end;
  text-align: center;
}
#kinto #service .service__block .block__img02 {
  margin-top: -90px;
}
#kinto #service .section__button {
  margin-top: 30px;
}
#kinto #unlimited .kinto__title {
  margin-bottom: 0;
}
#kinto #unlimited .unlimited__block {
  margin-top: -90px;
  align-items: flex-end;
}
#kinto #unlimited .unlimited__block .block__text {
  width: 46%;
  font-size: 2.4rem;
}
#kinto #unlimited .unlimited__block .block__img {
  width: 48.6%;
  text-align: center;
}
#kinto #unlimited .unlimited__block .block__img picture + picture {
  display: block;
  margin-top: 30px;
}
#kinto #unlimited .unlimited__block .block__img .text__note {
  margin-top: 10px;
  text-align: left;
}
#kinto #unlimited .section__button {
  margin-top: 70px;
}
#kinto #lineup .lineup__title {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  justify-content: space-between;
}
#kinto #lineup .lineup__title::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  margin-left: 10px;
  flex-grow: 1;
  border-top: 1px solid #fff;
}
#kinto #lineup .lineup__title img {
  display: block;
  margin-right: 10px;
}
#kinto #lineup .lineup__img {
  margin-bottom: 100px;
  text-align: center;
}
#kinto #lineup .lineup__img img {
  width: 100%;
}
#kinto #lineup .lineup__img02 {
  text-align: center;
}
#kinto #lineup .lineup__img02 img {
  width: 100%;
}
#kinto .section__button {
  margin-top: 100px;
}
#kinto .section__button br + .button {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #kinto .kinto__mv {
    min-height: 0;
    padding: 40px 0 60px;
    background: url(../images/top/kinto_bg01.jpg) no-repeat center;
    background-size: cover;
  }
  #kinto .kinto__mv > .flexbox {
    padding: 0;
  }
  #kinto .kinto__mv .mv__title {
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }
  #kinto .kinto__mv .mv__title__wrap {
    width: 100%;
  }
  #kinto .kinto__mv .mv__title .logo {
    max-width: 80%;
    margin-bottom: 35px;
  }
  #kinto .kinto__mv .mv__title .text {
    width: 98px;
    height: auto;
    margin: 0 5px 3px;
    vertical-align: middle;
  }
  #kinto .kinto__mv .mv__navi {
    display: none;
  }
  #kinto section {
    padding: 40px 0;
  }
  #kinto .kinto__title {
    margin-bottom: 25px;
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  #kinto .kinto__title img {
    vertical-align: middle;
  }
  #kinto .kinto__title .num {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 5.3rem;
  }
  #kinto #service {
    padding-top: 40px;
  }
  #kinto #service .service__block {
    display: block;
  }
  #kinto #service .service__block .block__img02 {
    margin-top: 6vw;
  }
  #kinto #service .section__button {
    margin-top: 60px;
  }
  #kinto #unlimited .kinto__title {
    margin-bottom: 0;
  }
  #kinto #unlimited .kinto__title img {
    width: 240px;
    height: auto;
  }
  #kinto #unlimited .unlimited__block {
    margin-top: 0;
    align-items: flex-end;
  }
  #kinto #unlimited .unlimited__block .block__text {
    width: 100%;
    font-size: 1.8rem;
  }
  #kinto #unlimited .unlimited__block .block__text p {
    line-height: 2;
  }
  #kinto #unlimited .unlimited__block .block__img {
    width: 100%;
    margin-top: 30px;
  }
  #kinto #unlimited .unlimited__block .block__img picture + picture {
    display: block;
    margin-top: 40px;
  }
  #kinto #unlimited .unlimited__block .block__img .text__note {
    margin-top: 10px;
  }
  #kinto #unlimited .section__button {
    margin-top: 70px;
  }
  #kinto #lineup {
    padding-bottom: 60px;
  }
  #kinto #lineup .lineup__title {
    display: block;
    margin-bottom: 40px;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  #kinto #lineup .lineup__title::after {
    content: none;
  }
  #kinto #lineup .lineup__title img {
    display: inline-block;
    width: auto;
    height: 25px;
    margin-right: 10px;
    vertical-align: baseline;
  }
  #kinto #lineup .lineup__img {
    margin-top: 50px;
    margin-bottom: 15vw;
  }
  #kinto #lineup .lineup__img .img__min {
    margin-top: 7vw;
  }
  #kinto #lineup .lineup__img02 {
    text-align: center;
  }
  #kinto .section__button {
    margin-top: 50px;
  }
  #kinto .section__button br + .button {
    margin-top: 40px;
  }
}
