@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	TOP
 * *************************************************/
/* 共通
----------------------------------------------*/
H2.top_content_ttl {
  width: auto;
  height: 20px;
  margin: 0 0 30px -20px;
}

@media print, screen and (min-width: 768px) {
  H2.top_content_ttl {
    width: 30px;
    height: auto;
    margin: -70px 40px 0 0;
  }
}

@media print, screen and (min-width: 1024px) {
  H2.top_content_ttl {
    width: 56px;
    margin: -100px 70px 0 0;
    margin-top: -100px;
  }
}

H2.top_content_ttl img {
  display: block;
}

#about H2.top_content_ttl {
  margin: 0 -20px 20px 0;
}

@media print, screen and (min-width: 768px) {
  #about H2.top_content_ttl {
    margin: -70px 0 0 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  #about H2.top_content_ttl {
    margin: -100px 0 0 70px;
  }
}

#about H2.top_content_ttl img {
  margin-left: auto;
}

/* MV
----------------------------------------------*/
.top_mv {
  position: relative;
}

.top_mv img.top-mv-catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .top_mv img.top-mv-catch {
    width: 450px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_mv img.top-mv-catch {
    width: 600px;
  }
}

@media print, screen and (min-width: 1200px) {
  .top_mv img.top-mv-catch {
    width: 880px;
  }
}

/* SHOP INFO
----------------------------------------------*/
#shop_info {
  background: url(images/bg-denim.webp);
  background-position: top center;
}

.top_shop_info_wrap {
  max-width: 1540px;
  padding: 40px 20px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .top_shop_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_shop_info_wrap {
    padding: 100px 20px;
  }
}

.top_info_list_box {
  border: 6px solid #515b63;
  border-radius: 0 20px 0 20px;
  margin: auto 0;
}

@media print, screen and (min-width: 768px) {
  .top_info_list_box {
    width: calc(100% - 140px);
    border: 15px solid #515b63;
    border-radius: 0 50px 0 50px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_info_list_box {
    width: calc(100% - 252px);
  }
}

ul.top_info_list {
  padding: 10px 15px;
}

@media print, screen and (min-width: 768px) {
  ul.top_info_list {
    padding: 10px 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.top_info_list {
    padding: 20px 60px;
  }
}

ul.top_info_list li {
  padding: 15px 0;
}

@media print, screen and (min-width: 768px) {
  ul.top_info_list li {
    padding: 20px 10px;
  }
}

ul.top_info_list li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

ul.top_info_list time {
  font-size: 14px;
}

@media print, screen and (min-width: 768px) {
  ul.top_info_list time {
    font-size: 22px;
    margin-right: 1em;
  }
}

ul.top_info_list h3 {
  font-size: 18px;
}

@media print, screen and (min-width: 768px) {
  ul.top_info_list h3 {
    display: inline;
    font-size: 22px;
  }
}

ul.top_info_list p {
  font-size: 16px;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  ul.top_info_list p {
    font-size: 18px;
    margin-top: 0;
  }
}

ul.top_info_list a {
  display: block;
}

.info_more {
  display: block;
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 3px solid #fff;
  padding: 10px 0;
  margin: 0 auto 40px;
}

@media print, screen and (min-width: 768px) {
  .info_more {
    font-size: 20px;
  }
}

/* ABOUT
----------------------------------------------*/
#about {
  background: url(images/bg-about-sp.webp);
  background-position: top center;
  background-size: 100%;
  height: 117vw;
}

@media print, screen and (min-width: 768px) {
  #about {
    background: url(images/bg-about-pc.webp);
    background-position: top center;
    background-size: 100%;
    height: 98vw;
  }
}

.top_about_wrap {
  max-width: 1540px;
  padding: 40px 20px 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .top_about_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 70px 20px 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_about_wrap {
    padding: 100px 20px 0;
  }
}

.top_about_txt {
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .top_about_txt {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_about_txt {
    font-size: 22px;
  }
}

.top_about_txt h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .top_about_txt h3 {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_about_txt h3 {
    font-size: 34px;
  }
}

.top_about_txt p {
  text-shadow: 0 0 2px #222222;
}

@media print, screen and (min-width: 768px) {
  .top_about_txt p {
    text-shadow: none;
    line-height: 2.2;
  }
}

.top_about_txt p br {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .top_about_txt p br {
    display: block;
  }
}

/* BRAND
----------------------------------------------*/
#brand {
  position: relative;
  background: url(images/bg-denim.webp);
  background-position: top center;
}

.top_brand_wrap {
  max-width: 1540px;
  padding: 40px 20px 30px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .top_brand_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 70px 20px 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .top_brand_wrap {
    padding: 100px 20px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .top_brand_txt {
    width: calc(100% - 70px);
  }
}

@media print, screen and (min-width: 1024px) {
  .top_brand_txt {
    width: 55%;
  }
}

@media print, screen and (min-width: 1600px) {
  .top_brand_txt {
    width: 60%;
  }
}

.top_brand_txt h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1024px) {
  .top_brand_txt h3 {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 1600px) {
  .top_brand_txt h3 {
    font-size: 32px;
  }
}

.top_brand_txt h4, .top_brand_txt p {
  font-size: 16px;
}

@media print, screen and (min-width: 768px) {
  .top_brand_txt h4, .top_brand_txt p {
    font-size: 20px;
  }
}

.top_brand_txt a {
  display: block;
  width: 250px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 4px solid #fff;
  padding: 10px 0;
  margin: 30px auto 0;
}

@media print, screen and (min-width: 768px) {
  .top_brand_txt a {
    width: 310px;
    margin: 30px 0 0;
  }
}

img.top-brand-img {
  display: block;
  padding: 0 20px;
  margin: 0 auto 50px;
}

@media print, screen and (min-width: 768px) {
  img.top-brand-img {
    padding: 0;
    margin: 0 auto 70px;
  }
}

@media print, screen and (min-width: 1024px) {
  img.top-brand-img {
    position: absolute;
    top: 100px;
    right: 0;
    width: 32%;
  }
}

@media print, screen and (min-width: 1600px) {
  img.top-brand-img {
    width: 508px;
  }
}

@media print, screen and (min-width: 768px) {
  ul.brand_shop_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

ul.brand_shop_link li {
  padding: 40px 20px;
}

@media print, screen and (min-width: 768px) {
  ul.brand_shop_link li {
    width: 50%;
    padding: 40px 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_shop_link li {
    font-size: 22px;
    padding: 50px 0;
  }
}

ul.brand_shop_link li:nth-child(1) {
  background-color: #b54e40;
}

ul.brand_shop_link li:nth-child(2) {
  background-color: #c89c49;
}

ul.brand_shop_link li img {
  display: block;
  width: auto;
  height: 85px;
  margin: 0 auto 20px;
}

@media print, screen and (min-width: 768px) {
  ul.brand_shop_link li img {
    height: 100px;
    margin: 0 auto 30px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_shop_link li img {
    height: 155px;
  }
}

@media print, screen and (min-width: 1024px) {
  ul.brand_shop_link li p {
    width: 55%;
    margin: 0 auto;
  }
}

ul.brand_shop_link li a {
  display: block;
  width: 250px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 4px solid #fff;
  padding: 10px 0;
  margin: 30px auto 0;
}

@media print, screen and (min-width: 768px) {
  ul.brand_shop_link li a {
    width: 290px;
  }
}
/*# sourceMappingURL=front.css.map */