@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*サイト名の文字*/
#header .site-name-text {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
/*サイト名横のロゴ*/
.site-name-text::before {
    background-image: url(https://tikubi-honpo.com/wp-content/uploads/2021/08/logo.png);
    margin-right: 10px;
    display: inline-block;
    content: '';
    background-size: contain;
    vertical-align: text-bottom;
    width: 32px;
    height: 32px;
}

a {
    text-decoration: none;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

header.article-header.entry-header {
    background-color: #f6f8fc;
    padding: 10px 20px 6px 20px;
    margin-bottom: 40px;
}

.article h1 {
	background-color: #f6f8fc;
    padding: 15px 15px 0 15px;
}

h1#archive-title {
    padding: 15px;
}

.article h2, .main-widget-label {
	background-color: white;
    color: #dda0dd;
    padding: 0 0.3em 0.5em 0.4em;
    font-size: 1.67em;
    font-weight: bold;
	line-height: 1.25;
    margin: 2em 0 1.5em 0;
	border-left: 4px solid;
    border-bottom: solid 6px;

}

.widget h2, .sidebar h3 {
    background-color: #dda0dd;
    color: white;
    padding: 0.8em 1.3em;
	font-size: 1.25em;
	border-radius: 0.2em;
    margin: 3.5em 0 1em 0;
}

.tag-page-content.entry-content p,
.textwidget.custom-html-widget p {
    margin: 1em;
}

.article h3 {
	margin-top: 2em;
	border:none;
	background-color: #dda0dd;
    color: #fff;
}

.article h4 {
	margin-top: 4em;
    border-left: none;
    border-right: none;
    color: #000000;
    background: #f4f3f4;
}

.article ul, .article ol {
    padding-left: 13px;
}

.article ul li, .article ol li {
    margin: 1em;
}

.announce  {
    padding: 5px 20px;
    font-size: 0.8rem;
}

#main div#product-list {
    margin-top: 50px;
}

video {
    margin: 20px 0;
}

.video-box {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100px;
  height: 100px;
  background: rgba(0,0,0,0.55);
  border-radius: 50%;
  cursor: pointer;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 18px 0 18px 30px;
  border-color: transparent transparent transparent white;
}

/* スマホでは中央ボタン非表示（hover なし環境） */
@media (hover: none) and (pointer: coarse) {
  .play-btn {
    display: none !important;
  }
}


/*セールリボン*/
.sale-post::after,
.vr-post::before,
.fnew-post::before
{
    font-size: 0.85rem;
    font-weight: 700;
    padding: 9px 12px;
	margin: 8.1px;
    position: absolute;
	top:-5px;
	left:-5px;
    z-index: 1;
	border-radius: 50%;
}

.fnew-post::before {
    content: "FANZAまとめ";
    background-color: #ff0000;
    color: white;
	font-size: 0.55rem;
	left:-15px;
	transform: rotate(-20deg);
	border-radius: 0;
    border-bottom-right-radius: 36%;
    border-top-left-radius: 29%;
    border: solid 0.6px #00000082;
}

.sale-post::after, .blogcard-sale::before {
	content: "SALE!!";
    background-color: #ED1C24;
    color: #ffffff;
}

.mgs-post::before{
	content: "MGS";
    background-color: #ffffffbd;
    border: solid 2px #ff007e;
    color: #ff007e;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 8px;
	margin: 8.1px;
    position: absolute;
	bottom:-5px;
	right:-5px;
    z-index: 1;
}

.vr-post::before{
	content: "VR";
    background-color: #ffffff;
    color: #00c7e3e0;
}

.recommend-post::before {
    content: "推し\A女優";
	position: absolute;
	bottom: 175px;
    right: 5px;
	padding: 12px;
    background-color: #d794d49c;
    white-space: pre;
    color: white;
    text-align: center;
    line-height: 1.1;
    border-radius: 20%;
    border: solid 2px #d794d4c7;
	font-size: 1.15rem;
    font-weight: 700;
	margin: 8.1px;
    z-index: 1;
}

.blogcard-sale::before {
	position: absolute;
	top: 6px;
    left: -45px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 50px;
    transform: rotate(-45deg);
    z-index: 2;
}

