<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*  ================================================================================
 *
 *  SCRAP 謎解き手帳2017
 *   
 *
================================================================================ */
html{
	font-size: 12px;
}
body {
	font-size: 12px;
	line-height: 2;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: 0.1em;
	vertical-align: baseline;
	color: #00153B;
	margin: 0;
}
#wrapper {
	overflow:hidden;
}
.contents{
	max-width: 1200px;
	margin: 0 auto;
}
p{padding:.5rem 2px;}
img {
	max-width:100%;
	vertical-align: top;
	margin:0;
	padding:0;
}
h1{
	max-width: 700px;
	padding: 0 10px;
	margin:0 auto;
}
h2{
    padding: 1rem 0 2.7rem;
	text-align:center;
	line-height: 1.2;
}
h3{
	margin-bottom: .5rem;
}
h4{
	padding: 1.5rem 10%;
	text-align: center;
}
a{
	color:#334769;
}
.tC{text-align:center;}
.clm_wrap{
	max-width: 830px;
	margin:0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.clm2{
	width: 50%;
}
.btn_back{
	max-width: 140px;
	width: 20%;
	margin: 14rem auto 0;
}
.btn_block{
	text-align: center;
	margin: 1rem 5%;
}
.baloon_block{
	max-width: 190px;
	width: 30%;
	position:fixed;
	bottom: 2%;
	left: 3%;
}
.txt_block{
	padding:3% 3% 5%;
	box-sizing: border-box;
}
.img_block{
	text-align: center;
	padding: 3%;
	box-sizing: border-box;
	
}
@media screen and (min-width:480px) {
	html{
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
}


/*--Utility
-------------------------------------------------------*/
.pcol {
    display: none;
}
@media only screen and (min-width:768px) {
    .spol {
        display: none;
    }
    .pcol {
        display: block;
    }
}


/*--Header / footer
-------------------------------------------------------*/
#header{
	position: relative;
	text-align: center;
	background:#FCD000;
}
.home #header {
    background:#FCD000;
}
.home_link_logo{
	max-width: 180px;
	width: 30%;
	padding: 10px;
	text-align: left;
}
/*ナビ*/
.menu-btn{
	max-width: 104px;
	width: 18%;
	position:fixed;
	top: 0;
	right: 10px;
	z-index:10;
	cursor: pointer;
}
.global_nav{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 4;
	background: #398cff;
	overflow-y: auto;
}
.global_nav ul{
	background:url(../images/nav_bg.png) no-repeat center/contain;
	padding: 5rem 0;
}
.global_nav li{
	padding: 1rem 20%;
	box-sizing: border-box;
}

.global_nav li a{
	width: 100%;
}
.global_nav li:first-child{
    padding: 1rem 10% 2rem;
}
.IMGmain_copy{
	max-width: 160px;
	width: 20%;
	margin: 0 auto;
}

.IMGmain_visual_wrap{
	margin: -20px -60% 0;
	position: relative;
	text-align: center;
}
.IMGmain_visual{
	position: relative;
	text-align: center;
}
/*---SCROLL--------------*/
.JSscroll{
	width: 100%;
	position: absolute;
}
.JSscroll01{
	top:-20%;
	top:-10rem;
	left: 0;
}
.JSscroll02{
	top:0;
	left: 0;
}
.JSscroll03{
	top:-20%;
	top:-3rem;
	left: 0;
}

.head_read{
	padding: 2rem 0 3rem;
	color: #231815;
	font-size: 1.3rem;
	font-weight: bold;
}
/*@media screen and (min-width:480px) {
	.global_nav{
		overflow-y: hidden;
	}
}
*/

#footer{
    padding: 3% 5% 0;
	border: none;
	text-align: center;
}
.footer__top {
	padding: 3% 5% 0;
}
.footer-links li {
	width:30%;
}

.copyright{
}

.foot_logo {
	max-width: 250px;
	width: 60%;
	margin: 30px auto;
}

.footer-links {
	max-width:500px;
	margin: 40px auto 0 auto;
	display:flex;
	justify-content:space-between;
	width: 90%;
	text-align: center;
}


