@charset "UTF-8";
@import url("https://use.typekit.net/kov3xic.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: clip;
  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: #666666;
}

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: 156px;
  height: 158px;
  background-image: url(../images/logo_blk.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% - 79px);
  left: calc(50% - 78px);
}
#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: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

.hlink {
  position: fixed;
  top: 30px;
  left: 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: 20px;
}
.hlink ul li a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #000;
}

/* 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: "acumin-pro-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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: "acumin-pro-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: 0 0 0 55px;
  margin-bottom: 110px;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual.on .inner .photo div {
  opacity: 1;
}
#visual .inner {
  width: 100%;
  position: relative;
}
#visual .inner h1 {
  width: 80px;
  height: 82px;
  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;
  position: absolute;
  top: 30px;
  right: 35px;
}
#visual .inner h2 {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.75s ease-in 1.5s;
}
#visual .inner h2 span {
  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 .inner h2 span:nth-child(1) {
  background-image: url(../images/title1.png);
  width: 667px;
  height: 85px;
}
#visual .inner h2 span:nth-child(2) {
  background-image: url(../images/title2.png);
  width: 293px;
  height: 26px;
  margin-left: 30px;
}
#visual .inner .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#visual .inner .photo div {
  width: 25%;
  opacity: 0;
}
#visual .inner .photo div:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
#visual .inner .photo div:nth-child(2) {
  transition: opacity 0.5s ease-in 0.25s;
}
#visual .inner .photo div:nth-child(3) {
  transition: opacity 0.5s ease-in 0.5s;
}
#visual .inner .photo div:nth-child(4) {
  transition: opacity 0.5s ease-in 0.75s;
}

main {
  width: 100%;
  padding-bottom: 200px;
  border-bottom: solid 1px #000;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec:not(:last-child) {
  margin-bottom: 200px;
}
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 .title {
  margin-bottom: 50px;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .title.on {
  opacity: 1;
}
main .sec .insec .title h3 {
  display: flex;
  flex-wrap: nowrp;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
main .sec .insec .title h3 span {
  display: inline-block;
}
main .sec .insec .title h3 span:nth-child(1) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .title h3 span:nth-child(2) {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
main .sec .insec .combo {
  width: 1024px;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .combo.type2 .photo.p2 {
  width: 600px;
  margin: 0 0 20px auto;
}
main .sec .insec .combo.type2 .photo.p3 {
  width: 654px;
  margin: 0 auto 0 0;
}
main .sec .insec .combo.type2 .credits {
  margin: 0 0 40px auto;
}
main .sec .insec .combo .photo {
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .combo .photo.on {
  opacity: 1;
}
main .sec .insec .combo .photo.p1 {
  width: 100%;
  margin-bottom: 90px;
}
main .sec .insec .combo .photo.p2 {
  width: 600px;
  margin-bottom: 30px;
}
main .sec .insec .combo .photo.p3 {
  width: 600px;
  margin-bottom: 20px;
}
main .sec .insec .combo .text {
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .combo .text.on {
  opacity: 1;
}
main .sec .insec .combo .text:not(:last-child) {
  margin-bottom: 90px;
}
main .sec .insec .combo .text dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .combo .text dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0em;
}
main .sec .insec .combo .credits {
  width: 600px;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .combo .credits.on {
  opacity: 1;
}
main .sec .insec .combo .credits > div {
  width: 100%;
}
main .sec .insec .combo .credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .combo .credits > div dl dt {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .combo .credits > div dl dt strong {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .combo .credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
main .sec .insec .combo .credits > div dl dt strong:not(:last-child) {
  margin-bottom: 0px;
}
main .sec .insec .combo .credits > div dl dt strong span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .combo .credits > div dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0em;
}
main .sec .insec .info {
  text-align: left;
  width: 898px;
  margin: 0 auto 180px auto;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .info.on {
  opacity: 1;
}
main .sec .insec .info .title {
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
}
main .sec .insec .info .title h4 {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0em;
}
main .sec .insec .info .title + p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
main .sec .insec .info .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec .insec .stores {
  width: 100%;
  background-color: #F7F7F7;
  padding: 90px 0;
  opacity: 0;
  transition: opacity 0.75s ease-in 0s;
}
main .sec .insec .stores.on {
  opacity: 1;
}
main .sec .insec .stores h4 {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .stores ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
main .sec .insec .stores ul li:not(:first-child) {
  margin-left: 20px;
}
main .sec .insec .stores ul li a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .stores ul li span {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .watches {
  width: 1024px;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .watches .watch {
  width: calc((100% - 80px) / 5);
}
main .sec .insec .watches .watch .ph {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
main .sec .insec .watches .watch .ph::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  box-sizing: border-box;
}
main .sec .insec .bags {
  width: 800px;
  margin: 0 auto;
}
main .sec .insec .bags:not(:last-child) {
  margin-bottom: 120px;
}
main .sec .insec .bags .inbags {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec .insec .thanks dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .thanks dl dt {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
main .sec .insec .thanks dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .thanks dl dd a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .thanks dl dd a:hover {
  color: #666666;
}
main .sec .insec .btn {
  width: 400px;
  margin: 0 auto;
}
main .sec .insec .btn a {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 40px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .btn a:hover {
  background-color: #666666;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 60px);
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
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: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #999999;
}
footer .infoot p {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

/* ----------------------------------------------- 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: 20px;
    left: 10px;
  }
  .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: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }

  /* 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: "acumin-pro-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  .credits > div dl dt strong span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
    width: 100%;
    padding: 5px 0 0 0;
    margin-left: 0px;
    display: inline-block;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
  }
  .credits > div dl dd a:hover {
    opacity: 1;
  }

  /* -------------------- */
  #visual {
    padding: 0 0 0 38px;
    margin-bottom: 150px;
  }
  #visual .inner h1 {
    width: 50px;
    height: 51px;
    top: 20px;
    right: 20px;
  }
  #visual .inner h2 {
    width: calc(100% - 15px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 15px;
    left: 15px;
  }
  #visual .inner h2 span:nth-child(1) {
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
  }
  #visual .inner h2 span:nth-child(2) {
    width: 100%;
    height: 13px;
    background-position: left 5px top;
    margin: 0px;
  }
  #visual .inner .photo {
    width: 100%;
    flex-wrap: wrap;
  }
  #visual .inner .photo > div {
    width: 50%;
  }

  main {
    padding-bottom: 60px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#sec1 .stores ul li:nth-child(4), main .sec#sec2 .stores ul li:nth-child(4), main .sec#sec3 .stores ul li:nth-child(4) {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  main .sec .insec {
    width: 100%;
  }
  main .sec .insec .title {
    width: calc(100% - 20px);
    margin: 0 auto 20px auto;
  }
  main .sec .insec .title h3 {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  main .sec .insec .title h3 span {
    display: inline-block;
  }
  main .sec .insec .title h3 span:nth-child(1) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .title h3 span:nth-child(2) {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-left: 5px;
  }
  main .sec .insec .combo {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .combo.type2 .photo.p2 {
    width: calc(100% - 65px);
    margin: 0 0 10px auto;
  }
  main .sec .insec .combo.type2 .photo.p3 {
    width: calc(100% - 60px);
    margin: 0 auto 0 0;
  }
  main .sec .insec .combo.type2 .credits {
    width: calc(100% - 65px);
    margin: 0 0 30px auto;
  }
  main .sec .insec .combo .photo.p1 {
    width: 100%;
    margin-bottom: 60px;
  }
  main .sec .insec .combo .photo.p2 {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  main .sec .insec .combo .photo.p3 {
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
  main .sec .insec .combo .text {
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec .insec .combo .text:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .combo .text dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .combo .text dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .sec .insec .combo .credits {
    width: calc(100% - 40px);
  }
  main .sec .insec .combo .credits > div {
    width: 100%;
  }
  main .sec .insec .combo .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .combo .credits > div dl dt {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .combo .credits > div dl dt strong {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .combo .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  main .sec .insec .combo .credits > div dl dt strong:not(:last-child) {
    margin-bottom: 0px;
  }
  main .sec .insec .combo .credits > div dl dt strong span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: auto;
    padding: 0px;
    margin-left: 5px;
  }
  main .sec .insec .combo .credits > div dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 3rem;
    letter-spacing: 0em;
  }
  main .sec .insec .info {
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto 80px auto;
  }
  main .sec .insec .info .title {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: solid 1px #000;
  }
  main .sec .insec .info .title h4 {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 0.8;
    letter-spacing: 0em;
  }
  main .sec .insec .info .title + p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 50px;
  }
  main .sec .insec .info .photos {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .stores {
    padding: 80px 0;
  }
  main .sec .insec .stores h4 {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .stores ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  main .sec .insec .stores ul li:not(:first-child) {
    margin-left: 10px;
  }
  main .sec .insec .stores ul li a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .sec .insec .stores ul li span {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .sec .insec .watches {
    width: calc(100% - 15px);
    margin: 0 0 80px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .watches .watch {
    width: auto;
    margin: 0 5px;
  }
  main .sec .insec .watches .watch .ph {
    width: 100%;
    margin-bottom: 10px;
  }
  main .sec .insec .bags {
    width: 100%;
    margin: 0 auto;
  }
  main .sec .insec .bags:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec .insec .bags .inbags {
    width: calc(100% - 160px);
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .thanks dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .thanks dl dt {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main .sec .insec .thanks dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .thanks dl dd a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .thanks dl dd a:hover {
    color: #666666;
  }
  main .sec .insec .btn {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  footer .infoot {
    width: calc(100% - 40px);
    padding: 40px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  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: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    color: #999999;
  }
  footer .infoot p {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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