@charset "UTF-8";
/*------------------------------------------
reset.scss
-----------------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*------------------------------------------
base.scss
-----------------------------------------*/
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

/* 全体のリセット */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* PCでは全体スクロールなし */
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.4rem; /* 16px */
  font-weight: 300;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
  transition: 1s;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

.bgblack a,
.bgblack02 a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.bgblack a:hover,
.bgblack02 a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*----responsive---------*/
.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

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

/*----------box---------*/
.container {
  margin: 0 auto;
}
.container__full {
  width: 100%;
}
.container__xl {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.container__l {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.container__m {
  margin: 8% auto;
  max-width: 780px;
  width: 80%;
}
.container__m--ver01 {
  display: flex;
  flex-direction: column;
  margin: 8% auto;
  max-width: 780px;
  width: 80%;
}
.container__m--ver01 .box01 {
  width: 80%;
  margin: 0 auto 0 0;
  z-index: 10;
  max-width: 500px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.container__m--ver01 .box02 {
  width: 80%;
  margin: -20% 0 0 auto;
  max-width: 500px;
  height: auto;
  position: relative;
  overflow: hidden;
}
.container__s {
  margin: 8% auto;
  max-width: 460px;
  width: 64%;
}

.block-bg {
  transition: all 1s ease;
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .block-bg {
    margin-top: 200px;
  }
}

.block {
  padding: 120px 0;
}
.block .credit,
.block .credit a {
  color: #fff;
}

.wrap-mgt-l {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .wrap-mgt-l {
    margin-top: 200px;
  }
}

.u-txt-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .u-txt-vertical {
    font-size: 1.2rem;
  }
}

.box {
  max-width: 540px;
  width: 92%;
  margin: 16px auto 0;
}

/*------------------------------------------
main.scss
-----------------------------------------*/
header {
  width: 100%;
  height: 80%;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  header {
    height: 50%;
  }
}
@media screen and (min-width: 1025px) {
  header {
    height: 90%;
  }
}

.mv {
  background-image: url(../img/loungedress_01.jpg);
  background-origin: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.mv__title {
  width: 60%;
  max-width: 320px;
  margin: 0 auto;
}
.mv__logo {
  width: 30%;
  max-width: 200px;
  margin: 40% auto 5%;
}

/*------pc left-----*/
.left__sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .left__sidebar {
    width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
  }
}
.left__logo {
  max-width: 240px;
  width: 50%;
  margin: 0 auto;
}

/*------pc right-----*/
.right__sidebar {
  display: none;
}
@media screen and (min-width: 768px) {
  .right__sidebar {
    width: 40vw;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
  }
}
.right__logo {
  max-width: 200px;
  margin: 0 auto;
  width: 40%;
}

/*------main-----*/
.container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .container {
    flex-direction: row;
    width: 100vw;
    height: 100vh;
  }
}

.main-content {
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .main-content {
    width: 560px;
    max-width: 560px;
    overflow-y: auto;
    height: 100vh;
  }
}

/*------img title------*/
figure.titlebox {
  max-width: 560px;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 2% auto 0;
}
figure.titlebox figcaption {
  position: absolute;
  bottom: 45%;
  width: 100%;
  height: 50px;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-family: "PT Sans", sans-serif;
}

/*------box img 01------*/
.box-parent {
  max-width: 560px;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.morebtn {
  right: 16px;
  bottom: 16px;
  opacity: 1;
  position: absolute;
  width: 56px;
  height: 30px;
  color: #fff;
  border: solid 1px #fff;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 15px;
}

.box-parent:hover .morebtn {
  opacity: 0;
  transition: all 0.6s ease;
}

.box-mask {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: end;
  padding: 0 30px;
  opacity: 0;
}

.box-parent:hover .box-mask {
  opacity: 1;
  transition: all 0.6s ease;
  padding: 0 30px 30px 30px;
}

/*------box img 01------*/
figure.box-parent:hover .morebtn {
  opacity: 0;
  transition: all 0.6s ease;
}

/*------box img 02------*/
figure.box-parent02 {
  max-width: 420px;
  width: 80%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 2% 2% 0 auto;
}
@media screen and (min-width: 768px) {
  figure.box-parent02 {
    margin: 2% 2% 0 auto;
    width: 64%;
  }
}

figure.box-parent02:hover .morebtn {
  opacity: 0;
  transition: all 0.6s ease;
}

figcaption.box-mask02 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: end;
  padding: 0 30px;
  opacity: 0;
}

figure.box-parent02:hover .box-mask02 {
  opacity: 1;
  transition: all 0.6s ease;
  padding: 0 30px 30px 30px;
}

/*------box img 03------*/
figure.box-parent03 {
  margin: 2% auto 0;
  max-width: 420px;
  width: 78%;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  figure.box-parent03 {
    margin: 2% auto 0;
    width: 78%;
  }
}

figure.box-parent03:hover .morebtn {
  opacity: 0;
  transition: all 0.6s ease;
}

figcaption.box-mask03 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: end;
  padding: 0 30px;
  opacity: 0;
}

figure.box-parent03:hover .box-mask03 {
  opacity: 1;
  transition: all 0.6s ease;
  padding: 0 30px 30px 30px;
}

/*--------bgimg--------*/
.bgimg {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.bgimg__top {
  width: 80%;
  margin: 0 auto;
  z-index: 10;
}
.bgimg__center {
  margin-top: -30%;
}
.bgimg__bottom {
  margin: -30% auto 0;
  width: 80%;
}

/*--------credit--------*/
.credit {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-top: 16px;
}
.credit a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .credit {
    font-size: 1.2rem;
  }
}

.credit li {
  margin-top: 12px;
}

.credit--center {
  margin-top: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .look08 .credit {
    text-align: right;
  }
}

.look14 .credit {
  margin-left: 16px;
}

.look20 .credit {
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .look20 .credit {
    margin-left: 0;
    text-align: right;
  }
}

/*--------swipe--------*/
.swipe__area {
  margin: 64px auto;
}

.credit-info {
  position: absolute;
  bottom: 10px; /* 画像の下部に配置 */
  left: 50%;
  transform: translateX(-50%);
  color: white;
  padding: 8px 12px;
  font-size: 1.2rem;
  border-radius: 5px;
  width: 90%; /* 幅を80%にして中央揃え */
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.credit-info li {
  line-height: 1.8;
}

.credit-info a {
  color: #fff;
}

/*--------styling slider-------*/
.styling__wrap {
  margin-top: 80px;
}

/*--------staff--------*/
.staff {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  margin-top: 80px;
}

/*--------footer--------*/
footer {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__brandlogo {
  width: 150px;
  margin: 80px auto 10px;
}
@media screen and (min-width: 768px) {
  .footer__brandlogo {
    margin: 80px auto 0;
  }
}

.footer__theme {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.footer__message {
  margin-top: 40px;
  text-align: center;
}

small {
  display: block;
  margin: 60px auto 15px;
  font-size: 1rem;
}

/*------------------------------------------
animation.scss
-----------------------------------------*/
.fadein {
  transition: 1s;
  opacity: 0;
}

.fadein.animated {
  opacity: 1;
}

.fadein--up {
  transform: translate3d(0, 24px, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--up.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--down {
  transform: translate3d(0, -24px, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--down.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--left {
  transform: translate3d(-24px, 0, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--left.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadein--right {
  transform: translate3d(24px, 0, 0);
  transition: 1s;
  opacity: 0;
}

.fadein--right.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*----------page top icon---------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#page-top a {
  width: 18px;
  padding: 0;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */