@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-tab {
  display: none;
}
@media screen and (max-width: 1099px) {
  .only-tab {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
body p,
body a {
  color: #151515;
}

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

.seal__wrap {
  font-family: "Noto Sans JP", sans-serif;
}

header {
  position: relative;
}

.top_logo {
  position: absolute;
  z-index: 2;
  width: 70px;
  left: 10px;
  top: 10px;
  background: #fff;
  padding:2px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 60px;
    top: 10px;
    left: 10px;
  }
}

.notice {
  padding: 16px 0;
  background: #E50012;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice {
    padding-top: 40px;
  }
}
.notice p {
  color: #fff;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .notice p {
    font-size: 2em;
  }
}
.notice p span.noticettl {
  display: inline-block;
  background: #fff;
  color: #E50012;
  padding: 0 1.5em;
  border-radius: 999px;
  letter-spacing: 4px;
  margin-right: 8px;
}
.notice p span.youbi {
  font-size: 0.8em;
}

.fv {
  position: relative;
  background: url(../img/fv-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 100px;
}
@media screen and (max-width: 769px) {
  .fv {
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/fv-bg-sp.png);
      padding: 90px 0 70px;
  }
}
.fv__logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 160px;
}
@media screen and (max-width: 1099px) {
  .fv__logo {
    width: 20%;
  }
}
.fv__bgimg img {
  width: 100%;
}
.fv__ttl {
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  text-align: right;
}
@media screen and (max-width: 1099px) {
  .fv__ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.fv__ttl h2 {
  text-align: right;
  max-width: 720px;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .fv__ttl h2 {
    text-align: center;
    margin: 0 auto;
  }
}
.fv__ttl-otoku {
  width: 60%;
  margin: 0 auto;
  margin-bottom: -50px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .fv__ttl-otoku {
    width: 60%;
    margin-bottom: -20px;
  }
}
.fv__img {
  position: relative;
  margin-top: -240px;
}
@media screen and (max-width: 1099px) {
  .fv__img {
    margin-top: 0;
  }
}
.fv__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: #3EB370;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1099px) {
  .fv__img::before {
    height: 80%;
  }
}
@media screen and (max-width: 419px) {
  .fv__img::before {
    height: 70%;
  }
}
.fv__img-wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  text-align: right;
  position: relative;
  margin-top: -80px;
}
@media screen and (max-width: 1099px) {
  .fv__img-wrap {
    text-align: center;
    max-width: 550px;
    margin-top: -50px;
  }
}
.fv__img-wrap p {
  text-align: right;
  font-size: 0.9em;
}

.kikan {
  padding: 40px 0 20px;
  background: #605E5D;
}
@media screen and (max-width: 767px) {
  .kikan {
    padding: 20px 0 10px;
  }
}
.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: 20px;
  }
}
.kikan__con .kikanttl {
  width: 20%;
  padding: 6px 0;
  background: #ffffff;
  max-width: 250px;
  color: #A80305;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .kikan__con .kikanttl {
    width: 60%;
    margin: 0 auto;
    font-size: 1.2em;
  }
}
.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;
  }
}
.kikan__con .kikanday span.big {
  font-size: 1.4em;
}
@media screen and (max-width: 1099px) {
.kikan__con .kikanday span.big {
  font-size: 1.1em;
}
}

@media screen and (max-width: 768px) {
.kikan__con .kikanday span.big {
  font-size: 0.8em;
}
}

.kikan .peterrabbit__logo {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1099px) {
  .kikan .peterrabbit__logo {
    display: none;
  }
}