/*----------------------------------------------------
	#top（トップページ）
----------------------------------------------------*/
.band_A{
	padding: 2.5rem 5%;
	border-bottom: 1px solid #907C86;
}
/*--予約受付開始
--------------------------------------*/
.band_sale{
	background: #00153B;
	padding: 20px;
	text-align: center;
}
.wrap_feature h3 img{
	width: 45px;
}
@media only screen and (min-width:768px) {
    .wrap_feature h3 img{
        width: auto;
    }
}

/*--ポップアップ
--------------------------------------*/

/*佐藤健*/

.IMGmbn_balloon01 {
 	position: absolute;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
 	color: #ffffff;
	font-size: 17px;
	background: #398cff;
	font-weight: bold;
bottom: 80%;
    left: 54%;
    z-index: 3;
	max-width: 170px;
	border-radius: 8px;
}
.IMGmbn_balloon01:before{
	content: "";
	position: absolute;
	top: 100%;
    left: 50%;
    margin-left: -56px;
    border: 8px solid transparent;
    border-top: 17px solid #398cff;
}

.IMGmbn_balloon01 p {
	margin: 0;
	padding: 0;
}
.IMGmbn_balloon_txt {
text-align:left;
}
.IMGmbn_balloon_name {
text-align: right;
}


/*サバンナ高橋*/

.IMGmbn_balloon02 {
 	position: absolute;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
 	color: #ffffff;
	font-size: 17px;
	background: #398cff;
	font-weight: bold;
    bottom: 25%;
    right: 55%;
    z-index: 3;
	max-width: 170px;
	border-radius: 8px;
}
.IMGmbn_balloon02:before{
	content: "";
	position: absolute;
	bottom: 100%;
    left: 50%;
    margin-left: 44px;
    border: 8px solid transparent;
    border-bottom: 17px solid #398cff;
}

.IMGmbn_balloon02 p {
	margin: 0;
	padding: 0;
}
.IMGmbn_balloon_txt {
text-align:left;
}
.IMGmbn_balloon_name {
text-align: right;
}
	@media only screen and (max-width:768px) {
	.IMGmbn_balloon01 {
	max-width: 140px;
	font-size: 14px;
	bottom: 70%;
		}
		.IMGmbn_balloon02 {
	max-width: 140px;
	font-size: 14px;
	bottom: 20%;
	left: 27%;
		}
}


/*--NEWS
--------------------------------------*/
.band_news{
	padding: 2.5rem 0 0;
	text-align: center;
	padding-bottom: 30px;
}
.news_date{
	font-weight: bold;
}
.bn_box {
    color: #fff; 
	font-weight: bold; 
	text-align: center;
}
.bn_flex {
	margin: 0 auto;
	box-sizing: border-box;
max-width: 750px;
	text-align: center;
	/*  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;*/
}
.bn_flex li {
	margin: 0 10px;
	display: inline-block;
}
	@media only screen and (max-width:768px) {
	
.bn_flex li {
	width: 42%;

}
}
/*--Topics
--------------------------------------*/
.band_topics {
    background-color: #398cff;
	padding: 40px 30px;
}
	@media only screen and (max-width:768px) {
	
.band_topics {
	padding: 40px 0;
}
}

/*--ABOUT
--------------------------------------*/
.band_about{
	padding: 2.5rem 0 0;
	background: #FCD000;
	text-align: center;
}
.IMGnotebook_about{
/*	margin: 0 -25%;*/
    padding-bottom: 45px;
}


/*--謎解き手帳の"謎"
”--------------------------------------*/
.band_feature{
	padding: 2.5rem 0 0;
	background: #FCE471;
}
.wrap_feature{
	margin:0 -5%
}
.wrap_feature .txt_block{
	padding-left:8%;
	box-sizing: border-box;
}
.wrap_feature .txt_blockL{
	padding-left:3%;
	padding-right:8%;
	box-sizing: border-box;
}
@media screen and (min-width:840px) {
	.wrap_feature .txt_block{
		padding:3% 5%;
		box-sizing: border-box;
	}
}

/*--謎解き手帳 嬉しい要素
”--------------------------------------*/





/*--SPEC
”--------------------------------------*/

.speck_list{
    max-width: 580px;
	margin: 0 auto;
	padding:3% 3%;
}
.speck_list th{
	width:6.5rem;
	font-weight: bold;
}
.spec_tabList {
    margin-bottom: 23px;
}

/*--STOCKIST
”--------------------------------------*/
.shoplist_other{
	max-width: 600px;
	margin:30px auto;
}
.shoplist_wrap{
	max-width: 500px;
	margin: 20px 8%;
}
.shoplist_wrap li{
	padding: 8px 20px;
	border-top: 1px solid #334769;
	border-bottom: 1px solid #334769;
	font-weight: bold;
}
.caution{
	max-width: 520px;
	margin: 0 auto;
	padding: 2rem;
    color: #78818f;
}
.shoplist_anotherList{
	max-width: 500px;
	margin: 20px 8%;
}
.shoplist_anotherList&gt;li{
	padding: 8px 20px;
	border-top: 1px solid #b0bcd0;
}
.shoplist_anotherList&gt;li:last-child{
	border-bottom: 1px solid #b0bcd0;
}
.JSac_h{
	position: relative;
	cursor: pointer;
	letter-spacing: 0.5rem;
	font-weight: bold;
}
.JSac_list li{
	padding: 8px 0;
}
.arrow{
	vertical-align: middle;
	text-decoration: none;
}
.arrow::after{
	content: "";
	position: absolute;
	top: 5px;
	margin: auto;
	vertical-align: middle;
	right: 1rem;
	width: 8px;
	height: 8px;
	border-top: 2px solid #334769;
	border-right: 2px solid #334769;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 300ms 0s ease;
}
.arrow.close:after{
	top:8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width:480px) {
	.shoplist_wrap,.shoplist_anotherList{
		margin: 20px auto;
	}
}

/*--SHARE
”--------------------------------------*/

/*SNS*/
/* Twitter */
.tw_wrap{
    display: none;
	max-width: 700px;
	margin: 0 auto;
	border:1px solid rgba(15, 70, 100, 0.12);
	border-radius: 5px;
}


/*** Utility ***/

