@charset "UTF-8";
@import url("https://use.typekit.net/frl8hdr.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;
  }
}
section#detail {
  width: 100%;
  padding: 110px 0 0 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#detail .mainphoto {
  width: calc(100% - 180px);
  opacity: 0;
  transition: opacity 0.5s ease-in 0.2s;
}
section#detail .mainphoto:not(:last-child) {
  margin-bottom: 50px;
}
section#detail .mainphoto.on {
  opacity: 1;
}
section#detail main {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px 0;
}
section#detail main:not(:last-child) {
  margin-bottom: 50px;
}
section#detail main > div {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#detail main > div.on {
  opacity: 1;
}
section#detail main .title {
  width: 720px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#detail main .title:not(:last-child) {
  margin-bottom: 20px;
}
section#detail main .title.news dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: left;
  white-space: normal;
}
section#detail main .title dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
section#detail main .title dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
section#detail main .title dl dt span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#detail main .title dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
section#detail main .title dl dd:not(:last-child) {
  margin-bottom: 8px;
}
section#detail main .title dl dd:not(:last-child):nth-child(n+3) {
  margin-bottom: 0px;
}
section#detail main .title dl dd:nth-child(n+3) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
section#detail main .title p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 4px;
}
section#detail main .title p span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#detail main .photo {
  width: 720px;
}
section#detail main .pset {
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
section#detail main .pset > div {
  width: calc(50% - 5px);
}
section#detail main .slidephoto {
  width: 720px;
  overflow: hidden;
  position: relative;
}
section#detail main .slidephoto .arrow {
  width: 16px;
  height: 30px;
  background-image: url(../images/arrow.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% - 15px);
  z-index: 5;
}
section#detail main .slidephoto .arrow.prev {
  left: 16px;
}
section#detail main .slidephoto .arrow.next {
  right: 16px;
  transform: rotate(180deg);
}
section#detail main .movie {
  line-height: 0;
  width: 720px;
}
section#detail main .movie video {
  width: 100%;
  height: auto;
}
section#detail main .youtube {
  width: 720px;
}
section#detail main .text {
  text-align: left;
  width: 720px;
}
section#detail main .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text p:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h1 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h1:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h2 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h2:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h3 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h3:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h4 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h4:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h5 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h5:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text h6 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
section#detail main .text h6:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .text pre {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-wrap-mode: wrap;
}
section#detail main .text pre:not(:last-child) {
  margin-bottom: 30px;
}
section#detail main .tag {
  width: 720px;
  padding: 90px 0 0 0;
}
section#detail main .tag ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
}
section#detail main .tag ul li {
  padding: 0 2px 4px 2px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 4px 1px;
}
section#detail main .tag ul li span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
section#detail .mylink {
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section#detail .mylink ul {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#detail .mylink ul li {
  margin: 0 auto;
}
section#detail .mylink ul li.a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  top: 0px;
}
section#detail .mylink ul li.a::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(../images/arrow_nextprev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
section#detail .mylink ul li.a.prev {
  margin: 0px;
  left: 0px;
}
section#detail .mylink ul li.a.next {
  margin: 0px;
  right: 0px;
}
section#detail .mylink ul li.a.next::before {
  transform: rotate(180deg);
  order: 2;
}
section#detail .mylink ul li.a.next span {
  order: 1;
}
section#detail .mylink ul li a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  transition: all 0.25s ease-in 0s;
}
section#detail .mylink ul li a:hover {
  color: #999999;
}
section#detail .mylink ul li span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section#thumb {
  width: 100%;
  padding: 110px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section#thumb .thumb {
  width: 50%;
  position: relative;
  overflow: hidden;
}
section#thumb .thumb a {
  width: 100%;
  display: block;
}
section#thumb .thumb a:hover .img {
  opacity: 0.8;
}
section#thumb .thumb a:hover .title dl dt span:nth-child(1) {
  color: #999999;
}
section#thumb .thumb a:hover .title dl dt span:nth-child(2) {
  color: #999999;
}
section#thumb .thumb a:hover .title dl dd {
  color: #999999;
}
section#thumb .thumb a:hover .title dl dd:nth-child(3) {
  color: #999999;
}
section#thumb .thumb a:hover .title p span {
  color: #999999;
}
section#thumb .thumb a .img {
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.25s ease-in 0s;
}
section#thumb .thumb a .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#thumb .thumb a .title dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
section#thumb .thumb a .title dl dt {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
section#thumb .thumb a .title dl dt > span:nth-child(1) {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 5px 10px;
  border: solid 1px #000;
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#thumb .thumb a .title dl dt > span:nth-child(2) {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  transition: all 0.25s ease-in 0s;
}
section#thumb .thumb a .title dl dt > span:nth-child(2) > span {
  padding: 4px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 4px 1px;
}
section#thumb .thumb a .title dl dd {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}
section#thumb .thumb a .title dl dd:nth-child(3) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
section#thumb .thumb a .title p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
section#thumb .thumb a .title p span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  section#detail {
    padding: 70px 0 0 0;
  }
  section#detail .mainphoto {
    width: 100%;
  }
  section#detail .mainphoto:not(:last-child) {
    margin-bottom: 20px;
  }
  section#detail main {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 50px 0;
  }
  section#detail main:not(:last-child) {
    margin-bottom: 50px;
  }
  section#detail main .title {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#detail main .title:not(:last-child) {
    margin-bottom: 0px;
  }
  section#detail main .title dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  section#detail main .title dl dt {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  section#detail main .title dl dt span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 8px;
    border-radius: 12px;
  }
  section#detail main .title dl dd {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  section#detail main .title dl dd:not(:last-child) {
    margin-bottom: 4px;
  }
  section#detail main .title dl dd:nth-child(3) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  section#detail main .title p {
    gap: 0 4px;
  }
  section#detail main .title p span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  section#detail main .photo {
    width: calc(100% - 40px);
  }
  section#detail main .pset {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
  }
  section#detail main .pset > div {
    width: 100%;
  }
  section#detail main .slidephoto {
    width: calc(100% - 40px);
    overflow: hidden;
    position: relative;
  }
  section#detail main .slidephoto .arrow {
    width: 13px;
    height: 24px;
    background-image: url(../images/arrow.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% - 12px);
    z-index: 5;
  }
  section#detail main .slidephoto .arrow.prev {
    left: 16px;
  }
  section#detail main .slidephoto .arrow.next {
    right: 16px;
    transform: rotate(180deg);
  }
  section#detail main .movie {
    width: calc(100% - 40px);
  }
  section#detail main .youtube {
    width: calc(100% - 40px);
  }
  section#detail main .youtube iframe {
    width: 100%;
    height: calc((100vw - 40px) * 0.5625);
  }
  section#detail main .text {
    width: calc(100% - 40px);
  }
  section#detail main .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  section#detail main .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  section#detail main .tag {
    width: calc(100% - 40px);
    padding: 50px 0 0 0;
  }
  section#detail main .tag ul {
    gap: 0 10px;
  }
  section#detail main .tag ul li {
    padding: 0 2px 4px 2px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 4px 1px;
  }
  section#detail main .tag ul li span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  section#detail .mylink {
    width: 100%;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#detail .mylink ul {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  section#detail .mylink ul li.a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
  }
  section#detail .mylink ul li.a::before {
    width: 5px;
    height: 7px;
  }
  section#detail .mylink ul li a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  section#detail .mylink ul li a:hover {
    color: #000;
  }
  section#detail .mylink ul li span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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