.sale-post-single-header {
color: #ffffff;
font-size: 1.8rem;
font-weight: 700;
padding: 5px 10px;
margin-bottom: 2rem;
text-align: center;
background-color: #d89696;
position: sticky;
top: 0px;
z-index: 1;
}

/*ブロック間の仕切り線*/
hr.section {
	width: 100%;
    border: solid 1px;
    height: 10px;
    color: #eeeeee;
    background-color: #eeeeee;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*サイト名の文字 サイト下部*/
.footer-bottom-logo .site-name-text {
    font-size: 32px;
}

.thumbhalf {
    display: block;
    /* padding: 6px; */
    justify-content: space-evenly;
    /* width: 100%; */
}

/*記事上タグ*/
.entry-categories-tags>div {
    margin-top: 1.5em;
}

/*目次のデザイン*/
.toc {
    border: solid 3px #dda0dd;
    background: #e658e624;
	font-size: 0.8em;
}

.nwa .toc {
  font-size: 0.8em;
  padding: 1em 1.6em;
}

.toc-center {
    margin: 4em auto;
}

/*目次のh3の数字をとる*/
.article .toc-list > li li {
  list-style: none;
}

/*目次のh3をポイント表記*/
.toc-list > li li ::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    left: -17px;
    border-radius: 100%;
    background: #333333;
    position: relative;
    margin-bottom: 2px;
    margin-right: -10px;
}

/*目次のh2を強調*/
.toc-list > li a {
    font-weight: 700;
    font-size: 115%;
}

/*目次のh3を調整*/
.toc-list > li li a {
    font-weight: normal;
    font-size: 95%;
    margin-left: -5px;
}

/*シェア・フォローボタンの非表示*/
.sns-share,.sns-follow {
    display: none;
}

.header-in {
    background-color: #ecc3ec;
}

.fanzacenter {
    text-align: center;
}

.img-padding5 img {
    margin: 0;
	padding:5px;
}

.img-padding5 > p:empty {
    display: none;
    margin: 0;
    padding: 0;
}

.img-grid  {
	display:grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 10px;
}

.img-grid-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 3px;
}

a: hover img {
	filter: brightness(85%);
    transition: filter 0.2s ease;
}

 /* タグクラウド */
.tagcloud a {
    border: 1.8px solid #555;
    font-size: 15px;
   /* font-weight: 600;*/
    margin: 6.5px;
}

div#keyword-list {
    margin: 35px 15px;
	position: relative;
}

 /* 記事上タグ */
.tag-link, .keyword-btn {
    color: #333;
	font-size: 24px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
	border: none;
    word-break: break-all;
    margin-bottom: 10px;
}

/* もっと見るボタン */
.list-more-button {
    display: inline-block;
    padding: 0.3em 2em;
    text-decoration: none;
    color: #333;
    border: solid 2px #ccc;
    transition: .4s;
    margin: 1em 0 1em;
    font-size: 20px;
    border-radius: 40px;
}

/* カテゴリ整理 */
.cat-item, .two-block, .three-block, .three-block-actress, .cat-item-top {
    display: flex;
    flex-wrap: wrap;
	margin-top: 20px;
}

.cat-item {
    margin-bottom: 15px;
}

.three-block img {
	width: 100%;
	box-shadow:0px 4px 6px -1px rgb(0 0 0 / .1);
	transition: 0.3s;
}

