@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------
フッター
---------------------------------------------*/

/*l-footer*/
.l-footer {
  position: relative;
  width: 100%;
  background: #191919;
}

/*sin-footer-sec1*/
@media only screen and (max-width: 1024px) {
  .footer-container .sin-footer-sec1 {
    width: 90%;
    flex-direction: row;
    flex-flow: row;
    gap: 20px;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 598px) {
  .footer-container .sin-footer-sec1 {
    width: 90%;
    flex-direction: column;
    flex-flow: column;
    gap: 10px;
    margin: 0 auto 25px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho {
    position: relative;
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 868px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho {
    width: 40%;
  }
}
@media only screen and (max-width: 598px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho {
    width: 100%;
  }
}


@media only screen and (max-width: 1024px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only {
    position: relative;
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 868px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 598px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 498px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 398px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 200px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-pho a.sp-only img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-text {
    width: calc(50% - 20px);
    min-width: 200px;
  }
}
@media only screen and (max-width: 868px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-text {
    width: calc(60% - 20px);
    min-width: 150px;
  }
}
@media only screen and (max-width: 598px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-text {
    width: 80%;
    min-width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 498px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-text {
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 398px) {
  .footer-container .sin-footer-sec1 .sin-footer-sec1-text {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*copysns*/
.copySns {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 40px auto 0 auto;
  border-top: 1px solid #333333;
}

.copySns.copySns-noBorder {
  margin-top: 0;
  border: none;
}

.copySns::after {
  content: "";
  display: block;
  clear: both;
}

/*copyright*/
.copySns__copy {
  width: calc(100% - 200px);
  line-height: 1.6;
  /*line-height: 30px;*/
  letter-spacing: 0.5px;
  color: #d8d8d8;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .copySns__copy {
    width: 100%;
    order: 2;
    margin-top: 20px;
    line-height: 1.5;
    text-align: center;
    font-size: 1.2rem;
  }
}

.copySns__copyInfo {
  display: block;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .copySns__copyInfo {
    margin-top: 5px;
  }
}

.copySns__copyLink {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  transition: .2s;
}

.copySns__copyLink:hover {
  color: #f0b200;
}

/*snslist*/
.copySns__list {
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .copySns__list {
    width: 100%;
    display: block;
    order: 1;
    text-align: center;
  }
}

.copySns__listItem {
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .copySns__listItem {
    margin: 0 2.5px;
  }
}

.copySns__listLink {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  background: #3f3f3f;
  line-height: 1.6;
  /*line-height: 30px;*/
  border-radius: 50%;
  text-align: center;
  color: #bfbfbf;
  font-size: 1.2rem;
  transition: .2s;
  z-index: 1;
}

.copySns__listLink:hover {
  color: #fff;
}

/*sec-copyarea*/
.sec-copyArea .wrap .sns-wrap a i.fa-instagram:before {
  font-size: 3rem;
}

.sec-copyArea .wrap .sns-wrap a.ico-instagram:hover:before {
  opacity: 1;
}

footer .sec-copyArea .wrap .footer-logo .logo-img {
  display: inline-block;
}

@media (max-width: 768px) {
  footer .sec-copyArea .wrap .footer-logo .logo-img img {
    width: 200px;
  }

  footer .sec-copyArea .wrap .footer-logo .logo-img .logo-head {
    top: -3px;
    left: 49px;
    right: auto;
    width: auto;
    display: block;
    white-space: nowrap;
    font-size: 1.2rem;
  }

  footer .sec-copyArea .wrap .sns-wrap a {
    transform: scale(0.7);
  }

  footer .sec-copyArea .wrap .sns-wrap a.ico-twitter {
    transform-origin: right center;
  }

  footer .sec-copyArea .wrap .sns-wrap a.ico-youtube {
    transform-origin: left center;
  }
}

/*pagetop*/
.pagetop {
  position: relative;
  width: 180px;
  height: 60px;
  background: #f0b200;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  line-height: 1.8;
  /*line-height: 70px;*/
  text-align: center;
  color: #ffffff;
}

.pagetop::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  transition: .2s;
}

.pagetop:hover::before {
  top: 10px;
}

.pagetop__link {
  height: inherit;
  display: block;
  transition: .2s;
}

.pagetop__link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.pagetop__link::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  transition: .1s;
  z-index: -1;
}

.pagetop__link:active::before {
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

#toTop {
  z-index: 9999;
}


/*テーマ
/************************************************************/
/*DARK*/
.t-dark .widget.widget-foot .imgListWidget__borderBox:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox:after,
.t-dark .widget.widget-foot .imgListWidget__borderBox > span:before,
.t-dark .widget.widget-foot .imgListWidget__borderBox > span:after {
  background: #191919;
}

.t-dark .widget.widget-foot .imgListWidget__title,
.t-dark .widget.widget-foot .rankListWidget__title,
.t-dark .widget.widget-foot ul li,
.t-dark .widget.widget-foot .textwidget {
  color: #D8D8D8;
}

.t-dark .widget.widget-foot ul li {
  border-color: #3F3F3F;
}

/*LIGHT*/
.t-light .widget.widget-foot .imgListWidget__borderBox:before,
.t-light .widget.widget-foot .imgListWidget__borderBox:after,
.t-light .widget.widget-foot .imgListWidget__borderBox > span:before,
.t-light .widget.widget-foot .imgListWidget__borderBox > span:after {
  background: #f7f7f7;
}

.t-light .l-footer {
  background: #f7f7f7;
  border-top: 5px solid #f0b200;
}
.t-light .heading.heading-footer {
  color: #191919;
}
.t-light .heading.heading-footer::after {
  border-color: #E5E5E5;
}
.t-light .copySns {
  border-color: #E5E5E5;
}
.t-light .copySns__copy {
  color: #3f3f3f;
}
.t-light .copySns__copyLink {
  color: #191919;
}
.t-light .copySns__listLink {
  background: #3f3f3f;
  color: #fff;
}

.t-light .widget-foot ul li {
  border-color: #cccccc;
}

/*フッター用ウィジェット枠*/
.widgetFoot {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .widgetFoot {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .widget.widget-foot:last-child {
    margin-bottom: 40px;
  }
}


.widgetFoot__contents {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .widgetFoot__contents {
    width: 100%;
  }
}


