@charset "UTF-8";

/*====================
common
====================*/
img {
  display: block;
  margin: 0 auto;
}
#GFoot {
  padding: 10px 0 0;
}
#GFoot ul.caution{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px;
  padding: 0 16px;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 11px;
}
#GFoot ul li{
  position: relative;
}
#contents section{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media all and (min-width: 601px){
  #GFoot {
    padding: 30px 0 0;
  }
  .notes{
    font-size: 14px;
    line-height: 1.4;
  }
  #section_second ul{
    width: 88%;
    display: block;
    margin: 17px auto 31px;
  }
  #section_second ul li{
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px){
  #GFoot .copyBlock {
      margin-top: 70px;
      /* padding-bottom: 120px; */
      font-size: 10px;
      font-size: 1rem;
  }
}
  @media only screen and (min-width: 601px), print {
  #GFoot .copyBlock {
      margin-top: 50px;
      /* padding-bottom: 220px; */
      font-size: 12px;
      font-size: 1.2rem;
  }
}

/*====================
scroll_header
====================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #000;
}
.header img {
  width: 65%;
  height: auto;
  display: block;
  margin: 13px auto 12px;
  max-width: 470px;
}
.max_content {
  position: relative;
  width: 100%;
  max-width: 660px;
  margin: 56px auto 0;
}

@media all and (min-width: 660px){
  .max_content {
    margin: 86px auto 0;
}
}

/*====================
add
====================*/
.app {
  position: relative;
}

.app_img {
  width: 63.2%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  column-gap: 4.21%;
}

.app a:first-child {
  width: 43.4%;
}

.app a:nth-child(2)  {
  width: 52.3%;
}

.footer_banner {
  position: relative;
}

.footer_banner_fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 12%;
  margin: auto;
  width: 90%;
  z-index: 1;
}

/* 固定時だけ親を fixed にする */
.footer_banner_fixed.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  margin: auto;
  padding: 12px 0;
  width: 100%;
  z-index: 1;
  transition: none !important;
  animation: none !important;
  background: #000000;
}
.footer_banner_fixed.is-fixed img {
  width: min(320px, 100%);
  height: auto;
}

.footer_banner_fixed img {
  width: 100%;
  height: auto;
  display: block;
}