@charset "Shift_JIS";
/* リセット
---------------------------------------------------- */
html {
  background-color: #fff;
}
body {
  min-width: 1064px;
  animation: fadeIn 2s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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 #ced1dc;
    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 #ced1dc;
    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;
  }
}
/* 背景
--------------------------------------------------*/
.page_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../images/details/grid_white.png);
  background-position: center;
  background-attachment: fixed;
}
/* メインビジュアル
--------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
  background-image: url(../images/details/main_bg.png);
  background-size: contain;
  overflow: hidden;
}
.main_pic {
  position: relative;
  width: 100%;
  min-width: 1600px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.main_pic img {
  width: 100%;
  height: auto;
}
.main_effect {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 30%;
  min-width: 480px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  mix-blend-mode: screen;
  pointer-events: none;
}
.main_effect img {
  width: 128%;
  height: 128%;
  margin-left: -14%;
}
.main_name {
  position: absolute;
  top: 50%;
  left: 3%;
  width: 30%;
  min-width: 480px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_name img {
  width: 100%;
  height: auto;
}
.main_option {
  position: absolute;
  top: 50%;
  right: 3%;
  width: 30%;
  min-width: 480px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main_option img {
  width: 100%;
  height: auto;
}
.goods_icon {
  position: absolute;
  top: 22px;
  right: 50px;
  width: 70px;
  z-index: 10;
}
.goods_icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .main_name {
    position: absolute;
    left: 48px;
  }
  .main_option {
    position: absolute;
    right: 48px;
  }
}
@media screen and (max-width: 640px) {
  .main {
    min-width: inherit;
    margin-top: 62px;
  }
  .main_pic {
    position: relative;
    width: 100%;
    min-width: inherit;
    min-height: inherit;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
	.main_effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: inherit;
  -webkit-transform: translate(0, 0);
  transform: translate(0, -0);
  mix-blend-mode: screen;
  pointer-events: none;
}
.main_effect img {
  width: 100%;
  height: auto;
  margin-left: 0;
}
  .main_name {
    display: none;
  }
  .main_option {
    display: none;
  }
  .goods_icon {
    position: absolute;
    top: 3.5%;
    right: 4.5%;
    width: 70px;
    z-index: 1;
  }
}
/* 案内
---------------------------------------------------- */
.main_info {
  position: relative;
  width: 100%;
  padding: 70px 0;
  background-image: url(../images/details/metal_pc.jpg);
  background-position: center top;
  background-size: 100% auto;
}
.main_date {
  position: relative;
  width: 100%;
  max-width: 996px;
  margin: auto;
}
.main_date img {
  width: 100%;
  height: auto;
}
.main_text {
  position: relative;
  width: 70%;
  max-width: 660px;
  margin: 50px auto;
}
@media screen and (max-width: 1600px) {
  .main_info {
    background-size: 1600px auto;
  }
}
@media only screen and (max-width:640px) {
  .main_info {
    padding: 50px 0;
    background-image: url(../images/details/metal_sp.jpg);
    background-size: 100% auto;
  }
  .main_text {
    margin: 30px auto;
  }
}
/* details02
---------------------------------------------------- */
.details02 {
  position: relative;
  min-width: 1064px;
  padding: 0;
}
.details02 .btn3 {
  width: 100%;
  max-width: 660px;
  margin: auto;
  padding-bottom: 60px;
}
.details02 .btn3 li {
  float: left;
  width: 100%;
}
.details02 .btn3 li.second {
  margin-left: 2%;
}
.details02 .btn3 li a {
  width: 100%;
  display: block;
  color: #40d3ff;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding: 20px 10% 20px 3%;
  border-radius: 8px;
  background-color: #000;
  box-sizing: border-box;
  z-index: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.details02 .btn3 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(#40d3ff, #26aae1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.details02 .btn3 li a:hover {
  color: #fff;
  background-color: #40d3ff;
}
.details02 .btn3 li a:hover::before {
  opacity: 1;
}
.details02 .btn3 li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 16px;
  width: 20px;
  height: 40px;
  background-image: url(../images/details/ico_arrow.svg);
  animation: arrow .8s ease-in-out infinite;
}
@keyframes arrow {
  25% {
    right: 11px;
  }
  50% {
    right: 16px;
  }
}
.details02 .btn3 li a p {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 52px;
}
.details02 .btn3 li a p.package {
  background-image: url(../images/details/ico_btn01.svg);
}
.details02 .btn3 li a p.download {
  background-image: url(../images/details/ico_btn01.svg);
}
.details02 .btn3 li a p.spgame {
  background-image: url(../images/details/ico_btn01.svg);
}
.details02 .btn3 li a span {
  display: block;
  font-size: 18px;
}
.details02 .btn3 li a span span {
  display: inline;
  margin-left: 2px;
  font-size: 12px;
}
.details02 .btn3 li a span.goods {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.details02 .data {
  margin: auto;
  border: 1px solid #ced1dc;
  background-color: #fff;
  padding: 40px 4%;
  position: relative;
  box-sizing: border-box;
}
.details02 .data .data_twitter {
  position: absolute;
  top: 10px;
  right: -50px;
  width: 22%;
  z-index: 1;
}
.details02 .data .data_twitter img {
  width: 100%;
}
.details02 .data figure {
  float: left;
  position: relative;
  width: 15%;
  max-width: 250px;
  border: 1px solid #000;
  z-index: 1;
}
.details02 .data figure::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: -1;
}
.details02 .data figure::after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -2px;
  right: -2px;
  content: '';
  background-color: #fff;
  z-index: -1;
}
.details02 .data figure img {
  width: 100%;
}
.details02 .data .info {
  padding-left: 18%;
}
.details02 .data .info .ttl {
  font-size: 27px;
  line-height: 1.4em; /* 調整 */
  margin-bottom: 10px;
}
.details02 .data .info .ttl span {
  color: #333;
  font-size: 14px;
  display: inline-block;
}
.details02 .data .info .ico {
  display: inline-block;
}
.details02 .data .info .ico li {
  float: left;
  margin-right: 5px;
}
.details02 .data .info .ico li p {
  display: block;
  font-size: 11px;
  line-height: 20px;
  padding: 0 5px;
  color: #26292e;
  border: 1px solid #ced1dc;
  border-radius: 2px;
}
.details02 .data .info .ico li a {
  color: #5c5f62;
}
.details02 .data .info .ico li i {
  line-height: 20px;
  margin: 0 0 0 10px;
  display: block;
}
.details02 .data .info .worksdata table {
  width: 50%;
  float: left;
  font-size: 13px;
  line-height: 1.6em; /* 調整 */
  border-collapse: collapse;
}
.details02 .data .info .worksdata table th, .details02 .data .info .worksdata table td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0; /* 調整 */
  border-bottom: 1px solid #C1C5C9;
}
.details02 .data .info .worksdata table th {
  width: 30%; /* 調整 */
  padding-right: 10px; /* 調整 */
}
.details02 .data .info .worksdata table td {
  padding-right: 10px; /* 調整 */
}
.details02 .data .info .worksdata table td a {
  background-image: url(../images/details/table_link.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 4px auto;
  padding-right: 8px;
}
@media only screen and (max-width: 1550px) {
  .details02 .data figure {
    width: 200px;
  }
  .details02 .data .info {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .details02 {
    min-width: inherit;
    width: 100%;
    padding: 0;
  }
  .details02 .setblc {
    margin: 0;
  }
  .details02 .btn3 {
    width: auto;
    min-width: inherit;
    margin: 0 10px 0;
    padding-bottom: 20px;
  }
  .details02 .btn3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .details02 .btn3 li.second {
    margin-left: 0;
  }
  .details02 .btn3 li a {
    padding: 15px 10% 15px 3%;
  }
  .details02 .data {
    padding: 20px 20px 10px;
    margin: 0 10px;
  }
  .details02 .data .data_twitter {
    position: initial;
  }
  .details02 .data figure {
    float: none;
    width: 70%;
    margin: 20px auto;
  }
  .details02 .data figure img {
    width: 100%;
  }
  .details02 .data .info {
    padding-left: 0;
    margin-bottom: 15px;
  }
  .details02 .data .info .ttl {
    font-size: 24px;
  }
  .details02 .data .info .worksdata table {
    width: 100%;
    float: none;
  }
  .details02 .data .info .worksdata table th {
    max-width: inherit;
    width: 100px;
  }
  .details02 .data .info .worksdata table td {
    padding-right: 0; /* 調整 */
  }
}
/* アニメ
--------------------------------------------------*/
.change_01 {
  pointer-events: none;
  animation: change 8s ease-in-out -4s infinite;
}
@keyframes change {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* フィギュア
--------------------------------------------------*/
.goods {
  position: relative;
  min-width: 1064px;
  margin-top: 0;
  overflow: hidden;
}
.pickup_pic {
  margin: 70px 50px 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.pickup_pic li {
  display: inline-block;
  width: 33.33%;
  padding-bottom: 70px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
.pickup_pic li p {
  width: 90%;
  margin: 20px auto 0;
}
.pickup_pic li img:not(.zoom) {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.sample_pic {
  max-width: 2000px;
  margin: auto;
  padding: 0 40px 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.sample_pic li {
  display: inline-block;
  width: 16.66%;
  padding: 0 10px 20px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
.sample_pic li img:not(.zoom) {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .pickup_pic li {
    display: inline-block;
    width: 50%;
    padding-bottom: 80px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }
  .sample_pic li {
    display: inline-block;
    width: 25%;
    padding: 0 10px 20px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
  }
}
@media screen and (max-width: 640px) {
  .goods {
    min-width: inherit;
    margin-top: 40px;
  }
  .pickup_pic {
    margin: 0 10px;
    padding: 0;
  }
  .pickup_pic li {
    width: 100%;
    padding-bottom: 40px;
  }
  .pickup_pic li p {
    width: 100%;
  }
  .sample_pic {
    padding: 0 5px;
  }
  .sample_pic li {
    width: 50%;
    padding: 0 5px 10px;
  }
}
/* 写真ボタン
--------------------------------------------------*/
.photo {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  overflow: hidden;
}
.zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  z-index: 10;
}
.photo:hover .zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.photo::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: #000;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.photo:hover::after {
  opacity: .6;
}
/* 詳細ボタン
---------------------------------------------------- */
.more_link {
  display: inline-block;
  margin: 25px 12px 0;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.more_link span {
  position: relative;
  padding-left: 22px;
}
.more_link span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  content: '';
  background-image: url(../images/details/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* キャラ
---------------------------------------------------- */
.chara {
  position: relative;
  min-width: 1064px;
  margin-top: -70px;
  overflow: hidden;
}
.chara_back {
  position: absolute;
  top: 170px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chara_pic {
  position: relative;
  width: 90%;
  max-width: 770px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chara_pic img {
  width: 100%;
  height: auto;
}
.chara_text {
  position: absolute;
  top: 120px;
  left: 40%;
  margin-left: -300px
}
.chara_info {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.chara_info .left {
  text-align: left;
}
.btn_more {
  display: block;
  width: 120px;
  margin: auto;
}
/* 詳細ボタン */
.more_link {
  display: inline-block;
  margin: 5px 10px 0;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.more_link span {
  position: relative;
  padding-left: 22px;
}
.more_link span::after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  content: '';
  background-image: url(../images/details/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .chara {
    margin-top: -50px;
    min-width: inherit;
  }
  .chara_back {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .chara_back img {
    width: 100%;
    height: auto;
  }
  .chara_info {
    width: 70%;
    margin: auto;
  }
}
/* クリエイター
---------------------------------------------------- */
.creator {
  position: relative;
  margin: 70px 50px 0;
  overflow: hidden;
}
.creator_pic {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.creator_pic img {
  width: 100%;
  height: auto;
}
.creator_info {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
  text-align: center;
}
.creator_info .left {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .creator {
    min-width: inherit;
    margin: 40px 10px 0;
  }
  .creator_pic {
    width: 70%;
  }
  .creator_info {
    width: 70%;
  }
}
/* スペック
---------------------------------------------------- */
.disnon {
  display: none;
}
.spec {
  padding: 70px 0 20px;
}
.spec_wrapper {
  position: relative;
  padding: 40px 4%;
  border: 1px solid #ced1dc;
  background-color: #fff;
}
.spec ul li.speclist {
  float: left;
  width: 50%;
}
.spec ul li.speclist p {
  padding: 4px 0; /* 調整 */
}
.spec ul li.speclist table {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  border-collapse: collapse;
}
.spec ul li.speclist table tr th {
  width: 80px;
  padding: 6px 0;
  vertical-align: top;
}
.spec ul li.speclist table tr td {
  padding: 6px 20px;
  vertical-align: top;
}
.spec ul li.speclist table tr td.line {
  width: 25%; /* 調整 */
  min-width: 100px; /* 調整 */
  border-left: 1px solid #ced1dc;
}
.spec ul li.speclist table tr td.line_b {
  border-left: 3px solid #40d3ff;
}
.spec ul li.speclist table tr td a {
  background-image: url(../images/details/table_link.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  background-size: 4px auto;
  padding-right: 8px;
}
.spec ul li.speclist table tr td .tag li {
  float: left;
  margin: 5px 5px 0 0;
}
.spec ul li.speclist table tr td .tag li a {
  padding: 0 5px;
  font-size: 11px;
  color: #ced1dc;
  border: 1px solid #ced1dc;
  border-radius: 3px;
  background-image: none;
}
.spec ul li.speclist table tr td .tag li a:hover {
  color: #40d3ff;
  border: 1px solid #40d3ff;
}
.spec ul li.speclist table tr td .tab01 li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
  color: #ced1dc;
  border: 1px solid #ced1dc;
  margin-right: 5px;
  margin-top: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.spec ul li.speclist table tr td .tab01 li.select, .spec ul li.speclist table tr td .tab01 li:hover {
  color: #40d3ff;
  border: 1px solid #40d3ff;
}
.spec ul li.speclist table tr td .tab02 li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
  color: #ced1dc;
  border: 1px solid #ced1dc;
  margin-right: 5px;
  margin-top: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.spec ul li.speclist table tr td .tab02 li.select, .spec ul li.speclist table tr td .tab02 li:hover {
  color: #40d3ff;
  border: 1px solid #40d3ff;
}
.spec ul li.speclist table tr td strong {
  color: #6f7174;
}
.spec ul li.speclist table tr td .indent {
  font-size: 11px;
  line-height: 16px;
}
img.code {
  width: 154px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .spec {
    min-width: inherit;
    width: 100%;
    padding: 40px 0 80px;
  }
  .spec dl {
    background-color: #fff;
  }
  td.line {
    color: #858789;
  }
  .spec .border {
    width: 100%;
    height: 12px;
    margin-top: 12px;
    border-top: 1px solid #ced1dc;
  }
}
/* アコーディオン
--------------------------------------------------*/
.list_toggle {
  position: relative;
  margin-top: -1px;
  border: solid #ced1dc;
  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 #ced1dc;
  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_link.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: #40d3ff;
  border: 1px solid #40d3ff;
}
.list_toggle dd table tr td .tab02 li {
  float: left;
  padding: 0 5px;
  font-size: 13px;
  color: #ced1dc;
  border: 1px solid #ced1dc;
  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: #40d3ff;
  border: 1px solid #40d3ff;
}
.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: 600px;
  margin: 120px auto 0;
  text-align: center;
}
.goods_title {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.title_text {
  position: relative;
}
.title_text img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .section_title {
    margin: 70px auto 0;
  }
}
/* ページ内リンク
--------------------------------------------------*/
span.link {
  position: relative;
  top: 30px;
  display: block;
}
span.link_b {
  position: relative;
  top: -208px;
  display: block;
}
@media screen and (max-width: 640px) {
  span.link {
    top: 0;
  }
  span.link_b {
    top: -160px;
  }
}
/* テキスト
--------------------------------------------------*/
.text10 {
  font-size: 10px;
  line-height: 1.6em;
}
.text11 {
  font-size: 11px;
  line-height: 1.6em;
}
.text12 {
  font-size: 12px;
  line-height: 1.6em;
}
.text13 {
  font-size: 13px;
  line-height: 1.6em;
}
.text14 {
  font-size: 14px;
  line-height: 1.8em;
}
.text15 {
  font-size: 15px;
  line-height: 1.6em;
}
.text16 {
  font-size: 16px;
  line-height: 1.6em;
}
.text20 {
  font-size: 20px;
  line-height: 1.5em;
}
.text24 {
  font-size: 24px;
  line-height: 1.4em;
}
.red {
  color: #FF0000;
}
@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;
  }
  .left {
    text-align: left;
  }
}
/* リンク
--------------------------------------------------*/
a:hover, a:active {
  color: #40d3ff;
  text-decoration: none;
}
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: #fff;
}
.details_header.is-fixed a {
  color: #333;
}
.details_header.is-fixed a:hover, .details_header.is-fixed a:active {
  color: #40d3ff;
}
a.more_link {
  color: #333;
}
a.more_link:hover {
  color: #40d3ff;
}
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);
}
@media screen and (max-width: 640px) {
  .details_header a {
    color: #333;
  }
  .details_header a:hover, .details_header a:active {
    color: #40d3ff;
  }
}