@charset "UTF-8";
/* 共通の要素--------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

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

*:focus {
  outline: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
}

.br-l {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br-l {
    display: block;
  }
}

.br-l-hide {
  display: block;
}

@media screen and (max-width: 1024px) {
  .br-l-hide {
    display: none;
  }
}

.br-m {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-m {
    display: block;
  }
}

.br-m-hide {
  display: block;
}

@media screen and (max-width: 768px) {
  .br-m-hide {
    display: none;
  }
}

.br-s {
  display: none;
}

@media screen and (max-width: 520px) {
  .br-s {
    display: block;
  }
}

.br-s-hide {
  display: block;
}

@media screen and (max-width: 520px) {
  .br-s-hide {
    display: none;
  }
}

.wrap {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
}

/*ヘッダー*/
.header {
  padding: 15px 20px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.header__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: auto;
}

.header__icon {
  max-width: 130px;
}

@media screen and (max-width: 768px) {
  .header__icon {
    display: none;
  }
}

.header__icon--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__icon--sp {
    display: block;
    max-width: 26vw;
  }
}

.hero {
  background-image: url(../images/fv_bg.jpg);
  background-size: contain 50%;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1070px;
  background-repeat: repeat-y;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1441px) {
  .hero {
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    display: none;
  }
}

.hero__item {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  display: none;
}

.hero__item--01 {
  width: 243px;
  height: 243px;
  top: -28px;
  -webkit-transform: translateX(-650px);
          transform: translateX(-650px);
  z-index: 2;
}

.hero__item--02 {
  width: 238px;
  height: 238px;
  top: -46px;
  -webkit-transform: translateX(-460px);
          transform: translateX(-460px);
  z-index: 3;
}

.hero__item--03 {
  width: 280px;
  height: 280px;
  top: -75px;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  z-index: 2;
}

.hero__item--04 {
  width: 221px;
  height: 221px;
  top: -45px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: 3;
}

.hero__item--05 {
  width: 246px;
  height: 246px;
  top: -70px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  z-index: 2;
}

.hero__item--06 {
  width: 255px;
  height: 255px;
  top: -65px;
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
  z-index: 3;
}

.hero__item--07 {
  width: 220px;
  height: 220px;
  top: -40px;
  -webkit-transform: translateX(480px);
          transform: translateX(480px);
  z-index: 2;
}

.hero__item--08 {
  width: 259px;
  height: 259px;
  top: -60px;
  -webkit-transform: translateX(670px);
          transform: translateX(670px);
  z-index: 1;
}

.hero__item--09 {
  width: 220px;
  height: 220px;
  bottom: 50px;
  -webkit-transform: translateX(-716px);
          transform: translateX(-716px);
  z-index: 2;
}

.hero__item--10 {
  width: 276px;
  height: 276px;
  bottom: -70px;
  -webkit-transform: translateX(-570px);
          transform: translateX(-570px);
  z-index: 1;
}

.hero__item--11 {
  width: 220px;
  height: 220px;
  bottom: -20px;
  -webkit-transform: translateX(-390px);
          transform: translateX(-390px);
  z-index: 2;
}

.hero__item--12 {
  width: 260px;
  height: 260px;
  bottom: -70px;
  -webkit-transform: translateX(-230px);
          transform: translateX(-230px);
  z-index: 3;
}

.hero__item--13 {
  width: 217px;
  height: 217px;
  bottom: -45px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  z-index: 4;
}

.hero__item--14 {
  width: 262px;
  height: 262px;
  bottom: -60px;
  -webkit-transform: translateX(170px);
          transform: translateX(170px);
  z-index: 3;
}

.hero__item--15 {
  width: 220px;
  height: 220px;
  bottom: -30px;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  z-index: 4;
}

.hero__item--16 {
  width: 275px;
  height: 275px;
  bottom: -60px;
  -webkit-transform: translateX(520px);
          transform: translateX(520px);
  z-index: 3;
}

.hero__item--17 {
  width: 255px;
  height: 255px;
  bottom: 15px;
  -webkit-transform: translateX(710px);
          transform: translateX(710px);
  z-index: 4;
}

.hero__illust {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
  max-width: 1458px;
}

.hero__img {
  max-width: 1260px;
  margin: auto;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .hero__img {
    display: none;
  }
}

.hero__show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.hero-sp {
  background-image: url(../images/hero-sp-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 221vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 768px) {
  .hero-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-sp__img {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero-sp__img {
    display: block;
    position: relative;
    z-index: 5;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .hero-sp__img.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
}

.hero-sp__item {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-sp__item.show {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hero-sp__item--1 {
  width: 36vw;
  height: 36vw;
  top: 0;
  -webkit-transform: translateX(-386px);
          transform: translateX(-386px);
}

@media screen and (max-width: 520px) {
  .hero-sp__item--1 {
    -webkit-transform: translateX(-193px);
            transform: translateX(-193px);
  }
}

.hero-sp__item--2 {
  width: 34.4vw;
  height: 34.4vw;
  top: -30px;
  -webkit-transform: translateX(-170px);
          transform: translateX(-170px);
  z-index: 2;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--2 {
    -webkit-transform: translateX(-85px);
            transform: translateX(-85px);
  }
}

.hero-sp__item--3 {
  width: 30.6vw;
  height: 30.6vw;
  top: -10px;
}

.hero-sp__item--4 {
  width: 37.8vw;
  height: 37.8vw;
  top: -35px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  z-index: 2;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--4 {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.hero-sp__item--5 {
  width: 36vw;
  height: 36vw;
  top: -10px;
  -webkit-transform: translateX(440px);
          transform: translateX(440px);
  z-index: 2;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--5 {
    -webkit-transform: translateX(220px);
            transform: translateX(220px);
  }
}

.hero-sp__item--6 {
  width: 34.4vw;
  height: 34.4vw;
  bottom: 0;
  -webkit-transform: translateX(-360px);
          transform: translateX(-360px);
  z-index: 3;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--6 {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
  }
}

.hero-sp__item--7 {
  width: 34.4vw;
  height: 34.4vw;
  bottom: -15px;
  -webkit-transform: translateX(-206px);
          transform: translateX(-206px);
  z-index: 4;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--7 {
    -webkit-transform: translateX(-103px);
            transform: translateX(-103px);
  }
}

.hero-sp__item--8 {
  width: 29.6vw;
  height: 29.6vw;
  bottom: -10px;
  z-index: 3;
}

.hero-sp__item--9 {
  width: 33.6vw;
  height: 33.6vw;
  bottom: -20px;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  z-index: 2;
}

@media screen and (max-width: 520px) {
  .hero-sp__item--9 {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.hero-sp__item--10 {
  width: 32.2vw;
  height: 32.2vw;
  bottom: 10px;
  -webkit-transform: translateX(360px);
          transform: translateX(360px);
}

@media screen and (max-width: 520px) {
  .hero-sp__item--10 {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
  }
}

/*メニュー*/
.menu {
  padding: 40px 20px;
}

.menu__outer {
  max-width: 1040px;
  margin: auto;
}

.menu__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .menu__ul {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .menu .menu__button {
    margin-top: 10px;
  }
}

.menu__button {
  width: calc(100% / 4 - 20px);
  background-image: url(../images/menu-box.png);
  background-size: 100% 100%;
  padding: 15px 15px 40px;
}

@media screen and (max-width: 1024px) {
  .menu__button {
    padding: 10px 10px 25px;
    width: calc(100% / 4 - 10px);
  }
}

@media screen and (max-width: 768px) {
  .menu__button {
    width: calc(100% / 2 - 7.5px);
  }
}

.menu__icon {
  display: block;
  margin: auto auto 10px;
}

@media screen and (max-width: 1024px) {
  .menu__icon {
    margin-bottom: 5px;
  }
}

.menu__icon01 {
  max-width: 25px;
}

.menu__icon02 {
  max-width: 25px;
}

.menu__icon03 {
  max-width: 30px;
}

@media screen and (max-width: 768px) {
  .menu__icon03 {
    max-width: 25px;
  }
}

.menu__icon04 {
  max-width: 30px;
}

@media screen and (max-width: 768px) {
  .menu__icon04 {
    max-width: 25px;
  }
}

.menu__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .menu__text {
    font-size: 1.4rem;
  }
}

/*キャンペーン概要*/
.campaign {
  padding: 40px 20px 85px;
  background-image: url(../images/campaign-bg.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .campaign {
    background-image: url(../images/campaign-bg-sp.png);
    background-size: 100% 100%;
  }
}

.campaign__outer {
  max-width: 900px;
  margin: auto;
}

.campaign__title {
  max-width: 225px;
  margin: auto auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__title {
    max-width: 60vw;
  }
}

.campaign__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 680px;
  margin: auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .campaign__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    font-size: 3.7vw;
  }
}

.campaign__iphone {
  max-width: 210px;
}

@media screen and (max-width: 768px) {
  .campaign__iphone {
    display: none;
  }
}

.campaign__iphone--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign__iphone--sp {
    display: block;
    max-width: 56vw;
    margin: auto;
  }
}

.campaign__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .campaign__item {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
}

.campaign__left {
  max-width: 14px;
}

@media screen and (max-width: 768px) {
  .campaign__left {
    max-width: 24px;
  }
}

.campaign__center {
  color: #fc7823;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .campaign__center {
    font-size: 4.8vw;
  }
}

.campaign__right {
  max-width: 14px;
}

@media screen and (max-width: 768px) {
  .campaign__right {
    max-width: 24px;
  }
}

.campaign__box {
  padding-left: 14px;
}

@media screen and (max-width: 768px) {
  .campaign__box {
    padding-left: 0;
  }
}

.campaign__message {
  line-height: 2;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .campaign__message {
    text-align: center;
  }
}

.campaign__span {
  color: #fc7823;
  font-weight: bold;
}

.campaign__span02 {
  color: #fc7823;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .campaign__span02 {
    font-size: 4.8vw;
  }
}

.campaign__text {
  background-color: #fc7823;
  display: inline;
  color: white;
  padding: 0 3px;
}

@media screen and (max-width: 768px) {
  .campaign__text {
    display: none;
  }
}

.campaign__text--sp {
  display: none;
  background-color: #fc7823;
  margin: 0 auto;
  color: white;
  padding: 0 3px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .campaign__text--sp {
    display: table;
  }
}

.campaign__group {
  margin-top: -10px;
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  background-color: #fff;
  border: solid #fbf3ee 4px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .campaign__group {
    padding: 30px 10px;
  }
}

.campaign__icon {
  max-width: 495px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .campaign__icon {
    max-width: 100%;
  }
}

.campaign__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 40px;
}

@media screen and (max-width: 768px) {
  .campaign__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.campaign__block {
  text-align: center;
  border-right: #333 dashed 1px;
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .campaign__block {
    width: 100%;
    border-right: none;
    border-bottom: #333 dashed 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.campaign__block:last-of-type {
  border: none;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .campaign__block:last-of-type {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .campaign__block:last-of-type {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.campaign__subitem {
  font-size: 2rem;
  color: #fc7823;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .campaign__subitem {
    font-size: 5.3vw;
    margin-bottom: 10px;
  }
}

.campaign__subitem02 {
  margin-bottom: 10px;
}

.campaign__img {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .campaign__img {
    display: none;
  }
}

.campaign__img02 {
  max-width: 345px;
}

@media screen and (max-width: 768px) {
  .campaign__img02 {
    max-width: 82vw;
  }
}

.campaign__img--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .campaign__img--sp {
    display: block;
    margin: auto;
    max-width: 77vw;
  }
}

.campaign__comment {
  font-size: 1.8rem;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .campaign__comment {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .campaign__comment {
    font-size: 4.2vw;
    margin-top: 20px;
  }
}

.campaign__comment02 {
  margin-top: 20px;
}

.campaign__alert {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .campaign__alert {
    font-size: 3.7vw;
  }
}

.campaign__link {
  color: #00a3ff;
  text-decoration: underline;
}

/*シミュレーションするキッチンを選ぶ*/
.simulation {
  padding: 80px 20px;
  background-image: url(../images/simulation-bg.png);
  background-size: cover;
  background-position: center;
}

.simulation__outer {
  max-width: 1000px;
  margin: auto;
}

.simulation__title {
  max-width: 420px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .simulation__title {
    display: none;
  }
}

.simulation__title--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .simulation__title--sp {
    display: block;
    width: 72vw;
    margin: auto;
  }
}

.simulation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 60px;
}

@media screen and (max-width: 768px) {
  .simulation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.simulation__unit {
  width: calc(100% / 3 - 62px);
}

@media screen and (max-width: 1024px) {
  .simulation__unit {
    width: calc(100% / 3 - 15px);
  }
}

@media screen and (max-width: 768px) {
  .simulation__unit {
    width: 100%;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.simulation__name {
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .simulation__name {
    min-height: auto;
  }
}

.simulation__name02 {
  max-width: 205px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .simulation__name02 {
    max-width: 100%;
  }
}

.simulation__item {
  font-size: 1.6rem;
  margin: 35px 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .simulation__item {
    font-size: 2.6vw;
  }
}

.simulation__img {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .simulation__img {
    display: none;
  }
}

.simulation__img--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .simulation__img--sp {
    display: block;
    max-width: 40vw;
  }
}

.simulation__button {
  font-size: 1.6rem;
  padding: 10px 15px 10px 30px;
  background-image: url(../images/simulation-button.png);
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fc7823;
  font-weight: bold;
  background-color: #fff;
  border-radius: 45px;
}

.simulation__button svg {
  margin-left: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .simulation__button {
    display: none;
  }
}

.simulation__button:hover {
  opacity: 1;
  background-color: #fc7823;
  color: #fff;
}

.simulation__button:hover .simulation__arrow {
  stroke: #fff;
}

.simulation__button--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .simulation__button--sp {
    display: block;
  }
}

.simulation__arrow {
  max-width: 30px;
  display: block;
  stroke: #fc7823;
}

.simulation__banner {
  max-width: 620px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .simulation__banner {
    display: none;
  }
}

.simulation__banner--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .simulation__banner--sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .simulation__sp {
    width: 50vw;
    margin-left: 5.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .simulation__sp02 {
    width: 50vw;
    margin-right: 5.3vw;
  }
}

/*プレゼント内容*/
.present {
  background-image: url(../images/present-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .present {
    background-image: url(../images/present-bg-sp.png);
    background-size: 100% 100%;
  }
}

.present__illust {
  padding: 80px 20px;
  max-width: 1710px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  background-image: url(../images/present-illust.svg);
}

@media screen and (max-width: 768px) {
  .present__illust {
    background-image: none;
  }
}

.present__outer {
  max-width: 995px;
  margin: auto;
}

.present__title {
  max-width: 225px;
  margin: auto auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .present__title {
    max-width: 60vw;
  }
}

.present__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .present__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.present__left {
  width: calc(100% / 2 - 53px);
}

@media screen and (max-width: 768px) {
  .present__left {
    display: none;
  }
}

.present__left01 {
  max-width: 140px;
  min-height: 63.5px;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.present__left03 {
  max-width: 421px;
  margin: auto auto 15px;
  display: block;
}

.present__left04 {
  max-width: 225px;
  margin: auto auto 25px;
  display: block;
}

.present__left05 {
  max-width: 350px;
  margin: auto auto 20px;
  display: block;
}

.present__right {
  width: calc(100% / 2 - 53px);
}

@media screen and (max-width: 768px) {
  .present__right {
    display: none;
  }
}

.present__right01 {
  max-width: 305px;
  margin: auto;
  display: block;
}

.present__right03 {
  max-width: 389px;
  margin: auto auto 15px;
  display: block;
}

.present__right04 {
  max-width: 225px;
  margin: auto auto 25px;
  display: block;
}

.present__right05 {
  max-width: 350px;
  margin: auto auto 20px;
  display: block;
}

.present__item {
  font-size: 3.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.present__item--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .present__item--sp {
    display: block;
    margin-bottom: 26vw;
  }
  .present__item--sp:last-of-type {
    margin-bottom: 0;
  }
}

.present__subitem {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/*募集期間*/
.period {
  padding: 80px 20px;
  background-image: url(../images/period-bg.png);
  background-position: center;
  background-size: cover;
}

.period__outer {
  max-width: 850px;
  margin: auto;
}

.period__title {
  max-width: 225px;
  margin: auto auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .period__title {
    max-width: 60vw;
  }
}

.period__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 15px 60px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .period__inner {
    padding: 40px 10px 60px;
  }
}

.period__unit {
  margin: auto auto 30px;
  max-width: 550px;
}

.period__item {
  margin-bottom: 20px;
  font-size: 2.3rem;
  color: #fc7823;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .period__item {
    font-size: 5.8vw;
  }
}

.period__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.period__date {
  font-size: 2.8rem;
  color: #fc7823;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .period__date {
    font-size: 5.8vw;
  }
}

.period__week {
  color: #fff;
  background-color: #fc7823;
  padding: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .period__week {
    font-size: 3.2vw;
    width: 5.3vw;
    height: 5.3vw;
    padding: 1.3vw;
    margin-left: 0.8vw;
  }
}

.period__text {
  font-size: 2.8rem;
  color: #fc7823;
  font-weight: bold;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .period__text {
    font-size: 4.8vw;
    margin: 0 2.1vw;
  }
}

.period__border {
  display: block;
}

.period__bottom {
  font-size: 14px;
  text-align: center;
}

/*参加方法*/
.join {
  padding: 80px 20px;
  background-image: url(../images/join-bg.jpg);
  background-position: center;
  background-size: cover;
}

.join__outer {
  margin: auto auto 100px;
  max-width: 980px;
}

.join__outer:last-of-type {
  margin-bottom: 0;
}

.join__title {
  max-width: 225px;
  margin: auto auto 50px;
  display: block;
}

@media screen and (max-width: 768px) {
  .join__title {
    max-width: 60vw;
  }
}

.join__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .join__item {
    font-size: 5.6vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
}

.join__left {
  max-width: 270px;
}

@media screen and (max-width: 1024px) {
  .join__left {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .join__left {
    display: none;
  }
}

.join__left--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .join__left--sp {
    display: block;
    max-width: 6.9vw;
    min-height: 12.8vw;
  }
}

.join__center {
  margin: 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .join__center {
    text-align: center;
    margin: 0;
    line-height: 1.4;
  }
}

.join__right {
  max-width: 270px;
}

@media screen and (max-width: 1024px) {
  .join__right {
    max-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .join__right {
    display: none;
  }
}

.join__right--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .join__right--sp {
    display: block;
    max-width: 6.9vw;
    min-height: 12.8vw;
  }
}

.join__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .join__inner {
    overflow: scroll;
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .join__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.join__unit {
  max-width: 165px;
}

.join__nomal {
  position: relative;
}

.join__nomal::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-step01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.join__nomal02 {
  position: relative;
}

.join__nomal02::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-step02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 98px;
}

.join__nomal03 {
  position: relative;
}

.join__nomal03::before {
  content: "";
  position: absolute;
  top: -40px;
  background-image: url(../images/join-step03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 201px;
  height: 77px;
}

.join__nomal04 {
  position: relative;
}

.join__nomal04::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-step04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.join__bottom02 {
  position: relative;
}

.join__bottom02::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-bottom-step02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.join__bottom03 {
  position: relative;
}

.join__bottom03::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-bottom-step03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 160px;
  height: 98px;
}

.join__bottom04 {
  position: relative;
}

.join__bottom04::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -5px;
  background-image: url(../images/join-bottom-step04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 205px;
  height: 80px;
}

.join__bottom05 {
  position: relative;
}

.join__bottom05::before {
  content: "";
  position: absolute;
  top: -20px;
  background-image: url(../images/join-bottom-step05.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.join__img {
  max-width: 120px;
  display: block;
  margin: auto auto 15px;
}

@media screen and (max-width: 768px) {
  .join__img {
    width: 120px;
  }
}

.join__subtext {
  font-size: 1.2rem;
  width: 165px;
  margin: auto;
  text-align: center;
}

.join__link {
  color: #00a3ff;
  text-decoration: underline;
}

.join__arrow {
  max-width: 40px;
  margin-bottom: 70px;
}

.join__block {
  border: dashed #555555 1px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 745px;
  margin: auto;
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .join__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 25px;
  }
}

.join__tag {
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .join__tag {
    margin-right: 0;
    font-size: 4.8vw;
  }
}

.join__tag:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .join__tag:last-of-type {
    margin-bottom: 10px;
  }
}

.join__tag02 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .join__tag02 {
    margin-right: 0;
    font-size: 4.8vw;
  }
}

.join__tag02:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .join__tag02:last-of-type {
    margin-bottom: 10px;
  }
}

.join__button {
  background-color: #fc7823;
  -webkit-box-shadow: 2px 3px 0 #e75a00;
          box-shadow: 2px 3px 0 #e75a00;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .join__button {
    font-size: 4.2vw;
    max-width: 100%;
  }
}

.join__button::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url(../images/join-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .join__button::before {
    background-image: url(../images/join-icon-sp.svg);
    width: 8vw;
    height: 9.3vw;
  }
}

.join__button:hover {
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.join__button02 {
  background-color: #fc7823;
  -webkit-box-shadow: 2px 3px 0 #e75a00;
          box-shadow: 2px 3px 0 #e75a00;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .join__button02 {
    font-size: 4.2vw;
    max-width: 100%;
  }
}

.join__button02::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background-image: url(../images/join-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .join__button02::before {
    background-image: url(../images/join-icon-sp.svg);
    width: 8vw;
    height: 9.3vw;
  }
}

.join__button02:hover {
  opacity: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.join__group {
  margin-top: 60px;
}

.join__circle {
  background-color: #ffd8c0;
  border-radius: 50%;
  padding: 20px;
  width: 180px;
  height: 180px;
  margin: auto auto -90px;
}

@media screen and (max-width: 768px) {
  .join__circle {
    width: 170px;
    height: 170px;
    margin-bottom: -80px;
  }
}

.join__extension {
  max-width: 30px;
  display: block;
  margin: auto;
}

.join__text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.join__ul {
  background-color: #ffd8c0;
  padding: 40px 40px 30px;
  border-radius: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .join__ul {
    font-size: 3.7vw;
    padding: 15px 10px;
  }
}

.join__list {
  position: relative;
  padding-left: 16px;
}

.join__list::before {
  content: "・";
  position: absolute;
  left: 0;
}

/*投稿例*/
.example {
  padding: 80px 20px;
  background-image: url(../images/example-bg.png);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .example {
    background-image: url(../images/example-bg-sp.png);
    background-size: 100% 100%;
  }
}

.example__outer {
  max-width: 945px;
  margin: auto;
}

.example__title {
  max-width: 225px;
  margin: auto auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .example__title {
    max-width: 60vw;
  }
}

.example__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .example__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.example__img01 {
  max-width: 250px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .example__img01 {
    max-width: 26.5vw;
  }
}

@media screen and (max-width: 768px) {
  .example__img01 {
    display: none;
  }
}

.example__img02 {
  max-width: 570px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .example__img02 {
    max-width: 60vw;
  }
}

@media screen and (max-width: 768px) {
  .example__img02 {
    display: none;
  }
}

.example__img--sp01 {
  display: none;
}

@media screen and (max-width: 768px) {
  .example__img--sp01 {
    display: block;
    max-width: 64vw;
    margin: auto;
  }
}

.example__img--sp02 {
  display: none;
}

@media screen and (max-width: 768px) {
  .example__img--sp02 {
    display: block;
  }
}

.example__border {
  max-width: 1px;
  margin: 0 15px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .example__border {
    height: 46vw;
  }
}

@media screen and (max-width: 768px) {
  .example__border {
    display: none;
  }
}

.example__border--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .example__border--sp {
    display: block;
    margin: 20px 0;
  }
}

/*みんなの#クリナップカラーコーデの投稿*/
.post {
  padding: 80px 0;
  position: relative;
}

.post .comming-soon {
  position: absolute;
  max-width: 1070px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .post .comming-soon {
    display: none;
  }
}

.post .comming-soon-sp {
  position: absolute;
  max-width: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 768px) {
  .post .comming-soon-sp {
    display: block;
  }
}

.post__title {
  max-width: 460px;
  margin: auto;
  display: block;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .post__title {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .post__title {
    display: none;
  }
}

.post__title--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .post__title--sp {
    display: block;
    max-width: 89vw;
    margin: auto;
  }
}

.post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 185vw;
  -webkit-animation: loop-slide 180s infinite linear 1s both;
          animation: loop-slide 180s infinite linear 1s both;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (max-width: 768px) {
  .post__list {
    width: auto;
  }
}

.post__box {
  background-color: white;
  border: 1px solid #d1d1d1;
  -webkit-filter: drop-shadow(2px 4px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(2px 4px 20px rgba(0, 0, 0, 0.15));
  padding: 10px;
  margin: 40px 20px 40px 0;
  position: relative;
  width: 200px;
}

.post__box.hide {
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(2px 4px 20px rgba(0, 0, 0, 0));
          filter: drop-shadow(2px 4px 20px rgba(0, 0, 0, 0));
  border: none;
}

.post__box.hide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .post__box {
    width: 84vw;
  }
}

.post__text {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
  /*文字が2行以上になったら…を出す*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post__button {
  background-color: #fc7823;
  border: #fc7823 solid 1px;
  padding: 20px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 340px;
  margin: auto;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .post__button {
    max-width: 90vw;
  }
}

.post__button:hover {
  background-color: #fff;
  color: #fc7823;
  opacity: 1;
}

.post__button:hover .post__icon {
  fill: #fc7823;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post__icon {
  max-width: 15px;
  margin-left: 15px;
  display: block;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*応募規約*/
.agreement {
  padding: 80px 20px;
  background-image: url(../images/agreement-bg.png);
  background-position: center;
  background-size: cover;
}

.agreement__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 670px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .agreement__text {
    font-size: 1rem;
  }
}

.agreement__outer {
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  padding: 40px 30px 80px;
}

@media screen and (max-width: 768px) {
  .agreement__outer {
    padding: 40px 10px 80px;
  }
}

.agreement__title {
  max-width: 225px;
  margin: auto auto 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .agreement__title {
    max-width: 60vw;
  }
}

.agreement__table {
  width: 100%;
  border-top: solid 1px #01c2c3;
}

.agreement__table tr {
  width: 100%;
  border-bottom: solid 1px #01c2c3;
}

@media screen and (max-width: 768px) {
  .agreement__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}

.agreement__th {
  font-size: 1.6rem;
  color: #01c2c3;
  width: 230px;
  padding: 30px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .agreement__th {
    font-size: 3.7vw;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}

.agreement__td {
  font-size: 1.6rem;
  line-height: 2;
  padding: 30px 20px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .agreement__td {
    font-size: 2.6vw;
    padding: 0;
  }
}

.agreement__span {
  color: #00a3ff;
  text-decoration: underline;
}

/*お問い合わせ*/
.contact {
  padding: 80px 20px;
  background-color: #fbf3ee;
  text-align: center;
}

.contact__outer {
  max-width: 530px;
  margin: auto;
}

.contact__title {
  font-size: 2.1rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 5.6vw;
    margin-bottom: 25px;
  }
}

.contact__text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.7vw;
  }
}

.contact__subtext {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .contact__subtext {
    font-size: 3.2vw;
  }
}

/*フッター*/
.footer {
  padding: 40px 20px 60px;
}

.footer__logo {
  max-width: 130px;
  margin: auto auto 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 43vw;
  }
}

.footer__text {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=style.css.map */