@charset "UTF-8";
@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;
  }
}
@keyframes arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #F8EBB1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.75s ease-in-out 0s;
}
#loader .logo {
  width: 250px;
  background-image: url(../images/logo_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 33px;
}
#loader .bar {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #1D1D1D;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
header.on {
  opacity: 1;
}
header.on.hide {
  opacity: 0;
  pointer-events: none;
}
header .inner {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  width: 79px;
}
header .inner h1 a {
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 8px;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
header .inner 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: 8px;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  opacity: 0.7;
}
header .inner ul li:nth-child(1) {
  width: 106px;
  margin-bottom: 18px;
}
header .inner ul li:nth-child(1) a {
  background-image: url(../images/text_store.svg);
}
header .inner ul li:nth-child(2) {
  width: 86px;
}
header .inner ul li:nth-child(2) a {
  background-image: url(../images/text_insta.svg);
}

main#container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /*
  h2{
  	width: 1243px;
  	height: 450px;
  	background-image: url(../images/title.png);
  	@include bgSet(no-repeat,center,contain);
  	@include bgImg();
  	position: fixed;
  	top: calc(50vh - 275px);
  	left: calc(50% - 622px);
  	z-index: -1;
  	@include motion(all 0.5s ease-out 0s);
  }
  */
}
main#container::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -3;
  display: block;
  transition: all 0.5s ease-out 0s;
}
main#container.bg::before {
  background-color: #F8EBB1;
}
main#container.bg h2 {
  filter: brightness(5);
}
main#container.bg.bg2::before {
  opacity: 0;
}
main#container.bg.bg2 h2 {
  opacity: 0;
}
main#container.bg.bg2.bg3::before {
  background-color: #E0CEAA;
  opacity: 1;
}
main#container h2 {
  width: calc(100% - 60px);
  height: 450px;
  background-image: url(../images/title1.png), url(../images/title2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: 269px 176px, 653px 174px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: fixed;
  top: calc(50vh - 275px);
  left: 30px;
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
main#container #visual {
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  z-index: -2;
}
main#container #visual:not(:last-child) {
  margin-bottom: 660px;
}
main#container #visual .photos {
  width: 32.95%;
  position: absolute;
  top: calc(50% - 22.883775vw);
  left: calc(50% - 32.95vw + 2vw);
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main#container #visual .photos .photo {
  width: 100%;
  position: absolute;
}
main#container #visual .photos .photo.p1 {
  transform: rotate(-3deg);
}
main#container #visual .photos .photo.p2 {
  transform: rotate(0deg);
}
main#container #visual .photos .photo.p3 {
  transform: rotate(-5deg);
}
main#container #visual .photos .photo.p4 {
  transform: rotate(3deg);
}
main#container #visual .photos.koma1 .photo.p1 {
  z-index: 3;
}
main#container #visual .photos.koma1 .photo.p2 {
  z-index: 2;
}
main#container #visual .photos.koma1 .photo.p3 {
  z-index: 1;
}
main#container #visual .photos.koma1 .photo.p4 {
  z-index: 0;
}
main#container #visual .photos.koma2 .photo.p1 {
  z-index: 0;
}
main#container #visual .photos.koma2 .photo.p2 {
  z-index: 3;
}
main#container #visual .photos.koma2 .photo.p3 {
  z-index: 2;
}
main#container #visual .photos.koma2 .photo.p4 {
  z-index: 1;
}
main#container #visual .photos.koma3 .photo.p1 {
  z-index: 1;
}
main#container #visual .photos.koma3 .photo.p2 {
  z-index: 0;
}
main#container #visual .photos.koma3 .photo.p3 {
  z-index: 3;
}
main#container #visual .photos.koma3 .photo.p4 {
  z-index: 2;
}
main#container #visual .photos.koma4 .photo.p1 {
  z-index: 2;
}
main#container #visual .photos.koma4 .photo.p2 {
  z-index: 1;
}
main#container #visual .photos.koma4 .photo.p3 {
  z-index: 0;
}
main#container #visual .photos.koma4 .photo.p4 {
  z-index: 3;
}
main#container #visual + .text {
  width: 360px;
  position: absolute;
  top: calc(50vh + 225px);
  left: calc(100% - 360px - 30px);
  transition: all 0.5s ease-in 0s;
}
main#container #visual + .text p {
  color: #1D1D1D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main#container #visual.on h2 {
  opacity: 1;
}
main#container #visual.on .photos {
  opacity: 1;
}
main#container #visual.on + .text p {
  opacity: 1;
}
main#container section {
  /*
  h3{
  	@include bgSet(no-repeat,center,contain);
  	@include bgImg();
  	position: relative;
  	opacity: 1;
  	@include motion(all 0.75s ease-in 0.25s);
  	&.show{
  		opacity: 1;
  	}
  }
  */
}
main#container section .photo div:first-child {
  opacity: 0;
  transition: all 0.5s ease-out 0.1s;
  position: relative;
  transform: translateY(0px);
}
main#container section .photo.show div:first-child {
  opacity: 1;
  transform: translateY(0px);
}
main#container section .link {
  position: relative;
}
main#container section .link > div img {
  transition: all 0.25s ease-in 0s;
}
main#container section .link.hover > div img {
  filter: brightness(110%);
}
main#container section .link.on .icon {
  transform: rotate(180deg);
}
main#container section .link.on .icon > div {
  width: 100%;
  height: 100%;
}
main#container section .link.on .icon > div span {
  display: block;
  position: absolute;
}
main#container section .link.on .icon > div span:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #1D1D1D;
  top: calc(50% - 1px);
  left: 0px;
  transform: rotate(45deg);
}
main#container section .link.on .icon > div span:nth-child(2) {
  width: 1px;
  height: 100%;
  background-color: #1D1D1D;
  top: 0px;
  left: calc(50% - 1px);
  transform: rotate(45deg);
}
main#container section .link.on .credits {
  opacity: 1;
  pointer-events: auto;
}
main#container section .link .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .icon > div {
  width: 100%;
  height: 100%;
}
main#container section .link .icon > div span {
  display: block;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .icon > div span:nth-child(1) {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  top: calc(50% - 1px);
  left: 0px;
}
main#container section .link .icon > div span:nth-child(2) {
  width: 1px;
  height: 100%;
  background-color: #FFF;
  top: 0px;
  left: calc(50% - 1px);
}
main#container section .link .credits {
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
main#container section .link .credits .credit {
  width: 100%;
  padding: 0;
}
main#container section .link .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
main#container section .link .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt {
  width: calc(90% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt span {
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container section .link .credits .credit dl dt span:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section .link .credits .credit dl dt span:nth-child(1) strong {
  font-weight: bold;
  display: inline-block;
}
main#container section .link .credits .credit dl dt span:nth-child(1) .items__price {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 5px;
}
main#container section .link .credits .credit dl dt span:nth-child(1) .items__price::after {
  content: "-tax in";
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
}
main#container section .link .credits .credit dl dt span:nth-child(2) {
  padding: 5px 0 0 0;
  display: inline-block;
}
main#container section .link .credits .credit dl dd a {
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main#container section .link .credits .credit dl dd a:hover {
  opacity: 0.7;
}
main#container section .link .credits .credit dl dd a:not([href]) {
  display: none;
}
main#container section .link .credits .credit dl dd a:not([href]) + span {
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main#container section .link .credits .credit dl dd a + span {
  display: none;
}
main#container section .link .credits .credit dl dd > span {
  color: #1D1D1D;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main#container section .link .credits .credit .disable dl dd span {
  display: inline-block;
}
main#container section.sec1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
main#container section.sec1:not(:last-child) {
  margin-bottom: 300px;
}
main#container section.sec1 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}
main#container section.sec1 .inner .photo:nth-child(1) {
  width: 400px;
  position: absolute;
  top: -140px;
  left: calc(50% - 400px - 145px);
}
main#container section.sec1 .inner .photo:nth-child(2) {
  width: 625px;
}
main#container section.sec2 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec2:not(:last-child) {
  margin-bottom: 375px;
}
main#container section.sec2 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container section.sec2 .inner::after {
  content: "";
  width: 100%;
  height: 40vh;
  display: block;
}
main#container section.sec2 .inner .photo {
  position: relative;
}
main#container section.sec2 .inner .photo:nth-child(1) {
  width: 615px;
  margin-bottom: 320px;
  position: sticky;
  top: calc(50% - 410px);
}
main#container section.sec2 .inner .photo:nth-child(2) {
  width: 518px;
  transform: translateX(-90px);
}
main#container section.sec3 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec3:not(:last-child) {
  margin-bottom: 200px;
}
main#container section.sec3 .inner:nth-child(1) {
  width: 1082px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 155px;
}
main#container section.sec3 .inner:nth-child(1) .photo:nth-child(1) {
  width: 450px;
  position: relative;
  transform: translateY(-375px);
  order: 2;
}
main#container section.sec3 .inner:nth-child(1) .photo:nth-child(2) {
  width: 540px;
  order: 1;
}
main#container section.sec3 .inner:last-child {
  width: 938px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container section.sec3 .inner:last-child .photo {
  width: 450px;
}
main#container section.sec3 .deco {
  width: 100%;
  overflow: hidden;
}
main#container section.sec3 .deco:not(:last-child) {
  margin-bottom: 30px;
}
main#container section.sec3 .deco .indeco {
  width: 1440px;
  margin: 0 auto;
}
main#container section.sec3 .deco .indeco .swiper-wrapper {
  transition-timing-function: linear;
}
main#container section.sec3 .deco .indeco .swiper-wrapper .swiper-slide {
  width: 1440px;
  height: 17px;
  background-image: url(../images/text_deco1.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#container section.sec4 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section.sec4:not(:last-child) {
  margin-bottom: 275px;
}
main#container section.sec4 h4 {
  width: 634px;
  height: 46px;
  background-image: url(../images/text_deco2.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: 0 auto;
}
main#container section.sec4 .inner {
  width: 1090px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section.sec4 .inner:not(:last-child) {
  margin-bottom: 275px;
}
main#container section.sec4 .inner .photo {
  width: calc(50% - 20px);
}
main#container section.sec4 .inner .photo:nth-child(2) div:first-child {
  transition-delay: 0.5s;
}
main#container section.sec5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main#container section.sec5::before {
  content: "";
  width: 100%;
  height: 554px;
  background-image: url(../images/photo_bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: sticky;
  top: calc(50vh - 277px);
  z-index: -1;
  display: block;
}
main#container section.sec5::after {
  width: 100%;
  height: 50vh;
  background-color: #E0CEAA;
  display: block;
}
main#container section.sec5.hidebg::before {
  opacity: 0;
}
main#container section.sec5.hidebg .lead {
  background-color: #E0CEAA;
}
main#container section.sec5 .inner:nth-child(1) {
  width: 100%;
  margin: 0 auto 180px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform: translateY(-180px);
}
main#container section.sec5 .inner:nth-child(1) .photo:nth-child(1) {
  width: 340px;
}
main#container section.sec5 .inner:nth-child(1) .photo:nth-child(2) {
  width: 590px;
}
main#container section.sec5 .inner:nth-child(1) .photo:nth-child(2) div:first-child {
  transition-delay: 0.5s;
}
main#container section.sec5 .inner:nth-child(2) {
  width: 1022px;
  margin: 0 auto 360px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main#container section.sec5 .inner:nth-child(2) .photo:nth-child(1) {
  width: 475px;
  position: relative;
  transform: translateY(-160px);
}
main#container section.sec5 .inner:nth-child(2) .photo:nth-child(2) {
  width: 402px;
}
main#container section.sec5 .inner:nth-child(2) .photo:nth-child(2) div:first-child {
  transition-delay: 0.5s;
}
main#container section.sec5 .lead {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out 0s;
}
main#container section.sec5 .lead h3 {
  width: 526px;
  height: 87px;
  background-image: url(../images/lead_sec5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: sticky;
  top: calc(50% - 44px);
}
main#container section.sec6 {
  width: 100%;
  margin: 0 auto;
}
main#container section.sec6 .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container section.sec6 .inner > .photo {
  position: relative;
}
main#container section.sec6 .inner > .photo:nth-child(1) {
  width: 614px;
  margin-bottom: 85px;
}
main#container section.sec6 .inner > .photo:nth-child(1)::after {
  content: "";
  width: 835px;
  height: 960px;
  background-image: url(../images/photo_bg2.jpg);
  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: 140px;
  left: -165px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main#container section.sec6 .inner > .photo:nth-child(1) div:nth-child(1) {
  position: relative;
  z-index: 1;
}
main#container section.sec6 .inner > .photo:nth-child(1).show::after {
  opacity: 1;
}
main#container section.sec6 .inner > .photo:nth-child(2) {
  width: 435px;
  margin-bottom: 350px;
  transform: translateX(408px);
}
main#container section.sec6 .inner > .photo:nth-child(2)::before {
  content: "";
  width: 485px;
  height: 408px;
  background-image: url(../images/lead_sec6.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: 30px;
  left: -443px;
  z-index: 2;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-in 0.6s;
}
main#container section.sec6 .inner > .photo:nth-child(2)::after {
  content: "";
  width: 378px;
  height: 378px;
  background-image: url(../images/photo_bg3.jpg);
  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: 242px;
  left: -42px;
  opacity: 0;
  transition: all 0.3s ease-in 0.3s;
}
main#container section.sec6 .inner > .photo:nth-child(2) div:nth-child(1) {
  position: relative;
  z-index: 1;
}
main#container section.sec6 .inner > .photo:nth-child(2).show::before {
  opacity: 1;
}
main#container section.sec6 .inner > .photo:nth-child(2).show::after {
  opacity: 1;
}
main#container section.sec6 .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section.sec6 .inner .set .photo {
  position: relative;
}
main#container section.sec6 .inner .set .photo:nth-child(1) {
  width: 592px;
  transform: translate(150px, -300px);
}
main#container section.sec6 .inner .set .photo:nth-child(2) {
  width: 477px;
}
main#container section.sec7 {
  width: 100%;
  margin: 0 auto 100vh auto;
}
main#container section.sec7 .catch {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  pointer-events: none;
}
main#container section.sec7 .catch.on {
  opacity: 1;
}
main#container section.sec7 .catch h3 {
  width: 358px;
  height: 22px;
  background-image: url(../images/text_deco3.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: relative;
  transform: translateY(-46px);
}
main#container section.sec7 .inner {
  width: 100%;
}
main#container section.sec7 .inner .photo {
  width: 585px;
  margin: 0 auto;
  overflow: hidden;
}
main#container footer {
  width: 100%;
  padding: 0 0 40px 0;
  position: relative;
}
main#container footer .inner {
  width: calc(100% - 100px);
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main#container footer .inner .staff p {
  width: 304px;
  height: 68px;
  background-image: url(../images/text_staff.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#container footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main#container footer .inner .set ul li:not(:first-child) {
  margin: 0 0 0 50px;
}
main#container footer .inner .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: 8px;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set ul li a:hover {
  opacity: 0.7;
}
main#container footer .inner .set ul li:nth-child(1) {
  width: 106px;
}
main#container footer .inner .set ul li:nth-child(1) a {
  background-image: url(../images/text_store_white.svg);
}
main#container footer .inner .set ul li:nth-child(2) {
  width: 86px;
}
main#container footer .inner .set ul li:nth-child(2) a {
  background-image: url(../images/text_insta_white.svg);
}
main#container footer .inner .set ul li:nth-child(3) {
  width: 40px;
}
main#container footer .inner .set ul li:nth-child(3) a {
  background-image: url(../images/text_blog_white.svg);
}
main#container footer .inner .set ul li:nth-child(4) {
  width: 41px;
}
main#container footer .inner .set ul li:nth-child(4) a {
  background-image: url(../images/text_snap_white.svg);
}
main#container footer .inner + .cp {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main#container footer .inner + .cp p {
  width: 265px;
  height: 7px;
  background-image: url(../images/text_cp.png);
  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;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    width: 100%;
    height: 100%;
    min-height: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
  }
  #loader .logo {
    width: 150px;
    height: 20px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }

  header {
    position: absolute;
    opacity: 1;
  }
  header .inner {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner h1 {
    width: 72px;
  }
  header .inner h1 a {
    height: 7px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner 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: 8px;
    transition: all 0.25s ease-in 0s;
  }
  header .inner ul li a:hover {
    filter: brightness(0%);
  }
  header .inner ul li:nth-child(1) {
    width: 106px;
    margin-bottom: 14px;
  }
  header .inner ul li:nth-child(1) a {
    background-image: url(../images/text_store.svg);
  }
  header .inner ul li:nth-child(2) {
    width: 86px;
  }
  header .inner ul li:nth-child(2) a {
    background-image: url(../images/text_insta.svg);
  }

  main#container {
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  main#container::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -3;
    display: block;
    transition: all 0.5s ease-out 0s;
  }
  main#container.bg::before {
    background-color: #F8EBB1;
  }
  main#container.bg h2 {
    filter: brightness(5);
  }
  main#container.bg.bg2::before {
    opacity: 0;
  }
  main#container.bg.bg2 h2 {
    opacity: 0;
  }
  main#container.bg.bg2.bg3::before {
    background-color: #E0CEAA;
    opacity: 1;
  }
  main#container h2 {
    width: calc(100% - 30px);
    height: calc((100vw - 30px) * 1.52);
    background-image: url(../images_sp/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;
    position: fixed;
    top: calc(50% - (100vw - 30px) * 1.52 / 2);
    left: 15px;
    z-index: -1;
  }
  main#container #visual {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 0px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container #visual .photos {
    width: calc(100% - 80px);
    height: calc((100vw - 80px) * 1.39);
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
  }
  main#container #visual .photos .photo {
    width: 100%;
    position: absolute;
  }
  main#container #visual .photos .photo.p1 {
    transform: rotate(-3deg);
  }
  main#container #visual .photos .photo.p2 {
    transform: rotate(0deg);
  }
  main#container #visual .photos .photo.p3 {
    transform: rotate(-5deg);
  }
  main#container #visual .photos .photo.p4 {
    transform: rotate(3deg);
  }
  main#container #visual + .text {
    width: calc(100% - 96px);
    position: relative;
    margin: 0 auto 100px auto;
    top: auto;
    left: auto;
  }
  main#container #visual + .text p {
    color: #1D1D1D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main#container section h3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: all 0.75s ease-in 0.25s;
  }
  main#container section h3.show {
    opacity: 1;
  }
  main#container section .link {
    position: relative;
  }
  main#container section .link > div:first-child {
    background-color: transparent;
  }
  main#container section .link > div img {
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link:hover > div img {
    opacity: 1;
  }
  main#container section .link.on .icon {
    transform: rotate(180deg);
  }
  main#container section .link.on .icon > div {
    width: 100%;
    height: 100%;
  }
  main#container section .link.on .icon > div span {
    display: block;
    position: absolute;
  }
  main#container section .link.on .icon > div span:nth-child(1) {
    width: 100%;
    height: 1px;
    background-color: #1D1D1D;
    top: calc(50% - 1px);
    left: 0px;
    transform: rotate(45deg);
  }
  main#container section .link.on .icon > div span:nth-child(2) {
    width: 1px;
    height: 100%;
    background-color: #1D1D1D;
    top: 0px;
    left: calc(50% - 1px);
    transform: rotate(45deg);
  }
  main#container section .link.on .credits {
    opacity: 1;
    pointer-events: auto;
  }
  main#container section .link .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link .icon > div {
    width: 100%;
    height: 100%;
  }
  main#container section .link .icon > div span {
    display: block;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link .icon > div span:nth-child(1) {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    top: calc(50% - 1px);
    left: 0px;
  }
  main#container section .link .icon > div span:nth-child(2) {
    width: 1px;
    height: 100%;
    background-color: #FFF;
    top: 0px;
    left: calc(50% - 1px);
  }
  main#container section .link .credits {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
  }
  main#container section .link .credits .credit {
    width: 100%;
    padding: 0;
  }
  main#container section .link .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  main#container section .link .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt {
    width: calc(90% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt span {
    color: #1D1D1D;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) strong {
    font-weight: bold;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) .items__price {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 5px;
  }
  main#container section .link .credits .credit dl dt span:nth-child(1) .items__price::after {
    content: "-tax in";
    color: #1D1D1D;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
  }
  main#container section .link .credits .credit dl dt span:nth-child(2) {
    padding: 5px 0 0 0;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dd a {
    color: #1D1D1D;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    width: 100%;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  main#container section .link .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  main#container section .link .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main#container section .link .credits .credit dl dd a:not([href]) + span {
    color: #1D1D1D;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main#container section .link .credits .credit dl dd a + span {
    display: none;
  }
  main#container section .link .credits .credit dl dd > span {
    color: #1D1D1D;
    font-family: "Arial", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container section .link .credits .credit .disable dl dd span {
    display: inline-block;
  }
  main#container section.sec1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec1:not(:last-child) {
    margin-bottom: 200px;
  }
  main#container section.sec1 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    position: relative;
  }
  main#container section.sec1 .inner .photo:nth-child(1) {
    width: calc(100% - 190px);
    margin: 0 auto 40px 40px;
    position: relative;
    top: auto;
    left: auto;
  }
  main#container section.sec1 .inner .photo:nth-child(1) .icon, main#container section.sec1 .inner .photo:nth-child(1) .credit {
    display: none;
  }
  main#container section.sec1 .inner .photo:nth-child(1) div:first-child {
    transition: all 0.5s ease-out 0.5s;
  }
  main#container section.sec1 .inner .photo:nth-child(2) {
    width: calc(100% - 70px);
    margin-left: auto;
  }
  main#container section.sec2 {
    width: 100%;
    margin: 0 auto;
  }
  main#container section.sec2:not(:last-child) {
    margin-bottom: 200px;
  }
  main#container section.sec2 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container section.sec2 .inner::after {
    content: "";
    width: 100%;
    height: 5vh;
    display: block;
  }
  main#container section.sec2 .inner .photo {
    position: relative;
  }
  main#container section.sec2 .inner .photo:nth-child(1) {
    width: calc(100% - 68px);
    margin-bottom: 0px;
    position: sticky;
    top: calc(50% - (100vw - 68px) * 1.34 / 2);
  }
  main#container section.sec2 .inner .photo:nth-child(2) {
    width: calc(100% - 105px);
    margin-right: auto;
    transform: translateX(0px);
  }
  main#container section.sec3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec3:not(:last-child) {
    margin-bottom: 85px;
  }
  main#container section.sec3 .inner:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
  }
  main#container section.sec3 .inner:nth-child(1) .photo:nth-child(1) {
    width: calc(100% - 110px);
    margin-bottom: 100px;
    position: relative;
    transform: translateY(0px);
    order: 1;
  }
  main#container section.sec3 .inner:nth-child(1) .photo:nth-child(2) {
    width: 100%;
    order: 2;
  }
  main#container section.sec3 .inner:last-child {
    width: calc(100% - 15px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main#container section.sec3 .inner:last-child .photo {
    width: calc(100% - 90px);
  }
  main#container section.sec3 .deco {
    width: 100%;
    overflow: hidden;
  }
  main#container section.sec3 .deco:not(:last-child) {
    margin-bottom: 45px;
  }
  main#container section.sec3 .deco .indeco {
    width: 1440px;
    margin: 0 auto;
  }
  main#container section.sec3 .deco .indeco .swiper-wrapper {
    transition-timing-function: linear;
  }
  main#container section.sec3 .deco .indeco .swiper-wrapper .swiper-slide {
    width: 1440px;
    height: 17px;
    background-image: url(../images/text_deco1.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#container section.sec4 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main#container section.sec4:not(:last-child) {
    margin-bottom: 110px;
  }
  main#container section.sec4 h4 {
    width: 318px;
    height: 90px;
    background-image: url(../images_sp/text_deco2.png);
  }
  main#container section.sec4 .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container section.sec4 .inner:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container section.sec4 .inner .photo {
    width: auto;
  }
  main#container section.sec5 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main#container section.sec5::before {
    content: "";
    width: 100%;
    height: 554px;
    background-image: url(../images_sp/photo_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: sticky;
    top: calc(50vh - 277px);
    z-index: -1;
    display: block;
  }
  main#container section.sec5::after {
    width: 100%;
    height: 25vh;
    display: block;
  }
  main#container section.sec5.hidebg::before {
    opacity: 0;
  }
  main#container section.sec5.hidebg .lead h3 {
    position: fixed;
    left: calc(50% - 147px);
  }
  main#container section.sec5 .inner:nth-child(1) {
    width: 100%;
    margin: -170px auto 70px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec5 .inner:nth-child(1) .photo:nth-child(1) {
    width: calc(100% - 57px);
    margin: 0 0 80px auto;
  }
  main#container section.sec5 .inner:nth-child(1) .photo:nth-child(2) {
    width: calc(100% - 133px);
    margin: 0 auto 0 0;
  }
  main#container section.sec5 .inner:nth-child(1) .photo:nth-child(2) .icon, main#container section.sec5 .inner:nth-child(1) .photo:nth-child(2) .credit {
    display: none;
  }
  main#container section.sec5 .inner:nth-child(2) {
    width: 100%;
    margin: 0 auto 180px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec5 .inner:nth-child(2) .photo:nth-child(1) {
    width: calc(100% - 83px);
    margin: 0 31px 60px auto;
    transform: translateY(0px);
  }
  main#container section.sec5 .inner:nth-child(2) .photo:nth-child(2) {
    width: calc(100% - 196px);
  }
  main#container section.sec5 .inner:nth-child(2) .photo:nth-child(2) .icon, main#container section.sec5 .inner:nth-child(2) .photo:nth-child(2) .credit {
    display: none;
  }
  main#container section.sec5 .lead {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main#container section.sec5 .lead h3 {
    width: 294px;
    height: 48px;
    top: calc(50% - 24px);
  }
  main#container section.sec6 {
    width: 100%;
    padding-top: 55px;
    margin: 0 auto 130px auto;
    overflow: hidden;
  }
  main#container section.sec6.on .inner::after {
    opacity: 1;
  }
  main#container section.sec6 .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section.sec6 .inner::after {
    content: "";
    width: 282px;
    height: 237px;
    background-image: url(../images/lead_sec6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 60px;
    position: relative;
    display: block;
    order: 3;
    opacity: 0;
    transition: all 0.25s ease-in 0s;
  }
  main#container section.sec6 .inner > .photo:nth-child(1) {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  main#container section.sec6 .inner > .photo:nth-child(1)::after {
    width: 637px;
    height: 850px;
    background-image: url(../images_sp/photo_bg2.jpg);
    top: -55px;
    left: 0px;
    transition: all 0.5s ease-in 0.1s;
  }
  main#container section.sec6 .inner > .photo:nth-child(1) div:nth-child(1) {
    transition: all 0.5s ease-out 0.5s;
    position: relative;
    z-index: 1;
  }
  main#container section.sec6 .inner > .photo:nth-child(2) {
    width: calc(100% - 75px);
    margin: 0 0 85px auto;
    transform: translateX(0);
    order: 2;
  }
  main#container section.sec6 .inner > .photo:nth-child(2)::before {
    content: none;
  }
  main#container section.sec6 .inner > .photo:nth-child(2)::after {
    width: 69vw;
    height: 69vw;
    top: auto;
    bottom: -28px;
    left: -28px;
  }
  main#container section.sec6 .inner > .photo:nth-child(2) div:nth-child(1) {
    position: relative;
    z-index: 1;
  }
  main#container section.sec6 .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 4;
  }
  main#container section.sec6 .inner .set .photo {
    position: relative;
  }
  main#container section.sec6 .inner .set .photo:nth-child(1) {
    width: calc(100% - 68px);
    margin-bottom: 85px;
    transform: translate(0px);
  }
  main#container section.sec6 .inner .set .photo:nth-child(2) {
    width: calc(100% - 105px);
    margin-left: auto;
  }
  main#container section.sec7 {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main#container section.sec7 .catch {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 0.25s ease-in 0s;
    pointer-events: none;
  }
  main#container section.sec7 .catch.on {
    opacity: 1;
  }
  main#container section.sec7 .catch.on.move {
    opacity: 0;
  }
  main#container section.sec7 .catch h3 {
    width: 236px;
    height: 15px;
    transform: translateY(0);
  }
  main#container section.sec7 .inner {
    width: 100%;
  }
  main#container section.sec7 .inner .photo {
    width: 100%;
  }
  main#container footer {
    padding: 0 0 40px 0;
  }
  main#container footer .inner {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .staff {
    order: 2;
  }
  main#container footer .inner .staff p {
    width: 304px;
    height: 68px;
    background-image: url(../images/text_staff.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#container footer .inner .set {
    margin-bottom: 80px;
    order: 1;
  }
  main#container footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .set ul li:not(:first-child) {
    margin: 0px;
  }
  main#container footer .inner .set ul li:not(:last-child) {
    margin-bottom: 25px;
  }
  main#container footer .inner .set ul li a {
    height: 8px;
  }
  main#container footer .inner .set ul li a:hover {
    opacity: 1;
  }
  main#container footer .inner .set ul li:nth-child(1) {
    width: 106px;
  }
  main#container footer .inner .set ul li:nth-child(1) a {
    background-image: url(../images/text_store_white.svg);
  }
  main#container footer .inner .set ul li:nth-child(2) {
    width: 86px;
  }
  main#container footer .inner .set ul li:nth-child(2) a {
    background-image: url(../images/text_insta_white.svg);
  }
  main#container footer .inner .set ul li:nth-child(3) {
    width: 40px;
  }
  main#container footer .inner .set ul li:nth-child(3) a {
    background-image: url(../images/text_blog_white.svg);
  }
  main#container footer .inner .set ul li:nth-child(4) {
    width: 41px;
  }
  main#container footer .inner .set ul li:nth-child(4) a {
    background-image: url(../images/text_snap_white.svg);
  }
  main#container footer .inner + .cp {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main#container footer .inner + .cp p {
    width: 265px;
    height: 7px;
    background-image: url(../images/text_cp.png);
    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 */
