@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: 100%;
  color: #686764;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #686764;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.credit {
  font-family: 'Marcellus', serif;
}

.credit a > .soon {
  pointer-events: none;
}

.credit_left {
  font-family: 'Marcellus', serif;
}

.credit_right {
  font-family: 'Marcellus', serif;
}

.item {
  font-size: 14px;
}

.nosale {
  font-size: 12px;
  color: #989792;
  padding-left: 10px;
}

@media screen and (max-width: 750px) {
  .nosale {
    font-size: 10px;
  }
}

.slash {
  padding: 0 15px;
}

/* CONTENT
--------------------------------------*/
[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.main {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(../images/main_pc.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 750px) {
  .main {
    background-image: url(../images/main_sp.jpg);
    width: 100%;
    height: 50vh;
  }
}

.main .title_box {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .main .title_box {
    width: 65%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 5%;
  }
}

.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .swiper-slide .content {
    position: absolute;
    top: 30%;
    left: 7.5%;
    width: 31%;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide .content {
    position: absolute;
    bottom: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75%;
  }
}

.swiper-slide .content .title {
  width: 100%;
  display: block;
}

.swiper-slide .content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .swiper-slide img {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide img {
    width: auto;
    height: 100%;
  }
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 50px;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .scrolldown {
    right: 0;
    left: 5%;
    top: 9%;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -35px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.contents {
  margin: 0 auto;
}

.brand_list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .brand_list {
    width: 100%;
  }
}

.brand_list .logo li {
  width: 17%;
}

@media screen and (max-width: 750px) {
  .brand_list .logo li {
    border-right: none;
    width: 40%;
    padding: 20px 20px;
  }
}

span.line {
  width: 1px;
  height: 75px;
  display: block;
  background-color: #000;
}

@media screen and (max-width: 750px) {
  span.line {
    display: none;
  }
}

.brand_list .logo li:last-child {
  border-right: none;
}

.brand_list .logo img {
  width: 55%;
  margin: 0 auto;
}

.flexbox_bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .flexbox_bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.brand_container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 180px;
}

@media screen and (max-width: 750px) {
  .brand_container {
    margin: 90px 20px;
  }
}

.brand_container2 {
  margin: 0 auto;
  margin-top: 180px;
}

@media screen and (max-width: 750px) {
  .brand_container2 {
    margin: 90px 0;
  }
}

.box {
  max-width: 1200px;
  margin: 0 auto;
}

.brand_name {
  width: 20%;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .brand_name {
    width: 40%;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexbox1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.flexbox_end {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box1_img .logo {
  width: 30%;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .box1_img .logo {
    width: 80%;
  }
}

.bl_item a {
  display: initial;
  border-bottom: #686764 solid 1px;
}

.credit_right {
  padding: 20px 0;
  text-align: left;
  margin-left: auto;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .credit_right {
    width: 100%;
    padding: 30px 20px;
  }
}

.credit_right li {
  width: 100%;
  line-height: 1.6rem;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .credit_right li {
    width: 100%;
  }
}

.credit_right span.item {
  font-size: 14px;
  color: #686764;
}

@media screen and (max-width: 750px) {
  .credit_right span.item {
    font-size: 12px;
  }
}

.credit_right span.brand {
  font-size: 12px;
  color: #686764;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .credit_right span.brand {
    font-size: 10px;
  }
}

.credit_right a.soon {
  pointer-events: none !important;
}

.credit_right a.soon span.brand {
  color: #686764;
  background-color: transparent;
  font-size: 12px;
}

.box .credit_left {
  padding: 20px 0;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .box .credit_left {
    padding: 10px 0px;
  }
}

.box .credit_left li {
  line-height: 1.6rem;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  .box .credit_left li {
    line-height: 1rem;
    padding-bottom: 6px;
  }
}

.box .credit_left span.item {
  font-size: 14px;
  color: #686764;
}

@media screen and (max-width: 750px) {
  .box .credit_left span.item {
    font-size: 12px;
  }
}

.box .credit_left span.brand {
  font-size: 12px;
  color: #686764;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .box .credit_left span.brand {
    font-size: 10px;
  }
}

.box .credit_left a.soon {
  pointer-events: none !important;
}

.box .credit_left a.soon span.brand {
  color: #686764;
  background-color: transparent;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .box .credit_left a.soon span.brand {
    font-size: 10px;
  }
}

.box1_img .box_img {
  width: 50%;
}

.box1_img img {
  width: 100%;
}

#w_brand01 div.container {
  position: relative;
}

#w_brand01 p.pink1 {
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 100%;
  background: #f4dde9;
}

@media screen and (max-width: 750px) {
  #w_brand01 p.pink1 {
    width: 80%;
  }
}

#w_brand01 .container_img {
  padding-top: 2%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

#w_brand01 .box_img1 {
  width: 40%;
}

#w_brand01 .box_img1 .logo {
  padding-right: 20px;
  width: 30%;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  #w_brand01 .box_img1 .logo {
    width: 50%;
  }
}

#w_brand01 .box_img2 {
  width: 60%;
}

@media screen and (max-width: 750px) {
  #w_brand01 .box_img2 {
    width: 56%;
  }
}

#w_brand01 .credit_right {
  padding: 20px 0;
  text-align: left;
  margin-left: initial;
}

#w_brand02 .flexbox {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#w_brand02 .flexbox .box_img1_1 {
  width: 55%;
}

#w_brand02 .flexbox .box_img1_2 {
  width: 45%;
}

#w_brand02 .flexbox .box_img1_2 .logo {
  margin: 0 auto;
  padding-left: 20px;
  width: 45%;
}

@media screen and (max-width: 750px) {
  #w_brand02 .flexbox .box_img1_2 .logo {
    width: 80%;
  }
}

#w_brand03 .brand_container {
  margin-bottom: 60px;
}

#w_brand03 .brand_container .creditbox {
  margin-top: 20px;
  width: 48%;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .creditbox {
    margin-top: 0;
  }
}

#w_brand03 .brand_container .credit {
  padding: 20px 0;
  text-align: left;
}

#w_brand03 .brand_container .credit li {
  line-height: 1.6rem;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .credit li {
    line-height: 1rem;
    padding-bottom: 6px;
  }
}

#w_brand03 .brand_container .credit span.item {
  font-size: 14px;
  color: #686764;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .credit span.item {
    font-size: 12px;
  }
}

#w_brand03 .brand_container .credit span.brand {
  font-size: 12px;
  color: #686764;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .credit span.brand {
    font-size: 10px;
  }
}

#w_brand03 .brand_container .credit a.soon {
  pointer-events: none !important;
}

#w_brand03 .brand_container .credit a.soon span.brand {
  color: #686764;
  background-color: transparent;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .credit a.soon span.brand {
    font-size: 10px;
  }
}

#w_brand03 .brand_container .box_img .logo {
  margin-top: 80px;
  margin-bottom: 200px;
  width: 25%;
}

@media screen and (max-width: 750px) {
  #w_brand03 .brand_container .box_img .logo {
    margin-top: 0;
    margin-bottom: 90px;
    width: 40%;
  }
}

.flexbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexbox3 .box_img {
  width: 48%;
}

.flexbox3 .shadow_l {
  -webkit-box-shadow: -20px 20px #f4dde9;
          box-shadow: -20px 20px #f4dde9;
}

@media screen and (max-width: 750px) {
  .flexbox3 .shadow_l {
    -webkit-box-shadow: -10px 10px #f4dde9;
            box-shadow: -10px 10px #f4dde9;
  }
}

.flexbox3 .shadow_r {
  -webkit-box-shadow: 20px 20px #f4dde9;
          box-shadow: 20px 20px #f4dde9;
}

@media screen and (max-width: 750px) {
  .flexbox3 .shadow_r {
    -webkit-box-shadow: 10px 10px #f4dde9;
            box-shadow: 10px 10px #f4dde9;
  }
}

.flexbox3 .box_img > .logo {
  width: 30%;
}

@media screen and (max-width: 750px) {
  .flexbox3 .box_img > .logo {
    width: 80%;
  }
}

.brand_container3 {
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .brand_container3 .box .credit_left {
    padding: 20px;
    margin-top: 0px;
  }
}

#w_brand04 div.box2 {
  position: relative;
}

#w_brand04 div.box2::before {
  content: "";
  display: block;
  padding-top: calc(1120 / 1366 * 100%);
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2::before {
    padding-top: calc(1120 / 750 * 100%);
  }
}

#w_brand04 div.box2 div.pink2 {
  width: 60.8%;
  height: 68.8%;
  background: #f4dde9;
  position: absolute;
  top: 11.8%;
  left: 20.7%;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div.pink2 {
    height: 41.8%;
    top: 15%;
  }
}

#w_brand04 div.box2 div.flexbox2 {
  width: 87.8%;
  position: absolute;
  top: 0;
  left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div.flexbox2 {
    width: 100%;
    left: 0;
    margin-bottom: 20px;
  }
}

#w_brand04 div.box2 div .box_img3 {
  width: 48%;
}

#w_brand04 div.box2 div .box_img3 .logo {
  width: 50%;
  margin-right: auto;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img3 .logo {
    width: 100%;
  }
}

#w_brand04 div.box2 div .box_img3 .credit {
  padding-top: 20px;
  line-height: 1.6rem;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img3 .credit {
    line-height: 1rem;
  }
  #w_brand04 div.box2 div .box_img3 .credit li {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img3 .credit .item {
    font-size: 12px;
  }
}

#w_brand04 div.box2 div .box_img4 {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 17.8%;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img4 {
    padding-top: 27.8%;
  }
}

#w_brand04 div.box2 div .box_img4 .credit {
  padding-top: 20px;
  line-height: 1.6rem;
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img4 .credit {
    line-height: 1rem;
  }
  #w_brand04 div.box2 div .box_img4 .credit li {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 750px) {
  #w_brand04 div.box2 div .box_img4 .credit .item {
    font-size: 12px;
  }
}

#w_brand04 div.box2 div .box_img4 .credit li a > .soon {
  pointer-events: none !important;
}

.logo_box {
  padding: 0 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .logo_box {
    width: auto;
    padding-right: 20px;
  }
}

.logo_box .logo {
  width: 11.5%;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .logo_box .logo {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  #w_brand05 .box ul {
    padding-left: 20px;
  }
}

.contents_bc {
  padding: 140px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .contents_bc {
    padding: 140px 20px;
    width: auto;
  }
}

.contents_bc .flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-bottom: #686764 1px solid;
}

@media screen and (max-width: 750px) {
  .contents_bc .flexbox {
    padding: 20px;
  }
}

h2 {
  letter-spacing: 00.08em;
  font-family: 'Marcellus', serif;
  font-size: 40px;
  text-align: center;
}

.bc_img {
  width: 40%;
}

.bc_img img {
  width: 25%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bc_img img {
    width: 55%;
  }
}

.bc_img img:nth-of-type(4) {
  width: 37%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .bc_img img:nth-of-type(4) {
    width: 65%;
  }
}

.bc_txt {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .bc_txt {
    line-height: 1.5em;
  }
}

.footer {
  background-color: #f5f3f1;
}

.sns {
  padding-top: 100px;
}

.sns li {
  width: 25px;
  padding: 0 15px;
}

.staff {
  padding-top: 70px;
}

@media screen and (max-width: 750px) {
  .staff {
    padding-top: 35px;
  }
}

.staff p {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3em;
  line-height: 3.5em;
}

.w_logo {
  text-align: center;
  font-size: 10px;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .w_logo {
    padding-top: 50px;
  }
}

.w_logo .logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .w_logo .logo {
    width: 200px;
  }
}

/* ANIMATION
--------------------------------------*/
.delay-0025s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-005s {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.delay-012s {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/*# sourceMappingURL=style.css.map */