@charset "UTF-8";
/*
Theme Name : Ezlogi
Description : Ezlogi LP Style
Version : 1.0.0
*/
/**
 * フロントページ用スタイル定義.
 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  color: #000000;
  font-weight: 400;
}
body h1 {
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  body h1 {
    font-size: 24px;
  }
}
body h2 {
  width: 1240px;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
  font-size: 46px;
}
@media screen and (max-width: 1080px) {
  body h2 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  body h2 {
    font-size: 32px;
  }
}
body h2 .h2-org {
  color: #fa8763;
  font-weight: 900;
}
body h3 {
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  body h3 {
    font-size: 24px;
  }
}
body p {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
body p .p-border {
  background: linear-gradient(transparent 50%, #ffec9b 50%);
}
body p .p-big {
  font-size: 32px;
}
body a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}
body ul {
  list-style-position: inside;
  list-style-type: none;
}
body ol {
  list-style-position: inside;
  list-style-type: none;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}
body .contact-btn {
  width: 400px;
  height: 60px;
  margin: 0 auto;
  background-color: #fa8763;
  border-radius: 30px;
  box-shadow: 0 4px #b3b3b3;
  transition: 0.4s;
  position: relative;
}
@media screen and (max-width: 1080px) {
  body .contact-btn {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  body .contact-btn {
    width: 90%;
  }
}
body .contact-btn:hover {
  box-shadow: 0 0 #b3b3b3;
  transform: translateY(4px);
}
body .contact-btn:before {
  content: "▶︎";
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  pointer-events: none;
}
body .contact-btn a {
  font-size: 26px;
  font-weight: 700;
  padding: 10px 0;
}
body .pc-only {
  display: inline-block;
}
@media screen and (max-width: 450px) {
  body .pc-only {
    display: none;
  }
}
body .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

header {
  background-color: #fa8763;
  height: 80px;
  position: relative;
}
header .header-logo {
  width: 250px;
  padding: 10px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 0 20px 0;
}
@media screen and (max-width: 1080px) {
  header .header-logo {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px;
  }
}
@media screen and (max-width: 450px) {
  header .header-logo {
    width: 50%;
    padding: 5px;
  }
}
header .nav-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  display: none;
}
@media screen and (max-width: 1240px) {
  header .nav-btn {
    display: block;
  }
}
header .nav-btn .open-btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
header .nav-btn .open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 50%;
}
header .nav-btn .open-btn span:nth-child(1) {
  top: 18px;
}
header .nav-btn .open-btn span:nth-child(2) {
  top: 28px;
}
header .nav-btn .open-btn span:nth-child(3) {
  top: 38px;
}
header .nav-btn .btn-active {
  z-index: 9999;
}
header .nav-btn .btn-active span:nth-child(1) {
  top: 22px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
header .nav-btn .btn-active span:nth-child(2) {
  opacity: 0;
}
header .nav-btn .btn-active span:nth-child(3) {
  top: 34px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
header .nav-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
}
@media screen and (max-width: 1240px) {
  header .nav-list {
    display: none;
  }
}
header .nav-list ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
header .nav-list ul li a {
  font-weight: 900;
}
header .nav-list ul li:nth-last-child(1) {
  background-color: #000000;
  margin: 0;
  border-radius: 20px;
}
header .nav-list ul li:nth-last-child(1) a {
  padding: 10px 30px;
}
header .panel-active {
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fa8763;
}
@media screen and (max-width: 1240px) {
  header .panel-active {
    display: block;
  }
}
header .panel-active ul {
  display: block;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .panel-active ul li {
  margin-bottom: 20px;
}

.firstview-content {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .firstview-content {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .firstview-content {
    padding: 60px 0 100px;
  }
}
.firstview-content .firstview-txt {
  width: 700px;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-txt {
    width: 100%;
  }
}
.firstview-content .firstview-txt h1 {
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-txt h1 {
    text-align: center;
  }
}
.firstview-content .firstview-txt h2 {
  text-align: left;
  margin: 10px auto 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #fa8763;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-txt h2 {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .firstview-content .firstview-txt h2 {
    font-size: 30px;
  }
}
.firstview-content .firstview-txt p {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-txt p {
    text-align: center;
  }
}
.firstview-content .firstview-vd {
  position: absolute;
  top: 100px;
  right: 0;
  width: 500px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-vd {
    position: static;
    width: 80%;
    margin: 60px auto;
  }
}
.firstview-content .firstview-box {
  width: 700px;
  margin-top: 60px;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-box {
    width: 100%;
  }
}
.firstview-content .firstview-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-box ul {
    text-align: center;
  }
}
.firstview-content .firstview-box ul li {
  width: 200px;
  height: 120px;
  padding: 20px 4px;
  border-radius: 20px;
  background-color: #ffe3db;
  position: relative;
}
.firstview-content .firstview-box ul li:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 30px;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #020202;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.firstview-content .firstview-box ul li:nth-child(1):before {
  content: "毎日の発送設定";
}
.firstview-content .firstview-box ul li:nth-child(2):before {
  content: "自分でやるより安い！";
}
.firstview-content .firstview-box ul li:nth-child(3):before {
  content: "システム操作";
}
@media screen and (max-width: 1080px) {
  .firstview-content .firstview-box ul li {
    margin-bottom: 40px;
  }
}
.firstview-content .firstview-box ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fa8763;
  font-size: 20px;
  font-weight: 900;
}
.firstview-content .firstview-box .contact-btn {
  margin-top: 40px;
}

.about-content {
  background-color: #ffe3db;
  padding: 80px 0;
}
.about-content .about-box {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .about-content .about-box {
    width: 90%;
    display: block;
  }
}
.about-content .about-box .about-txt {
  width: 600px;
}
@media screen and (max-width: 1080px) {
  .about-content .about-box .about-txt {
    width: 100%;
  }
}
.about-content .about-box .about-txt p {
  margin-bottom: 40px;
}
.about-content .about-box .about-vd {
  width: 600px;
}
@media screen and (max-width: 1080px) {
  .about-content .about-box .about-vd {
    width: 80%;
    margin-left: auto;
  }
}

.recommend-content {
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .recommend-content h2 {
    width: 90%;
  }
}
.recommend-content ul {
  width: 1240px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .recommend-content ul {
    width: 100%;
    display: block;
  }
}
.recommend-content ul li {
  position: relative;
  width: 400px;
  height: 350px;
  background-color: #ffe3db;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li {
    width: 80%;
    height: 250px;
    margin-bottom: 60px;
  }
}
.recommend-content ul li:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:after {
    width: 180px;
    height: 180px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 450px) {
  .recommend-content ul li:after {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(1) {
    margin-right: auto;
    border-radius: 0 30px 30px 0;
  }
}
.recommend-content ul li:nth-child(1):after {
  background-image: url(./images/recommend_1.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(1):after {
    left: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(2) {
    margin-left: auto;
    border-radius: 30px 0 0 30px;
    background-color: #ffec9b;
  }
}
.recommend-content ul li:nth-child(2):after {
  background-image: url(./images/recommend_2.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(2):after {
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(3) {
    margin-right: auto;
    border-radius: 0 30px 30px 0;
  }
}
.recommend-content ul li:nth-child(3):after {
  background-image: url(./images/recommend_3.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(3):after {
    left: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(4) {
    margin-left: auto;
    border-radius: 30px 0 0 30px;
    background-color: #ffec9b;
  }
}
.recommend-content ul li:nth-child(4):after {
  background-image: url(./images/recommend_4.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(4):after {
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(5) {
    margin-right: auto;
    border-radius: 0 30px 30px 0;
  }
}
.recommend-content ul li:nth-child(5):after {
  background-image: url(./images/recommend_5.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(5):after {
    left: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(6) {
    margin-left: auto;
    border-radius: 30px 0 0 30px;
    background-color: #ffec9b;
  }
}
.recommend-content ul li:nth-child(6):after {
  background-image: url(./images/recommend_6.png);
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li:nth-child(6):after {
    left: 0;
  }
}
.recommend-content ul li h3 {
  padding: 20px 10px 0;
  color: #fa8763;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li h3 {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 450px) {
  .recommend-content ul li h3 {
    padding: 30px 20px 0;
  }
}
.recommend-content ul li p {
  padding: 215px 10px 0;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .recommend-content ul li p {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 450px) {
  .recommend-content ul li p {
    padding: 20px 20px 0;
  }
}

.flow-content {
  background-color: #f3f4ee;
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .flow-content h2 {
    width: 90%;
  }
}
.flow-content ul {
  width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .flow-content ul {
    display: block;
    width: 90%;
  }
}
.flow-content ul li {
  position: relative;
  width: 310px;
  height: 400px;
}
@media screen and (max-width: 1080px) {
  .flow-content ul li {
    width: 50%;
    height: 300px;
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .flow-content ul li {
    height: 215px;
  }
}
.flow-content ul li:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 310px;
  height: 300px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 1080px) {
  .flow-content ul li:after {
    width: 210px;
    background-size: contain;
    left: -100%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 450px) {
  .flow-content ul li:after {
    width: 150px;
    height: 215px;
  }
}
.flow-content ul li:nth-child(1):after {
  background-image: url(./images/flow_1.png);
}
@media screen and (max-width: 1080px) {
  .flow-content ul li:nth-child(1):after {
    background-image: url(./images/spflow_1.png);
  }
}
.flow-content ul li:nth-child(2):after {
  background-image: url(./images/flow_2.png);
}
@media screen and (max-width: 1080px) {
  .flow-content ul li:nth-child(2):after {
    background-image: url(./images/spflow_2.png);
  }
}
.flow-content ul li:nth-child(3):after {
  background-image: url(./images/flow_3.png);
}
@media screen and (max-width: 1080px) {
  .flow-content ul li:nth-child(3):after {
    background-image: url(./images/spflow_3.png);
  }
}
.flow-content ul li:nth-child(4):after {
  background-image: url(./images/flow_4.png);
}
@media screen and (max-width: 1080px) {
  .flow-content ul li:nth-child(4):after {
    background-image: url(./images/spflow_4.png);
  }
}
.flow-content ul li h3 {
  margin: 300px 0 10px 0;
}
@media screen and (max-width: 1080px) {
  .flow-content ul li h3 {
    margin: 0 0 10px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 450px) {
  .flow-content ul li h3 {
    padding-top: 40px;
  }
}

.price-content {
  background-color: #ffec9b;
  padding: 100px 0;
}
.price-content ul {
  width: 1240px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .price-content ul {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .price-content ul {
    margin: 0 auto 0;
  }
}
.price-content ul li {
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 450px) {
  .price-content ul li {
    margin-bottom: 40px;
  }
}
.price-content ul li p {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding-top: 205px;
}
@media screen and (max-width: 1080px) {
  .price-content ul li p {
    font-size: 20px;
    padding-top: 140px;
  }
}
.price-content ul li:after {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 180px;
  height: 180px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 1080px) {
  .price-content ul li:after {
    width: 120px;
    height: 120px;
  }
}
.price-content ul li:nth-child(1) {
  background-color: #ffa184;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 1080px) {
  .price-content ul li:nth-child(1) {
    width: 200px;
    height: 200px;
  }
}
.price-content ul li:nth-child(1):after {
  background-image: url(./images/price_1.png);
}
.price-content ul li:nth-child(2) {
  background-color: #fa8763;
  width: 320px;
  height: 320px;
}
@media screen and (max-width: 1080px) {
  .price-content ul li:nth-child(2) {
    width: 200px;
    height: 200px;
  }
}
.price-content ul li:nth-child(2):after {
  background-image: url(./images/price_2.png);
}
.price-content ul li:nth-child(2) p {
  padding-top: 220px;
}
@media screen and (max-width: 1080px) {
  .price-content ul li:nth-child(2) p {
    padding-top: 140px;
  }
}
.price-content ul li:nth-child(3) {
  background-color: #ffd6c9;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 1080px) {
  .price-content ul li:nth-child(3) {
    width: 200px;
    height: 200px;
  }
}
.price-content ul li:nth-child(3):after {
  background-image: url(./images/price_3.png);
}
.price-content h3 {
  width: 1240px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  color: #fa8763;
}
@media screen and (max-width: 1080px) {
  .price-content h3 {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .price-content h3 {
    font-size: 32px;
  }
}
.price-content .price-txt {
  width: 1240px;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .price-content .price-txt {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .price-content .price-txt {
    font-size: 24px;
  }
}

.system-content {
  padding: 100px 0;
}
@media screen and (max-width: 1080px) {
  .system-content h2 {
    width: 90%;
  }
}
.system-content ul {
  width: 1240px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .system-content ul {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .system-content ul {
    justify-content: center;
  }
}
.system-content ul li {
  width: 200px;
}
@media screen and (max-width: 450px) {
  .system-content ul li {
    margin-bottom: 40px;
  }
}
.system-content h3 {
  width: 1240px;
  margin: 0 auto 10px;
  text-align: center;
  color: #fa8763;
}
@media screen and (max-width: 1080px) {
  .system-content h3 {
    width: 90%;
  }
}

.contact-content {
  background-image: url(./images/contact_1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.contact-content h2 {
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .contact-content h2 {
    width: 90%;
  }
}

footer {
  background-color: #fa8763;
  padding: 40px 0;
}
footer a {
  color: #000000;
  text-decoration: underline;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
footer ul li {
  position: relative;
  padding: 0 10px;
}
footer ul li:nth-child(1) {
  border-right: 2px solid #000000;
}
footer .copyright {
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */