@charset "UTF-8";
/*プレゼントキャンペーン詳細*/
#contact-present {
  color: #565555;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 16.66%;
}

#contact-present .sec_mv_lead {
  margin-top: 10%;
  text-align: center;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_mv_lead {
    font-size: 42px;
  }
}

#contact-present .sec_mv_lead_strong {
  font-size: 5vw;
  color: #ef7c8e;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_mv_lead_strong {
    font-size: 48px;
  }
}

#contact-present .sec_guide {
  background-color: #f5f9f8;
  margin-top: 10%;
  padding: 10.41% 5% 9.16%;
}

#contact-present .sec_guide_grid01_item + * {
  margin-top: 8.56%;
}

#contact-present .sec_guide_grid01_item.is_red .sec_guide_grid01_ttl_strong:before {
  color: #ef7c8e;
}

#contact-present .sec_guide_grid01_item.is_red .sec_guide_btn01:before {
  background-color: #f1d9dd;
}

#contact-present .sec_guide_grid01_item.is_red .sec_guide_btn01_btn {
  background-color: #ef7c8e;
}

#contact-present .sec_guide_grid01_item.is_green .sec_guide_grid01_ttl_strong:before {
  color: #64bc9e;
}

#contact-present .sec_guide_grid01_item.is_green .sec_guide_btn01:before {
  background-color: #d4e9e2;
}

#contact-present .sec_guide_grid01_item.is_green .sec_guide_btn01_btn {
  background-color: #64bc9e;
}

#contact-present .sec_guide_grid01_ttl {
  text-align: center;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_grid01_ttl {
    font-size: 42px;
  }
}

#contact-present .sec_guide_grid01_ttl_strong {
  position: relative;
  display: inline-block;
}

#contact-present .sec_guide_grid01_ttl_strong:before {
  content: "・・";
  position: absolute;
  bottom: calc(100% - 0.36em);
  left: 0;
  line-height: 1;
}

#contact-present .sec_guide_grid02_wrap {
  margin-top: 12.73%;
}

#contact-present .sec_guide_grid02 {
  margin-top: 4.86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact-present .sec_guide_grid02_item {
  padding-top: 7.87%;
  width: 47.45%;
}

#contact-present .sec_guide_grid02_ttl {
  text-align: center;
}

#contact-present .sec_guide_grid02_ttl img {
  width: 50.81%;
}

#contact-present .sec_guide_btn01 {
  margin-top: 3%;
  position: relative;
}

#contact-present .sec_guide_btn01:before {
  content: "";
  position: absolute;
  top: 1.14583vw;
  left: 1.14583vw;
  right: -1.14583vw;
  bottom: -1.14583vw;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn01:before {
    top: 11px;
    left: 11px;
    right: -11px;
    bottom: -11px;
  }
}

#contact-present .sec_guide_btn01_btn {
  background-color: #000;
  z-index: 2;
  position: relative;
  display: block;
  font-size: 4.375vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 4%;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn01_btn {
    font-size: 42px;
  }
}

#contact-present .sec_guide_btn01_btn:before {
  position: absolute;
  top: 50%;
  right: 4.79167vw;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border: 0.625vw solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
  border-bottom: 0;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn01_btn:before {
    right: 46px;
    width: 24px;
    height: 24px;
    border-width: 6px;
  }
}

#contact-present .sec_guide_btn02 {
  position: relative;
  background-color: #000;
  border-radius: 1.66667vw;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn02 {
    border-radius: 16px;
  }
}

#contact-present .sec_guide_btn02.is_twitter {
  background-color: #3e9fe0;
}

#contact-present .sec_guide_btn02.is_twitter:before {
  background-image: url(/special/contact-present/img/icon_twitter.png);
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#contact-present .sec_guide_btn02.is_insta {
  background-color: #c7a281;
}

#contact-present .sec_guide_btn02.is_insta:before {
  background-image: url(/special/contact-present/img/icon_insta.png);
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#contact-present .sec_guide_btn02:before {
  pointer-events: none;
  content: "";
  width: 12.5vw;
  height: 12.5vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1.45833vw -0.625vw rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1.45833vw -0.625vw rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn02:before {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.3);
  }
}

