@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #f7f7f7;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #181818;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    background: #f7f7f7;
    padding: 10px;
    font-size: 14px;
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #868485;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #f5f5f5;
  border: 1px solid #868485;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #E89BBE;
  border: 1px solid #E89BBE;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #f5f5f5;
  color: #101010;
  opacity: 1;
}
.pager .next a{
  background: #868485;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #f5f5f5;
  border: 1px solid #868485;
  color: #101010;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}

/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #E89BBE;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #f5f5f5;
  border: 1px solid #868485;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #868485;
}
.singlehead h2{
  border-bottom: 3px solid #E89BBE;
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 18px;
    line-height: 1.4;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #E89BBE;
  border: 1px solid #E89BBE;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #E89BBE;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  TABLE
******************************/
.ctbl{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ctbl th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F5F5F5;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
.ctbl td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.ctbl ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .ctbl th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  .ctbl td{
      padding: 10px;
      display: block;
  }
}

/******************************
  btn
******************************/
.top_btn{
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 5px 30px 5px 2px;
  border: 1px solid #e89bbe;
  color: #fff;
  font-size: 1em;
  transition: .6s;
  background: #e89bbe;
}
.top_btn a::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #868485;
  color: #868485;
  opacity: 1;
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #868485;
}
.top_btn a:hover::after{
  position: absolute;
  right: -1.5em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #868485;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
}

/******************************
  tbl
******************************/

/******************************
  header
******************************/
.cmnhead{
  /* background: #fff; */
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.cmnhead .logo{
  max-width: 300px;
}
.navlist a{
  display: block;
  padding: 0 1.4rem;
}
.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #E89BBE;
  opacity: 1;
}
.spbtn{
  background: #E89BBE;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.splogo{
  display: none;
}
.cmnhead.change,
.page .cmnhead {
  background: #fff;
  box-shadow: 3px 3px 10px #ccc;
  transition: .5s;
}
.cmnhead.change .navlist a{
  color: #101010;
  text-shadow: none;
}

.hcbtn{
  background: #E89BBE;
  border: 1px solid #E89BBE;
  color: #fff;
  padding: 3px 10px;
  transition: .5s;
}
.cmnhead.change .navlist .hcbtn{
  color: #fff ;
}
.navlist .hcbtn:hover{
  background: #fff;
  color: #E89BBE;
  opacity: 1;
  text-shadow: none;
}
.cmnhead.change .navlist .hcbtn:hover{
  background: #fff;
  color: #E89BBE;
  opacity: 1;
  text-shadow: none;
}

@media only screen and (max-width: 1180px) {
  .cmnhead {
    padding: 3rem 0 1rem;
  }
  .cmnnav {
    margin-right: 0;
  }
  .headtel {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .headtel {
    display: none;
  }
  .cmnhead {
    padding: 1.5rem 0;
  }
  .cmnhead .logo {
    max-width: 250px;
  }
  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
  .cmnnav.active{
    background: #f5f5f5;
    height: 100vh;
  }
  .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 300px;
    text-align: center;
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: #fff;
    border: 1px solid #E89BBE;
    color: #101010;
    margin: 1rem 0;
    padding: 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #E89BBE;
    color: #fff;
  }
  .navlist a{
    text-shadow: none;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
スクロール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  content: "";
  background: #e89bbe;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/******************************
  footer
******************************/
.cmnfot{
  background: #F5F5F5;
  border-top: 1px solid #ccc;
}
.fflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ffbox1{
  width: 65%;
  padding: 100px 0;
}
.ffbox2{
  width: 32%;
  border-left: 1px solid #ccc;
  padding: 100px 0;
  text-align: center;
}
.ffbox1 ul{
  display: flex;
  flex-wrap: wrap;
  width: 570px;
  margin: 0 auto;
  max-width: 100%;
}
.ffbox1 li{
  width: calc(100% / 3);
  margin-bottom: 10px;
}
.ffbox1 li a{
  font-size: 14px;
  color: #868485;
}
.ffbox2 img{
  width: 300px;
  margin: 0 auto;
}
.fcopy{
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.fcflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.fotcopy{
  text-align: center;
  font-size: 12px;
}
.top_button a {
  border: 1px solid #212121;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_button img {
  width: 20px;
  width: 10px;
  transition: 0.3s;
  position: relative;
  bottom: 0;
}
.top_button a:hover img {
  bottom: 25px;
}
@media only screen and (max-width: 820px) {
  .ffbox1 {
    padding: 60px;
  }
  .ffbox1 li{
    width: calc(100% / 2);
  }
  .ffbox2 img{
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .fflex{
    display: block;
  }
  .ffbox1{
    width: 100%;
    padding: 30px;
  }
  .ffbox2{
    width: 100%;
    border-left: none;
    padding: 30px 0;
  }
  .ffbox2 img{
    width: 250px;
  }
}

.ffbox1 li a img{
  width: 140px;
  height: auto;
}