@charset "utf-8";

body {
  background-color: #ec2d00;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  font-feature-settings: "palt";
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a {
  color: #432a2a;
  text-decoration: none;
}

a:visited {
  color: #432a2a;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a.text-link {
  color: #ec2d00;
  text-decoration: underline;
}

a.text-link:visited {
  color: #ec2d00;
  text-decoration: underline;
}

a.text-link:hover {
  color: #000;
  text-decoration: underline;
}

#background-layers {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  background-color: #ec2d00;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  /*mix-blend-mode: multiply;*/
}

.layer img {
  position: absolute;
  will-change: transform;
  pointer-events: none;
}

.layer-a {
  opacity: 1.0;
}

.layer-b {
  opacity: 1.0;
}

.layer-c {
  opacity: 1.0;
}

.wrap {
  width: 100%;
  overflow-x: hidden;
}

header {
  width: 100%;
  max-width: 1380px;
  padding: 2.5rem 0 3rem;
  margin: 0 auto;
}

.top-inner {
  position: relative;
  width: 84%;
  margin: 0 auto;
  z-index: 1;
}

.top-image {
  position: absolute;
  width: 100%;
  bottom: -38%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.top-image img {
  width: 72%;
}

.start-btn {
  width: 50%;
  margin: 0 auto;
  translate: 0 -5px;
}

a.top-button {
  display: block;
  width: 100%;
  padding: 0 0 4px;
  aspect-ratio: 1 / 0.201;
  background-image: url(../img/common/btn-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 0 rgba(67, 42, 42, 1.0);
  font-size: 34px;
  font-weight: 600;
  color: #432a2a;
  text-decoration: none;
  transition: all 0.2s ease;
}

.start-btn-outer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 70%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.start-btn-outer.show {
  opacity: 1;
  visibility: visible;
}

.start2-btn {
  position: fixed;
  width: 460px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.top2-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 0.201;
  background-image: url(../img/common/btn-1.png);
  background-size: 100% auto;
  box-shadow: 5px 5px 0 rgba(67, 42, 42, 1.0);
  font-size: 26px;
  font-weight: 600;
  color: #432a2a;
  text-decoration: none;
  transition: color 0.3s ease, background-image 0.3s ease;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top2-button.bg-alt {
  background-image: url(../img/common/btn-1-bg.png);
}

.btn-hover {
  position: absolute;
  bottom: -100%;
  left: 3%;
  width: 94%;
  aspect-ratio: 1 / 0.35;
  background: url(../img/common/btn-hover.png) center / 100% auto no-repeat;
  transform: translateY(-50%);
  opacity: 0;
  transition: transform 0.2s ease, opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.roboko-left,
.roboko-right {
  position: absolute;
  bottom: 0;
  width: 15%;
  max-width: 240px;
  transition: transform 0.3s ease;
  z-index: 10;
}

.roboko-left {
  left: 0;
  transform: translateX(-100%);
}

.roboko-right {
  right: 0;
  transform: translateX(100%);
}

.roboko-left img,
.roboko-right img {
  width: 100%;
}

.top-front-1 {
  position: absolute;
  width: 28%;
  bottom: 3%;
  left: 0;
  z-index: 3;
}

.top-front-2 {
  position: absolute;
  width: 28%;
  bottom: 3%;
  right: 0;
  z-index: 3;
}

section {
  margin: 0 0 4rem;
}

.content {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 13.5rem 0 3%;
  background-color: #f9f0e7;
}

.cont-bg {
  background-image:
    url(../img/common/bg-top.png),
    url(../img/common/bg-bottom.png),
    url(../img/common/bg.png);
  background-position: top left, bottom left, top 12px left;
  background-size: 100% auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

.content-b {
  width: 100%;
  padding: 8% 0 3%;
}

.inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

h1 img {
  width: 100%;
  margin: 0 0 1.5rem;
}

h2 img {
  width: 70%;
  margin: 0 0 1rem;
}

h3 {
  width: 100%;
  margin: 0 0 1.5rem;
  text-align: center;
}

h3 img {
  width: 36%;
}

.img-center {
  text-align: center;
}

.sec-1 {
  position: relative;
  width: 100%;
  padding: 3% 2% 0;
  aspect-ratio: 1 / 0.95;
  background-image: url(../img/common/bg-koma-1.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.sec-1-box {
  width: 60%;
  margin: 0 0 2.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sec-1-num-1,
.sec-1-num-2,
.sec-1-num-3,
.sec-1-num-4 {
  width: 26%;
  margin: 0 1% 0 0;
  transform: translate(0, -7px);
}

.sec-1-cont {
  width: 80%;
}

.sec-1-cont img {
  width: 92%;
}

.sec-1 p,
.sec-2 p {
  width: 100%;
  padding: 1em 0 0;
  font-size: min(.9vw, 12px);
  font-weight: 400;
  color: #ec2d00;
}

.cover {
  position: absolute;
  width: 45%;
  aspect-ratio: 1 / 1.08;
  top: -7%;
  right: 2%;
  transform: rotate(0deg);
}

.cover-1 {
  position: absolute;
  width: 64%;
  top: 0;
  right: 3%;
  transform: rotate(7.23deg);
}

.cover-2 {
  position: absolute;
  width: 37%;
  bottom: 2.5%;
  left: 4.5%;
  transform: rotate(-12deg);
}

.txt-1 {
  position: absolute;
  width: 31%;
  top: 43.5%;
  left: 0.5%;
  transform: rotate(-12deg);
}

.txt-2 {
  position: absolute;
  width: 13%;
  top: 17.5%;
  right: 31.5%;
  transform: rotate(-12deg);
}

.backnumber {
  position: absolute;
  width: 43%;
  bottom: 33%;
  right: -1%;
  transform: rotate(2deg);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plus {
  position: absolute;
  width: 12%;
  top: 37%;
  left: -16%;
}

.cover-3 {
  width: 30%;
}

.txt-3 {
  position: absolute;
  width: 100%;
  bottom: 3.2%;
  left: 0;
  text-align: center;
}

.txt-3 img {
  width: 38%;
}

.cover-1 img,
.cover-2 img,
.cover-3 img {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
}

.sec-2 {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.99;
  background-image: url(../img/common/bg-koma-2.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.sec-2-num-1 {
  position: absolute;
  width: 14%;
  top: -1%;
  left: -4%;
}

.sec-2-num-2 {
  position: absolute;
  width: 14%;
  top: -1%;
  left: 40%;
}

.sec-2-num-3 {
  position: absolute;
  width: 14%;
  top: 48.5%;
  left: -4%;
}

.sec-2-num-4 {
  position: absolute;
  width: 14%;
  top: 46%;
  left: 46%;
}

.sec-2-cont-1 {
  position: absolute;
  width: 45%;
  top: 29%;
  left: 3%;
}

.sec-2-img-1 {
  position: absolute;
  width: 36%;
  top: -1%;
  left: 2%;
}

.w-1 {
  width: 70% !important;
}

.sec-2-cont-2 {
  position: absolute;
  width: 53%;
  top: 33%;
  left: 43%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-2-img-2 {
  position: absolute;
  width: 52%;
  top: 1%;
  left: 45%;
}

.sec-2-contimg-2 {
  width: 60%;
  margin: 0 4% 0 0;
}

.w-2 {
  width: 36% !important;
}

.sec-2-cont-3 {
  position: absolute;
  width: 45%;
  bottom: 2.5%;
  left: 3%;
}

.sec-2-img-3 {
  position: absolute;
  width: 39%;
  bottom: 18.5%;
  left: 5%;
}

.w-3 {
  width: 70% !important;
}

.sec-2-cont-4 {
  position: absolute;
  width: 45%;
  bottom: 2.5%;
  left: 55%;
}

.sec-2-img-4 {
  position: absolute;
  width: 47%;
  bottom: 20%;
  left: 52%;
}

.w-4 {
  width: 92% !important;
}

.sec-3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.sec-3-item {
  width: 31.5%;
  margin-top: 1.5rem;
  margin-right: 2.6%;
  background-color: #fff;
  line-height: 0;
  vertical-align: bottom;
}

.sec-3-item:last-child {
  margin-right: 0;
}

.sec-3-item img {
  width: 100%;
  border: #ec2d00 solid 2px;
}

.sec-3-note {
  margin: 0 0 2rem;
  padding: .6em 0 0;
  font-size: min(.9vw, 12px);
  font-weight: 400;
  color: #ec2d00;
}

a.sec-3-btn {
  display: block;
  width: 31.5%;
  aspect-ratio: 1 / 0.18;
  margin: 0 auto;
  padding: 0 6% 0 0;
  background-image: url(../img/common/btn-2.png);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align:center;
}

a.sec-3-btn {
  transition: all 0.2s ease;
  filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 1.0));
}

a.back-btn {
  display: block;
  width: 31.5%;
  max-width: 314px;
  aspect-ratio: 1 / 0.17;
  margin: 0 auto 3rem;
  padding-left: .6em;
  background-image: url(../img/campaign/btn-back.png);
  background-size: 100% auto;
  display: flex;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ec2d00;
  text-decoration: none;
}

a.back-btn {
  transition: all 0.2s ease;
  filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 1.0));
}

.footer {
  width: 100%;
  padding: 3rem 0 3rem;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #333333;
}

.footer-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.ft-bnr {
  width: 100%;
  margin: 0 0 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ft-bnr-item {
  width: 32.5%;
  background-color: #fff;
}

.ft-bnr-item img {
  width: 100%;
  transition: all 0.2s ease;
}

.ft-bnr-item img:hover {
  opacity: 0.8;
}

a.privacy {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

a.privacy:hover {
  color: #fff000;
  text-decoration: underline;
}

.copy {
  margin: 4rem 0 0;
  color: #fff;
  font-size: 12px;
}

.camp-batch {
  position: absolute;
  width: 35%;
  bottom: -18%;
  right: -8%;
  z-index: 10;
}

.camp-banner {
  width: 100%;
  margin: 0 auto 3rem;
}

.lower-content {
  position: relative;
  width: 90%;
  max-width: 1380px;
  margin: 3rem auto;
  padding: 5rem 3% 5rem 3%;
  background-color: #f9f0e7;
}

.lower-cont-bg {
  background-image:
    url(../img/campaign/bg-top-2.png),
    url(../img/common/bg-bottom.png),
    url(../img/common/bg.png);
  background-position: top left, bottom left, top 12px left;
  background-size: 100% auto;
  background-repeat: no-repeat, no-repeat, repeat-y;
}

p.lower {
  position: absolute;
  top: 1.2rem;
  left: 2.2rem;
  font-size: min(1vw, 12px);
  font-weight: 600;
  color: #EC2D00;
  vertical-align: middle
}

p.lower span {
  padding: 0 .3em .1em;
  color: #f9f0e7;
  background-color: #EC2D00;
}

.lower-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  header {
    padding: 0;
  }

  .top-inner {
    width: 100%;
    aspect-ratio: 1 / 1.35;
    text-align: center;
  }

  .top-b {
    width: 94%;
  }

  .top-image {
    position: static;
    width: 100%;
    padding: 2rem 0 0;
  }

  .top-image img {
    width: 100%;
  }

  .start-btn {
    position: absolute;
    width: 86%;
    margin: 0 auto;
    bottom: -3rem;
    left: 7%;
  }

  a.top-button {
    aspect-ratio: 1 / 0.231;
    font-size: 6vw;
    padding: 0 0 .2em;
    background-image: url(../img/common/sp-btn-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .start-btn-outer {
    height: 120px;
  }

  .start2-btn {
    width: 88%;
    bottom: 20px;
    left: 50%;
  }

  .top2-button {
    aspect-ratio: 1 / 0.231;
    font-size: 6vw;
    padding: 0 0 .2em;
    background-image: url(../img/common/sp-btn-1.png);
    background-size: 100% 100%;
  }

  .top2-button.bg-alt {
    background-image: url(../img/common/sp-btn-1-bg.png);
  }

  .start2-btn.show {
    opacity: 1;
    visibility: visible;
  }

  .roboko-left,
  .roboko-right {
    width: 24%;
  }

  .top-front-1 {
    width: 42%;
    top: 28%;
    left: 3%;
    z-index: 2;
  }

  .top-front-2 {
    width: 42%;
    bottom: 3%;
    right: 3%;
  }

  section {
    margin: 0 0 3rem;
  }

  .content {
    width: 100%;
    padding: 5rem 0 3%;
  }

  .cont-bg {
    background-image:
      url(../img/common/sp-bg-top.png),
      url(../img/common/sp-bg-bottom.png),
      url(../img/common/sp-bg.png);
    background-position: top left, bottom left, top left;
  }

  .content-b {
    width: 100%;
    padding: 18% 0 3%;
  }

  .inner {
    width: 88%;
  }

  h1 img {
    width: 100%;
    margin: 0 0 1rem;
  }

  h2 img {
    width: 80%;
    margin: 0 0 1.2rem;
  }

  h3 {
    width: 100%;
    margin: 0 0 1.5rem;
    text-align: center;
  }

  h3 img {
    width: 84%;
  }

  .sec-1 {
    padding: 3% 2% 0;
    aspect-ratio: 1 / 6.12;
    background-image: url(../img/common/sp-bg-koma-1.png);
  }

  .sec-1-box {
    position: relative;
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .sec-1-num-1 {
    position: absolute;
    width: 36%;
    top: -4.5%;
    left: -9%;
    z-index: 3;
  }

  .sec-1-num-2 {
    position: absolute;
    width: 36%;
    top: -18%;
    right: -16%;
    z-index: 3;
  }

  .sec-1-num-3 {
    position: absolute;
    width: 36%;
    top: -24%;
    left: -9%;
    z-index: 3;
  }

  .sec-1-num-4 {
    position: absolute;
    width: 36%;
    top: -14%;
    right: -16%;
    z-index: 3;
  }

  .sec-1-cont {
    width: 100%;
    margin: .6rem 0 0;
  }

  .sec-1-cont img {
    width: 100%;
  }

  .sec-1-height-1 {
    aspect-ratio: 1 / 1.6;
    margin-bottom: 18%;
  }

  .sec-1-height-2 {
    aspect-ratio: 1 / 0.62;
    margin-bottom: 34%;
  }

  .sec-1-height-3 {
    aspect-ratio: 1 / 0.98;
    margin-bottom: 24%;
  }

  .sec-1-height-4 {
    aspect-ratio: 1 / 1.37;
  }

  .sec-1 p,
  .sec-2 p {
    padding: .8em 0 0;
    font-size: min(3.2vw, 12px);
    font-weight: 500;
    color: #ec2d00;
  }

  .cover {
    position: absolute;
    width: 80%;
    top: -4%;
    left: 10%;
  }

  .backnumber {
    position: relative;
    width: 100%;
    transform: rotate(0);
  }

  .sec-bottom {
    position: absolute;
    bottom: 0;
  }

  .cover-3 {
    width: 30%;
  }

  .txt-3 {
    position: absolute;
    width: 100%;
    bottom: 3.5%;
    left: 0;
    text-align: center;
  }

  .txt-3 img {
    width: 68%;
  }

  .cover-1 img,
  .cover-2 img,
  .cover-3 img {
    box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.4);
  }

  .sec-2 {
    position: relative;
    aspect-ratio: 1 / 4.013;
    background-image: url(../img/common/sp-bg-koma-2.png);
  }

  .sec-2-num-1 {
    position: absolute;
    width: 36%;
    top: -1%;
    left: -6%;
    z-index: 3;
  }

  .sec-2-num-2 {
    position: absolute;
    width: 36%;
    top: 16%;
    left: 74%;
    z-index: 3;
  }

  .sec-2-num-3 {
    position: absolute;
    width: 36%;
    top: 39.5%;
    left: -6%;
    z-index: 3;
  }

  .sec-2-num-4 {
    position: absolute;
    width: 36%;
    top: 68%;
    left: 72%;
    z-index: 3;
  }

  .sec-2-bg-1 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .sec-2-bg-2 {
    background-color: rgba(0, 115, 255, 0.4);
  }

  .sec-2-height-1 {
    aspect-ratio: 1 / 0.76;
  }

  .sec-2-height-2 {
    aspect-ratio: 1 / 0.91;
  }

  .sec-2-height-3 {
    aspect-ratio: 1 / 1.23;
  }

  .sec-2-height-4 {
    aspect-ratio: 1 / 1.12;
  }

  .sec-2-cont-1 {
    position: static;
    width: 100%;
    padding: 10% 0 0 28%;
  }

  .sec-2-img-1 {
    position: absolute;
    width: 41%;
    top: 2.5%;
    left: -7%;
  }

  .w-1 {
    width: 94% !important;
  }

  .sec-2-cont-2 {
    position: static;
    width: 100%;
    padding: 16% 28% 0 5%;
    display: block;
  }

  .sec-2-img-2 {
    position: absolute;
    width: 43%;
    top: 22%;
    left: 64%;
  }

  .sec-2-contimg-2 {
    width: 100%;
    margin: 0;
  }

  .w-2 {
    width: 86% !important;
  }

  .sec-2-cont-3 {
    position: static;
    width: 100%;
    padding: 56.5% 0 0 28%;
  }

  .sec-2-img-3 {
    position: absolute;
    width: 68%;
    top: 43.5%;
    left: 27%;
  }

  .w-3 {
    width: 94% !important;
  }

  .sec-2-cont-4 {
    position: static;
    width: 100%;
    padding: 56% 28% 0 5%;
  }

  .sec-2-img-4 {
    position: absolute;
    width: 84%;
    top: 72.5%;
    left: -4%;
  }

  .w-4 {
    width: 96% !important;
  }

  .sec-3 {
    justify-content: flex-start;
  }

  .sec-3-item {
    width: 48%;
    margin-top: .6rem;
    margin-right: 2.6%;
  }

  .sec-3-item:nth-child(1),
  .sec-3-item:nth-child(2) {
    margin-top: .5rem;
  }

  .sec-3-item:nth-child(2n) {
    margin-right: 0;
  }

  .sec-3-item img {
    border: #ec2d00 solid 1px;
  }

  .sec-3-note {
    margin: 0 0 2rem;
    padding: .3em 0 0;
    font-size: min(3.2vw, 12px);
  }

  a.sec-3-btn {
    width: 94%;
    padding: 0 6% 0 0;
    font-size: min(4.27vw, 16px);
  }

  a.sec-3-btn {
    filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 1.0));
  }

  a.back-btn {
    width: 94%;
    margin: 0 auto 3rem;
    font-size: min(4.27vw, 16px);
  }

  a.back-btn {
    transition: all 0.2s ease;
    filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 1.0));
  }

  .footer {
    padding: 2.2rem 0;
    font-size: 12px;
  }

  .ft-bnr {
    width: 100%;
    margin: 0 0 0;
    flex-wrap: wrap;
  }

  .ft-bnr-item {
    width: 100%;
    margin: 0 0 1.1rem;
  }

  .ft-bnr-item:last-child {
    margin: 0;
  }

  .footer-inner p {
    margin: 5rem 0;
  }

  a.privacy {
    font-size: 14px;
  }

  p.copy {
    margin: 0;
    color: #fff;
    font-size: 12px;
  }

  .camp-batch {
    width: 50%;
    bottom: 6%;
    right: -12%;
  }

  .camp-banner {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .lower-content {
    width: 100%;
    margin: 1rem auto 2rem;
    padding: 18% 0 2rem;
  }

  .lower-cont-bg {
    background-image:
      url(../img/campaign/sp-bg-top-2.png),
      url(../img/common/sp-bg-bottom.png),
      url(../img/common/sp-bg.png);
    background-position: top left, bottom left, top left;
  }

  p.lower {
    top: .5rem;
    left: .6rem;
    font-size: min(3vw, 10px);
  }

  p.lower span {
    padding: 0 .2em .05em;
  }

  .lower-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  a.top-button {
    font-size: 20px;
  }

  .top2-button {
    font-size: 20px;
  }

  .start2-btn {
    width: 300px;
  }

  .content {
    padding: 6.5rem 0 3%;
  }

  a.sec-3-btn {
    width: 45%;
    font-size: 14px;
  }

  .sec-3-item:nth-child(3n) {
    margin-right: 0;
  }

  .roboko-left,
  .roboko-right {
    width: 20%;
  }

  .camp-batch {
    width: 40%;
    bottom: -26%;
    right: -12%;
  }

  .camp-banner {
    width: 100%;
    margin: 0 auto 3rem;
  }

  .lower-content {
    margin: 2rem auto;
    padding: 3rem 3% 2rem;
  }

  p.lower {
    top: .5rem;
    left: 1.2rem;
    font-size: min(1.2vw, 12px);
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .sec-3-item:nth-child(3n) {
    margin-right: 0;
  }

  a.sec-3-btn:hover {
    translate: 5px 5px;
    filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 0));
  }

  a.back-btn:hover {
    translate: 5px 5px;
    filter: drop-shadow(5px 5px 0px rgba(67, 42, 42, 0));
  }

  a.top-button:hover {
    translate: 5px 5px;
    box-shadow: 5px 5px 0 rgba(67, 42, 42, 0);
  }

  .top2-button:hover {
    transform: translate(5px, 5px);
    box-shadow: 5px 5px 0 rgba(67, 42, 42, 0);
  }

  a.alpha img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a.alpha img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=0.6)";
  }

  a.alpha-2 img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a.alpha-2 img:hover {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
  }

}