@charset "UTF-8";
/*********************************
*  @mixin
**********************************/
/*********************************
*  common
**********************************/
a {
  text-decoration: none;
}

.text-muted {
  color: #808080;
}

.text-dark {
  color: #383737 !important;
}

a:hover {
  color: inherit;
  opacity: 0.5;
  color: #ffffff;
}

.eng {
  font-family: 'Open Sans', sans-serif;
}

.top_main_vsl {
  padding-top: 550px;
  background: url(../images/top/mv.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top_main_vsl {
    background: url(../images/top/mv_sp.png) no-repeat;
    background-size: cover;
    padding-top: 380px;
  }
}

.main_header .inner {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .main_header .inner {
    padding: 10px 0;
  }
}
.main_header .md-ttl {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .main_header .md-ttl {
    width: 85%;
    padding: 0;
  }
}
.main_header .logo {
  width: calc(100% - 100px);
}
.main_header .logo img {
  width: 430px;
}
@media screen and (max-width: 768px) {
  .main_header .logo img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .main_header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .main_header .logo {
    width: calc(100% - 80px);
  }
  .main_header .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.main_header .header_cart {
  padding: 0.5rem 1rem;
}
.main_header .navbar {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .main_header .header_nav {
    background: none;
  }
}
.main_header .header_nav ul {
  max-width: 1230px;
  width: 900px;
  padding: 0 15px;
  list-style: none;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main_header .header_nav ul {
    width: 100%;
  }
}
.main_header .header_nav ul li:last-of-type {
  margin-right: 0;
}
.main_header .header_nav ul li .nav-link {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .main_header .header_nav ul li .nav-link {
    color: #000000;
  }
}

.navbar {
  display: block;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .navbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}

.navbar-expand-md .navbar-collapse {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    background-color: #ffffff;
  }
}

.menu_bg1 {
  background: url(../images/top/menu_area01.png) no-repeat;
  background-size: cover;
}

.menu_bg2 {
  background: url(../images/top/menu_area02.png) no-repeat;
  background-size: cover;
}

.menu_bg3 {
  background: url(../images/top/menu_area03.png) no-repeat;
  background-size: cover;
}

.menu_bg1, .menu_bg2, .menu_bg3 {
  min-height: 260px;
}
@media screen and (max-width: 1200px) and (min-width: 100px) {
  .menu_bg1, .menu_bg2, .menu_bg3 {
    height: 100%;
  }
}

.menu_box .text {
  font-size: 28px;
}
@media screen and (max-width: 1200px) and (min-width: 100px) {
  .menu_box .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 100px) and (min-width: 768px) {
  .menu_box .text {
    font-size: 20px;
  }
}

.shop_ttl {
  width: 300px;
  min-height: 300px;
  background: #000000;
  color: #ffffff;
  padding: 50px 35px 40px;
  position: relative;
}
.shop_ttl span {
  color: gray;
}
@media screen and (max-width: 1024px) {
  .shop_ttl {
    width: 200px;
    min-height: 200px;
  }
}
.shop_ttl::before {
  content: "";
  position: absolute;
  background: url(../images/top/line.png) repeat-x top center;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .shop_ttl::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .shop_ttl p {
    font-size: 2vw !important;
  }
}
@media screen and (max-width: 768px) {
  .shop_ttl {
    display: flex;
    /* Flexコンテナ―に設定 */
    flex-direction: column;
    /* コンテンツの配置を「上→下」に設定 */
    background: none;
    text-align: center;
    color: #000000;
    width: auto;
    min-height: auto;
  }
  .shop_ttl .child_1 {
    order: 1;
  }
  .shop_ttl .child_2 {
    order: 2;
    background: url(../images/top/line.png) no-repeat center top;
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .w-sp-50 {
    width: 50%;
  }
}

#concept_area {
  background: #EFF0E2;
}
#concept_area .text {
  max-width: 890px;
  margin: 0 auto;
}

.name {
  margin: 0;
  color: #707070;
}

.money {
  padding-top: 10px;
  color: #707070;
}

.border-bottom {
  border-bottom: 1px solid #707070 !important;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .border-bottom {
    width: 100%;
  }
}

.new_label {
  color: #ffffff;
  background: #7B4684;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .new_label {
    font-size: 7px;
    width: 80px;
  }
}

.sale_label {
  color: #ffffff;
  background: #D02020;
  width: 52px;
}
@media screen and (max-width: 768px) {
  .sale_label {
    font-size: 7px;
    width: 30px;
  }
}

.none_label {
  color: #ffffff;
  background: #ffffff;
  width: 52px;
}
@media screen and (max-width: 768px) {
  .none_label {
    font-size: 7px;
    width: 30px;
  }
}

.bg-black {
  background: #000000;
}

.footer_list {
  display: flex;
}
.footer_list ul {
  list-style: none;
}
.footer_list ul li a {
  color: #ffffff;
  text-decoration: none;
}

.more_btn {
  background: #93BAC1;
  padding: 8px;
  width: 71.4975%;
  margin: 0 auto;
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0;
}
.navbar-toggler > span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 2px;
  background-color: #303030;
  border-radius: 4px;
}
.navbar-toggler[aria-expanded=false] > span:nth-of-type(1) {
  top: 10px;
}
.navbar-toggler[aria-expanded=false] > span:nth-of-type(2) {
  top: 18px;
}
.navbar-toggler[aria-expanded=false] > span:nth-of-type(3) {
  bottom: 10px;
}
.navbar-toggler[aria-expanded=true] > span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] > span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] > span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}

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