@charset "UTF-8";
/*other-------------------------*/
.bold {
  font-weight: bold;
}

.mb20 {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.wordbreak {
  word-break: break-all;
}

/*------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #222 !important;
  z-index: 10;
}

#loader-bg #loader {
  display: none;
  position: fixed;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 11;
}

ol,ul{
  padding-left:1rem;
}

ul li {
  margin: 10px 0;
  list-style: none;
}
.cont01 li{
  list-style:inside;
}

ul.cont01 {
  padding-left: 0px;
  /*text-indent: -1em;*/
}

ul .cont01 {
  padding-left: 1em;
  text-indent: -1em;
}

ul .cont01 a {
  text-decoration: underline;
}

body {
  width: 100%;
  color: #333;
  margin: 0;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Rounded M+ 1c","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.container {
  background: #fff;
}

header {
  width: 100%;
  background: #fff;
  max-width: 1000px;
}

header.show_sp img {
  max-width: 100%;
  min-width: 100%;
}

header.show_pc {
  background: #ffffff;
}
header.show_pc img {
  max-width: 1000px;
}

.container header picture{
  max-width: 1000px;
}
#main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
}

#main h2 {
  display: table-cell;
  padding: 7px 15px;
  background: #FABE00;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.bg-white {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 10px;
  margin: 20px auto 10px;
}

.first-content {
  line-height: 1.6em;
  font-size: 16px;
}

.first-content a {
  text-decoration: none;
  font-weight: bold;
}

.box-align {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

.box-align p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #FABE00;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 30px;
}

.box-align p:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: dotted 4px #FABE00;
  margin-right: 1rem;
}

.box-align p:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: dotted 4px #FABE00;
  margin-left: 1rem;
}

.method_area {
  margin: 0 auto 40px;
}

.method_area img {
  width: 60vw;
  margin: 0px auto;
}

.btn_tw {
  position: relative;
  display: block;
  max-width: 460px;
  margin: 40px auto;
  padding: 10px 20%;
  font-size: 17px;
  text-decoration: none;
  color: #fff !important;
  background: #1da1f2;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.btn_tw i.fas {
  position: absolute;
  right: 16px;
  top: 40%;
}

.btn_tw i.tw_logo {
  width: 24px;
  position: absolute;
  left: 20px;
  top: 40%;
  content: url(https://s3-ap-northeast-1.amazonaws.com/stg-pg3.petitgift.com/medias/twitter_bic/lp/common_icon/tw_logo.png);
}

.deadline {
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}

.deadline h3 {
  background: #A77C4D;
  padding: 6px 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.deadline p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.deadline p.sup {
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  padding-bottom: 20px;
}

.info-content {
  line-height: 1.6em;
  font-size: 13px;
  margin-top: 30px;
}

.info-content p {
  padding-top: 10px;
}

.info-content .cont01 a {
  color: #6eba2d;
  font-weight: bold;
}

.mailto_area {
  margin-top: 30px;
  border: solid 2px #000000;
  border-radius: 10px;
  text-align: center;
}

.mailto_area p {
  margin: 0;
}

.mailto_area p:first-child {
  background: #000000;
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  padding: 10px 0;
  font-size: 16px;
}

.mailto_area p:nth-child(2) {
  padding: 10px 5px;
}

.mailto_area p:nth-child(3) {
  font-size: 13px;
  padding: 0 5px;
}

.mailto_area p:nth-child(4) {
  font-size: 14px;
  padding: 5px 0 10px;
}

.mailto_area .mailto a {
  color: #009DFF;
  text-decoration: underline;
}

.acquisition_link {
  text-align: center;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
}

.acquisition_link:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 17px;
  /*画像の幅*/
  height: 17px;
  /*画像の高さ*/
  background-image: url(https://s3-ap-northeast-1.amazonaws.com/stg-pg3.petitgift.com/medias/twitter_bic/lp/common_icon/ic_coupon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}

.acquisition_link a {
  text-decoration: underline;
  color: #6eba2d;
}

.info-content ol {
    list-style-type: decimal;
}

.komelist li {
    list-style-type: none;
    text-indent: -1em;
}
.komelist li::before {
    display: inline;
    content: "※";
}

.dot{
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: dotted 4px #FABE00;
    margin-right: 1rem;
}

/*キャンペーン終了*/
header.end_cp {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
  text-align: center;
  background: #000;
}

.end_message p{
  font-weight: bold;
}

header.end_cp .end_message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  line-height: 1.5;
  z-index: 3;
}

header.end_cp.show_sp .end_message {
  height: 100%;
  background: none;
  padding: 25% 0;
}

header.end_cp.show_sp img.top_img {
  opacity: .2;
}

footer {
  background: #000000;
  font-size: 11pt;
  color: #fff;
  font-weight: lighter;
  font-family: "Rounded M+ 1c","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 40px;
}

.foot_area {
  padding: 10px;
  max-width: 640px;
  margin: 0 auto;
  background-color: #000000;
}

.foot_area h3 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}

.foot_area .mail_comment {
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  font-weight:400;
}

.foot_area .ftr_last {
  font-size: 10px;
  padding: 5px 0;
  font-weight:400;
}

.btn_area {
  text-align: center;
}

.btn_area .btn01 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  max-width: 270px;
  margin: 10px auto 0;
  display: block;
  border: 1px solid #fff;
  color: #fff;
}

.btn_area .btn01:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  background: url(https://s3-ap-northeast-1.amazonaws.com/stg-pg3.petitgift.com/medias/twitter_bic/lp/common_icon/ic_mail.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.btn_area .btn01 a:hover {
  opacity: .8;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.ftr_pcbg {
  margin-top: 6px;
}

.ftr_pcbg a {
  text-decoration: none;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.ftr_pcbg a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.ftr_pcbg_lp .ftr_box {
  color: #fff;
  display: inline;
  margin: 0 8px;
  font-size: 12px;
  font-weight:400;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  z-index: 1000;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.2));
}

#page-top a {
  width: 66px;
  display: block;
}

#page-top a:hover {
  opacity: 1;
}

.show_sp {
  display: block;
}

.show_pc {
  display: none;
}

.end_cp.show_pc {
  display: none;
}

@media (min-width: 736px) {
  .show_pc {
    display: block;
  }
  .show_sp {
    display: none;
  }
  .end_cp.show_pc {
    background: #ffffff;
    display: block;
  }
  .end_cp.show_pc .end_message {
    height: 100%;
  }
  .end_cp.show_pc .end_message .inner {
    position: relative;
    top: 30%;
    left: 0;
  }
  header {
    margin: 0 auto;
    text-align: center;
  }
  #main {
    max-width: 1200px;
  }
  .bg-white {
    max-width: 800px;
    margin: 30px auto;
  }
  .btn_tw {
    padding: 22px 0;
    text-align: center;
  }
  .method_area {
    width: 100%;
  }
  .method_area img {
    width: 90%;
  }
}

.recap{
  max-width: 915px
}

.box_entry .btn_entry a {
    letter-spacing: .04em;
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    background: red;
    padding: 20px;
    max-width: 570px;
    margin: 0px auto;
    border-radius: 5px;
    display: block;
    position: relative;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
}

.box_entry .btn_entry a:after {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    padding: 0px 10px;
}

.box_entry .btn_entry {
    margin: 40px auto 20px;
}

.box_entry .acquisition_link a {
    color: #FABE00;
    text-decoration: underline;
}

.box_entry .acquisition_link {
    text-align: center;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    color: #efbc4e;
    font-size: 16px;
    font-weight: 600;
}


.btn_shutoku a {
    letter-spacing: .04em;
    font-feature-settings: "palt";
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    background: red;
    padding: 20px;
    max-width: 570px;
    margin: 0px auto;
    border-radius: 5px;
    display: block;
    position: relative;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), 0 2px 2px rgb(0 0 0 / 19%);
    font-size: 18px;
    max-width: 320px;
    margin: 30px auto 10px;
    padding: 10px 0;
    line-height: 1.3em;
}
.shutoku_subtxt {
    letter-spacing: .04em;
    font-feature-settings: "palt";
    font-weight: 400;
    font-size: 13px;
}



/* 追加 */

#root > div{
  display: flex;
  flex-flow: column;
  background:#F9F8F4;
}
#root > .failbx {
  min-height: 100vh;
}

