@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.4/css/all.css");
.mail-campaign * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/*Text*/
.txt_br {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*Button*/
.go__sale_cat {
  background: #ff3d6e;
  /*border: 3px solid #7f001b;*/
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}

.go__sale_cat:hover {
  background: #ff3d6e;
}

/******  Header  *****/
/* header {
  width: 100%;
  height: 80px;
  position: relative;
}

header h1 {
  height: 60px;
  position: relative;
}

header h1 img {
  max-height: 50px;
} */

/******  Search *****/
.itemsearch {
  background: #fff;
  /*#BBBBBB;*/
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#searchword {
  width: 100%;
  margin: 0 auto;
  background: #DCDCDC;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: none;
}

#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: none;
  font-family: "ionicons";
  font-size: 1.8rem;
}

/*Footer*/
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}

#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}

#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}

.move__pagetop {
  color: #fff;
  font-family: "Ionicons", serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}

.move__pagetop a {
  color: #fff;
  display: block;
}

#main {
  display: block;
  position: relative;
  padding-bottom: 100px;
}


.mail-campaign {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
}
.mail-campaign .txt-br-pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .mail-campaign .txt-br-pc {
    display: block;
  }
}
.mail-campaign span.txt-imp {
  position: relative;
}
.mail-campaign span.txt-imp::after {
  background: rgba(255, 196, 0, 0.7);
  content: "";
  display: inline-block;
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.mail-campaign span.txt-red {
  color: #ff0000;
}
.mail-campaign h1 {
  padding: 1em 0;
}
@media only screen and (min-width: 960px) {
  .mail-campaign h1 {
    text-align: center;
  }
}
.mail-campaign h1 img {
  width: 100%;
  max-width: 750px;
}
.mail-campaign h2 {
  color: #282828;
  margin: 2em 0 0.5em;
  padding: 0;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (min-width: 960px) {
  .mail-campaign h2 {
    text-align: center;
  }
}
.mail-campaign h2 span {
  display: block;
}
.mail-campaign h3 {
  margin: 2em 0 0.5em;
  padding: 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 960px) {
  .mail-campaign h3 {
    text-align: center;
  }
}
.mail-campaign h3 span {
  display: block;
}
.mail-campaign p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 600px) {
  .mail-campaign p {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 960px) {
  .mail-campaign p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .mail-campaign p {
    text-align: center;
  }
}
.mail-campaign__present img {
  border-radius: 30px;
  width: auto;
  max-height: 480px;
}
.mail-campaign .notice-box {
  background: #f4f4f4;
  border-radius: 12px;
  margin-top: 50px;
  padding: 3rem;
}
.mail-campaign .notice-box ul {
  list-style: outside circle;
  margin-left: 1.5em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 600px) {
  .mail-campaign .notice-box ul {
    font-size: 1.4rem;
  }
}
.mail-campaign .mail-entry {
  margin: 40px auto;
  text-align: center;
}
.mail-campaign .mail-entry a {
  background: #ff7575;
  border-radius: 500px;
  color: #ffffff;
  padding: 1.2rem 4rem;
  display: block;
  font-size: 1.8rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 960px) {
  .mail-campaign .mail-entry a {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */