.banner-main {
  position: relative;
  z-index: 2;
  width: 65%;
  margin-left: auto;
  padding-top: 0.5rem;
}

.bg-banner {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .banner-main {
    padding-top: 2rem;
  }
}

/*---------------------------------page-title
------------------------------------------*/
.page-title {
  color: var(--main-color);
  max-width: 400px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-top: 2rem;
}

.col-titile__dot {
  flex: 0 0 auto;
  width: 50px;
}

.col-titile__line {
  height: 1px;
  background-color: var(--main-color);
  position: relative;

}

.col-titile__line:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #CCD68A;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
@media screen and (min-width: 576px) {
  .page-title {
    max-width: 500px;
  }
  
}
@media screen and (min-width: 768px) {
  .page-title {
    max-width: 600px;
    margin-left: auto;
  }
  
}
/*---------------------------------page-item
-----------------------------------------*/
.page-item{
  color: #D9DD8F
}
.item-line{
  background-image: url(../img/wish/dash_border_pc.png);
  background-repeat:repeat-x ;
  background-position: left center; 
  
} 
.item-line.hash{
  height: 30px;
}
/*---------------------------------imgmask
------------------------------------------*/
.imgmask{
   -webkit-mask-image: url(../img/page/maskimg.svg);
  mask-image: url(../img/page/maskimg.svg);
  -webkit-mask-size: 95%;
  mask-size: 95%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.spimg:before{
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--third-color);
  display: block;
  top:8rem;
  left: 0;
  border-radius: 50%;
  z-index: 1;

}
.spimg:after{
  position: absolute;
  content: "";
  width: 15px;
  height:15px;
  background-color: var(--third-color);
  display: block;
  bottom:-0.5rem;
  right: 40%;
  border-radius: 50%;
  z-index: 1;

}
.bigT{
  font-size: 1.5rem;
  line-height:normal;
  color:var(--sub-color);
  position: relative;
  z-index: 2;

}
.subbigT{
  font-size: 1.2rem;
  line-height:normal;
  color:var(--sub-color);
  position: relative;
  z-index: 2;

}
.subcolor{  color:var(--sub-color);}
.thirdcolor{  color:var(--third-color);}
.bgm{
  background-color: var(--third-color);
}
@media screen and (min-width: 576px) {
  .bigT{
    font-size: 2rem;
  
  }
  
}
@media screen and (min-width:768px) {
  .bigT{
    font-size: 2.5rem;
  
  }
  .subbigT{
    font-size: 1.8rem;
    line-height:normal;
    color:var(--sub-color);
    position: relative;
    z-index: 2;
  
  }
  
}
/*---------------------------------pageborder
------------------------------------------*/
.box-border__body--in{
  padding:0% 5%;
}
.wrapper-pageborder{
  position: relative;
  z-index:1;
  margin-right: 5%;
  margin-left: 5%;
  word-break: break-all;
	overflow-wrap: break-word;
}
.box-border__body{
 border: 1px solid rgba(201, 202, 202,0.3);
 padding-top: var(--rowpd);
 padding-bottom: var(--rowpd);
 margin-top:var(--rowpd);
}
.box-border__head,.box-border__footer{
 display: none;
}

.inlineword {
  white-space: nowrap;
  display: inline-block; 
}
@media screen and (min-width:768px) {
  .box-border__head,.box-border__footer{
    display: block;
    width: 100%;
  }
  .box-border__body{
    margin-top:0;
    background-image: url(../img/page/box-border__body.svg);
    background-repeat: repeat-y;
    background-size:100% auto ; 
    border: 0px solid #C9CACA;
  }
}

/*---------------------------------IMGHOVER
------------------------------------------*/
.img-mask{
  position: absolute;
  z-index: 1;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(33,69,146,0.4) 100%);
  font-size: 0.95rem;
  padding: 0.5rem;
  display:flex;
  align-items: end;
  opacity: 1;
}
.photo-item:hover .img-mask{opacity: 1;}
.picnote{
  margin-top: 5rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.6);
}
.picnote.nomt{ margin-top: 1rem;}
@media screen and (min-width:768px) {
  .img-mask{
    opacity: 0;
  }
}