<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@media (min-width: 701px) {
 
}
@media (max-width: 700px) {
  
}
.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 {
  background: black;
  text-align: center;
  width: 100%;
}

.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: 40px;
}


@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 {
	border-top: 1px solid white;
	background: #820910;
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px
}
#obi-2 {
	/*background-image: url("../images/obi-bg.jpg");*/
	background-color: #EB7084;
	border-top: 1px solid white;
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 00px;
  padding-bottom: 10px
}



.home-btn {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.obi-tbn {
display: flex;
align-items: center;
  justify-content: center;
	}

.caption-yahoo {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  font-size: 10px;
  color: black
}

.holidayObi {
	padding: 50px 0;
    color: #ff0000;
	text-align: center;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.holidayObi .holidayNotice {
	max-width: 830px;
    margin-right: auto;
    margin-left: auto;
    padding: 2em;
    border: 1px solid #ff0000;
}
.holidayObi .holidayNotice dt {
    max-width: 18em;
    margin-top: -1.95em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.5em;
    background: #fff;
    font-size: 24px;
}
.holidayObi .holidayNotice dd {
    font-size: 18px;
    line-height: 1.8;
}
.caption-holiday {
	font-size: 14px !important;
}


.cvArea {
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px
}


/*----------------------------------------
	container
----------------------------------------*/
.container { /*一律でページ全体のコンテンツ最大幅を固定*/
	margin: 0 auto;
	padding: 0 0px;
}

/*----------------------------------------
	section
----------------------------------------*/

.section2 {
	background-color: #ECECEC;

}
.section + .section {
	padding-top: 0;
}

/*----------------------------------------
	Alternate
----------------------------------------*/
.alternate {
	display: flex;
	flex-direction: column-reverse;
}
.alternate__body {
	padding: 0px 50px;
}
.alternate__txt {
	line-height: 1.7;
}
.alternate__thumb img {
	max-width: none;
	width: 100%;
}
.alternate__thumb {
	position: relative;
}
.alternate__thumb::after {
	position: absolute;
	top: 0px;
	z-index: -1;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #cdecf0;
}


/*for PC*/
@media screen and (min-width: 768px),print {
	.section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.section2 {
	background-color: #ECECEC;
	padding-top: 50px;
	padding-bottom: 50px;
}
	.alternate {
		flex-direction: row-reverse;
	}
	.alternate._reverse {
		flex-direction: row;
	}
	.alternate__body {
		padding: 50px;
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.alternate__thumb {
		width: 70%;
	}
	.alternate__thumb img {
		height: 100%;
		object-fit: cover;
	}
	.alternate._normal .alternate__thumb::after {
		right: 50px;
		width: 50vw; /*widthでボックス幅自体を広げる*/
	}
	.alternate._reverse .alternate__thumb::after {
		left: 50px;
		width: 50vw;
	}
}

.pup-title {
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 30px
}

.pup-plan {
	text-align: center;
	max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px
}

.present {
	text-align: center;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
margin-bottom: 40px;	
}

#spbanner {
    text-align: center;
    max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px
}
#meritbanner {
    text-align: center;
    max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px
}


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

.bgc1 {
	background-color: #ABA09A;
    }
.bgc2 {
	background-color: #F5F2E9;
    }

.vrbtn {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
    margin-top: 20px
}

.vritem {
	margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

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

/* video */
.video{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
   
@media (max-width: 700px){
    .video{     
    }
    
}
@media (min-width: 701px){
	.video {
	margin-top: 20px;
}
}
.video-mute{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
    
.video-btn{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
    width: 70px;
    cursor: pointer;
  }
  video{
    width: 100%;
}
#pickupplan {
    text-align: center;
    max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 60px
}
#pickupplan2 {
    text-align: center;
    max-width: 100%;
	margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 60px
}

/*==================================================
スライダーのためのcss
===================================*/
/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}
.gallery li {
  list-style: none;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*選択するサムネイル画像の設定*/
.choice-btn li {
  padding: 15px;
  cursor: pointer;
  outline: none;
  list-style: none;
}
.choice-btn li img {
  opacity: 1; /*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img{
	opacity: 0.4;/*選択されているものは透過しない*/
}

.sectionTitle {
  text-align: center;
}

.caption2 {
  position: absolute;
  bottom: 5px;
  right: 2em;
  display: inline-block;
  font-size: 10px;
  color: #fff
}

.fbanner {
    display: none;
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.fbanner a {
    text-decoration: none;
}


.fbanner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .fbanner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
    }
    
    .fbanner-close {
        top: 8px;
        right: 15px;
    }
}

.fbanner-content {
  display: flex;
  flex-direction: column;
}
.fbanner-content a{
  margin-top: 10px;
}


</pre></body></html>