@charset "UTF-8";
body {
  background: #fff;
}

/* common */
#main-container {
  position: relative;
  padding: 0;
  z-index: 0;
  background: #fff;
}

#main-content {
  width: 100%;
  color: #333;
  padding-top: 100px;
  font-weight: 300;
  overflow: hidden;
}
#main-content p.small {
  font-size: 0.7%;
}
#main-content sup,
#main-content .sup {
  position: relative;
  top: -0.2em;
  font-size: 50%;
  vertical-align: super;
}

p.note,
.note {
  font-size: min(2.3vw, 11px) !important;
  color: #888;
}

.pc {
  display: block;
}

.sp,
.sp-img {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }

  span.sp {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }
}
#hero {
  position: relative;
  width: 100vw;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #hero {
    height: 129.7vw;
  }
}
#hero .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
#hero p.note {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
@media only screen and (max-width: 640px) {
  #hero p.note {
    left: 10px;
  }
}

.hero-ph {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-title {
  position: absolute;
  top: 38%;
  left: 50%;
  width: 40vw;
  opacity: 0;
  transition: opacity 1.5s 1.5s ease;
}
@media only screen and (max-width: 640px) {
  .hero-title {
    top: 8%;
    left: 12.5vw;
    width: 75vw;
  }
}

.hero-renewal {
  position: absolute;
  top: 63%;
  left: 62%;
  width: 18.3vw;
  opacity: 0;
  transition: opacity 1.5s 2.5s ease;
}
@media only screen and (max-width: 640px) {
  .hero-renewal {
    top: 25%;
    left: 25%;
    width: 45%;
  }
}

.inview .hero-title,
.inview .hero-renewal {
  opacity: 1;
}

.story {
  margin-top: 50px;
  width: 100vw;
}
.story .inner {
  position: relative;
  width: 100%;
  height: 71.43vw;
}
@media only screen and (max-width: 640px) {
  .story .inner {
    height: 125vw;
  }
}
.story .story-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/story_bg.jpg) no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  .story .story-bg {
    background-size: cover;
  }
}
.story .story-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
.story .story-tx {
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: 45vw;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .story .story-tx {
    width: 75%;
    height: 90vw;
  }
}
.story .story-tx li {
  width: 2vw;
}
@media only screen and (max-width: 640px) {
  .story .story-tx li {
    width: 4.8vw;
  }
}

#story-item {
  position: absolute;
  top: 22%;
  left: 20%;
  width: 29%;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  #story-item {
    left: 0;
    width: 53%;
  }
}

#story-ill {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 27%;
  transform: translateX(-42%);
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #story-ill {
    width: 50%;
  }
}

#story-note {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.fx-tx {
  opacity: 0;
}
.inview .fx-tx {
  animation: tx-start 2s cubic-bezier(0.19, 1, 0.22, 1) forwards, tx-end 5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.fx-tx2 {
  opacity: 0;
}
.inview .fx-tx2 {
  animation: tx-start 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.fx-ill {
  opacity: 0;
}
.inview .fx-ill {
  animation: ill-start 15s cubic-bezier(0.19, 1, 0.22, 1) forwards, ill-end 5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

#tx01-01 {
  animation-delay: 1s, calc(6s + 3s);
}

#tx01-02 {
  animation-delay: 2.5s, calc(6s + 3.2s);
}

#tx01-03 {
  animation-delay: 5s, calc(6s + 3.4s);
}

#tx01-04 {
  animation-delay: 5.1s, calc(6s + 3.6s);
}

#tx01-05 {
  animation-delay: 5.2s, calc(6s + 3.8s);
}

#story-ill {
  animation-delay: 10s, 29s;
}

#tx02-01 {
  animation-delay: 10s, calc(12s + 3s);
}

#tx02-02 {
  animation-delay: 11.5s, calc(12s + 3.2s);
}

#tx02-03 {
  animation-delay: 11.6s, calc(12s + 3.4s);
}

#tx03-01 {
  animation-delay: 16s, calc(21s + 3s);
}

#tx03-02 {
  animation-delay: 17.5s, calc(21s + 3.2s);
}

#tx03-03 {
  animation-delay: 19s, calc(21s + 3.4s);
}

#tx03-04 {
  animation-delay: 20.5s, calc(21s + 3.6s);
}

#tx04-01 {
  animation-delay: 25s, calc(25s + 3s);
}

#tx05-01 {
  animation-delay: 28s;
}

#tx05-02 {
  animation-delay: 29.5s;
}

#tx05-03 {
  animation-delay: 31s;
}

#tx05-04 {
  animation-delay: 32.5s;
}

#story-item {
  animation-delay: 34.5s;
}

#story-note {
  animation-delay: 29.5s;
}

/* anchor-nav
----------------------------------------------------*/
.anchor-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .anchor-nav {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}
.anchor-nav .anchor-item {
  position: relative;
  margin: 0 1.5%;
  width: 13%;
  max-width: 170px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 0.5s ease;
}
.anchor-nav .anchor-item a img {
  transition: opacity 0.5s ease;
}
.anchor-nav .anchor-item a:hover img {
  opacity: 0.6;
}
.anchor-nav .anchor-item.inview {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 640px) {
  .anchor-nav .anchor-item {
    margin: 25px 4% 0;
    width: 27%;
  }
}
.anchor-nav #anchor-item1 {
  transition-delay: 0.5s;
}
.anchor-nav #anchor-item2 {
  transition-delay: 0.6s;
}
.anchor-nav #anchor-item3 {
  transition-delay: 0.7s;
}
.anchor-nav #anchor-item4 {
  transition-delay: 0.8s;
}

.product {
  position: relative;
  padding-top: 150px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .product {
    width: 100%;
    padding-top: 80px;
  }
}
.product .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  width: 90%;
  max-width: 1200px;
}
@media only screen and (max-width: 640px) {
  .product .inner {
    padding: 0 2% 0;
    width: 95%;
  }
}
.product.inview {
  z-index: 20;
}
.product.inview .product-ph,
.product.inview .product-info,
.product.inview .product-col {
  opacity: 1;
  transform: translateY(0);
}

.product-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.7s;
}
#serum .product-col, #cream .product-col {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .product-col {
    display: block;
    margin: -1em auto 40px;
    width: 100%;
  }
}

.product-ph {
  position: relative;
  width: 65%;
  max-width: 750px;
  text-align: center;
  z-index: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
}
@media only screen and (max-width: 640px) {
  .product-ph {
    position: relative;
    margin: 0 auto;
    width: 97%;
    transform: translateX(-4%);
  }
  .product-ph img {
    width: 100%;
  }
}

.product-tx {
  position: relative;
  margin-left: -8%;
  width: 45%;
  max-width: 480px;
  z-index: 1;
  box-sizing: border-box;
}
#serum .product-tx, #cream .product-tx {
  margin-left: 0;
  margin-right: -8%;
}
@media only screen and (max-width: 640px) {
  .product-tx {
    margin: -5% auto 0;
    padding: 0;
    width: 90%;
  }
  #serum .product-tx, #cream .product-tx {
    margin: -5% auto 0;
  }
}
.product-tx h2 {
  position: relative;
  margin-bottom: 0;
  font-family: Metropolis, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
  letter-spacing: 0.1em;
  color: #e0d1b1;
}
@media only screen and (max-width: 640px) {
  .product-tx h2 {
    font-size: 8vw;
  }
}
.product-tx h3 {
  position: relative;
  margin-top: 1em;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  color: #000;
}
@media only screen and (max-width: 640px) {
  .product-tx h3 {
    font-size: 3.6vw;
  }
}
.product-tx h3 .sup {
  position: relative;
  top: -0.9em;
  font-size: 50%;
}
.product-tx p {
  position: relative;
  margin-top: 1.5em;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .product-tx p {
    font-size: 3.2vw;
  }
}
.product-tx p .sup {
  position: relative;
  top: -0.5em;
  font-size: 70%;
}
.product-tx p .nowrap {
  white-space: nowrap;
}
.product-tx .product-icon {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.product-tx .product-texture {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#boost .product-tx .product-texture, #gel .product-tx .product-texture {
  right: inherit;
  left: 0;
}
#soap .product-tx .product-texture {
  transform: translate(15%, 90%);
}
#serum .product-tx .product-texture {
  transform: translate(-40%, 90%);
}
#lotion .product-tx .product-texture {
  transform: translate(0, 70%);
}
#cream .product-tx .product-texture {
  transform: translate(-50%, 110%);
}
@media only screen and (max-width: 640px) {
  .product-tx .product-texture {
    width: 50%;
  }
  #soap .product-tx .product-texture {
    transform: translate(-5%, 50%);
  }
  #serum .product-tx .product-texture {
    transform: translate(-10%, 40%);
  }
  #lotion .product-tx .product-texture {
    transform: translate(0%, 40%);
  }
  #cream .product-tx .product-texture {
    transform: translate(-10%, 50%);
  }
}

.product-info {
  position: relative;
  margin-top: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 1.5s;
}
@media only screen and (max-width: 640px) {
  .product-info {
    margin-top: 80px;
  }
}

.product-name {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.product-name span {
  font-size: 80%;
}
@media only screen and (max-width: 640px) {
  .product-name {
    font-size: 3.5vw;
  }
}

.product-badges {
  margin-top: 20px;
}
.product-badges p.note {
  text-align: center;
}

.product-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-badge li {
  display: inline-block;
  margin: 0 3px;
  padding: 3px 15px 4px;
  font-size: min(2.6vw, 14px);
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  border-radius: 20px;
  color: #fff;
  background: #d7c59e;
}
@media only screen and (max-width: 640px) {
  .product-badge {
    padding: 2px 10px;
    width: auto;
  }
}

.product-spec {
  margin-top: 1em;
  font-size: min(3vw, 14px);
  letter-spacing: 0.1em;
  text-align: center;
}

/* steps-to-use
----------------------------------------------------*/
.steps-to-use {
  position: relative;
  margin-top: 150px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .steps-to-use {
    margin-top: 80px;
  }
}
.steps-to-use .inner {
  margin: 0 auto;
  width: 100%;
}

.step-title {
  position: relative;
  text-align: center;
  width: 100%;
}
.step-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 1em;
  left: 15%;
  width: 70vw;
  height: 1px;
  background: #d0bd94;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .step-title::before {
    top: 0.55em;
    left: 5%;
    width: 90%;
  }
}
.step-title h2 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(5.5vw, 35px);
  font-weight: 500;
  text-align: center;
  color: #d0bd94;
  letter-spacing: 0.1em;
  background: #fff;
  z-index: 10;
}
.step-title h3 {
  font-size: min(2.8vw, 14px);
  text-align: center;
}

.steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50px;
}
.steps .step {
  position: relative;
  width: 12.5%;
  max-width: 160px;
  margin: 0 30px;
}
@media only screen and (max-width: 640px) {
  .steps .step {
    width: 22%;
    margin: 0 1%;
  }
}
.steps .step::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30%;
  width: 25%;
  max-width: 40px;
  height: 100%;
  background: url(../img/step_arrow.png) no-repeat center center;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  .steps .step::after {
    right: -25%;
  }
}
.steps .step:nth-child(4)::after {
  display: none;
}

/* btn
----------------------------------------------------*/
.btns {
  margin: 40px auto 0;
  width: 90%;
  max-width: 1080px;
}
.btns ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}
.btns li {
  width: 31.333%;
  margin: 0 0.5%;
}
@media only screen and (max-width: 640px) {
  .btns li {
    width: 100%;
  }
}
.btns .btn a {
  width: 100%;
}
.btns .note-cp {
  margin-top: 1em;
  font-size: 85%;
  text-align: center;
  color: #999;
}
.btns .note-cp em {
  font-size: 140%;
  font-weight: bold;
  line-height: 2;
  color: #ea655f;
}

.btn {
  position: relative;
  font-size: 110%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 280px;
  height: 60px;
  text-align: center;
  color: #fff;
  background: #f0afb5;
  border: solid 1px #f0afb5;
  transition: color 0.15s, background 0.3s, border 0.3s;
  box-sizing: border-box;
}
.btn a:hover {
  color: #f0afb5;
  background: #fff4f5;
  border: solid 1px #f0afb5;
}
@media only screen and (max-width: 640px) {
  .btn a {
    height: 60px;
  }
}
.btn a:hover {
  cursor: pointer;
}
.btn p {
  margin: 0 !important;
}
.btn p.note {
  padding-bottom: 0.5em;
  margin-left: -15%;
  width: 130%;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #676770 !important;
}

li.btn-buy > a:hover {
  opacity: 0.7;
}
li.btn-buy.comingsoon {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  li.btn-buy {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  li.btn-detail {
    margin-bottom: 10px;
  }
}

.btn-detail {
  color: #f0afb5;
}
.btn-detail a {
  color: #f0afb5;
  background: #fff;
  box-sizing: border-box;
}
.btn-detail a:hover {
  color: #fff;
  background: #f0afb5;
  border: solid 1px #f0afb5;
}
.btn-detail a[target=_blank]:after {
  display: inline-block;
  content: "";
  font-family: "om_util";
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
  color: #333;
  width: initial;
  height: initial;
  background: none;
}
#boost .btn-detail a:hover[target=_blank]:after, #lotion .btn-detail a:hover[target=_blank]:after, #gel .btn-detail a:hover[target=_blank]:after {
  color: #fff;
}

.btn.comingsoon {
  position: relative;
}
.btn.comingsoon a {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .btn.comingsoon:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
  }

  .btn.comingsoon:after {
    width: 100%;
  }
}
.btn-story {
  position: relative;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 60px;
}
.btn-story a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 430px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #f0afb5;
  transition: all 0.15s linear;
  border: solid 1px #f0afb5;
  box-sizing: border-box;
  border-radius: 40px;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .btn-story a {
    width: 85%;
    height: 70px;
    font-size: 3.5vw;
  }
}
.btn-story a:hover {
  cursor: pointer;
  color: #f0afb5;
  background: #fff4f5;
  border: solid 1px #f0afb5;
}
.btn-story a::after {
  content: "";
  position: absolute;
  right: 2em;
  font-family: "om_util";
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

.sns {
  position: relative;
  margin-bottom: 0;
  padding: 100px 0;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .sns {
    padding: 50px 0;
  }
}

.banners {
  margin: 200px auto 0;
  width: 90%;
  max-width: 480px;
}
.banners .comingsoon {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .banners {
    margin: 100px auto 0;
  }
}
.banners li {
  margin-top: 30px;
}

#concept {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  background: url(../img/concept_bg.jpg) no-repeat;
  background-size: 100%;
  opacity: 0.5;
  transform: scale(0);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
}
#concept.active {
  display: block;
  opacity: 1;
  transform: scale(1);
}
#concept .inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 150px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.concept-story {
  position: relative;
  width: 100%;
  border-top-style: solid;
  border-top-width: 30px;
  border-top-color: #f0afb5;
}

#tsuyamochi {
  margin-top: 200px;
  border-top-color: #eec8cb;
}
@media only screen and (max-width: 640px) {
  #tsuyamochi {
    margin-top: 6em;
  }
}

.concept-tx {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 900px;
  padding-top: 80px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .concept-tx {
    padding-top: 40px;
  }
}
.concept-tx h1 {
  margin: 0;
  font-size: min(5.3vw, 26px);
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .concept-tx h1 {
    letter-spacing: 0.05em;
  }
}
.concept-tx h1 em {
  color: #e48599;
}
.concept-tx h1 span {
  display: block;
  font-size: 62%;
  line-height: 3;
  color: #e48599;
}
.concept-tx p.note {
  margin-top: 100px;
  font-size: 11px;
  color: #999;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .concept-tx p.note {
    margin-top: 50px;
  }
}
.concept-tx .sup {
  position: relative;
  top: -0.9em;
  font-size: 50%;
}

.concept-part {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .concept-part {
    margin-top: 60px;
  }
}
.concept-part .concept-part-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1.5em;
}
.concept-part .concept-part-title-num {
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 70px;
  font-weight: 600;
  color: #ef97a9;
}
@media only screen and (max-width: 640px) {
  .concept-part .concept-part-title-num {
    font-size: 10vw;
  }
}
#tsuyamochi .concept-part .concept-part-title-num {
  color: #eec8cb;
}
.concept-part h2 {
  margin-top: 0.9em;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: left;
  color: #e48599;
}
@media only screen and (max-width: 640px) {
  .concept-part h2 {
    margin-top: 0.2em;
    padding-left: 20px;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.concept-part h3 {
  margin-top: 2em;
  padding-left: 100px;
  font-size: 140%;
}
@media only screen and (max-width: 640px) {
  .concept-part h3 {
    padding-left: 0;
    font-size: 4.2vw;
  }
}
.concept-part h4 {
  margin-top: 2em;
  margin-left: 80px;
  font-size: 130%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .concept-part h4 {
    margin-left: 0;
    font-size: 3.5vw;
  }
}
.concept-part p {
  margin-top: 1em;
  padding-left: 80px;
  font-size: min(3.2vw, 15px);
  line-height: 2;
  letter-spacing: 0.1em;
}
.concept-part p em {
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .concept-part p {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: 0.05em;
  }
}
.concept-part .fig {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig {
    margin-top: 30px;
    margin-left: 0;
  }
}
.concept-part .fig-col {
  margin-top: 40px;
  margin-left: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig-col {
    margin-top: 20px;
    margin-left: 0;
  }
}
.concept-part .fig-col .fig {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig-col .fig {
    margin-top: 20px;
    width: 100%;
  }
}
.concept-part .fig-col .fig img {
  width: 100%;
}
.concept-part .fig-col .fig + .fig {
  margin-left: 2%;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig-col .fig + .fig {
    margin-left: 0;
  }
}
.concept-part .fig-cap {
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig-cap {
    margin-top: 10px;
    margin-right: 3.2vw;
    width: 39vw;
  }
}
.concept-part .fig-cap p {
  position: relative;
  margin-top: 1.5em;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .concept-part .fig-cap p {
    font-size: 2.4vw;
  }
}
.concept-part .fig-ph {
  position: relative;
}
.concept-part .fig-ph div.note {
  position: absolute;
  bottom: -2.5em;
  right: 0;
  font-size: 10px;
}
.concept-part .concept-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 100px;
}
@media only screen and (max-width: 640px) {
  .concept-part .concept-col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.concept-part .concept-col .concept-ph {
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .concept-part .concept-col .concept-ph {
    width: 40%;
  }
}
.concept-part .concept-col p {
  margin-top: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 640px) {
  .concept-part .concept-col p {
    margin-top: 2em;
    padding-left: 0;
  }
}
.concept-part .concept-fig {
  margin-top: 20px;
  margin-left: 100px;
}
@media only screen and (max-width: 640px) {
  .concept-part .concept-fig {
    margin-left: 0;
  }
}

.btn-close-bottom {
  position: relative;
  margin: 80px auto 0;
  width: 90px;
  z-index: 100;
}

.btn-close-top {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .btn-close-top {
    width: 60px;
    top: 0;
  }
}

.fx−bright {
  opacity: 0;
  transition: opacity;
  transition-delay: 0.5s;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.inview .fx−bright {
  opacity: 1;
  animation: bright 1.5s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes bright {
  0% {
    filter: brightness(1000%) blur(50px);
  }
  100% {
    filter: brightness(100%) blur(0);
  }
}
@keyframes tx-start {
  0% {
    filter: blur(50px);
    opacity: 0.2;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes tx-end {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(30px);
    opacity: 0;
  }
}
@keyframes ill-start {
  0% {
    filter: blur(50px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 0.2;
  }
}
@keyframes ill-end {
  0% {
    filter: blur(0);
    opacity: 0.2;
  }
  100% {
    filter: blur(30px);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
