@charset "utf-8";

a:link {
  color: #001eb6;
  text-decoration: underline;
}

a:visited {
  color: #001eb6;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #ff0000;
  text-decoration: underline;
}

a.nav_link:link {
  color: #2453b2;
  font-weight: 600;
  text-decoration: none;
}

a.nav_link:visited {
  color: #2453b2;
  font-weight: 600;
  text-decoration: none;
}

a.nav_link:hover,
a.nav_link:active,
a.nav_link:focus {
  color: #2453b2;
  font-weight: 600;
  text-decoration: none;
}

.wrap {
  position: relative;
  height: 100%;
}

.container {
  position: relative;
  width: 100%;
  overflow-y: scroll;
}

.outer {
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.webp .outer {
  background-image: url(../img/common/bg.webp);
}

.no-webp .outer {
  background-image: url(../img/common/bg.jpg);
}

.header {
  position: relative;
  width: 100%;
  aspect-ratio: 6 / 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-logo {
  width: 100%;
  text-align: center;
  filter:
    drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 4px rgba(255, 255, 255, 1.0));
}

.top-logo p {
  width: 100%;
  margin: 0 0 3em;
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.top-logo img {
  width: 80%;
}

section {
  margin: 0 0 3rem;
}

.content {
  width: 90%;
  margin: 0 auto;
}

.title {
  margin: 0 0 1.5rem;
  color: #2453b2;
  text-align: center;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px;
}

.title span {
  display: block;
  font-size: 60%;
  font-weight: 400;
  letter-spacing: normal;
}

.campaign img {
  width: 100%;
  border: #2453b2 solid 2px;
  box-shadow: 4px 4px 0 #2453b2;
}

.campaign p {
  padding: .5em 0 0;
  color: #2453b2;
  font-size: 2.4vw;
  font-weight: 600;
}

.goods {
  color: #3f52a0;
  text-align: center;
  font-size: 5vw;
  font-weight: 600;
  text-shadow: #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px, #fff 0 0 6px;
}

.goods p {
  margin: 0 0 .5em;
  color: #2453b2;
  font-size: 7vw;
  font-weight: 900;
}

.goods-image {
  margin: 1.5rem 0 0;
}

.goods-image img {
  width: 100%;
  box-shadow: 4px 4px 8px rgba(15, 41, 109, 0.6);
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 3.6em;
  margin: 1.5rem auto 0;
  color: #fff;
  font-size: 4.4vw;
  font-weight: 600;
  text-decoration: none;
  border-radius: 300px;
  background-image: url(../img/common/btn-bg.jpg);
  background-position: center;
  background-size: 100% auto;
  box-shadow: 4px 4px 8px rgba(15, 41, 109, 0.6);
  transition: all 0.3s;
}

.share-link {
  width: 100%;
  margin: 0 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.share-link-item {
  width: 10%;
  margin: 0 .5em;
}

.share-link-item img {
  width: 100%;
}

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

}

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

  .behind {
    position: relative;
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pc-logo {
    position: relative;
    width: 80%;
  }

  .pc-logo img {
    width: 100%;
    filter:
      drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0));
  }

  .container {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 10;
    overflow-y: scroll;
    box-shadow: 0 0 30px rgba(15, 41, 109, 0.7);
  }

  .outer {
    width: 100%;
  }

  .top-logo p {
    font-size: 1.5vw;
  }

  .title {
    font-size: 2.5vw;
  }

  .campaign p {
    font-size: min(1vw, 10px);
  }

  .goods {
    font-size: 2vw;
  }

  .goods p {
    font-size: 3vw;
  }

  .button a {
    height: 3.6em;
    font-size: 2vw;
  }

}

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

  .behind {
    position: relative;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pc-logo {
    position: relative;
    width: 50%;
    max-width: 500px;
    z-index: 2;
  }

  .pc-logo img {
    width: 100%;
    filter:
      drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0)) drop-shadow(0px 0px 6px rgba(255, 255, 255, 1.0));
  }

  .container {
    position: absolute;
    width: 35%;
    max-width: 440px;
    height: 100vh;
    top: 0;
    right: 14%;
    z-index: 2;
    overflow-y: scroll;
    box-shadow: 0 0 30px rgba(15, 41, 109, 0.7);
  }

  .container::-webkit-scrollbar {
    background: #ecf3ff;
    width: 10px;
  }

  .container::-webkit-scrollbar-thumb {
    background-color: #627ed7;
    border-left: 2px solid #ecf3ff;
    border-right: 2px solid #ecf3ff;
  }

  .outer {
    width: 100%;
  }

  .top-logo p {
    font-size: min(4vw, 14px);
  }

  .title {
    font-size: min(2vw, 30px);
  }

  .campaign p {
    font-size: min(.8vw, 10px);
  }

  .goods {
    font-size: min(1.8vw, 22px);
  }

  .goods p {
    font-size: min(2vw, 30px);
  }

  .button a {
    height: 3.6em;
    font-size: min(1.2vw, 18px);
    border-radius: 300px;
  }

  .button a:hover {
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 8px rgba(15, 41, 109, 0);
  }

  a.btn-hover img {
    transition: transform 0.3s;
  }

  a.btn-hover img:hover {
    transform: scale(1.1);
  }
}