@charset "UTF-8";

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
:after,
:before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  border: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ##############################################################
#
#    base
#
############################################################## */

html,
body {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #54565A;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
  letter-spacing: normal;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

html.hidden .pageWrapper,
body.hidden .pageWrapper {
  opacity: 0;
}

html ::-webkit-input-placeholder,
body ::-webkit-input-placeholder {
  color: #54565A;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
}

html :-ms-input-placeholder,
body :-ms-input-placeholder {
  color: #54565A;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
}

html ::-ms-input-placeholder,
body ::-ms-input-placeholder {
  color: #54565A;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
}

html ::placeholder,
html input,
html textarea,
html select,
body ::placeholder,
body input,
body textarea,
body select {
  color: #54565A;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "arial", sans-serif;
}

html ::-webkit-input-placeholder,
body ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

html :-ms-input-placeholder,
body :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

html ::-ms-input-placeholder,
body ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

html ::placeholder,
body ::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

html *,
body * {
  box-sizing: border-box;
}

html img,
body img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

html .gsapBlur--single,
html .gsapBlur__child,
body .gsapBlur--single,
body .gsapBlur__child {
  translate: 0 15px;
  opacity: 0;
}

html .gsapScale--single,
html .gsapScale__child,
body .gsapScale--single,
body .gsapScale__child {
  scale: 0;
  opacity: 0;
}

.pageWrapper {
  position: relative;
  z-index: 0;
}

.pageWrapper:before {
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/sp_bg.png) 0 0/cover no-repeat;
  width: 100vw;
  height: 100vh;
  content: "";
}

ul.list {
  display: block;
}

ul.list li.item {
  display: block;
}

.main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main .section {
  position: relative;
}

.main .section .inner {
  position: relative;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: url(../images/op_bg.jpg) 0 0/cover no-repeat;
  width: 100vw;
  height: 100vh;
}

.opening .obj {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.opening .obj img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageHeader {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.pageHeader .logo {
  margin: 0 calc(12 / 390 * 100%);
  padding: calc(10 / 390 * 100%) 0;
  width: calc(68 / 390 * 100%);
}

.pageFooter {
  position: relative;
  padding: calc(60 / 390 * 100%) 0;
}

.pageFooter .copy {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.sec-baisoku {
  position: relative;
  background: url(../images/baisoku_bg.jpg) 0 0/100% repeat-y;
  padding: 0 0 calc(88 / 390 * 100%);
}

.sec-baisoku:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/baisoku_underline.png) 0 0/100% no-repeat;
  padding: calc(8 / 390 * 100%) 0 0;
  width: 100%;
  content: "";
}

.sec-baisoku .kv {
  position: relative;
}

.sec-baisoku .kv .obj1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(65 / 390 * 100%) 0 0;
}

.sec-baisoku .kv .obj2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: calc(240 / 390 * 100%) 0 0;
}

.sec-baisoku .product {
  margin: 0 auto 50px;
  border-radius: 10px;
  background: #fff;
  padding: calc(40 / 390 * 100%) 0;
  width: calc(370 / 390 * 100%);
}

.sec-baisoku .product .catch {
  margin: 0 auto 20px;
  width: calc(320 / 390 * 100%);
}

.sec-baisoku .product .headline {
  margin: 0 auto 26px;
  width: calc(310 / 390 * 100%);
}

.sec-baisoku .product .image {
  margin: 0 auto 42px;
  width: calc(310 / 390 * 100%);
}

.sec-baisoku .product .synergy {
  margin: 0 auto;
  width: calc(310 / 390 * 100%);
}

.sec-baisoku .product .synergy .title {
  margin: 0 auto 15px;
}

.sec-baisoku .product .synergy .point {
  display: flex;
  justify-content: space-between;
}

.sec-baisoku .product .synergy .point .item {
  display: block;
}

.sec-baisoku .face .words {
  margin: 0 auto;
  width: calc(278 / 390 * 100%);
}

.sec-baisoku .face .hanae {
  -webkit-animation: hanae-face 1.3s linear infinite;
  animation: hanae-face 1.3s linear infinite;
  background: url(../images/baisoku_face_hanae_1.png) 0 0/100% no-repeat;
  padding: calc(209 / 390 * 100%) 0 0 calc(341 / 390 * 100%);
}

