@charset "UTF-8";
/* --------------------
		設定
-------------------- */
:root {
  --c-txt: #555;
}

@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
/* --------------------
		reset
-------------------- */
.container {
  width: auto !important;
}

.block-event-page {
  width: 100% !important;
  padding: 0 !important;
}

.block-event-page--header-img {
  display: none;
}

.block-event-page--comment-bot {
  padding: 0 !important;
  background-color: transparent;
}

.block-footer-download {
  display: none !important;
}

.block-event-page--goods {
  padding: 0;
  width: 1200px !important;
  margin: 0 auto !important;
}

/* レーベルのコンテンツ（パンくずリストを入れる場合）*/
.block-event-page--comment {
  display: none !important;
}

.block-top-bnr-obi {
  display: none !important;
}

.block-topic-path {
  padding: 10px 10px;
}
@media screen and (min-width: 1000px) {
  .block-topic-path {
    padding: 0;
  }
}

.block-topic-path--list {
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .block-topic-path--list {
    padding: 0 0 20px 20px;
  }
}

/* --------------------
		common
-------------------- */
article {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}

article img {
  width: 100%;
}

article .mv {
  position: relative;
}

article .lead {
  background-color: #f4f4f4;
  font-size: 17px;
  line-height: 2em;
  margin: 50px 0;
  padding: 65px 140px;
}

article img {
  width: 100%;
  height: auto;
}

.lead br {
  line-height: 1.5;
}

/* --------------------
		list
-------------------- */
.list {
  display: flex;
  align-items: center;
  width: 660px;
  margin: 60px auto;
}

.list li {
  background-color: #5ae07e;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}

.list li:not(:last-child) {
  margin-right: 20px;
}

.list li:last-child {
  position: relative;
}

/*
.list li:last-child::after{
	display: block;
	content: "※";
	position: absolute;
	font-size: 4vw;
	color: #D7B61B;
top: 28vw;
right: 0vw;
}
*/
/* --------------------
		features
-------------------- */
.features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.feature-item {
  display: flex;
}

.feature-item {
  width: 545px;
  padding: 25px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
}

.feature-item:nth-child(odd) {
  margin-right: 30px;
}

.feature-item:nth-child(n+3) {
  margin-top: 30px;
}

.feature-item img {
  width: 167px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-txt {
  margin-left: 30px;
}

.feature-txt h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.feature-txt h3 span {
  display: block;
  margin-top: -10px;
  font-size: 13px;
}

.feature-item p {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
/*# sourceMappingURL=260403_ekal_dry-out_style.css.map */