@charset "euc-jp";
/* ==============================================================================
  tag
============================================================================== */
sup, sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub { bottom: 0em;}
sup { top: -0.5em;}
ol { list-style: none;}
/*=================================================================
     ALL
-------------------------*/
#templateFlame {
    width: 100%;
    text-align: left;
    padding: 0;
    background: #e70112;
}
#bodyClump .whitebg {
  background: #fff;
  max-width: 1010px;
  min-width: 950px;
  margin: 30px auto;
  padding: 30px;
  box-sizing: border-box;
}
#bodyClump .blackbg {
    background: #000;
}
.pageTop {
    bottom: 10px;
    right: 10px;
    position: fixed;
    opacity: 0.8;
    z-index: 90;
}
.pageTop:hover {
    opacity: 1.0;
}
/*=================================================================
     スライダー
-------------------------*/
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    position: initial !important;
}
.swiper-slide-prev, .swiper-slide-next {
    background: #000;
}
.swiper-slide-prev img, .swiper-slide-next img {
    opacity: 0.5;
}
.swiper-button-prev, .swiper-button-next {
    fill: #ddd;
    stroke: none;
    stroke-width: 0;
    z-index: 10000;
    width: 20px;
    margin-top: -18px;
    background-image: none;
    opacity: 0.2;
    transition-duration: 0.5s;
}
.swiper-button-prev:hover {
    opacity: 1;
    margin-left: -10px;
}
.swiper-button-next:hover {
    opacity: 1;
    margin-right: -10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -40px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    left: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 0.7;
    transition-duration: 0.5s;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -15px !important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #fff !important;
    opacity: .4;
}
.swiper-pagination-bullet-active {
    background: #ddd !important;
    opacity: 1;
}

@media (min-width: 768px) {
.swiper-button-prev, .swiper-button-next {
    width: 27px;
    margin-top: -22px;
}
}
.mainvisual {
    overflow-x: hidden;
    height: 302px;
    padding-top: 18px;
    background: #000;
    text-align: center;
}
/*=================================================================
     nav
-------------------------*/
#bodyClump .box div#navArea {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#bodyClump #navArea {
    background-color: #e70112;
}
#navAreaContents {
    width: 100%;
    height: auto;
    padding: 5px 0;
    border-top: #d00514 solid 2px;
}
#bodyClump #navArea ul {
    width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto !important;
}
#bodyClump #navArea ul li a {
    width: 240px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
#bodyClump #navArea ul li {
    height: 30px;
    line-height: 30px;
    font-size: 110%;
    font-weight: bold;
    border-radius: 0;
    border-right: 1px solid #fff;
}
#bodyClump #navArea ul li:last-child {
    border-right: none;
}
#bodyClump #navArea ul li a:hover {
    text-decoration: none;
    background-color: #a2000c;
}
#bodyClump #navArea ul li a::before, #bodyClump #navArea ul li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#bodyClump #navArea ul li a, #bodyClump #navArea ul li a::before, #bodyClump #navArea ul li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#bodyClump #navArea ul li a:hover {
    background-position: 0 -50px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.dummy {
    display: none;
}
.navh {
  margin-top: -42px;
  padding-top: 42px;
}
/*=================================================================
     h1
-------------------------*/
#template #headline h1 {
    width: 950px;
    margin: 0 auto;
}
#headline .typeM {
    margin-bottom: 10px;
    text-align: center;
    background: #e70112;
    padding-top: 10px;
}
/*=================================================================
     h2
-------------------------*/
#templateWrap #templateFlame #bodyClump h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Helvetica, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 20px 40px;
  font-size: 23px;
  line-height: 1.4;
  background:none;
}
#templateWrap #templateFlame #bodyClump h2.black {
  color: #fff;
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #7d7d7d 50%, #000000 100%);
  background: -webkit-linear-gradient(left, #000000 0%, #7d7d7d 50%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, #7d7d7d 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  text-shadow: 0 0 6px #060606;
  letter-spacing: 1px;
}
#templateWrap #templateFlame #bodyClump h2.mainttl {
  color: #333;
  background: -moz-linear-gradient(left, #ffd12b 0%, #fff080 50%, #ffd12b 100%);
  background: -webkit-linear-gradient(left, #ffd12b 0%, #fff080 50%, #ffd12b 100%);
  background: linear-gradient(to right, #ffd12b 0%, #fff080 50%, #ffd12b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd12b', endColorstr='#fff080', GradientType=1 );
}
/*=================================================================
     h3
-------------------------*/
#templateWrap #templateFlame #bodyClump h3 {
  background: none;
  margin: 30px 0;
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  border-bottom: 1px solid #888;
}
#templateWrap #templateFlame #bodyClump h3 span {
  display: none;
}
#templateWrap #templateFlame #bodyClump h3::after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background: #e70112;
  bottom: -2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*=================================================================
     link600x100
-------------------------*/
#templateWrap #templateFlame #bodyClump .link600x100 li .note {
    margin-top: 15px;
    font-size: 82%;
    font-weight: bold;
}
#templateWrap #templateFlame #bodyClump .link600x100 li .image a {
  transition-duration: 0.3s;
  transition-property: all;
}
#templateWrap #templateFlame #bodyClump .link600x100 li .image a:hover {
  opacity: 0.7;
}
/*=================================================================
     box
-------------------------*/
#templateWrap #templateFlame #bodyClump .box {
  margin: 0;
}

/*-------box-------------------------------------------------*/
/* release image */
.img-01 {
    margin: 0 auto 60px;
    width: 950px;
    padding-top: 20px;
}
/* subtitle */
.boxHead {
    text-decoration: line-through !important;
    font-size: 130% !important;
}
.subtitle {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    line-height: 1.4;
}
.subtitle > b {
    color: #ee2f2f;
    font-size: 108%;
}
.note-tx {
    line-height: 1.5;
    padding: 20px 0;
    margin: 20px 0px;
    border-top: 2px solid #BCBCBC;
    border-bottom: 2px solid #BCBCBC;
    text-align: center;
}
.notes {
    font-size: 90%;
    line-height: 1.6;
    background: #f3f5f8;
    padding: 30px;
    margin: 20px 0;
    color: #545454;
    text-align: left;
}
.notes  dt {
    position: relative;
}
.notes  dt span {
    position: absolute;
    color: #545454;
}
.notes  dd {
    padding-left: 1em;
}
.products {
    padding:20px 0 ;
    text-align: center;
}
/* other */
.red-tx {
    color: #ca0000 !important;
}
.tx-red {
    color: #ff0000;
}
#bodyClump .img-01 p.txtLink {
    font-size: 14px;
    text-align: right;
}
#bodyClump .img-01 p.txtLink a {
    color: #777;
    padding-right: 12px;
    position: relative;
    display: block;
}
#bodyClump .img-01 p.txtLink a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #777;
    border-right: solid 2px #777;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}
span.pack {
    display: block;
    color: #fff;
    background: #ee2f2f;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}
/*=================================================================
     rafflebox
-------------------------*/
#templateWrap #templateFlame #bodyClump .rafflebox {
  margin: 30px 0;
}
#templateWrap #templateFlame #bodyClump .rafflebox .detail {
  text-align: right;
  margin: -30px 0 30px;
  background: #000;
  padding: 0 30px 30px;
}
#templateWrap #templateFlame #bodyClump .rafflebox .detail a {
  color: #fff;
}
#templateWrap #templateFlame #bodyClump .fintxt {
    background: #f4f4f4;
    color: #d90111;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}
