@charset "UTF-8";
/* CSS Document */

@media (min-width: 701px) {
  .page--home {
	padding-top: 50px;
	opacity: 1;
  }
}
@media (max-width: 700px) {
  .page--home {
    overflow-x: hidden
  }
}
.mainVisualBlock {
  background: #000;
  overflow: hidden
}
.mainVisualBlock .mainVisual {
  position: relative;
  pointer-events: none
}

/*メインビジュアルスライダー*/
.mvSlider .mvSlide {
  vertical-align: top
}
.mvSlider .mvSlide .mvSlide__image {
  position: relative;
  z-index: 1
}
.mvSlider .mvSlide .mvSlide__image img {
  width: 100%
}
.mvSlider .mvSlide .mvSlide__image .caption {
  position: absolute;
  bottom: 5px;
  right: 2em;
  display: inline-block;
  font-size: 10px;
  color: #fff
}
.mvSlider .mvSlide .mvSlide__copy {
  position: absolute;
  z-index: 2;
  opacity: 0;
  margin-top: 20px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: 1.4s ease 1.4s
}
.mvSlider .mvSlide.mvSlide-1 .mvSlide__copy {
  top: 50%;
  left: 50%;
  width: 25%;
  transform: translate(-5%, -45%)
}
@media (max-width: 700px) {
  .mvSlider .mvSlide.mvSlide-1 .mvSlide__copy {
    top: 56%;
    width: 64%;
    transform: translate(-50%, -50%)
  }
}
.mvSlider .mvSlide.mvSlide-1 .mvSlide__copy img {
  width: 100%
}
.mvSlider .mvSlide.mvSlide-2 .mvSlide__copy {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%
}
@media (max-width: 700px) {
  .mvSlider .mvSlide.mvSlide-2 .mvSlide__copy {
    top: 12%;
    width: 84%
  }
}
.mvSlider .mvSlide.mvSlide-2 .mvSlide__copy img {
  width: 100%
}
.mvSlider .mvSlide.is-current .mvSlide__copy {
  opacity: 1;
  margin-top: 0;
  -webkit-filter: blur(0);
  filter: blur(0)
}


