@charset "utf-8";

/**************************************************************
* カスタム用CSS
**************************************************************/

/* ロゴ（サイズの調整したい場合、コメントアウトを削除）
********************************/
/* //MEMO 大体1/1の画像であれば、widthの調整だけでリサイズ可能（max-widthかかっている）*/
/* .g-header__logo[class*="--v@2"] > a img {
  width: 5.25rem;
}

@media all and (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] > a img {
    width: 9rem;
  }
} */

/* //MEMO 縦長の場合、画像の親要素の高さも調整する */
/* .g-header__logo[class*="--v@2"] {
  height: 30vw;
}

@media all and (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] {
    height: 15.35vw;
  }
} */

/* //MEMO 背景が黒い時のフォームのラジオボタンの色調整 ※確認画面のみ*/
/* @media (min-width: 1024px) {
  .c-form-control__option input[type="radio"]:disabled,
  .c-form-control__option input[type="checkbox"]:disabled {
    filter: invert(1) brightness(10);
  }
} */

.g-nav[class*="--v@2"] {
  background: #C53035;
}

@media (min-width: 1600px) {
  .whitening .c-heading__alphabetic.has-right-line > i {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .whitening .c-heading__alphabetic.has-right-line > i {
    width: 65%;
  }
}

@media (min-width: 1600px) {
  .oral-care .c-heading__alphabetic.has-right-line > i {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .oral-care .c-heading__alphabetic.has-right-line > i {
    width: 65%;
  }
}

@media (min-width: 1600px) {
  .information .c-heading__alphabetic.has-left-line > i {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .information .c-heading__alphabetic.has-right-line > i {
    width: 65%;
  }
}

@media (min-width: 1024px) {
  .followArea {
    width: 350px;
  }
}

.followArea .followArea-list {
  display: block;
}


@media (min-width: 1024px) {
  .gallery .gallery__swiper-text {
    text-align: left;
  }
}

.g-header__logo[class*="--v@2"] {
  height: 8rem;
}

@media (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] > a img {
    max-width: 30rem;
    width: 90%;
  }
}

.g-header__logo[class*="--v@2"] > a img {
  max-width: 15rem;
  width: 90%;
}

@media (min-width: 1024px) {
  .g-header__logo[class*="--v@2"] {
    height: 8rem;
  }
}

.concept::after, .g-footer::after {
  background: none;
}


.swiper-image-inner {
  position: relative;
}
.swiper-image-inner::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1024px) {
  .footer-info {
    padding-left: 2.5vw;
  }
}


/**************************************************************
* 共通パーツ系
**************************************************************/
.copyright {
  color: #fff;
  padding-top: 5vw;
  text-align: center;
}

.footer-logo__link {
  background: transparent;
  padding: 0;
  width: 100%;
}

.footer-logo__wrap>a>img {
  width: 100%;
}

@media (max-width: 1025px) {
  .g-header__logo[class*="--v@2"] {
    width: 50vw;
  }

  .copyright {
    padding-top: 100px;
  }
}


@media (min-width: 1024px) {
  .footer-info {
    padding-left: 0;
  }

  .pagetop-btn__link {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .g-footer__logo-block {
    margin-left: 100px;
  }
}

@media (max-width: 1023px) {
  .g-nav__body {
    top: 10%;
  }
}

/**************************************************************
* 追従ボタン
**************************************************************/
.followArea .webBtn {
  background-color: #f37ab5;
  border: 1px solid #fff;
}

/**************************************************************
* MV
**************************************************************/
.mv__slider-block {
  width: 100%;
}

.mv .blended-title__upper-txt {
  color: #fff;
}

.mv .mv-copy__translation {
  color: #fff;
  text-shadow: 2px 3px 3px #f37ab5;
}


@media (max-width: 1025px) {
  .mv__copy-block {
    top: 35%;
    left: 5%;
  }
}


/**************************************************************
* CONCEPT
**************************************************************/
.concept {
  --accent-color-1: #fff;
}

.concept-vertival-catch {
  color: #E6A9BF;
}

@media (max-width: 1023px) {
  .concept-visual[class*="--2"] {
      width: calc(180 / 14 * 1rem);
  }
  
  @media (max-width: 1023px) {
    .concept-visual[class*="--1"] {
        width: calc(130 / 14 * 1rem);
    }
  }
}


/**************************************************************
* WHITENING
**************************************************************/
.whitening {
  padding-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .about-feature:not(:last-child) {
    margin-bottom: 74px;
  }
}


/**************************************************************
* FLOW
**************************************************************/
@media (min-width: 1024px) {
  .flow .l-heading-block {
    writing-mode: horizontal-tb;
  }

  .flow .c-heading__alphabetic.has-bottom-line>i {
    height: 0;
  }
}


/**************************************************************
* GALLERY
**************************************************************/
.gallery {
  padding-bottom: 0!important;
}


/**************************************************************
* INFORMATION
**************************************************************/
@media (min-width: 1024px) {
  .information .c-heading__alphabetic.has-right-line>i {
    width: 55%;
  }
}

/**************************************************************
* ハンバーガーメニュー
**************************************************************/
.hamburger-btn{
  position:fixed;
  top:calc(20/14 * 1rem);
  right:calc(40/14 * 1rem);
  z-index:9999;
  display:flex;
  flex-flow:column;
  justify-content:center;
  align-items:center;width:calc(60/14 * 1rem);
  height:calc(60/14 * 1rem);
  cursor:pointer;
  color:var(--accent-color-1)
}

.hamburger-btn>div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem
}

.hamburger-btn>div>i {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor
}

.hamburger-btn>i:before,
.hamburger-btn>i:after {
  display: none;
}

.hamburger-btn i:first-child {
  transform: translateY(-5px)
}

.hamburger-btn i:nth-child(2) {
  transform: translateY(5px)
}

.hamburger-btn i:nth-child(3){
  transform: translateY(15px) scaleX(0.75);
  transform-origin: 0 0
}

@media all and (min-width: 1024px) {
  .hamburger-btn {
    top: calc(30/14 * 1rem);
    right: calc(60/14 * 1rem)
  }
}

/* hovers / states */
.hamburger-btn i:first-child,
.hamburger-btn i:last-child {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1)
}

@media (hover: hover){
  .hamburger-btn {
      transition: color 0.3s
    }

  .hamburger-btn:hover {
    color: var(--base-color)
  }

  html[class*="ui-state-nav-opened"] .hamburger-btn {
    color: var(--base-background-color)
  }

  /* .hamburger-btn i:first-child,
  .hamburger-btn i:last-child {
    transform: translateY(0) scaleX(1);
    filter: blur(0.5px)
  } */
}
/* states */
html[class*="ui-state-nav-opened"] .hamburger-btn i:first-child {
  transform-origin: center;
  transform: translateY(0) rotateZ(-135deg) scaleX(0.75);
  filter: blur(0);
  color: var(--base-inverted-color)
}

html[class*="ui-state-nav-opened"] .hamburger-btn i:nth-child(2) {
  display: none;
}

html[class*="ui-state-nav-opened"] .hamburger-btn i:last-child {
  transform-origin: center;
  transform: translateY(0) rotateZ(135deg) scaleX(0.75);
  filter: blur(0);
  color: var(--base-inverted-color)
}
/* nav-*
********************************/