.actress-item a {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.three-block-actress img {
	width: 100px;
    height: 100px;
    object-fit: cover;
	border-radius: 50%;
    display: block;
}

span.actress-name {
    font-size: 1.1rem;
    text-align: center;
    white-space: nowrap;
}

.three-block img:hover,
.two-block img:hover,
.dropper-box img:hover,
.wiredlink img:hover,
.img-grid-mini img:hover,
.video-item img:hover {
	filter: brightness(85%);
    transition: filter 0.2s ease;
}

.three-block img:active {
    -webkit-transform: translate(1px,3px);
    -moz-transform: translate(1px,3px);
    transform: translate(1px,3px);
}

.three-block p {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    color: #333;
    background-color: #eb74e359;
    border-radius: 4px;
    padding: 5px 5px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.cat-item>section, .cat-item-top>section {
    display: flex;
    flex-basis: calc(100%/2);
    max-width: calc(100%/2);
    padding: 0;
    margin: 0 0 5px 0;
    flex-direction: column;
}

.cat-item ul {
     list-style: none!important;
     padding-left: 2px;
     padding-top: 6px;
}

.cat-item a {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 3px 8px;
    border-radius: 16px;
    color: #666;
    font-size: 19px!important;
    font-weight: 700;
    text-decoration: none;
    border: solid 2px #c8cacc;
}

.cat-item-top a{
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 5px 8px;
    border-radius: 5px;
    color: #666;
    font-size: 0.8em !important;
    font-weight: 700;
    text-decoration: none;
    border: solid 0.1px #c8cacc;
}

.cat-item-top h2 {
    font-size: 1.3em;
	background-color: white;
	padding: 0;
    margin: 1em 0 0.5em 0;
}

.cat-item-top h2 a {
    border: solid 5px #d896d8;
    color: black;
}

.cat-item-top>section {
    padding: 5px; /*変更点*/
}

.cat-item a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}

.cat-item p {
    color: #484848;
    word-break: break-all;
    font-size: 12px;
    text-decoration: none;
    width: 85%;
}

 /*  固定ページの2by2  */
.two-block>section {
    display: flex;
    flex-basis: calc(100%/2);
    max-width: calc(100%/2);
    padding: 10px;
    margin: 0 0 20px 0;
    flex-direction: column;
}

.two-block-item {
    display: flex;
    flex-basis: calc(100%/2);
    max-width: calc(100%/2);
    padding: 5px;
    flex-direction: column;
}

 /*  固定ページの4by4  */
.three-block-item, .actress-item {
    display: flex;
    flex-basis: calc(100%/4);
    max-width: calc(100%/4);
    padding: 7px;
    margin: 0 0 20px 0;
    flex-direction: column;
}

 /*  軽い導入文や但し書き  */
.sub_comment {
    color: #585858de;
    background-color: #eeeeee;
    border-color: #eeeeee;
    padding: 15px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 20px;
}

 /* 囲い（背景白と枠線黒紫） fanzacenterに使うと便利  */
.w-white-b {
    background: white;
    border: 0.15em solid;
    border-color: #1d0e31;
    margin: 20px 0;

}

.cta_headline {
    margin-bottom: 0;
    padding: 8px 0;
    font-size: larger;
    font-weight: 700;
    text-align: center;
    background-color: #fcfc91;
}

.fanzanew {
	display: flex;
	justify-content: center;
    padding: 12px 5%;
	gap: 20px; /* 子要素間のスペース */
}

.fanzanew a img {
  width: 300px; /* 画像の幅を固定 */
  height: auto; /* アスペクト比を保持 */
  display: block; /* ブロック要素化で整列を安定 */
}

.fanzanew a:active {
    box-shadow: none;
    position: relative;
    top: 6px;
    left: 1px;
}

.fanzanew a:hover img {
    opacity: 0.9;
}

.hover-jacket {
  position: relative;
  overflow: hidden; /* 画像からはみ出るのを防ぐ */
}

.hover-text {
/* 初期状態（全デバイス共通） */
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* 表示制御：displayではなくopacityを使う */
  opacity: 0;
  visibility: hidden; /* display:noneの代わりにこれを使うとアニメーションが効く */
  transition: opacity 0.7s ease, visibility 0.7s;
  pointer-events: none;
}

/* PC（768px以上）のみテキスト表示を有効化 */
@media screen and (min-width: 768px) {
 .hover-jacket:hover .hover-text {
	opacity: 1;
    visibility: visible;
  }
}

/* 作品パッケージ*/
.wiredlink {
    text-align : center;
    padding: 2.3rem 1.2em 1.6rem 1.2rem;
	margin-bottom: 20px;
	border: solid 2px #f6f8fc;
}

.wiredlink img {
    box-shadow: -5.7px 7px 10px #86868694;
	max-width: 95%;
}

.wiredlink .blogcard img {
    box-shadow: none;
}

.wiredlink span{
	text-align: center !important;
}

.three-block-item>.wiredlink,
.img-grid-item>.wiredlink {
    padding: 3px 1px;
    border-radius: 4px;
    margin: 7px;
}

.cta_border {
	margin-top: 15px;
	background: #fbfbfb; /* 背景色 */
}

/* 情報の補足ブロック */
.add_info {
	padding: 20px 30px 15px 30px;
	margin: 30px 0;
	font-size: 0.8em;
}

.add_info_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 5px 5px;
    font-size: 20px;
}

/*  動画の余白 */
.videobox {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 動画を見る画像のFANZAリンク */

.watchlink_fanza,.watchlink_mgs,.watchlink_nanairo {
    text-align: center;
}

/* 共通のスタイル */
.watchlink_fanza::before,
.watchlink_nanairo::before,
.watchlink_mgs::before {
    font-size: 17px;
    display: block;
    color: #cccfd7;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px; /* 全てに共通する場合はここで指定 */
}

/* 個別のcontent指定 */
.watchlink_fanza::before {
    content: ' Watch in FANZA ';
}

.watchlink_nanairo::before {
    content: ' Watch in nanairo ';
}

.watchlink_mgs::before {
    content: ' Watch in MGS ';
}

/* 動画を見る画像のDUGAリンク */

.watchlink_duga {
    text-align: center;
    padding-bottom: 1.5em;
}

.watchlink_duga::before {
    content: ' Watch in DUGA ';
    font-size: 17px;
    display: block;
    color: #cccfd7;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}

/* comment_card */
.comment_card {
    margin: 1em 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    list-style-type: decimal;
    border: solid 2.1px #f7af6433;
    background: #f7af6469;
    line-height: 2.3em;
    font-weight: 700;
    font-size: 1em;
}

.tabfordmm {
	display: none;
}

button.greenbtn {
    width: 95%;
    height: auto;
    padding: 8px 5px;
    margin: 5px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    border-style: none;
	border-radius: 30px;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
    text-shadow: 1px 1px 2px #000;
    background: -moz-linear-gradient(bottom, #69cfe5, #248 40%, #36d);
    background: -webkit-gradient(linear,left bottom,left top,from(#36d),color-stop(0.5,#3f74ed),to(#36d));
    cursor: pointer;
	transition: 0.3s ease-out;
}

/* .greenbtn::before {
    content: "\f144"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    margin-right: 10px;
} */

button.b-green {
  background: -webkit-gradient(linear, left bottom, left top, from(#16de6f), color-stop(0.5, #49dd5c), to(#16de6f));
}

button.b-purple {
background: -webkit-gradient(linear,left bottom,left top,from(#dda0dd),color-stop(.5,#d276d2),to(#dda0dd));
}

button.b-orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#ecbe3a), color-stop(0.5, #fac530), to(#ecbe3a));
}

button.b-mono {
    background: white;
	color: black;
    border: solid 0.5px black;
    text-shadow: none;
    font-weight: 500;
}

button:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 30%);
    background-color: #fff;
    color: #e53900;
    /* 透明度を5%に指定 */
    opacity: 0.95;
}

.btn_lead {
    display: block;
    position: relative;
	text-align: center;
    padding: 0 25px;
	margin-top: 20px;
    color: #cccfd7;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
}

.mgs_btn::before {
    content: ' 初回購入 50%ポイントバック ';
    font-size: 17px;
    display: inline-block;
    color: #24c85e;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
}

.sub_info {
    margin-top: -5px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: .05em;
    color: #585858de;
}

/* カラーチェンジ */
/* 共通の色変数を定義 */
:root {
    --yellow: #f1df8e;
    --pink: #ff80ad;
    --blue: #50AAD8;
    --white: #F7F9FC;
    --green: #45bcd2;
    --purple: #dda0dd;
    --red: #ea6d65;
    --orange: #ffa24c;
    --black: #100101;
}

/* 色ごとの背景を定義 */
.w-yellow { background: var(--yellow); }
.w-pink { background: var(--pink); }
.w-blue { background: var(--blue); }
.w-white { background: var(--white); }
.w-green { background: var(--green); }
.w-purple { background: var(--purple); }
.w-red { background: var(--red); }
.w-orange { background: var(--orange); }
.w-black { background: var(--black); }

/*テーブルの使い分け*/
.reviewlist table {
    width: 100%;
}

.reviewlist tr, .reviewlist td {
    width: 100%;
    display: block;
    font-size: 0.9rem;
}

.content_info {
    margin: 3em 0.8em;
	font-size: 0.9rem;
}

.content_info table {
    width: 100%;
}

.content_info table th {
    background: #f1d9f1;
}

.content_info table td, table th {
    padding-left: 10px;
    padding-right: 10px;
}

/* ランキングのテキスト　*/
.ranking-items p {
    font-size: 14px;
    margin-top: 0;
}

/* 特に知らせたいコメント　*/
span.news-comment {
    background: red;
    border-top: solid 5px red;
    border-bottom: solid 5px #0b08083b;
    padding: 14px;
    font-size: larger;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.04em;
    color: white;
}

/* cocoonカード*/
.blogcard {
  border-radius: 2px;
  border: 1px solid rgb(211,211,211);
  color: rgb(51,51,51);
}

/* float親要素 */
.blogcard-content {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

/* 画像 */
.blogcard-thumbnail {
    width: 200px;
}

/* タイトル */
.blogcard-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

.blogcard-title a {
  color: rgb(61,63,68);
  word-break: break-all;
}

.blogcard-title a:hover {
  text-decoration: underline;
}

/* 引用 */
.blogcard blockquote {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent; /* ブログテンプレートに背景に関する強制力の強い指定がある場合には transparent の直後に !important を付けてください */
}

.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  height: calc(12px * 1.2 * 2 + 10px);
  display: none;
}

 /* fc2ブログカードここまで */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
 .watchlink_fanza img, .watchlink_nanairo img, .watchlink_mgs img, .watchlink_duga img {
    width: 50%;
}
	
 .dmm-pack img {
    width: 90%;
    height: auto;
    /* padding: 0.5rem 1rem 1rem 1rem;  */
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	.sub_info {
    margin-top: -6px;
    font-size: 12px;
    line-height: 1.65;
    letter-spacing: .05em;
    color: #585858de;
}
}

@media (hover: none) {
  button:hover {
    transform: none;
    box-shadow: none;
    background-color: inherit;
    color: inherit;
    opacity: 1;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
/* 作品パッケージ*/
.wiredlink {
    text-align : center;
    padding: 1.2rem 0.9em;
}
	
.tag-link, .keyword-btn {
    color: #333;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    font-size: 1rem;
    word-break: break-all;
    margin-bottom: 10px;
	-webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
	pointer-events: auto;
	z-index: 10;
}
	

.blogcard-thumbnail {
    width: 45%;
}
	
.fanzanew {
    padding: 10px;
}
	
button.greenbtn {
    font-size: 1.5rem;
}
	
button.b-green {
  background: -webkit-gradient(linear, left bottom, left top, from(#16de6f), color-stop(0.5, #37ab46), to(#16de6f));
}
	
button.b-orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#ecbe3a), color-stop(0.5, #fac530), to(#ecbe3a));
}
	
button.b-mono {
    background: white;
	color: black;
    border: solid 0.5px black;
    text-shadow: none;
    font-weight: 500;
}
	
.thumbhalf {
    display: block;
}
	
.three-block-item {
    display: flex;
    flex-basis: calc(100%/3);
    max-width: calc(100%/3);
	padding: 1px;
    margin: 10px 0;
    flex-direction: column;
}
	
.actress-item {
    display: flex;
    flex-basis: calc(100%/3);
    max-width: calc(100%/3);
	padding: 3px;
    margin: 0 0 20px 0;
    flex-direction: column;
}
	
.img-grid  {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
	
.watchlink_fanza img {
    width: 100%;
    padding: 10px 30px;
}
	
 .watchlink_nanairo img {
    width: 100%;
    padding: 10px 30px;
}
	
 .watchlink_mgs img {
    width: 100%;
    padding: 10px 30px;
}
	
 .watchlink_duga img {
    width: 100%;
    padding: 10px 30px;
}

 .dmm-pack img {
    width: 100%;
    height: auto;
    /* padding: 5px 5px; */
  }
	
}
