@charset "UTF-8";
@import "swiper.min.css";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("http://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

@import url('http://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('http://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://use.fontawesome.com/releases/v5.0.6/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.0.6/css/all.css');

.tokusetsu .sp {
    display: none !important;
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.sns-wrap {
    margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
    margin-top: -2px !important;
}

.tokusetsu {
    position: relative;
    width: 720px;
    color: #3a1111;
    font-size: 62.5% !important;
    line-height: 1 !important;
    font-family: YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    text-align: center;
    background: #d73f5e url(../images/bg.jpg) left top repeat;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 !important;
    padding: 0 !important;
}

.tokusetsu a {
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokusetsu div,
.tokusetsu p,
.tokusetsu h3 {
    margin: 0;
    padding: 0;
}

.tokusetsu a img {
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokusetsu a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
.tokusetsu .header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
}

.tokusetsu h3 img {
    display: block;
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
 メニューボタン
-----------------------------------------------*/
.tokusetsu .menu ul {
    position: relative;
    list-style-type: none !important;
    margin: 20px auto 0!important;
    padding: 0 !important;
}

.tokusetsu .menu ul li {
    display: inline-block;
    width: 235px;
}

.tokusetsu .menu ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    width: 224px;
    height: auto;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 15px 8px !important;
    margin: 0 auto !important;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #170303;
}

.tokusetsu .menu ul li a img {
    width: 100%;
    height: auto;
}

.tokusetsu .menu ul li a {
    position: relative;
    z-index: 3;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 36px !important;
    letter-spacing: 1.5px !important;
    font-weight: 600;
}

.tokusetsu .menu ul li a:hover {
    color: #fff !important;
    background-color: #2d0a0a;
    background-image: linear-gradient(45deg, #170303 25%, transparent 25%, transparent 75%, #170303 75%, #170303), linear-gradient(-45deg, #170303 25%, transparent 25%, transparent 75%, #170303 75%, #170303);
    background-size: 20px 20px;
}

.tokusetsu .menu ul li a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    color: #fff !important;
    background-color: #c69f63;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform .3s;
    background-color: #2d0a0a;
    background-image: linear-gradient(45deg, #170303 25%, transparent 25%, transparent 75%, #170303 75%, #170303), linear-gradient(-45deg, #170303 25%, transparent 25%, transparent 75%, #170303 75%, #170303);
    background-size: 20px 20px;
}

.tokusetsu .menu ul li a:hover::before {
    transform-origin: left top;
    transform: skewX(0deg) scale(1, 1);
}

/*-----------------------------------------------
 ベース
-----------------------------------------------*/
#item01,
#item02,
#item03,
#item04,
#item05,
#item06 {
    margin-top: -65px !important;
    padding-top: 65px !important;
}

.tokusetsu .main {
    position: relative;
    width: calc(100% - 50px);
    margin: 50px auto 10px!important;
    padding: 0 auto!improtant;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
    background-color: #fff8dd;
    box-shadow: 0 0 0 3px #e5b74f, 0 0 0 5px #fff8dd;
}

.tokusetsu .main:nth-child(3) {
    margin: 30px auto 10px!important;
}

.tokusetsu .main:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 44px;
    height: 43px;
    box-sizing: border-box;
    content: "";
    background: url(../images/corner01.png) left top no-repeat;
}

.tokusetsu .main:after {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 44px;
    height: 43px;
    box-sizing: border-box;
    content: "";
    background: url(../images/corner01.png) left top no-repeat;
    transform: rotate(90deg);
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokusetsu .item-block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto!important;
    padding: 20px 0 !important;
}

.tokusetsu .item-block:before {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 44px;
    height: 43px;
    box-sizing: border-box;
    content: "";
    background: url(../images/corner01.png) left top no-repeat;
    transform: rotate(-90deg);
}

.tokusetsu .item-block:after {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 44px;
    height: 43px;
    box-sizing: border-box;
    content: "";
    background: url(../images/corner01.png) left top no-repeat;
    transform: rotate(180deg);
}

.tokusetsu .item {
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 650px;
    margin: 10px 5px !important;
    padding: 15px 15px 15px !important;
    text-align: center !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #f1d692;
    -moz-box-shadow: 0 0 5px 0 #f1d692;
    box-shadow: 0 0 5px 0 #f1d692;
}

.tokusetsu .item .txtArea {
    position: relative;
    display: inline-block;
    width: calc(100% - 308px);
    height: 294px;
    margin: 0 0 0 10px !important;
    vertical-align: top;
    text-align: left !important;
}

.tokusetsu .item .txtArea p {
    color: #505050;
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 400;
}

.tokusetsu .item .bottom {
    display: block;
    margin: 10px 0 0 !important;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokusetsu .item-block .tag {
    display: inline-block;
    position: relative;
    height: 30px;
    color: #fff;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 700;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 50px !important;
    background-color: #be1322;
    box-sizing: border-box;
}

.tokusetsu .item-block .tag:before,
.tokusetsu .item-block .tag:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.tokusetsu .item-block .tag:before {
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #fff8dd;
    border-style: solid;
}

.tokusetsu .item-block .tag:after {
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #fff8dd transparent transparent;
    border-style: solid;
}

.tokusetsu .main h4 {
    position: relative;
    width: 100%;
    color: #be1322;
    font-size: 2.2em;
    font-size: 22px !important;
    line-height: 24px!Important;
    font-weight: 700;
    box-sizing: border-box;
    margin: 5px auto 10px !important;
    padding: 0 !important;
}

.tokusetsu .main .lead {
    position: relative;
    width: 100%;
    font-size: 1.8em;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 900;
    box-sizing: border-box;
    margin: 0 auto 10px !important;
    padding: 0 !important;
}

/*-----------------------------------------------
 特典画像
-----------------------------------------------*/
.tokusetsu .swiper-container {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 335px;
	margin: 0 auto 10px !important;
	padding: 0!important;
	box-sizing: border-box;
	text-align: center !important;
}

.tokusetsu .column2 .swiper-container {
	position: relative;
	display: inline-block;
	margin: 0 auto 10px !important;
	padding: 0px !important;
	box-sizing: border-box;
	text-align: center !important;
}

.tokusetsu .swiper-slide {
	width: 306px;
	height: 306px;
	text-align: center !important;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-preorders: center;
	align-preorders: center;
}

.tokusetsu .swiper-slide img {
	width: 306px;
	height: 306px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	border: 1px solid #b8894b;
}

/*-----------------------------------------------
 商品画像 入れ替え
-----------------------------------------------*/
.tokusetsu .item.column1 .image-area {
    position: relative;
    display: inline-block;
    width: 294px;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
}

.tokusetsu .item.column1 .image-area .mainImage {
    overflow: hidden;
    width: 294px;
    height: 294px;
    padding: 0 !important;
    border: 1px solid #b8894b;
}

.tokusetsu .item.column1 .image-area img,
.tokusetsu .item.column1 .image-area .mainImage img {
    width: 294px;
    height: 294px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .item.column1 .thumbnails ul {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
    text-align: left !important;
    margin: 3px auto 0!important;
    padding: 0 !important;
}

.tokusetsu .item.column1 .thumbnails ul li {
    display: inline-block;
    width: 32.3px;
    height: 32.3px;
    margin: 0 0.5px 2px 0 !important;
    padding: 0 !important;
    background: none;
    list-style-type: none;
    overflow: hidden;
    border: 1px solid #b8894b;
}

.tokusetsu .item.column1 .thumbnails ul li:nth-child(8) {
    margin: 0 0 2px 0 !important;
}

.tokusetsu .item.column1 .thumbnails {
    text-align: left !important;
}

.tokusetsu .item.column1 .thumbnails img {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.tokusetsu .item.column1 .thumbnails img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    cursor: pointer;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 1.5em;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    word-break: keep-all;
}

.tokusetsu .item .ttl a {
    color: #231815;
}

.tokusetsu .item .ttl a:hover {
    color: #e66446 !important;
}

.tokusetsu .item.tokuten .ttl {
    position: relative;
    overflow: hidden;
    width: auto;
    color: #231815;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.2 !important;
    letter-spacing: 0.5 !important;
    word-break: keep-all;
    margin: 0 5px 10px !important;
    padding: 0 !important;
}

.tokusetsu .item.tokuten .ttl span {
    color: #e66446;
    font-size: 2.2em;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 600;
}

/*-----------------------------------------------
 商品 テキスト
-----------------------------------------------*/
.tokusetsu .item .txtArea p.info {
    color: #d24954!important;
    margin: 0 0 10px!important;
}

/*-----------------------------------------------
 商品 仕様
-----------------------------------------------*/
.tokusetsu .item ul.detail {
    color: #fff;
    text-align: left;
    list-style-type: none !important;
    margin: 10px 0 5px!important;
    padding: 5px !important;
    background-color: #9d84d5;
}

.tokusetsu .item ul.detail li {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 13px;
    font-weight: 400!important;
    letter-spacing: 1.0px !important;
    margin: 0 0 2px !important;
    padding: 0 3px !important;
}

/*-----------------------------------------------
 商品 購入限定数
-----------------------------------------------*/
.tokusetsu .item p.limited {
    width: 140px;
    color: #a59a6b !important;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    background-color: #fff;
    text-align: center !important;
    margin: 0 0 10px!important;
    padding: 3px 0 4px !important;
    border: 1px solid #a59a6b;
}

/*-----------------------------------------------
 商品 セレクトボックス
-----------------------------------------------*/
.tokusetsu .item .select-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 190px;
    height: 42px;
    margin: 5px 10px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #231815;
    background-color: #fff;
    color: #231815;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 40px !important;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.tokusetsu .item .select-box:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: -1\0;
    z-index: -1\9;
    font-family: FontAwesome;
    pointer-events: none;
    content: "\f078";
}

/* IE10,11用 */
@media all and (-ms-high-contrast: none) {
    .tokusetsu .item .select-box:after {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 8px;
        z-index: -1\0;
        z-index: -1\9;
        font-family: FontAwesome;
        pointer-events: none;
        content: "\f078";
    }
}

.tokusetsu .item .select-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: none transparent;
    color: #231815;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 42px !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.tokusetsu .item select {
    outline: none !important;
    cursor: pointer;
}

.tokusetsu .item select::-ms-expand {
    display: none;
}

.tokusetsu .item select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

/*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
.tokusetsu .item dl {
    color: #505050;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.tokusetsu .item.column1 dl {
    margin: 5px 0 0 10px !important;
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
    display: inline-block;
    font-weight: 900;
}

.tokusetsu .item dl dt {
    margin: 0 2px 0 0 !important;
    font-size: 1.4em;
    font-size: 14px !important;
}

.tokusetsu .item dl dd {
    font-size: 2.4em;
    font-size: 24px !important;
    letter-spacing: -0.5px;
}

.tokusetsu .item dl dd:after {
    display: inline-block;
    margin: 0 0 0 2px !important;
    font-size: 1.1em;
    font-size: 11px !important;
    font-weight: normal;
    content: "（税込）";
}

/*-----------------------------------------------
 商品 カートボタン
-----------------------------------------------*/
.tokusetsu .item .cart {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    width: 190px;
    height: 42px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin: 5px auto 0 !important;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #c1313d;
}

.tokusetsu .item a.cart span {
    position: relative;
    z-index: 3;
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 40px !important;
    letter-spacing: 1.5px !important;
    font-weight: 600;
}

.tokusetsu .item a.cart:hover {
    color: #fff !important;
    background-color: #706663;
}

.tokusetsu .item .cart::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    color: #fff !important;
    background-color: #c69f63;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
    background-color: #706663 !important;
}

.tokusetsu .item .cart:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

/*-----------------------------------------------
 フッター側 注意書き
-----------------------------------------------*/
.tokusetsu ul.notes {
    width: 100%;
    margin: 0 auto 20px !important;
    padding: 0!important;
    text-align: center !important;
    list-style-type: none!important;
}

.tokusetsu ul.notes li {
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

/*-----------------------------------------------
 くじ　バナーエリア
-----------------------------------------------*/
.tokusetsu .lottery {
    width: 100%;
    margin: 40px auto 20px !important;
    text-align: center !important;
}

.tokusetsu .lottery img {
    width: 680px;
    height: 356px;
    margin: 0 auto 3px!important;
}

.tokusetsu .lottery p {
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.4 !important;
}

.tokusetsu .lottery p + p + p {
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokusetsu .footer {
    width: 100%;
    height: 40px;
    color: #fff;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    text-align: center;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background-color: #231815;
}

.tokusetsu .footer p {
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 40px !important;
}

.tokusetsu .footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

.tokusetsu .backtop a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

.tokusetsu .backtop a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #231815;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.tokusetsu .backtop a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #231815;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.tokusetsu .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.tokusetsu .overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.tokusetsu .overlay_box {
    width: 100%;
}

.tokusetsu .overlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 600px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
