@charset "utf-8";

.custom_bg {    
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-size: contain;
}
/* 共通 */
.img_c {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.h2_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.2rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10px;
    align-items: center;
    font-weight: bold;
}
.h2_ttlw {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 4.2rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 10px;
    align-items: center;
    font-weight: bold;
}
.h2_ttlw_sub {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 10px;
    align-items: center;
}
.h3_ttl {
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.9rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(0,0,0,1.00);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 15%, #DBCA91 50%, rgba(255,255,255,0.1) 85%);
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
}
.read01 {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    font-weight: bold;
}
.read01w {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
	font-weight: bold;
}
.read02 {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.6rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}
@media (max-width: 576px) {
.read02 {    
    font-size: 2.0rem;
}
}
.custom_tx {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom_txc {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}
.custom_txcw {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;	
}


/* slide_area */
.slide_area {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    height: 100vh;
    margin-top: -70px;
	position: relative;
}
.slide_area_bg01 {
    background-color: rgba(253,240,245,0.6);
    clip-path: polygon(0 50%, 30% 98%, 30% 98%, 0 98%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.slide_area_bg02 {
    background-color: rgba(255,255,255,0.7);
    clip-path: polygon(0 0, 80% 0%, 16% 98%, 0 98%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
@media (max-width: 767px) {
.slide_area_bg01 {    
    clip-path: polygon(0 50%, 80% 100%, 80% 100%, 0 100%);  
}
.slide_area_bg02 {    
    clip-path: polygon(0 0, 80% 0%, 0% 58%, 0 58%);    
}
}
.slide_area .mv01 {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0%;
    height: 100vh;
}

.mv01 .slide-media img {
    transition: 7s 1s ease-out;
}

@media (max-width: 767px) {
.mv01 .slide-media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
	object-position: 80% center;/* 100% 100%と同じ */
}
}
 
.mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
 
.mv01 .splide__slide[class*=-active] .slide-title {
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}
 
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
 
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}


.slidelogo_area {    
	position: absolute;
	left: 10%;
    top: 20%;
	z-index: 3;
}
.slidelogo_area img {    
	vertical-align: middle;
}
.slidelogo_read {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.5rem;
    vertical-align: middle;
    color: #808080;
    line-height: 1.5;
}
.slidelogo_tx {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    vertical-align: middle;
    color: #4d4d4d;
    line-height: 1.5;
    margin-top: 3%;
    width: 80%;
}

.slide_verger_area {    
	position: absolute;
	z-index: 3;
	right: 0%;
    bottom: 2%;
}
@media (max-width: 767px) {
.slidelogo_area {    
	position: absolute;
	left: 5%;
    top: 8%;
	z-index: 3;
}
.slidelogo_area img {    
	width: 30%;
}
.slidelogo_read {
    display: block;
    font-size: 2.5rem;    
    margin-top: 10%;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}
.slidelogo_tx {    
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 3%;
    width: 95%;
	text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
}

.slide_verger_area {    
	position: absolute;
	z-index: 3;
	right: 0%;
    bottom: 2%;
}
}

/* read_area */
.read_area {
    padding-top: 10%;
    padding-bottom: 10%;    
    position: relative;
	background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-size: contain;
	
}

.read_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 30vw;
}
@media (max-width: 767px) {
.read_area {    
    padding-bottom: 80%; 	
}
.read_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 80vw;
}
}
.comfort_area {
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/bg_pink.jpg);
    background-repeat: repeat;
    background-size: cover;
	position: relative;
}
.comfort_box {
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px gray;
    margin-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
}
.comfort_bg {
    position: absolute;
    right: 0%;
    top: 8%;
    width: 30vw;
}
.comfort_read {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.0rem;
    color: #eca2bc;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
.comfort_read {
    text-align: center;
}
}
.comfort_tx {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
	padding-right: 3%;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
.boss_photo {
    width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}
.boss_job {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
}
.boss_name {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.8rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;    
    padding-top: 0px;
    padding-bottom: 10px;
}

.freeplan_area {
    padding-top: 5%;
    padding-bottom: 5%; 
	position: relative;
	
}
.freeplan_area_bg01 {
    background-color: #e5f4f1;
    clip-path: polygon(0 0, 30% 0, 30% 0, 0 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.freeplan_area_bg02 {
    background-color: #e5f4f1;
    clip-path: polygon(40% 100%, 100% 40%, 100% 100%, 40% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
@media (max-width: 767px) {
.freeplan_area_bg01 {    
    clip-path: polygon(0 0, 100% 0, 100% 3%, 0 15%);
    
}
.freeplan_area_bg02 {   
	clip-path: polygon(0% 97%, 100% 85%, 100% 100%, 0% 100%);
    
}	
}

.plan_txc {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;  
}
.plan_txc2 {    
    font-family: 'Noto Serif JP', serif;
    font-size: 2.0rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 3%;
	text-align: center;  
}
.plan_read {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;  
}
.main_photo {  
  padding-top: 5%;
  padding-bottom: 5%; 
}


.customize_area {
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url(../img/bg_pink.jpg);
    background-repeat: repeat;
    background-size: cover;
	position: relative;
}
.customize_bg {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 30vw;
}
@media (max-width: 767px) {
.customize_area {    
    padding-bottom: 80%; 	
}
.customize_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 80vw;
}
}
.equ_area {
    padding-top: 5%;
    padding-bottom: 5%;  
	position: relative;
}
.equ_area_bg01 {
    background-color: #e5f4f1;
    clip-path: polygon(0 0, 30% 0, 30% 0, 0 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.equ_area_bg02 {
    background-color: #e5f4f1;
    clip-path: polygon(40% 100%, 100% 40%, 100% 100%, 40% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.card01 {
    padding-top: 5%;
}

.img-cover img {  
  top: 0;
  left: 0;
  width: 100%;
  height: 42vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 15%;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev {
    color: #eca2bc; 
	top: 15%;
	left: 5%;
}
.card01 .swiper-button-next {
  color: #eca2bc; 
	top: 15%;
	right: 5%;
}
.equ_img {
    position: absolute;
    right: 8%;
    top: 8%;
    width: 10vw;
}
@media (max-width: 767px) {
.equ_img {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 25vw;
}
}
.equ_txc {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;  
}
.image_name {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;  
}


.happiness_area {
    padding-top: 5%;
    padding-bottom: 10%;
    background-image: url(../img/bg_pink.jpg);
    background-repeat: repeat;
    background-size: cover;
	position: relative;
}
.happiness_area_bg01 {
    background-color: #e5f4f1;
    clip-path: polygon(0 0, 30% 0, 30% 0, 0 20%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
.happiness_area_bg02 {
    background-color: #e5f4f1;
    clip-path: polygon(40% 100%, 100% 60%, 100% 100%, 40% 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
}
@media (max-width: 767px) {
.happiness_area_bg01 {    
    clip-path: polygon(0 0, 100% 0, 100% 3%, 0 15%);
    
}
.happiness_area_bg02 {   
	clip-path: polygon(0% 98%, 100% 90%, 100% 100%, 0% 100%);
    
}	
}
.happiness_bg {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 30vw;
}
@media (max-width: 767px) {
.happiness_area {    
    padding-bottom: 50%; 	
}
.happiness_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 80vw;
}
}
.happiness_area2 {
    padding-top: 5%;
    padding-bottom: 5%;    
	position: relative;
}
.happiness_ttl {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    color: #eca2bc;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}
.happiness_ttl_c {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    color: #eca2bc;    
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: center;  
}
.happiness_ttl_sub {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 0px;
}
.happiness_read {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 3%;
}
.happiness_read_c {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    color: #000;    
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.happiness_line {
    margin-top: 5%;
    margin-bottom: 5%;
    border-top: 1px solid #eca2bc;
}
.happiness_img_mt40 {
    margin-top: -40%;    
}
.happiness_box img {
    margin-top: 5%;
}
@media (max-width: 767px) {
.happiness_box img {
    margin-top: 5%;
}
.happiness_img_mt40 {
    margin-top: 0%;    
}
}
.happiness_box3 {
    margin-top: 5%;
}
.bg_w_area {
    padding-top: 15%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 15%;
    background-color: rgba(255,255,255,0.9);
}
@media (max-width: 767px) {
.bg_w_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
}


.series_area {
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
    background-color: #E5F4F1;
}
@media (max-width: 767px) {
.series_area img {
    margin-top: 10%;
}

}
.series_read_c {
    margin-top: 0%;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.sns_area {  
  padding-top: 2%;
  padding-bottom: 5%; 
	position: relative;
}
.sns_bg {
    position: absolute;
    left: 3%;
    bottom: 0%;
    width: 25vw;
}
@media (max-width: 767px) {
.sns_area {    
    padding-bottom: 30%; 	
}
.sns_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 80vw;
}
}
.btn-more a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #999999;
    color: rgba(255,255,255,1.00);
    padding: 5px 20px;
    display: block;
    letter-spacing: 0.1em;
    transition: 1s;
    font-size: 1.5rem;
    text-align: center;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
.btn-more a {    
    margin-bottom: 5%;    
}
}
.btn-more a:hover {
    background: #eca2bc;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}

