@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&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: "Oswald", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  background-image: url(../images/bg1.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: auto;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
body.loaded {
  position: static;
  overflow: visible;
}

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

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #fbf9f5;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .loadtext {
  display: none;
}
#loader .logo {
  width: 150px;
  height: 60px;
  position: relative;
}
#loader .logo::before {
  content: "";
  width: 150px;
  height: 60px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  opacity: 0.25;
}
#loader .logo span {
  width: 150px;
  height: 60px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 150px 60px;
  display: block;
  opacity: 1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

header {
  width: 100%;
  padding: 50px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  opacity: 0;
}
header ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header ul li a {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  opacity: 0.6;
}
header ul li:nth-child(1) {
  width: 114px;
  margin-right: auto;
}
header ul li:nth-child(1) a {
  background-image: url(../images/store.png);
  height: 12px;
}
header ul li:nth-child(2) {
  width: 129px;
  margin: 0 0 0 -65px;
  position: absolute;
  left: 50%;
  top: 50px;
}
header ul li:nth-child(2) a {
  background-image: url(../images/title.png);
  height: 15px;
}
header ul li:nth-child(3) {
  width: 20px;
  margin-left: auto;
}
header ul li:nth-child(3) a {
  background-image: url(../images/insta.svg);
  height: 20px;
}
header.active {
  opacity: 1;
}

section.visual {
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  padding: 0px;
  margin: 0 auto;
}
section.visual .inner {
  width: calc(100% - 40px);
  height: calc(100vh - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 0;
  transition: all 1s ease-in 0s;
  opacity: 0;
}
section.visual .inner .photo {
  width: 100%;
  height: 100%;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
section.visual .inner .text {
  width: 100%;
  padding: 60px 120px 0 120px;
  position: relative;
  z-index: 1;
  transition: all 2.5s ease-in 0s;
}
section.visual .inner .text h1 {
  width: 602px;
  height: 47px;
  background-image: url(../images/body2.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: 30px;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
section.visual .inner .text h2 {
  width: 602px;
  height: 19px;
  background-image: url(../images/body1.png?new);
  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: 35px;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
section.visual .inner .text h3 {
  width: 602px;
  height: 23px;
  background-image: url(../images/body3.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: 100px;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
section.visual .inner .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  width: 602px;
  padding: 0 80px 0 90px;
  box-sizing: border-box;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
section.visual.active .inner {
  padding: 0;
}
section.visual.active .inner .text {
  padding-top: 0px;
}
section.visual.active .inner .text h1 {
  opacity: 1;
}
section.visual.active .inner .text h2 {
  opacity: 1;
}
section.visual.active .inner .text h3 {
  opacity: 1;
}
section.visual.active .inner .text p {
  opacity: 1;
}

main {
  padding: 100vh 0 0 0;
  position: relative;
  z-index: 0;
  /*
  &::before{
  	content: '';
  	width: $w1;
  	height: 500px;
  	background-color: $col2;
  	position: absolute;
  	left: 0px;
  	top:0px;
  	z-index: -1;
  }
  */
}
main p i {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-style: italic;
}
main section.looks {
  width: 100%;
  padding: 0 0 250px 0;
  position: relative;
  /* //looks */
  /* //looks2 */
}
main section.looks .text {
  text-align: left;
}
main section.looks .text h3 {
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
main section.looks .text h3 sup {
  font-size: 1.4rem;
  vertical-align: super;
}
main section.looks .text h4 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 45px;
}
main section.looks .text p.lead {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  position: relative;
}
main section.looks .text p.lead::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main section.looks .text .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main section.looks .text .credits .credit dl {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.looks .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section.looks .text .credits .credit dl dt strong {
  display: inline-block;
}
main section.looks .text .credits .credit dl dt span {
  display: inline-block;
  margin: 0 0 0 10px;
}
main section.looks .text .credits .credit dl dt span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
main section.looks .text .credits .credit dl dd a {
  color: #FFF;
  padding: 3px 5px;
  background-color: #111;
}
main section.looks .text .credits .credit dl dd a:not([href]) {
  display: none;
}
main section.looks .look1 {
  width: 100%;
  padding: 0px;
  margin: 0 auto 135px auto;
}
main section.looks .look1 .set {
  width: 100%;
  max-width: 1320px;
  padding: 0 30px 0 40px;
  margin: 0 auto 150px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main section.looks .look1 .set .text {
  width: 380px;
  padding: 0px;
  order: 1;
}
main section.looks .look1 .set .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main section.looks .look1 .set .photo {
  width: 700px;
  padding-top: 200px;
  margin-left: auto;
  order: 2;
  transition: all 1s ease-out 0s;
}
main section.looks .look1 .set.active {
  opacity: 1;
}
main section.looks .look1 .set.active .photo {
  padding-top: 0px;
}
main section.looks .look1 .set2 {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0.5s;
  opacity: 0;
}
main section.looks .look1 .set2 .photos {
  padding: 0 100px 0 0;
  margin: 0 auto 125px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section.looks .look1 .set2 .photos div:first-child {
  width: 599px;
  padding: 200px 0 0 0;
  transition: all 1s ease-out 0s;
}
main section.looks .look1 .set2 .photos div:last-child {
  width: 479px;
  padding: 480px 0 0 0;
  transition: all 1s ease-out 0.5s;
}
main section.looks .look1 .set2 .text {
  width: 620px;
  margin: 0 auto;
}
main section.looks .look1 .set2 .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look1 .set2 .text p:not(:last-child) {
  margin-bottom: 30px;
}
main section.looks .look1 .set2.active {
  opacity: 1;
}
main section.looks .look1 .set2.active .photos div:first-child {
  padding: 0px;
}
main section.looks .look1 .set2.active .photos div:last-child {
  padding: 280px 0 0 0;
}
main section.looks .look2 {
  width: 100%;
  height: calc(100vw*0.5375);
  background-image: url(../images/look04.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: cover;
  padding: 45px 30px;
  margin: 0 auto 160px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main section.looks .look2 .photo {
  display: none;
}
main section.looks .look2 .text {
  width: 380px;
}
main section.looks .look2.active {
  opacity: 1;
}
main section.looks .look3 {
  width: 700px;
  margin: 0 auto 225px auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main section.looks .look3 .photo {
  width: 100%;
  margin: 0 auto 50px auto;
}
main section.looks .look3 p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
  text-align: left;
}
main section.looks .look3 p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look3.active {
  opacity: 1;
}
main section.looks .look4 {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main section.looks .look4 .set {
  width: 100%;
  max-width: 1320px;
  padding: 0 0 0 40px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 1.5s ease-out 0s;
}
main section.looks .look4 .set .text {
  width: 380px;
  padding: 0px;
  order: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.looks .look4 .set .photo {
  width: 700px;
  margin-left: auto;
  order: 2;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section.looks .look4 .set .photo img.sp {
  display: none;
}
main section.looks .look4 .set.active {
  padding-right: 100px;
}
main section.looks .look4 .set.active .photo {
  opacity: 1;
}
main section.looks .look4 .set.active .text {
  opacity: 1;
}
main section.looks .look4 .set2 {
  width: 100%;
  max-width: 1320px;
  padding: 0px;
  margin: 0 auto 250px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: padding-left 1.5s ease-out 0s;
}
main section.looks .look4 .set2 .text {
  width: 410px;
  padding: 0px;
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main section.looks .look4 .set2 .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look4 .set2 .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look4 .set2 .photo {
  width: 700px;
  margin-left: auto;
  order: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main section.looks .look4 .set2.active {
  padding-left: 125px;
}
main section.looks .look4 .set2.active .text {
  opacity: 1;
}
main section.looks .look4 .set2.active .photo {
  opacity: 1;
}
main section.looks .look4 .set3 {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
main section.looks .look4 .set3 .photo {
  width: 100%;
  padding: 0 135px;
  margin: 0 auto 35px auto;
  order: 1;
}
main section.looks .look4 .set3 .text:nth-child(2) {
  width: 450px;
  padding: 0 135px 0 0;
  order: 2;
}
main section.looks .look4 .set3 .text:nth-child(3) {
  width: 420px;
  padding: 0px;
  align-self: flex-start;
  order: 3;
}
main section.looks .look4 .set3 .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look4 .set3 .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look4 .set3.active {
  opacity: 1;
}
main section.looks .look5 {
  width: 100%;
  padding: 0px;
  margin: 0 auto 135px auto;
  position: relative;
  z-index: 1;
}
main section.looks .look5 .set {
  width: 100%;
  max-width: 100%;
  padding: 0 40px 0 0;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: max-width 1.5s ease-out 0s;
}
main section.looks .look5 .set .text {
  width: 360px;
  margin-left: auto;
  order: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main section.looks .look5 .set .photo {
  width: 840px;
  order: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main section.looks .look5 .text {
  width: 620px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0.5s;
  opacity: 0;
}
main section.looks .look5 .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look5 .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look5.active .set {
  max-width: 1320px;
}
main section.looks .look5.active .set .text {
  opacity: 1;
}
main section.looks .look5.active .set .photo {
  opacity: 1;
}
main section.looks .look5.active .text {
  opacity: 1;
}
main section.looks .look6 {
  margin: 0 auto 200px auto;
}
main section.looks .look6 .set {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main section.looks .look6 .set .photo {
  width: 800px;
  margin: 0 auto 35px auto;
  order: 1;
}
main section.looks .look6 .set .text:nth-child(2) {
  width: 800px;
  padding: 0 0 0 460px;
  order: 2;
}
main section.looks .look6 .set .text:nth-child(3) {
  width: 420px;
  padding: 0px;
  align-self: flex-start;
  order: 3;
}
main section.looks .look6 .set .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look6 .set .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look6.active .set {
  opacity: 1;
}
main section.looks .look7 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 125px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  transition: max-width 1.5s ease-out 0s;
}
main section.looks .look7 .set {
  width: 600px;
  margin: 0;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main section.looks .look7 .set .photo {
  width: 100%;
  margin-bottom: 35px;
}
main section.looks .look7 .set .photo .sp {
  display: none;
}
main section.looks .look7 .set .text {
  padding: 0 200px 0 25px;
}
main section.looks .look7 .set .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look7 .set .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look7 .set2 {
  width: 600px;
  padding: 290px 120px 0 0;
}
main section.looks .look7 .set2 .photo {
  width: 100%;
  margin-bottom: 75px;
  transition: opacity 1.5s ease-in 0.5s;
}
main section.looks .look7 .set2 .text {
  padding: 0 35px;
  transition: opacity 1.5s ease-in 0.5s;
}
main section.looks .look7 .set2 .text p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0em;
}
main section.looks .look7 .set2 .text p.mb {
  margin-bottom: 70px;
}
main section.looks .look7 .set2 .text p:not(:last-child) {
  margin-bottom: 35px;
}
main section.looks .look7.active {
  max-width: 1320px;
}
main section.looks .look7.active .set {
  opacity: 1;
}
main section.looks .look7.active .set2 .photo {
  opacity: 1;
}
main section.looks .look7.active .set2 .text {
  opacity: 1;
}
main section.looks.looks2 {
  width: 100%;
  background-image: url(../images/bg1.png), url(../images/bg2.png);
  background-repeat: no-repeat, repeat-y;
  background-position: center top;
  background-size: 100% 440px, auto;
  padding: 0 0 75px 0;
  position: relative;
  /*&::before{
  	content: '';
  	width: 50%;
  	height: 440px;
  	background-color: $col2;
  	position: absolute;
  	right: 0px;
  	top:0px;
  }*/
}
main section.looks.looks2 footer {
  text-align: left;
  width: 100%;
  max-width: 1320px;
  padding: 0 25px;
  position: relative;
  box-sizing: border-box;
}
main section.looks.looks2 footer p {
  color: #111;
  font-family: "source-sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section.looks.looks2 footer p:not(:last-child) {
  margin-bottom: 10px;
}
main section.looks.looks2 footer ul {
  margin-bottom: 10px;
}
main section.looks.looks2 footer ul li {
  color: #111;
  font-family: "source-sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section.looks.looks2 footer .pgtop {
  position: absolute;
  right: 25px;
  bottom: 0px;
}
main section.looks.looks2 footer .pgtop a {
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
main section.looks.looks2 footer .pgtop a:hover {
  color: #999;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 2rem;
  }

  header {
    width: 100%;
    padding: 15px 15px 0 15px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    box-sizing: border-box;
  }
  header ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header ul li a {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    opacity: 0.6;
  }
  header ul li:nth-child(1) {
    width: 65px;
  }
  header ul li:nth-child(1) a {
    height: 10px;
  }
  header ul li:nth-child(2) {
    width: 79px;
    margin: 0 0 0 -40px;
    top: 15px;
  }
  header ul li:nth-child(2) a {
    height: 10px;
  }
  header ul li:nth-child(3) {
    width: 13px;
  }
  header ul li:nth-child(3) a {
    height: 13px;
  }

  header.active h1 {
    opacity: 1;
  }
  header.active .link a {
    color: #111;
  }

  section.visual {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0 auto;
  }
  section.visual .inner {
    width: 100%;
    height: auto;
    padding-top: calc(75vh + 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    transition: unset;
  }
  section.visual .inner .photo {
    width: calc(100% - 30px);
    height: 75vh;
    background-image: url(../images_sp/visual_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
    margin: 0 auto;
    position: fixed;
    top: 40px;
    left: 15px;
  }
  section.visual .inner .text {
    width: 100vw;
    padding: 0 15px;
  }
  section.visual .inner .text h1 {
    width: 100%;
    height: 70px;
    background-image: url(../images_sp/body2.png);
    background-position: 10px center;
    margin-bottom: 20px;
  }
  section.visual .inner .text h2 {
    width: 100%;
    height: 14px;
    margin-bottom: 15px;
    background-position: 30px center;
  }
  section.visual .inner .text h3 {
    width: 100%;
    height: 17px;
    margin-bottom: 50px;
    background-position: 15px center;
  }
  section.visual .inner .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding: 0 20px 0 30px;
  }
  section.visual.active .inner {
    padding-top: calc(75vh + 60px);
  }

  main {
    padding: 0px;
    position: relative;
    z-index: 0;
    /*
    &::before{
    	content: '';
    	width: $w1;
    	height: 500px;
    	background-color: $col2;
    	position: absolute;
    	left: 0px;
    	top:0px;
    	z-index: -1;
    }
    */
  }
  main p i {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  main section.looks {
    width: 100%;
    padding: 50px 0 80px 0;
    /* //looks */
    /* //looks2 */
  }
  main section.looks .text {
    text-align: left;
  }
  main section.looks .text h3 {
    margin-bottom: 10px;
  }
  main section.looks .text h4 {
    margin-bottom: 25px;
  }
  main section.looks .text p.lead {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.looks .text .credits .credit dl {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0em;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section.looks .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section.looks .text .credits .credit dl dt strong {
    display: inline-block;
  }
  main section.looks .text .credits .credit dl dt span {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  main section.looks .text .credits .credit dl dd a {
    color: #FFF;
    padding: 3px 5px;
    background-color: #111;
  }
  main section.looks .look1 {
    margin: 0 auto 75px auto;
  }
  main section.looks .look1 .set {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 75px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look1 .set .text {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  main section.looks .look1 .set .text p.lead {
    padding: 0 95px 30px 0;
  }
  main section.looks .look1 .set .photo {
    width: 100%;
    margin: 0 0 25px 0;
    order: 1;
  }
  main section.looks .look1 .set2 {
    max-width: 100%;
    margin: 0 auto;
  }
  main section.looks .look1 .set2 .photos {
    padding: 0;
    margin: 0 auto 40px auto;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look1 .set2 .photos div:first-child {
    width: 100%;
    padding: 0 55px 0 0;
    margin-left: -100px;
    margin-bottom: 30px;
  }
  main section.looks .look1 .set2 .photos div:last-child {
    width: 100%;
    margin-left: -50px;
    padding: 0 15px 0 75px;
  }
  main section.looks .look1 .set2 .text {
    width: 100%;
    padding: 0 30px 0 40px;
    margin: 0 auto;
  }
  main section.looks .look1 .set2 .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .look1 .set2 .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.looks .look1 .set2.active .photos div:first-child {
    width: 100%;
    padding: 0 55px 0 0;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  main section.looks .look1 .set2.active .photos div:last-child {
    width: 100%;
    margin-left: 0px;
    padding: 0 15px 0 75px;
  }
  main section.looks .look2 {
    width: 100%;
    height: auto;
    background-image: none;
    padding: 0px;
    margin: 0 auto 55px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look2 .photo {
    width: 100%;
    margin-bottom: 25px;
    display: block;
  }
  main section.looks .look2 .text {
    width: 100%;
    padding: 0 15px;
  }
  main section.looks .look2 .text p.lead {
    padding-right: 105px;
  }
  main section.looks .look3 {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 100px auto;
  }
  main section.looks .look3 .photo {
    width: 100%;
    margin: 0 auto 35px auto;
  }
  main section.looks .look3 p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 15px;
  }
  main section.looks .look3 p:not(:last-child) {
    margin-bottom: 25px;
  }
  main section.looks .look4 {
    width: 100%;
    padding: 0px;
    margin: 0;
    overflow: hidden;
  }
  main section.looks .look4 .set {
    max-width: 100%;
    padding: 0px;
    margin: 0 auto 75px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look4 .set .text {
    width: 100%;
    padding: 0 15px;
    order: 2;
  }
  main section.looks .look4 .set .text .lead {
    padding-right: 100px;
  }
  main section.looks .look4 .set .photo {
    width: calc(100% - 25px);
    margin-bottom: 35px;
  }
  main section.looks .look4 .set .photo img {
    right: -100px;
    position: relative;
  }
  main section.looks .look4 .set .photo img:first-child {
    margin-bottom: 10px;
    transition: all 0.75s ease-out 0.5s;
  }
  main section.looks .look4 .set .photo img.sp {
    display: block;
    transition: all 0.75s ease-out 0.75s;
  }
  main section.looks .look4 .set.active {
    padding: 0px;
  }
  main section.looks .look4 .set.active .photo img:first-child {
    right: 0px;
  }
  main section.looks .look4 .set.active .photo img.sp {
    right: 0px;
  }
  main section.looks .look4 .set2 {
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look4 .set2 .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  main section.looks .look4 .set2 .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .look4 .set2 .text p:not(:last-child) {
    margin-bottom: 25px;
  }
  main section.looks .look4 .set2 .photo {
    display: none;
  }
  main section.looks .look4 .set2.active {
    padding: 0 30px;
  }
  main section.looks .look4 .set3 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look4 .set3 .photo {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 30px auto;
  }
  main section.looks .look4 .set3 .photo img {
    padding: 100px 0 0 0;
    transition: all 0.75s ease-out 0.5s;
  }
  main section.looks .look4 .set3 .text:nth-child(2) {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 75px;
  }
  main section.looks .look4 .set3 .text:nth-child(2) .lead {
    padding-right: 100px;
  }
  main section.looks .look4 .set3 .text:nth-child(3) {
    width: 100%;
    padding: 0 35px 0 40px;
  }
  main section.looks .look4 .set3 .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .look4 .set3 .text p:not(:last-child) {
    margin-bottom: 25px;
  }
  main section.looks .look4 .set3.active .photo img {
    padding-top: 0px;
  }
  main section.looks .look5 {
    width: 100%;
    padding: 0px;
    margin: 0 auto 90px auto;
  }
  main section.looks .look5 .set {
    max-width: 100%;
    padding: 0px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look5 .set .text {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
  }
  main section.looks .look5 .set .text p.lead {
    padding: 0 100px 30px 0;
  }
  main section.looks .look5 .set .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  main section.looks .look5 .text {
    width: 100%;
    padding: 0 25px 0 35px;
    margin: 0 auto;
  }
  main section.looks .look5 .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .look5 .text p:not(:last-child) {
    margin-bottom: 25px;
  }
  main section.looks .look6 {
    margin: 0 auto 125px auto;
  }
  main section.looks .look6 .set {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.looks .look6 .set .photo {
    width: 100%;
    margin: 0 auto 35px auto;
    order: 1;
  }
  main section.looks .look6 .set .text:nth-child(2) {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 60px;
  }
  main section.looks .look6 .set .text:nth-child(2) p.lead {
    padding-right: 100px;
  }
  main section.looks .look6 .set .text:nth-child(3) {
    width: 100%;
    padding: 0 35px 0 25px;
  }
  main section.looks .look6 .set .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  main section.looks .look6 .set .text p:not(:last-child) {
    margin-bottom: 35px;
  }
  main section.looks .look7 {
    max-width: 100%;
    margin: 0 auto 125px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }
  main section.looks .look7 .set {
    width: 100%;
    margin: 0 0 75px 0;
  }
  main section.looks .look7 .set .photo {
    width: 100%;
    margin-bottom: 35px;
  }
  main section.looks .look7 .set .photo img {
    box-sizing: border-box;
    position: relative;
  }
  main section.looks .look7 .set .photo img:first-child {
    padding: 0 55px 0 0;
    margin-bottom: 30px;
    left: -50px;
    transition: left 0.75s ease-in 0.5s;
  }
  main section.looks .look7 .set .photo img.sp {
    padding: 0 15px 0 70px;
    display: block;
    right: -50px;
    transition: right 0.75s ease-in 1s;
  }
  main section.looks .look7 .set .text {
    padding: 0 15px;
  }
  main section.looks .look7 .set .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks .look7 .set .text p:not(:last-child) {
    margin-bottom: 25px;
  }
  main section.looks .look7 .set .text p.lead {
    padding: 0 100px 30px 0;
  }
  main section.looks .look7 .set2 {
    width: 100%;
    padding: 0px;
  }
  main section.looks .look7 .set2 .photo {
    display: none;
  }
  main section.looks .look7 .set2 .text {
    padding: 0 35px;
  }
  main section.looks .look7 .set2 .text p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.3rem;
    letter-spacing: 0em;
  }
  main section.looks .look7 .set2 .text p.mb {
    margin-bottom: 35px;
  }
  main section.looks .look7 .set2 .text p.sp {
    margin-bottom: 35px;
    display: block;
  }
  main section.looks .look7.active .set .photo img:first-child {
    left: 0px;
  }
  main section.looks .look7.active .set .photo img.sp {
    right: 0px;
  }
  main section.looks.looks2 {
    width: 100%;
    padding: 0 0 40px 0;
    background-image: url(../images/bg2.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: auto;
  }
  main section.looks.looks2::before {
    content: none;
  }
  main section.looks.looks2 footer {
    max-width: 100%;
    padding: 0 15px;
  }
  main section.looks.looks2 footer p {
    color: #111;
    font-family: "source-sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section.looks.looks2 footer p:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.looks.looks2 footer ul {
    margin-bottom: 10px;
  }
  main section.looks.looks2 footer ul li {
    color: #111;
    font-family: "source-sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main section.looks.looks2 footer .pgtop {
    position: absolute;
    right: 15px;
    bottom: 0px;
  }
  main section.looks.looks2 footer .pgtop a {
    color: #111;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  main section.looks.looks2 footer .pgtop a:hover {
    color: #999;
  }
}