/*  フッタースタイル */

@charset "UTF-8";

/*=========================================================================================
ページトップ
==========================================================================================*/
#pagetop {
  position: fixed;
  /*bottom: 100px;*/
  bottom: 40px;
  right: 20px;
  z-index: 9998;
  width: 60px;
  height: 60px;
}

#pagetop a {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent linear-gradient(74deg, var(--unnamed-color-14628b) 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(74deg, #CC0000 0%, #CC0000 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px 0px 0px 0px;
  opacity: 1;
  border-radius: 50%;
}

#pagetop a:hover {opacity: 0.7;}

#pagetop a:before {
  width: 7px;
  height: 7px;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed_banner01{
 position: fixed;
 right: 0;
 bottom: 0;
 z-index: 99;
 width: 100%;
 max-width: 284px;
 height: 80px;
}
.fixed_banner01 a{
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/common/banner03.webp) 0 0 /contain no-repeat;
 }
.fixed_banner01 a:hover {
    opacity: 0.8;
}

@media(max-width:767px){
  #pagetop {
    bottom: 10px;
    right: 10px;
}
  .fixed_banner01 {
    right: auto;
    max-width: 275px;
    height: 60px;
    left: 0;
}
  .fixed_banner01 a {
    background: url(../img/common/banner03_sp.webp) 0 0 /contain no-repeat;
}
}

/*=========================================================================================
フッター
==========================================================================================*/
#footer {
  background: url(images/footer.jpeg) 50% 30%/cover no-repeat;
  position: relative;
  z-index: 0;
  padding: 120px 0 0;
}
#footer::before{
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0,0,0,0.7);
}
#footer a{
    color: #fff;
}
.f_logo{
  max-width: 493px;
  margin: 0 auto 50px;
}

.f_menu_area {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 70px;
}

.f_menu_area a, .f_menu_area>span {
  position: relative;
  padding-left: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #333;
  line-height: 2.1;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.f_menu_area a:after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #fff;
  transition: 0.3s all;
  width: 0px;
  height: 1px;
  left: 12px;
}

.f_menu_area a:hover:after {
  width: calc(100% - 12px);
}

.f_menu_area>ul>li {
  margin: 0 0 5px;
}

.f_menu_area>ul>li:last-child {
  margin: 0;
}
.f_menu_sub01 {
  padding: 0 0 0 12px;
}
.f_menu_sub01 a{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.f_menu_sub01 a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  width: 4px;
  height: 2px;
}
.f_banner_area{
  display: flex;
  gap: 20px;
  padding: 0 0 80px;
}
.f_banner_cont.type01{
  width: 238px;
}
.f_banner_cont.type02{
  width: 214px;
}
.f_bottom{
  padding: 20px 20px 0;
  border-top: 1px solid #fff;
}
.f_bottom_menu{
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 60px;
  gap: 10px;
  justify-content: space-between;
}
.f_bottom_menu a{font-size: 14px;font-size: 1.4rem;text-decoration: underline;}
.f_bottom_menu a::before {
    content: '';
    display: inline-block;
    -webkit-mask-image: url(../img/common/arrow01.svg);
    mask-image: url(../img/common/arrow01.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 13px;
    height: 10px;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .3s ease;
    background-color: #fff;
    margin: 0 10px 0 0;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

@media (max-width: 1060px) {
.f_menu_area {
    display: none;
}
  .f_banner_area {margin:  0 auto;width: fit-content;}
}

@media(max-width:767px){
  #footer {
    padding: 70px 0 0;
}
  .f_logo {
    max-width: 206px;
}
  .f_bottom {
    padding: 20px 0 0;
}
  .f_banner_area {flex-direction: column;align-items: center;}
  .f_bottom_menu {flex-direction: column;}
.copyright {
    padding: 5px 0 80px;
}
}

@media(hover:hover){
  #footer a:hover {
   opacity: 0.7;
}
}

@media(hover:none){
  #footer a:active {
   opacity: 0.7;
}
}