@charset "UTF-8";
* {
  color: #000;
  font-size: 24px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sp {
  display: none !important;
}

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

nav {
  position: relative;
}

@media screen and (max-width: 896px) {
  nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #00acb2;
    z-index: 1;
  }
}

nav .navbar-menu {
  background: #00acb2;
}

@media screen and (max-width: 896px) {
  nav .navbar-menu {
    height: 100vh;
    width: 100vw;
  }
}

nav .navbar-menu ul {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 896px) {
  nav .navbar-menu ul {
    max-width: 100%;
    display: block;
  }
}

nav .navbar-menu ul li {
  width: auto;
  margin: 20px;
}

@media screen and (max-width: 896px) {
  nav .navbar-menu ul li {
    margin: 30px;
  }
}

nav .navbar-menu ul li a {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  letter-spacing: 5px;
}

nav .navbar-menu ul li a.en {
  font-family: arial, sans-serif;
}

nav .navbar-menu ul li a.active::after {
  content: "";
  background: #fff;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#sp_nav_btn {
  display: none;
}

@media screen and (max-width: 896px) {
  #sp_nav_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  #sp_nav_btn .menu_btn {
    position: relative;
    width: 35px;
    height: 30px;
  }
}

@media screen and (max-width: 896px) and (max-width: 896px) {
  #sp_nav_btn .menu_btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #231815;
    transition-duration: 0.2s;
    border-radius: 4px;
  }
  #sp_nav_btn .menu_btn span::before, #sp_nav_btn .menu_btn span::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #231815;
    transition-duration: 0.2s;
    border-radius: 4px;
  }
  #sp_nav_btn .menu_btn span::before {
    margin-top: -14px;
  }
  #sp_nav_btn .menu_btn span::after {
    margin-top: 14px;
  }
}

@media screen and (max-width: 896px) {
  #sp_nav_btn .menu_btn.open span {
    background: #fff;
    height: 0;
  }
  #sp_nav_btn .menu_btn.open span::before, #sp_nav_btn .menu_btn.open span::after {
    background: #fff;
    margin-top: 0;
    height: 2px;
  }
  #sp_nav_btn .menu_btn.open span::before {
    transform: rotate(225deg);
  }
  #sp_nav_btn .menu_btn.open span::after {
    transform: rotate(-225deg);
  }
}

@media screen and (max-width: 896px) and (max-width: 896px) {
  #sp_nav_btn.open .menu_btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #231815;
    transition-duration: 0.2s;
    border-radius: 4px;
  }
  #sp_nav_btn.open .menu_btn span::before, #sp_nav_btn.open .menu_btn span::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #231815;
    transition-duration: 0.2s;
    border-radius: 4px;
  }
  #sp_nav_btn.open .menu_btn span::before {
    margin-top: -14px;
  }
  #sp_nav_btn.open .menu_btn span::after {
    margin-top: 14px;
  }
}

.slider {
  width: 100vw;
  margin: auto;
}

.slider .slider-item {
  margin: auto;
}

.slick-slide {
  transition: .3s ease;
}

.slick-slide:not(.slick-current) {
  opacity: .7;
}

#modal {
  display: none;
}

.gototop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
}

img {
  display: inline-block;
  max-width: 100%;
}

.inner {
  max-width: 1040px;
  margin: auto;
  padding-top: 70px;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.cont {
  clear: both;
}

.cont .col-3 {
  float: left;
  margin: 0 5px;
  width: 31%;
}

.cont .col-3 img {
  width: 100%;
}

.ml-0 {
  margin-left: 0;
}

#header {
  position: relative;
}

#header .header-ttl {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 50px;
}

#header .header-ttl .main-logo {
  position: absolute;
  max-width: 140px;
  top: 8px;
  left: 20px;
}

#header .header-ttl .main-logo img {
  padding-top: 8px;
  padding-bottom: 10px;
}

#header .header-ttl .right {
  float: right;
  width: 40%;
  display: table;
  margin: 10px 20px 0;
}

#header .header-ttl .beautiens-logo {
  display: table-cell;
  width: 86%;
  vertical-align: middle;
}

#header .header-ttl .beautiens-logo a {
  display: block;
  width: 100%;
}

#header .header-ttl .beautiens-logo a img {
  width: 100%;
}

#header .header-ttl .header-info {
  display: table-cell;
  position: relative;
  overflow: hidden;
  text-align: right;
  margin-right: 20px;
  height: 35px;
  width: 35px;
  background-color: #da001a;
  clear: both;
}

#header .header-ttl .header-info::after {
  content: "";
  position: absolute;
  top: 16.5px;
  left: 5px;
  width: 25px;
  height: 1px;
  background: #fff;
}

#header .header-ttl .header-info .col-4-2 {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}

#header .header-ttl .header-info .col-4-2::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 25px;
  height: 1px;
  background: #fff;
}

#header .header-ttl .header-info .col-4-2::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 5px;
  width: 25px;
  height: 1px;
  background: #fff;
}

#header .header-ttl .header-info .col-4-2 div {
  width: 35px;
}

#header .header-ttl .header-info.active::after {
  content: none;
}

#header .header-ttl .header-info.active .col-4-2::before {
  transform: rotate(-45deg);
  top: 17px;
}

#header .header-ttl .header-info.active .col-4-2::after {
  transform: rotate(45deg);
  bottom: 17px;
}

#header #nav-sp {
  background: #fff;
  background-image: url(../img/header/nav_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 15px 15px;
  display: none;
}

#header #nav-sp .nav-box {
  padding: 20px 0;
  border-bottom: 2px #d2d2d2 solid;
}

#header #nav-sp .nav-box.end {
  border-bottom: none;
  padding-bottom: 0;
}

#header #nav-sp .nav-box .navbar-start {
  clear: both;
  overflow: hidden;
}

#header #nav-sp .nav-box .navbar-start .navbar-item {
  width: 50%;
  float: left;
  overflow: hidden;
}

#header #nav-sp .nav-box h2, #header #nav-sp .nav-box .shopping-btn, #header #nav-sp .nav-box .tel, #header #nav-sp .nav-box .open-text {
  display: block;
  width: 80%;
  margin: 15px auto;
}

#header #nav-sp .nav-box .open-text {
  width: 90%;
}

#header .mv .ttl_01 a {
  display: block;
}

.mv.flexslider {
  margin: 0;
  border: none;
}

.mv .flex-direction-nav {
  display: none;
}

.mv .flex-control-nav.flex-control-paging {
  display: none;
}

#contents .contact {
  width: 100%;
  background: #fff;
  background-image: url(../img/contents/contact_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 30px;
  margin-top: 30px;
}

#contents .contact .tel-btn, #contents .contact .contact-text {
  display: block;
  margin: 10px auto;
  width: 60%;
}

#contents .contact .contact-text {
  width: 89%;
}

#contents .f-vew {
  margin-top: 0;
}

#contents .cont-block {
  background: #fff;
}

#contents .cont-block .ttl {
  width: 60%;
}

#contents .cont-block .step div {
  margin: 20px auto;
}

#contents .cont-block .inner h3 {
  text-align: center;
  margin-bottom: 30px;
}

#contents .cont-block .inner .cont {
  text-align: center;
}

#contents .cont-block .contact {
  width: 100%;
  position: relative;
  margin: auto;
  min-height: 280px;
  overflow: hidden;
}

#contents .cont-block .contact .contact-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 280px;
}

#contents .cont-block .contact .contact-bg img {
  width: 100%;
  max-width: auto;
  min-width: 1680px;
}

#contents .cont-block .contact .contact-cont {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 40px;
  left: 0;
}

#contents .cont-block .contact .contact-cont .contact-inner {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#contents .cont-block .contact .contact-cont .contact-inner img {
  display: block;
  margin: 10px auto;
}

#contents .new .product {
  margin-top: 30px;
}

#contents .new .product .cont {
  position: relative;
}

#contents .new .product .inner.milk {
  margin-top: 30px;
  padding-top: 0;
}

#contents .movie .movie-inner {
  width: 85%;
  margin: auto;
}

#contents .movie .movie-inner .movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#contents .movie .movie-inner .movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#contents .movie .movie-ttl {
  margin-top: 30px;
}

#contents .commitment .ttl {
  width: 70%;
}

#contents .commitment .cont {
  padding-top: 30px;
}

#contents .commitment .cont.first {
  padding-top: 0;
}

#contents .commitment .contact {
  margin-top: 50px;
}

#footer {
  background: #fff;
  clear: both;
}

#footer .inner {
  padding: 30px 5px 35px;
}

#footer .inner div {
  margin: 10px auto;
}

#footer .sns {
  margin: 30px auto 40px;
  text-align: center;
}

#footer .sns li {
  display: inline-block;
  margin: 0 5px;
}
