@charset "UTF-8";

/*----------------------------------------------common-----*/

.ftNoto{ font-family: 'Noto Sans JP', sans-serif;}
.ftPoppin{ font-family: 'Poppins', sans-serif;}
.ftShip{ font-family: 'Shippori Mincho', serif;}

.text12{ font-size: 12px; font-size: 1.2rem;}
.text13{ font-size: 13px; font-size: 1.3rem;}
.text14{ font-size: 14px; font-size: 1.4rem;}
.text15{ font-size: 15px; font-size: 1.5rem;}
.text16{ font-size: 16px; font-size: 1.6rem;}
.text18{ font-size: 18px; font-size: 1.8rem;}
.text21{ font-size: 21px; font-size: 2.1rem; line-height: 1.4; font-weight: 400;}
.text30{ font-size: 30px; font-size: 3.0rem; line-height: 1.4; font-weight: 400;}
.text32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4; font-weight: 400;}
.text33{ font-size: 33px; font-size: 3.3rem; line-height: 1.4; font-weight: 400;}
.text38{ font-size: 38px; font-size: 3.8rem; line-height: 1.4; font-weight: 400;}
.text48{ font-size: 48px; font-size: 4.8rem; line-height: 1.4; font-weight: 400;}

.head14{ font-size: 16px; font-size: 1.6rem; font-weight: 300;}
.head15{ font-size: 19px; font-size: 1.9rem;}
.head18{ font-size: 20px; font-size: 2.0rem;}
.head21{ font-size: 21px; font-size: 2.1rem;}
.head24{ font-size: 24px; font-size: 2.4rem;}
.head32{ font-size: 32px; font-size: 3.2rem; line-height: 1.4;}
.head36{ font-size: 36px; font-size: 3.6rem; line-height: 1.4; font-weight: 300;}
.head40{ font-size: 40px; font-size: 4.0rem; letter-spacing: 0.05em; font-weight: 600;}
.head45{ font-size: 45px; font-size: 4.5rem; letter-spacing: 0.05em; font-weight: 600;}
.head50{ font-size: 50px; font-size: 5.0rem; line-height: 1.2; font-weight: 400;}

.is-sp{
  display: none;
}

.is-ipad{
  display: none;
}

.is-pc{
  display: block;
}

#fv .fvInr{
  margin-bottom: 30px;
  position: relative;
}

#fv .fvInr .bg{
  width: 100%;
  position: relative;
  z-index: 1;
}

#fv .fvInr .w1350{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}

#fv .fvInr .w1350 .pageTtl{
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

#fv .fvInr .w1350 p{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.breadcrumb .w1350{
  position: inherit;
}

.breadcrumb ul{
  display: flex;
  justify-content: flex-start;
}

.breadcrumb ul li{
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 0 20px;
}

.breadcrumb ul li:first-child{
  padding-left: 0;
}

.breadcrumb ul li:last-child:after{
  content: "";
}

.breadcrumb ul li:after{
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-family: 'Poppins', sans-serif;
}

.breadcrumb ul li a{
  color: #999999; 
}

@media only screen and (max-width: 1280px) {
.text13 { font-size: 1.2rem;}
.text21 { font-size: 1.8rem;}

.head21 { font-size: 1.8rem;}
.head32 { font-size: 2.2rem;}
.head40 { font-size: 3rem;}
.head50 { font-size: 4rem;}
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 768px) {
.text15 { font-size: 1.3rem;}
.text16 { font-size: 1.4rem;}
.text18 { font-size: 1.5rem;}
.text30 { font-size: 1.8rem;}
.text32 { font-size: 2.0rem;}
.text38 { font-size: 2.2rem;}
.text48 { font-size: 2.4rem;}

.head15 { font-size: 1.4rem;}
.head21 { font-size: 1.6rem;}
.head22 { font-size: 1.7rem;}
.head24 { font-size: 1.8rem;}
.head32 { font-size: 1.8rem;}
.head32 { font-size: 1.9rem;}
.head36 { font-size: 2.0rem; line-height: 1.4;}
.head40 { font-size: 2.4rem; line-height: 1.4;}
.head45 { font-size: 2.6rem; line-height: 1.4;}
.head50 { font-size: 3rem;}

.is-sp{
  display: none;
}

.is-ipad{
  display: block;
}

.is-pc{
  display: none;
}


#fv .fvInr{
  margin-bottom: 0;
}

#fv .fvInr .bg img{
  height: 180px;
  object-fit: cover;
}

#fv .fvInr .w1350 {
    top: 80%;
}

#fv .fvInr .w1350 .pageTtl{
  font-size: 2.2rem;
}

#fv .fvInr .w1350 p{
  font-size: 1.2rem;
}

.breadcrumb{
  display: none;
}
}

@media only screen and (max-width: 480px) {

.is-sp{
  display: block;
}

.is-ipad{
  display: none;
}

.is-pc{
  display: none;
}

}