@charset "UTF-8";

body {
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #231815;
  font-size: 15px;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
}



*,
:before,
:after {
  box-sizing: border-box;
}

body img {
  width: 100%;
  max-width: 100%;
  height: auto;
  user-select: none;
  vertical-align: bottom;
}

a,
a div {
  transition: opacity .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: underline;
  color: #0077cc;
}

a:hover,
a div:hover {
  opacity: 0.7;
}

.link_txt:hover {
  opacity: 1;
  text-decoration: none;
}

.fs-s {
  font-size: .8em;
}

.emp_txt {
  font-weight: bold;
}

.list_free {
  display: flex;
  margin-bottom: 3px;
}

.list_free_mark {
  margin-right: .1em;
}

.marker {
  background: linear-gradient(transparent 40%, #FFD300 40%);
}

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

@media screen and (max-width:768px) {
  .pc_size {
    display: none;
  }

  .fs-s {
    font-size: 10px;
  }
}

/* Future Line */
.future-line {
  line-height : 0;
}

/* header */
header {
  width: 100%;
}

.header-bar {
  max-width: 990px;
  margin-inline: auto;
  width: 100%;
  line-height: 1;
}

.header-bar a {
  display: inline-block;
  width: 374px;
  padding: 0px;
}

@media screen and (max-width:768px) {
  .header-bar {
    text-align: center;
  }

  .header-bar a {
    margin-inline: auto;
    padding: 0px;
    width: 72%;
  }
}

/* container */
.container {
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  width: 92%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper2 {
  width: 99%;
  margin-right: auto;
  margin-left: auto;
}

.content-item_S {
  margin-top: 20px;
}

@media screen and (min-width:769px) {
  .xPresent_gift_txt {
    display: block !important;
  }

  .xPresent_gift {
    align-items: center;
  }

  .xPresent_gift_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width:769px) {
  .wrapper2 {
    padding: 0 17px 0;
  }
}

/* MV */
.mv {
  width: 100%;
  margin: 0 auto;
  /*  padding-bottom: 20px;*/
  position: relative;
  background: linear-gradient(90deg, #337CB8 0%, #337CB8 50%, #62BBDA 50%, #62BBDA 100%);
  overflow: hidden;
}

.mv_wrapper {
  margin: 0 -10%;
  position: relative;
  width: 120%;
  z-index: 1;
}

.mv_inner {
  position: relative;
  /*padding-top: 49.4%;*/
  margin: 0 auto;
  max-width: 1335px;
  width: 100%;
  z-index: 2;
}

.mv_link {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-51%);
  text-align: center;
  height: 10.5%;
  width: 27.6%;
}

.mv_btn {
  background: #00C100;
  border-bottom: #023606 5px solid;
  box-shadow: 0 5px 8px 0px rgba(39, 24, 3, 0.4);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 23px 22px 21px; */
  text-align: center;
  transition: .3s;
  height: 100%;
  width: 100%;
  margin: 10px 0 0;

  @media screen and (max-width:768px) {
    margin: 0;
  }
}

.mv_btn:hover {
  opacity: 1;
}

.mv_btn img {
  width: 84%;
}

@media screen and (min-width:1200px) {
  /*.mv_innerのmax-width+16pxの値*/
  /*.mv_inner{
    padding-top: 643px;
  }*/
}

@media screen and (min-width:769px) {
  .mv_btn:hover {
    border-bottom-width: 2px;
    height: calc(100% - 2px);
    margin-top: 3px;
  }
}

@media screen and (max-width:768px) {
  .mv {
    padding-bottom: 10px;
  }

  .mv_wrapper {
    margin: 0;
    width: 100%;
  }

  .mv_wrapper::before {
    content: none;
  }

  .mv_inner {
    /*padding-top: 195%;*/
    max-width: 100%;
    width: 100%;
  }

  .mv_link {
    top: 85%;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%);
    height: 11.5%;
    width: 87.5%;
  }

  .mv_link .mv_btn {
    border-bottom: #023606 1.2vw solid;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
    max-width: inherit;
    width: 100%;
  }
}

/* 100万件 → 名称変更 */
.ipet100 {
  background-color: #E4F5FD;
  /*  margin-top: 23px;*/
  padding: 50px 0;
}

.ipet100 .wrapper {
  max-width: 1000px;
}

@media screen and (max-width:768px) {
  .ipet100 {
    margin-top: 0;
    padding: 20px 10px;
  }
}

/* 対象商品 */
.shipping {
  padding: 80px 0;
}

.shipping_ttl {
  width: 40%;
  max-width: 277px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.hoken_banner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline: auto;
  width: 96.5%;
}

.hoken_banner li {
  max-width: 480px;
  width: 48.8%;
}

.shipping .hoken_banner {
  width: 99.5%;
}

.shipping .hoken_banner li {
  width: 47.5%;
  padding: 30px 0 0;
}

.shipping .hoken_banner li a {
  display: block;
}

@media screen and (min-width:769px) {
  .hoken_banner li {
    width: 50%;
    padding: 30px 12px 0;
  }
}

@media screen and (max-width:768px) {
  .shipping {
    padding: 30px 0 30px;
  }

  .shipping_ttl {
    padding-bottom: 0;
  }

  .hoken_banner {
    width: 87%;
  }

  .hoken_banner li {
    padding-top: 15px;
  }

  .shipping .hoken_banner {
    width: 100%;
  }

  .shipping .hoken_banner li {
    padding: 20px 0 0;
    width: 49%;
  }

  .hoken-area .hoken_banner {
    justify-content: center;
  }

  .hoken-area .hoken_banner li {
    width: 100%;
  }
}

/* 全員プレゼント */
.present {
  background: #62BBDA;
  position: relative;
}

.present_ttl {
  /*  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-48%);*/
  margin-left: auto;
  margin-right: auto;
  max-width: 585px;
  width: 82%;
}

.allPresent {
  background: #337CB8;
  padding: 45px 0 35px;
  position: relative;
}

.allPresent_ttl {
  position: relative;
  z-index: 1;
}

.allPresent_box {
  position: relative;
}

.allPresent_box_inner {
  background: #ffffff;
  border-radius: 30px;
  border: 2px solid #231815;
  box-shadow: 4px 4px 0 #231815;
  padding: 50px 60px 50px;
}

.allPresent_gift_img {
  max-width: calc(276px + 40px);
  width: 34%;
  padding: 10px 20px;
}

.allPresent_gift_txt {
  padding: 6px 16px 10px 10px;
}

.allPresent_gift_txt .gift_txt_img {
  margin: 0 auto 15px;
}

.allPresent_gift_txt .fs-s {
  line-height: 1.3;
}

.allPresent_moreTxt {
  background: #e8e7e6;
  padding: 20px;
}

.moreTxt {
  text-align: center;
  margin-top: 20px;
}

.moreTxt>* {
  text-align: left;
}

.moreTxt_btn {
  padding: 5px 0 3px 33px;
  display: inline-block;
  position: relative;
}

.moreTxt_btn::before,
.moreTxt_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.moreTxt_btn::before {
  content: "";
  width: 27px;
  height: 27px;
  border: 2px solid #dbdbdb;
  border-radius: 100px;
  left: 0;
}

.moreTxt_btn::after {
  content: "";
  background: url("../images/plus-solid.svg") center center / contain no-repeat;
  left: 5px;
  width: 16px;
  height: 16px;
}

.moreTxt_btn:hover {
  cursor: pointer;
}

.moreTxt_btn.switch_btn_open {
  margin-bottom: 10px;
}

.moreTxt_btn.switch_btn_open::after {
  background: url("../images/minus-solid.svg") center center / contain no-repeat;
}

.close {
  display: none;
}

.method {
  margin-top: 77px;
}

.caution {
  background: #FFE991;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px 17px;
  padding: 16px 8px 15px 16px;
  margin: 5px 0 10px;
}

.caution .ttl {
  width: 79px;
}

.caution .text {
  font-size: 12px;
  font-weight: bold;
  flex: 1;
}

@media screen and (min-width:769px) {
  .allPresent_gift {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
  }

  .allPresent_gift_txt {
    width: 66%;
    max-width: calc(578px + 26px);
  }
}

@media screen and (max-width:768px) {
  .present .present_ttl {
    top: -2.25%;
  }

  .allPresent {
    padding: 6% 0 7%;
  }

  .allPresent>.wrapper::before {
    width: 112px;
    height: 110px;
    top: -33px;
    left: -3.6%;
  }

  .allPresent_ttl {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .allPresent_box_inner {
    border-radius: 10px;
    box-shadow: 2px 2px 0 #231815;
    padding: 18px 17px 17px;
  }

  .allPresent_gift_img {
    max-width: 300px;
    padding: 0;
    margin: 0 auto 2px;
    line-height: 0;
    width: 47%;
  }

  .allPresent_gift_txt {
    padding: 0;
  }

  .allPresent_gift_txt .gift_txt_img {
    margin: 10px auto 8px;
    width: 100%;
  }

  .allPresent .list_disc {
    margin-left: 1.5em;
  }

  .allPresent_moreTxt {
    padding: 10px;
  }

  .moreTxt {
    margin-top: 10px;
  }

  .method {
    margin-top: 48px;
  }

  .caution {
    flex-direction: column;
    padding: 4px 10px 10px;
    margin: 14px 0 10px;
  }

  .caution .ttl {
    width: 65px;
  }

  .caution .text {
    font-size: 10px;
  }
}

/* さらにプレゼント */
.morePresent {
  padding: 0 0 25px;
  background: #62BBDA;
}

.morePresent_ttl {
  margin: 21px auto -2.5%;
  line-height: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.morePresent_img {
  background: #FFF;
  border-radius: 30px;
  border: 2px solid #231815;
  box-shadow: 4px 4px 0 #231815;
  position: relative;
  line-height: 0;
  margin: 20px 0 0;
  overflow: hidden;
  z-index: 2;
}

.morePresent ul {
  margin: 22px auto 0;
}

@media screen and (max-width:768px) {
  .morePresent {
    padding: 0 0 35px;
  }

  .morePresent>.wrapper::before {
    width: 104px;
    height: 100px;
    top: 9px;
    left: -11%;
  }

  .morePresent_ttl {
    margin: 30px auto -1.5%;
    max-width: 600px;
    width: 100%;
  }

  .morePresent_img {
    box-shadow: 2px 2px 0 #231815;
    border-radius: 10px;
    margin: 0;
  }

  .morePresent ul {
    margin: 17px auto 0;
  }
}

/* Xの投稿でプレゼント */
.xPresent {
  background-color: #62BBDA;
  padding: 30px 0;
}

.xPresent_box {
  position: relative;
}

.xPresent_box_inner {
  background: #ffffff;
  border-radius: 30px;
  border: 2px solid #231815;
  box-shadow: 4px 4px 0 #231815;
  padding: 50px 60px 50px;
}

.xPresent_gift_img {
  max-width: calc(276px + 40px);
  width: 20%;
  border: solid 1px #e8e7e6;
}

.xPresent_gift_txt {
  padding: 6px 0 10px;
}

.xPresent_gift_txt .gift_txt_img {
  margin: 0 auto 15px;
}

.apply {
  margin: 40px 0 60px;
}

.x_btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 80%;
}

.x_btn .btn {
  display: block;
  box-shadow: 0 7px 0 #5b0000;
  border-radius: 17px;
  position: relative;
  top: 0;
  transition: .3s;
}

.x_btn .btn:hover {
  opacity: 1;
}

@media screen and (min-width:769px) {
  .xPresent_gift {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 0 -20px;
  }

  .xPresent_gift_txt {
    display: flex;
    align-items: center;
    width: 66%;
    max-width: calc(578px + 26px);
  }

  .x_btn .btn:hover {
    box-shadow: 0 3px 0 #5b0000;
    top: 4px;
  }
}

@media screen and (max-width:768px) {
  .xPresent {
    padding: 6% 0;
  }

  .xPresent>.wrapper::before {
    width: 112px;
    height: 110px;
    top: -33px;
    left: -3.6%;
  }

  .xPresent_ttl {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }

  .xPresent_box_inner {
    border-radius: 10px;
    box-shadow: 2px 2px 0 #231815;
    padding: 18px 17px 17px;
  }

  .x_Present_txt {
    padding: 0;
  }

  .xPresent_gift_img {
    max-width: 150px;
    padding: 0;
    margin: 0 auto 15px;
    line-height: 0;
    width: 47%;
  }

  .xPresent_gift_txt .gift_txt_img {
    margin: 10px auto 8px;
    width: 100%;
  }

  .apply {
    margin: 30px 0;
  }

  .x_btn {
    margin-bottom: 15px;
  }
}

/* rule */
.rule {
  width: 100%;
  background: #ffffff;
  padding: 70px 0 0;
}

.rule_ttl {
  width: 55%;
  max-width: 327px;
  margin: 0 auto 30px;
}

.rule .text_box {
  background: #e8e8e8;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.6;
  margin-bottom: 90px;
}

.x_list {
  list-style: none;
}

.hoken-area .wrapper {
  max-width: 1000px;
}

@media screen and (max-width:768px) {
  .rule {
    padding: 35px 0 0;
  }

  .rule_ttl {
    margin: 0 auto 15px;
  }

  .rule .text_box {
    padding: 20px 12px;
    margin-bottom: 55px;
    font-size: 12px;
  }

  .rule .text_box:last-child {
    margin-bottom: 60px;
  }
}

/* hoken */
.hoken {
  width: 100%;
  background: #E4F5FD;
  /*padding: 100px 0 0;*/
}

.hoken_point {
  margin-top: 54px;
}

.hoken .tit2 {
  display: block;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}

.hoken .tit3 {
  display: block;
  max-width: 776px;
  margin: 90px auto 35px;
}

.hoken-area2 .hoken .tit3 {
  margin: 0 auto 20px;
}

.hoken .sub-p {
  margin-top: 10px;
}

.hoken .wrapper-faq {
  padding: 20px 20px;
  background: linear-gradient(90deg, #E4F5FD 0%, #E4F5FD 50%, #E4F5FD 50%, #E4F5FD 100%);
  position: relative;
  z-index: 0;
  background-attachment: scroll;
}

.hoken .wrapper-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/faq_background_pc.png');
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  pointer-events: none;
}

.hoken_footer {
  line-height: 0;
  margin: 90px auto 0;
  max-width: 880px;
  width: 97%;
}

@media screen and (max-width:768px) {

  /* .hoken{
    padding: 40px 0 0;
  } */
  .hoken_point {
    margin-top: 20px;
  }

  .hoken .tit3 {
    margin: 60px auto 5px;
    max-width: 490px;
    width: 81%;
  }

  .hoken .sub-p {
    width: 87%;
  }

  .hoken .wrapper-faq::before {
    background-image: url('../images/faq_background_sp.png');
  }

  .hoken_footer {
    margin: 30px -4% 0;
    width: 108%;
  }
}

/*FAQ*/
.faq {
  margin-top: 45px;
}

.faq_item {
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(71, 14, 15, .3);
  text-align: left;
  font-size: 16px;
  margin: 11px auto;
  max-width: 850px;
}

.faq_btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px 8px 8px;
}

.faq_btn::before,
.faq_btn::after {
  content: "";
  display: block;
}

.faq_btn::before {
  width: 34px;
  height: 34px;
  background: url("../images/faq_q.png") center center / contain no-repeat;
  margin-right: 12px;
}

.faq_btn::after {
  width: 28px;
  height: 28px;
  background: url("../images/faq_plus.svg") center center / contain no-repeat;
}

.faq_btn.switch_btn_open::after {
  background-image: url("../images/faq_minus.svg");
}

.faq_btn:hover {
  cursor: pointer;
}

.faq_btn span {
  font-weight: bold;
  flex: 1;
}

.faq_moreTxt {
  padding: 5px 15px 18px 46px;
}

.faq_moreTxt_inner {
  background-color: #eae9e8;
  padding: 9px 10px 9px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.faq_moreTxt_inner::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/faq_a.png") center center / contain no-repeat;
  margin-right: 12px;
}

.faq_moreTxt_inner span {
  flex: 1;
  margin-top: 6px;
}

@media screen and (max-width:768px) {
  .faq {
    margin-top: 20px;
  }

  .faq_item {
    box-shadow: 0 2px 4px rgba(71, 14, 15, .3);
    font-size: 13px;
    margin: 7px auto;
  }

  .faq_btn {
    padding: 7px 10px 7px 8px;
  }

  .faq_btn::before {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }

  .faq_btn::after {
    width: 23px;
    height: 23px;
  }

  .faq_moreTxt {
    padding: 0 10px 10px 40px;
  }

  .faq_moreTxt_inner {
    padding: 8px 8px 10px;
  }

  .faq_moreTxt_inner::before {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}

/* footer */
footer div {
  width: 100%;
  background: #FFF;
  margin-bottom: 124px;
}

footer div.copy {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 50px;
  font-size: 12px;
  color: #333;
}

.footer_nav_ttl {
  margin: 12px auto 7px;
  text-align: center;
}

.boban {
  text-align: right;
  font-size: 12px;
  padding: 10px;
}

/* 固定ボタン */
.footer_nav {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: #41BC00;
  line-height: 1;
  box-shadow: 0px -5px 17px 0px rgb(0 0 0 / 25%);
  padding-bottom: 10px;
}

.footer_nav_ttl {
  margin: 16px auto 10px;
  text-align: center;
}

.footer_nav_ttl img {
  width: 68%;
  max-width: 315px;
}

.footer_nav nav {
  justify-content: center;
  position: static;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0;
  z-index: 100;
}

.footer_nav nav a {
  padding: 0 4px;
}

.footer_nav nav img {
  max-width: 400px;
}

@media screen and (max-width:768px) {
  footer div {
    margin-bottom: 28vw;
  }

  footer div.copy {
    padding: 8px 0;
    font-size: 10px;
  }

  .footer_nav {
    display: block !important;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, .25%);
    padding: 0;
  }

  .footer_nav_ttl {
    margin: 0 auto;
    padding: 6px 0 3px;
    background: #41BC00;
  }

  .footer_nav nav {
    padding: 0;
    margin-bottom: -2.5%;
    column-gap: 0;
  }

  .footer_nav nav a {
    padding: 0;
  }

  .footer_nav nav a:nth-of-type(1) {
    margin-left: -1.6%;
    margin-right: -2%;
    margin-top: -1%;
  }

  .footer_nav nav a:nth-of-type(2) {
    margin-right: -1.6%;
    margin-left: -2%;
    margin-top: -1%;
  }

  .boban {
    padding: 15px 0 10px;
  }
}

@media screen and (min-width:769px) {

  /* ボタン非表示 */
  .allPresentTitle {
    display: none;
  }

  /* 中身を常時表示 */
  .allPresentTitle+.allPresent_img {
    display: block !important;
  }

}