@charset "UTF-8";
@import url("https://use.typekit.net/vhu5rqb.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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-2014", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

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

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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #F2F0ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #111;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 216px;
  height: 80px;
  background-image: url(../images/logo_partenaire.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% - 40px);
  left: calc(50% - 108px);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.on .text h3 {
  opacity: 0;
}

header {
  width: 50px;
  height: 100vh;
  padding: 20px 0 0 0;
  background-color: #FFF;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
}
header.hide {
  opacity: 0;
  pointer-events: none;
}
header h1 {
  width: 123px;
  height: 47px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
header ul {
  width: auto;
}
header ul li {
  pointer-events: auto;
}
header ul li a {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #D6DB5A;
}
header ul li:not(:last-child) {
  margin-bottom: 10px;
}

main {
  width: 100%;
  padding: 0 0 120px 0;
  margin: 0 0 25px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
main section dl.textset {
  width: 100%;
}
main section dl.textset:not(:last-child) {
  margin-bottom: 75px;
}
main section dl.textset dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 0.7em;
  letter-spacing: 0em;
  text-align: left;
}
main section dl.textset dt:not(:last-child) {
  margin-bottom: 30px;
}
main section dl.textset dd {
  color: #111;
  font-family: din-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main section .credits {
  width: 100%;
}
main section .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main section .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .credit dl dt strong:nth-child(1) {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 300;
  display: inline-block;
  padding: 0 0 0 5px;
}
main section .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  padding: 0 0 0 5px;
}
main section .credits .credit dl dt strong:nth-child(2) {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section .credits .credit dl dd {
  width: auto;
  min-height: 20px;
  box-sizing: border-box;
}
main section .credits .credit dl dd a {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main section .credits .credit dl dd a:hover {
  color: #D6DB5A;
}
main section .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .credits .credit dl dd a:not([href]) + span {
  color: #F2F0ED;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main section .credits .credit dl dd a[href] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
main section .credits .credit dl dd a + span {
  display: none;
}
main section .credits .credit dl dd a.items__a {
  color: #F2F0ED;
  text-decoration: none;
  background-color: #111;
  width: 40px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .credits .credit dl dd a.items__a:hover {
  color: #111;
  background-color: #D6DB5A;
}
main section .credits .credit dl dd span {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual {
  width: 100%;
  margin-bottom: 125px;
  overflow: hidden;
}
main section#visual .inner {
  width: 100%;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
main section#visual .inner::before {
  content: "";
  width: 20px;
  height: 44px;
  background-image: url(../images/text_scroll_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 60px;
  bottom: 48px;
  z-index: 3;
}
main section#visual .inner::after {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url(../images/text_scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: kurukuru 16s infinite linear;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
main section#visual .inner .jackets {
  width: 100%;
}
main section#visual .inner .jackets .swiper-wrapper {
  transition-timing-function: linear;
}
main section#visual.on .inner {
  clip-path: inset(0 0 0 0);
}
main section#lead {
  width: 100%;
  margin-bottom: 100px;
  transition: opacity 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  opacity: 0;
}
main section#lead.on {
  opacity: 1;
}
main section#lead h3 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section#lead p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section#lead p:not(:last-child) {
  margin-bottom: 40px;
}
main section#lead p:last-child {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main section .block {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section .block.on {
  opacity: 1;
}
main section#anchor {
  width: 100%;
  margin-bottom: 200px;
}
main section#anchor .block {
  width: calc(100% - 140px);
  padding: 50px 0 60px 0;
  margin: 0 auto;
  border-top: solid 3px #D6DB5A;
  border-bottom: solid 3px #D6DB5A;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#anchor .block.on {
  opacity: 1;
}
main section#anchor .block h3 {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section#anchor .block .thumbs {
  width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#anchor .block .thumbs dl {
  width: 50%;
  padding: 10px;
  cursor: pointer;
}
main section#anchor .block .thumbs dl dt {
  width: 100%;
  margin-bottom: 20px;
}
main section#anchor .block .thumbs dl dt img {
  filter: grayscale(100%);
  transition: all 0.25s ease-in 0s;
}
main section#anchor .block .thumbs dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#anchor .block .thumbs dl dd h4 {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: solid 3px #FFF;
  transition: all 0.25s ease-in 0s;
}
main section#anchor .block .thumbs dl dd p {
  color: #111;
  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 section#anchor .block .thumbs dl:hover dt img {
  filter: grayscale(0%);
}
main section#anchor .block .thumbs dl:hover dd h4 {
  border-bottom: solid 3px #111;
}
main section#sec1 {
  width: calc(100% - 140px);
  padding-bottom: 125px;
  margin: 0 auto 120px auto;
  border-bottom: solid 3px #D6DB5A;
}
main section#sec1.on h3 {
  opacity: 1;
}
main section#sec1 h3 {
  width: 382px;
  height: 196px;
  background-image: url(../images/title_c1.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 195px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec1 .block {
  width: 1000px;
  margin: 0 auto;
}
main section#sec1 .block .look {
  width: 100%;
  position: relative;
}
main section#sec1 .block .look.l1 {
  width: 500px;
}
main section#sec1 .block .look.l2 {
  width: 450px;
}
main section#sec1 .block .look.l3 {
  width: 320px;
}
main section#sec1 .block .look.l4 {
  width: 405px;
}
main section#sec1 .block .look .photo:not(:last-child) {
  margin-bottom: 20px;
}
main section#sec1 .block.set {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec1 .block.set2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec1 .block.b1 {
  margin-bottom: 100px;
}
main section#sec1 .block.b1 .l2 {
  padding-top: 455px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in 0.5s;
  position: relative;
}
main section#sec1 .block.b1.on .l2 {
  opacity: 1;
  transform: translateY(0px);
}
main section#sec1 .block.b2 {
  margin-bottom: 420px;
  position: relative;
}
main section#sec1 .block.b2 .l1 .credits {
  width: calc(100% - 70px);
}
main section#sec1 .block.b2 .l3 {
  position: absolute;
  top: 660px;
  left: 450px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#sec1 .block.b2.on .l3 {
  top: 610px;
  opacity: 1;
}
main section#sec1 .block.b3 {
  width: 600px;
  margin-bottom: 180px;
}
main section#sec1 .block.b4 {
  margin-bottom: 100px;
}
main section#sec1 .block.b4 .l2 {
  padding-top: 455px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in 0.5s;
  position: relative;
}
main section#sec1 .block.b4.on .l2 {
  opacity: 1;
  transform: translateY(0px);
}
main section#sec1 .block.b5 {
  margin-bottom: 160px;
}
main section#sec1 .block.b5 .l4 {
  padding: 475px 0 0 0;
  margin-left: 80px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in 0.5s;
  position: relative;
}
main section#sec1 .block.b5.on .l4 {
  opacity: 1;
  transform: translateY(0px);
}
main section#sec1 .block.b6 {
  margin-bottom: 95px;
}
main section#sec1 .block.b6 .l2 {
  padding: 230px 0 0 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in 0.5s;
  position: relative;
}
main section#sec1 .block.b6.on .l2 {
  opacity: 1;
  transform: translateY(0px);
}
main section#sec1 .block.b7 {
  width: 600px;
  margin-bottom: 155px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main section#sec1 .block.b8 {
  width: 600px;
  margin-bottom: 150px;
}
main section#sec1 .staff {
  width: 100%;
}
main section#sec1 .staff p {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main section#sec2 {
  width: calc(100% - 140px);
  padding-bottom: 125px;
  margin: 0 auto 120px auto;
  border-bottom: solid 3px #D6DB5A;
}
main section#sec2 h3 {
  width: 246px;
  height: 95px;
  background-image: url(../images/title_c2.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 115px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec2 p {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#sec2 .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 125px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#sec2 .inner .item {
  width: 320px;
}
main section#sec2 .inner .item:not(:first-child) {
  margin-left: 20px;
}
main section#sec2 .inner .item .ph {
  width: 100%;
  margin-bottom: 10px;
}
main section#sec2 .inner .item .credit dl dt {
  flex-direction: column;
}
main section#sec2 .inner .item .credit dl dt strong:nth-child(2) {
  margin: 5px 0 0 0;
}
main section#sec2.on h3 {
  opacity: 1;
}
main section#sec2.on p {
  opacity: 1;
}
main section#sec2.on .inner {
  opacity: 1;
}
main section#sec3 {
  width: 100%;
  padding-bottom: 145px;
  margin: 0 auto 100px auto;
  position: relative;
  z-index: 2;
}
main section#sec3.on::before {
  left: 0px;
}
main section#sec3.on::after {
  right: 0px;
}
main section#sec3.on h3,
main section#sec3.on dl {
  opacity: 1;
}
main section#sec3::before {
  content: "";
  width: 28px;
  height: 100%;
  background-color: #D6DB5A;
  background-image: url(../images/texxt_deco1.png);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 8px 300px;
  display: block;
  position: absolute;
  left: -28px;
  top: 0px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 30px, 100% calc(100% - 30px), 0% 100%);
  transition: all 0.5s ease-out 0.5s;
}
main section#sec3::after {
  content: "";
  width: 28px;
  height: 100%;
  background-color: #D6DB5A;
  background-image: url(../images/texxt_deco2.png);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 8px 300px;
  display: block;
  position: absolute;
  right: -28px;
  top: 0px;
  z-index: 1;
  clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% calc(100% - 30px));
  transition: all 0.5s ease-out 0.5s;
}
main section#sec3 h3 {
  width: 322px;
  height: 134px;
  background-image: url(../images/title_c3.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 45px auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec3 > dl {
  margin-bottom: 130px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#sec3 > dl > dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main section#sec3 > dl > dd {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}
main section#sec3 .brand {
  width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#sec3 .brand.on {
  opacity: 1;
}
main section#sec3 .brand:not(:last-child) {
  margin-bottom: 120px;
}
main section#sec3 .brand h4 {
  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 55px auto;
}
main section#sec3 .brand h5 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#sec3 .brand p {
  text-align: left;
  width: 510px;
  margin: 0 auto;
}
main section#sec3 .brand p.jp {
  color: #111;
  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;
  margin-bottom: 25px;
}
main section#sec3 .brand p.en {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0em;
  margin-bottom: 65px;
}
main section#sec3 .brand.brand1 h4 {
  width: 270px;
  height: 60px;
  background-image: url(../images/brand_logo1.png);
}
main section#sec3 .brand.brand2 h4 {
  width: 330px;
  height: 60px;
  background-image: url(../images/brand_logo2.png);
}
main section#sec3 .brand.brand3 h4 {
  width: 400px;
  height: 60px;
  background-image: url(../images/brand_logo3.png);
}
main section#sec3 .brand .items {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
main section#sec3 .brand .items .item {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec3 .brand .items .item:not(:first-child) {
  margin-left: 20px;
}
main section#sec3 .brand .items .item .photo {
  width: 100%;
  margin-bottom: 25px;
}
main section#sec3 .brand .items .item .category {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  border: solid 1px #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec3 .brand .items .item .category span {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#sec3 .brand .items .item p {
  color: #111;
  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;
  width: 100%;
  margin-bottom: 30px;
}
main section#sec3 .brand .items .item .credits {
  margin-bottom: 30px;
}
main section#sec3 .brand .items .item .link {
  width: 100%;
  margin-top: auto;
}
main section#sec3 .brand .items .item .link a {
  color: #F2F0ED;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 30px;
  background-color: #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section#sec3 .brand .items .item .link:hover a {
  color: #111;
  background-color: #D6DB5A;
}
main section#sec4 {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main section#sec4.on {
  opacity: 1;
}
main section#sec4 h3 {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 auto 40px auto;
}
main section#sec4 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec4 ul li {
  width: 320px;
}
main section#sec4 ul li:not(:first-child) {
  margin-left: 20px;
}
main section#sec4 ul li a {
  color: #F2F0ED;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 30px;
  background-color: #111;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main section#sec4 ul li:hover a {
  color: #111;
  background-color: #D6DB5A;
}
main article .pagetop {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
main article .pagetop:hover {
  color: #D6DB5A;
}

footer {
  width: 100%;
  background-color: #D6DB5A;
  padding: 120px 0 80px 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
footer .inner {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: solid 1px #F2F0ED;
}
footer .inner h3 {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 80px;
}
footer .inner .lists {
  width: 470px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner .lists div {
  text-align: left;
  width: 200px;
}
footer .inner .lists div dl:not(:last-child) {
  margin-bottom: 80px;
}
footer .inner .lists div dl dt {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
footer .inner .lists div dl dd {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
footer .inner .lists div dl dd:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner .lists div dl dd a:hover {
  color: #F2F0ED;
}
footer .inner p {
  color: #111;
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

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

  #loader .text h3 {
    width: 108px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 54px);
  }

  header {
    width: 30px;
    height: 100vh;
    padding: 10px 0 0 0;
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  header ul {
    width: auto;
  }
  header ul li a {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  header ul li a:hover {
    color: #111;
  }

  main {
    padding: 0 0 60px 0;
    margin: 0 0 25px 0;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
  }
  main section dl.textset {
    width: 100%;
  }
  main section dl.textset:not(:last-child) {
    margin-bottom: 75px;
  }
  main section dl.textset dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 8rem;
    font-weight: 600;
    line-height: 0.7em;
    letter-spacing: 0em;
    text-align: left;
  }
  main section dl.textset dt:not(:last-child) {
    margin-bottom: 30px;
  }
  main section dl.textset dd {
    color: #111;
    font-family: din-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main section .credits {
    width: 100%;
  }
  main section .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main section .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .credit dl dt strong:nth-child(1) {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 300;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main section .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
    padding: 0 0 0 5px;
  }
  main section .credits .credit dl dt strong:nth-child(2) {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    margin: 5px 0 0 0;
  }
  main section .credits .credit dl dd {
    width: auto;
    min-height: auto;
    box-sizing: border-box;
  }
  main section .credits .credit dl dd a {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main section .credits .credit dl dd a:hover {
    color: #D6DB5A;
  }
  main section .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main section .credits .credit dl dd a:not([href]) + span {
    color: #F2F0ED;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main section .credits .credit dl dd a[href] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main section .credits .credit dl dd a + span {
    display: none;
  }
  main section .credits .credit dl dd a.items__a {
    color: #F2F0ED;
    text-decoration: none;
    background-color: #111;
    width: 40px;
    height: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .credits .credit dl dd a.items__a:hover {
    color: #111;
    background-color: #D6DB5A;
  }
  main section .credits .credit dl dd span {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual {
    margin-bottom: 60px;
  }
  main section#visual .inner {
    width: 100%;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  main section#visual .inner::before {
    width: 10px;
    height: 22px;
    right: 35px;
    bottom: 30px;
  }
  main section#visual .inner::after {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
  }
  main section#visual .inner .jackets {
    width: 100%;
  }
  main section#visual .inner .jackets .swiper-wrapper {
    transition-timing-function: linear;
  }
  main section#lead {
    width: calc(100% - 60px);
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 1;
  }
  main section#lead h3 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section#lead p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: justify;
  }
  main section#lead p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#lead p:last-child {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section#lead p br {
    display: none;
  }
  main section#anchor {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#anchor .block {
    width: calc(100% - 20px);
    padding: 25px 0 30px 0;
    border-top: solid 2px #D6DB5A;
    border-bottom: solid 2px #D6DB5A;
  }
  main section#anchor .block h3 {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section#anchor .block .thumbs {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#anchor .block .thumbs dl {
    width: calc(50% - 5px);
    padding: 0px;
  }
  main section#anchor .block .thumbs dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  main section#anchor .block .thumbs dl dt img {
    filter: grayscale(0%);
    transition: all 0.25s ease-in 0s;
  }
  main section#anchor .block .thumbs dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#anchor .block .thumbs dl dd h4 {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: solid 2px #FFF;
    transition: all 0.25s ease-in 0s;
  }
  main section#anchor .block .thumbs dl dd p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0em;
    padding: 0 10px;
  }
  main section#anchor .block .thumbs dl dd p br {
    display: none;
  }
  main section#anchor .block .thumbs dl:hover dt img {
    filter: grayscale(0%);
  }
  main section#anchor .block .thumbs dl:hover dd h4 {
    border-bottom: solid 3px #111;
  }
  main section#anchor .block .thumbs dl:nth-child(1) {
    margin: 0 0 20px 0;
  }
  main section#anchor .block .thumbs dl:nth-child(2) {
    margin: 0 0 20px 10px;
  }
  main section#anchor .block .thumbs dl:nth-child(4) {
    margin: 0 0 0 10px;
  }
  main section#sec1 {
    width: calc(100% - 20px);
    padding-bottom: 60px;
    margin: 0 auto 60px auto;
    border-bottom: solid 2px #D6DB5A;
  }
  main section#sec1 h3 {
    width: 191px;
    height: 98px;
    margin: 0 auto 40px auto;
  }
  main section#sec1 .block {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec1 .block .look {
    width: 100%;
    position: relative;
  }
  main section#sec1 .block .look.l1 {
    width: calc(100% - 35px);
  }
  main section#sec1 .block .look.l2 {
    width: calc(100% - 75px);
  }
  main section#sec1 .block .look.l3 {
    width: calc(100% - 175px);
  }
  main section#sec1 .block .look.l4 {
    width: 60%;
  }
  main section#sec1 .block .look .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#sec1 .block.set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.set2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b1 {
    margin-bottom: 100px;
  }
  main section#sec1 .block.b1 .l1 {
    margin-bottom: 60px;
  }
  main section#sec1 .block.b1 .l2 {
    padding-top: 0px;
    margin-left: auto;
    position: relative;
    transform: translateX(-10px);
  }
  main section#sec1 .block.b2 {
    margin-bottom: 210px;
    position: relative;
  }
  main section#sec1 .block.b2 .l1 .credits {
    width: 175px;
  }
  main section#sec1 .block.b2 .l1 .credits .credit dl {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b2 .l1 .credits .credit dl dd {
    margin: 10px 0 0 0;
  }
  main section#sec1 .block.b2 .l3 {
    position: absolute;
    top: calc(100vw + 50px);
    right: 0px;
    left: auto;
    z-index: 1;
  }
  main section#sec1 .block.b2 .l3 .photo {
    margin: 0px;
  }
  main section#sec1 .block.b2.on .l3 {
    top: 100vw;
    opacity: 1;
  }
  main section#sec1 .block.b3 {
    width: 100%;
    margin-bottom: 90px;
  }
  main section#sec1 .block.b4 {
    margin-bottom: 100px;
  }
  main section#sec1 .block.b4 .l1 {
    margin-bottom: 60px;
  }
  main section#sec1 .block.b4 .l2 {
    padding-top: 0px;
    margin-left: auto;
    position: relative;
    transform: translateX(-10px);
  }
  main section#sec1 .block.b5 {
    margin-bottom: 100px;
  }
  main section#sec1 .block.b5 .l2 {
    margin-bottom: 40px;
  }
  main section#sec1 .block.b5 .l4 {
    padding: 0px;
    margin-left: auto;
  }
  main section#sec1 .block.b6 {
    margin-bottom: 95px;
  }
  main section#sec1 .block.b6 .l1 {
    width: calc(100% - 75px);
    margin-bottom: 45px;
  }
  main section#sec1 .block.b6 .l2 {
    width: calc(100% - 155px);
    padding: 0px;
    margin-left: auto;
  }
  main section#sec1 .block.b7 {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 95px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec1 .block.b8 {
    width: 100%;
    padding: 0 3px;
    margin-bottom: 100px;
  }
  main section#sec1 .staff {
    width: 100%;
  }
  main section#sec1 .staff p {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#sec2 {
    width: calc(100% - 20px);
    padding-bottom: 60px;
    margin: 0 auto 60px auto;
    border-bottom: solid 2px #D6DB5A;
  }
  main section#sec2 h3 {
    width: 123px;
    height: 48px;
    margin: 0 auto 60px auto;
  }
  main section#sec2 p {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main section#sec2 .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }
  main section#sec2 .inner .item {
    width: calc(100% - 20px);
  }
  main section#sec2 .inner .item:not(:first-child) {
    margin-left: 0px;
  }
  main section#sec2 .inner .item:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#sec2 .inner .item .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main section#sec3 {
    width: 100%;
    padding-bottom: 60px;
    margin: 0 auto 60px auto;
    position: relative;
    z-index: 2;
  }
  main section#sec3::before {
    content: "";
    width: 14px;
    height: 100%;
    background-color: #D6DB5A;
    background-image: url(../images/texxt_deco1.png);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 4px 150px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    clip-path: polygon(0 0, 100% 30px, 100% calc(100% - 30px), 0% 100%);
  }
  main section#sec3::after {
    content: "";
    width: 14px;
    height: 100%;
    background-color: #D6DB5A;
    background-image: url(../images/texxt_deco2.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 4px 150px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0% calc(100% - 30px));
  }
  main section#sec3 h3 {
    width: 161px;
    height: 67px;
    margin: 0 auto 30px auto;
  }
  main section#sec3 > dl {
    margin-bottom: 65px;
  }
  main section#sec3 > dl > dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main section#sec3 > dl > dd {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main section#sec3 .brand {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec3 .brand:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#sec3 .brand h4 {
    margin: 0 auto 30px auto;
  }
  main section#sec3 .brand h5 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section#sec3 .brand p {
    text-align: left;
    width: calc(100% - 68px);
    margin: 0 auto;
  }
  main section#sec3 .brand p.jp {
    color: #111;
    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;
    margin-bottom: 15px;
  }
  main section#sec3 .brand p.en {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
    margin-bottom: 35px;
  }
  main section#sec3 .brand.brand1 h4 {
    width: 135px;
    height: 30px;
    background-image: url(../images/brand_logo1.png);
  }
  main section#sec3 .brand.brand2 h4 {
    width: 165px;
    height: 30px;
    background-image: url(../images/brand_logo2.png);
  }
  main section#sec3 .brand.brand3 h4 {
    width: 160px;
    height: 30px;
    background-image: url(../images/brand_logo3.png);
  }
  main section#sec3 .brand .items {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec3 .brand .items .item {
    width: calc(100% - 68px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec3 .brand .items .item:not(:first-child) {
    margin-left: auto;
  }
  main section#sec3 .brand .items .item:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#sec3 .brand .items .item .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  main section#sec3 .brand .items .item .category {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
  }
  main section#sec3 .brand .items .item .category span {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#sec3 .brand .items .item p {
    color: #111;
    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;
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec3 .brand .items .item .credits {
    margin-bottom: 20px;
  }
  main section#sec3 .brand .items .item .link {
    width: 100%;
    margin-top: auto;
  }
  main section#sec3 .brand .items .item .link a {
    color: #F2F0ED;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 30px;
    background-color: #111;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main section#sec3 .brand .items .item .link:hover a {
    color: #F2F0ED;
    background-color: #111;
  }
  main section#sec4 {
    width: calc(100% - 68px);
    margin: 0 auto;
  }
  main section#sec4 h3 {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 auto 20px auto;
  }
  main section#sec4 ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec4 ul li {
    width: 100%;
  }
  main section#sec4 ul li:not(:first-child) {
    margin-left: 0px;
  }
  main section#sec4 ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#sec4 ul li a {
    color: #F2F0ED;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 30px;
  }
  main section#sec4 ul li:hover a {
    color: #111;
    background-color: #D6DB5A;
  }
  main article .pagetop {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.2s ease-in;
    cursor: pointer;
  }
  main article .pagetop:hover {
    color: #D6DB5A;
  }

  footer {
    padding: 60px 10px 40px 10px;
  }
  footer .inner {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  footer .inner h3 {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  footer .inner .lists {
    width: calc(100% - 68px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .lists div {
    text-align: left;
    width: auto;
  }
  footer .inner .lists div dl:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .inner .lists div dl dt {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  footer .inner .lists div dl dd {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  footer .inner .lists div dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .lists div dl dd a:hover {
    color: #111;
  }
  footer .inner .lists div:nth-child(2) {
    margin-left: 40px;
  }
  footer .inner p {
    color: #111;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

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