/* footer */
footer .contact{
	padding: 20px 0;
	background: #ffffff;
	color: #444;
	text-align: center;
	font-size: 14px;
}
footer .contact h3{
	font-size: 20px;
	font-weight: bold;
}
footer .contact .tel{
	width: 70%;
	max-width: 400px;
	height: 3em;
	line-height: 3;
	margin: 10px auto;
	background: #ffffff;
	color: #018C1E;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
footer .contact a{
	color: #020E38;
}
footer .contact a:hover{
	text-decoration: underline;
}

footer .pgdocs{
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
}
footer .pg_doc_item{
	display: block;
    background: none;
    margin: 0 0 8px;
    padding: 2px 20px;
    color: #fff;
    font-size: 90%;
}
footer .pg_doc_item:first-child{
	border-right: 1px solid #323e90;
	padding: 2px 20px;
}
footer address{
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background: #021037;
}

.footer{
  padding: 15px 0 0;
  text-align: center;
  background: #ffffff;
  line-height: 1.5;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN','Meiryo','メイリオ','游ゴシック',sans-serif;
}
.footer-info {
  padding: 20px 0;
}

.ftr_pcbg{
  display: flex;
  justify-content: center;
}
a.ftr_box{
  display: block;
  background: none;
  margin: 0 0 8px;
  padding: 2px 10px;
  color: #666666;
  font-size: 90%;
}
a.ftr_box:first-child{
  padding: 2px 20px;
}
a.ftr_box:hover{
  text-decoration: underline;
}
.petit-mail a {
  display: block;
  width: 30%;
  min-width: 250px;
  max-width: 350px;
  padding: 12px 24px;
  margin: 10px auto;
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  text-decoration: none;
}
.petit-mail a:hover {
  box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.2);
  transition:0.3s;
}

.footer-datetime{
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-copyright {
  color: #777777;
  line-height: 2.5;
  font-size: 10px;
}

.serial_lawson_barcode img{
max-width: 302px;
margin:auto;
}
.footer-info {
  padding: 20px 0;
}

.ftr_pcbg{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
a.ftr_box{
  display: block;
  background: none;
  margin: 0 0 8px;
  padding: 2px 10px;
  color: #666666 ;
  font-size: 90%;
}
a.ftr_box:first-child{
  padding: 2px 20px;
  border-right: 1px solid #ccc;
}
a.ftr_box:hover{
  text-decoration: underline;
}
.petit-mail a {
  display: block;
  width: 30%;
  min-width: 275px;
  max-width: 350px;
  padding: 12px 24px;
  margin: 10px auto;
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  font-size:15px;
}
.petit-mail a:hover {
  box-shadow: 0px 4px 9px 3px rgba(0,0,0,0.2);
  transition:0.3s;
}
.footer-datetime{
  font-size: 13px;
}
/* PC */
@media screen and (min-width: 750px){
	
	footer .contact{
		padding: 30px 0;
	}
	
}

/* header */
.header{
  width: 100%;
  margin: 0 auto 20px;
  padding: 12px 0;
  background-color: #ffffff;
}
.header_inner{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;  
  align-items: center;
}
.logo {
  float: left;
}
.logo img {
  max-width: 100%;
}
.header_field img{
  float:left;
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
  color: #666666;
}

.logo_image{
  max-width: 140px;
}
/* header: switch user  */
.header-menu {
  float: right;
  width: auto;
}
.header-menu a {
  font-size: 12px;
  color: #949494;
}
.header-menu li a{
  color: blue;
  text-decoration: underline;
}
.sns_user_name_wrap{
  overflow: hidden;
  width: 100%;
  font-size: 13px;
}
.sns_user_name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(5 124 189);
}
.switch_usr{
  display: block;
  padding: 6px 8px;
  font-size: 10px;
  border: 1px solid #999;
  border-radius: 1.5em;
  background: #fff;
}
.switch_usr i{
  padding-right: 4px;
}
.switch_usr:hover{
  box-shadow: 3px 3px 3px rbga(0,0,0,0.5);
}
.header_field{
  width: 30%;
}
@media screen and (min-width: 770px) {
  .header_field{
      width: auto;
  }
}

.img-hazure {
  max-width: 100%;
}
.content {
  flex: 1;
  width: 90%;
  margin: 0 auto 20px;
  max-width: 800px;
}
.box-white-content {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 1px 5px #cccccc;
}
.hazure-msg {
  padding: 10px 20px;
  font-size: 14pt;
  text-align: center;
  font-weight: 600;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN','Meiryo','メイリオ','游ゴシック',sans-serif;
  color: #707070;
  margin: 0px 0px 50px;
}
.hazure-msg span {
  font-size: 35px;
}
.hazure_text {
  font-size: 15px;
  font-weight: lighter;
}