/*=================================================================
     bggray
-------------------------*/
#templateWrap #templateFlame #bodyClump .bggray {
  background: #eee;
  padding: 40px;
  margin: 30px 0;
}
#templateWrap #templateFlame #bodyClump .ttl {
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 1px;
}
#templateWrap #templateFlame #bodyClump .txt {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
}
#templateWrap #templateFlame #bodyClump .movie {
  margin: 0;
}
/*=================================================================
     mImg
-------------------------*/
#templateWrap #templateFlame #bodyClump .mImg {
  padding: 0;
  background: #fff;
}
#templateWrap #templateFlame #bodyClump .bggray .mImg {
  padding: 30px;
}
#templateWrap #templateFlame #bodyClump .mImg img {
  width: 100%;
}
/*=================================================================
     collectorsPanel
-------------------------*/
#templateWrap #templateFlame #bodyClump .collectorsArea {
  margin: 30px 0;
  /*background: #eee;*/
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel {
  padding: 30px;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel p {
  text-align: center;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel ul {
  display: flex;
  justify-content: space-between;
  background: #fff;
  text-align: center;
  padding: 30px;
  margin: 30px 0 0 0;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel ul li{
  position: relative;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel ul li::after{
  content: "+";
  position: absolute;
  left: -40px;
  top: 40%;
  font-size: 25px;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel ul li:nth-of-type(1)::after{
  content: "";
  display: none;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel ul li img {
  width: auto;
  height: 130px;
  display: block;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .collectorsPanel + .cinecole {
  margin-top: 0;
  padding-top: 0;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .cinecole {
  text-align: center;
  padding: 30px 0 30px;
  margin: 30px 0;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .cinecole div {
  margin: 0;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .cinecole div img {
  width: 100%;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .cinecole a {
  transition-duration: 0.3s;
  transition-property: all;
}
#templateWrap #templateFlame #bodyClump .collectorsArea .cinecole a:hover {
  opacity: 0.7;
}
/*=================================================================
     マルチmovie
-------------------------*/
#rbcomp #rbcomp__inner [data-rbcomp] .rbcomp__campaign__item-two .item-txt + p .tokuten {
  display: block !important;
  background: #e7f4f9;
  text-align: center;
  font-size: 3vw;
  padding: 2vw;
  font-weight: bold;
  margin: 3vw 0;
  border-radius: 5px;
}
#rbcomp #rbcomp__inner [data-rbcomp] .rbcomp__campaign__item-two .item-txt + p .tokuten.books01 { background: #ffe5e5;}
#rbcomp #rbcomp__inner [data-rbcomp] .rbcomp__campaign__item-two .item-txt + p .tokuten.books02 { background: #eee;}

#rbcomp #rbcomp__inner [data-rbcomp] .rbcomp__campaign__item-two .item-txt + p .tokuten span {
  display: block !important;
  background: #fff;
  padding: 1vw;
  margin: 0 0 2vw;
  font-size: 2.8vw;
}

/*=================================================================
     マルチmovie
-------------------------*/
.movieArea {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
}
.movieWapper {
    padding: 0 0 20px;
    width: 920px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
}
#bodyClump .box div.vjs-volume-bar.vjs-slider-bar.vjs-slider.vjs-slider-horizontal {
    margin: auto;
}
#templateFlame #bodyClump .box .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}
.vjs-mouse.vjs-playlist {
    min-width: 0px;
    width: 940px;
    padding: 5px;
    margin: 0 auto;
}
.vjs-mouse.vjs-playlist .vjs-playlist-thumbnail {
    width: 80px;
    height: 45px;
}
.vjs-mouse.vjs-playlist .vjs-selected .vjs-playlist-thumbnail:before {
    width: 80px;
    height: 45px;
    line-height: 45px;
}
.vjs-mouse.vjs-playlist .vjs-playlist-item:focus .vjs-playlist-thumbnail:before, .vjs-mouse.vjs-playlist .vjs-playlist-item:hover .vjs-playlist-thumbnail:before {
    top: 10px;
    left: 20px;
    width: 40px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
}
.video-js .vjs-big-play-button {
    border: none;
}
.vjs-playlist-name {
    font-size: 70%;
    width: 80px;
}
.vjs-playlist cite {
    display: inline-block;
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: normal;
}
.vjs-mouse.vjs-playlist cite {
    height: 34px;
    line-height: 17px;
}
.vjs-mouse.vjs-playlist .vjs-playlist-item {
    height: 78px;
    width: 150px;
    margin-bottom: 5px;
    float: left;
}
/*-------修正済--------*/
.bc-player-S199mQU2_default.vjs-mouse .vjs-big-play-button {
    position: absolute;
    border-radius: 50%;
    font-size: 4.5em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin-left: -1em;
    margin-top: -1em;
    top: 50%;
    width: 2em;
}
.bc-player-S199mQU2_default .vjs-big-play-button::before {
    font-size: 54px;
    line-height: 35px;
    margin: 36px auto;
    opacity: 0.8;
    text-align: center;
    width: 40px;
}
/*style for the div that wraps the playlist*/
.bcls-playlist-wrapper {
    background-color: #141B17;
    width: 100%;
    max-height: 95px;
    min-height: 82px;
    line-height: 76px;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
/*style for the divs that make up the playlist items*/
.bcls-playlist-item {
    display: inline-block;
    border: 2px solid #141B17;
    padding: 0;
    margin: 0;
    height: 74px;
    width: 124px;
    cursor: pointer;
    vertical-align: middle;
}
/*style for the divs that make up the playlist item inner div */
.bcls-item-inner-div {
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
}
/* mouse over style for items */
.bcls-playlist-item:hover {
    border-color: #FF0000;
}
/*style for the thumbnail images*/
.bcls-title {
    color: #fff;
    font-size: .7em;
    font-family: sans-serif;
    font-weight: bold;
    max-width: 124px;
    width: 124px;
    height: 66px;
    margin-top: 30%;
    text-align: center;
    cursor: pointer;
}
.bc-player-S199mQU2_default.vjs-mouse .vjs-progress-holder {
    padding: 0;
}
/*-------修正済--------*/
.video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333em;
    right: -0.5em;
    font-size: 0.9em;
}
.bc-player-S199mQU2_default .vjs-control:before {
    display: block;
    font-family: VideoJS;
    font-size: 24px;
    line-height: 26px;
    margin: 0 auto;
    opacity: .8;
    position: relative;
    text-align: center;
    top: 13px;
    width: 43px;
}
.bc-player-ByglGLsEQX_default-index-0 {
    width: 100%;
}
/*=================================================================
     other
-------------------------*/
.p-bt30 {
    padding-bottom: 30px;
}
.p-0 {
    padding: 0px !important;
}
.te-c {
    text-align: center !important;
}
.video-js {
    margin: 0 auto;
}
.copy-right {
    font-size: 82%;
    text-align: right;
    margin: 0 15px 10px 0;
}
#bodyClump .story {
    margin: 30px 20px;
    line-height: 1.8;
    font-size: 110%;
}
#bodyClump .story span {
    font-weight: bold;
    font-size: 120%;
}
#bodyClump .aboutImg01 {
    padding: 0 0 30px;
}
#bodyClump .aboutImg02 {
    padding-bottom: 30px;
}
#bodyClump .headingM {
    margin: 80px 0 25px;
}
.bc-player-default_default-index-0 {
    width: 100%;
    height: 534px;
}
.lead {
    font-weight: bold;
    font-size: 28px;
    margin: 30px auto;
    line-height: 1.5;
    color: #0B1118;
}
.lead02 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
  color: #0B1118;
}
.snsclose {
  background: #ffebeb;
  padding: 32px 0;
  border: 2px solid #bf0000;
  border-radius: 10px;
  color: #bf0000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 48px;
}

/*=================================================================
     collectorsCard
-------------------------*/
#bodyClump .collectorsCard{
    display: flex;
    justify-content: space-around;
    padding: 50px 50px 30px;
}
#bodyClump .collectorsCard p{
    font-size: 60px;
    font-weight: bold;
    color: #e70112;
    margin: 70px 0 0;
}
#bodyClump .collectorsCard p span{
    font-size: 30px;
}
#bodyClump .collectorsCard img{
    width: 430px;
    height: auto;
}
/*=================================================================
     freeGift
-------------------------*/
#bodyClump .freeGift{
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  padding: 30px 50px;
  position: relative;
  background: #eee;
}
#bodyClump .freeGift::after{
  content: "※画像はイメージです。実際の商品とは異なる場合があります。";
  bottom: 50px;
  left: 85px;
  position: absolute;
  font-size: 12px;
}
#bodyClump .freeGift p{
  font-size: 60px;
  font-weight: bold;
  color: #e70112;
  margin: 50px 0 0;
}
#bodyClump .freeGift p span{
  font-size: 30px;
}
#bodyClump .freeGift img{
  width: 430px;
  height: auto;
}
/*=================================================================
     キャンペーン詳細
-------------------------*/
#templateWrap #templateFlame #bodyClump #cpn-detail {
  width: auto;
}
#templateWrap #templateFlame #bodyClump #cpn-detail .campaignDetail {
  min-width: 950px;
  margin: 60px auto;
  max-width: 1010px;
}
#templateWrap #templateFlame #bodyClump .campaignDetail h2 {
  margin: 0;
  padding: 15px;
  border: 1px solid #606060;
  color: #ffffff;
  background: #7f7f7f;
  font-size: 90%;
  text-align: center;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .campaignDetail {
  min-width: 950px;
  margin: 60px auto;
  max-width: 1010px;
  line-height: 1.4;
}
#templateWrap #templateFlame #bodyClump .campaignDetail th {
    vertical-align: top;
    width: 30%;
    padding: 10px;
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    color: #333333;
    background: #ffebed;
}
#templateWrap #templateFlame #bodyClump .campaignDetail td {
  background: #fff;
  padding: 20px;
}
/*=================================================================
     もっと見るボタン
=================================================================*/
#templateWrap #templateFlame #bodyClump .more {
  width: 600px;
  text-align: center;
  margin: 30px auto;
}
#templateWrap #templateFlame #bodyClump .more p {
  padding: 0;
  margin: 20px 0;
}
#templateWrap #templateFlame #bodyClump .more p a {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
  background: #E70112;
  transition: .3s;
}
#templateWrap #templateFlame #bodyClump .more p a::before {
  position: absolute;
  top: 50%;
  right: 35px;
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: .1s;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#templateWrap #templateFlame #bodyClump .more p a::after {
  position: absolute;
  top: 50%;
  right: 35px;
  display: block;
  content: '';
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: .1s;
  margin-top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#templateWrap #templateFlame #bodyClump .more p a:hover {
  background: #000;
}
#templateWrap #templateFlame #bodyClump .more p a:hover::before {
  right: 30px;
}
#templateWrap #templateFlame #bodyClump .more p a:hover::after {
  right: 30px;
}
/*=================================================================
     itemType
=================================================================*/
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a {
  transition-duration: 0.3s;
  transition-property: all;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a:hover,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a:hover,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a:hover,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a:hover,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a:hover {
  opacity: 0.7;
}
#templateWrap #templateFlame #bodyClump .itemTypeA,
#templateWrap #templateFlame #bodyClump .itemTypeB,
#templateWrap #templateFlame #bodyClump .itemTypeC,
#templateWrap #templateFlame #bodyClump .itemTypeD,
#templateWrap #templateFlame #bodyClump .itemTypeE {
  margin: 0;
  padding: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul,
#templateWrap #templateFlame #bodyClump .itemTypeB ul,
#templateWrap #templateFlame #bodyClump .itemTypeC ul,
#templateWrap #templateFlame #bodyClump .itemTypeD ul,
#templateWrap #templateFlame #bodyClump .itemTypeE ul {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 890px;
  margin: 30px auto;
  padding: 0;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li {
  float: none;
  background: none;
  /*padding: 2%;*/
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li:nth-last-child(1),
#templateWrap #templateFlame #bodyClump .itemTypeA ul li:nth-last-child(2),
#templateWrap #templateFlame #bodyClump .itemTypeB ul li:nth-last-child(1),
#templateWrap #templateFlame #bodyClump .itemTypeB ul li:nth-last-child(2),
#templateWrap #templateFlame #bodyClump .itemTypeB ul li:nth-last-child(3),
#templateWrap #templateFlame #bodyClump .itemTypeC ul li:nth-last-child(1),
#templateWrap #templateFlame #bodyClump .itemTypeC ul li:nth-last-child(2),
#templateWrap #templateFlame #bodyClump .itemTypeC ul li:nth-last-child(3),
#templateWrap #templateFlame #bodyClump .itemTypeC ul li:nth-last-child(4),
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-last-child(1),
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-last-child(2),
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-last-child(3),
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-last-child(4),
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-last-child(5),
#templateWrap #templateFlame #bodyClump .itemTypeE ul li:nth-last-child(1),
#templateWrap #templateFlame #bodyClump .itemTypeE ul li:nth-last-child(2) {
  margin-bottom: 0;
}

#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image {
  float: none;
  width: auto;
  background: #fff;
  display: table;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a img,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a img {
  position: static;
  width: auto;
  padding: 4%;
  box-sizing: border-box;
  line-height: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note {
  width: auto;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note a,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note a {
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .genre,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .genre {
  display: block;
  margin-bottom: 10px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .price,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .price {
  margin-top: 10px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .discount,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .discount {
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .price span,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .price span {
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note .owner,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note .owner {
  font-size: 13px;
  margin: 10px 0;
  color: #777;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note p,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note p span,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note p span,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note p span,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note p span,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note p span {
  display: block;
  background: #E70112;
  font-size: 13px;
  padding: 7px 7px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
  text-align: left;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note p span span,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note p span span,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note p span span,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note p span span,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note p span span {
  background: #fff;
  padding: 3px 10px;
  margin: 0 0 7px;
  text-align: center;
  color: #E70112;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note p span.packtxt,
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note p span.packtxt,
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note p span.packtxt,
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note p span.packtxt,
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note p span.packtxt {
  /*background: -moz-linear-gradient(0deg, #ffced4, #ffdac7, #fff7ba, #dbffc3 , #c8e3ff, #e7c4ff, #fcc4ff);
  background: -webkit-linear-gradient(0deg, #ffced4, #ffdac7, #fff7ba, #dbffc3 , #c8e3ff, #e7c4ff, #fcc4ff);
  background: linear-gradient(90deg, #ffced4, #ffdac7, #fff7ba, #dbffc3 , #c8e3ff, #e7c4ff, #fcc4ff);
  font-weight: bold;*/
  background: #FFC3C9;
}
/* itemTypeA 
==============================*/
#templateWrap #templateFlame #bodyClump .itemTypeA ul li {
  margin: 0 4% 4% 0;
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li:nth-child(2n) {
  margin-right: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image {
  max-width: 180px;
  height: 180px;
  margin-right: 20px;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .image a img {
  max-width: 180px;
  /*max-height: 220px;*/

  padding: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeA ul li .note {
  width: auto;
}
/* itemTypeB 
==============================*/
#templateWrap #templateFlame #bodyClump .itemTypeB ul li {
  width: 30%;
  margin: 0 0 5% 5%;
}
#templateWrap #templateFlame #bodyClump .itemTypeB ul li:first-child {
  margin-left: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image {
  height: 218px;
  width: 100%;
}
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .image a img {
  max-width: 218px;
  max-height: 218px;
}
#templateWrap #templateFlame #bodyClump .itemTypeB ul li .note {
  float: none;
  width: auto;
  margin-top: 20px;
}
/* itemTypeC 
==============================*/
#templateWrap #templateFlame #bodyClump .itemTypeC ul li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeC ul li:nth-child(4n) {
  margin-right: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image {
  height: 180px;
  width: 100%;
}
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .image a img {
  max-width: 180px;
  max-height: 180px;
}
#templateWrap #templateFlame #bodyClump .itemTypeC ul li .note {
  margin-top: 20px;
}
/* itemTypeD 
==============================*/
#templateWrap #templateFlame #bodyClump .itemTypeD ul li {
  width: 18.4%;
  margin: 0 2% 2% 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeD ul li:nth-child(5n) {
  margin-right: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image {
  height: 180px;
  width: 100%;
}
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .image a img {
  max-width: 152px;
  /*max-width: 100%;*/
  max-height: 180px;
  padding: 10px 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeD ul li .note {
  margin-top: 20px;
}
/* itemTypeE 
==============================*/
#templateWrap #templateFlame #bodyClump .itemTypeE ul {
}
#templateWrap #templateFlame #bodyClump .itemTypeE ul li {
  margin: 30px 0 0 0;
  padding: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeE ul li:first-child {
  margin-top: 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image {
  float: left;
  width: 40%;
  height: 350px;
  margin: 0 3% 0 0;
}
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .image a img {
  max-width: 350px;
  max-height: 350px;
}
#templateWrap #templateFlame #bodyClump .itemTypeE ul li .note {
  margin: 0;
}

.icon {
    background: #FCC800;
    display: block;
    width: 80px;
    text-align: center;
    padding: 2px 0;
    margin: 10px 0;
    border-radius: 2px;
}

/*	area__item--sns
===================================== */
#template #templateWrap #templateFlame #bodyClump .box_inner {
    width: 950px;
    margin: 40px auto;
    background: #4e1079;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns {
    margin: 0 auto;
    width: 950px;
    text-align: center;
    padding: 48px;
    box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns h2::after {
    display: none;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div {
    border-radius: 8px;
    padding: 40px 0;
    margin: 40px 0 0;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div div {
    margin: 24px 0;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div.twitterbox {
    background: #ddf2ff;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div.instagrambox {
    background: #ffeafe;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div .appbtn {
    margin: 24px 0 0 0;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div .appbtn a {
    display: block;
    width: 694px;
    margin: 0 auto;
    transition-duration: 0.3s;
    transition-property: all;
}
#templateWrap #templateFlame #bodyClump .box_inner .area__item--sns > div .appbtn a:hover {
    opacity: 0.7;
}


#templateWrap #templateFlame #bodyClump .area__story {
    text-align: center;
    margin: 0;
}
#templateWrap #templateFlame #bodyClump .area__story p {
    padding-bottom: 20px;
}
#templateWrap #templateFlame #bodyClump .area__story p.txt {
    color: #0074ac;
    line-height: 1.8;
    padding: 30px 40px;
    text-align: left;
}
#template #templateWrap #templateFlame #bodyClump .moreBtn a {
    width: 350px;
    height: 56px;
    display: block;
    background: #2e8ba3;
    text-align: center;
    line-height: 56px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto;
    transition-duration: 0.3s;
    transition-property: all;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px; }
#template #templateWrap #templateFlame #bodyClump .moreBtn a::before {
    position: absolute;
    top: 29px;
    right: 22px;
    display: block;
    content: '';
    width: 13px;
    height: 4px;
    background-color: #a6e0f0;
    transition: .3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
#template #templateWrap #templateFlame #bodyClump .moreBtn a::after {
    position: absolute;
    top: 23px;
    right: 22px;
    display: block;
    content: '';
    width: 13px;
    height: 4px;
    background-color: #a6e0f0;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
#template #templateWrap #templateFlame #bodyClump .moreBtn a:hover {
    text-decoration: none;
    background: #47b6d3; }
#template #templateWrap #templateFlame #bodyClump .moreBtn a:hover::before {
    right: 17px; }
#template #templateWrap #templateFlame #bodyClump .moreBtn a:hover::after {
    right: 17px; }

#templateWrap #templateFlame #bodyClump .area__story .movie-box {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
    margin: 40px auto 20px !important;
}
#templateWrap #templateFlame #bodyClump .area__story .movie-box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/*=================================================================
     自動価格更新css
=================================================================*/
#bodyClump .js-api-data .js-api-title.title-link {
    color: #0f33cc;
}
#bodyClump .js-api-data .js-api-itemPrice,
#bodyClump .js-api-data .price-text,
#bodyClump .js-api-data .price-discountRate .js-api-discountRate {
  color: #bf0000;
  font-size: 16px;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-before {
    font-size: 13px;
    color: #666666;
    display: block;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 3px;
    text-decoration: line-through;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-after {
  font-size: 16px;
  font-weight: bold;
}
#bodyClump .js-api-data .price-text {
    font-size: 90%;
}
#bodyClump .js-api-data .js-api-listPrice {
    color: #666666;
}
#bodyClump .js-api-data .price-after {
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-top: 4px;
}
#bodyClump .js-api-data .price-discountRate {
    color: #be0000;
    display: block;
    font-size: 110%;
    font-weight: bold;
    margin-top: 1px;
}
