@charset "UTF-8";
@import url("https://use.typekit.net/tlw5reh.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #0D0E1B;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #666666;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #0D0E1B;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.25s ease-in-out 0s;
}
#loader .logo {
  width: 300px;
  height: 159px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 150px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #CAFF00;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  position: relative;
  padding: 0 0 100px 94px;
  box-sizing: border-box;
}
header:not(:last-child) {
  margin-bottom: 0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
}
header .inner.on .visual h1 {
  opacity: 1;
}
header .inner.on .visual .title {
  opacity: 1;
}
header .inner.on .visual picture {
  opacity: 1;
}
header .inner .visual {
  width: 100%;
  position: relative;
}
header .inner .visual h1 {
  width: 150px;
  opacity: 0;
  transition: all 0.8s ease-in 0.25s;
  position: absolute;
  left: -75px;
  top: 20px;
  z-index: 1;
}
header .inner .visual .title {
  position: absolute;
  z-index: 1;
  left: 80px;
  bottom: 80px;
  opacity: 0;
  text-align: left;
  transition: all 0.5s ease-in 0.3s;
}
header .inner .visual .title .sub_title {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px;
  margin-bottom: 8px;
  background-color: #CAFF00;
  border: solid 1px #000;
  border-radius: 5px;
  display: inline-block;
}
header .inner .visual .title .main_title {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px;
  background-color: #CAFF00;
  border: solid 1px #000;
  border-radius: 5px;
}
header .inner .visual picture {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .visual picture img {
  border-radius: 0 0 0 20px;
}
header .inner .visual .video-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 動画を画面いっぱいに表示 */
  -o-object-position: center;
     object-position: center; /* 中央基準にする */
  position: relative;
  border-radius: 0 0 0 14px;
  overflow: hidden;
}

/* common credits------ */
.credits > div {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: dotted 1px #FFF;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(1)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dt span:nth-child(2) {
  margin-left: 0;
}
.credits > div dl dd {
  width: 80px;
  margin-left: 15px;
}
.credits > div dl dd a {
  color: #0D0E1B;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 2px 2px 3px;
  background-color: #FFF;
  display: block;
  text-align: center;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------
.slick-prev::before {
    content: "　";
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	position: absolute;
	left: 0;
	top: 0;
}
.slick-next::before {
    content: "　";
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	right: 0;
	top: 0;
}
	*/
/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
  text-align: left;
}
main .sec#lead {
  width: 100%;
  max-width: 1092px;
  margin: 0 auto 80px;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead.on .title_whats {
  opacity: 1;
}
main .sec#lead.on .staff {
  opacity: 1;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#lead .title_whats {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  width: 584px;
  margin: 60px auto 20px 0;
}
main .sec#lead .staff {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  padding: 30px 0 0;
}
main .sec#sec24 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec24 ul li {
  width: 270px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec24 ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec24 ul li span {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  width: 100px;
}
main .sec#sec24 ul li a {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: 150px;
}
main .sec#sec24 ul li a:hover {
  color: #666666;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
