@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.seal__wrap {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #151515;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

.w-1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

header {
  position: relative;
}

.top_logo {
  position: absolute;
  z-index: 2;
  width: 120px;
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .top_logo {
    width: 100px;
    top: 10px;
    left: 10px;
  }
}
.fv {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 80px;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: url(../img/fv-mainimg.png) no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv::before {
    width: 100%;
    background: url(../img/fv-mainimg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.fv::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  background: url(../img/fv-mainbg.png) no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .fv::after {
    width: 90%;
    background: url(../img/fv-mainbg-sp.png) no-repeat;
    background-size: contain;
    right: auto;
    left: 0;
  }
}
.fv__wrap {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    width: 100%;
  }
}
.fv__main {
  position: relative;
  text-align: right;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .fv__main {
    width: 75%;
    margin-left: 0;
    text-align: left;
  }
}
.fv__ttl {
  position: relative;
  z-index: 2;
}
.fv__img {
  margin-top: -12%;
}
@media screen and (max-width: 767px) {
  .fv__img {
    margin-top: -20px;
    width: 65%;
  }
}
.fv__img--per76 {
  margin-top: -15%;
}
.fv__logo {
  position: absolute;
  width: 14%;
  bottom: 30px;
  left: 0;
  max-width: 180px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 30%;
    bottom: auto;
    top: 5px;
    left: auto;
    right: 0;
  }
}
.fv__notice {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 40%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .fv__notice {
    width: 40%;
    left: auto;
    right: 10px;
  }
}

.kikan {
  padding: 20px 0 10px;
  background: #042A79;
}
@media screen and (max-width: 767px) {
  .kikan {
    padding: 15px 0 5px;
  }
}
.kikan__con {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .kikan__con {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.kikan__con .kikanttl {
  width: 20%;
  padding: 6px 0;
  background: #ffffff;
  max-width: 250px;
  color: #042A79;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kikan__con .kikanttl {
    width: 60%;
    margin: 0 auto;
    font-size: 1.1em;
    padding: 4px 0;
  }
}
.kikan__con .kikanday {
  margin-left: 8px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kikan__con .kikanday {
    margin: 0;
    margin-top: 8px;
    line-height: 1.2;
    font-size: 1.2em;
  }
}
.kikan__con .kikanday span.big {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .kikan__con .kikanday span.big {
    font-size: 1.3em;
  }
}

.lineup {
  border-top: 10px solid #022878;
  padding: 0;
  position: relative;
}
.lineup__about {
  position: relative;
  background: url(../img/about-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 60px;
}
.lineup__about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(248, 248, 248) 100%);
  left: 0;
  bottom: 0;
  z-index: 0;
}
.lineup__about__wrap {
  position: relative;
  padding: 1em;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lineup__about__wrap {
    padding: 1em 0.5em;
    max-width: 500px;
  }
}
.lineup__about__logo {
  text-align: center;
  width: 20%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lineup__about__logo {
    width: 35%;
  }
}
.lineup__about__ttl {
  font-size: 2em;
  font-weight: 700;
  color: #022878;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .lineup__about__ttl {
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.2;
  }
}
.lineup__about__subttl {
  font-size: 1.4em;
  font-weight: 700;
  color: #022878;
}
@media screen and (max-width: 767px) {
  .lineup__about__subttl {
    font-size: 1.1em;
    margin-top: 4px;
  }
}
.lineup__about__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.lineup__about__list__item {
  width: 30%;
  margin: 20px 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lineup__about__list__item {
    width: 100%;
    margin: 15px 0;
    max-width: 350px;
  }
}
.lineup__about__list__item-img {
  text-align: center;
}
.lineup__about__list__item-ttl {
  color: #022878;
  font-size: 1.2em;
  font-weight: 700;
  margin: 4px 0;
}
.lineup__main {
  position: relative;
  background: url(../img/main-bg.png) #F8F8F8;
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .lineup__main {
    background: #F8F8F8;
  }
}
.lineup__wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 0 10px;
  z-index: 10;
}
.lineup__ttl {
  position: relative;
  text-align: center;
  font-size: 1.6em;
  color: #002775;
  font-weight: 700;
  z-index: 1;
  letter-spacing: 2px;
  padding: 8px;
  border-top: 2px solid #002775;
  border-bottom: 2px solid #002775;
}
@media screen and (max-width: 767px) {
  .lineup__ttl {
    font-size: 1.4em;
    padding: 6px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.lineup__list {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 960px;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .lineup__list {
    justify-content: center;
  }
}
.lineup__list li {
  position: relative;
  width: 47%;
  margin: 30px 0 0;
  z-index: 1;
  padding: 1em 1em;
  min-width: 360px;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 #002775;
}
@media screen and (max-width: 1024px) {
  .lineup__list li {
    margin: 20px auto;
    width: 100%;
    max-width: 450px;
    padding: 0.5em 0.5em 1em;
    min-width: auto;
  }
}
.lineup__list li.w100 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .lineup__list li.w100 {
    display: block;
    padding: 0.5em 0.5em 1em;
  }
}
.lineup__list li.w100 .item__img {
  width: 55%;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  .lineup__list li.w100 .item__img {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.lineup__list li.w100 .item__txtarea {
  width: 43%;
  padding-right: 1em;
}
@media screen and (max-width: 1024px) {
  .lineup__list li.w100 .item__txtarea {
    width: 100%;
    padding: 0;
  }
}
.lineup__list li .no {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  text-align: left;
}
.lineup__list li .no p {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  background: #002775;
  padding: 4px 10px;
}
@media screen and (max-width: 1024px) {
  .lineup__list li .no p {
    font-size: 1.3em;
  }
}
.lineup__list li .no p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: #002775;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 0;
  right: -19px;
}
@media screen and (max-width: 1024px) {
  .lineup__list li .no p::after {
    right: -20px;
  }
}
.lineup__list li .item__img {
  position: relative;
  z-index: 2;
}
.lineup__list li .product_name {
  position: relative;
  text-align: left;
  font-size: 1.3em;
  font-weight: 700;
  color: #002775;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lineup__list li .product_name {
    font-size: 1.1em;
  }
}
.lineup__list li .product_description {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.lineup__list li .product_description p {
  margin-top: 0;
  text-align: left;
}
.lineup__list li .price__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
  z-index: 2;
}
.lineup__list li .price__box .seal_sum {
  font-size: 1.1em;
  font-weight: 600;
  color: #002775;
}
.lineup__list li .price__box .seal_sum span {
  margin: 0 4px;
  font-size: 1.2em;
}
.lineup__list li .price__box .seal_sum span.mai {
  font-size: 1.4em;
  margin: 0;
}
.lineup__list li .price__box .seal_sum span.big {
  font-size: 2em;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .seal_sum span.big {
    font-size: 1.8em;
  }
}
.lineup__list li .price__box .special_price {
  display: flex;
  background: #002775;
  padding: 8px 8px 10px;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .special_price {
    padding: 8px 4px 10px;
  }
}
.lineup__list li .price__box .special_price p {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .special_price p {
    font-size: 1.8rem;
  }
}
.lineup__list li .price__box .special_price p.limited {
  font-size: 0.4em;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  margin-right: 4px;
}
.lineup__list li .price__box .special_price2 {
  display: flex;
  padding: 8px 8px 10px;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .special_price2 {
    padding: 8px 4px 10px;
  }
}
.lineup__list li .price__box .special_price2 p {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #1B2F92;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .special_price2 p {
    font-size: 1.8rem;
  }
}
.lineup__list li .price__box .special_price2 p.limited {
  font-size: 0.4em;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  margin-right: 4px;
}
.lineup__list li .price__box .special_price2 span {
  font-weight: 600;
}
.lineup__list li .price__box .special_price2--per76 {
  background: #002775;
}
.lineup__list li .price__box .special_price2--per76 p {
  color: #fff;
}
.lineup__list li .price__box .special_price {
  padding: 10px;
}
.lineup__list li .price__box .special_price span {
  font-weight: 600;
}
.lineup__list li .body_price {
  position: relative;
  font-weight: 600;
  padding-right: 0;
  font-size: 0.9em;
  z-index: 2;
  color: #002775;
}
.lineup__list li .maker_price {
  position: relative;
  margin-top: 4px;
  color: #151515;
  font-size: 1em;
  font-weight: 500;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lineup__list li .maker_price {
    font-size: 0.8em;
  }
}
.lineup__list li .maker_price2 {
  position: relative;
  color: #151515;
  font-size: 1em;
  font-weight: 500;
  z-index: 2;
  text-align: right;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .lineup__list li .maker_price2 {
    font-size: 0.8em;
  }
}
.lineup__list li .or_txt {
  position: relative;
  text-align: center;
  margin-top: 6px;
}
.lineup__list li .or_txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #002775;
  left: 0;
  top: 40%;
}
.lineup__list li .or_txt p {
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  color: #002775;
  padding: 0 4px;
  background: #fff;
  z-index: 2;
}

.osae__wrap {
  text-align: left;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .osae__wrap {
    margin: 20px auto;
  }
}
.osae__wrap p {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
}
.osae__wrap p a {
  color: #002775;
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(40px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#s_footer #s_toPageTop {
  right: 0;
  bottom: 0;
  padding: 10px;
}

#s_footer #s_toPageTop button {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}