#contact-present .sec_guide_btn02_link {
  display: block;
  padding: 20.41% 0 11.7%;
}

#contact-present .sec_guide_btn02_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact-present .sec_guide_btn02_txt {
  text-align: center;
  font-size: 4.0625vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn02_txt {
    font-size: 39px;
  }
}

#contact-present .sec_guide_btn02_txt_strong {
  font-family: 'Inter', sans-serif;
  font-size: 4.375vw;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn02_txt_strong {
    font-size: 42px;
  }
}

#contact-present .sec_guide_btn02_follow {
  margin-top: 9%;
  text-align: center;
}

#contact-present .sec_guide_btn02_follow_in {
  display: inline-block;
  font-size: 2.91667vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.08em;
  line-height: 1;
  border: 0.3125vw solid #fff;
  border-radius: 200px;
  padding: 2.8% 6.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn02_follow_in {
    font-size: 28px;
    border-width: 3px;
  }
}

#contact-present .sec_guide_btn03 {
  margin-top: 9.25%;
  text-align: center;
}

#contact-present .sec_guide_btn03_btn {
  position: relative;
  display: inline-block;
  font-size: 3.75vw;
  font-weight: bold;
  color: #565555;
  border: 0.41667vw solid #565555;
  background-color: #f5f9f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.4% 0;
  min-width: 68.75vw;
  text-align: center;
  line-height: 1;
  border-radius: 200px;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn03_btn {
    font-size: 36px;
    border-width: 4px;
    min-width: 660px;
  }
}

#contact-present .sec_guide_btn03_btn:before {
  position: absolute;
  top: 50%;
  right: 4.79167vw;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border: 0.52083vw solid #565555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 0;
  border-bottom: 0;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_guide_btn03_btn:before {
    right: 46px;
    width: 24px;
    height: 24px;
    border-width: 5px;
  }
}

#contact-present .sec_detail {
  background-color: #64bc9e;
  padding: 7.08% 5% 5%;
}

#contact-present .sec_detail_in > *:first-child {
  margin-top: 0 !important;
}

#contact-present .sec_detail_ttl {
  margin-top: 12.26%;
  text-align: center;
  line-height: 1.5;
  font-size: 5.625vw;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_ttl {
    font-size: 54px;
  }
}

#contact-present .sec_detail_ttl_in {
  position: relative;
  display: inline-block;
  padding-bottom: 2%;
}

#contact-present .sec_detail_ttl_in:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.83333vw;
  background-color: #ffffff;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_ttl_in:before {
    height: 8px;
  }
}

#contact-present .sec_detail_grid {
  margin-top: 5.55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact-present .sec_detail_grid_item {
  width: 47.45%;
}

#contact-present .sec_detail_annotation {
  margin-top: 6.2%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8125vw;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_annotation {
    font-size: 27px;
  }
}

#contact-present .sec_detail_annotation:before {
  display: inline-block;
  content: "\203B";
}

#contact-present .sec_detail_annotation_in {
  display: inline-block;
  letter-spacing: 0.1em;
}

#contact-present .sec_detail_limit {
  margin-top: 7.4%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 8px;
  padding: 7.4% 0;
  border-radius: 1.66667vw;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_limit {
    border-radius: 16px;
  }
}

#contact-present .sec_detail_limit img {
  width: 82.98%;
}

#contact-present .sec_detail_list_wrap {
  margin-top: 7.4%;
  padding: 4.62%;
  background-color: #ffffff;
  border-radius: 1.66667vw;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_list_wrap {
    border-radius: 16px;
  }
}

#contact-present .sec_detail_list > *:first-child {
  margin-top: 0 !important;
}

#contact-present .sec_detail_list_item {
  margin-top: 3%;
}

#contact-present .sec_detail_list_txt {
  position: relative;
  font-size: 3.125vw;
  letter-spacing: 0.07em;
  padding-left: 1.2em;
  line-height: 1.8;
}

@media screen and (min-width: 960px) {
  #contact-present .sec_detail_list_txt {
    font-size: 30px;
  }
}

#contact-present .sec_detail_list_txt:before {
  content: "\30FB";
  position: absolute;
  top: 0;
  left: 0;
}

#contact-present .sec_detail_list_txt_strong {
  font-weight: bold;
  color: #ef7c8e;
}
