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

@media (min-width: 701px) {
  .page--home {
	padding-top: 130px;
	opacity: 1;
  }
}
@media (max-width: 700px) {
  .page--home {
    overflow-x: hidden
  }
}
.mainVisualBlock {
  background: white;
  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;
  text-align: center
}
@media (max-width: 700px) {
  .obiBlock {
    padding: 20px 0
  }
}
.obiText {
  margin-bottom: 0.25em;
  font-size: 28px;
  letter-spacing: 0.05em
}
@media (max-width: 700px) {
  .obiText {
    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 {
  font-size: 42px
}
@media (max-width: 700px) {
  .obiText--large {
    font-size: 28px
  }
}
.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 {
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px
}
#obi-2 {
    background-color: #a00000;
background-image: linear-gradient(90deg, #a00000 0%, #c2161d 46%, #a00000 100%);
	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;
}

#badge {
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 10px
}

/* ==========================
  フローティングバナー（追従バナー）
========================== */
@media (min-width: 701px){
	.bl_floatingBanner {
  position: fixed;
  left: 80%;
  top: 65%;
  transform: translateX(-50%)
             translateY(-50%);
  width: 400px;
  max-width: 100%;
}
}
@media (max-width: 700px) {
	.bl_floatingBanner {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translateX(-50%)
             translateY(-50%);
  width: 375px;
  max-width: 80%;
}
}


.bl_floatingBanner.js_close {
  display: none;
}
.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}



.wrap_slider{
  width:100%;
}
.slider li img{
  width:100%;
  height:auto;
}
.slick-prev:before,
.slick-next:before{
  color: #000;
}
.slider .slick-dots {
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 5px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #ccc;
  overflow: hidden;
}
.slider .slick-dots li.slick-active button {
    background: #b40005;
  width: 0;
}
.slider .slick-dots li button:before {
    content: none;
}


.obi-txt {
    font-size: 58px;
    color: #b51d23;
}

.gallery {
     opacity: 0.5;
}