.intro {
  width: 95%;
  margin: 30px auto 60px;
  text-align: center;
  max-width: 1200px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .intro {
    margin: 40px auto 60px;
  }
}
.intro__ttl {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .intro__ttl {
    display: block;
  }
}
.intro__ttl .mainttl {
  font-weight: 700;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .intro__ttl .mainttl {
    font-size: 1.2em;
  }
}
.intro__ttl .mainttl::before {
  display: none;
}
.intro__ttl img {
  max-width: 100px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .intro__ttl img {
    max-width: 200px;
    width: 40%;
  }
}
.intro__txt {
  display: inline-block;
  margin-top: 0;
  font-size: 1.8em;
  color: #E00000;
  font-weight: 700;
}
.intro__txt span {
  background: linear-gradient(transparent 60%, #FFF461 60%);
}
@media screen and (max-width: 767px) {
  .intro__txt {
    font-size: 1.2em;
    line-height: 1.6;
  }
}
.intro .top_tenpo {
  margin-top: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .intro .top_tenpo {
    padding: 1em 0;
  }
}
.intro .top_tenpo .top_tenpo_text_wrap .title {
  border: none;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .intro .top_tenpo .top_tenpo_text_wrap .title {
    font-size: 1.1em;
  }
}
.intro .top_tenpo .top_tenpo_text_wrap .text {
  margin-top: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .intro .top_tenpo .top_tenpo_text_wrap .text {
    font-weight: 1em;
  }
}
.intro .btn {
  font-size: 1.1em;
  box-shadow: none;
  margin-top: 20px;
  background: #E50012;
}
.intro .btn:hover {
  background: #E50012;
  opacity: 0.8;
}
.intro .btn:hover::after {
  transform: translateY(5%) rotate(135deg);
}

.lineup {
  padding: 0;
  overflow: hidden;
  position: relative;
background: #DEDEDE;
background: linear-gradient(0deg, rgba(222, 222, 222, 1) 0%, rgba(244, 244, 244, 1) 100%);
}
.lineup::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 800px;
  background: url(../img/lineup-top.png) no-repeat;
  background-size: contain;
  background-position: center top;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lineup::before {
    height: 200px;
    background-size: cover;
  }
}

.lineup__wrap {
    position: relative;
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 0 100px;
    z-index: 10;
}
.lineup__ttl {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
  font-size: 2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #151515;
  letter-spacing: 0.4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lineup__ttl {
    font-size: 1.6em;
  }
}

.lineup__ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../img/lineup-ttl.png) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .lineup__ttl::after {
    width: 90%;
  }
}
.lineup__list {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 960px;
   justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .lineup__list {
   justify-content: center;
}
}

.lineup__list li {
  position: relative;
  width: 44%;
  margin: 30px 0 0;
  z-index: 1;
  padding: 1em 1em;
  min-width: 450px;
  background-color: #ffffff;
}

@media screen and (max-width: 1080px) {
  .lineup__list li {
   margin: 0 auto 0;
}
}

@media screen and (max-width: 767px) {
  .lineup__list li {
    margin: 0 auto 0;
    width: 100%;
    max-width: 450px;
    padding: 0 1.5em 2em;
    min-width: auto;
  }
}

@media screen and (max-width: 460px) {
  .lineup__list li {
    width: 100%;
    max-width: 450px;
    padding: 0 0.7em 2em;
    min-width: auto;
  }
}

.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;
  border-bottom: 1px solid #151515;
  padding-bottom: 8px;
  color: #151515;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lineup__list li .product_name {
    font-size: 1.1em;
  }
}
.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.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lineup__list li .price__box .seal_sum {
    font-size: 1.1em;
  }
}
.lineup__list li .price__box .seal_sum span {
  color: #151515;
  margin: 0 4px;
}
.lineup__list li .price__box .special_price {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}
.lineup__list li .price__box .special_price span {
  font-weight: 600;
}
.lineup__list li .price__box .special_price2 {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}
.lineup__list li .price__box .special_price2 span {
  font-weight: 600;
}
.lineup__list li .body_price {
  position: relative;
  font-weight: 600;
  padding-right: 1.2em;
  font-size: 0.9em;
  z-index: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lineup__list li .body_price {
    padding-right: 1em;
  }
}
.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;
  margin-top: -10px;
  color: #151515;
  font-size: 1em;
  font-weight: 500;
  z-index: 2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .lineup__list li .maker_price2 {
    font-size: 0.8em;
  }
}


