@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
.content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.content * {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "MS PGothic", sans-serif;
}
.content__head {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .content__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .content__head {
    margin-bottom: 30px;
  }
}
.content__head__img {
  width: 100%;
}
.content__head__txt {
  letter-spacing: 0.15em;
  text-align: center;
}
.content__head__txt-col {
  display: block;
}
@media screen and (min-width: 961px) {
  .content__head__txt-col {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-col {
    margin-bottom: 6px;
  }
}
.content__head__txt-jp {
  position: relative;
  bottom: -40px;
  transition: 1.5s all ease;
  opacity: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 961px) {
  .content__head__txt-jp {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-jp {
    font-size: 14px;
  }
}
.animated .content__head__txt-jp {
  opacity: 1;
  bottom: 0;
}
.content__head__txt-en {
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.content__head__txt-en i {
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}
.content__head__txt-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .content__head__txt-main {
    font-size: 70px;
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-main {
    font-size: 36px;
  }
}
.content__head__txt-main i {
  display: block;
  font-style: normal;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 961px) {
  .content__head__txt-main i {
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-main i {
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
  }
}
.animated .content__head__txt-main i:first-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.1s;
}
.animated .content__head__txt-main i:nth-child(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.2s;
}
.animated .content__head__txt-main i:nth-child(3) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.3s;
}
.animated .content__head__txt-main i:nth-child(4) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.4s;
}
.animated .content__head__txt-main i:nth-child(5) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.5s;
}
.animated .content__head__txt-main i:nth-child(6) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.6s;
}
.animated .content__head__txt-main i:nth-child(7) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.7s;
}
.animated .content__head__txt-main i:nth-child(8) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.8s;
}
.content__head__txt-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  font-weight: 200;
}
@media screen and (min-width: 961px) {
  .content__head__txt-sub {
    font-size: 50px;
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-sub {
    font-size: 30px;
  }
}
.content__head__txt-sub i {
  display: block;
  font-style: normal;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 961px) {
  .content__head__txt-sub i {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@media screen and (max-width: 960px) {
  .content__head__txt-sub i {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.animated .content__head__txt-sub i:first-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 0.9s;
}
.animated .content__head__txt-sub i:nth-child(2) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1s;
}
.animated .content__head__txt-sub i:nth-child(3) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.2s;
}
.animated .content__head__txt-sub i:nth-child(4) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.3s;
}
.animated .content__head__txt-sub i:nth-child(5) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.4s;
}
.animated .content__head__txt-sub i:nth-child(6) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.5s;
}
.animated .content__head__txt-sub i:nth-child(7) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.6s;
}
.animated .content__head__txt-sub i:nth-child(8) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.7s;
}
.animated .content__head__txt-sub i:nth-child(9) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-delay: 1.8s;
}
.content__head__txt-year {
  font-size: 20px;
  opacity: 0;
  transition: 2.8s;
}
.animated .content__head__txt-year {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .content__greeting {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .content__greeting {
    margin-bottom: 30px;
  }
}
.content__greeting__txt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 961px) {
  .content__greeting__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .content__greeting__txt {
    font-size: 12px;
  }
}
.content__discription {
  padding: 40px 20px;
  background: #e7e0e9;
}
@media screen and (min-width: 961px) {
  .content__discription {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .content__discription {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 961px) {
  .content-discription__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head {
    margin-bottom: 30px;
  }
}
.content-discription__head__txt {
  text-align: center;
}
.content-discription__head__txt-col {
  display: block;
  margin-bottom: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 961px) {
  .content-discription__head__txt-one {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head__txt-one {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .content-discription__head__txt-two {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head__txt-two {
    font-size: 14px;
  }
}
.content-discription__head__txt-three {
  margin-bottom: 5px;
  color: #d6617f;
}
@media screen and (min-width: 961px) {
  .content-discription__head__txt-three {
    font-size: 45px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head__txt-three {
    font-size: 25px;
  }
}
.content-discription__head__txt-four {
  color: #d6617f;
}
@media screen and (min-width: 961px) {
  .content-discription__head__txt-four {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head__txt-four {
    font-size: 20px;
  }
}
.content-discription__head__date {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 961px) {
  .content-discription__head__date {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__head__date {
    font-size: 10px;
  }
}
.content-discription__howto {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .content-discription__howto {
    width: 69%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__howto {
    margin-bottom: 30px;
  }
}
.content-discription__howto__item {
  position: relative;
  border: 1px solid #9a6aac;
}
@media screen and (min-width: 961px) {
  .content-discription__howto__item {
    width: 46%;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__howto__item {
    width: 46%;
  }
}
.content-discription__howto__item:nth-child(1)::after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .content-discription__howto__item:nth-child(1)::after {
    right: -13%;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__howto__item:nth-child(1)::after {
    right: -14%;
  }
}
.content-discription__howto__txt {
  background: #ffffff;
  margin: 8px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 961px) {
  .content-discription__howto__txt {
    padding: 24px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__howto__txt {
    padding: 10px 0;
    font-size: 9px;
  }
}
.content-discription__howto__bloon {
  position: absolute;
  top: -22px;
  right: -22px;
  color: #ffffff;
  background: #9cafad;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .content-discription__howto__bloon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__howto__bloon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.content-discription__link {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .content-discription__link {
    width: 60%;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__link {
    width: 80%;
  }
}
.content-discription__link__anchor {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #c4af64;
  text-align: center;
}
.content-discription__link__txt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 961px) {
  .content-discription__link__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .content-discription__link__txt {
    font-size: 10px;
  }
}
.content-item__head {
  position: relative;
}
@media screen and (min-width: 961px) {
  .content-item__head {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .content-item__head {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.content-item__head::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  display: block;
  width: 1px;
  background: #858585;
  transform: rotate(45deg);
}
@media screen and (min-width: 961px) {
  .content-item__head::before {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .content-item__head::before {
    height: 30px;
  }
}
.content-item__head__txt {
  text-align: center;
}
.content-item__head__txt-col {
  display: block;
}
.content-item__head__txt-main {
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 2px;
}
@media screen and (min-width: 961px) {
  .content-item__head__txt-main {
    font-size: 44px;
  }
}
@media screen and (max-width: 960px) {
  .content-item__head__txt-main {
    font-size: 30px;
  }
}
@media screen and (min-width: 961px) {
  .content-item__head__txt-discription {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .content-item__head__txt-discription {
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) {
  .content-column__item {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .content-column__item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .unreleased .content-column__item {
    margin-bottom: 80px;
  }
}
.content-column__image {
  position: relative;
  z-index: 2;
}
.no-normal .content-column__image {
  width: 70%;
  margin: 0 auto;
}
.no-one .content-column__image {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
}
.no-one .content-column__image__img {
  width: 100%;
}
.no-one .content-column__image__decoration {
  width: 98%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-one .content-column__image__decoration span {
  display: block;
  height: 100%;
  width: 14%;
}
.no-one.animated .content-column__image__decoration span:nth-child(1) {
  background: #000000;
  animation: 1s noOneAnimation;
}
.no-one.animated .content-column__image__decoration span:nth-child(2) {
  background: #d8867b;
  animation: 1.2s noOneAnimation;
}
.no-one.animated .content-column__image__decoration span:nth-child(3) {
  background: #a36c33;
  animation: 1.4s noOneAnimation;
}
.no-one.animated .content-column__image__decoration span:nth-child(4) {
  background: #bfb6e3;
  animation: 1.6s noOneAnimation;
}
.no-one.animated .content-column__image__decoration span:nth-child(5) {
  background: #ba745b;
  animation: 1.8s noOneAnimation;
}
.no-one.animated .content-column__image__decoration span:nth-child(6) {
  background: #a8caf7;
  animation: 1.8s noOneAnimation;
}
.no-two .content-column__image {
  position: relative;
  width: 100%;
}
.no-two .content-column__image__img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.no-two .content-column__image__decoration {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 961px) {
  .no-two .content-column__image__decoration {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .no-two .content-column__image__decoration {
    width: 80px;
  }
}
.no-two .content-column__image__decoration span {
  display: block;
  width: 100%;
  height: auto;
}
.no-two .content-column__image__decoration span:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .no-two .content-column__image__decoration span {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .no-two .content-column__image__decoration span {
    margin-bottom: 20px;
  }
}
.no-two.animated .content-column__image__decoration > span:nth-child(1) {
  background: #8a715a;
  animation: 1s noTwoAnimation;
}
.no-two.animated .content-column__image__decoration > span:nth-child(2) {
  background: #d3718f;
  animation: 1.2s noTwoAnimation;
}
.no-two.animated .content-column__image__decoration > span:nth-child(3) {
  animation: 1.4s noTwoAnimation;
  position: relative;
}
.no-two.animated .content-column__image__decoration > span:nth-child(3) span {
  position: absolute;
  top: 0;
  height: 100%;
  margin-bottom: 0;
  width: 50%;
}
.no-two.animated .content-column__image__decoration > span:nth-child(3) span:nth-child(2) {
  background: #c9c389;
}
.no-two.animated .content-column__image__decoration > span:nth-child(3) span:nth-child(3) {
  left: 50%;
  background: #b9827b;
}
.no-two .content-column__image__anchor {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.no-two .content-column__image__anchor::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  width: 13px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 0 auto;
}
.no-six .content-column__image {
  width: 80%;
  display: grid;
  grid-template-columns: 90% 10%;
  margin: 0 auto;
}
.no-six .content-column__image__img {
  width: 100%;
}
.no-six .content-column__image__decoration {
  width: 98%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no-six .content-column__image__decoration span {
  display: block;
  height: 100%;
  width: 48%;
}
.no-six.animated .content-column__image__decoration span:nth-child(1) {
  background: #c3bdc6;
  animation: 1s noOneAnimation;
}
.no-six.animated .content-column__image__decoration span:nth-child(2) {
  background: #cab2d5;
  animation: 1.2s noOneAnimation;
}
.content-column__product > * {
  position: relative;
  z-index: 1;
}
.product-detail {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}
.product-detail::after {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background: #f9f4f4;
  z-index: 0;
}
@media screen and (min-width: 961px) {
  .product-detail__item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .product-detail__item {
    margin-bottom: 30px;
  }
}
.product-detail__item:last-child {
  margin-bottom: 0;
}
.no-two .product-detail__item {
  margin-top: -60px;
  padding-top: 60px;
}
.product-detail__no {
  margin-bottom: 20px;
  text-align: center;
}
.product-detail__no__txt {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.product-detail__no__txt::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #000000;
}
.product-detail__name {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .product-detail__name__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .product-detail__name__txt {
    font-size: 12px;
  }
}
.product-detail__price {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .product-detail__price__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .product-detail__price__txt {
    font-size: 10px;
  }
}
.product-detail__link__anchor {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
  padding: 10px;
  background: #9cafad;
  color: #ffffff;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #c4af64 50%);
  background-position: 0.1px 0;
  background-size: 200% auto;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .product-detail__link__anchor:hover {
    background-position: -100% 0;
    color: #000000;
  }
}
@media screen and (max-width: 768px) {
  .product-detail__link__anchor:active {
    background-position: -100% 0;
    color: #000000;
  }
}
.unreleased .product-detail__link__anchor:after {
  content: "※リンクは商品発売後に開通します。";
  position: absolute;
  color: #000;
}
@media screen and (min-width: 961px) {
  .unreleased .product-detail__link__anchor:after {
    bottom: -30px;
    font-size: 10px;
  }
}
@media screen and (max-width: 960px) {
  .unreleased .product-detail__link__anchor:after {
    bottom: -20px;
    font-size: 8px;
  }
}
.product-detail__link__txt {
  padding-right: 8px;
  color: #ffffff;
  font-family: "Montserrat", "小塚ゴシック Pro","Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 961px) {
  .product-detail__link__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .product-detail__link__txt {
    font-size: 12px;
  }
}
.product-detail__link__arrow {
  position: relative;
  display: block;
  height: 13px;
  width: 4em;
}
.product-detail__link__arrow span {
  animation: 3.5s arrow-animation infinite;
  width: 0;
  height: 1px;
  border: .5px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-detail__link__arrow span::before {
  content: '▲';
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  transform: rotate(90deg);
  color: #ffffff;
}
.content-special__main__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.content-special__main__item {
  width: 40%;
}
.content-special__main__item:nth-child(1) {
  overflow: hidden;
  transition: 1s all;
  transition-delay: 0.5s;
  transform: scale(0, 1);
}
.animated .content-special__main__item:nth-child(1) {
  position: relative;
  transform: scale(1, 1);
}
.content-special__main__item:nth-child(2) {
  overflow: hidden;
  transition: 1s all;
  transition-delay: 0.8s;
  transform: scale(0, 1);
}
.animated .content-special__main__item:nth-child(2) {
  position: relative;
  transform: scale(1, 1);
}
.special-column__anchor {
  display: block;
  transition: 1.0s all;
}
.special-column__anchor:hover {
  opacity: 0.6;
}
.special-column__image {
  margin-bottom: 10px;
}
.special-column__discription__txt {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .special-column__discription__txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .special-column__discription__txt {
    font-size: 8px;
  }
}

@-webkit-keyframes arrow-animation {
  0% {
    width: 0.5em;
  }
  66% {
    width: 4em;
  }
}
@keyframes arrow-animation {
  0% {
    width: 0.5em;
  }
  66% {
    width: 4em;
  }
}
@-webkit-keyframes noOneAnimation {
  0% {
    height: 0;
  }
  66% {
    height: 100%;
  }
}
@keyframes noOneAnimation {
  0% {
    height: 0;
  }
  66% {
    height: 100%;
  }
}
@-webkit-keyframes noTwoAnimation {
  0% {
    width: 10px;
  }
  66% {
    width: 100%;
  }
}
@keyframes noTwoAnimation {
  0% {
    width: 10px;
  }
  66% {
    width: 100%;
  }
}
@-webkit-keyframes globalMenuAnimation {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes globalMenuAnimation {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.view_up {
  position: relative;
  bottom: -40px;
  transition: 1.5s all ease;
  opacity: 0;
}

.view_up.animated {
  opacity: 1;
  bottom: 0;
}

.fade_in {
  opacity: 0;
  transition: 2.8s;
}

.fade_in.animated {
  opacity: 1;
}

.slide_in {
  opacity: 0;
  transform: translateX(-50px);
  transition: 1.5s all;
}

.slide_in.animated {
  opacity: 1;
  transform: translateX(0);
}

.curtain_in {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.curtain_in:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/curtain.jpg);
  transition: width 1.5s cubic-bezier(0.25, 1, 0.25, 1);
  opacity: 0.8;
}

.curtain_in.animated:after {
  width: 0;
}
