@charset "UTF-8";
@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;
}


body {
  position: relative;
}

.key {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.key h1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .key h1 {
    background: url(../img/key_newlife2025_back.png) left center no-repeat;
    background-size: cover;
    padding: 2vh 0;
  }
  .key h1 img {
    width: 100%;
    max-width: 1200px;
  }
}
.key img {
  margin: auto;
  width: 100%;
  height: auto;
}
.key img.sp {
  display: block;
}
@media only screen and (min-width: 600px) {
  .key img.sp {
    display: none;
  }
}
.key img.pc {
  display: none;
}
@media only screen and (min-width: 600px) {
  .key img.pc {
    display: block;
  }
}
.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;
  }
}

.campaign {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .campaign {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .campaign {
    margin-bottom: 40px;
  }
}
.campaign-key {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 2vw;
}
.campaign img {
  margin: auto;
  width: 94%;
  height: auto;
}
.campaign h2 {
  font-weight: 300;
  text-align: center;
  margin-top: 3vw;
}
.campaign h3 {
  color: #d63838;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 960px) {
  .campaign h3 {
    font-size: 3.2rem;
  }
}
.campaign p.campaign-lead {
  font-weight: 400;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .campaign p.campaign-lead {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .campaign p.campaign-lead {
    font-size: 3.6rem;
  }
}
.campaign .campaign {
  width: 90%;
  margin: 0 auto;
}
.campaign .campaign-days {
  font-weight: 400;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.2em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .campaign .campaign-days {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .campaign .campaign-days {
    font-size: 3.6rem;
  }
}
.campaign .campaign-days br.txt-br {
  display: block;
}
@media only screen and (min-width: 600px) {
  .campaign .campaign-days br.txt-br {
    display: none;
  }
}
.campaign .campaign-days::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4em;
  background: #f9f05d;
  position: relative;
  padding: 0 0.2em;
  transform: translateX(-0.2em) translateY(-110%);
  z-index: -1;
}
.campaign .campaign dl {
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  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;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .campaign .campaign dl {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 960px) {
  .campaign .campaign dl {
    font-size: 1.8rem;
  }
}
.campaign .campaign dl dt {
  border-top: 1px solid #d2d2d2;
  width: 30%;
  padding: 0.5em;
}
.campaign .campaign dl dd {
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  width: 70%;
  padding: 0.5em 1em;
  text-align: left;
}
.campaign__lineup {
  padding: 0 30px;
}
@media only screen and (min-width: 600px) {
  .campaign__lineup {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .campaign__lineup {
    padding: 20px 0 0;
  }
}
.campaign__lineup__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: 96%;
  max-width: 1080px;
  margin: 0 auto;
}
.campaign__lineup__list__item {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 4%;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .campaign__lineup__list__item {
    width: 49%;
    margin-bottom: 2%;
  }
}
.campaign__lineup__list__item a {
  color: #c8a731;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .campaign__lineup__list__item a {
    padding: 2rem 2.4rem;
  }
}
.campaign__lineup__list__item a h3 {
  color: #7CCBD5;
  font-size: 2rem;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .campaign__lineup__list__item a h3 {
    font-size: 2.4rem;
  }
}
.campaign__lineup__list__item a .item-img {
  width: 30%;
}
.campaign__lineup__list__item a .item-txt {
  width: 65%;
  text-align: left;
}
.campaign__lineup__list__item a p {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
}
.campaign__lineup__list__item a .button {
  background: #d83436;
  border-radius: 100px;
  color: #fff;
  padding: 0.6rem;
  display: inline-block;
  width: 80%;
}
.campaign__lineup .notice {
  text-align: center;
}

.kurashi-fair {
  text-align: center;
  padding: 2vw 0 0;
}
.kurashi-fair img {
  width: 94%;
  max-width: 750px;
}
.kurashi-fair-menu {
  position: fixed;
  top: 24%;
  right: 2%;
  z-index: 5000;
}
@media only screen and (min-width: 960px) {
  .kurashi-fair-menu {
    top: 30%;
    right: 2%;
  }
}
.kurashi-fair-menu img {
  width: 100px;
}
@media only screen and (min-width: 960px) {
  .kurashi-fair-menu img {
    width: 180px;
  }
}

.intro {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .intro {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro {
    font-size: 3.4rem;
  }
}

.cat {
  width: 100%;
  padding: 3%;
}
@media only screen and (min-width: 600px) {
  .cat {
    padding: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .cat {
    padding: 80px;
  }
}
.cat .section__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
@media only screen and (min-width: 600px) {
  .cat .section__inner {
    width: 100%;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cat .section__inner {
    padding: 60px 0;
  }
}
.cat h2 {
  border-bottom: none;
  color: #282828;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  letter-spacing: normal;
  padding-top: 0;
  position: relative;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (min-width: 600px) {
  .cat h2 {
    font-size: 3.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .cat h2 {
    font-size: 4.8rem;
  }
}
.cat h2 span {
  display: inline-block;
}
.cat h2 .cat-icon {
  display: block;
  position: absolute;
  top: 0;
}
.cat h2 + p {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .cat h2 + p {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .cat h2 + p {
    font-size: 1.8rem;
  }
}
.cat h2 + p span {
  display: inline-block;
}
.cat h3 {
  padding: 0.4em;
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
}
.cat__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;
  padding: 1.4em;
}
.cat__list > div {
  background: #ffffff;
  border: 1px solid #c0bebe;
  width: 100%;
  margin-bottom: 4%;
}
.cat__list > div:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .cat__list > div {
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .cat__list > div {
    width: 32%;
    margin-bottom: 0;
  }
}
.cat__list > div > ul {
  width: 94%;
  margin: 0 auto;
}
.cat__list > div > ul > li {
  margin-bottom: 2%;
}
.cat__list > div > ul > li:last-child {
  margin-bottom: 0;
}
.cat__list > div > ul > li a {
  display: block;
  border: 3px solid #ffcbcb;
  border-radius: 9px;
  padding: 0.5em;
  transition: 0.3s;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  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;
}
.cat__list > div > ul > li a figure {
  width: 18%;
  margin-right: 2%;
}
.cat__list > div > ul > li a span {
  display: block;
  font-weight: 300;
  width: 78%;
  text-align: center;
  text-indent: -0.5em;
}
.cat__list > div > ul > li a:hover {
  border: 3px solid #f7829b;
}

.pickupchara {
  background: #ffffff;
  width: 100%;
  padding: 3%;
}
@media only screen and (min-width: 600px) {
  .pickupchara {
    padding: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .pickupchara {
    padding: 80px;
  }
}
.pickupchara .section__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
@media only screen and (min-width: 600px) {
  .pickupchara .section__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .pickupchara .section__inner {
    padding: 0 60px;
  }
}
.pickupchara h2 {
  color: #282828;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  letter-spacing: normal;
  padding-top: 0;
  position: relative;
  font-weight: 600;
  line-height: 1.75;
}
@media only screen and (min-width: 600px) {
  .pickupchara h2 {
    font-size: 3.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .pickupchara h2 {
    font-size: 4.8rem;
  }
}
.pickupchara h2 span {
  display: inline-block;
}
.pickupchara h2 .cat-icon {
  display: block;
  position: absolute;
  top: 0;
}
.pickupchara h2 + p {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .pickupchara h2 + p {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .pickupchara h2 + p {
    font-size: 1.8rem;
  }
}
.pickupchara h2 + p span {
  display: inline-block;
}
.pickupchara h3 {
  padding: 0.4em;
  text-align: center;
  margin: 0 auto 1em;
}
.pickupchara__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;
}
.pickupchara__list > li {
  width: 32%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 600px) {
  .pickupchara__list > li {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .pickupchara__list > li {
    width: 23.5%;
  }
}
.pickupchara__list > li:last-child {
  margin-bottom: 0;
}
.pickupchara__list > li a {
  border: 1px solid #c0bebe;
  display: block;
  height: 100%;
  padding: 0.8em;
  text-align: center;
}
.pickupchara__list > li a img {
  border-radius: 9px;
}

section {
  background: #ffffff;
  width: 100%;
  padding: 3%;
}
@media only screen and (min-width: 600px) {
  section {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1200px) {
  section {
    padding: 0 80px;
  }
}
section .section__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 20px;
}
@media only screen and (min-width: 600px) {
  section .section__inner {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  section .section__inner {
    padding: 0 60px;
  }
}
section h2 {
  border-bottom: 1px solid #c0bebe;
  color: #282828;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  letter-spacing: normal;
  padding-top: 20px;
  position: relative;
  font-weight: 200;
  line-height: 1.75;
}
@media only screen and (min-width: 600px) {
  section h2 {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  section h2 {
    padding-top: 80px;
    font-size: 3.6rem;
  }
}
section h2 span {
  display: inline-block;
}
section h2 .cat-icon {
  display: block;
  position: absolute;
  top: 0;
}
section h2 + p {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  section h2 + p {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media only screen and (min-width: 960px) {
  section h2 + p {
    font-size: 1.8rem;
  }
}
section h2 + p span {
  display: inline-block;
}
section h3 {
  padding: 0.4em;
  text-align: center;
  width: 16em;
  margin: 0 auto 1em;
}
section .topics {
  width: 94%;
  max-width: 860px;
  margin: 0 auto 30px;
  position: relative;
}
section .topics__icon {
  color: #ffffff;
  font-weight: 600;
  top: -1.6rem;
  border-radius: 500px;
  position: absolute;
  padding: 0.4rem 1.8rem;
}
section .topics__lunch {
  border: 3px solid #fab05c;
  border-radius: 8px;
  padding: 2.2rem 1.6rem 1.6rem;
}
section .topics__lunch__icon {
  background: #fab05c;
}
section .topics__lunch .topics__cont {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  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: 960px) {
  section .topics__lunch .topics__cont {
    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: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
section .topics__lunch .topics__cont .topics__txt {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  section .topics__lunch .topics__cont .topics__txt {
    margin-bottom: 0;
    width: 50%;
  }
}
section .topics__lunch .topics__cont .topics__graph {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  section .topics__lunch .topics__cont .topics__graph {
    width: 45%;
  }
}
section .topics__bottle {
  border: 3px solid #adde59;
  border-radius: 8px;
  padding: 2.2rem 1.6rem 1.6rem;
  max-width: 750px;
}
section .topics__bottle__icon {
  background: #adde59;
}
section .topics__bottle .topics__cont {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  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;
}
section .topics__bottle .topics__cont .topics__graph {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  section .topics__bottle .topics__cont .topics__graph {
    width: 75%;
  }
}
section .topics__rain {
  border: 3px solid #65afeb;
  border-radius: 8px;
  padding: 2.2rem 1.6rem 1.6rem;
}
section .topics__rain__icon {
  background: #65afeb;
}
section__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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  section__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: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 600px) {
  section__list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  section__list {
    margin-bottom: 80px;
  }
}
section__list > li {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 2%;
  width: 49%;
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  section__list > li {
    width: 45%;
  }
}
@media only screen and (min-width: 960px) {
  section__list > li {
    width: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  section__list > li {
    width: 23.5%;
  }
}
section__list > li > a {
  transition: 0.3s;
}
section__list > li > a span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 0.6em;
}
section__list > li:hover {
  background: #78c0c4;
  transition: 0.3s;
}
section__list > li:hover a {
  color: #ffffff;
}
section__list2 {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  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: 40px;
}
@media only screen and (min-width: 600px) {
  section__list2 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 960px) {
  section__list2 {
    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: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
section__list2__item {
  width: 49%;
  margin: 0 2% 2% 0;
}
section__list2__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  section__list2__item {
    width: 45%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 960px) {
  section__list2__item {
    width: 32%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2%;
  }
}
section__list2__item .item-name {
  font-size: 1.2rem;
}
section__list2__item .item-price {
  font-size: 2rem;
  font-family: "Pangolin";
  font-weight: 900;
}
section__list2__item .item-price span {
  font-size: 1.2rem;
}
section__list2__item img {
  margin-bottom: 0.5em;
}
section__list3 {
  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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
section__list3__item {
  width: 100%;
  margin: 0 0 4% 0;
}
@media only screen and (min-width: 600px) {
  section__list3__item {
    width: 49%;
    margin-bottom: 2%;
  }
}
section__list3__item .item-name {
  font-size: 1.2rem;
}
section__list3__item .item-price {
  font-size: 2rem;
  font-family: "Pangolin";
  font-weight: 900;
}
section__list3__item .item-price span {
  font-size: 1.2rem;
}
section__list3__item img {
  margin-bottom: 0.5em;
}

.item__lineup {
  margin-bottom: 50px;
  padding: 60px 0 30px;
}
@media only screen and (min-width: 600px) {
  .item__lineup {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .item__lineup {
    padding: 80px 0 0;
  }
}
.item__lineup > h2 {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  line-height: 1.75;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  font-size: 5rem;
}
@media only screen and (min-width: 600px) {
  .item__lineup > h2 {
    font-size: 6.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .item__lineup > h2 {
    font-size: 7.4rem;
  }
}
.item__lineup__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: 96%;
  max-width: 1400px;
  margin: 0 auto;
}
.item__lineup__list__item {
  border: 1px solid #fff;
  background: #fff;
  width: 100%;
  margin-bottom: 4%;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .item__lineup__list__item {
    width: 48%;
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  .item__lineup__list__item {
    margin-bottom: 2%;
  }
}
.item__lineup__list__item a {
  color: #282828;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .item__lineup__list__item a {
    padding: 2rem 2.4rem;
  }
}
.item__lineup__list__item a h3 {
  color: #2274cc;
  font-size: 1.8rem;
  text-align: left;
}
.item__lineup__list__item a .item-img {
  width: 30%;
}
.item__lineup__list__item a .item-txt {
  width: 65%;
  text-align: left;
}
.item__lineup__list__item a p {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
}
.item__lineup__list__item a .button {
  background: #d83436;
  border-radius: 100px;
  color: #fff;
  padding: 0.6rem;
  display: inline-block;
  width: 80%;
}
.item__lineup__list__item:hover {
  border: 1px solid #2274cc;
  transition: 0.3s;
}
.item__lineup__list.chara > li {
  background: none;
}
.item h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .item h1 {
    font-size: 3.2rem;
  }
}
.item h2 {
  text-align: center;
  font-weight: 400;
  text-align: center;
}
.item h3 {
  text-align: center;
  margin-bottom: 1em;
}
.item .is-empty {
  width: 49%;
}
@media only screen and (min-width: 600px) {
  .item .is-empty {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .item .is-empty {
    width: 23.5%;
  }
}

.banner__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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 96%;
  max-width: 1080px;
  margin: 0 auto 50px;
}
.banner__list__item {
  width: 100%;
}
.banner__list__item:first-child {
  margin-bottom: 4%;
}
@media only screen and (min-width: 600px) {
  .banner__list__item {
    width: 48%;
    margin-bottom: 0;
  }
}

.selection-notice {
  border: 1px solid #ea6d6d;
  border-radius: 6px;
  color: #ea6d6d;
  padding: 0.8em;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */