﻿*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
    overflow-x: hidden;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
img{
  width: 100%;
}
a{
  text-decoration: none;
}
a:hover{
  transition: 0.3s;
  opacity: .6;
}

header.teaser_header {
  background-color: #002c5b;
  position: fixed;
  display: flex;
  justify-content:space-around;
  /*height: 80px;*/
  width: 100%;
  margin: auto;
  /*font-family: 'Trajan Pro', serif;*/
  z-index: 100;
  padding: 10px 0;
}
.teaser_lp{
  background-color: #fff;
}
.teaser_main{
  max-width: 1200px;
  margin: auto;
}

ul.teaser_head_gn {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
}
ul.teaser_head_gn li {
    margin: 4% 2%;
}
ul.teaser_head_gn li a {
    color: #fff;
    /*font-size: 1rem;*/
}

.teaser_header_center {
    width: 50%;
}

.teaser_header_right {
  line-height: 1;
  display: flex;
  align-items: center;
  width: auto;
  margin: auto;
  justify-content: space-between;
}
.teaser_header_logo {
  width: 175px;
  display: flex;
  align-items: center;
}
.teaser_header_logo a {
  display: contents;
}
.teaser_header_contact {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.11em;
}
.teaser_header_insta {
  display: block;
  width: 26.5px;
  margin-top: 5px;
}
.teaser_debut_date {
  width: 417.926px;
  text-align: center;
  margin: 106px auto 106px;
  /* border-bottom: 1px solid #fff; */
}

.teaser_mv {
    padding-top: 85px;
    /*margin-bottom: 100px;*/
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.teaser_mv img {
    height: 400px;
    object-fit: cover;
}
.teaser_article_h1 {
  font-size: 36px;
  text-align: center;
  /*font-family: 'Trajan Pro', serif;*/
  margin: 0 0 80px;
}
.teaser_article_h2 {
  /*font-family: 'Trajan Pro', serif;*/
  font-size: 22px;
    margin: 0 auto 80px;
    text-align: center;
}
.teaser_article {
  /*border-top: 1px solid #fff;*/
}
.teaser_article_txt {
  /*color: #fff;*/
  font-size: 18px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  line-height: 2;
  text-align: center;
  padding-bottom: 35px;
  letter-spacing: 0.3em;
}
.teaser_article_img_wrap {
  border-bottom: 1px solid #fff;
  margin-top: 80px;
}
.teaser_article_img {
  width: 100%;
  margin: 0 auto 38px;
}

.teaser_bnr_one {
  margin-bottom: 100px;
} 
.teaser_bnr_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.teaser_bnr_two a {
    display: block;
    width: 49%;
    margin-bottom: 20px;
    position: relative;
}
.teaser_bnr_two a img {
    object-fit: cover;
    height: 290px;
}
.teaser_bnr_three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.teaser_bnr_three a {
    display: block;
    width: 32%;
    margin-bottom: 20px;
    position: relative;
}
h3.bnr_text {
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 3px;
    color: #fff;
}
.teaser_bnr_three a img {
    object-fit: cover;
    height: 100%;
}
.bg.teaser_bnr_two a:before, .bg.teaser_bnr_three a:before {
    content: '';
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(to bottom,rgba(0,0,0,0),#000 50%,rgba(0,0,0,0)); 
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0),#000 50%,rgba(0,0,0,0)); 
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000 50%,rgba(0,0,0,0)); 
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    opacity: .7;
}
.teaser_bnr_four {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
.teaser_bnr_four a {
    display: block;
    width: 24%;
}

#news {
    margin-top: -80px;
    padding-top: 80px;
}
.teaser_news_sec {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #002c5b;
    padding: 40px 0 60px;
    /*margin-bottom: 100px;*/
    color: #fff;
}
ul.teaser_news_ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
ul.teaser_news_ul li {
    width: 32%;
    padding: 2%;
}
ul.teaser_news_ul li a {
  color: #fff;
}
p.news_date {
    font-size: 0.8rem;
    margin-bottom: 1%;
}
p.news_text {
    font-weight: bold;
}
a.news_more {
    display: block;
    margin: 40px auto 0;
    padding: 5px 0;
    text-align: center;
    width: 20%;
    border: 1px solid #fff;
    cursor: pointer;
}


.teaser_follow {
  padding: 100px 0 110px;
  border-bottom: 1px solid #fff;
}
.teaser_follow_insta_icon {
  width: 38px;
  height: 38px;
  display: block;
  margin-right: 15px;
}
.teaser_follow_insta {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}

.teaser_follow_insta_txt {
  font-size: 28px;
  position: relative;
  letter-spacing: 0.16em;
}
.teaser_follow_insta_txt::after{
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.teaser_firstdrop_h2 {
  width: 50%;
  margin: 0 auto 55px;
  /*font-family: 'Trajan Pro', serif;*/
}
.teaser_firstdrop {
  padding: 128px 0 84px;
  border-bottom: 1px solid #fff;
}

.teaser_firstdrop_txt.first{
  padding-bottom: 65px;
}
.teaser_firstdrop_txt{
  color: #fff;
  font-size: 26px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  text-align: center;
  padding-bottom: 25px;
  letter-spacing: 0.2em;
}
.teaser_desiner_h2 {
  width: 177.118px;
  margin: auto;
}
.teaser_desiner {
  padding: 0 0 100px;
  border-bottom: 1px solid #fff;
  display: flex;
}
.teaser_desiner_img {
  width: 308px;
  margin: auto;
}
.teaser_desiner_name {
  font-size: 25px;
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 0.2em;
}
.teaser_desiner_name span{
  font-size: 20px;
  padding-left: 15px;
}
.teaser_desiner_txt_wrap {
  width: 75%;
  margin: 0 auto 0;
}
.teaser_desiner_txt{
  font-size: 16px;
  text-align: left;
  padding-bottom: 45px;
  line-height: 2;
}
.teaser_desiner_lead {
  font-size: 18px;
  text-align: center;
  padding-bottom: 45px;
  line-height: 2;
}

footer.footer {
    background: #002c5b;
}


/*about*/
.bk {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #000;
    padding: 40px 0 60px;
    margin-bottom: 100px;
    color: #fff;
}
#about .teaser_desiner {
  display: block;
  margin-bottom: 100px;
}
#about .teaser_desiner h2 {
  width: 60%;
  margin: 45px auto;
  text-align: center;
  /*font-family: 'Trajan Pro', serif;*/
  font-size: 30px;
}
#about .teaser_desiner_txt_wrap {
  text-align: center;
}
#about .teaser_desiner_txt {
  text-align: center;
}

.teaser_bnr_space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
}
.img_txt {
    width: 30%;
    font-size: 0.8rem;
    margin-bottom: 5%;
}
a.white_link {
    display: inline-block;
    border: 1px solid #888;
    padding: 1% 2%;
    margin: 0 0 50px;
    color: #000;
}


h3.min {
    margin-bottom: 20px;
    text-align: center;
}
.company {
    width: 60%;
    margin: 75px auto 0;
}
.company-table {
    border-collapse: collapse;
    width: 100%;
}
.company-table th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px 35px 15px 0;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 40%;
}
.company-table td {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 16px 36px 15px 0;
    width: 60%;
}


/*shop*/
ul.shoplist {
    list-style: none;
    width: 60%;
    margin: 0 auto 50px;
}
ul.shoplist li {
    margin-bottom: 50px;
    line-height: 2;
}
ul.shoplist li h3 {
    font-size: 20px;
}

footer {
  /*font-family: 'Trajan Pro', serif;*/
  /*padding-top: 75px;*/
}
.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 490px;
  margin: auto;
  padding: 90px 0 80px;
}
.teaser_footer_insta_icon {
  width: 27px;
  height: 27px;
  display: block;
  margin-right: 15px;
}
.teaser_footer_insta {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser_footer_contact{
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.16em;
}
.teaser_footer_insta_txt {
  font-size: 20px;
  position: relative;
  letter-spacing: 0.16em;
}
.teaser_footer_insta_txt::after{
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.footer_under {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.16em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  border-top: 1px solid #fff;
  line-height: 1;
}

.vimeo_ {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    padding: 75px 0;
    border-bottom: 1px solid #fff;
}
.sitemap_ {
    margin: 0px auto 75px;
    padding-top: 75px;
    width: 1200px;
    display: flex;
    color: #fff;
    font-size: 1.5rem;
}
.sitemap_ ul {
    list-style: none;
    width: 50%;
}
.sitemap_ul li {
    margin-bottom: 25px;
}
.sitemap_ a {
  color: #fff;
}
.sitemap_p {
    padding-left: 25px;
    font-size: 1rem;
    line-height: 2;
}



@media screen and (min-width: 768px) {
  .isPC {
    display: block;
  }
  .isSP {
    display: none;
  }
}

.btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background: transparent;
    border: none;
}

.btn-line {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: .2s;
}

.btn-line::before , .btn-line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: .5s;
}
.btn-line::before {
	transform: translate(-18px, -10px);
}
.btn-line::after {
	transform: translate(-18px, 10px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;
}
.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}
.btn-line.open::before {
	transform: rotate(45deg);
      margin-left: -20px;
}
.btn-line.open::after {
	transform: rotate(-45deg);
      margin-left: -20px;
}

.menu {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: -70%;
	width: 70%;
	height: 100vh;
	background-color: #fff;
	color: #efefef;
	transition: .3s;
  padding: 50px 0;
}
.menu-list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
}
.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .3s;
}
.menu-list a {
  color: #002c5b;
}

.menu.open {
	position: absolute;
	right: 0;
}

.w60_3 {
  width: 60%;
  margin: 0 auto;
}
.w60_3 img {
  width: 32%;
  margin-bottom: 2%;
}


@media screen and (max-width: 768px) {
  .isPC {
    display: none;
  }
  .isSP {
    display: block;
  }
  header.teaser_header {
    height: 50px;
    max-width: 100%;
    width: 100vw;
    margin: auto;
    padding: 0 5px;
    justify-content: space-between;
  }
  .teaser_main{
    max-width: 100%;
    margin: auto;
  }
  .teaser_header_right {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
    position: initial;
    height: 40px;
  }
  .teaser_header_logo {
    width: 25%;
    display: flex;
  }
  .teaser_header_contact {
    display: block;
    padding-top: 3px;
    margin-right: 20px;
    font-size: 11px;
  }
  .teaser_header_insta {
    display: block;
    width: 20px;
    margin-top: 5px;
  }
  .teaser_debut_date {
    width: 144.5px;
    text-align: center;
    margin: 28px auto 32px;
  }

  .teaser_article_h1 {
    font-size: 24px;
    text-align: center;
    /*font-family: 'Trajan Pro', serif;*/
    margin: 0 0 50px;
}
  .teaser_article_h2 {
    width: auto;
    margin: 0 auto 35px;
    font-size: 22px;
  }
  .teaser_article {
    margin: 0 auto;
  }
  .teaser_article_txt {
    color: #fff;
    font-size: 12px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    line-height: 1.9;
    text-align: center;
    padding-bottom: 28px;
    letter-spacing: 0.34em;
  }
  .teaser_article_img_wrap {
    border-bottom: 1px solid #fff;
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .teaser_article_img {
    width: 100%;
    margin: 0 auto 10px;
  }
  .teaser_bnr_two a img {
    height: 190px;
}

#about .teaser_desiner h2 {
  font-size: 22px;
  width: 90%;
}
.teaser_desiner_lead {
  font-size: 16px;
}
  .bnr_sp {
      display: block;
  }
.bnr_sp a {
    width: 96%;
    margin: 0 auto;
}
h3.bnr_text {
  font-size: 22px;
}
a.news_more {
  width: 50%;
}
.company {
  width: 90%;
}
ul.shoplist {
    width: 90%;
}


/*base*/
.teaser_mv {
    padding-top: 45px;
    margin-bottom: 50px;
    max-height: 445px;
}
.teaser_bnr_one {
    margin-bottom: 50px;
}
ul.teaser_news_ul {
    width: 100%;
    display: block;
}
ul.teaser_news_ul li {
    width: 92%;
    padding: 4% 4%;
    margin: 0 4%;
}

  .teaser_firstdrop_h2 {
    width: 130px;
    margin: 0 auto 40px;
  }
  .teaser_firstdrop {
    padding: 60px 0 48px;
    border-bottom: 1px solid #fff;
  }
  .teaser_firstdrop_txt.first{
    padding-bottom: 37px;
    letter-spacing: 0.3em;
  }
  .teaser_firstdrop_txt{
    color: #fff;
    font-size: 13.5px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    text-align: center;
    padding-bottom: 14px;
    letter-spacing: 0.2em;
  }

  .teaser_desiner_h2 {
    width: 89px;
    margin: 0 auto 24px;
  }
  .teaser_desiner {
    padding: 40px 0 30px;
    border-bottom: 1px solid #fff;
  }
  .teaser_desiner_img {
    width: calc((228 / 375) * 100vw );
    margin: auto;
  }
  .teaser_desiner_name {
    color: #fff;
    font-size: 13.5px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0.2em;
  }
  .teaser_desiner_name span{
    font-size: 10px;
    padding-left: 15px;
    display: block;
    padding-top: 7px;
  }
  .teaser_desiner_txt_wrap {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 40px;
  }
  .teaser_desiner_txt{
    color: #fff;
    font-size: 12px;
    /*font-family: 'Noto Sans JP', sans-serif;*/
    text-align: left;
    padding-bottom: 23px;
    line-height: 2;
    letter-spacing: 0.31em;
  }
  .footer_wrap {
    display: block;
    width: 100%;
    margin: auto;
    padding: 58px 0 66px;
    text-align: center;
  }
  .teaser_footer_insta_icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 15px;
  }
  .teaser_footer_insta {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
  }
  .teaser_footer_contact{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.16em;
  }
  .teaser_footer_insta_txt {
    font-size: 15px;
    position: relative;
    letter-spacing: 0.16em;
  }
  .teaser_footer_insta_txt::after{
    content: "";
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .footer_under {
    font-size: 8px;
    color: #fff;
    letter-spacing: 0.16em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-top: 1px solid #fff;
    line-height: 1;
    padding-top: 4px;
  }
.vimeo_ {
    width: 100%;
    padding: 25px 2%;
    margin-bottom: 25px;
}
.sitemap_ {
    width: 100%;
    display: block;
    padding: 0 2%;
    font-size: 1rem;
    margin-bottom: 25px;
    margin-top: 0;
}
.sitemap_ ul {
  width: 100%;
}
  .w60_3 {
  width: 100%;
}
}
