@charset "Shift_JIS";
/* リセット
---------------------------------------------------- */
html {
  background-color: #e0e2e9;
}
body {
  min-width: 1064px;
}
th {
  font-weight: normal;
}
.cbox_cart {
  min-width: 800px;
}
.cbox_cart .btn {
  max-width: 196px;
  margin: auto;
}
.cbox_ttl {
  font-weight: normal;
}
.cbox_txt {
  white-space: nowrap
}
.cbox_cart ul li.bbn {
  margin: 5% auto 0;
}
.cbox_txt {
  margin: 5% auto 15px;
}
.cbox_cart ul li .spe_label {
  min-width: 3em;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: inherit;
  }
  .cbox_cart {
    min-width: inherit;
  }
  .cbox_cart ul li.bbn {
    width: 80%;
  }
  .cbox_cart ul li.bbn a {
    padding: 10px;
  }
  footer {
    position: relative !important;
  }
}
/* details_ttl
---------------------------------------------------- */
.hero {
  position: relative;
  background-color: #fff;
}
/* 詳細ヘッダー
---------------------------------------------------- */
.details_header {
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  transition: .5s ease-in-out;
  color: #fff;
  z-index: 10;
}
.details_header ul {
  line-height: 60px;
  font-size: 0;
}
.details_header ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
}
.details_header ul li:first-child {
  margin: 0 10px 0 0;
}
.details_header.is-fixed {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  z-index: 11;
}
.details_header ul li.top {
  display: none;
}
.details_header.is-fixed ul li.top {
  display: inline-block;
  animation: show .5s ease-in-out;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  header.header {
    height: 40px;
  }
  .details_header {
    height: 62px;
    padding: 0;
    color: #333;
    background-color: rgba(255, 255, 255, 1);
    transition: .5s ease-in-out;
    box-sizing: border-box;
    z-index: 10;
  }
  .details_header.is-fixed {
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
  }
  .details_header dl {
    margin: 10px 0;
    border: 1px solid #a6a6a6;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
  }
  .details_header dt {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 4%;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    background: url(../images/details/toggle_open.svg) 96% 12px no-repeat;
    box-sizing: border-box;
  }
  .details_header dt.active {
    background: url(../images/details/toggle_close.svg) 96% 12px no-repeat;
  }
  .details_header dd {
    display: none;
    margin: 0 4%;
    padding: 8px 0;
    text-align: left;
    font-size: 13px;
    border: solid #a6a6a6;
    border-width: 1px 0 0;
    box-sizing: border-box;
  }
  .details_header dd p {
    padding: 2px 0;
  }
  .details_header dd p.top {
    display: none;
  }
  .details_header.is-fixed dd p.top {
    display: block;
  }
  /* 追加 */
  .details_header dd p a {
    width: 100%;
    display: inline-block;
  }
}
/* 背景
--------------------------------------------------*/
.bg_grid {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/details/grid.png);
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.bg_circle {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/details/circle.svg);
  background-position: center;
  background-attachment: fixed;
  background-size: 1340px auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .bg_circle {
    background-size: 800px auto;
  }
}
/* メインビジュアル
--------------------------------------------------*/
.main_wrapper {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #000;
  overflow: hidden;
}
.main_title {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 80px;
  pointer-events: none;
  text-align: center;
  z-index: 5;
}
.main_title img {
  width: 100%;
  height: auto;
}
.goods_icon {
  position: absolute;
  top: 22px;
  right: 50px;
  width: 70px;
  z-index: 20;
}
.goods_icon img {
  width: 100%;
  height: auto;
}
.main_pic_pc {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 30px auto 0;
  pointer-events: none;
}
.main_center {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.main_left {
  position: absolute;
  top: 0;
  left: -1600px;
  width: 1600px;
  height: 1230px;
}
.main_right {
  position: absolute;
  top: 0;
  left: 1600px;
  width: 1600px;
  height: 1230px;
}
.main_back {
  position: relative;
  width: 20%;
  height: 1230px;
  overflow: hidden;
  float: left;
}
.main_back_pic {
  position: absolute;
  width: 100%;
  min-width: 320px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main_back_pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .main_wrapper {
    position: relative;
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
    background-color: #000;
    overflow: hidden;
  }
  .main_title {
    position: relative;
    width: 86%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 120px;
    pointer-events: none;
    text-align: center;
    z-index: 5;
  }
  .main_title img {
    width: 100%;
    height: auto;
  }
  .main_pic_sp {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    pointer-events: none;
  }
  .main_01_sp {
    position: relative;
    width: 100%;
  }
  .main_01_sp img {
    width: 100%;
    height: auto;
  }
  .main_02_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_02_sp img {
    width: 100%;
    height: auto;
  }
}
/* ドラマCD
--------------------------------------------------*/
.label_wrapper {
  position: relative;
  width: 100%;
  margin: -100px auto 0;
  padding-top: 10px;
  pointer-events: none;
  text-align: center;
}
.label_base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000;
}
.label_title {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
}
.label_title img {
  width: 100%;
  height: auto;
}
.label_pic {
  position: relative;
  width: 90%;
  max-width: 1080px;
  margin: 40px auto 0;
  pointer-events: none;
  text-align: center;
}
.label_pic img {
  width: 100%;
  height: auto;
}
.label_icon {
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -500px;
  width: 50%;
  max-width: 360px;
}
.label_icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .label_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    pointer-events: none;
    text-align: center;
  }
  .label_base {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #000;
  }
  .label_title {
    position: relative;
    width: 84%;
    max-width: 500px;
    margin: 0 auto;
    pointer-events: none;
    text-align: center;
  }
  .label_pic {
    position: relative;
    width: 96%;
    max-width: 1080px;
    margin: 5% auto 0;
    pointer-events: none;
    text-align: center;
  }
  .label_icon {
    position: absolute;
    top: -41%;
    left: 0;
    margin-left: 0;
    width: 50%;
    max-width: 316px;
  }
}
/* 画像2枚変化
--------------------------------------------------*/
.change_pic {
  pointer-events: none;
  animation: change_pic 6s ease-in-out -1s infinite;
}
@keyframes change_pic {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* 画像4枚変化
---------------------------------------------------- */
.slide_01 {
  visibility: inherit;
  animation: slide_animation_01 16s infinite;
}
.slide_02 {
  visibility: inherit;
  animation: slide_animation_02 16s infinite;
}
.slide_03 {
  visibility: inherit;
  animation: slide_animation_03 16s infinite;
}
.slide_04 {
  visibility: inherit;
  animation: slide_animation_04 16s infinite;
}
@keyframes slide_animation_01 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide_animation_02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_animation_03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_animation_04 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 画像2枚アニメ
--------------------------------------------------*/
.change_anime {
  pointer-events: none;
  animation: change_anime 2s ease-in-out -1s infinite;
}
@keyframes change_anime {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* 概要
---------------------------------------------------- */
.about_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
.about_pic_left {
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -660px;
}
.about_pic_right {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -680px;
}
.about p {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.note {
  position: relative;
  margin: auto;
  font-size: 18px;
  background-image: linear-gradient(180deg, #000 38px, transparent 38px);
  background-size: 100% 48px;
  background-position: 0 6px;
  line-height: 48px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .about p {
    position: relative;
    width: 80%;
    max-width: 900px;
    margin: auto;
    text-align: left;
  }
  .note {
    background-image: linear-gradient(180deg, #000 34px, transparent 34px);
    background-size: 100% 44px;
    font-size: 15px;
    line-height: 44px;
  }
  .note br {
    display: none;
  }
}
/* 日程
---------------------------------------------------- */
.schedule_wrapper {
  position: relative;
  width: 100%;
  margin: -100px auto 0;
}
.schedule {
  position: relative;
  margin: 70px auto 0;
}
.event {
  position: relative;
  margin: 0 25px;
  text-align: center;
  color: #333;
  font-size: 0;
  list-style: none;
  box-sizing: border-box;
}
.event li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}
.event_frame {
  position: relative;
  margin: 0 25px;
  padding: 40px 0;
  background-color: #fff;
}
.date_left {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #000;
  background-image: url(../images/details/date_left_bg.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.date_right {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #000;
  background-image: url(../images/details/date_right_bg.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.date_top {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.date_bottom {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.date {
  width: 78%;
  max-width: 442px;
  margin: auto;
}
.date img {
  width: 100%;
  height: auto;
}
.event_info {
  max-width: 500px;
  margin: 40px auto 0;
  padding: 0 40px;
  text-align: left;
}
.event_info dt {
  float: left;
  width: 7em;
}
.event_info dd {
  padding: 0 0 1em 8em;
}
.event_info dd:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width:640px) {
  .schedule_wrapper {
    position: relative;
    width: 100%;
    margin: -100px auto 0;
  }
  .schedule {
    position: relative;
    margin: 30px 10px 0;
  }
  .event {
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 0;
    list-style: none;
    box-sizing: border-box;
  }
  .event li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
  }
  .event_frame {
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 0;
    background-color: #fff;
  }
  .event_info {
    max-width: 500px;
    margin: 30px auto 0;
    padding: 0 30px;
    text-align: left;
  }
}
/* グッズ
---------------------------------------------------- */
.goods {
  position: relative;
  min-width: 1000px;
  margin: 0 25px;
}
.goods .list li {
  float: left;
  width: 50%;
  margin-top: 70px;
  text-align: center;
  box-sizing: border-box;
}
.goods .list li.goods_set {
  float: left;
  width: 100%;
  margin-top: 70px;
  text-align: center;
  box-sizing: border-box;
}
.goods_info {
  position: relative;
  margin: 0 25px;
  background-color: #fff;
  overflow: hidden;
}
.goods_set_shine {
  position: relative;
  width: 100%;
  max-width: 1234px;
  margin: auto;
  opacity: 0;
}
.goods_set_shine img {
  width: 100%;
  height: auto;
}
.goods_shine {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  opacity: 0;
}
.goods_shine img {
  width: 100%;
  height: auto;
}
.goods_set_pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1234px;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.goods_set_pic img {
  width: 100%;
  height: auto;
}
.goods_pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 900px;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.goods_pic img {
  width: 100%;
  height: auto;
}
.goods_wide_pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  max-width: 1800px;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.goods_wide_pic img {
  width: 100%;
  height: auto;
}
.goods_wide_shine {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200%;
  max-width: 1800px;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
.goods_wide_shine img {
  width: 100%;
  height: auto;
}
.goods_pic_blank {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  opacity: 0;
}
.goods_pic_blank img {
  width: 100%;
  height: auto;
}
.goods_set_shine:hover {
  -webkit-animation: shine .4s ease-in-out;
  animation: shine .4s ease-in-out;
}
.goods_shine:hover {
  -webkit-animation: shine .4s ease-in-out;
  animation: shine .4s ease-in-out;
}
.goods_wide_shine:hover {
  -webkit-animation: shine .4s ease-in-out;
  animation: shine .4s ease-in-out;
}
@keyframes shine {
  50% {
    opacity: .5;
  }
}
.goods_text {
  position: relative;
  width: 100%;
  margin: 30px auto 0;
  color: #333;
  text-align: center;
}
.goods_text .name {
  padding: 0 15px;
  color: #000;
}
.goods_text .left {
  text-align: left;
}
.price {
  width: 90%;
  max-width: 600px;
  margin: 10px auto 15px;
  padding: 10px 0 0;
  border: solid #000;
  border-width: 1px 0 0;
  box-sizing: border-box;
}
.item {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 1600px) {
  .goods .list li {
    float: left;
    width: 100%;
    margin-top: 70px;
    text-align: center;
    box-sizing: border-box;
  }
  .goods .list .blank {
    display: none;
  }
  .goods_set_shine {
    width: 100%;
    max-width: 900px;
  }
  .goods_set_pic {
    width: 100%;
    max-width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .goods {
    min-width: inherit;
    margin: 0 10px;
  }
  .goods .list li {
    float: left;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    box-sizing: border-box;
  }
  .goods .list li.goods_set {
    float: left;
    width: 100%;
    margin-top: 60px;
    text-align: center;
    box-sizing: border-box;
  }
  .goods_info {
    margin: 0;
  }
  .bag_icon {
    position: absolute;
    top: 0;
    left: -10px;
    margin-top: -38%;
    margin-left: inherit;
    width: 42%;
    max-width: 260px;
    height: auto;
  }
}
/* 拡大
--------------------------------------------------*/
.zoom_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.zoom_icon img {
  width: 100%;
  height: auto;
}
.goods_set_shine:hover + .zoom_icon {
  -webkit-animation: zoom_up .3s ease-in-out;
  animation: zoom_up .3s ease-in-out;
  opacity: 1;
}
.goods_shine:hover + .zoom_icon {
  -webkit-animation: zoom_up .3s ease-in-out;
  animation: zoom_up .3s ease-in-out;
  opacity: 1;
}
.goods_wide_shine:hover + .zoom_icon {
  -webkit-animation: zoom_up .3s ease-in-out;
  animation: zoom_up .3s ease-in-out;
  opacity: 1;
}
@keyframes zoom_up {
  0% {
    transform: scale(.6);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.0);
  }
}
@media only screen and (max-width: 640px) {
  .zoom_icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
/* 購入特典
---------------------------------------------------- */
.special_wrapper {
  position: relative;
  width: 90%;
  max-width: 1500px;
  margin: 70px auto 0;
}
.special {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 0;
  list-style: none;
  box-sizing: border-box;
}
.special li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
}
.special_frame {
  position: relative;
  padding: 0 50px;
}
.special_frame .line_01 {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 0;
  right: auto;
  width: 1px;
  height: auto;
  background-color: #000;
}
.special_frame .line_02 {
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: auto;
  right: 0;
  width: 1px;
  height: auto;
  background-color: #000;
}
.special_pic {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.special_base {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}
.special_base img {
  width: 100%;
  height: auto;
}
.code_pic {
  position: absolute;
  width: 125%;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -6%);
  transform: translate(-50%, -6%);
}
.code_pic img {
  width: 100%;
  height: auto;
}
.bag_pic {
  position: absolute;
  width: 82%;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bag_pic img {
  width: 100%;
  height: auto;
}
.serial_pic {
  position: absolute;
  width: 131.66%;
  max-width: 840px;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.serial_pic img {
  width: 100%;
  height: auto;
}
.card_pic {
  position: absolute;
  width: 114.42%;
  max-width: 730px;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.card_pic img {
  width: 100%;
  height: auto;
}
.cd_pic {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cd_pic img {
  width: 100%;
  height: auto;
}
.special_icon {
  position: absolute;
  bottom: -34px;
  right: -34px;
  width: 50%;
  max-width: 220px;
}
.special_icon img {
  width: 100%;
  height: auto;
}
.special_info {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 0;
  text-align: center;
}
.special_info .left {
  text-align: left;
}
@media only screen and (max-width:640px) {
  .special_wrapper {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  .special_top {
    margin-top: 60px;
  }
  .special_pic {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
  }
  .special li {
    display: inline-block;
    width: 100%;
    margin: auto;
    vertical-align: top;
  }
  .special_frame {
    position: relative;
    padding: 50px 0;
  }
  .special_frame .line_01 {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 100px;
    right: 100px;
    width: auto;
    height: 1px;
    background-color: #000;
  }
  .special_frame .line_02 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 100px;
    right: 100px;
    width: auto;
    height: 1px;
    background-color: #000;
  }
}
/* サンプル音声
---------------------------------------------------- */
.voice {
  width: 156px;
  margin: 25px auto 0;
}
.voice_2 {
  width: 104px;
  margin: 25px auto 0;
}
.voice_btn {
  position: relative;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  border-radius: 18px;
  background-color: #000;
  z-index: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.voice_btn:hover {
  background-color: #ff7f39;
}
.voice_icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/details/voice_icon.svg);
  background-position: left;
  background-repeat: no-repeat;
  animation: voice 1s steps(9) infinite;
}
@keyframes voice {
  to {
    background-position: -324px 0;
  }
}
/* 詳細ボタン
---------------------------------------------------- */
.more_link_1 {
  display: inline-block;
  margin: 30px 12px 0;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.more_link_1 span {
  position: relative;
  padding-left: 22px;
}
.more_link_1 span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  content: '';
  background-image: url(../images/details/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.more_link_1:hover span::after {
  background-image: url(../images/details/arrow_orange.svg);
}
.more_link_2 {
  display: inline-block;
  margin: 30px 12px 0;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.more_link_2 span {
  position: relative;
  padding-left: 22px;
}
.more_link_2 span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  content: '';
  background-image: url(../images/details/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.more_link_2:hover span::after {
  background-image: url(../images/details/arrow_orange.svg);
}
/* その他
---------------------------------------------------- */
.other {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 70px auto 0;
  color: #333;
  text-align: center;
}
.other_info {
  position: relative;
  width: 92%;
  max-width: 920px;
  margin: 70px auto 0;
}
.other_banner {
  position: relative;
  width: 100%;
  margin: auto;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_pic {
  position: absolute;
  top: 50%;
  right: -62px;
  width: 290px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
.other_pic img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .other {
    min-width: inherit;
    margin: 0 auto;
  }
  .other_info {
    width: 80%;
    max-width: 450px;
    margin: 60px auto 0;
  }
  .other_pic {
    position: absolute;
    top: auto;
    bottom: -20px;
    right: -20px;
    width: 110px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: none;
  }
}
/* ご注意
---------------------------------------------------- */
.notice {
  position: relative;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
  color: #333;
}
.notice_info {
  position: relative;
  width: 92%;
  max-width: 1200px;
  margin: 70px auto 0;
  text-align: center;
}
.sample_logo {
  position: relative;
  width: 140px;
  margin: auto;
}
.sample_logo img {
  width: 100%;
  height: auto;
}
.btn_more {
  display: block;
  width: 120px;
  margin: auto;
}
.notice_list {
  width: 100%;
  max-width: 920px;
  margin: 30px auto 0;
  color: #333;
  text-align: center;
}
.notice_list li {
  display: list-item;
  list-style-type: none;
  padding: 10px 0;
  border: solid #000;
  border-width: 1px 0 0;
}
.notice_list li:last-child {
  border: solid #000;
  border-width: 1px 0;
}
@media only screen and (max-width: 640px) {
  .notice {
    min-width: inherit;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .notice_info {
    width: 80%;
    max-width: 450px;
    margin: 60px auto 0;
  }
  .notice_info p br {
    display: none;
  }
}
/* アコーディオン
--------------------------------------------------*/
.list_toggle {
  position: relative;
  margin-top: -1px;
  border: solid #a6a6a6;
  border-width: 1px;
  background-color: #fff;
}
.list_toggle dt {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 4%;
  font-size: 13px;
  line-height: 50px;
  cursor: pointer;
  background: url(../images/details/toggle_open.svg) 96% 17px no-repeat;
  box-sizing: border-box;
}
.list_toggle dt.active {
  background: url(../images/details/toggle_close.svg) 96% 17px no-repeat;
}
.list_toggle dd {
  display: none;
  margin: 0 4%;
  padding: 10px 0;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  border: solid #a6a6a6;
  border-width: 1px 0 0;
  box-sizing: border-box;
}
.list_toggle dd table {
  width: 100%;
  border-collapse: collapse;
}
.list_toggle dd table p {
  padding: 2px 0;
}
.list_toggle dd table tr {
  display: block;
  width: 100%;
  padding: 4px 0;
}
.list_toggle dd table th {
  display: block;
  width: 100%;
  padding: 0;
  color: #858789;
}
.list_toggle dd table td {
  display: block;
  width: 100%;
  padding: 0;
}
.list_toggle dd table td a {
  background-image: url(../images/details/table_link2.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 4px auto;
  padding-right: 8px;
}
.list_toggle dd table tr td .tag li {
  float: left;
  margin: 5px 5px 0 0;
}
.list_toggle dd table tr td .tag li a {
  padding: 0 5px;
  font-size: 11px;
  color: #858789;
  border: 1px solid #858789;
  border-radius: 3px;
  background-image: none;
}
.list_toggle dd table tr td .tag li a:hover {
  color: #e70012;
  border: 1px solid #e70012;
}
.list_toggle dd table tr td .tab02 li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
  color: #adafb0;
  border: 1px solid #adafb0;
  margin-right: 5px;
  margin-top: 3px;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.list_toggle dd table tr td .tab02 li.select, .list_toggle dd table tr td .tab02 li:hover {
  color: #e70012;
  border: 1px solid #e70012;
}
.list_toggle dd table tr td strong {
  color: #6f7174;
}
.list_toggle dd table tr td .indent {
  font-size: 11px;
  line-height: 16px;
}
/* footer
---------------------------------------------------- */
footer {
  width: 100%;
  margin: 0;
  background-color: #26292e;
  bottom: 0;
  position: absolute;
}
/* ページトップ
---------------------------------------------------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 50px;
  height: 50px;
}
#page_top a img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  #page_top {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 4%;
  }
  #page_top a {
    width: 30px;
    height: 30px;
  }
  #page_top a img {
    width: 30px;
    height: 30px;
  }
}
/* セクション区切り
--------------------------------------------------*/
.section_title {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 160px auto 0;
  text-align: center;
  color: #333;
  border: solid #000;
  border-width: 1px 0 0;
  overflow: hidden;
}
.section_title img {
  width: 84%;
  max-width: 500px;
  height: auto;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  .section_title {
    margin: 120px auto 0;
  }
}
/* ページ内リンク
--------------------------------------------------*/
span.link {
  position: relative;
  top: 60px;
  display: block;
}
span.link_schedule {
  position: relative;
  top: -40px;
  display: block;
}
span.link_goods_set {
  position: relative;
  top: -110px;
  display: block;
}
span.link_event_badge {
  position: relative;
  top: -160px;
  display: block;
}
@media screen and (max-width: 640px) {
  span.link {
    position: relative;
    top: 30px;
    display: block;
  }
  span.link_schedule {
    position: relative;
    top: -70px;
    display: block;
  }
}
/* テキスト
--------------------------------------------------*/
.black {
  color: #000;
}
.key_color {
  color: #ff7f39;
}
.text10 {
  font-size: 10px;
  line-height: 1.5em;
}
.text11 {
  font-size: 11px;
  line-height: 1.5em;
}
.text12 {
  font-size: 12px;
  line-height: 1.5em;
}
.text13 {
  font-size: 13px;
  line-height: 1.6em;
}
.text14 {
  font-size: 14px;
  line-height: 1.7em;
}
.text15 {
  font-size: 15px;
  line-height: 1.7em;
}
.text16 {
  font-size: 16px;
  line-height: 1.7em;
}
.text20 {
  font-size: 20px;
  line-height: 1.5em;
}
.text24 {
  font-size: 24px;
  line-height: 1.4em;
}
.text28 {
  font-size: 28px;
  line-height: 1.4em;
}
.text30 {
  font-size: 30px;
  line-height: 1.3em;
}
@media screen and (max-width: 640px) {
  .text14 {
    font-size: 13px;
  }
  .text15 {
    font-size: 14px;
  }
  .text16 {
    font-size: 15px;
  }
  .text20 {
    font-size: 18px;
  }
  .text24 {
    font-size: 20px;
  }
  .text28 {
    font-size: 24px;
  }
  .text30 {
    font-size: 24px;
  }
  .left {
    text-align: left;
  }
}
/* リンク
--------------------------------------------------*/
a, a:link, a:active, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: #ff7f39;
}
.more_link_1 a, .more_link_1 a:link, .more_link_1 a:hover, .more_link_1 a:active, .more_link_1 a:visited {
  color: #fff;
}
.more_link_2 a, .more_link_2 a:link, .more_link_2 a:hover, .more_link_2 a:active, .more_link_2 a:visited {
  color: #333;
}
.goods_text a.button, .goods_text a.button:link, .goods_text a.button:hover, .goods_text a.button:active, .goods_text a.button:visited {
  color: #fff;
}
header a, header a:link, header a:active, header a:visited {
  color: #333;
}
header a:hover, header a:active {
  color: #e70012;
}
a {
  outline: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:focus, *:focus {
  outline: none;
}
.details_header a {
  color: #fff;
}
.details_header a:hover, .details_header a:active {
  color: #ff7f39;
}
.details_header.is-fixed a {
  color: #333;
}
.details_header.is-fixed a:hover, .details_header.is-fixed a:active {
  color: #ff7f39;
}
a.opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
a.opacity:hover {
  opacity: .7;
}
a .hover_img {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
a:hover .hover_img {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
.img_zoom_01 {
  display: inline-block;
}
.img_zoom_01:hover {
  -webkit-animation: zoom_01 .3s ease-in-out;
  animation: zoom_01 .3s ease-in-out;
}
@keyframes zoom_01 {
  50% {
    transform: scale(1.04);
  }
}
.img_zoom_02 {
  display: inline-block;
}
.img_zoom_02:hover {
  -webkit-animation: zoom_02 .3s ease-in-out;
  animation: zoom_02 .3s ease-in-out;
}
@keyframes zoom_02 {
  50% {
    transform: scale(1.08);
  }
}
.img_zoom_03 {
  display: inline-block;
}
.img_zoom_03:hover {
  -webkit-animation: zoom_03 .3s ease-in-out;
  animation: zoom_03 .3s ease-in-out;
}
@keyframes zoom_03 {
  50% {
    transform: scale(1.16);
  }
}
@media screen and (max-width: 640px) {
  .details_header a {
    color: #333;
  }
  .details_header a:hover, .details_header a:active {
    color: #ff7f39;
  }
}
/* ボタンエフェクト
--------------------------------------------------*/
.button {
  display: inline-block;
  position: relative;
  width: 220px;
  margin: 15px 8px 0;
  padding: .4em 0;
  background-color: #000;
  z-index: 0;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #ff7f39;
}
.button span {
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  content: '';
  margin-top: -8px;
  background-image: url(../images/details/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button:hover span {
  padding: 0 0 0 24px;
}
.button:hover span::after {
  opacity: 1;
}