@font-face {
  font-family: 'MyFont';
  src: url(../font/MPLUSRounded1c-Light.ttf);
}

@font-face {
  font-family: 'Apecru';
  src: url(../font/FontsFree-Net-ApercuRegular.ttf);
}

img {
  width: 100%;
  vertical-align: bottom;
}

main {
  max-width: 750px;
}

a {
  text-decoration: none;
  color: #707070;
}

.price {
  color: #707070;
  font-size: 22px;
  font-family: "Apecru";
}

.price li {
  margin-bottom: 10px;
}

.price span {
  margin-left: 8px;
  border-bottom: 1px solid #707070;
}

.price .none {
  border: none;
}

.change-left figure:nth-child(2), .change-right figure:nth-child(2) {
  margin-top: -149.4%;
}

.change-left {
  opacity: 0;
}

.change-left figure:nth-child(1) {
  opacity: 0;
  -webkit-animation: change-left 8s infinite;
          animation: change-left 8s infinite;
}

@-webkit-keyframes change-left {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-left {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.change-right {
  opacity: 0;
}

.change-right figure:nth-child(1) {
  opacity: 0;
  -webkit-animation: change-right 8s 2s infinite;
          animation: change-right 8s 2s infinite;
}

@-webkit-keyframes change-right {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-right {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.left-ac {
  -webkit-animation: fade-left 1s forwards;
          animation: fade-left 1s forwards;
  -webkit-transform: translate(-200px);
          transform: translate(-200px);
}

@-webkit-keyframes fade-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.fade-left, .fade-right, .fade-up {
  opacity: 0;
}

.right-ac {
  opacity: 0;
  -webkit-animation: fade-right 1s 0.3s forwards;
          animation: fade-right 1s 0.3s forwards;
  -webkit-transform: translate(200px);
          transform: translate(200px);
}

@-webkit-keyframes fade-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-right {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.up-ac {
  -webkit-animation: fade-up 3s forwards;
          animation: fade-up 3s forwards;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.top {
  position: relative;
  margin: 0 auto;
}

.top__img {
  position: absolute;
  z-index: -10;
}

.top__title-wrap {
  opacity: 0;
  -webkit-animation: fade-up 1s 0.5s forwards;
          animation: fade-up 1s 0.5s forwards;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.top__title {
  padding-top: 75%;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 50%;
}

.top__sub-title {
  padding-bottom: 300px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "MyFont";
  font-weight: Thin 100;
}

.first {
  margin-top: 80%;
  margin-right: 20%;
}

.first__top {
  position: relative;
}

.first__price__pc, .first__price-bottom__pc {
  display: none;
}

.first .change-left figure:nth-child(2), .first .change-right figure:nth-child(2) {
  margin-top: -149.5%;
}

.first__price-top, .first__price-bottom {
  margin-top: 10%;
  text-align: right;
}

.small {
  font-size: 0.8em;
}

.center {
  margin: 300px 15%;
}

.flower figure:first-child {
  margin-bottom: 70px;
}

.flower__price-top, .flower__price-bottom {
  margin-top: 10%;
  margin-left: 10%;
}

.flower__price-top__pc, .flower__price-bottom__pc {
  display: none;
}

.green {
  margin-top: 500px;
}

.green__left, .green__right {
  position: relative;
}

.green__left {
  margin-right: 20%;
}

.green__price-top {
  position: absolute;
  bottom: 20px;
  right: -30px;
  text-align: right;
}

.green__right {
  margin-left: 20%;
}

.green__price-bottom {
  margin-top: 40px;
}

.chair {
  margin-top: 500px;
  margin-right: 20%;
}

.chair__top-img {
  width: 60%;
  margin-bottom: 70px;
}

.chair__price {
  text-align: right;
  margin-top: 40px;
}

.center-second {
  margin: 500px 10%;
}

.center-second__price {
  margin-top: 40px;
}

.circle {
  position: relative;
}

.circle > figure:nth-child(1) {
  width: 25%;
  position: absolute;
  top: -50px;
  left: -15px;
  -webkit-animation: 6s linear infinite rotation;
          animation: 6s linear infinite rotation;
  z-index: 500;
}

.circle div:nth-child(2) figure {
  margin: 0 25% 0 10%;
}

.circle div:nth-child(2) figure:nth-child(2) {
  margin-top: -105.6%;
}

.circle__price {
  margin: 40px 0 0 10%;
}

.circle__flower {
  margin: -200px 3% 0 50%;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.circle-bottom {
  margin-top: 500px;
}

.circle-bottom__topImg {
  margin-right: 50%;
}

.circle-bottom__bottomImg {
  margin: -20% 5% 0 20%;
}

.circle-bottom__bottomImg figure:nth-child(2) {
  margin-top: -162.5%;
}

.circle-bottom__price {
  text-align: right;
  margin-top: 40px;
}

.orange {
  margin-top: 500px;
  margin-left: 20%;
  position: relative;
}

.orange__price__top {
  position: absolute;
  top: 40px;
  left: -30px;
}

.orange__price__bottom {
  position: absolute;
  bottom: 40px;
  left: -50px;
}

.orange .change-left figure:nth-child(2) {
  margin-top: -149.4%;
}

.pink {
  margin-top: 500px;
}

.pink__price {
  text-align: right;
  margin-top: 40px;
  margin-right: 5%;
}

.white {
  margin: 500px 5%;
}

.white__price {
  margin-top: 60px;
}

.center-third {
  margin: 0 20%;
}

.view-btn {
  font-family: Apecru;
  display: block;
  text-align: center;
  width: 90%;
  background-color: #C8D5CE;
  margin: 300px auto;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.view-btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer {
  background-image: url(../img/bg-sp.jpg);
  background-size: cover;
  background-repeat: none;
}

.footer > p {
  font-size: 36px;
  color: #898989;
  padding: 150px 0;
  text-align: center;
  font-family: "Apecru";
}

.footer__vol a {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-family: "Apecru";
  margin-bottom: 50px;
  padding: 24% 0;
  width: 50%;
  cursor: pointer;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #324834;
  display: block;
}

.footer__vol a:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  -webkit-transition: 1s;
  transition: 1s;
}

.footer__vol a:nth-child(1) {
  background: url(../img/footer1.jpg);
  background-repeat: none;
  background-size: cover;
}

.footer__vol a:nth-child(2) {
  background: url(../img/footer3.jpg);
  background-repeat: none;
  background-size: cover;
}

.footer__vol a:nth-child(3) {
  background: url(../img/footer2.jpg);
  background-repeat: none;
  background-size: cover;
}

.footer__logo {
  width: 70%;
  margin: 0 auto;
  margin-top: 200px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footer .copy-right {
  font-size: 20px;
  text-align: center;
  padding: 30px 0 230px;
  color: #898989;
}

@media (max-width: 500px) {
  .top__sub-title {
    font-size: 16px;
  }
  li {
    font-size: 13px;
  }
  .first {
    margin-top: 40%;
  }
  .first__price {
    top: 20px;
  }
  .center {
    margin: 150px 15%;
  }
  .green,
  .circle-bottom,
  .orange,
  .pink {
    margin-top: 200px;
  }
  .chair {
    margin-top: 200px;
  }
  .chair__top-img {
    margin-bottom: 35px;
  }
  .center-second {
    margin: 200px 10%;
  }
  .flower figure:first-child {
    margin-bottom: 35px;
  }
  .white {
    margin: 200px 5%;
  }
  .view-btn {
    font-size: 13px;
    width: 70%;
    margin: 150px auto;
  }
  .footer {
    background-image: url(../img/bg-sp.jpg);
  }
  .footer__logo {
    margin-top: 100px;
  }
  .footer > p {
    font-size: 18px;
    padding: 90px 0 55px;
  }
  .footer__vol a {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .footer .copy-right {
    font-size: 10px;
    padding-bottom: 100px;
  }
}

@media (min-width: 750px) {
  main {
    max-width: 1440px;
    margin: 0 auto;
  }
  .price {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .change-left figure:nth-child(2), .change-right figure:nth-child(2) {
    margin-top: -149.5%;
  }
  .top {
    -webkit-animation: fade-right 3s forwards;
            animation: fade-right 3s forwards;
    background: url(../img/fv.jpg);
    background-size: cover;
  }
  .top__title {
    padding: 0;
    text-align: left;
  }
  .top__title-wrap {
    -webkit-animation: fade-up 1s forwards;
            animation: fade-up 1s forwards;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    width: 35%;
    padding: 310px 0;
  }
  .top__sub-title {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: 17px;
  }
  .top__img {
    display: none;
  }
  .w-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30% auto;
    width: 70%;
  }
  .w-fig > div {
    width: 50%;
  }
  .first__price {
    position: unset;
    padding: 0;
  }
  .first__price-top, .first__price-bottom {
    display: none;
  }
  .first__price__pc, .first__price-bottom__pc {
    display: block;
  }
  .first__price-bottom__pc {
    text-align: right;
  }
  .center {
    margin: 270px 30% 300px;
  }
  .flower {
    margin: 0 20%;
  }
  .flower figure:nth-child(1) {
    margin: 0;
  }
  .flower__price-top, .flower__price-bottom {
    display: none;
  }
  .flower__price-top__pc, .flower__price-bottom__pc {
    display: block;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 300px;
  }
  .flower__price-bottom__pc {
    text-align: left;
  }
  .green__left {
    margin-right: 0;
  }
  .green__right {
    margin-left: 0;
  }
  .green__price-top {
    position: unset;
    text-align: left;
  }
  .green__price-bottom {
    text-align: right;
  }
  .green .change-right figure:nth-child(2) {
    margin-top: -149.38%;
  }
  .chair {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .chair__price {
    text-align: left;
  }
  .center-second {
    margin: 300px 33%  500px;
  }
  .center-second__price {
    text-align: right;
  }
  .circle {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
  .circle > div {
    width: 80%;
  }
  .circle > figure:nth-child(1) {
    left: -130px;
  }
  .circle div:nth-child(2) figure {
    margin: 0;
  }
  .circle div:nth-child(2) figure:nth-child(2) {
    margin-top: -162.5%;
  }
  .circle__price {
    margin-left: 0;
  }
  .circle__flower {
    position: unset;
    margin-bottom: 93px;
    margin-left: 0;
    width: 80%;
    opacity: 0;
  }
  .circle-bottom {
    margin: 30% 35% 30% 8%;
    width: 60%;
  }
  .circle-bottom__topImg {
    margin: 0;
    width: 30%;
  }
  .circle-bottom__topImg figure {
    width: 80%;
    margin-left: auto;
  }
  .circle-bottom__bottomImg {
    margin: 0;
    width: 60%;
  }
  .circle-bottom__bottomImg figure:nth-child(2) {
    margin-top: -162.5%;
  }
  .circle-bottom__price {
    z-index: 100;
  }
  .orange__price__top, .orange__price__bottom {
    margin-top: 20px;
    position: unset;
  }
  .orange__price__bottom {
    text-align: right;
  }
  .pink {
    width: 70%;
    margin: 0 auto;
  }
  .pink .w-fig {
    margin: 0;
    width: 100%;
  }
  .white {
    margin: 300px 35%;
  }
  .center-third {
    margin: 0 20% 0 55%;
  }
  .view-btn {
    width: 430px;
    font-size: 15px;
  }
  .footer {
    background: url(../img/bg.jpg);
    background-repeat: none;
    background-size: cover;
  }
  .footer > p {
    font-size: 24px;
    padding: 150px 0 80px;
  }
  .footer__vol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__vol a {
    width: 240px;
    padding: 110px 0;
    margin: 0 10px 0;
    font-size: 15px;
  }
  .footer__logo {
    width: 40%;
    max-width: 570px;
  }
  .footer .copy-right {
    font-size: 11px;
    padding: 25px 0 120px;
  }
  .footer .change-right figure:nth-child(2) {
    margin-top: -149.5%;
  }
}
/*# sourceMappingURL=style.css.map */