@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&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");

.key {
  background: #fbe7f0;
  width: 100%;
  margin-bottom: 0;
  padding: 50px;
  position: relative;
  text-align: center;
}

.key img {
  margin: auto;
  width: 100%;
  max-width: 960px;
  height: auto;
}

.mask__lineup {
  background: #ffffff;
  padding: 60px 0 30px;
}

@media only screen and (min-width: 600px) {
  .mask__lineup {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  .mask__lineup {
    padding: 80px 0 0;
  }
}

.mask__lineup>h2 {
  color: #e9538b;
  font-family: 'Dosis';
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: .1rem;
  margin-bottom: 40px;
}

.mask__lineup>p {
  text-align: center;
  padding: 0px 20px 40px;
}

@media only screen and (min-width: 600px) {
  .mask__lineup>h2 {
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .mask__lineup>h2 {
    font-size: 4.8rem;
  }
}

.mask__lineup__list {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  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;
}

@media only screen and (min-width: 960px) {
  .mask__lineup__list {}
}

.mask__lineup__list__item {
  width: 100%;
  position: relative;
}

.mask__lineup__list__item .box {
  padding-top: 0%;
}



@media only screen and (min-width: 600px) {
  .mask__lineup__list__item {
    width: 48%;
  }
}

@media only screen and (min-width: 750px) {
  .mask__lineup__list__item {
    width: 32%;
  }
}

@media only screen and (min-width: 960px) {
  .mask__lineup__list__item .box {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .mask__lineup__list__item {
    width: 23%;
  }
}

@media only screen and (min-width: 960px) {
  .mask__lineup__list__item {
    margin-bottom: 8%;
  }
}

.mask__lineup__list__item a {
  color: #282828;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  /* background: #fff; */
  margin-bottom: 40px;
  border-radius: 6px;
  padding: 1.6rem 1.6rem 2.4rem;
}

.mask__lineup__list__item a .target {
  width: 90%;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}

.mask__lineup__list__item a .target__child {
  border: 2px solid #c3ebf7;
  border-radius: 100px;
  width: 48%;
}

/* .mask__lineup__list__item a .target__adult {
  border: 2px solid #ffe0e0;
  border-radius: 100px;
  width: 48%;
} */

.mask__lineup__list__item a>img {
  margin: 0 auto 0;
  width: 75%;
  display: block;
}

.mask__lineup__list__item a h3 {
  color: #585653;
  font-size: 1.8rem;
}

.mask__lineup__list__item a p {
  font-weight: 400;
  text-align: left;
  margin-bottom: 1em;
}

.mask__lineup__list__item a .button {
  background: #e2e874;
  background: #e9538b;
  border-radius: 100px;
  color: #fff;
  padding: .6rem;
  display: inline-block;
  width: 80%;
}

.mask h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1025px) {
  .mask h1 {
    font-size: 3.2rem;
  }
}

.mask h2 {
  color: #e9538b;
  font-family: 'Dosis';
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: .1rem;
  margin-bottom: 40px;
}

.mask h2 span {
  display: inline-block;
  padding: 0 2em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .mask h2 span {
    background: none;
    color: #1c3a5c;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .mask h2 span {
    font-size: 2.4rem;
  }
}

.mask h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1025px) {
  .mask h3 {
    font-size: 2.2rem;
  }
}

.mask__cat {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: s;
  -webkit-box-align: s;
  -ms-flex-align: s;
}

@media only screen and (min-width: 600px) {
  .mask__cat::after {
    width: 32%;
    display: block;
    content: "";
  }
}

@media only screen and (min-width: 1025px) {
  .mask__cat {
    display: none;
  }
}

.mask__cat>li {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .mask__cat>li {
    width: 32%;
  }
}

.mask__cat>li>a {
  background: #ffffff;
  border-radius: 3px;
  color: #282828;
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 600px) {
  .mask__cat>li>a {
    font-size: 1.4rem;
  }
}

.mask__cat>li>a:hover {
  background: #80add8;
  color: #ffffff;
}

.mask .is-empty {
  width: 49%;
}

@media only screen and (min-width: 600px) {
  .mask .is-empty {
    width: 32%;
  }
}

@media only screen and (min-width: 1025px) {
  .mask .is-empty {
    width: 23.5%;
  }
}

.mask__series {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  list-style: none;
}

.mask__series__item {
  width: 49%;
  margin-right: 2%;
  padding: 10px;
  border: 3px solid #c4c4c4;
  margin-bottom: 2%;
}

.mask__series__item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  .mask__series__item {
    width: 30%;
  }

  .mask__series__item:nth-child(2n) {
    margin-right: 2%;
  }

  .mask__series__item:nth-child(3n) {
    margin-right: 0;
  }
}

.mask .item {
  margin: 0 auto 0px;
  padding-top: 20px;
  list-style: none;
}

@media only screen and (min-width: 600px) {
  .mask .item {
    margin: 0 auto 60px;
    padding-top: 80px;
  }
}

.mask .item h2 {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .mask .item h2 {
    text-align: left;
  }
}

.mask .item h3 {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 600px) {
  .mask .item h3 {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.mask .item__lead {
  margin-bottom: 2em;
  padding: 0 1.6em;
}

@media only screen and (min-width: 600px) {
  .mask .item__lead {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
  }
}

.mask .item__info {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 600px) {
  .mask .item__info {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 600px) {
  .mask .item__info {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 600px) {
  .mask .item__info {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.mask .item__info h2 {
  color: #585653;
  margin-bottom: 1em;
}

.mask .item__info__img {
  width: 60%;
  margin-right: 4%;
}

@media only screen and (min-width: 600px) {
  .mask .item__info__img {
    width: 30%;
  }
}

.mask .item__info__txt {
  width: 90%;
  font-size: 1.1rem;
}

@media only screen and (min-width: 600px) {
  .mask .item__info__txt {
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .mask .item__info__txt {
    font-size: 1.5rem;
  }
}

.mask .item__info__txt h4 {
  border: 1px solid #000;
  display: inline-block;
  padding: .2em 2.4em;
  margin-bottom: 0.8em;
}

.mask .item__info__txt .keyword {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1.6em;
}

.mask .item__info__txt .keyword>li {
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  display: inline-block;
  padding: .2rem .4rem;
  margin: 0 0.8rem 0.8rem 0;
  font-size: 1.0rem;
}

@media only screen and (min-width: 600px) {
  .mask .item__info__txt .keyword>li {
    font-size: 1.2rem;
    padding: .2rem .8rem;
  }
}

.mask .item__info__txt .keyword p {
  font-weight: 300;
  font-size: 1.1rem;
}

@media only screen and (min-width: 600px) {
  .mask .item__info__txt .keyword p {
    font-size: 1.5rem;
  }
}

.mask .item__info__code {
  background: #457ec4;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0 1em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 1025px) {
  .mask .item__info__code {
    font-size: 1.6rem;
  }
}

.mask .item__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 10px;
  padding-bottom: 30px;
  width: 96%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (min-width: 600px) {
  .mask .item__list {
    margin-bottom: 40px;
    padding: 0px 10px 80px;
  }
}

.mask .item__list__item {
  padding: 10px;
  width: 49%;
  padding: .5em;
  background: #fff;
  border-radius: 10px;
  width: 49%;
  padding: .8rem .8rem .8rem;
  margin-bottom: 2.5%;
  position: relative;
  line-height: 1.2;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .mask .item__list__item {
    background: #fff;
    border-radius: 10px;
    width: 32%;
    padding: 1.6rem 1.6rem 2.4rem;
    margin-bottom: 2.5%;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) {
  .mask .item__list__item {
    width: 23.5%;
  }
}

.mask .item__list__item a {
  text-decoration: none !important;
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .mask .item__list__item a {
    font-size: 1.4rem;
  }
}

.mask .item__list__item a img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 2em;
  width: 100%;
}

.mask .item__list__item a .code-target {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}

.mask .item__list__item a .code-target__code {
  width: 60%;
  text-align: left;
  font-weight: 200;
  font-size: 1.2rem;
  padding: 0.4rem 0;
  font-family: 'Roboto', sans-serif;
  background: #d83436;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

@media only screen and (min-width: 600px) {
  .mask .item__list__item a .code-target__code {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .mask .item__list__item a .code-target__code {
    font-size: 1.5rem;
  }
}

.mask .item__list__item a .code-target__child {
  border: 2px solid #c3ebf7;
  border-radius: 100px;
  width: 30%;
}

.mask .item__list__item a .code-target__adult {
  border: 2px solid #ffe0e0;
  border-radius: 100px;
  width: 30%;
}

.mask .item__list__item a>span {
  display: block;
  text-align: center;
  font-weight: 600;
}

.mask .item__list__item a .button {
  background: #d83436;
  border-radius: 100px;
  color: #fff;
  padding: .6rem;
  display: block;
  width: 80%;
  margin: 20px auto 0;
}

.mask .item__mask {
  background: #fbe7f0;
  padding-top: 40px;
}

.mask .item__cat {
  background: #ffeded;
  border-radius: 20px;
  padding: 2em;
  width: 94%;
  margin: 0 auto;
}

.mask .item__cat__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 600px) {
  .mask .item__cat__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.mask .item__cat__list>li {
  width: 49%;
}

@media only screen and (min-width: 600px) {
  .mask .item__cat__list>li {
    width: 32%;
    margin-right: 2%;
  }

  .mask .item__cat__list>li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .mask .item__cat__list>li {
    width: 23.5%;
  }

  .mask .item__cat__list>li:nth-child(3n) {
    margin-right: 2%;
  }

  .mask .item__cat__list>li:nth-child(4n) {
    margin-right: 0;
  }
}

.mask .item__cat__list>li a {
  background: #fff;
  border-radius: 8px;
  color: #282828;
  padding: 1.6rem 0;
  display: block;
  text-align: center;
  margin-bottom: 5%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.mask .item__cat__list>li a:hover {
  background: #f38093;
  color: #ffffff;
}

.mask__lunch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mask__lunch__item {
  width: 100%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .mask__lunch__item {
    width: 49%;
  }
}

/*# sourceMappingURL=mask.css.map */
