@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Pangolin&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");
* {
  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;
}


.key {
  background: url("../img/key_bg.gif") left top repeat;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.key .cat {
  position: absolute;
  width: 75px;
  animation: pikopiko 1s steps(2, start) infinite;
}
@media only screen and (min-width: 600px) {
  .key .cat {
    width: 95px;
  }
}
@media only screen and (min-width: 960px) {
  .key .cat {
    width: 165px;
  }
}
.key .cat_02 {
  top: 0;
  left: 8%;
}
.key .cat_01 {
  bottom: 0;
  left: 4%;
}
.key .cat_03 {
  top: 2%;
  right: 5%;
}
.key .cat_04 {
  top: 36%;
  left: 0;
}
.key .cat_05 {
  top: 44%;
  right: 0;
}
.key .cat_06 {
  bottom: 0;
  right: 6%;
}
@media only screen and (min-width: 600px) {
  .key .cat_02 {
    top: 0;
    left: 8%;
  }
  .key .cat_01 {
    bottom: 0;
    left: 4%;
  }
  .key .cat_03 {
    top: 2%;
    right: 5%;
  }
  .key .cat_04 {
    top: 36%;
    left: 0;
  }
  .key .cat_05 {
    top: 44%;
    right: 0;
  }
  .key .cat_06 {
    bottom: 0;
    right: 6%;
  }
}
@media only screen and (min-width: 960px) {
  .key .cat_02 {
    top: 0;
    left: -5%;
  }
  .key .cat_01 {
    bottom: 0;
    left: -10%;
  }
  .key .cat_03 {
    top: 2%;
    right: -10%;
  }
  .key .cat_04 {
    top: 38%;
    left: -17%;
  }
  .key .cat_05 {
    top: 44%;
    right: -18%;
  }
  .key .cat_06 {
    bottom: -2%;
    right: -14%;
  }
}
@media only screen and (min-width: 1200px) {
  .key .cat_02 {
    top: 0;
    left: -25%;
  }
  .key .cat_01 {
    bottom: 0;
    left: -24%;
  }
  .key .cat_03 {
    top: 2%;
    right: -20%;
  }
  .key .cat_04 {
    top: 38%;
    left: -30%;
  }
  .key .cat_05 {
    top: 44%;
    right: -30%;
  }
  .key .cat_06 {
    bottom: -2%;
    right: -24%;
  }
}
@keyframes pikopiko {
  0% {
    transform: rotate(20deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.key h1 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.key img {
  margin: auto;
  width: 100%;
  max-width: 60%;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .key img {
    max-width: 90%;
  }
}
.key p {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 600px) {
  .key p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .key p {
    font-size: 4rem;
  }
}
.key p br.txt-br {
  display: block;
}
@media only screen and (min-width: 600px) {
  .key p br.txt-br {
    display: none;
  }
}

.intro {
  margin: 0 auto;
}
.intro__campaign {
  background: #4CB76E;
  padding: 20px;
}
.intro__campaign a {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.intro__campaign h1 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .intro__campaign h1 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 600px) {
  .intro__campaign h1 {
    font-size: 4.2rem;
  }
}
.intro__campaign p {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.intro__campaign p br {
  display: none;
}
@media only screen and (min-width: 600px) {
  .intro__campaign p {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro__campaign p {
    font-size: 1.6rem;
    text-align: center;
  }
  .intro__campaign p br {
    display: block;
  }
}
.intro__campaign2 {
  background: #F298C0;
  padding: 20px 0 0;
  text-align: center;
}
.intro__campaign2 img {
  width: 94%;
  max-width: 960px;
}
.intro__lead {
  background: #d8e58d;
  padding: 40px 0 80px;
}
.intro__lead p {
  color: #ffffff;
  margin-bottom: 1em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 600px) {
  .intro__lead p {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro__lead p {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width: 600px) {
  .intro__lead p {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro__lead p {
    font-size: 3.6rem;
    text-align: center;
  }
  .intro__lead p br {
    display: block;
  }
}
.intro__profile {
  background: #faefbd;
  padding: 80px 0 60px;
  position: relative;
  text-align: center;
}
.intro__profile .instagram__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40%;
  max-width: 300px;
}
.intro__profile .instagram__btn {
  position: absolute;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-110%) translateX(80px);
  width: 30%;
  max-width: 300px;
}

.item_01 {
  background: #fdc7c7;
  text-align: center;
}
.item_01__main {
  padding: 40px 0 60px;
}
.item_01__other {
  background: #fddada;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 600px) {
  .item_01__other {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .item_01__other {
    padding: 80px 0 60px;
  }
}
.item_01__other__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40%;
  max-width: 400px;
}
.item_01__other__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .item_01__other__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
}
.item_01__other__list__item {
  width: 49%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 960px) {
  .item_01__other__list__item {
    width: 32%;
  }
}
.item_01__other__list__item:first-child {
  background: url("../img/item_01-other_bg.jpg") center center no-repeat;
  background-size: contain;
}

.item_02 {
  background: #cee090;
  text-align: center;
}
.item_02__main {
  padding: 40px 0;
}

.item_03 {
  background: #f8ccaa;
  text-align: center;
}
.item_03__main {
  padding: 40px 0 60px;
}
.item_03__other {
  background: #f7e2d1;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 600px) {
  .item_03__other {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 960px) {
  .item_03__other {
    padding: 80px 0 60px;
  }
}
.item_03__other__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40%;
  max-width: 400px;
}
.item_03__other__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .item_03__other__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
}
.item_03__other__list__item {
  width: 49%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 960px) {
  .item_03__other__list__item {
    width: 32%;
  }
}/*# sourceMappingURL=style.css.map */