@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: 1100px;
}

.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: 5px;
}
@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.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
@media screen and (max-width: 1099px) {
  .fv {
    height: auto;
    min-height: auto;
    text-align: center;
    background: none;
  }
}
.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: 20px 0;
  background: #3EB370;
}
@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: #FFFBCB;
  max-width: 250px;
  color: #007740;
  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: #FFFBCB;
  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;
}
.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: #BBDBA1;
  background: radial-gradient(circle, #BBDBA1 0%, rgb(109, 185, 72) 80%);
}
.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;
}
@media screen and (max-width: 767px) {
  .lineup::before {
    height: 260px;
    background-size: cover;
  }
}
.lineup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 800px;
  background: url(../img/lineup-bottom.png) no-repeat;
  background-size: contain;
  background-position: bottom;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .lineup::after {
    height: 260px;
    background-size: cover;
  }
}
.lineup__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 300px 0;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .lineup__wrap {
    padding: 160px 0;
  }
}
.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: #007740;
  letter-spacing: 0.4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lineup__ttl {
    font-size: 1.6em;
  }
}
.lineup__ttl::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/tentomushi.png) no-repeat;
  background-size: contain;
  left: 10%;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .lineup__ttl::before {
    width: 30px;
    height: 30px;
  }
}
.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: 1100px;
  z-index: 1;
}
.lineup__list li {
  position: relative;
  width: 44%;
  margin: 40px auto 0;
  z-index: 1;
  padding: 0 2em 3em;
  min-width: 450px;
}
@media screen and (max-width: 767px) {
  .lineup__list li {
    margin: 60px auto 0;
    width: 100%;
    max-width: 450px;
    padding: 0 1.5em 2em;
    min-width: auto;
  }
}
.lineup__list li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px 999px 40px 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
}
.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 #007740;
  padding-bottom: 8px;
  color: #007740;
  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: 8px;
  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 .body_price {
  position: relative;
  font-weight: 600;
  padding-right: 2.4em;
  font-size: 0.9em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lineup__list li .body_price {
    padding-right: 1.5em;
  }
}
.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;
  }
}

.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: #FF1B98;
}

.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;
}
.coution__box-notice p + p {
  margin-top: 1em;
}
.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;
}