.scrollIcon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  padding-top: 70px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  color: #fff
}
@media (max-width: 700px) {
  .scrollIcon {
    display: none !important;
    visibility: hidden !important
  }
}
.scrollIcon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box
}
@-webkit-keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0
  }
}
.modalBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%
}
@media (max-width: 700px) {
  .modalBlock {
    display: none !important;
    visibility: hidden !important
  }
}
.modalBlock .modalBG {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 91;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}
.modalBlock .modalBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 92;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 756px;
  text-align: center
}
@media (min-width: 701px) {
  .modalBlock .modalBox {
    margin-top: 70px
  }
}
.modalBlock .modalBanner {
  position: relative;
  z-index: 92;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff
}
.modalBlock .modalCloseBtn {
  display: block;
  padding: 15px 20px;
  background: #fff;
  text-decoration: none
}
@media (min-width: 701px) {
  .modalBlock .modalCloseBtn {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 93
  }
}
@media (max-width: 700px) {
  .modalBlock .modalCloseBtn {
    margin-top: 10px;
    padding: 10px
  }
}
.planLinkBlock {
  padding: 15px 0;
  background: #ffe423;
  text-align: center
}
.obiBlock {
  padding: 30px 0;
  background: #fff;
  text-align: center
}
@media (max-width: 700px) {
  .obiBlock {
    padding: 20px 0
  }
}
.obiText {
  color: white;
  margin-bottom: 0.25em;
  font-size: 18px;
  letter-spacing: 0.05em
}
@media (max-width: 700px) {
  .obiText {
      color: white;
    font-size: 16px
  }
}
.obiText small {
  font-size: 60%
}
.obiText-2 {
  margin-top: 20px;
  padding-top: 20px;
	padding-bottom: 20px;
  border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.obiText--large {
     color: white;
  font-size: 48px
}
@media (max-width: 700px) {
  .obiText--large {
      color: white;
    font-size: 36px
  }
}
.priceBlock {
  padding: 15px 0;
  background: #797979;
  text-align: center
}
.priceBlock .price {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc
}
.priceBlock .loan span {
  display: inline-block;
  margin: 0 10px
}
@media (max-width: 700px) {
  .priceBlock .loan span {
    margin-bottom: 10px
  }
}
@media (max-width: 700px) {
  .priceBlock .loan span img {
    width: auto;
    height: 32px
  }
}
.infoBlock {
  margin-top: 40px;
  padding: 15px 0;
  text-align: center
}
@media (max-width: 700px) {
  .infoBlock {
    margin-top: 30px
  }
}
.infoBlock .campaignBanner {
  display: block;
  margin: 30px 0
}
.infoHeader {
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  text-align: center
}
.infoText {
  margin-bottom: 0.25em;
  font-size: 20px;
  letter-spacing: 0.05em
}
@media (max-width: 700px) {
  .infoText {
    font-size: 16px
  }
}
.infoText small {
  font-size: 60%
}
.infoText--large {
  font-size: 42px
}
@media (max-width: 700px) {
  .infoText--large {
    font-size: 28px
  }
}
.infoText--important {
  padding: 1em;
  background: rgba(204, 0, 0, 0.1);
  color: #c00
}
.infoText--covid {
  background: #e6ebee;
  color: #000
}
.infoText--covid .infoTitle {
  display: block;
  margin-bottom: .75em
}
.infoText--covid .infoTitle-1 {
  margin-bottom: .25em;
  font-size: 80%
}
.infoText--covid .btn {
  display: inline-block;
  width: 280px;
  position: relative;
  color: #000;
  border-color: #000;
  background: transparent
}
.infoText--covid .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 1em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg) translateY(-50%)
}
.infoText--covid .btn:hover {
  background: #000;
  color: #fff
}
@media (min-width: 701px) {
  .homeBannerBlock {
    padding: 20px 0
  }
}
.homeBannerBlock .banner {
  margin-bottom: 20px;
  text-align: center
}
.homeBannerBlock .banner:last-child {
  margin-bottom: 0
}

.text-1 {
	margin-top: 20px;
}

.points {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap :wrap;
  margin-left: 10px;
}

.conv-btn {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
@media (min-width: 701px) {
.conv-btn {
	margin-top: 40px;
	margin-bottom: 20px;
}
}

.home-banner {
	margin-top: 35px;
}
@media (max-width: 700px) {
	.topics {
	margin-top: 5px;
	margin-bottom: 20px;
}
}
@media (min-width: 701px){
.topics {
	margin-top: 5px;
	margin-bottom: 30px;
}
}
@media (min-width: 701px){
	.topics2 {
	margin-top: 35px;
	margin-bottom: 70px;
}
}

.telBox-top {
	margin-bottom: 30px;
}

#obi {
	background: radial-gradient(circle, #C7000B, #730000);
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px
}
#obi-2 {
	background: #A00000;
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px
}
.caption {
  font-size: 10px;
}

.point-sp {
	margin-top: 30px;
}

.convbtnBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.holidayObi {
	padding: 50px 0;
    color: #000;
	text-align: center
}

.holidayObi .holidayNotice {
	max-width: 1088px;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
    border: 1px solid #000;
}

.caption-holiday {
	margin-top: 10px;
	font-size: 16px !important;
}
.caption-holiday2 {
	margin-top: 10px;
	font-size: 13px !important;
}


.holidayObi .holidayNotice dt {
    max-width: 13em;
    margin-top: -1.95em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
    background: #fff;
    font-size: 26px;
	color: #ff0000;
}
.holidayObi .holidayNotice dd {
    font-size: 20px;
    line-height: 1.6;
}
