body, html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  background: #e60012;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(230, 0, 18, 1) 15%, rgba(234, 85, 4, 1) 30%, rgba(255, 225, 0, 1) 50%, rgba(234, 85, 4, 1) 70%, rgba(230, 0, 18, 1) 85%, rgba(0, 0, 0, 1) 100%);
   background: linear-gradient(90deg, rgba(145, 0, 0, 1) 0%, rgba(230, 0, 18, 1) 25%, rgba(243, 152, 0, 1) 40%, rgba(255, 225, 0, 1) 50%, rgba(243, 152, 0, 1) 60%, rgba(230, 0, 18, 1) 75%, rgba(145, 0, 0, 1) 100%);
 /*background-image: url(../images/bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
/*@supports(background-image: url("image.webp")) {
  body::before {
    background-image: url(../images/bg_sp.webp);
  }
}*/
.pop_wrap {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
}
#pop_caption {
  padding: 8px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #fff100;
  box-sizing: border-box;
}
#pop_caption, .list_caption p {
  color: #000;
  background: linear-gradient(#c2aa44, #FFE100);
  background: linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(255, 210, 0, 1) 40%, rgba(255, 240, 170, 1) 52%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 210, 0, 1) 100%);
}
#pop_caption p {
  font-size: 1.6rem;
}
#pop_list_box {
  list-style-type: none;
  padding-top: 16px;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#pop_list_box li {
  border: 1px solid #BFA544;
  width: calc((100% - 8px * 1) / 2);
}
#pop_list_box li a {
  display: block;
}
.list_img {
  background-color: #fff;
  text-align: center;
  padding: 2px 0;
  cursor: pointer;
}
.list_caption p {
  line-height: 2;
  text-align: center;
  font-size: 1.3rem;
}
.attention {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  padding: 8px 8px 0 8px;
  margin: 0 auto;
  margin-top: 3.125%;
  color: #333;
  border: 2px solid #030303;
  font-size: 1.4rem;
}
.attention h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #333;
}
.attention h2 {
  border-bottom: 1px dotted #000;
}
.attention li {
  list-style-type: decimal;
  margin-bottom: 4px;
}
.attention p:nth-child(3) {
  margin-bottom: 8px;
}
.dl_content {
  padding: 3.125% 2.083333% 0 2.083333%;
}
.pop_title {
  width: 45.3125%;
  margin: 0 auto;
  padding-top: 3.125%;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
/*.pop_button {
  width: 61.4%;
  height: auto;
  margin: 0 auto 16px;
  display: flex;
  gap: 0 16px;
}*/
.pop_button {
  /*width: 26%;
  height: auto;
  margin: 0 auto 16px;*/
	width:54.2%;
        height: auto;
        margin: 0 auto 16px;
        display: flex;
        gap: 0 3.8%;
}
.pop_content {
  padding: 0 2.083333% 0;
}
.top_btn {
  width: 41.6%;
  margin: 4.166667% auto 0;
  filter: drop-shadow(2px 3px 0px rgba(0, 0, 0, 0.4));
}
.material {
  position: relative;
  cursor: pointer;
}
.spinner_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, .6);
  display: none;
}
.spinner {
  width: 32px;
  height: 32px;
  border: 4px solid #1a73e8;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin .8s linear 0s infinite;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.footer {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  body::before {
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @supports(background-image: url("image.webp")) {
    body::before {
      background-image: url(../images/bg.webp);
    }
  }
  nav {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    height: 52px;
    z-index: 1;
    background: url(../images/nav_back_left.png), url(../images/nav_back_right.png), linear-gradient(90deg, rgba(230, 0, 18, 1) 0%, rgba(165, 4, 14, 1) 20%, rgba(145, 0, 0, 1) 50%, rgba(165, 4, 14, 1) 80%, rgba(230, 0, 18, 1) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    box-shadow: inset 0 0px 4px rgba(255, 241, 0, 0.8), 0 2px 6px rgba(255, 225, 0, 0.3);
  }
  nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -7px;
    background: url("../images/line_back.png"), linear-gradient(135deg, rgba(243, 152, 0, 1) 0%, rgba(234, 85, 4, 1) 20%, rgba(243, 152, 0, 1) 25%, rgba(255, 225, 0, 1) 45%, rgba(255, 250, 218, 1) 55%, rgba(243, 152, 0, 1) 60%, rgba(243, 152, 0, 1) 80%, rgba(255, 225, 0, 1) 100%);
    z-index: 1;
  }
  nav ul {
    width: 100%;
    max-width: 880px;
    height: 4.727273vw;
    max-height: 52px;
    z-index: 1;
    position: relative;
  }
  nav li {
    width: 25%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: .13s;
    transition-property: opacity;
  }
  nav li:hover {
    opacity: .8;
  }
  .pop_inner {
    position: relative;
    max-width: 1920px;
    min-height: calc(100vh - 56px);
    height: 100%;
    overflow: hidden;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-top: 76px;
  }
  .pop_content, .dl_content {
    max-width: 1100px;
    margin: 0 auto 10px;
    padding: 0 16px;
    overflow: hidden;
  }
  .pop_title {
    width: 348px;
    padding-top: 0;
  }
  .attention {
    margin: 6px auto 0;
  }
  .list_caption p {
    font-size: 1.3vw;
  }
  #pop_list_box li {
    width: calc((100% - 8px * 3) / 4);
  }
  /*.pop_button {
    max-width: 472px;
    height: auto;
    margin: 0 auto 14px;
    gap: 0 24px;
  }*/
  .pop_button {
       max-width: 416px;
	  width: 100%;
	  gap:0 16px;
  }
  .pop_button a:hover {
    transition-duration: 0.13s;
    opacity: 0.8;
  }
  .gotop, .pop, .share, .copyright {
    padding-bottom: 0;
  }
  .top_btn {
    position: relative;
    max-width: 1100px;
    right: 0;
    left: 0;
    margin: 0 auto 10px;
    width: 100%;
  }
  .top_btn a {
    max-width: 170px;
    position: relative;
    left: 20px;
  }
  .footer {
    margin-top: 0;
  }
}
@media screen and (min-width:769px) and (max-width: 1100px) {
  .attention {
    margin-top: .545455vw; /*6px based1100*/
  }
  #pop_list_box {
    padding-top: 1.454545vw; /*16px based1100*/
  }
  .pop_inner {
    padding-top: 6.909091vw; /*76px based1100*/
    min-height: calc(100vh - 5.090909vw); /*56px based1100*/
  }
  nav {
    height: 4.727273vw; /*52px based1100*/
  }
}
@media screen and (min-width: 1057px) {
  .list_caption p {
    font-size: 1.4rem;
  }
  #pop_list_box li {
    width: calc((100% - 8px * 4) / 5);
  }
}
@media screen and (min-width:1101px) {
  nav li {
    max-width: 220px;
    width: 100%;
  }
}