.answerLink {
    text-align: center;
    display: block;
    position: relative;
    padding: 30px;
}
.answerLink &gt; img {
    max-width: 100px;
}
.answerLink:after {
/*
    font-family: 'FontAwesome';
    content: "\f054";
*/
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    margin-top: -12px;
    width: 15px;
    height: 24px;
/*    font-size: 250%;*/
    background: url("../2019/answer/images/arrow-bl.png") top left no-repeat;
    background-size: 15px 24px;
}
.answerLink:hover {
    opacity: .6;
    transition: .2s;
}
.answerLink--crt {
    pointer-events: none;
}
.answerLink--crt:after {
    background: none !important;
    content: none !important;
}
.answerLink--rv:after {
    background-image: url("../2019/answer/images/arrow-wht.png");
}
.band_monthly--cs .answerLink--csMonth:after {
    background: url("../2019/answer/images/bdg-111.png") right center no-repeat;
    background-size: 79px 31px;
    width: 79px;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.answerLink--csYear {
}
.answerLink--csYear:after {
    background: url("../2019/answer/images/bdg-1225.png") right center no-repeat;
    background-size: 79px 31px;
    width: 79px;
    height: 31px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.band_monthly--cs .answerLink--csMonth,
.band_yearly--cs .answerLink--csYear {
    pointer-events: none;
}
@media only screen and (min-width:768px) {
    .answerLink {
        padding: 60px 30px;
    }
    .answerLink &gt; img {
        max-width: 150px;
    }
    .answerLink:after {
    /*
        font-family: 'FontAwesome';
        content: "\f054";
    */
        position: absolute;
        content: "";
        top: 50%;
        right: 10px;
        margin-top: -24px;
        width: 30px;
        height: 48px;
    /*    font-size: 250%;*/
        background: url("../2019/answer/images/arrow-bl.png") top left no-repeat;
        background-size: 30px 48px;
    }
    
    .band_monthly--cs .answerLink--csMonth:after {
        background: url("../2019/answer/images/bdg-111@2x.png") right center no-repeat;
        background-size: 158px 63px;
        width: 158px;
        height: 63px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .band_yearly--cs .answerLink--csYear:after {
        background: url("../2019/answer/images/bdg-1225@2x.png") right center no-repeat;
        background-size: 158px 63px;
        width: 158px;
        height: 63px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}


.band_monthly {
    background-color: rgba(255, 157, 0, 1);
}
.band_monthly--cs {
    background-color: rgba(255, 157, 0, .35);
}

.band_yearly {
    background-color: rgba(255,79,2,1);
}
.band_yearly--cs {
    background-color: rgba(255,79,2,.35);
}

.calendar {
    margin-bottom: 30px;
}

.calendar__row {
    cursor: pointer;
    border-radius: 30px;
    padding: 6px 13px;
}
.calendar__row:hover {
    background: #fceda1;
    transition: .25s;
}

.control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.control__crtNazo {
    max-width: 110px;
    padding: 0 40px;
}
.control__crtNazo &gt; img {
    width: 110px;
    height: 107px;
}
.control__btn {
    max-width: 25px;
    cursor: pointer;
    padding: 5px;
}

.calendarWrap {

}

.calendar__days__inner {
    max-width: 340px;
    margin: 0 auto;
    padding: 9px 15px;
}
.calendar__contents {
    border-top: 1px solid #907c86;
    border-bottom: 1px solid #907c86;
    max-width: 340px;
    margin: 0 auto;
    max-height: 210px;
    overflow-y: scroll;
}

.calendar__days {
    max-width: 340px;
    margin: 0 auto;
}

.answer__inputWrap--week {
    font-size: 150%;
    font-weight: bold;
    overflow: hidden;
    width: 90%;
    max-width: 580px;
    margin: 0 auto 20px;
    border: 1px solid #334769;
    border-radius: 10px;
}
.answer__inputWrap--week &gt; input {
    font-size: 124%;
    width: 100%;
    height: 100%;
    padding: 18px 15px;
}

/* ボタン */
.btn {
    font-size: 180%;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80%;
    max-width: 450px;
    padding: 15px 20px;
    position: relative;
    border: none;
    margin: 0 auto;
}
.btn:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 15px;
    height: 24px;
    background: url("../2019/answer/images/arrow-wht.png") top left no-repeat;
    background-size: 15px 24px;
}
.btn:hover {
    opacity: .7;
    transition: .2s;
    cursor: pointer;
}
.btn--submit {
    background-color: #ff4f02;
}
.btn--nv {
    background-color: #00153b;
    margin: 0 auto 35px;
}

.contents--ans {
    margin-bottom: 50px;
}

.band--crt {
    background-color: #fff;
}
.band_weekly--crt {
    margin-bottom: 60px;
}
.vis {
    text-align: center;
}
/* 解答結果ページ */
.vis--result {
    text-align: center;
    background: url('../2019/answer/images/result_bg.png') center bottom / cover no-repeat;
    padding-bottom: 45px;
}
.vis--result &gt; img {
    width: 40%;
    max-width: 400px;
}

@media only screen and (min-width:360px) {
    .calendar__contents {
        max-height: 230px;
    }
}
@media only screen and (min-width:768px) {
    .band--crt {
/*        margin-bottom: 80px;*/
    }
    .band_weekly--crt {
        margin-bottom: 80px;
    }
    .control {
        margin-bottom: 50px;
    }
    .control__crtNazo {
        max-width: 129px;
    }
    .control__crtNazo &gt; img {
        width: 129px;
        height: 126px;
    }
    .control__btn {
        max-width: 29px;
    }
    .calendar {
        margin-bottom: 55px;
    }
    .calendar__row {
        border-radius: 50px;
        padding: 7px 20px;
    }
    .calendar__days {
        max-width: 700px;
    }
    .calendar__days__inner {
        max-width: 700px;
/*        margin-right: 15px;*/
        padding: 9px 20px;
    }
    .calendar__contents {
        max-width: 700px;
        max-height: 380px;
/*        padding: 0 10px;*/
    }
    .answer__inputWrap--week {
        margin-bottom: 35px;
    }
    .answer__inputWrap--week &gt; input {
        padding: 25px 15px;
    }
    .btn--submit {
        font-size: 200%;
        max-width: 450px;
        padding: 20px 20px;
    }
    .btn--submit:after {
        right: 18px;
        margin-top: -16px;
        width: 20px;
        height: 32px;
        background: url(../2019/answer/images/arrow-wht.png) top left no-repeat;
        background-size: 20px 32px;
    }
    
    /* 解答結果ページ */
    .vis--result {
        padding-bottom: 90px;
    }
}
@media only screen and (min-width:1024px) {
    .control__btn:hover {
        opacity: 0.5;
        transition: .2s;
    }
    .calendar__days__inner {
        max-width: 730px;
        margin-right: 15px;
        padding: 9px 25px;
    }
    .calendar__row {
/*        border-radius: 30px;*/
        padding: 7px 25px;
    }
    .calendar__days {
        max-width: 730px;
    }
    .calendar__contents {
        max-width: 730px;
        max-height: 480px;
    }
}
.calendar__row--begin {
    padding-top: 1px;
}
.calendar__row--begin2 {
/*    padding-right: 2px;*/
}
.unable {
    opacity: 0;
    pointer-events: none;
}





/* 正解ページ */
.h--correctShr {
    padding: 2rem 0 2.5rem;
}
.h--correctShr &gt; img {
    width: 70%;
}
.footer-links--b {
    margin-top: 0;
    margin-bottom: 45px;
}
@media only screen and (min-width:768px) {
    .h--correctShr {
        padding: .5rem 0 2rem;
    }
    .h--correctShr &gt; img {
        width: auto;
    }
    .footer-links--b {
        margin-bottom: 65px;
    }
}


.answerLink--monthly {
    background-color: rgba(255, 157, 0, 1);
}
.answerLink--yearly {
    background-color: rgba(255, 79, 2, 1);
}



/*** 月謎 ***/
.month__answerArea {
}

.monthList__item {
    position: relative;
    border-bottom: 1px solid #907c86;
    padding: 33px 0 40px;
}
.monthList__item:last-child {
    border-bottom: none;
}

.contents__inner {
    max-width: 730px;
    margin: 0 auto;
}

.monthList__item__h {
    padding: 0 15px;
    cursor: pointer;
}
.monthList__item__h:hover {
    opacity: 0.5;
    transition: 0.2s;
}
.monthList__item__h &gt; img {
    max-width: 300px;
}

.hintList {
	max-width: 500px;
	margin: 40px 8% 20px;
}
@media screen and (min-width:480px) {
	.hintList {
		margin: 60px auto 40px;
	}
}
@media only screen and (min-width:768px) {
    .monthList__item {
        padding: 50px 0;
    }
    .monthList__item__h &gt; img {
        max-width: none;
    }
    .hintList__item__h .arrow::after {
        top: 10px;
        width: 12px;
        height: 12px;
    }
}
.hintList__item {
    font-size: 115%;
    border: 1px solid #00153b;
    padding: 15px;
    margin-bottom: 15px;
}

.hintList__item__h {
    font-size: 110%;
    text-align: center;
	letter-spacing: 0.25rem;
}

.monthList__item__img {
    margin: 30px 0 45px;
    padding: 0 10px;
}

.monthList__item__inner {
    display: none;
}

.monthList__item--cs {
    pointer-events: none;
}
.monthList__item--cs:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    margin-top: -12px;
    width: 56px;
    height: 15px;
    background-size: 56px 15px;
    background-position: right center;
    background-repeat: no-repeat;
}
.monthList__item--cs .monthList__item__hCont {
    opacity: .2;
}
.monthList__item--01:after {
    background-image: url(../2019/answer/images/monthly/bdg-0101.png);
}
.monthList__item--02:after {
    background-image: url(../2019/answer/images/monthly/bdg-0201.png);
}
.monthList__item--03:after {
    background-image: url(../2019/answer/images/monthly/bdg-0301.png);
}
.monthList__item--04:after {
    background-image: url(../2019/answer/images/monthly/bdg-0401.png);
}
.monthList__item--05:after {
    background-image: url(../2019/answer/images/monthly/bdg-0501.png);
}
.monthList__item--06:after {
    background-image: url(../2019/answer/images/monthly/bdg-0601.png);
}
.monthList__item--07:after {
    background-image: url(../2019/answer/images/monthly/bdg-0701.png);
}
.monthList__item--08:after {
    background-image: url(../2019/answer/images/monthly/bdg-0801.png);
}
.monthList__item--09:after {
    background-image: url(../2019/answer/images/monthly/bdg-0901.png);
}
.monthList__item--10:after {
    background-image: url(../2019/answer/images/monthly/bdg-1001.png);
}
.monthList__item--11:after {
    background-image: url(../2019/answer/images/monthly/bdg-1101.png);
}
.monthList__item--12:after {
    background-image: url(../2019/answer/images/monthly/bdg-1201.png);
}
.yealy__nazoImg {
    text-align: center;
    background-color: rgba(255, 79, 2, 1);
    margin-bottom: 45px;
    padding: 60px 35px;
}
@media only screen and (min-width:768px) {
    .monthList__item--cs:after {
        width: 112px;
        height: 30px;
        background-size: 112px 30px;
    }
    .yealy__nazoImg {
        text-align: center;
        background-color: rgba(255, 79, 2, 1);
        margin-bottom: 75px;
        padding: 60px 35px 100px;
    }
}


.header--monthly {
    background-color: #ff9d00 !important;
}
.header--yearly {
    background-color: #ff4f02 !important;
}

.spec_tabList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
}

.spec_tab {
    border: 1px solid #000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 5px -1px;
}

.spec_tab h4 {
    text-align: center;
    padding: 10px 20px
}
.spec_tab img {
    max-width: 100px;
}
.spec_tab.is-active {
    border-bottom-color: #fff;
}
@media only screen and (min-width:768px) {
    .spec_tab {
        margin: 0 15px -1px;
    }
    .spec_tab h4 {
        padding: 25px 20px 15px;
        cursor: pointer;
    }
    .spec_tab img {
        max-width: none;
    }
}
.baloon_block{
	left: -15px;
}
.baloon_block a {
    display: inline-block;
}
.baloon_block_top {
    padding-bottom: 3px;
    padding-left: 20px;
}
.baloon_block_mid {
    padding-bottom: 6px;
}
@media only screen and (min-width:768px) {
    .baloon_block_top {
        padding-bottom: 10px;
    }
    .baloon_block_mid {
        padding-bottom: 12px;
    }
}

.footer__link {
    padding: 40px 0;
    border-top: 1px solid #907c86;
    border-bottom: 1px solid #907c86;
    margin-bottom: 35px;
}
.footer__link a:hover {
    opacity: .6;
    transition: .2s;
}

.spec_techoImgs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.spec_techoImgs__item {
    cursor: pointer;
    margin: 20px;
}
.spec_techoImgs__premium {
    position: relative;
}
.spec_techoImgs_balloon {
    position: absolute;
    right: -42px;
    top: -85px;
}
.spec_techoImgs__item:hover {
    opacity: .75;
    transition: .2s;
}
@media only screen and (min-width:375px) {
    .spec_techoImgs {
        padding: 0 30px;
    }
}
@media only screen and (min-width:400px) {
    .spec_techoImgs_balloon {
        right: -61px;
        top: -103px;
    }
}
@media only screen and (min-width:768px) {
    .spec_techoImgs__item {
        margin: 28px;
    }
    .spec_techoImgs_balloon {
        right: -57px;
        top: -130px;
    }
}
@media only screen and (min-width: 1024px) {
    .spec_techoImgs__item {
        margin: 32px;
    }
}</pre></body></html>