.osae__wrap {
  position: relative;
  text-align: left;
  z-index: 1;
}
.osae__wrap p {
  margin-top: 4em;
  line-height: 1.4;
  font-size: 0.9em;
}
.osae__wrap p a {
  color: #E00000;
}

.coution__box .title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coution__box .title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .coution__box .title + p {
    margin-top: 1.5em;
  }
}
.coution__box-notice {
  margin-top: 2em;
  text-align: left;
}
.coution__box-notice p {
  font-size: 0.9em;
  line-height: 1.6;
     text-indent: -1em;
   padding-left: 1em;
}
.coution__box-notice p + p {
  margin-top: 0.5em;
}
.coution__box-notice p.taishogai {
  text-align: center;
}
.coution__box p:last-child {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .coution__box p:last-child {
    margin-top: 1.2em;
    font-size: 1.2em;
  }
}

.youmeseal_main .youmeseal_main_text {
  max-width: 800px;
}

.seal_qa_wrap {
  z-index: 1;
  padding-top: 0;
}

#s_footer .s_copyright p {
  color: #9d9d9d;
}

.seal__wrap .gnav.open {
  height: 50px;
}
.seal__wrap .gnav.open .gnav__list .gnav__item a {
  padding-top: 0.7em;
  background: rgba(0, 140, 207, 0.9);
  border-radius: 8px 8px 0 0;
}
.seal__wrap .gnav.open .gnav__list .gnav__item a::after {
  width: 1em;
  height: 2px;
  background: #fff;
  bottom: 8px;
}
.seal__wrap .gnav.open .gnav__list .gnav__item:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*アニメーション*/
.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);
}

@media screen and (max-width: 767px) {
  .buy_method {
    padding: 60px 3%;
  }
}
.buy_method .step__title {
  border: none;
}
.buy_method ul {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .buy_method ul {
    margin-top: 20px;
  }
}
.buy_method ul li {
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.buy_method ul li .step123 {
  padding: 4px 0 8px;
}
.buy_method ul li .step__box {
  padding: 1em 0.5em;
}
.buy_method ul li .step__box .title {
  margin-bottom: 8px;
  line-height: 1.2;
}
.buy_method ul li .step__box .img__box {
  padding: 0;
  width: 90%;
  margin: 0 auto;
  margin-top: 9px;
}

.app_download_box .app_dl ul {
  justify-content: center;
}

.app_download_box ul .app_store_link {
  max-width: 160px;
}

.app_download_box ul .googleplay_link {
  max-width: 200px;
}


.lineup__list li .product_description {
    background: #f4f4f4;
    padding: 2%;
    border-radius: 8px;
    margin-top: 1rem;
}
.lineup__list li .product_description p {
    margin-top: 0;
    text-align: left;
}

.seal_intro .top_tenpo .top_tenpo_text_wrap {
    font-weight: 700;
    padding: 1em;
}

.section_title {
    border-bottom: 5px solid #151515;
    color: #151515;
}

@media screen and (max-width: 1080px) {
    .section_title {
       margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .section_title {
        font-size: 1.6em;
    }
}

#main-copy {
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 3.5em;
}

.copy-wrap {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 950px;
    padding: 40px 50px 25px;
    margin: 0 auto 1em;
}

@media screen and (max-width: 768px) {
    .copy-wrap {
        padding: 50px 20px 35px;
    }
}

.bold-txt {
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.8em;
    color: #151515;
    text-align: center;
    max-width: 800px;
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .bold-txt {
        font-size: 1em;
    }
}

.small-txt {
    margin: 0 auto;
    font-size: 1.4em;
    line-height: 1.8em;
    color: #151515;
    text-align: center;
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .small-txt {
        font-size: 1em;
    }
}