@-webkit-keyframes hanae-face {
  0% {
    background-image: url(../images/baisoku_face_hanae_1.png);
  }

  49.9% {
    background-image: url(../images/baisoku_face_hanae_1.png);
  }

  50% {
    background-image: url(../images/baisoku_face_hanae_2.png);
  }

  99.9% {
    background-image: url(../images/baisoku_face_hanae_2.png);
  }
}

@keyframes hanae-face {
  0% {
    background-image: url(../images/baisoku_face_hanae_1.png);
  }

  49.9% {
    background-image: url(../images/baisoku_face_hanae_1.png);
  }

  50% {
    background-image: url(../images/baisoku_face_hanae_2.png);
  }

  99.9% {
    background-image: url(../images/baisoku_face_hanae_2.png);
  }
}

.sec-baisoku .contents .tabs {
  display: flex;
  background: 0 0/100% no-repeat;
}

.sec-baisoku .contents .tabs .item {
  padding: calc(50 / 390 * 100%) 0 0;
  width: 50%;
}

.sec-baisoku .contents .content {
  display: none;
  padding: calc(49 / 390 * 100%) 0 calc(54 / 390 * 100%);
}

.sec-baisoku .contents .content .headline {
  margin: 0 0 24px;
}

.sec-baisoku .contents .content .video {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto 32px;
  border-radius: 10px;
  background: #000;
  padding: calc(197 / 390 * 100%) 0 0 0;
  width: calc(350 / 390 * 100%);
  overflow: hidden;
}

.sec-baisoku .contents .content .video#baisoku-video1 {
  border: 2px solid #FFF86F;
}

.sec-baisoku .contents .content .video#baisoku-video2 {
  border: 2px solid #8EF6FF;
}

.sec-baisoku .contents .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-baisoku .contents .content .challenge {
  margin: 0 0 18px;
}

.sec-baisoku .contents .content .download {
  margin: 0 auto;
  width: calc(306 / 390 * 100%);
}

.sec-baisoku .contents.type-1 .tabs {
  background-image: url(../images/baisoku_contents_tabs_1.png);
}

.sec-baisoku .contents.type-1 .content:nth-of-type(1) {
  display: block;
}

.sec-baisoku .contents.type-2 .tabs {
  background-image: url(../images/baisoku_contents_tabs_2.png);
}

.sec-baisoku .contents.type-2 .content:nth-of-type(2) {
  display: block;
}

.sec-baisoku .profile {
  margin: 0 auto;
  border-radius: 10px;
  background: #299D83;
  padding: calc(24 / 390 * 100%) calc(20 / 390 * 100%) calc(20 / 390 * 100%);
  width: calc(350 / 390 * 100%);
}

.sec-baisoku .profile .image {
  margin: 0 auto 10px;
  width: calc(97 / 350 * 100%);
}

.sec-baisoku .profile .name {
  margin: 0 auto 10px;
  width: calc(90 / 350 * 100%);
}

.sec-baisoku .profile .text {
  color: #fff;
  font-size: 13px;
  line-height: calc(22/13);
}

.sec-feature .appeal {
  padding: calc(75 / 390 * 100%) 0 20px;
}

.sec-feature .appeal .headline {
  margin: 0 0 35px;
}

.sec-feature .appeal .video {
  position: relative;
  margin: 0 auto 38px;
  border-radius: 10px;
  background: #000;
  padding: calc(179.5 / 390 * 100%) 0 0 0;
  width: calc(320 / 390 * 100%);
  overflow: hidden;
}

.sec-feature .appeal .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-feature .three-pluses {
  position: relative;
  margin: -20px 0 0;
  box-shadow: 0 0 30px rgba(69, 178, 127, 0.15);
  border-radius: 20px;
  background: #fff;
  padding: calc(80 / 390 * 100%) 0 0;
}

.sec-feature .three-pluses .headline {
  margin: 0 0 60px;
}

.sec-feature .three-pluses .points .image {
  margin: 0 0 20px;
}

.sec-feature .three-pluses .points .title {
  margin: 0 0 20px;
}

