@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: din-condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #142042;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: relative;
  overflow: auto;
}
body.looking {
  overflow: hidden;
}

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

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

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 256px;
  height: 112px;
  background-image: url(../images/logo_blue.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% - 56px);
  left: calc(50% - 128px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  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: #142042;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

.hlink {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.hlink ul {
  width: 1.8rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hlink ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hlink ul li a {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #000;
}
.hlink ul li span {
  width: 1.8rem;
  height: 2px;
  background-color: #FFF;
  display: block;
}

/* common credits------ */
.credits > div {
  text-align: left;
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 20px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:last-child) {
  margin-bottom: 5px;
}
.credits > div dl dt strong span {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd a {
  color: #000;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #000;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}

/* -------------------- */
#visual {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: sticky;
  top: 0px;
  z-index: -1;
}
#visual .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 32, 66, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#visual .inner .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: translateY(65px);
}
#visual .inner .title h1 {
  width: 1057px;
  height: 97px;
  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;
}
#visual .inner .title h2 {
  width: 257px;
  height: 112px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#visual .video video {
  width: auto;
  height: 100vh;
  position: relative;
  left: calc(50% - 50vw);
}
#visual .video-sp {
  display: none;
}

main {
  width: 100%;
  position: relative;
  z-index: 5;
}
main .sec {
  width: 100%;
  background-color: #142042;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .lead {
  text-align: left;
  width: 830px;
  margin-bottom: 200px;
}
main .sec .insec .lead p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main .sec .insec .lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .lead ul {
  padding-top: 20px;
}
main .sec .insec .lead ul:not(:last-child) {
  margin-bottom: 40px;
}
main .sec .insec .lead ul li {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main .sec .insec .anchor {
  text-align: left;
  width: 830px;
}
main .sec .insec .anchor:not(:last-child) {
  margin-bottom: 200px;
}
main .sec .insec .anchor p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main .sec .insec .anchor p:not(:last-child) {
  margin-bottom: 60px;
}
main .sec .insec .anchor .link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .anchor .link > div {
  width: calc((100% - 20px) / 2);
  position: relative;
}
main .sec .insec .anchor .link > div:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main .sec .insec .anchor .link > div:not(:nth-child(n+3)) {
  margin-bottom: 20px;
}
main .sec .insec .anchor .link > div:hover img {
  opacity: 0.7;
}
main .sec .insec .anchor .link > div dl {
  width: 100%;
  position: absolute;
  top: calc(50% - 25px);
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .anchor .link > div dl::after {
  content: "";
  width: 13px;
  height: 21px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec .insec .anchor .link > div dl dt {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
main .sec .insec .anchor .link > div dl dd {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 25px;
}
main .sec .insec .anchor .link > div img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .myhead {
  width: 1040px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec .myhead:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .myhead .text {
  text-align: left;
  width: 600px;
}
main .sec .insec .myhead .text > div {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #FFF;
}
main .sec .insec .myhead .text > div h3 {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .myhead .text > div h3:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .myhead .text > div h4 {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
main .sec .insec .myhead .text h5 {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
}
main .sec .insec .myhead .text h5:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .myhead .text p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .sec .insec .myhead .text p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .myhead .text p.mb {
  margin-bottom: 100px;
}
main .sec .insec .myhead .text dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .myhead .text dl:not(:last-child) {
  margin-bottom: 30px;
}
main .sec .insec .myhead .text dl dt {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 170px;
}
main .sec .insec .myhead .text dl dd {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: calc(100% - 190px);
}
main .sec .insec .myhead .text .illust-sp {
  display: none;
}
main .sec .insec .myhead .illust.i1 {
  width: 380px;
}
main .sec .insec .myhead .illust.i2 {
  width: 380px;
}
main .sec .insec .myhead .illust.i3 {
  width: 380px;
  padding: 0 10px 0 0;
}
main .sec .insec .myhead .illust.i4 {
  width: 380px;
  padding: 0 50px 0 0;
}
main .sec .insec .myhead .illust.i5 {
  width: 340px;
  padding: 0 40px 0 0;
}
main .sec .insec .myhead .illust.i5 .inillust {
  width: 100%;
  margin-bottom: 40px;
}
main .sec .insec .myhead .illust.i5 .btn {
  width: 100%;
  height: 45px;
  border: solid 2px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .myhead .illust.i5 .btn a {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .myhead .illust.i5 .btn:hover {
  background-color: #FFF;
}
main .sec .insec .myhead .illust.i5 .btn:hover a {
  color: #142042;
}
main .sec .insec .pslide {
  width: 100%;
}
main .sec .insec .pslide:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .pslide div {
  transition: none;
}
main .sec .insec .style {
  width: 1040px;
}
main .sec .insec .style:not(:last-child) {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: solid 1px #FFF;
}
main .sec .insec .style .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .style .combo:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .style .combo .text {
  text-align: left;
  width: 520px;
}
main .sec .insec .style .combo .text dl dt {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
}
main .sec .insec .style .combo .text dl dd p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}
main .sec .insec .style .combo .text dl dd p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .style .combo .photo {
  width: 450px;
}
main .sec .insec .style .size {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .style .size .box {
  text-align: left;
  width: 450px;
}
main .sec .insec .style .size .box h4 {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
main .sec .insec .style .size .box > div {
  width: 100%;
  margin-bottom: 10px;
}
main .sec .insec .style .size .box p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.01em;
}
main .sec .insec .style.type2:not(:last-child) {
  padding: 0px;
  margin-bottom: 140px;
  border-bottom: none;
}
main .sec .insec .style.type2 .combo {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .sec .insec .style.type2 .combo::after {
  content: "";
  width: 34px;
  height: 39px;
  background-image: url(../images/arrow_nose.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 17px);
}
main .sec .insec .style.type2 .combo .text {
  width: 450px;
}
main .sec .insec .style.type2 .combo .text dl {
  margin-bottom: 40px;
}
main .sec .insec .style.type2 .combo .text dl dt {
  color: #000;
}
main .sec .insec .style.type2 .combo .text dl dd p {
  color: #000;
}
main .sec .insec .style.type2 .combo .ph {
  width: 100%;
  position: relative;
}
main .sec .insec .style.type2 .combo .ph span {
  color: #000;
  font-family: din-condensed, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0px;
  z-index: 1;
}
main .sec .insec .style.type3 .combo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .style.type3 .combo .text {
  width: 100%;
  margin-bottom: 40px;
}
main .sec .insec .style.type3 .combo .text dl dt {
  color: #000;
}
main .sec .insec .style.type3 .combo .text dl dd p {
  color: #000;
}
main .sec .insec .style.type3 .combo .photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .style.type3 .combo .photo .ph {
  width: calc((100% - 20px) / 5);
}
main .sec .insec .style.type3 .combo .photo .ph:not(:first-child) {
  margin-left: 5px;
}
main .sec .insec .style.type3 .combo .photo.with .ph > div {
  width: 100%;
  margin-bottom: 10px;
}
main .sec .insec .cases {
  width: 1040px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .cases:not(:last-child) {
  margin-bottom: 120px;
}
main .sec .insec .cases .case {
  text-align: left;
  width: calc((100% - 20px) / 3);
}
main .sec .insec .cases .case:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
main .sec .insec .cases .case:not(:nth-child(n+4)) {
  margin-bottom: 10px;
}
main .sec .insec .cases .case > div {
  width: 100%;
  margin-bottom: 10px;
}
main .sec .insec .cases .case p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .sec#sec1 {
  padding: 110px 0 200px 0;
}
main .sec#sec2 {
  padding: 0 0 110px 0;
}
main .sec#sec3, main .sec#sec5 {
  background-color: #E6D3B6;
  padding: 100px 0;
}
main .sec#sec3 .myhead .text > div, main .sec#sec5 .myhead .text > div {
  border-bottom: solid 1px #000;
}
main .sec#sec3 .myhead .text > div h3, main .sec#sec5 .myhead .text > div h3 {
  color: #000;
}
main .sec#sec3 .myhead .text > div h4, main .sec#sec5 .myhead .text > div h4 {
  color: #000;
}
main .sec#sec3 .myhead .text p, main .sec#sec5 .myhead .text p {
  color: #000;
}
main .sec#sec3 .cases .case:not(:nth-child(n+4)), main .sec#sec5 .cases .case:not(:nth-child(n+4)) {
  margin-bottom: 60px;
}
main .sec#sec3 .cases .case > div, main .sec#sec5 .cases .case > div {
  position: relative;
}
main .sec#sec3 .cases .case > div dl, main .sec#sec5 .cases .case > div dl {
  width: 100%;
  height: 100%;
  padding: 40px 0 0 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .sec#sec3 .cases .case > div dl dt, main .sec#sec5 .cases .case > div dl dt {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec#sec3 .cases .case > div dl dt.small, main .sec#sec5 .cases .case > div dl dt.small {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec3 .cases .case > div dl dd, main .sec#sec5 .cases .case > div dl dd {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec4 {
  padding: 100px 0;
}
main .sec#sec4 .cases .case:not(:nth-child(n+4)) {
  margin-bottom: 60px;
}
main .sec#sec4 .cases .case p {
  color: #FFF;
}
main .sec#sec6 {
  padding: 100px 0;
  border-bottom: solid 2px #FFF;
}
main .sec#sec6 .myhead {
  align-items: flex-start;
}

footer {
  text-align: left;
  width: 100%;
  padding: 75px 0 50px 0;
  margin: 0;
  background-color: #142042;
}
footer .infoot {
  width: calc(100% - 60px);
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  opacity: 0.7;
}
footer .infoot p {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  #loader .logo {
    width: 78px;
    height: 79px;
    top: calc(50% - 40px);
    left: calc(50% - 39px);
  }
  #loader .bar {
    height: 10px;
  }
  .hlink {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
  }
  .hlink ul {
    width: 1.8rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hlink ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .hlink ul li a {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #visual {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: sticky;
    top: 0px;
    z-index: -1;
  }
  #visual .inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  #visual .inner .title {
    width: calc(100% - 70px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transform: translateY(-110px);
  }
  #visual .inner .title h1 {
    width: 100%;
    height: calc((100vw - 70px) * 0.0913);
    margin-bottom: 20px;
  }
  #visual .inner .title h2 {
    width: 80px;
    height: 35px;
  }
  #visual .video {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #visual .video video {
    width: 100%;
    height: auto;
    position: relative;
    left: calc(50% - 50vw);
  }
  main {
    width: 100%;
    position: relative;
    z-index: 5;
  }
  main .sec {
    width: 100%;
    background-color: #142042;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .lead {
    width: calc(100% - 60px);
    margin-bottom: 90px;
  }
  main .sec .insec .lead p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .sec .insec .lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .lead ul {
    padding-top: 0px;
  }
  main .sec .insec .lead ul:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .lead ul li {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .sec .insec .anchor {
    width: calc(100% - 20px);
  }
  main .sec .insec .anchor:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec .insec .anchor p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .sec .insec .anchor p:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .anchor .link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .anchor .link > div {
    width: calc((100% - 10px) / 2);
    position: relative;
  }
  main .sec .insec .anchor .link > div:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main .sec .insec .anchor .link > div:not(:nth-child(n+3)) {
    margin-bottom: 10px;
  }
  main .sec .insec .anchor .link > div dl {
    width: 100%;
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .anchor .link > div dl::after {
    width: 9px;
    height: 15px;
  }
  main .sec .insec .anchor .link > div dl dt {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main .sec .insec .anchor .link > div dl dd {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec .insec .anchor .link > div img {
    width: 100%;
  }
  main .sec .insec .myhead {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .myhead:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .myhead .text {
    text-align: left;
    width: 100%;
  }
  main .sec .insec .myhead .text:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .myhead .text > div {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #FFF;
  }
  main .sec .insec .myhead .text > div h3 {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .myhead .text > div h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .myhead .text > div h4 {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  main .sec .insec .myhead .text h5 {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 2.6rem;
    letter-spacing: 0.01em;
  }
  main .sec .insec .myhead .text h5:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .myhead .text p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .sec .insec .myhead .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .myhead .text p.mb {
    margin-bottom: 80px;
  }
  main .sec .insec .myhead .text p br {
    display: none;
  }
  main .sec .insec .myhead .text p br.sp {
    display: block;
  }
  main .sec .insec .myhead .text dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .myhead .text dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .myhead .text dl dt {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: 90px;
  }
  main .sec .insec .myhead .text dl dd {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: calc(100% - 100px);
  }
  main .sec .insec .myhead .text .illust-sp {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto 80px auto;
    border-bottom: none;
    display: block;
  }
  main .sec .insec .myhead .text .illust-sp .inillust {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sec .insec .myhead .text .illust-sp .btn {
    width: 100%;
    height: 45px;
    border: solid 2px #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec .insec .myhead .text .illust-sp .btn a {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .myhead .text .illust-sp .btn:hover {
    background-color: #142042;
  }
  main .sec .insec .myhead .text .illust-sp .btn:hover a {
    color: #FFF;
  }
  main .sec .insec .myhead .illust.i1 {
    width: calc(100% - 20px);
  }
  main .sec .insec .myhead .illust.i2 {
    width: calc(100% - 30px);
  }
  main .sec .insec .myhead .illust.i3 {
    width: calc(100% - 40px);
    padding: 0px;
  }
  main .sec .insec .myhead .illust.i4 {
    width: calc(100% - 50px);
    padding: 0px;
  }
  main .sec .insec .myhead .illust.i5 {
    display: none;
  }
  main .sec .insec .pslide:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .style {
    width: calc(100% - 40px);
  }
  main .sec .insec .style:not(:last-child) {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #FFF;
  }
  main .sec .insec .style .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .style .combo:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec .style .combo .text {
    text-align: left;
    width: 100%;
  }
  main .sec .insec .style .combo .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .style .combo .text dl dt {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
  }
  main .sec .insec .style .combo .text dl dd p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0.01em;
  }
  main .sec .insec .style .combo .text dl dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .style .combo .text dl dd p br.pc {
    display: none;
  }
  main .sec .insec .style .combo .photo {
    width: 100%;
  }
  main .sec .insec .style .size {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .style .size .box {
    width: calc((100% - 10px) / 2);
  }
  main .sec .insec .style .size .box h4 {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
  }
  main .sec .insec .style .size .box > div {
    margin-bottom: 15px;
  }
  main .sec .insec .style .size .box p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main .sec .insec .style .size .box p br {
    display: none;
  }
  main .sec .insec .style.type2:not(:last-child) {
    padding: 0px;
    margin-bottom: 60px;
    border-bottom: none;
  }
  main .sec .insec .style.type2::after {
    content: none;
  }
  main .sec .insec .style.type2 .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .style.type2 .combo::after {
    content: "";
    width: 34px;
    height: 39px;
    margin-bottom: 40px;
    background-image: url(../images/arrow_nose.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transform: rotate(90deg);
    order: 2;
    position: relative;
    top: auto;
    left: auto;
  }
  main .sec .insec .style.type2 .combo .text {
    width: 100%;
    order: 1;
  }
  main .sec .insec .style.type2 .combo .text dl {
    margin-bottom: 40px;
  }
  main .sec .insec .style.type2 .combo .photo {
    order: 3;
  }
  main .sec .insec .style.type2 .combo .ph {
    width: 100%;
    position: relative;
  }
  main .sec .insec .style.type2 .combo .ph span {
    color: #000;
    font-family: din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    bottom: 20px;
  }
  main .sec .insec .style.type3 .combo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .style.type3 .combo .text {
    width: 100%;
  }
  main .sec .insec .style.type3 .combo .photo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .style.type3 .combo .photo .ph {
    width: calc((100% - 10px) / 2);
  }
  main .sec .insec .style.type3 .combo .photo .ph:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main .sec .insec .style.type3 .combo .photo .ph:not(:nth-child(n+4)) {
    margin-bottom: 0px;
  }
  main .sec .insec .style.type3 .combo .photo .ph:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main .sec .insec .style.type3 .combo .photo .ph:not(:nth-child(n+5)) {
    margin-bottom: 10px;
  }
  main .sec .insec .style.type3 .combo .photo.with .ph > div {
    width: 100%;
    margin-bottom: 10px;
  }
  main .sec .insec .cases {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  main .sec .insec .cases:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .cases .case {
    text-align: left;
    width: 100%;
    padding: 0 5px 0 0;
  }
  main .sec .insec .cases .case:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main .sec .insec .cases .case:not(:nth-child(n+4)) {
    margin-bottom: 0px;
  }
  main .sec .insec .cases .case > div {
    width: 100%;
    margin-bottom: 10px;
  }
  main .sec .insec .cases .case p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    padding: 0 5px;
  }
  main .sec .insec .cases .arrow {
    width: 13px;
    height: 23px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 100px;
    z-index: 3;
  }
  main .sec .insec .cases .arrow.prev {
    left: 10px;
  }
  main .sec .insec .cases .arrow.next {
    right: 10px;
    transform: rotate(180deg);
  }
  main .sec .insec .cases .arrow.slick-disabled {
    display: none !important;
  }
  main .sec#sec1 {
    padding: 30px 0 100px 0;
  }
  main .sec#sec2 {
    padding: 0 0 100px 0;
  }
  main .sec#sec3 {
    background-color: #E6D3B6;
    padding: 100px 0;
  }
  main .sec#sec3 .cases .case:not(:nth-child(n+4)) {
    margin-bottom: 0px;
  }
  main .sec#sec5 {
    background-color: #E6D3B6;
    padding: 80px 0;
  }
  main .sec#sec5 .cases {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec5 .cases .case:not(:nth-child(n+4)) {
    margin-bottom: 0px;
  }
  main .sec#sec5 .cases .case:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec#sec5 .cases .case > div {
    position: relative;
  }
  main .sec#sec5 .cases .case > div dl {
    width: 100%;
    height: 100%;
    padding: 40px 0 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .sec#sec5 .cases .case > div dl dt {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec#sec5 .cases .case > div dl dt.small {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec5 .cases .case > div dl dd {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec4 {
    padding: 80px 0;
  }
  main .sec#sec4 .insec .myhead {
    width: calc(100% - 20px);
  }
  main .sec#sec4 .insec .cases .case:not(:nth-child(n+4)) {
    margin-bottom: 60px;
  }
  main .sec#sec4 .insec .cases .case p {
    color: #FFF;
  }
  main .sec#sec6 {
    padding: 80px 0 0;
    border-bottom: solid 2px #FFF;
  }
  main .sec#sec6 .myhead {
    align-items: center;
  }
  footer {
    padding: 40px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    opacity: 0.7;
  }
  footer .infoot p {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */