@charset "UTF-8";

/* ============================================
        TOP Sticky
============================================= */
#topSticky {
	position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
	padding-left: 47px;
    background-color: #DE0D85;
	border-top: #fff 1px solid;
	z-index: 10;
}
#topSticky .fa-times {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-size: 2.2rem;
	line-height: 1;
	color: #fff;
}
#topSticky p {
	display: -webkit-box; /*Android4.3*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	align-items: center;
	min-height: 45px;
}
#topSticky p a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.23;
	color: #fff;
	box-sizing: border-box;
	width: calc(100% - 47px);
	padding: 8px 45px 8px 0;
	background-image: url(/media/image/common/common_icon_arrow01_right_white.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 20px 20px;
}
#topSticky.center p a {
    text-align: center;
}

@media print, screen and (min-width: 768px) {
	#topSticky {
		padding-left: 0;
		text-align: center;
		display: -webkit-box; /*Android4.3*/
		display: -ms-flexbox; /*IE10*/
		display: -webkit-flex; /*PC-Safari,iOS8.4*/
		display: flex;
		-ms-flex-align: center; /*IE10*/
		-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-align-items: center; /* Safari6.1以降 */
		align-items: center;
		-ms-flex-pack: center; /*IE10*/
		-webkit-box-pack: center; /* Android4.3以下、Safari3.1〜6.0 */
		-webkit-justify-content: center; /* Safari6.1以降 */
		justify-content: center;
	}
	#topSticky #stickyClose {
		height: 50px;
	}
	#topSticky .fa-times {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		padding: 14px 0;
		font-size: 2.2rem;
		line-height: 1;
		cursor: pointer;
	}
	#topSticky p {
		display: block;
		min-height: auto;
	}
	#topSticky p a {
		font-size: 1.8rem;
		line-height: 1;
		box-sizing: border-box;
		width: 100%;
		padding: 16px 40px 16px 20px;
		background-image: url(/media/image/common/common_icon_arrow01_right_white.png);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 24px 24px;
	}
    _:-ms-lang(x)::-ms-backdrop, #topSticky p a { /*  IE11用のハック */
            padding: 19px 40px 13px 20px;
    }
}

#toTopForIndex {
    display: block;
    width: 45px;
    position: fixed;
    right: 10px;
    bottom: -135px;
    z-index: 1000;
}
@media print, screen and (min-width: 768px) {
    #toTopForIndex {
        width: 72px;
    }
}

/* ============================================
        TOPスライド メイン画像・ナビ画像セット
============================================= */
#topAdSlide {
    background-color: #f0f0f0;
    width: 100%;
    padding: 0 0 calc(3.5vw + 25px);
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
    #topAdSlide {
        background-color: #fff;
        padding: 0;
    }
}

/* ============================================
        TOPスライド メイン画像
============================================= */
.topAdSlideMain {
    width: 100vw;
    min-width: 100vw;
    margin-left: 0;
}
@media print, screen and (min-width: 768px) {
    .topAdSlideMain {
        width: 3072px;
        margin-left: calc(50% - 1536px);
    }
}

.topAdSlideMainInner {
    float: left;
    display: block;
    width: 100vw;
    height: calc(100vw / 750 * 860);    /* TOPの画像を変更する場合はサイズも変更する */
    background-size: 100vw auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
}
.topAdSlideMainInner.slick-active {
    opacity: 1;
}
.topAdSlideMainInner:focus {
    outline: 0;
}
/* ----- TOPスライド画像（SP版） ----- */

.topAdSlideMainInner.DORACP {
    background-image: url("/contents/image/top_slide_ad_DORACP_sp.jpg");
}
.topAdSlideMainInner.fom_1 {
    background-image: url("/contents/image/top_slide_ad_FOM_1_sp.jpg");
}
.topAdSlideMainInner.DORA_cake {
    background-image: url("/contents/image/top_slide_ad_DORA_cake_sp.jpg");
}
.topAdSlideMainInner.fom_2 {
    background-image: url("/contents/image/top_slide_ad_FOM_2_sp.jpg");
}

/* 31の日は定期的に掲載があるので残す */
.topAdSlideMainInner.day31 {
    background-image: url("/contents/image/top_slide_ad_31day_sp.jpg");
} /* 31の日 */

@media print, screen and (min-width: 768px) {
    .topAdSlideMainInner {
        /* TOPの画像を変更する場合はサイズも変更する */
        width: 1024px;
        height: 504px;
        height: calc(1024px / 1024 * 504);
        background-size: 1024px auto;
        opacity: 0.3;
    }
    .topAdSlideMainInner.slick-active {
        opacity: 1;
    }
    /* ----- TOPスライド画像（PC版） ----- */
    .topAdSlideMainInner.DORACP {
        background-image: url("/contents/image/top_slide_ad_DORACP_pc.jpg");
    }
    .topAdSlideMainInner.fom_1 {
        background-image: url("/contents/image/top_slide_ad_FOM_1_pc.jpg");
    }
    .topAdSlideMainInner.DORA_cake {
        background-image: url("/contents/image/top_slide_ad_DORA_cake_pc.jpg");
    }
    .topAdSlideMainInner.fom_2 {
        background-image: url("/contents/image/top_slide_ad_FOM_2_pc.jpg");
    }

    /* 31の日は定期的に掲載があるので残す */
    .topAdSlideMainInner.day31 {
        background-image: url("/contents/image/top_slide_ad_31day_pc.jpg");
    } /* 31の日 */
}

/* ============================================
        TOPスライド ナビ画像
============================================= */
.topAdSlideNav {
    width: 48vw; /* 4つver */
    /* width: 36vw; 3つver */
    margin: 0 auto;
    padding-top: 3.5vw;
}
.topAdSlideNavInner {
    float: left;
    width: 11vw;
    height: calc(11vw / 750 * 860);    /* TOPの画像を変更する場合はサイズも変更する */
    margin: 0 0.5vw;
    background-size: 11vw auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.topAdSlideNavInner.active {
    opacity: 1;
}
/* ----- TOPスライド画像（SP版） ----- */
.topAdSlideNavInner.DORACP {
    background-image: url("/contents/image/top_slide_ad_DORACP_sp.jpg");
}
.topAdSlideNavInner.fom_1 {
    background-image: url("/contents/image/top_slide_ad_FOM_1_sp.jpg");
}
.topAdSlideNavInner.DORA_cake{
    background-image: url("/contents/image/top_slide_ad_DORA_cake_sp.jpg");
}
.topAdSlideNavInner.fom_2 {
    background-image: url("/contents/image/top_slide_ad_FOM_2_sp.jpg");
}

/* 31の日は定期的に掲載があるので残す */
.topAdSlideNavInner.day31{
    background-image: url("/contents/image/top_slide_ad_31day_sp.jpg");
} /* 31の日 */

@media print, screen and (min-width: 768px) {
    .topAdSlideNav {
        margin-top: 20px;
        padding-top: 0;
    }
    .topAdSlideNavInner {
        width: 11vw;
        height: calc(11vw / 1024 * 504);    /* TOPの画像を変更する場合はサイズも変更する */
        background-size: 11vw auto;
		cursor: pointer;
    }
    /* ----- TOPスライド画像（PC版） ----- */
    .topAdSlideNavInner.DORACP {
        background-image: url("/contents/image/top_slide_ad_DORACP_pc.jpg");
    }
    .topAdSlideNavInner.fom_1 {
        background-image: url("/contents/image/top_slide_ad_FOM_1_pc.jpg");
    }
    .topAdSlideNavInner.DORA_cake {
        background-image: url("/contents/image/top_slide_ad_DORA_cake_pc.jpg");
    }
    .topAdSlideNavInner.fom_2 {
        background-image: url("/contents/image/top_slide_ad_FOM_2_pc.jpg");
    }

    /* 31の日は定期的に掲載があるので残す */
    .topAdSlideNavInner.day31 {
        background-image: url("/contents/image/top_slide_ad_31day_pc.jpg");
    } /* 31の日 */
}

/* ============================================
        TOPスライド下 グレー角丸
============================================= */
.roundBottom.topAdSlideBottom {
    margin-top: -25px;
}
@media print, screen and (min-width: 768px) {
    .roundBottom.topAdSlideBottom {
        display: none;
    }
}


/* ============================================
        TOPフレーバースライド タイトル
============================================= */
#flavorSlideTitle {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.flavorSlideTitleInner {
    display: none;
    opacity: 0;
}
.flavorSlideTitleInner.active {
    display: block;
    opacity: 1;
    animation: fade-in 0.5s ease 0s 1 normal none running;
}
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    75% {
        display: block;
        opacity: 0.5;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.flavorSlideTitleInner p.jp {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.0;
}
.flavorSlideTitleInner p.en {
    background: url(/media/image/common/common_line_wave_gray_sp.svg) center 40% repeat-x;
    background-size: 336px 5px;
    margin: 8px auto 0;
	width: 89.333%;
}
.flavorSlideTitleInner p.en span {
    background-color: #fff;
    color: #de0d85;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-left: 6px;
    padding-right: 6px;
}
@media print, screen and (min-width: 768px) {
    #flavorSlideTitle {
        margin-top: 70px;
    }
    .flavorSlideTitleInner p.jp  {
        font-size: 3.0rem;
    }
    .flavorSlideTitleInner p.en {
        background: url(/media/image/common/common_line_wave_gray_pc.svg) center 35% no-repeat;
        margin: 18px auto 0;
        width: 1024px;
    }
    .flavorSlideTitleInner p.en span {
        font-size: 2.4rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* ============================================
        TOPフレーバースライド
============================================= */
#flavorSlide {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#flavorSlideBox_sp.flavorSlideBox,
#flavorSlideBox_pc.flavorSlideBox {
    display: none;
}

#flavorSlideBox_sp.flavorSlideBox.slick-initialized {
    display: block; /*slick-initializedが付与されたら表示*/
    height: calc(63vw + 7rem + 35px);
}
#flavorSlideBox_pc.flavorSlideBox.slick-initialized {
    display: none;
}
@media print, screen and (min-width: 768px) {
    #flavorSlideBox_sp.flavorSlideBox.slick-initialized {
        display: none;
    }
    #flavorSlideBox_pc.flavorSlideBox.slick-initialized {
        display: block; /*slick-initializedが付与されたら表示*/
        height: 420px;
    }
}

/* ----- フレーバースライド次へ・前へ矢印 ----- */
#flavorSlide .flavorSlideArrows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 1024px;
    height: 100%;
}

.flavorPrev,
.flavorNext {
    position: relative;
    top: 30vw;
    z-index: 100;
    width: 12vw;
    height: 12vw;
    cursor: pointer;
}
.flavorPrev {
    float: left;
    margin-left: 15px;
    text-align: left;
}
.flavorNext {
    float: right;
    margin-right: 15px;
    text-align: right;
}
.flavorPrev img,
.flavorNext img {
    width: 3vw;
    height: auto;
    margin-top: 3vw;
}
@media print, screen and (min-width: 768px) {
    .flavorPrev,
    .flavorNext {
        top: 200px;
        width: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .flavorPrev img,
    .flavorNext img {
        width: 20px;
        height: auto;
        margin-top: 0;
    }
}

/* ----- フレーバースライド ----- */
.flavorSlideBox {
    width: 100vw;
    min-width: 100vw;
}
@media print, screen and (min-width: 768px) {
    .flavorSlideBox {
        min-width: 1024px;
		width: 1024px;
		margin: 0 auto;
    }
}

.flavorSlideBoxInner {
    display: block;
    width: 100vw;
    min-width: 100vw;
}
.flavorSlideBoxInner:focus {
    outline: 0;
}
.flavorSlideBoxInner:link,
.flavorSlideBoxInner:visited {
    color: #000;
}
@media print, screen and (min-width: 768px) {
    .flavorSlideBoxInner {
        display: -webkit-box !important; /*Android4.3*/
        display: -moz-box !important;    /*Firefox21*/
        display: -ms-flexbox !important; /*IE10*/
        display: -webkit-flex !important; /*PC-Safari,iOS8.4*/
        display: flex !important;
        -webkit-box-pack: center; /*Android4.3*/
        -moz-box-pack: center;    /*Firefox21*/
        -ms-flex-pack: center;    /*IE10*/
        -webkit-justify-content: center; /*PC-Safari,iOS8.4*/
        justify-content: center;
        min-width: 1024px;
		width: 1024px;
    }
}

img.flavorSlideBoxInnerTitleArrow {
    display: inline;
    margin-left: 10px;
    width: auto;
    height: 1.7rem;
}
@media print, screen and (min-width: 768px) {
    img.flavorSlideBoxInnerTitleArrow {
        width: auto;
        height: 2.2rem;
    }
}


/* フレーバー画像・タイトル・説明 SP版 */
.flavorSlideBoxInner .flavorPhotoSp {
    display: block;
    margin: 0 auto;
    width: 70vw;
}
.flavorSlideBoxInner .flavorPhotoSp:focus {
    outline: 0;
}
.flavorSlideBoxInner .flavorPhotoSp:link,
.flavorSlideBoxInner .flavorPhotoSp:visited {
    color: #000;
}

.flavorSlideBoxInner .flavorPhotoSp img {
    width: 100%;
    height: auto;
}

.flavorSlideBoxInnerTitleSp {
    display: block;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.0;
    margin: 22px 5% 12px;
    width: 90%;
	text-align: center;
}
.flavorSlideBoxInnerTitleSp:focus {
    outline: 0;
}
.flavorSlideBoxInnerTitleSp:link,
.flavorSlideBoxInnerTitleSp:visited {
    color: #000;
}

.flavorSlideBoxInnerDescriptionSp {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

/* フレーバー説明 SP版 文言が長過ぎる際に使用 */
.small_TitleSp {
    margin-bottom: 6px;
    font-size: 1.5rem;
}
.small_DescriptionSp {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* フレーバー画像・タイトル・説明 PC版 */
/* FOM専用 */
.flavorSlideBoxInner a.pcFom {
    margin-top: 50px; /* フレーバースライド自動生成後はここを要調整 */
}
.flavorSlideBoxInner a.pcFom:focus {
    outline: 0;
}
.flavorSlideBoxInner a.pcFom:link,
.flavorSlideBoxInner a.pcFom:visited {
    color: #000;
}
.flavorSlideBoxInner a.pcFom:hover {
    text-decoration: none;
}
.flavorSlideBoxInner a.pcFom .left-image {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    padding: 0 10px;
    box-sizing: border-box;
}
.flavorSlideBoxInner a.pcFom .left-image img.flavorPhotoPc {
    width: 380px;
    height: auto;
}
.flavorSlideBoxInner a.pcFom .right-text {
    display: inline-block;
    vertical-align: middle;
    width: 340px;
    text-align: left;
}
.flavorSlideBoxInner a.pcFom .right-text .pcFomTitle {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.0;
    margin-bottom: 12px;
}

.flavorSlideBoxInner a.pcFom .right-text .pcFomDescription {
    font-size: 1.6rem;
    line-height: 1.5;
}

/* FOM以外はすべて固定 */
.flovorSet {
    display: block;
    width: 310px;
    margin: 0 20px;
}
.flovorSet:focus {
    outline: 0;
}
.flovorSet:link,
.flovorSet:visited {
    color: #000;
}
.flovorSet:hover {
    text-decoration: none;
}
.flovorSet img.flavorPhotoPc {
    width: 280px;
    height: auto;
    margin: 0 auto;
}
.flovorSet .flavorSlideBoxInnerTitlePc {
    width: 100%;
    margin: 22px auto 12px;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.0;
}
.flovorSet .flavorSlideBoxInnerDescriptionPc {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
}

/* フレーバー説明 PC版 文言が長過ぎる際に使用 */
.flovorSet .small_TitlePc {
    margin-bottom: 8px;
}
.flovorSet .small_DescriptionPc {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
}

#flavorSlide .buttonBlack {
    margin: 28px auto 35px;
}
@media print, screen and (min-width: 768px) {
    #flavorSlide .buttonBlack {
		width: 420px;
        margin: 30px auto 50px;
    }
}


/* ============================================
        #topics以降のCSS
============================================ */

.roundTop {
    background: #fff;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 100%;
    height: 25px;
    margin-bottom: 45px;
}
.roundBottom {
    background: #fff;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    width: 100%;
    height: 25px;
    margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
    .roundTop {
        margin-bottom: 70px;
        line-height: 0px;
    }
    .roundBottom {
        margin-top: 70px;
        line-height: 0px;
    }
}

.pinkTitle {
    width: 100%;
    text-align: center;
}
.pinkTitle p.jp {
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.0;
}
.pinkTitle p.en {
    background: url(/media/image/common/common_line_wave_white_sp.svg) center 40% repeat-x;
    background-size: 336px 5px;
    margin: 8px auto 0;
	width: 89.333%;
}
@media print, screen and (max-width: 360px) {
    .pinkTitle p.en {
        width: 292px;
    }
}
.pinkTitle p.en span {
    background-color: #de0d85;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-left: 6px;
    padding-right: 6px;
}
@media print, screen and (min-width: 768px) {
    .pinkTitle p.jp {
        font-size: 3.0rem;
    }
    .pinkTitle p.en {
        background: url(/media/image/common/common_line_wave_white_pc.svg) center 35% no-repeat;
        margin: 18px auto 0;
        width: 1024px;
    }
    .pinkTitle p.en span {
        font-size: 2.4rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.whiteTitle {
    width: 100%;
    text-align: center;
}
.whiteTitle p.jp {
    color: #000;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.0;
}
.whiteTitle p.en {
    background: url(/media/image/common/common_line_wave_gray_sp.svg) center 40% repeat-x;
    background-size: 336px 5px;
    margin: 8px auto 0;
	width: 89.333%;
}
@media print, screen and (max-width: 360px) {
    .whiteTitle p.en {
        width: 292px;
    }
}
.whiteTitle p.en span {
    background-color: #fff;
    color: #de0d85;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1.0;
    letter-spacing: 0.1em;
    padding-left: 6px;
    padding-right: 6px;
}
@media print, screen and (min-width: 768px) {
    .whiteTitle p.jp {
        font-size: 3.0rem;
    }
    .whiteTitle p.en {
        background: url(/media/image/common/common_line_wave_gray_pc.svg) center 35% no-repeat;
        margin: 18px auto 0;
        width: 1024px;
    }
    .whiteTitle p.en span {
        font-size: 2.4rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* --------------- トピックス -------------- */
#topics {
    /*background-color: #de0d85;*/
    background:linear-gradient(180deg,#fff 0%,#fff 1%,#de0d85 1%,#de0d85 99%,#fff 99%,#fff 100%);
    width: 100%;
    padding: 0 0;
}
#topicsWrap {
    margin: 0 auto;
    padding: 0;
    width: 89.3vw;
}

.topicsCell {
    display: inline-block;
    border: solid 1px #c8c8c8;
    border-radius: 5px;
    width: 41.6vw;
    height: 43.5vw;
    position: relative;

}
.topicsCell:nth-child(-n+2) {
    margin: 30px 0 0 0;
}
.topicsCell:nth-child(n+3) {
    margin: 5.1vw 0 0 0;
}
.topicsCell:nth-child(even) {
    margin-left: 4.8vw;
}
.topicsCellNew {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 313;
}
.topicsCellNew img {
    margin: 11px 0 0 3px;
    width: 27px;
}
.topicsCellText {
    background-color: rgba(255,255,255,0.9);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 41.6vw;
    height: 7.5vw;
    position: absolute;
    top: 36.0vw;
    left: 0;
    z-index: 312;
}
.topicsCellText p {
    /*display: inline-block;
    color: #000;
    vertical-align: top;*/
    color: #000;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    /*margin: 7px 0 0 5px;*/
    width: 83%;
    height: 21px;
    position: absolute;
    top: 2.0vw;
    left: 1.8vw;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText p {
        font-size: 1.0rem;
        letter-spacing: -0.05em;
        left: 1.2vw;
    }
}
.topicsCellText img.iconWindow {
    vertical-align: 0;
    margin-left: 1px;
    width: 11px;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText img.iconWindow {
        margin-left: 0x;
    }
}
.topicsCellText img.iconArrowRight {
    /*display: inline-block;
    vertical-align: top;
    margin: 6px 5px 0 0;*/
    width: 17px;
    position: absolute;
    top: 1.7vw;
    right: 1.8vw;
}
@media print, screen and (max-width: 360px) {
    .topicsCellText img.iconArrowRight {
    width: 15px;
    right: 2px;
    }
}
.topicsCellImage {
    background-color: #fff;
    border-radius: 4px;
    width: 41.6vw;
    height: 43.5vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 310;
}
.topicsCellImage img {
    border-radius: 4px;
    width: 41.6vw;
    height: 43.5vw;
}
.topicsCellImage img:hover {
    opacity: 1.0;
}
.topicsCellBg {
    background-color: #fff;
    border-radius: 4px;
    width: 41.6vw;
    height: 43.5vw;
    position: relative;
    top: -43.5vw;
    left: 0;
    z-index: 315;
    opacity: 0;
}
.topicsCellBg:hover {
    opacity: 0.8;
}


#topics .buttonWhite {
    margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
    #topicsWrap {
        margin: 0 auto;
        width: 1024px;
        height: 294px;
    }
    .topicsCell {
        display: inline-block;
        border: solid 1px #c8c8c8;
        border-radius: 8px;
        width: 234px;
        height: 242px;
        position: relative;
    }
    .topicsCell:nth-child(-n+2) {
        margin: 0;
    }
    .topicsCell:nth-child(n+3) {
        margin: 0;
    }
    .topicsCell:nth-child(even) {
        margin-left: 0;
    }
    .topicsCell {
        margin: 50px 0 50px 26px !important;
    }
    .topicsCell:first-child {
        margin-left: 1px !important;
    }
    .topicsCellNew {
        border-top-left-radius: 7px;
        border-bottom-right-radius: 56px;
        width: 56px;
        height: 56px;
    }
    .topicsCellNew img {
        margin: 17px 0 0 6px;
        width: 35px;
    }
    .topicsCellText {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        height: 46px;
        width: 234px;
        top: 196px;
    }
    .topicsCellText p {
        font-size: 1.2rem;
        margin: 15px 0 0 10px;
        width: 196px;
        height: 31px;
        top: 0;
        left: 0;
    }
    .topicsCellText img.iconWindow {
        vertical-align: -2px;
        margin-left: 6px;
        width: 16px;
    }
    .topicsCellText img.iconArrowRight {
        margin: 14px 10px 0 0;
        width: 18px;
        top: 0;
        right: 0;
    }
    .topicsCellImage {
        border-radius: 7px;
        width: 234px;
        height: 242px;
        z-index: 311;
    }
    .topicsCellImage img {
        border-radius: 7px;
        width: 234px;
        height: 242px;
    }
    .topicsCellBg {
        background-color: #fff;
        border-radius: 7px;
        width: 234px;
        height: 242px;
        top: -242px;
    }
    #topics .buttonWhite {
		width: 420px;
        margin: 50px auto 0;
    }
}

#products {
    background-color: #fff;
    width: 100%;
    padding: 0 0;
}
#products .whiteTitle {
    margin: 35px auto 0;
}
#productsButtonWrap {
    margin: 30px auto 0;
}
#productsButtonWrap a {
	display: inline-block;
}
#productsButtonWrap .productsButton {
    display: inline-block;
    margin: 30px 5.5vw 0;
}
#productsButtonWrap .productsButton img {
    width: 89vw;
}
#products .buttonBlack {
    margin: 30px auto 35px;
}
@media print, screen and (min-width: 768px) {
    #products .whiteTitle {
        margin: 50px auto 0;
    }
    #productsButtonWrap {
        margin: 50px auto 0;
        width: 1024px;
    }
    #productsButtonWrap .productsButton {
        margin: 0;
    }
    #productsButtonWrap .productsButton.marginCenter {
        margin-left: 32px;
        margin-right: 32px;
    }
    #productsButtonWrap .productsButton img {
        width: 320px;
        height: auto;
    }
    #products .buttonBlack {
		width: 420px;
        margin: 50px auto 50px;
    }
}

#stores {
    /*background-color: #de0d85;*/
    background:linear-gradient(180deg,#fff 0%,#fff 1%,#de0d85 1%,#de0d85 99%,#fff 99%,#fff 100%);
    width: 100%;
    padding: 0 0;
}
#storesWrap {

}
.storesWrapBlock {
    display: inline-block;
}
img.storesWrapBlock {
    margin: 28px 5.5vw 0;
    width: 89vw;
}
div.storesWrapBlock {
    margin: 15px 5.5vw 0;
    width: 89vw;
}
div.storesWrapBlock p.storesWrapBlockText {
    color: #fff;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
    #storesWrap {
        margin: 28px auto 0;
        width: 1024px;
    }
    img.storesWrapBlock {
        margin: 0;
        width: 520px;
        height: auto;
    }
    div.storesWrapBlock {
        margin: 0 0 0 40px;
        width: 464px;
    }
    div.storesWrapBlock p.storesWrapBlockText {
        font-size: 1.6rem;
        height: 206px;
        margin-bottom: 0;
    }
    div.storesWrapBlock .buttonWhite {
        width: 464px;
    }
}

#about31 {
    background-color: #fff;
    width: 100%;
    padding: 0 0;
    margin: 100px 0 0;
}
#about31 .whiteTitle {
    margin: 35px auto 0;
}
#about31Wrap {
    margin-bottom: 35px;
}
.about31WrapBlock {
    display: inline-block;
}
img.about31WrapBlock {
    margin: 28px 5.5vw 0;
    width: 89vw;
}
div.about31WrapBlock {
    margin: 15px 5.5vw 0;
    width: 89vw;
}
div.about31WrapBlock p.about31WrapBlockText {
    color: #000;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
    #about31 .whiteTitle {
        margin: 50px auto 0;
    }
    #about31Wrap {
        margin: 28px auto 50px;
        width: 1024px;
    }
    img.about31WrapBlock {
        margin: 0;
        width: 520px;
        height: auto;
    }
    div.about31WrapBlock {
        margin: 0 0 0 40px;
        width: 464px;
    }
    div.about31WrapBlock p.about31WrapBlockText {
        font-size: 1.6rem;
        height: 218px;
        margin-bottom: 0;
    }
    div.about31WrapBlock .buttonBlack {
        width: 464px;
    }
}