main .sec .insec.on .bts {
  opacity: 1;
}
main .sec .insec.on .looks_set {
  opacity: 1;
}
main .sec .insec.type01 {
  width: 40%;
}
main .sec .insec.type02 {
  width: 60%;
}
main .sec .insec.type03 {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec.type03 > div {
  width: 50%;
}
main .sec .insec.type03 > div:nth-child(odd) {
  padding-right: 3px;
  padding-bottom: 6px;
}
main .sec .insec.type03 > div:nth-child(even) {
  padding-left: 3px;
  padding-bottom: 6px;
}
main .sec .insec.type03 > div:nth-last-child(-n+2) {
  padding-bottom: 0;
}
main .sec .insec.type04 {
  width: 90%;
}
main .sec .insec .bts {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.all_looks {
  width: 90%;
}
main .sec .insec.all_looks h3 {
  width: 100%;
  margin: 0 auto 80px 0;
  text-align: center;
}
main .sec .insec.all_looks h3 img {
  width: auto;
  height: 30px;
}
main .sec .insec.all_looks .looks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 10px;
}
main .sec .insec.all_looks .looks .looks_set {
  flex: 0 0 calc((100% - 20px) / 3);
  margin-bottom: 50px;
}
main .sec .insec.all_looks .looks .looks_set h4 {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 8px 8px 10px;
  margin: 20px auto 20px 0;
  border: solid 1px #FFF;
  border-radius: 5px;
}

footer {
  text-align: left;
  width: 100%;
  padding: 145px 0 45px 0;
  position: relative;
}
footer .pgtop {
  width: 100%;
}
footer .pgtop a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: 100%;
  padding: 55px 0 0 0;
  border-top: solid 1px #FFF;
}
footer .infoot .inin {
  width: calc(100% - 60px);
  margin: 0 auto 90px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set:nth-child(2) {
  margin-left: 100px;
}
footer .infoot .inin .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot .inin .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot .inin .set ul li.link1 {
  width: 113px;
}
footer .infoot .inin .set ul li.link1 a {
  background-image: url(../images/link_online.svg);
}
footer .infoot .inin .set ul li.link2 {
  width: 127px;
}
footer .infoot .inin .set ul li.link2 a {
  background-image: url(../images/link_corp.svg);
}
footer .infoot .inin .set ul li.link3 {
  width: 76px;
}
footer .infoot .inin .set ul li.link3 a {
  background-image: url(../images/link_contact.svg);
}
footer .infoot .inin .set ul li.link4 {
  width: 92px;
}
footer .infoot .inin .set ul li.link4 a {
  background-image: url(../images/link_insta.svg);
}
footer .infoot .inin .set ul li.link5 {
  width: 81px;
}
footer .infoot .inin .set ul li.link5 a {
  background-image: url(../images/link_fb.svg);
}
footer .infoot .inin .set ul li.link6 {
  width: 12px;
}
footer .infoot .inin .set ul li.link6 a {
  background-image: url(../images/link_x.svg);
}
footer .infoot .inin .set ul li.link7 {
  width: 74px;
}
footer .infoot .inin .set ul li.link7 a {
  background-image: url(../images/link_youtube.svg);
}
footer .infoot .inin .set ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 13px;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .inin .set ul li a:hover {
  opacity: 0.7;
}
footer .infoot .cp {
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer .infoot .cp p {
  width: 259px;
  height: 11px;
  background-image: url(../images/text_cp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .infoot .pgtop {
  width: 15px;
  position: absolute;
  right: 20px;
  bottom: 45px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
footer .infoot .pgtop:hover {
  opacity: 0.7;
}
footer .infoot .pgtop p {
  width: 15px;
  height: 99px;
  background-image: url(../images/text_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  #loader .logo {
    width: 160px;
    height: 85px;
    top: calc(50% - 43px);
    left: calc(50% - 80px);
  }
  header {
    width: 100%;
    padding: 0 0 50px 30px;
  }
  header:not(:last-child) {
    margin-bottom: 0;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner .visual {
    width: 100%;
    position: relative;
  }
  header .inner .visual h1 {
    width: 25vw;
    left: -20px;
    top: 10px;
  }
  header .inner .visual .title {
    left: -20px;
    bottom: 20px;
    text-align: left;
    padding: 0 10px 0 0;
  }
  header .inner .visual .title .sub_title {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  header .inner .visual .title .main_title {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
    padding: 8px;
    border-radius: 5px;
  }
  header .inner .visual picture {
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  header .inner .visual picture img {
    border-radius: 0 0 0 14px;
  }
  header .inner .visual .video-bg {
    height: 98vh; /* ビューポート全体にフィット */
    -o-object-position: center;
       object-position: center; /* SP時に動画の中央を基準にする */
    border-radius: 0 0 0 12px;
    overflow: hidden;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 70px;
    margin-left: 15px;
  }
  .credits > div dl dd a {
    color: #0D0E1B;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 10px 2px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main nav {
    width: 100%;
    margin: 0 auto;
  }
  main nav.on li {
    opacity: 1;
  }
  main nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
  }
  main nav li {
    width: 100%;
    margin: 0 auto;
    padding: 14px 0 10px;
    border-radius: 14px;
  }
  main nav li:not(:last-child) {
    margin-bottom: 8px;
  }
  main nav li img {
    width: auto;
    height: 24px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 10px 0 30px;
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
  }
  main .sec#lead .staff {
    padding: 15px 0 0;
  }
  main .sec#lead .title_whats {
    width: 100%;
    margin: 50px auto 20px 0;
  }
  main .sec .insec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
  main .sec .insec.type01 {
    width: 70%;
  }
  main .sec .insec.type02 {
    width: 100%;
  }
  main .sec .insec.type03 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec.type03 > div {
    width: 50%;
  }
  main .sec .insec.type03 > div:nth-child(odd) {
    padding-right: 3px;
    padding-bottom: 6px;
  }
  main .sec .insec.type03 > div:nth-child(even) {
    padding-left: 3px;
    padding-bottom: 6px;
  }
  main .sec .insec.type03 > div:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  main .sec .insec.type04 {
    width: 100%;
  }
  main .sec .insec.all_looks {
    width: 90%;
  }
  main .sec .insec.all_looks h3 {
    width: 100%;
    margin: 0 auto 50px 0;
    text-align: center;
  }
  main .sec .insec.all_looks h3 img {
    width: auto;
    height: 20px;
  }
  main .sec .insec.all_looks .looks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  main .sec .insec.all_looks .looks .looks_set {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  main .sec .insec.all_looks .looks .looks_set h4 {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 5px 5px 7px;
    margin: 15px auto 15px 0;
    border: solid 1px #FFF;
    border-radius: 5px;
  }
  footer {
    padding: 80px 0 40px 0;
  }
  footer .pgtop {
    width: 100%;
  }
  footer .pgtop a {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    height: 55px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #666666;
  }
  footer .infoot {
    width: 100%;
    padding: 35px 0 0 0;
    border-top: solid 1px #FFF;
  }
  footer .infoot .inin {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .infoot .inin .set:nth-child(1) {
    margin-bottom: 40px;
  }
  footer .infoot .inin .set:nth-child(2) {
    margin-left: 0px;
  }
  footer .infoot .inin .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot .inin .set ul li.link1 {
    width: 113px;
  }
  footer .infoot .inin .set ul li.link1 a {
    background-image: url(../images/link_online.svg);
  }
  footer .infoot .inin .set ul li.link2 {
    width: 127px;
  }
  footer .infoot .inin .set ul li.link2 a {
    background-image: url(../images/link_corp.svg);
  }
  footer .infoot .inin .set ul li.link3 {
    width: 76px;
  }
  footer .infoot .inin .set ul li.link3 a {
    background-image: url(../images/link_contact.svg);
  }
  footer .infoot .inin .set ul li.link4 {
    width: 92px;
  }
  footer .infoot .inin .set ul li.link4 a {
    background-image: url(../images/link_insta.svg);
  }
  footer .infoot .inin .set ul li.link5 {
    width: 81px;
  }
  footer .infoot .inin .set ul li.link5 a {
    background-image: url(../images/link_fb.svg);
  }
  footer .infoot .inin .set ul li.link6 {
    width: 12px;
  }
  footer .infoot .inin .set ul li.link6 a {
    background-image: url(../images/link_x.svg);
  }
  footer .infoot .inin .set ul li.link7 {
    width: 74px;
  }
  footer .infoot .inin .set ul li.link7 a {
    background-image: url(../images/link_youtube.svg);
  }
  footer .infoot .inin .set ul li a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 13px;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .inin .set ul li a:hover {
    opacity: 0.7;
  }
  footer .infoot .cp {
    width: calc(100% - 40px);
  }
  footer .infoot .cp p {
    width: 259px;
    height: 11px;
    background-image: url(../images/text_cp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .infoot .pgtop {
    width: 15px;
    position: absolute;
    right: 20px;
    bottom: 45px;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .pgtop:hover {
    opacity: 0.7;
  }
  footer .infoot .pgtop p {
    width: 15px;
    height: 99px;
    background-image: url(../images/text_back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */