@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes spinStar {
  0% {
    transform: translateY(-50%) rotateY(0deg) scale(1);
  }
  100% {
    transform: translateY(-50%) rotateY(360deg) scale(1.4);
  }
}
@keyframes spinStar {
  0% {
    transform: translateY(-50%) rotateY(0deg) scale(1);
  }
  100% {
    transform: translateY(-50%) rotateY(360deg) scale(1.4);
  }
}
@-webkit-keyframes spinStarPop {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@keyframes spinStarPop {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(360deg);
  }
  100% {
    transform: rotateY(720deg);
  }
}
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes popFadeIn {
  0% {
    transform: scale(0); /* 初期位置 */
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popFadeIn {
  0% {
    transform: scale(0); /* 初期位置 */
  }
  60% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
#merch .ttl-box {
  margin-bottom: -122px;
}
@media only screen and (max-width: 1250px) {
  #merch .ttl-box {
    margin-bottom: -9.76vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .ttl-box {
    margin-bottom: -14.0625vw;
  }
}
#merch .ttl-box h1 {
  width: 412px;
  left: -10px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 1250px) {
  #merch .ttl-box h1 {
    width: 32.96vw;
    left: -0.8vw;
    margin-bottom: -3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .ttl-box h1 {
    width: 40.3125vw;
    left: -1.25vw;
    margin-bottom: -3.125vw;
  }
}
#merch .h-box {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1250px) {
  #merch .h-box {
    margin-bottom: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .h-box {
    margin-bottom: 7.8125vw;
  }
}
#merch .h-box .txt-box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#merch .h-box .txt-box h2 {
  width: 598px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 1250px) {
  #merch .h-box .txt-box h2 {
    width: 47.84vw;
    margin-bottom: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .h-box .txt-box h2 {
    width: 77.5vw;
    margin-bottom: 2.34375vw;
  }
}
#merch .h-box .txt-box .txt {
  font-size: 24px;
  line-height: 1.1;
  font-family: "Red Rose", serif;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1250px) {
  #merch .h-box .txt-box .txt {
    font-size: 1.92vw;
    margin-bottom: -0.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .h-box .txt-box .txt {
    font-size: 3.75vw;
    margin-bottom: -2.1875vw;
  }
}
#merch .h-box .txt-box .txt span {
  font-size: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 1250px) {
  #merch .h-box .txt-box .txt span {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .h-box .txt-box .txt span {
    font-size: 7.8125vw;
  }
}
#merch .h-box .txt-box .btn .txt {
  position: relative;
  width: 252px;
}
@media only screen and (max-width: 2000px) {
  #merch .h-box .txt-box .btn .txt {
    width: 12.6vw;
  }
}
@media only screen and (max-width: 1250px) {
  #merch .h-box .txt-box .btn .txt {
    width: 20.16vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .h-box .txt-box .btn .txt {
    top: -0.78125vw;
    width: 39.375vw;
  }
}
#merch .image {
  margin-bottom: 25px;
}
#merch .detail-block {
  margin-top: 110px;
}
@media only screen and (max-width: 1250px) {
  #merch .detail-block {
    margin-top: 8.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .detail-block {
    margin-top: 11.71875vw;
  }
}
#merch .detail-block h2 {
  margin: 0 auto 35px;
  padding-bottom: 25px;
  background: url("../img/merch/bg_ttl_about.png") repeat-x bottom center;
  background-size: auto 6px;
}
@media only screen and (max-width: 1250px) {
  #merch .detail-block h2 {
    margin-bottom: 2.8vw;
    padding-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .detail-block h2 {
    padding-bottom: 3.4375vw;
    margin-bottom: 4.375vw;
    background-size: auto 0.9375vw;
  }
}
#merch .detail-block h2 span {
  display: block;
  width: 729px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #merch .detail-block h2 span {
    width: 58.32vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .detail-block h2 span {
    width: 52.5vw;
  }
}