@charset "UTF-8";

/*-----------------------------------------------
 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/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");

@import url('https://fonts.googleapis.com/css?family=Signika&display=swap');
@import url('http://fonts.googleapis.com/css?family=Signika&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.6.0/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.6.0/css/all.css');


/*-----------------------------------------------
 base
-----------------------------------------------*/
.sns-wrap {
    margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
    margin-top: -2px !important;
}

.tokusetsu {
    position: relative;
    overflow: hidden;
    width: 740px;
    margin: 0;
    padding: 0;
    color: #303030;
    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;
    font-size: 62.5% !important;
    line-height: 1 !important;
    text-align: center;
    background: #f8fdff url(../images/bg.jpg) repeat left top;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.tokusetsu .sp {
    display: none !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;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
.tokusetsu .header {
    position: relative;
    width: 740px;
    height: auto;
}

.tokusetsu .header h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.tokusetsu .header h3 img {
	width: 100%;
}

/*-----------------------------------------------
 main
-----------------------------------------------*/
.main {
	background: linear-gradient(to top right, #fbc2eb, #a6c1ee);
}

/*-----------------------------------------------
 受注期間
-----------------------------------------------*/
.tokusetsu .data {
    position: relative;
    width: 85%;
    color: #2d2f43;
    text-align: center;
    margin: 0 auto !important;
    padding: 10px 0 13px !important;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.tokusetsu .data:before {
	position: absolute;
    top: 20%;
    left: 3%;
    width: 41px;
    height: 44px;
    content: "";
    background: url(../images/data_deco01.png) repeat left top;
    background-size: contain;
}

.tokusetsu .data:after {
	position: absolute;
    top: 25%;
    right: 6%;
    width: 37px;
    height: 40px;
    content: "";
    background: url(../images/data_deco02.png) repeat left top;
    background-size: contain;
}

.tokusetsu .data .number {
    font-size: 2.4em;
    font-size: 24px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tokusetsu .data .number span {
    font-size: 1.8em;
    font-size: 18px !important;
}

.tokusetsu .data .number small {
    font-size: 1.6em;
    font-size: 16px !important;
    text-align: center !important;
    margin: 0 5px 0 3px !important;
}

.tokusetsu .shipping {
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px !important;
    margin: 5px 0 0!important;
}

/*-----------------------------------------------
 商品枠
-----------------------------------------------*/
.tokusetsu .item {
    position: relative;
    width: 660px;
    margin: -30px auto 10px !important;
    padding: 40px 20px 20px !important;
    background-color: #f8f4e6;
    text-align: center;
    overflow: hidden;
	border: 3px solid #f7e294;
	border-radius: 18px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 1;
}

/*-----------------------------------------------
 商品名・紹介テキスト
-----------------------------------------------*/
.tokusetsu h4 {
	background: -webkit-repeating-linear-gradient(-45deg,#ff69a5 0,#ff69a5 10px,#ff7fb2 10px,#ff7fb2 20px);
    background: -o-repeating-linear-gradient(-45deg,#ff69a5 0,#ff69a5 10px,#ff7fb2 10px,#ff7fb2 20px);
    background: repeating-linear-gradient(-45deg,#ff69a5 0,#ff69a5 10px,#ff7fb2 10px,#ff7fb2 20px);
	width: 400px;
    color: #fff;
    font-size: 2.4em;
    font-size: 24px !important;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    font-family: 'Signika', 'Kosugi Maru', 'M PLUS 1p', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin: 0 auto !important;
    padding: 10px 0 !important;
	border-radius: 50px;
	position: relative;
	z-index: 2;
}

.tokusetsu .item .txt {
    color: #ff69a5;
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 600;
    text-align: left !important;
    font-family: 'Signika', 'Kosugi Maru', 'M PLUS 1p', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin: 5px auto 0 !important;
}

.tokusetsu .item .shipping {
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px !important;
    text-align: left !important;
	margin: 5px 0 20px !important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/

.tokusetsu .item .image-area {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 10px auto 0!important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
}

.tokusetsu .item .image-area .mainImage {
	position: relative;
    display: inline-block;
    overflow: hidden;
    width: 382px;
    height: 382px;
	border: 1px solid #808080;
	background-color: #fff;
    padding: 0px !important;
	box-sizing: border-box;
	vertical-align: top;
}

.tokusetsu .item .image-area .mainImage img {
    width: 382px;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .item .thumbnails {
	display: inline-block;
	width: 185px;
	margin-left: 20px;
	vertical-align: top;
}

.tokusetsu .item .thumbnails ul {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: left !important;
    padding: 0!important;
	font-size:0;
}

.tokusetsu .item .thumbnails ul li {
    display: inline-block;
    width: 90px;
    height: 90px;
	border: 1px solid #808080;
	background-color: #fff;
    list-style-type: none;
    overflow: hidden;
	box-sizing: border-box;
}

.tokusetsu .item .thumbnails ul li:nth-child(even) {
	margin: 0 0 0 5px;
}

.tokusetsu .item .thumbnails ul li + li {
	margin: 5px 0 0;
}

.tokusetsu .item .thumbnails img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.tokusetsu .item .thumbnails img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    cursor: pointer;
}

/*-----------------------------------------------
 商品詳細
-----------------------------------------------*/
.tokusetsu .item .detail {
	position: relative;
    display: inline-block;
	width: 396px;
    text-align: left;
    vertical-align: top;
}

.tokusetsu .item .detail ul {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin: 0!important;
    padding: 0!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 .detail ul li {
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 0.5px!important;
    line-height: 1.4 !important;
    list-style-type: none;
}

.tokusetsu .item .detail ul li span:after {
    display: inline-block;
    margin: 0 5px;
    font-family: FontAwesome;
    font-weight: 100;
    content: "\f0da";
}

/*-----------------------------------------------
 bottom
-----------------------------------------------*/
.tokusetsu .item .bottom {
    position: relative;
    display: inline-block;
    width: 215px;
    margin: 0 !important;
    margin-top: auto !important;
}

/*-----------------------------------------------
 商品 セレクトボックス
-----------------------------------------------*/
.tokusetsu .item .select-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 190px;
    height: 44px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #43adf7;
    background-color: #fff;
    color: #43adf7;
    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: none !important;
    }
}

.tokusetsu .item .select-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: none transparent;
    color: #43adf7;
    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;
    background-color: #fff;
}
.tokusetsu .item option {
    background-color: #fff;
}

/*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
.tokusetsu .item .cart {
    display: inline-block;
    width: 190px;
    height: 45px;
    color: #fff !important;
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 42px!important;
    text-align: center;
    background-color: #43adf7;
    margin: 5px 0 0 !important;
    padding: 0!important;
}

.tokusetsu .item .cart:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 関連グッズはこちらボタン
-----------------------------------------------*/
.tokusetsu .more a {
	display: inline-block;
    position: relative;
	width: 600px;
	color: #fff;
	text-decoration: none;
	margin: 20px 0 35px;
    padding: 15px 0;
    background-color: #b2c0d1;
    border-radius: 4px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #95a5b8;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

.tokusetsu .more a:hover {
	cursor: pointer;
	top: 6px;
    box-shadow: none;
    color: #fff;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokusetsu .bnr {
    width: 100%;
    text-align: center;
    margin: 30px 0 0!important;
    padding: 0!important;
}

.tokusetsu .bnr img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

.tokusetsu .footer {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 0 !important;
    padding: 0!important;
    background-color: #1e1e67;
}

.tokusetsu .footer p {
    color: #fff !important;
    font-size: 1.1em;
    font-size: 11px!important;
    line-height: 40px!important;
    letter-spacing: 0.5px!important;
}

.tokusetsu .footer p:before {
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

.tokusetsu .backtop a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.tokusetsu .backtop img {
    width: 100%;
    height: auto;
}

.tokusetsu .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル 画像
-----------------------------------------------*/
.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%;
    width: auto;
    height: auto;
    max-width: 900px;
    max-height: 96%;
    -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%);
}