.sec-feature .three-pluses .points .text {
  margin: 0 0 60px;
  font-weight: 500;
  font-size: 18px;
  line-height: calc(33/18);
  text-align: center;
}

.sec-feature .three-pluses .points .colors {
  margin: -40px 0 60px;
}

.sec-feature .three-pluses .secret .title {
  margin: 0 0 30px;
}

.sec-feature .three-pluses .secret .image1 {
  margin: 0 0 36px;
}

.sec-feature .substance {
  margin: -20px 0 0;
  padding: calc(64 / 390 * 100%) 0 0;
}

.sec-feature .iyupi {
  margin: 0 auto 78px;
  border-radius: 10px;
  background: #E3F0E7;
  padding: calc(37 / 390 * 100%) 0;
  width: calc(370 / 390 * 100%);
}

.sec-feature .iyupi .headline {
  margin: 0 0 21px;
}

.sec-feature .iyupi .video {
  position: relative;
  margin: 0 auto 16px;
  border-radius: 10px;
  background: #000;
  padding: calc(173.8 / 370 * 100%) 0 0 0;
  width: calc(309.5 / 370 * 100%);
  overflow: hidden;
}

.sec-feature .iyupi .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-feature .product .headline {
  margin: 0 0 31px;
}

.sec-feature .product .image {
  margin: 0 0 54px;
}

.sec-feature .product .lineup {
  margin: 0 auto 68px;
  width: calc(290 / 390 * 100%);
}

.sec-feature .product .lineup .item {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(31/18);
  text-align: center;
}

.sec-feature .product .lineup .item + .item {
  margin-top: 20px;
  border-top: 1px solid #CDE8D6;
  padding-top: 20px;
}

.sec-feature .product .lineup .colors {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(20/14);
  text-align: center;
}

.sec-feature .special {
  margin: 0 auto 80px;
  box-shadow: 0 0 30px rgba(69, 178, 127, 0.1);
  border-radius: 20px;
  background: #fff;
  padding: calc(46 / 390 * 100%) 0 calc(41 / 390 * 100%);
  width: calc(350 / 390 * 100%);
}

.sec-feature .special .headline {
  margin: 0 0 31px;
}

.sec-feature .special .image {
  margin: 0 0 25px;
}

.sec-feature .special .point {
  margin: 0 auto;
  width: calc(320 / 350 * 100%);
}

.sec-feature .special .point + .point {
  margin-top: 20px;
}

.sec-links .links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto;
  width: calc(350 / 390 * 100%);
}

.sec-links .links .item {
  display: block;
}

/* ##############################################################
#
#    #PAGE_INDEX
#
############################################################## */

@media screen and (min-width: 769px) {
  .bg {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/pc_bg.jpg) no-repeat 50% 50%/cover fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .bg .logo {
    position: fixed;
    top: 26px;
    left: 29px;
    width: 132px;
  }

  .bg .bg-obj-1 {
    display: block;
    position: fixed;
    top: 50%;
    left: calc(390/1600*100vw);
    translate: 0 -50%;
    width: 133px;
    height: 100vh;
  }

  .bg .bg-obj-1 img {
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
  }

  .bg .bg-obj-2 {
    position: fixed;
    top: 50%;
    right: calc(1209/1600*100vw);
    translate: 0 -50%;
    width: calc(269/1600*100vw);
    max-width: 269px;
  }

  .bg .bg-obj-2 img {
    translate: -50px 0;
  }

  .bg .bg-obj-3 {
    position: fixed;
    top: 50%;
    left: calc(390/1600*100vw);
    translate: 0 -50%;
    width: calc(302/1600*100vw);
    max-width: 302px;
  }

  .bg .bg-obj-3 img {
    translate: 180px 0;
  }

  .pageWrapper:before {
    right: 60px;
    left: auto;
    width: calc(520 / 1600 * 100%);
  }

  .pageWrapper {
    position: absolute;
    top: 0;
    right: 60px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
    width: calc(520 / 1600 * 100%);
  }

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

  a,
  .ov {
    opacity: 1;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }

  a:hover,
  .ov:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  .opening {
    display: none;
  }
}

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

  .pageWrapper {
    min-width: initial;
  }

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