@import url("https://use.typekit.net/rus3rqf.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@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: open-sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  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: #AA5A57;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 150px;
  height: 46px;
  background-image: url(../images/logo_b.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #E5E9ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

.hum {
  width: 40px;
  height: 11px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
.hum:hover {
  opacity: 0.8;
}
.hum.on span {
  background-color: #000;
}
.hum.on span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hum.on span:nth-child(2) {
  top: 5px;
  transform: rotate(-45deg);
}
.hum span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.2s ease-in 0s;
}
.hum span:nth-child(1) {
  top: 0px;
}
.hum span:nth-child(2) {
  top: 10px;
}

nav {
  width: 31.25%;
  height: 100%;
  padding: 200px 0;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 7777;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: all 0.2s ease-in 0s;
}
nav.on {
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
}
nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav ul li:not(:last-child) {
  margin-bottom: 20px;
}
nav ul li a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav ul li a:hover {
  color: #FFF;
}

main {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0 auto 380px auto;
  position: relative;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits h5 {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .credits h5:not(:first-child) {
  padding: 10px 0 0 0;
}
main section .credits > div.item-d-none dl dd a {
  display: none;
}
main section .credits > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits > div dl dt span {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .credits > div dl dt span:not(:first-child) {
  margin-left: 5px;
}
main section .credits > div dl dd {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-left: 10px;
}
main section .credits > div dl dd a {
  color: #000;
  font-family: open-sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 0 5px;
  transition: all 0.1s ease-in;
}
main section .credits > div dl dd a:hover {
  color: #AA5A57;
}
main section .credits > div dl dd a + span {
  display: none;
}
main section#visual {
  width: calc(100% - 200px);
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#visual.on h1 {
  opacity: 1;
}
main section#visual.on .photo h2 {
  opacity: 1;
}
main section#visual.on .photo > div {
  opacity: 1;
}
main section#visual h1 {
  width: 150px;
  height: 46px;
  background-image: url(../images/logo_w.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% - 23px);
  left: calc(50% - 75px);
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#visual .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#visual .photo h2 {
  width: 8px;
  height: 190px;
  background-image: url(../images/title_visual.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: 0px;
  left: -8px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#visual .photo > div {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main section#lead {
  width: 100%;
  margin: -55px auto 145px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main section#lead.on h3 {
  opacity: 1;
}
main section#lead.on p {
  opacity: 1;
}
main section#lead h3 {
  width: 332px;
  height: 64px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 65px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#lead p {
  width: 1124px;
  height: 246px;
  background-image: url(../images/lead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#mylook {
  width: 100%;
}
main section#mylook .block {
  width: 100%;
}
main section#mylook .block .photo > div {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block .photo > div:nth-child(2) {
  transition-delay: 0.25s;
}
main section#mylook .block .photo > div:nth-child(3) {
  transition-delay: 0.5s;
}
main section#mylook .block .photo.on > div {
  opacity: 1;
}
main section#mylook .block .line {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block .line.on {
  opacity: 1;
}
main section#mylook .block .text {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main section#mylook .block .text.on {
  opacity: 1;
}
main section#mylook .block#blk1 {
  width: 100%;
}
main section#mylook .block#blk1:not(:last-child) {
  margin-bottom: 270px;
}
main section#mylook .block#blk1 .line:nth-child(1) {
  width: 100%;
  margin: 0 0 200px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk1 .line:nth-child(1) .photo:nth-child(1) {
  width: 39%;
}
main section#mylook .block#blk1 .line:nth-child(1) .photo:nth-child(3) {
  width: 21.875%;
  margin: auto 0 0 0;
  position: relative;
  transform: translateY(70px);
}
main section#mylook .block#blk1 .line:nth-child(1) .text {
  width: 390px;
}
main section#mylook .block#blk1 .line:nth-child(1) .text p {
  width: 100%;
  height: 144px;
  background-image: url(../images/text1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk1 .line:nth-child(2) {
  width: calc(100% - 320px);
  margin: 0 auto;
}
main section#mylook .block#blk2 {
  width: calc(100% - 80px);
  padding: 0 0 180px 0;
  margin: 0 auto;
  position: relative;
}
main section#mylook .block#blk2:not(:last-child) {
  margin-bottom: 180px;
}
main section#mylook .block#blk2 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk2 .line .photo {
  width: 50%;
}
main section#mylook .block#blk2 .line .text {
  width: 280px;
  margin: 0 0 0 90px;
}
main section#mylook .block#blk2 .line .text p {
  width: 100%;
  height: 120px;
  background-image: url(../images/text2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk2 .line + .photo {
  width: 25%;
  position: absolute;
  right: 40px;
  bottom: 0px;
}
main section#mylook .block#blk3 {
  width: calc(100% - 80px);
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#mylook .block#blk3:not(:last-child) {
  margin-bottom: 235px;
}
main section#mylook .block#blk3 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#mylook .block#blk3 .line .photo {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  transform: translateX(160px);
}
main section#mylook .block#blk3 .line .photo::before {
  content: "";
  width: 50%;
  order: 2;
}
main section#mylook .block#blk3 .line .photo > div {
  width: 50%;
}
main section#mylook .block#blk3 .line .photo > div:nth-child(1) {
  order: 1;
}
main section#mylook .block#blk3 .line .photo > div:nth-child(2) {
  order: 3;
}
main section#mylook .block#blk3 .line .photo > div:nth-child(3) {
  order: 4;
}
main section#mylook .block#blk3 .line .text {
  width: 368px;
  margin: 0 0 0 90px;
}
main section#mylook .block#blk3 .line .text p {
  width: 100%;
  height: 144px;
  background-image: url(../images/text3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk3 .line .spphoto {
  display: none;
}
main section#mylook .block#blk4 {
  width: calc(100% - 140px);
  margin: 0px;
  position: relative;
}
main section#mylook .block#blk4:not(:last-child) {
  margin-bottom: 530px;
}
main section#mylook .block#blk4 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk4 .line .combo {
  width: 43.86%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#mylook .block#blk4 .line .combo .photo {
  width: 100%;
  margin-bottom: 95px;
}
main section#mylook .block#blk4 .line .combo .text {
  width: 340px;
  margin: 0px;
}
main section#mylook .block#blk4 .line .combo .text p {
  width: 100%;
  height: 145px;
  background-image: url(../images/text4.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
main section#mylook .block#blk4 .line .photo {
  width: 39.5%;
}
main section#mylook .block#blk5 {
  width: calc(100% - 110px);
  margin: 0px;
  position: relative;
}
main section#mylook .block#blk5:not(:last-child) {
  margin-bottom: 195px;
}
main section#mylook .block#blk5 .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk5 .line .photo {
  width: 45.725%;
  position: relative;
  transform: translateY(80px);
}
main section#mylook .block#blk5 .line .deco {
  width: 23%;
  position: absolute;
  top: -255px;
  left: calc(38.5% + 50px);
  z-index: 1;
}
main section#mylook .block#blk5 .line .combo {
  width: 41%;
  margin-left: 13.25%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk5 .line .combo .photo {
  width: 100%;
  margin-bottom: 155px;
  transform: none;
}
main section#mylook .block#blk5 .line .combo .text {
  width: 300px;
  margin: 0px;
}
main section#mylook .block#blk5 .line .combo .text p {
  width: 100%;
  height: 145px;
  background-image: url(../images/text5.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk6 {
  width: calc(100% - 340px);
  margin: 0px auto;
  position: relative;
}
main section#mylook .block#blk6:not(:last-child) {
  margin-bottom: 195px;
}
main section#mylook .block#blk6 .line {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk6 .line .photo {
  width: 28.235%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section#mylook .block#blk6 .line .photo:nth-child(1) {
  position: relative;
  transform: translateY(-70px);
}
main section#mylook .block#blk6 .line .photo:nth-child(2) {
  margin-left: 12.94%;
  transition-delay: 0.25s;
}
main section#mylook .block#blk6 .line .photo:nth-child(3) {
  margin-left: 2.7%;
  transition-delay: 0.5s;
}
main section#mylook .block#blk6 .line .photo.on {
  opacity: 1;
}
main section#mylook .block#blk6 .text {
  width: 100%;
  margin: 0px;
}
main section#mylook .block#blk6 .text p {
  width: 525px;
  height: 100px;
  background-image: url(../images/text6.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk6 .spphoto {
  display: none;
}
main section#mylook .block#blk7 {
  width: 100%;
  margin: 0px auto;
  position: relative;
}
main section#mylook .block#blk7:not(:last-child) {
  margin-bottom: 220px;
}
main section#mylook .block#blk7 .line {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#mylook .block#blk7 .line .photo {
  width: 50%;
}
main section#mylook .block#blk7 .line .combo {
  width: calc(50% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk7 .line .combo .photo {
  width: calc(100% - 65px);
  margin: 0 0 160px auto;
}
main section#mylook .block#blk7 .line .combo .text {
  width: 470px;
}
main section#mylook .block#blk7 .line .combo .text p {
  width: 100%;
  height: 101px;
  background-image: url(../images/text7.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk8 {
  width: calc(100% - 340px);
  margin: 0px auto;
  position: relative;
}
main section#mylook .block#blk8:not(:last-child) {
  margin-bottom: 240px;
}
main section#mylook .block#blk8 .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#mylook .block#blk8 .line .text {
  width: 510px;
}
main section#mylook .block#blk8 .line .text p {
  width: 100%;
  height: 100px;
  background-image: url(../images/text8.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}
main section#mylook .block#blk8 .line .photo {
  width: 31%;
  position: relative;
  transform: translateX(-20px);
}
main section#mylook .block#blk9 {
  width: 100%;
  margin: 0px auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#mylook .block#blk9:not(:last-child) {
  margin-bottom: 275px;
}
main section#mylook .block#blk9 > .photo {
  width: calc(100% - 285px);
  margin: 0 0 160px auto;
}
main section#mylook .block#blk9 .line {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#mylook .block#blk9 .line .photo {
  width: 65%;
  padding-left: 50px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#mylook .block#blk9 .line .photo > div {
  width: 50%;
}
main section#mylook .block#blk9 .line .text {
  width: 350px;
}
main section#mylook .block#blk9 .line .text p {
  width: 259px;
  height: 100px;
  background-image: url(../images/text9.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
main section#mylook .block#blk10 {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#mylook .block#blk10:not(:last-child) {
  margin-bottom: 260px;
}
main section#mylook .block#blk10 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#mylook .block#blk10 .line > .photo {
  width: 29.7%;
}
main section#mylook .block#blk10 .line .combo {
  width: 61%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#mylook .block#blk10 .line .combo .photo {
  width: 68.59%;
  margin: 0 0 115px auto;
}
main section#mylook .block#blk10 .line .combo .text {
  width: 350px;
  margin: 0px;
}
main section#mylook .block#blk10 .line .combo .text p {
  width: 100%;
  height: 145px;
  background-image: url(../images/text10.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
main section#mylook .block#blk11 {
  width: calc(100% - 230px);
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#mylook .block#blk11:not(:last-child) {
  margin-bottom: 310px;
}
main section#mylook .block#blk11 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#mylook .block#blk11 .line > .photo {
  width: 100%;
  margin-bottom: 80px;
}
main section#mylook .block#blk11 .line .text {
  width: 50%;
  margin: 0px;
}
main section#mylook .block#blk11 .line .text p {
  width: 340px;
  height: 165px;
  background-image: url(../images/text11.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
main section#mylook .block#blk12 {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#mylook .block#blk12 .line {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#mylook .block#blk12 .line > .photo {
  width: calc(100% - 220px);
  margin-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#mylook .block#blk12 .line > .photo > div:nth-child(1) {
  width: 34%;
}
main section#mylook .block#blk12 .line > .photo > div:nth-child(2) {
  width: 43.4%;
}
main section#mylook .block#blk12 .line .text {
  width: calc(100% - 220px);
  margin: 0 0 45px 0;
}
main section#mylook .block#blk12 .line .text p {
  width: 457px;
  height: 100px;
  background-image: url(../images/text12.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 45px;
}
main section#mylook .block#blk12 .line .spphoto {
  display: none;
}

footer {
  width: calc(100% - 440px);
  padding: 0 0 200px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .staff {
  width: 100%;
  padding: 0 0 0 100px;
  margin-bottom: 195px;
}
footer .inner .staff ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .staff ul li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .staff ul li span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
footer .inner .staff ul li span:nth-child(1) {
  text-align: left;
  width: 30%;
}
footer .inner .staff ul li span:nth-child(2) {
  text-align: left;
  width: 50%;
}
footer .inner .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  order: 2;
}
footer .inner .link ul li {
  text-align: left;
}
footer .inner .link ul li a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .link ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
footer .inner .link + p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  order: 1;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .hum {
    width: 30px;
    height: 9px;
    top: 20px;
    right: 10px;
  }
  .hum.on span:nth-child(1) {
    top: 4px;
  }
  .hum.on span:nth-child(2) {
    top: 4px;
  }
  .hum span:nth-child(1) {
    top: 0px;
  }
  .hum span:nth-child(2) {
    top: 8px;
  }

  nav {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  nav ul li a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  nav ul li a:hover {
    color: #000;
  }

  main {
    padding: 50px 0 0 0;
    margin: 0 auto 150px auto;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits h5 {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .credits h5:not(:first-child) {
    padding: 10px 0 0 0;
  }
  main section .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits > div dl dt span {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .credits > div dl dt span:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits > div dl dd {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main section .credits > div dl dd a {
    color: #000;
    font-family: open-sans, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-decoration: underline;
    padding: 0 5px;
    transition: all 0.1s ease-in;
  }
  main section .credits > div dl dd a:hover {
    color: #AA5A57;
  }
  main section .credits > div dl dd a + span {
    display: none;
  }
  main section#visual {
    width: calc(100% - 76px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#visual.on h1 {
    opacity: 1;
  }
  main section#visual.on .photo {
    opacity: 1;
  }
  main section#visual h1 {
    width: 120px;
    height: 37px;
    top: calc(50% - 19px);
    left: calc(50% - 60px);
  }
  main section#lead {
    margin: -30px auto 100px auto;
  }
  main section#lead h3 {
    width: 208px;
    height: 40px;
    margin-bottom: 40px;
  }
  main section#lead p {
    width: 100%;
    height: 84.325vw;
    background-image: url(../images/lead_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main section#mylook .block .spphoto > div {
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main section#mylook .block .spphoto > div:nth-child(2) {
    transition-delay: 0.25s;
  }
  main section#mylook .block .spphoto > div:nth-child(3) {
    transition-delay: 0.5s;
  }
  main section#mylook .block .spphoto.on > div {
    opacity: 1;
  }
  main section#mylook .block#blk1 {
    width: 100%;
  }
  main section#mylook .block#blk1:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk1 .line:nth-child(1) {
    width: 100%;
    margin: 0 0 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk1 .line:nth-child(1) .photo:nth-child(1) {
    width: 100%;
    margin-bottom: 48px;
  }
  main section#mylook .block#blk1 .line:nth-child(1) .photo:nth-child(3) {
    width: calc(100% - 40px);
    padding-left: 55px;
    margin: 0 auto;
    transform: none;
  }
  main section#mylook .block#blk1 .line:nth-child(1) .text {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk1 .line:nth-child(1) .text p {
    width: 100%;
    height: calc((100vw - 40px) * 0.36923);
    margin-bottom: 45px;
  }
  main section#mylook .block#blk1 .line:nth-child(2) {
    width: 100%;
  }
  main section#mylook .block#blk2 {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  main section#mylook .block#blk2:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk2 .line {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk2 .line .photo {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk2 .line .text {
    width: calc(100% - 40px);
    margin: 0 0 45px 0;
  }
  main section#mylook .block#blk2 .line .text p {
    width: 280px;
    height: 120px;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk2 .line + .photo {
    width: 100%;
    padding-right: 75px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main section#mylook .block#blk3 {
    width: 100%;
  }
  main section#mylook .block#blk3:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk3 .line {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk3 .line .photo {
    width: 100%;
    margin-bottom: 50px;
    transform: none;
  }
  main section#mylook .block#blk3 .line .photo::before {
    content: none;
  }
  main section#mylook .block#blk3 .line .photo > div {
    width: 100%;
  }
  main section#mylook .block#blk3 .line .photo > div:nth-child(1) {
    order: 1;
  }
  main section#mylook .block#blk3 .line .photo > div:nth-child(2) {
    display: none;
  }
  main section#mylook .block#blk3 .line .photo > div:nth-child(3) {
    display: none;
  }
  main section#mylook .block#blk3 .line .text {
    width: calc(100% - 40px);
    margin: 0 0 50px 0;
  }
  main section#mylook .block#blk3 .line .text p {
    width: 100%;
    height: calc((100vw - 40px) * 0.494);
    background-image: url(../images/text3_sp.png);
  }
  main section#mylook .block#blk3 .line .spphoto {
    width: calc(100% - 76px);
    display: block;
  }
  main section#mylook .block#blk3 .line .spphoto > div {
    width: 100%;
  }
  main section#mylook .block#blk4 {
    width: 100%;
  }
  main section#mylook .block#blk4:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk4 .line {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk4 .line .combo .photo {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line .combo .text {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line .combo .text p {
    width: 100%;
    height: calc((100vw - 40px) * 0.42647);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk4 .line .photo {
    width: calc(100% - 75px);
    margin: 0 0 0 auto;
  }
  main section#mylook .block#blk5 {
    width: 100%;
  }
  main section#mylook .block#blk5:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk5 .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk5 .line .photo {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    transform: none;
  }
  main section#mylook .block#blk5 .line .deco {
    width: calc(100% - 40px);
    padding-right: 65px;
    margin-bottom: 50px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
  }
  main section#mylook .block#blk5 .line .combo {
    width: 100%;
    margin-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk5 .line .combo .photo {
    width: 100%;
    margin-bottom: 0px;
    transform: none;
    order: 2;
  }
  main section#mylook .block#blk5 .line .combo .text {
    width: calc(100% - 40px);
    margin: 0 0 45px 0;
    order: 1;
  }
  main section#mylook .block#blk5 .line .combo .text p {
    width: 300px;
    height: 145px;
    background-image: url(../images/text5.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk6 {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
  }
  main section#mylook .block#blk6:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk6 .line {
    width: calc(200% - 270px);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk6 .line .photo {
    width: calc(100% - 135px);
  }
  main section#mylook .block#blk6 .line .photo:nth-child(1) {
    display: none;
  }
  main section#mylook .block#blk6 .line .photo:nth-child(2) {
    margin-left: 0px;
  }
  main section#mylook .block#blk6 .line .photo:nth-child(3) {
    margin-left: 0px;
  }
  main section#mylook .block#blk6 .text {
    width: calc(100% - 40px);
    margin: 0px auto 50px auto;
  }
  main section#mylook .block#blk6 .text p {
    width: 315px;
    height: 165px;
    background-image: url(../images/text6_sp.png);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk6 .spphoto {
    width: 100%;
    display: block;
  }
  main section#mylook .block#blk7 {
    width: 100%;
  }
  main section#mylook .block#blk7:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk7 .line {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk7 .line .photo {
    width: 100%;
    order: 2;
  }
  main section#mylook .block#blk7 .line .combo {
    width: 100%;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main section#mylook .block#blk7 .line .combo .photo {
    width: 100%;
    margin: 0 auto 50px 0;
    order: 1;
  }
  main section#mylook .block#blk7 .line .combo .text {
    width: 100%;
    padding: 0 20px;
    order: 2;
  }
  main section#mylook .block#blk7 .line .combo .text p {
    width: 193px;
    height: 188px;
    background-image: url(../images/text7_sp.png);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk8 {
    width: 100%;
    margin: 0px auto;
  }
  main section#mylook .block#blk8:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk8 .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk8 .line .text {
    width: 100%;
    padding: 0 20px;
    order: 2;
  }
  main section#mylook .block#blk8 .line .text p {
    width: 168px;
    height: 187px;
    background-image: url(../images/text8_sp.png);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk8 .line .photo {
    width: calc(100% - 95px);
    margin-bottom: 50px;
    position: relative;
    transform: none;
    order: 1;
  }
  main section#mylook .block#blk9 {
    width: 100%;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk9:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk9 > .photo {
    width: 100%;
    margin: 0 0 50px 0;
  }
  main section#mylook .block#blk9 .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk9 .line .photo {
    width: calc(100% - 115px);
    padding-left: 0px;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    order: 2;
  }
  main section#mylook .block#blk9 .line .photo > div {
    width: 100%;
  }
  main section#mylook .block#blk9 .line .text {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 45px;
    order: 1;
  }
  main section#mylook .block#blk9 .line .text p {
    width: 259px;
    height: 100px;
    background-image: url(../images/text9.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
  }
  main section#mylook .block#blk10 {
    width: 100%;
  }
  main section#mylook .block#blk10:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk10 .line {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk10 .line > .photo {
    width: calc(100% - 40px);
    order: 2;
  }
  main section#mylook .block#blk10 .line .combo {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main section#mylook .block#blk10 .line .combo .photo {
    width: 100%;
    margin: 0 0 50px 0;
  }
  main section#mylook .block#blk10 .line .combo .text {
    width: 100%;
    padding: 0 20px;
    margin: 0px;
  }
  main section#mylook .block#blk10 .line .combo .text p {
    width: 100%;
    height: calc((100vw - 40px) * 0.4143);
    background-image: url(../images/text10.png);
    margin-bottom: 45px;
  }
  main section#mylook .block#blk11 {
    width: 100%;
  }
  main section#mylook .block#blk11:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#mylook .block#blk11 .line {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk11 .line > .photo {
    width: 100%;
    margin-bottom: 50px;
  }
  main section#mylook .block#blk11 .line .text {
    width: calc(100% - 40px);
    margin: 0px;
  }
  main section#mylook .block#blk11 .line .text p {
    width: 340px;
    height: 165px;
    background-image: url(../images/text11.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 45px;
  }
  main section#mylook .block#blk12 .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#mylook .block#blk12 .line > .photo {
    width: calc(100% - 45px);
    margin: 0 auto 50px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#mylook .block#blk12 .line > .photo > div:nth-child(1) {
    width: 100%;
  }
  main section#mylook .block#blk12 .line > .photo > div:nth-child(2) {
    display: none;
  }
  main section#mylook .block#blk12 .line .text {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk12 .line .text p {
    width: 238px;
    height: 145px;
    background-image: url(../images/text12_sp.png);
    margin-bottom: 50px;
  }
  main section#mylook .block#blk12 .line .spphoto {
    width: 100%;
    display: block;
  }

  footer {
    width: 100%;
    padding: 0 0 100px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .staff {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }
  footer .inner .staff ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .staff ul li {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .staff ul li span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  footer .inner .staff ul li span:nth-child(1) {
    width: 50%;
  }
  footer .inner .staff ul li span:nth-child(2) {
    width: 50%;
    margin-left: 0px;
  }
  footer .inner .link {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 60px auto;
    order: 1;
  }
  footer .inner .link ul li {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .link ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  footer .inner .link p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
    padding: 0px;
    margin-right: auto;
    order: 2;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
