@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Roboto:400,700|Lato:400,700,900|Tenor+Sans");
body,
input::-webkit-input-placeholder,
.sans-serif {
  font-family: 'Noto Sans JP','Roboto','Lato','游ゴシック Medium','游ゴシック体','Yu Gothic Medium','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
body,
input:-ms-input-placeholder,
.sans-serif {
  font-family: 'Noto Sans JP','Roboto','Lato','游ゴシック Medium','游ゴシック体','Yu Gothic Medium','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
body,
input::-ms-input-placeholder,
.sans-serif {
  font-family: 'Noto Sans JP','Roboto','Lato','游ゴシック Medium','游ゴシック体','Yu Gothic Medium','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
body,
input::placeholder,
.sans-serif {
  font-family: 'Noto Sans JP','Roboto','Lato','游ゴシック Medium','游ゴシック体','Yu Gothic Medium','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.serif {
  font-family: 'EB Garamond','Georgia','Noto Serif JP','"游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN W3','HiraMinProN-W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body > * {
  margin: 0 auto;
}

a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

a:hover {
  color: #9BE05A;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
}

button {
  cursor: pointer;
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-size: inherit;
  border: none;
  outline: none;
  padding: 1em;
  margin: 1em 0;
  width: 100%;
  text-align: center;
  position: relative;
}

button::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .6s;
  transition: .6s;
}

button:hover::before {
  width: 100%;
}

h1 {
  font-family: 'Tenor Sans';
  font-size: 2em;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  letter-spacing: .05em;
  font-weight: 700;
}

.pc {
  display: none;
}

.smp {
  display: inline;
}

/*.check{list-style:url(../img/list-style-check.svg);padding-left:20px;}

*/
.check {
  list-style: none;
  padding-left: 30px;
}

.check li {
  position: relative;
  line-height: 1.8em;
}

.check li::before {
  content: '';
  position: absolute;
  left: -28px;
  top: 2px;
  width: 24px;
  height: 1.8em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%2388bdb8' d='M6.8,13.7c0,0,4.1,3.9,10.3,10.4C23,13.6,26.5,9,31.8,4.3c0,0-0.4-0.8-0.8-1.5c-4.8,3-11.9,9.9-15,14.3c-2.9-2.7-6.6-5.7-6.6-5.7L6.8,13.7z'/%3E%3Cpolygon fill='%23231815' points='27.6,28.2 4,28.2 4,4.6 25.9,4.6 24,6.3 5.8,6.3 5.8,26.4 25.9,26.4 25.9,12.9 27.6,10.5 '/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.items > li:nth-child(2) .check li::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23dd838b' d='M6.8,13.7c0,0,4.1,3.9,10.3,10.4C23,13.6,26.5,9,31.8,4.3c0,0-0.4-0.8-0.8-1.5c-4.8,3-11.9,9.9-15,14.3c-2.9-2.7-6.6-5.7-6.6-5.7L6.8,13.7z'/%3E%3Cpolygon fill='%23231815' points='27.6,28.2 4,28.2 4,4.6 25.9,4.6 24,6.3 5.8,6.3 5.8,26.4 25.9,26.4 25.9,12.9 27.6,10.5 '/%3E%3C/svg%3E");
}

section .title {
  height: 50vh;
  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;
}

section .title h1 {
  letter-spacing: .2em;
  text-transform: uppercase;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav {
  max-width: 1080px;
  margin: 0 auto;
}

nav li:nth-child(1) {
  width: 100%;
}

nav li:nth-child(1) a {
  display: block;
  width: 50%;
  margin: 20px auto 10px;
  text-align: center;
}

nav li:nth-child(n + 2) {
  width: 21%;
  overflow: hidden;
  height: 3rem;
  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;
}

nav li:last-child {
  width: 16%;
}

nav li:last-child a:hover #instagram {
  fill: #9BE05A;
}

header a {
  font-family: 'Tenor Sans';
  /*	transform:scale(.9,1);*/
  font-size: .75rem;
  letter-spacing: .0em;
  font-weight: 700 !important;
}

/*header>div{height:80vh;}

header>div>img{object-fit:cover;height:100%;width:100%;}
*/
#instagram {
  width: 18px;
  height: 18px;
  fill: #231815;
  vertical-align: middle;
  -webkit-transition: .6s;
  transition: .6s;
}

#hero {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

#hero div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/hero.jpg);
  background-position: top 50% left 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

#hero div:first-child {
  -webkit-animation: img_fill 1s linear 2.4s forwards;
          animation: img_fill 1s linear 2.4s forwards;
  opacity: 0;
  z-index: 4;
}

#hero div:nth-child(n+2) {
  -webkit-animation: img_slide 2s ease-in-out forwards;
          animation: img_slide 2s ease-in-out forwards;
}

@-webkit-keyframes img_fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes img_slide {
  0% {
    background-position: top -80vh left 50%;
    opacity: 0;
  }
  70% {
    background-position: top 40px left 50%;
    opacity: 1;
  }
  100% {
    background-position: top 50% left 50%;
    opacity: 1;
  }
}

@keyframes img_slide {
  0% {
    background-position: top -80vh left 50%;
    opacity: 0;
  }
  70% {
    background-position: top 40px left 50%;
    opacity: 1;
  }
  100% {
    background-position: top 50% left 50%;
    opacity: 1;
  }
}

#hero div:nth-child(2) {
  -webkit-clip-path: inset(0 calc(200% / 3) 0 0);
          clip-path: inset(0 calc(200% / 3) 0 0);
  z-index: 1;
}

#hero div:nth-child(3) {
  -webkit-clip-path: inset(0 calc(100% / 3) 0 calc(100% / 3));
          clip-path: inset(0 calc(100% / 3) 0 calc(100% / 3));
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  z-index: 3;
}

#hero div:nth-child(4) {
  -webkit-clip-path: inset(0 0 0 calc(200% / 3));
          clip-path: inset(0 0 0 calc(200% / 3));
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  z-index: 2;
}

#prizes {
  background: url(../img/rankin-background.jpg) center center/cover no-repeat;
}

#prizes h1 {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#prizes > div {
  margin: 0 auto;
  padding: 80px 20px;
  max-width: 1080px;
}

#prizes figure {
  max-width: 70%;
  margin: 2em auto;
}

#prizes ul {
  color: #232323;
  margin: 2em auto;
  max-width: 90%;
}

#prizes ul b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(137, 189, 184, 0.6)), to(rgba(137, 189, 184, 0.6)));
  background: linear-gradient(180deg, transparent 75%, rgba(137, 189, 184, 0.6) 75%, rgba(137, 189, 184, 0.6));
  margin-right: 1em;
}

#prizes li {
  margin-bottom: .4em;
}

#concept h2 {
  font-size: 1.25rem;
  font-weight: 700;
}

#concept > div > div:nth-child(n+2) {
  min-height: 100vh;
  padding: 20px;
  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;
}

#concept > div > div:nth-child(n+2) > div > img {
  display: block;
  margin: 0 auto 1em 0;
}

.concept-00 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  background: url(../img/concept.jpg) top left calc(50% + 80px)/cover no-repeat;
}

.concept-00 > div {
  width: 60%;
  padding: 10px;
}

.concept-00 p {
  margin: 1.5em 0;
  font-size: .9rem;
}

.concept-01 {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  background: url(../img/concept-01.jpg) top center/cover no-repeat;
}

.concept-01 div {
  background: rgba(204, 217, 211, 0.8);
  padding: 20px;
}

.concept-01 p {
  margin: 1.5em 0 0;
  font-size: .9rem;
}

.concept-02 {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  background: url(../img/concept-02.jpg) top right -120px/cover no-repeat;
}

.concept-02 div {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 60%;
}

.concept-02 p {
  margin: 1.5em 0 0;
  font-size: .9rem;
}

.concept-03 {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  background: url(../img/concept-03.jpg) top center/cover no-repeat;
}

.concept-03 div {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 60%;
}

.concept-03 ul {
  margin: 1.5em 0 0;
  font-size: .9rem;
  list-style: disc;
  padding-left: 20px;
}

.concept-03 li {
  margin-top: .8em;
}

#about .title {
  background: url(../img/about.jpg) center center/cover no-repeat;
}

.ob18 {
  background: #CCD9D3 url(../img/organic-botanical-text.png) top 10px left 10px/80% no-repeat;
  padding: 40px 10px;
}

.ac5 {
  background: #EAE0E1 url(../img/hi-spec-botanical-text.png) top 10px left 10px/80% no-repeat;
  padding: 40px 10px;
}

.fr8 {
  background: #e1e1e1 url(../img/additive-free-text.png) top 10px left 10px/80% no-repeat;
  padding: 40px 10px;
}

#about h2 {
  font-weight: 400;
  line-height: 1.8em;
  margin: 1em auto;
  max-width: 80%;
}

#about h2 em {
  font-weight: 700;
  font-style: normal;
  margin: 0 .2em;
  padding: 0 .2em;
  background: rgba(255, 255, 255, 0.7);
}

#about h2 small {
  font-size: .8em;
  vertical-align: text-top;
}

#about p {
  width: 90%;
  margin: 1em auto;
  padding: 0 0 0 3em;
  position: relative;
}

#about p::before {
  content: '“';
  color: rgba(0, 0, 0, 0.2);
  font-size: 6em;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  font-weight: 700;
}

.ob18 ul,
.ac5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 540px;
  margin: 0 auto;
}

.ob18 li,
.ac5 li {
  width: calc(100% / 3);
  text-align: center;
  padding: 10px 10px 25px;
}

.ac5 li {
  width: 50%;
}

.ob18 li figure img,
.ac5 li figure img {
  border-radius: 50%;
}

.ob18 li figure figcaption,
.ac5 li figure figcaption {
  font-size: .75rem;
}

.ac5 li figure span {
  font-size: .75rem;
  background: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  line-height: 1em;
}

.ac5 li figure span small {
  font-size: .8em;
  vertical-align: text-top;
}

.ob18 li figure figcaption::after,
.ac5 li figure figcaption::after {
  content: '※';
  display: inline-block;
  font-size: 8px;
  vertical-align: text-top;
}

.fr8 dl {
  width: 80%;
  margin: 1em auto;
  text-align: center;
}

.fr8 dt {
  font-weight: 700;
  padding: 10px;
}

.fr8 dd {
  padding: 10px;
}

#concept > div > div {
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

#concept > div > div.asb {
  -webkit-transform: translateY(60px) scale(0.9);
          transform: translateY(60px) scale(0.9);
  opacity: 0;
}

#concept div[class^="concept-"] > div > * {
  -webkit-transition: .6s .6s;
  transition: .6s .6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#concept div[class^="concept-"] > div > *.asb {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

.ob18 h2.aos,
.ac5 h2.aos,
.fr8 h2.aos,
.points.aos li {
  -webkit-animation: boing 1.5s linear forwards;
          animation: boing 1.5s linear forwards;
}

.ob18 h2.aos.asb,
.ac5 h2.aos.asb,
.fr8 h2.aos.asb,
.points.aos.asb li {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes boing {
  0% {
    -webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
            transform: matrix(0.5, 0, 0, 0.5, 0, 0);
  }
  3% {
    -webkit-transform: matrix(0.658, 0, 0, 0.7035, 0, 0);
            transform: matrix(0.658, 0, 0, 0.7035, 0, 0);
  }
  5% {
    -webkit-transform: matrix(0.725, 0, 0, 0.7995, 0, 0);
            transform: matrix(0.725, 0, 0, 0.7995, 0, 0);
  }
  7% {
    -webkit-transform: matrix(0.8295, 0, 0, 0.9465, 0, 0);
            transform: matrix(0.8295, 0, 0, 0.9465, 0, 0);
  }
  9% {
    -webkit-transform: matrix(0.9415, 0, 0, 1.084, 0, 0);
            transform: matrix(0.9415, 0, 0, 1.084, 0, 0);
  }
  10% {
    -webkit-transform: matrix(0.971, 0, 0, 1.113, 0, 0);
            transform: matrix(0.971, 0, 0, 1.113, 0, 0);
  }
  13% {
    -webkit-transform: matrix(1.0615, 0, 0, 1.166, 0, 0);
            transform: matrix(1.0615, 0, 0, 1.166, 0, 0);
  }
  14% {
    -webkit-transform: matrix(1.0705, 0, 0, 1.1655, 0, 0);
            transform: matrix(1.0705, 0, 0, 1.1655, 0, 0);
  }
  18% {
    -webkit-transform: matrix(1.104, 0, 0, 1.1195, 0, 0);
            transform: matrix(1.104, 0, 0, 1.1195, 0, 0);
  }
  19% {
    -webkit-transform: matrix(1.106, 0, 0, 1.0935, 0, 0);
            transform: matrix(1.106, 0, 0, 1.0935, 0, 0);
  }
  21% {
    -webkit-transform: matrix(1.098, 0, 0, 1.0345, 0, 0);
            transform: matrix(1.098, 0, 0, 1.0345, 0, 0);
  }
  24% {
    -webkit-transform: matrix(1.0755, 0, 0, 0.98, 0, 0);
            transform: matrix(1.0755, 0, 0, 0.98, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1.067, 0, 0, 0.969, 0, 0);
            transform: matrix(1.067, 0, 0, 0.969, 0, 0);
  }
  29% {
    -webkit-transform: matrix(1.0315, 0, 0, 0.9485, 0, 0);
            transform: matrix(1.0315, 0, 0, 0.9485, 0, 0);
  }
  30% {
    -webkit-transform: matrix(1.024, 0, 0, 0.9495, 0, 0);
            transform: matrix(1.024, 0, 0, 0.9495, 0, 0);
  }
  36% {
    -webkit-transform: matrix(0.9895, 0, 0, 0.981, 0, 0);
            transform: matrix(0.9895, 0, 0, 0.981, 0, 0);
  }
  37% {
    -webkit-transform: matrix(0.986, 0, 0, 0.9895, 0, 0);
            transform: matrix(0.986, 0, 0, 0.9895, 0, 0);
  }
  41% {
    -webkit-transform: matrix(0.9805, 0, 0, 1.011, 0, 0);
            transform: matrix(0.9805, 0, 0, 1.011, 0, 0);
  }
  44% {
    -webkit-transform: matrix(0.983, 0, 0, 1.016, 0, 0);
            transform: matrix(0.983, 0, 0, 1.016, 0, 0);
  }
  52% {
    -webkit-transform: matrix(0.9955, 0, 0, 1.003, 0, 0);
            transform: matrix(0.9955, 0, 0, 1.003, 0, 0);
  }
  60% {
    -webkit-transform: matrix(1.003, 0, 0, 0.995, 0, 0);
            transform: matrix(1.003, 0, 0, 0.995, 0, 0);
  }
  63% {
    -webkit-transform: matrix(1.0035, 0, 0, 0.996, 0, 0);
            transform: matrix(1.0035, 0, 0, 0.996, 0, 0);
  }
  75% {
    -webkit-transform: matrix(1.0005, 0, 0, 1.0015, 0, 0);
            transform: matrix(1.0005, 0, 0, 1.0015, 0, 0);
  }
  85% {
    -webkit-transform: matrix(0.9995, 0, 0, 1, 0, 0);
            transform: matrix(0.9995, 0, 0, 1, 0, 0);
  }
  91% {
    -webkit-transform: matrix(0.9995, 0, 0, 0.9995, 0, 0);
            transform: matrix(0.9995, 0, 0, 0.9995, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes boing {
  0% {
    -webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
            transform: matrix(0.5, 0, 0, 0.5, 0, 0);
  }
  3% {
    -webkit-transform: matrix(0.658, 0, 0, 0.7035, 0, 0);
            transform: matrix(0.658, 0, 0, 0.7035, 0, 0);
  }
  5% {
    -webkit-transform: matrix(0.725, 0, 0, 0.7995, 0, 0);
            transform: matrix(0.725, 0, 0, 0.7995, 0, 0);
  }
  7% {
    -webkit-transform: matrix(0.8295, 0, 0, 0.9465, 0, 0);
            transform: matrix(0.8295, 0, 0, 0.9465, 0, 0);
  }
  9% {
    -webkit-transform: matrix(0.9415, 0, 0, 1.084, 0, 0);
            transform: matrix(0.9415, 0, 0, 1.084, 0, 0);
  }
  10% {
    -webkit-transform: matrix(0.971, 0, 0, 1.113, 0, 0);
            transform: matrix(0.971, 0, 0, 1.113, 0, 0);
  }
  13% {
    -webkit-transform: matrix(1.0615, 0, 0, 1.166, 0, 0);
            transform: matrix(1.0615, 0, 0, 1.166, 0, 0);
  }
  14% {
    -webkit-transform: matrix(1.0705, 0, 0, 1.1655, 0, 0);
            transform: matrix(1.0705, 0, 0, 1.1655, 0, 0);
  }
  18% {
    -webkit-transform: matrix(1.104, 0, 0, 1.1195, 0, 0);
            transform: matrix(1.104, 0, 0, 1.1195, 0, 0);
  }
  19% {
    -webkit-transform: matrix(1.106, 0, 0, 1.0935, 0, 0);
            transform: matrix(1.106, 0, 0, 1.0935, 0, 0);
  }
  21% {
    -webkit-transform: matrix(1.098, 0, 0, 1.0345, 0, 0);
            transform: matrix(1.098, 0, 0, 1.0345, 0, 0);
  }
  24% {
    -webkit-transform: matrix(1.0755, 0, 0, 0.98, 0, 0);
            transform: matrix(1.0755, 0, 0, 0.98, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1.067, 0, 0, 0.969, 0, 0);
            transform: matrix(1.067, 0, 0, 0.969, 0, 0);
  }
  29% {
    -webkit-transform: matrix(1.0315, 0, 0, 0.9485, 0, 0);
            transform: matrix(1.0315, 0, 0, 0.9485, 0, 0);
  }
  30% {
    -webkit-transform: matrix(1.024, 0, 0, 0.9495, 0, 0);
            transform: matrix(1.024, 0, 0, 0.9495, 0, 0);
  }
  36% {
    -webkit-transform: matrix(0.9895, 0, 0, 0.981, 0, 0);
            transform: matrix(0.9895, 0, 0, 0.981, 0, 0);
  }
  37% {
    -webkit-transform: matrix(0.986, 0, 0, 0.9895, 0, 0);
            transform: matrix(0.986, 0, 0, 0.9895, 0, 0);
  }
  41% {
    -webkit-transform: matrix(0.9805, 0, 0, 1.011, 0, 0);
            transform: matrix(0.9805, 0, 0, 1.011, 0, 0);
  }
  44% {
    -webkit-transform: matrix(0.983, 0, 0, 1.016, 0, 0);
            transform: matrix(0.983, 0, 0, 1.016, 0, 0);
  }
  52% {
    -webkit-transform: matrix(0.9955, 0, 0, 1.003, 0, 0);
            transform: matrix(0.9955, 0, 0, 1.003, 0, 0);
  }
  60% {
    -webkit-transform: matrix(1.003, 0, 0, 0.995, 0, 0);
            transform: matrix(1.003, 0, 0, 0.995, 0, 0);
  }
  63% {
    -webkit-transform: matrix(1.0035, 0, 0, 0.996, 0, 0);
            transform: matrix(1.0035, 0, 0, 0.996, 0, 0);
  }
  75% {
    -webkit-transform: matrix(1.0005, 0, 0, 1.0015, 0, 0);
            transform: matrix(1.0005, 0, 0, 1.0015, 0, 0);
  }
  85% {
    -webkit-transform: matrix(0.9995, 0, 0, 1, 0, 0);
            transform: matrix(0.9995, 0, 0, 1, 0, 0);
  }
  91% {
    -webkit-transform: matrix(0.9995, 0, 0, 0.9995, 0, 0);
            transform: matrix(0.9995, 0, 0, 0.9995, 0, 0);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.ob18 ul.aos li,
.ac5 ul.aos li {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.ob18 ul.aos.asb li,
.ac5 ul.aos.asb li {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

#products > div:nth-child(2) {
  background: url(../img/product-background.jpg) center center/cover no-repeat;
  padding: 40px 10px;
}

.items > li {
  padding: 40px 0;
  max-width: 1080px;
  margin: 0 auto;
}

.items > li:nth-child(1) button {
  background: #88bdb8;
  color: #fff;
}

.items > li:nth-child(2) button {
  background: #edc9cc;
  color: #fff;
}

.item-info {
  width: 85%;
  margin: 0 auto;
}

.item-info > img {
  display: block;
  margin: 0 auto;
}

.item-info h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1em;
  margin: .4em 0;
}

.item-info h3 small {
  font-size: .8em;
  vertical-align: text-top;
}

.item-info h2 {
  font-weight: 700;
  margin: .4em 0;
}

.item-info h2 span {
  display: block;
  font-size: .7em;
}

.item-info h4 {
  font-weight: 400;
}

.item-info h4 small {
  font-size: .8em;
}

.check {
  margin: 1em 0;
}

.six-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.six-feature li {
  margin: 4px;
  padding: 4px;
  background: #edc9cc;
  font-size: .9em;
  text-align: center;
  width: calc((100% / 3) - 8px);
}

.six-feature li:nth-child(even) {
  background: #f0f0f0;
}

.points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  max-width: 1080px;
}

.points li {
  margin: 2px;
  padding: 16px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: .85em;
  text-align: center;
  width: calc((100% / 3) - 6px);
  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;
}

.points li:nth-child(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.points li:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.points em {
  padding: 0 .1em;
  font-weight: 700;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(137, 189, 184, 0.6)), to(rgba(137, 189, 184, 0.6)));
  background: linear-gradient(180deg, transparent 75%, rgba(137, 189, 184, 0.6) 75%, rgba(137, 189, 184, 0.6));
}

#products figure {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

.items figure.aos,
.item-info > img.aos,
.item-info > h2.aos,
.item-info > h3.aos,
.item-info > h4.aos,
.item-info > ul.aos,
.item-info .cart.aos {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.items figure.aos.asb,
.item-info > img.aos.asb,
.item-info > h2.aos.asb,
.item-info > h3.aos.asb,
.item-info > h4.aos.asb,
.item-info > ul.aos.asb,
.item-info .cart.aos.asb {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}

#news > div {
  padding: 0 0 40px;
}

#news dl {
  font-size: .9em;
  margin: 20px auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#news dt {
  width: 30%;
  text-align: right;
  padding: .5em;
  font-weight: 700;
}

#news dd {
  width: 70%;
  padding: .5em;
}

#note {
  background: #f8f8f8;
}

#note div {
  padding: 20px 20px 40px;
  font-size: .75rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

footer {
  font-size: .75rem;
  text-align: center;
  color: #222;
  background: #111811;
  display: block;
  position: relative;
  z-index: 1;
  background: url(../img/footer-background.jpg) center center/cover no-repeat;
}

footer a svg {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 2;
  width: 128px;
  height: 64px;
  cursor: pointer;
}

footer a svg circle {
  fill: #231815;
}

footer a svg polygon {
  fill: #fff;
}

footer div {
  padding: 40px 0;
}

footer div > * {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

footer h1 {
  font-size: 1rem;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  header a {
    font-size: 1rem;
  }
  .ac5 li {
    width: calc(100% / 3);
  }
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
  #instagram {
    width: 24px;
    height: 24px;
  }
}

@media print, (min-width: 1080px) {
  .pc {
    display: inline;
  }
  .smp {
    display: none;
  }
  nav li:nth-child(1) a {
    margin: 20px 0;
  }
  nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 0px;
  }
  nav li {
    width: auto !important;
    padding: 0 .8em;
  }
  nav li:nth-child(1) {
    margin-right: auto !important;
  }
  nav li:last-child a {
    background: #231815;
    padding: 8px 16px;
    border-radius: 20px;
    color: #fff;
  }
  nav li:last-child a:hover {
    color: #9BE05A;
  }
  #instagram {
    fill: #fff;
  }
  #prizes figure {
    max-width: 50%;
  }
  #prizes ul {
    max-width: 80%;
  }
  #concept > div > div:nth-child(n+2) {
    min-height: 80vh;
  }
  .concept-00 {
    position: relative;
    z-index: 1;
    background-position: top right -240px;
    background-size: auto 100%;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .concept-00::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(70%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, white 70%, rgba(255, 255, 255, 0) 100%);
  }
  .concept-00 > div {
    position: relative;
    z-index: 3;
    padding: 60px;
    max-width: 720px;
    margin-right: 40%;
  }
  .concept-00 p, .concept-01 p, .concept-02 p, .concept-03 ul {
    font-size: 1rem;
  }
  .concept-01 {
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fff), color-stop(35%, #CCD9D3), to(#CCD9D3));
    background: linear-gradient(180deg, #fff 0%, #fff 35%, #CCD9D3 35%, #CCD9D3 100%);
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .concept-01::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
    bottom: 10%;
    right: 51%;
    background: url(../img/concept-01.jpg) center center/cover no-repeat;
  }
  .concept-01 > div {
    position: relative;
    z-index: 3;
    width: 49%;
    background: none;
    padding: 60px;
    max-width: 720px;
    margin-left: 45%;
  }
  .concept-02 {
    background-position: center center;
  }
  .concept-02 > div {
    width: 46%;
    padding: 60px;
    margin-left: calc(5% - 20px);
  }
  .concept-03 {
    position: relative;
    z-index: 1;
    background: none;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .concept-03::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
    bottom: 10%;
    right: 51%;
    background: url(../img/concept-03.jpg) center center/cover no-repeat;
  }
  .concept-03 > div {
    position: relative;
    z-index: 3;
    width: 49%;
    background: none;
    padding: 60px;
  }
  #about h2 {
    max-width: 800px;
    text-align: center;
    font-size: 1.8rem;
    /*line-height:1.5em;*/
  }
  #about p {
    max-width: 800px;
    line-height: 1.6em;
  }
  .ob18, .ac5, .fr8 {
    padding: 80px 10px;
    background-position: left 5% top 5%;
    background-size: 600px;
  }
  .ob18 ul {
    max-width: 1024px;
    margin: 80px auto;
  }
  .ob18 li {
    width: calc(100% / 6);
  }
  .ac5 ul {
    max-width: 720px;
    margin: 80px auto;
  }
  .fr8 dl {
    max-width: 720px;
  }
  .items {
    margin: 0 10%;
  }
  .items > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .items > li:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .items > li > * {
    width: 50% !important;
  }
  #products > div:nth-child(2) {
    padding: 80px 10px;
  }
  .item-info h3 {
    margin: .8em 0;
  }
  .item-info h2 {
    margin: 1.2em 0 .4em;
  }
  .item-info ul {
    margin: 1em 0;
  }
  .points {
    width: 90%;
    margin: 80px auto;
  }
  .points li {
    margin: 10px;
    width: calc((100% / 3) - 30px);
    padding: 60px 40px;
    font-size: 1.25rem;
  }
  #note div {
    padding: 60px;
  }
  footer div {
    padding: 80px 0;
  }
}

@media print {
  /*#hero div:first-child{animation:print 0s step-start 0s 0 normal forwards !important;}*/
  html {
    width: 1190px;
    -webkit-transform-origin: top;
            transform-origin: top;
    height: 50%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin: 0;
  }
  .aos, .aos * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: print 0s step-start 0s 0 normal forwards !important;
            animation: print 0s step-start 0s 0 normal forwards !important;
  }
  .asb, .asb * {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) scale(1) rotate(0) !important;
            transform: translate(0, 0) scale(1) rotate(0) !important;
  }
  @-webkit-keyframes print {
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1) rotate(0);
              transform: translate(0, 0) scale(1) rotate(0);
    }
  }
  @keyframes print {
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1) rotate(0);
              transform: translate(0, 0) scale(1) rotate(0);
    }
  }
}
/*# sourceMappingURL=style.css.map */