@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "UTF-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
@charset "utf-8";
  .red { color:#D90000; }
.red_b { color:#D90000; font-weight:bold; }
.font_b { font-weight:bold; }
.font_10 { font-size:72%; }
.font_11 { font-size:79%; }
.font_12 { font-size:86%; }
.font_13 { font-size:93%; }
.font_14 { font-size:100%; }
.font_15 { font-size:108%; }
.font_16 { font-size:115%; }
.font_17 { font-size:122%; }
.font_18 { font-size:129%; }
.font_19 { font-size:136%; }
.font_20 { font-size:143%; }
.font_21 { font-size:150%; }
.font_22 { font-size:158%; }
.font_23 { font-size:165%; }
.font_24 { font-size:172%; }
.font_25 { font-size:179%; }
.font_26 { font-size:186%; } .clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
*html .clearfix {
zoom:1;
}
*:first-child + html .clearfix {
zoom:1;
} html,body,
div,object,iframe,form,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
small,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,
kbd,q,samp,sub,sup,var,i,fieldset,label,legend,caption,
article,aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary,time,mark,audio,video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
font-weight:500;
}
body {
color:#222;
font-size:14px;
line-height:1.6;
}
*html body {
font-size:88%;
}
*:first-child+html body {
font-size:88%;
}
iframe{
vertical-align:bottom;
}
img {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:top;
background:transparent;
}
a {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
outline:none; 
}
select,input,button,textarea,button,option{
font-size:99%;
}
table{
font-size:inherit;
font:100%;
border-collapse:collapse;
border-spacing:0;
}
ul {
list-style:none;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
display:block;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
ins {
background-color:#ff9;
color:#222;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#222;
font-style:italic;
font-weight:bold;
}
del {
text-decoration:line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted #333;
cursor:help;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #DDD;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
pre,code,kbd,samp,tt{
font-family:monospace;
*font-size:108%;
line-height:100%;
}
  * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
}
html {
overflow-y: scroll;
}
select,
input,
button,
textarea,
button,
option {
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: 500;
}
body {
height: 100%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: 500;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
counter-reset: number 0;
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {
opacity: 0
}
25% {
opacity: 0
}
100% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
25% {
opacity: 0
}
100% {
opacity: 1
}
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
left: 0;
} .box_modal {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
z-index: 99997;
background-color: #FFF;
}
.modal {
width: 100%;
position: fixed;
z-index: 99999;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.logo_modal {
width: 240px;
margin: 0 auto 10px;
}
.text_modal01 {
margin: 0 auto 20px;
text-align: center;
color: #C5162F;
font-size: 150%;
}
.text_modal02 {
margin: 0 auto 20px;
text-align: center;
color: #888;
line-height: 1.8;
}
.text_modal03 {
margin: 0 auto 20px;
text-align: center;
font-size: 175%;
}
.btn_modal {
margin: 0 auto 40px;
text-align: center;
}
.btn_modal img {
width: 60px;
padding: 0 5px;
}
.button01 {
display: inline-block;
width: 100px;
height: 50px;
line-height: 50px;
color: #FFF;
text-align: center;
font-weight: bold;
background-color: #C7152F;
border-radius: 5px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.button01:hover {
opacity: 0.7;
cursor: pointer;
}
.button02 {
display: inline-block;
width: 100px;
height: 50px;
line-height: 50px;
color: #FFF;
text-align: center;
font-weight: bold;
background-color: #888888; border-radius: 5px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.button02:hover {
opacity: 0.7;
}
.modal p {
text-align: center;
font-size: 86%;
}
@media screen and (max-width:770px) {
.logo_modal {
width: 160px;
margin: 0 auto 10px;
}
.text_modal01 {
margin: 0 auto 10px;
font-size: 136%;
}
.text_modal02 {
font-size: 93%;
}
.text_modal03 {
margin: 0 auto 10px;
font-size: 150%;
}
.btn_modal {
margin: 0 auto 30px;
}
.modal p {
text-align: center;
font-size: 79%;
}
} .header {
width: 300px;
height: 1890px;
min-height: 100%;
background: #FFF;
position: absolute;
top: 0;
left: 40px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
z-index: 10;
}
.box_head {
margin: 0 auto;
}
.box_head h1 {
width: 250px;
margin: 0 auto;
float: left;
}
.box_head_logo {
width: 250px;
padding: 0;
float: left;
}
.nav {
padding: 5px 0 15px 30px;
float: left;
}
.nav li {
padding: 0;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
line-height: 1.0;
}
.nav li a {
width: 100%;
display: block;
padding: 15px 0 15px 0px;
font-size: 143%;
overflow: hidden;
}
.nav li a span {
padding: 5px 0 0 0;
display: block;
font-size: 65%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: bold;
}
.nav li a:hover {
color: #861F3C;
border-bottom: 1px solid #ccc;
width: 240px;
position: relative;
}
.nav li a:hover::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid #861F3C;
width: 120px;
}
.nav li:nth-child(1) a {
background-size: 22.5px;
}
.nav li:nth-child(2) a {
background-size: 22.5px;
}
.nav li:nth-child(3) a {
background-size: 22.5px;
}
.nav li:nth-child(4) a {
background-size: 22.5px;
}
.box_head_search {
width: 240px;
margin: 0 0 50px 0;
padding: 25px;
float: left;
}
.box_head_search form {
position: relative;
}
.text_search {
width: 220px;
height: 32px;
padding: 0 10px;
border: 0;
position: absolute;
top: 0;
left: 5px;
background: #F1F1F1;
-webkit-appearance: none;
border-radius: 0;
}
.btn_search {
width: 32px;
height: 32px;
padding: 0;
border: 0;
position: absolute;
top: 0;
left: 210px;
cursor: pointer;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_search.png) center center no-repeat #C8142F;
background-size: 15px;
text-indent: -9999px;
-webkit-appearance: none;
border-radius: 0;
}
.btn_search:hover {
opacity: 0.7;
}
.box_head_search_sp {
display: none;
}
@media screen and (max-width:770px) {
.header {
height: 60px;
width: 100%;
left: 0;
top: -24px;
position: relative;
}
.pickup_sp {
width: 100%;
background-color: #fff;
margin: 0;
padding: 30px 15px 35px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
position: relative;
}
.box_head {
width: 100%;
margin: 0;
}
.box_head h1 {
width: 165px;
margin: 0;
padding: 0;
float: none;
}
.box_head_logo {
width: 165px;
margin: 0;
padding: 0;
float: none;
}
.nav {
display: none;
}
.box_head_search {
display: none;
}
.text_search {
width: 85%;
}
.btn_search {
width: 15%;
left: 85%;
}
.box_head_search_sp {
display: block;
}
#menu {
width: 100%;
height: 60px;
padding: 13.5px 15px 0;
background: #222;
position: absolute;
left: 0px;
top: 60px;
z-index: 990;
display: none;
}
#menu form {
position: relative;
}
#sp-icon {
width: 25px;
position: absolute;
top: 17.5px;
right: 15px;
z-index: 999;
cursor: pointer;
}
#sp-icon img:hover {
opacity: 0.7;
}
} .nav_sp {
display: none;
}
@media screen and (max-width:770px) {
.nav_sp {
width: 100%;
height: 60px;
position: fixed;
left: 0;
bottom: 0;
z-index: 999;
display: block;
background: #C5162F;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.nav_sp li {
width: 25%;
width: 33.333%;
float: left;
}
.nav_sp li a {
width: 100%;
height: 60px;
padding: 40px 0 0;
display: block;
color: #FFF;
text-align: center;
font-size: 72%;
font-weight: bold;
line-height: 1.0;
}
.nav_sp li a:hover {
opacity: 0.7;
}
.nav_sp li:nth-child(1) a {
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/sp_home.png) center 11px no-repeat;
background-size: 30px;
border-right: 1px solid #DB4492;
}
.nav_sp li:nth-child(2) a {
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/sp_actress.png) center 11px no-repeat;
background-size: 30px;
border-right: 1px solid #DB4492;
}
.nav_sp li:nth-child(3) a {
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/sp_works.png) center 11px no-repeat;
background-size: 30px;
border-right: 1px solid #DB4492;
}
.nav_sp li:nth-child(4) a {
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/sp_news.png) center 11px no-repeat;
background-size: 30px;
}
}
@media screen and (min-width:770px) {
.main_sp {
display: none;
}
}
@media screen and (max-width:770px) {
.main_pc {
display: none;
}
} .back01 {
width: 100%;
padding: 60px 0 50px 400px;
background: #F4F1EE;
}
.back02 {
width: 100%;
padding: 60px 0 70px 400px;
background: url(https://dahlia-av.jp/wp-content/themes/dahlia/common/img/back.jpg) 0 0 repeat;
}
.back03 {
width: 100%;
padding: 60px 0 80px 400px;
background: #F4F1EE;
}
.back04 {
width: 100%;
padding: 60px 0 0 400px;
background: #FFF;
}
.back05 {
width: 100%;
padding: 0 0 70px 400px;
background: #FFF;
}
.back_ban01 {
width: 100%;
padding: 40px 0;
background: #222;
}
.back_ban02 {
width: 100%;
padding: 40px 0 40px 400px;
border-top: 1px solid #F4F1EE;
background: url(https://dahlia-av.jp/wp-content/themes/dahlia/common/img/back.jpg) 0 0 repeat;
}
@media screen and (max-width:770px) {
.back01 {
padding: 30px 15px 35px;
}
.back02 {
padding: 30px 15px 35px;
}
.back03 {
padding: 20px 15px 20px;
}
.back04 {
padding: 30px 15px 0;
}
.back05 {
padding: 0 15px 35px;
}
.back_ban01 {
padding: 15px;
}
.back_ban02 {
padding: 15px;
}
} .bar01 h1 {
margin: 0 0 40px;
padding: 0 0 0 0px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: #861F3C;
font-size: 250%;
line-height: 1.0;
}
.bar01 h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
color: black;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: bold;
}
.bar01 h2 {
margin: 0 0 20px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-size: 250%;
color: #861F3C;
line-height: 1.0;
}
.bar01 h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
}
.icon_ranking {
background-size: 40px;
}
.icon_actress {
background-size: 40px;
}
.icon_news {}
.icon_works {
background-size: 40px;
}
.icon_kanren {
background-size: 40px;
}
.icon_actress {
background-size: 40px;
}
.icon_newworks {
clear: both;
background-size: 40px;
}
.bar02 {
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.bar02 h1 {
margin: 0 auto 20px;
padding: 0 0 5px 0;
font-size: 215%;
line-height: 1.4;
border-bottom: 1px solid #ccc;
width: 1000px;
position: relative;
font-weight: normal;
}
.bar02 h1::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid #C5162F;
width: 500px;
}
.bar02 h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 50%;
color: #666;
font-weight: bold;
}
.bar02_category {
width: 1000px;
margin: 0 auto;
}
.bar02_category h1 {
margin: 0 0 20px;
padding: 0 0 5px 0;
font-size: 215%;
line-height: 1.4;
border-bottom: 1px solid #ccc;
width: 500px;
position: relative;
font-weight: normal;
}
.bar02_category h1::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid #C5162F;
width: 200px;
}
.bar02_category h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 50%;
color: #666;
font-weight: bold;
}
.bar02 h2 {
width: 100%;
margin: 0 auto 40px;
padding: 0;
font-size: 215%;
line-height: 1.4;
font-weight: bold;
border-bottom: 1px solid #ccc;
}
.bar02 h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 60%;
color: #666;
}
.bar02_actress h2 {
margin: 0 0 9px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-size: 200%;
color: #861F3C;
line-height: 1.0;
}
.bar02_actress h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
}
.bar02_works h1 {
margin: 0 auto 30px;
padding: 0;
font-size: 215%;
line-height: 1.3;
border-bottom: 1px solid #ccc;
width: 1000px;
position: relative;
font-weight: normal;
}
.bar02_works h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 50%;
color: #666;
font-weight: bold;
}
.bar02_works h2 {
margin: 0 0 9px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-size: 200%;
color: #861F3C;
line-height: 1.0;
}
.bar02_works h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
}
@media screen and (max-width:770px) {
.bar01 h1 {
margin: 0 0 20px;
padding: 0 0 0 0;
font-size: 172%;
}
.bar01 h1 span {
padding: 0 0 0 5px;
font-size: 50%;
}
.bar01 h2 {
margin: 0 0 20px;
padding: 0 0 0 0;
font-size: 172%;
}
.bar01 h2 span {
padding: 0 0 0 5px;
font-size: 50%;
}
.icon_ranking {
background-size: 30px;
}
.icon_actress {
background-size: 30px;
}
.icon_news {
background-size: 30px;
}
.icon_works {
background-size: 30px;
}
.icon_kanren {
background-size: 30px;
}
.icon_actress {
background-size: 30px;
}
.icon_newworks {
background-size: 30px;
}
.bar02 {
width: 100%;
margin: 0 auto;
}
.bar02 h1 {
width: 100%;
margin: 0 auto 20px;
padding: 0;
font-size: 129%;
border-bottom: 1px solid #ccc;
position: relative;
font-weight: normal;
}
.bar02 h1::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid #C5162F;
width: 50%;
}
.bar02 h1 span {
padding: 0 0 0 5px;
}
.bar02 h2 {
width: 100%;
margin: 0 auto 20px;
padding: 0 0 0 10px;
font-size: 129%;
border-bottom: 1px solid #ccc;
}
.bar02 h2 span {
padding: 0 0 0 5px;
}
.bar02_category {
width: 100%;
margin: 0 auto;
}
.bar02_category h1 {
margin: 0 0 20px;
padding: 0 0 5px 0;
font-size: 215%;
line-height: 1.4;
border-bottom: 1px solid #ccc;
width: 100%;
position: relative;
font-weight: normal;
}
.bar02_category h1::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 1px solid #C5162F;
width: 50%;
}
.bar02_category h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 50%;
color: #666;
font-weight: bold;
}
.bar02_actress h2 {
margin: 0 0 9px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-size: 200%;
color: #861F3C;
line-height: 1.0;
}
.bar02_actress h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
}
.bar02_works h1 {
margin: 0 auto 20px;
padding: 0;
font-size: 129%;
line-height: 1.3;
border-bottom: 1px solid #ccc;
width: 100%;
position: relative;
font-weight: normal;
}
.bar02_works h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 50%;
color: #666;
font-weight: bold;
}
.bar02_works h2 {
margin: 0 0 9px;
font-family: 'bookmania', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-size: 200%;
color: #861F3C;
line-height: 1.0;
}
.bar02_works h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: black;
font-weight: bold;
}
} .bread {
width: 100%;
padding: 20px 0 0 0;
background: linear-gradient(90deg, #C6152F 0%, #66152E 100%);
}
.bread p {
background-color: #A6977E;
width: 100%;
padding: 12.5px 0 12.5px 400px;
line-height: 1.0;
color: #444;
display: block;
font-size: 86%;
}
.bread p a:hover {
color: #C5162F;
text-decoration: underline;
}
@media screen and (max-width:770px) {
.bread {
padding: 0;
top: -24px;
margin-bottom: -24px;
position: relative;
}
.bread p {
width: 100%;
height: 27.5px;
padding: 0 15px;
font-size: 72%;
overflow: hidden;
line-height: 3.0;
}
} #page-top {
position: fixed;
bottom: 0;
right: 0;
z-index: 99;
}
#page-top a {
width: 45px;
height: 45px;
display: block;
cursor: pointer;
background: #C5162F;
}
#page-top a img {
width: 100%;
}
#page-top a:hover {
opacity: 0.7;
}
@media screen and (max-width:770px) {
#page-top {
display: none;
}
} .footer {
width: 100%;
background: #222;
}
.box_foot {
width: 400px;
margin: 0 auto;
padding: 60px 0;
}
.box_foot_left {
width: 400px;
float: left;
}
.box_foot_left h2 {
width: 400px;
margin: 0 0 40px;
}
.box_foot_left span {
display: none;
}
.box_foot_left li {
margin: 0 0 20px 60px;
padding: 0;
background-size: 15px;
line-height: 1.0;
font-size: 108%;
}
.box_foot_left li a {
color: #FFF;
}
.box_foot_left li a:hover {
text-decoration: underline;
}
.box_foot_left p {
padding: 20px 0 0 60px;
font-size: 108%;
color: #FFF;
}
.box_foot_right {
width: 840px;
float: right;
}
.box_foot_right_left {
width: 400px;
margin: 0 0 -20px;
float: left;
}
.box_foot_right_left li {
margin: 0 0 20px;
}
.box_foot_right_right {
width: 400px;
height: 470px;
float: right;
}
small {
width: 100%;
padding: 40px 0 45px;
background: #222;
display: block;
text-align: center;
color: #888;
line-height: 1.0;
}
@media screen and (min-width:1120px) {
.footer_hairline {
position: relative;
}
.footer_hairline1 {
border-top: 1px solid #A6977E;
position: absolute;
width: 30%;
height: 370px;
bottom: 0px;
left: 0px;
}
.footer_hairline2 {
border-top: 1px solid #A6977E;
position: absolute;
width: 30%;
height: 370px;
bottom: 0px;
right: 0px;
}
.footer_hairline3 {
border-top: 3px solid #AF6150;
position: absolute;
width: 10%;
height: 371px;
bottom: 0px;
right: 20%;
}
.footer_hairline4 {
border-top: 3px solid #AF6150;
position: absolute;
width: 10%;
height: 371px;
bottom: 0px;
left: 20%;
}
}
@media screen and (max-width:1120px) and (min-width:770px) {
.footer_hairline {
position: relative;
}
.footer_hairline1 {
border-top: 1px solid #A6977E;
position: absolute;
width: 17%;
height: 455px;
bottom: 0px;
left: 0px;
}
.footer_hairline2 {
border-top: 1px solid #A6977E;
position: absolute;
width: 17%;
height: 455px;
bottom: 0px;
right: 0px;
}
.footer_hairline3 {
border-top: 3px solid #AF6150;
position: absolute;
width: 6%;
height: 456px;
bottom: 0px;
right: 20%;
}
.footer_hairline4 {
border-top: 3px solid #AF6150;
position: absolute;
width: 6%;
height: 456px;
bottom: 0px;
left: 20%;
}
}
@media screen and (max-width:770px) {
.footer {
padding: 0 50px;
}
.box_foot {
width: 100%;
padding: 30px 0;
}
.box_foot_left {
width: 100%;
padding: 0 0 30px;
float: none;
}
.box_foot_left h2 {
width: 165px;
margin: 0 0 30px;
float: left;
}
.box_foot_left span {
width: 30px;
float: right;
display: block;
}
.box_foot_left li {
margin: 0 0 20px;
padding: 0;
background-size: 12.5px;
font-size: 100%;
}
.box_foot_left p {
padding: 0;
font-size: 100%;
}
.box_foot_right {
width: 100%;
float: none;
}
.box_foot_right_left {
width: 100%;
margin: 0;
float: none;
}
.box_foot_right_left li {
width: 50%;
margin: 0;
padding: 0 7.5px 0 0;
float: left;
}
.box_foot_right_left li:nth-child(2n) {
padding: 0 0 0 7.5px;
}
.box_foot_right_right {
display: none;
}
small {
padding: 30px 0 90px;
font-size: 86%;
}
} a {
color: #222;
text-decoration: none;
transition: 0.3s;
}
a img {
transition: 0.3s;
}
a:hover img {
opacity: 0.7;
}
td a {
text-decoration: underline;
}
td a:hover {
text-decoration: none;
} .txtboxM {
width: 50%;
margin: 4px 0 0;
padding: 10px;
box-sizing: border-box;
-webkit-appearance: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: #F1F1F1;
border: 1px solid #F1F1F1;
}
@media screen and (max-width:770px) {
.txtboxM {
width: 100%;
}
} @media all and (-ms-high-contrast: none) {
.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a,
.btn09 a,
.btn10 a,
.btn14 a,
.btn11 input {
padding: 23px 0 16px !important;
}
.btn05 a,
.btn06 a,
.btn07 a,
.btn08,
.btn12 a,
.btn13 a {
padding: 13px 0 6px !important;
}
}
.btn01 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #C7152F 0%, #C7152F 50%, #8b1e3e 50%, #8b1e3e 100%);
font-size: 122%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn01 a:hover {
opacity: 0.7;
}
.btn02 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #a47b4c 0%, #a47b4c 50%, #855a2c 50%, #855a2c 100%);
;
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn02 a:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_unext.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn02 a:hover {
opacity: 0.7;
}
.btn03 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #C7152F 0%, #C7152F 50%, #8b1e3e 50%, #8b1e3e 100%);
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn03 a:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_fanza.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn03 a:hover {
opacity: 0.7;
}
.btn04 {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: #888;
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn04:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_fanza.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn02.btn04:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/icon_unext.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
.btn05 a {
display: none !important;
}
}
.btn05 a {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: linear-gradient(180deg, #4d4d4d 0%, #4d4d4d 50%, #1a1a1a 50%, #1a1a1a 100%);
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn05 a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_play.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn05 a:hover {
opacity: 0.7;
}
.btn06 a {
width: 100%;
padding: 10px 0 9px;
margin: 0 0 5px 0;
display: block;
text-align: center;
background: linear-gradient(180deg, #a47b4c 0%, #a47b4c 50%, #855a2c 50%, #855a2c 100%);
;
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn06 a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_unext.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn06 a:hover {
opacity: 0.7;
}
.btn07 a {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: linear-gradient(180deg, #C7152F 0%, #C7152F 50%, #8b1e3e 50%, #8b1e3e 100%);
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn07 a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_fanza.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn07 a:hover {
opacity: 0.7;
}
.btn08 {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: #888;
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn08:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_fanza.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn09 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #4d4d4d 0%, #4d4d4d 50%, #1a1a1a 50%, #1a1a1a 100%);
font-size: 122%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn09 a:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_play.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn09 a:hover {
opacity: 0.7;
}
.btn10 a {
width: 300px;
margin: 40px 0 0;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #C7152F 0%, #C7152F 50%, #8b1e3e 50%, #8b1e3e 100%);
font-size: 122%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn10 a:hover {
opacity: 0.7;
}
.btn11 input {
width: 300px;
margin: 0;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #C7152F 0%, #C7152F 50%, #8b1e3e 50%, #8b1e3e 100%);
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
border: none;
border-bottom: 4px solid #C7152F;
cursor: pointer;
-webkit-appearance: none;
}
.btn11 input:hover {
opacity: 0.7;
}
.btn12 {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: #888;
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn12:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_amazon.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn06.btn12:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/icon_unext.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn13 a {
width: 100%;
margin: 0 auto;
padding: 10px 0 9px;
display: block;
text-align: center;
background: linear-gradient(180deg, #e60032 0%, #e60032 50%, #b70021 50%, #b70021 100%);
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn13 a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_amazon.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn13 a:hover {
opacity: 0.7;
}
.btn14 {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: #888;
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn14:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_amazon.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn14 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: #888;
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn14 a:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_amazon.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn14 a:hover {
opacity: 0.7;
}
.btn15 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: linear-gradient(180deg, #e60032 0%, #e60032 50%, #b70021 50%, #b70021 100%);
font-size: 129%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn15 a:before {
content: "";
display: inline-block;
width: 30px;
height: 21px;
margin: -3px 5px 0 0;
background: url(https://cdn.faleno.net/top/wp-content/themes/dahlia/common/img/icon_amazon.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn15 a:hover {
opacity: 0.7;
}
@media screen and (max-width:770px) {
.btn01 a {
width: 200px;
padding: 12.5px 0;
font-size: 93%;
}
.btn02 a {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn02 a:before {
width: 25px;
height: 17px;
margin: -3px 2px 0 0;
}
.btn03 a {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn03 a:before {
width: 25px;
height: 17px;
margin: -3px 2px 0 0;
}
.btn04 {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn04:before {
width: 25px;
height: 17px;
margin: -3px 2px 0 0;
}
.btn02.btn04 {
padding: 0;
}
.btn02.btn04 .unlp {
padding: 20px 0 19px;
}
.btn02.btn04:before {
content: none;
}
.btn02.btn04 .unlp:before {
content: "";
}
.btn05 a {
font-size: 72%;
}
.btn05 a:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn06 a {
font-size: 72%;
}
.btn06 a:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn07 a {
font-size: 72%;
}
.btn07 a:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn08 {
font-size: 72%;
}
.btn08:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn09 a {
background: linear-gradient(180deg, #4d4d4d 0%, #4d4d4d 50%, #1a1a1a 50%, #1a1a1a 100%);
width: 200px;
padding: 12.5px 0;
font-size: 93%;
}
.btn09 a:before {
width: 20px;
height: 14px;
margin: -3px 0 0 0;
}
.btn10 a {
width: 200px;
margin: 30px 0 0;
padding: 12.5px 0;
font-size: 93%;
}
.btn11 input {
width: 200px;
margin: 0 auto;
padding: 12.5px 0;
font-size: 93%;
}
.btn12 {
font-size: 72%;
border-bottom: 2px solid #7B7B7B;
}
.btn12 a {
font-size: 72%;
border-bottom: 2px solid #7B7B7B;
}
.btn12 a:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn13 a {
font-size: 72%;
border-bottom: 2px solid #b70021;
}
.btn14 {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn14 a {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn14 a:before {
width: 25px;
height: 17px;
margin: -3px 2px 0 0;
}
.btn15 a {
width: 100%;
padding: 20px 0 19px;
font-size: 115%;
}
.btn15 a:before {
width: 25px;
height: 17px;
margin: -3px 2px 0 0;
}
} br.br_pc {
display: inline-block;
}
br.br_sp {
display: none;
}
.img_sp {
display: none;
}
@media screen and (max-width:770px) {
br.br_pc {
display: none;
}
br.br_sp {
display: inline-block;
}
.img_pc {
display: none;
}
.img_sp {
display: inline-block;
}
}
.sans-serif {
font-family: kozuka-mincho-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
} .ht-visual {
width: 100%;
height: 400px;
background: rgb(214, 0, 46);
background: linear-gradient(90deg, rgba(214, 0, 46, 1) 0%, rgba(116, 16, 53, 1) 38%, rgba(214, 0, 46, 1) 100%);
}
.ht-visual>.inner {
width: 1340px;
padding: 0 0 0 400px;
text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}
.ht-visual>.inner>p {
color: #fff;
font-size: 18px;
margin-top: 20px;
padding-top: 20px;
}
.ht-visual>.inner>h1 {
color: #fff;
font-size: 36px;
font-weight: bold;
position: relative;
padding-top: 190px;
}
.ht-visual>.inner>h1:after {
position: absolute;
content: "";
width: 72px;
height: 3px;
background: #fff;
top: 263px;
display: block;
border-radius: 2px;
}
.bread.ht {
padding-top: 0;
}
table.ht-price {
width: 100%;
font-size: 16px;
border-collapse: separate;
border-spacing: 4px;
}
table.ht-price>thead>tr>th {
color: #fff;
position: relative;
font-weight: bold;
padding: 30px;
overflow: hidden;
}
table.ht-price>thead>tr>th.code {
background: #ff9800;
} table.ht-price>thead>tr>th.month {
background: #cc0129;
}
table.ht-price>thead>tr>th.month:after {
content: "オススメ";
position: absolute;
font-size: 12px;
background: #222222;
top: -15px;
right: -42px;
transform: rotate(45deg);
padding: 40px 30px 4px 30px;
}
table.ht-price th,
table.ht-price td {
padding: 20px 30px;
border-radius: 3px;
}
table.ht-price td>ul {
display: flex;
justify-content: center;
}
table.ht-price td>ul>li {
margin: 0 20px;
}
table.ht-price td>ul>li>img {
width: 75px;
display: block;
margin: 20px auto 0;
}
table.ht-price td>ul>li>p {
text-align: center;
margin-top: 10px;
font-size: 12px;
}
table.ht-price td>span.price {
color: #d21476;
font-size: 24px;
font-weight: bold;
}
table.ht-price>tbody th {
background: #222222;
font-weight: bold;
color: #fff;
width: 20%;
}
table.ht-price>tbody td {
background: #f1f1f1;
vertical-align: top;
}
table.ht-price tfoot td {
padding: 0;
}
p.table-caution {
text-align: right;
margin-top: 20px;
color: #666;
}
img.ht-step {
width: 920px;
display: block;
margin: 0 auto 60px;
}
.ht>p>.caution {
display: block;
color: #666;
margin: 10px 0 80px;
font-size: 12px;
}
section.fzlink {
background: #f1f1f1;
padding: 60px 60px 60px 460px;
}
section.fzlink>.inner {
width: 1000px;
margin: 0 auto;
}
section.fzlink>.inner>div {
display: flex;
justify-content: center;
}
section.fzlink>.inner>div>img {
width: 200px;
height: auto;
}
section.fzlink>.inner>div>p {
font-size: 16px;
padding-top: 22px;
padding-left: 20px;
}
section.fzlink>.inner>a.btn {
background: #ee2737;
transition: 0.3s;
color: #ffffff;
display: block;
width: 300px;
margin: 20px auto 30px;
text-align: center;
padding: 14px;
font-size: 16px;
border-radius: 30px;
}
section.fzlink>.inner>a.btn:hover {
opacity: 0.8;
}
section.fzlink>.inner>p {
text-align: center;
font-size: 16px;
}
@media screen and (max-width:770px) {
.ht-visual {
width: 100%;
height: 250px;
position: relative;
margin-top: 0px;
top: -24px;
margin-bottom: -24px;
background: linear-gradient(90deg, rgba(214, 0, 46, 1) 0%, rgba(116, 16, 53, 1) 38%, rgba(214, 0, 46, 1) 100%);
background-size: 1250px 250px;
background-position: 50%;
background-repeat: no-repeat;
}
.ht-visual>.inner {
width: 100%;
margin: 0 auto;
text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
padding: 20px 20px 40px 20px;
position: absolute;
bottom: 0;
}
.ht-visual>.inner>p {
color: #fff;
font-size: 14px;
margin-top: 10px;
padding-top: 10px;
}
.ht-visual>.inner>h1 {
color: #fff;
font-size: 24px;
font-weight: bold;
position: relative;
padding-top: 0px;
}
.ht-visual>.inner>h1:after {
position: absolute;
content: "";
width: 50px;
height: 2px;
background: #fff;
top: 46px;
display: block;
border-radius: 2px;
}
.bread.ht {
padding-top: 0;
}
.ht-price-wrap {
overflow: auto;
}
table.ht-price {
width: 100%;
font-size: 14px;
border-collapse: separate;
border-spacing: 4px;
}
table.ht-price>thead>tr>th {
color: #fff;
position: relative;
font-weight: bold;
padding: 30px;
overflow: hidden;
}
table.ht-price>thead>tr>th.code {
background: #ff9800;
}
table.ht-price>thead>tr>th.code:after {
content: "オススメ";
position: absolute;
font-size: 10px;
background: #cc0129;
top: -23px;
right: -44px;
transform: rotate(45deg);
padding: 40px 30px 4px 30px;
}
table.ht-price>thead>tr>th.month {
background: #cc0129;
}
table.ht-price th,
table.ht-price td {
padding: 10px;
border-radius: 3px;
}
table.ht-price td>ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
table.ht-price td>ul>li {
margin: 0 10px;
}
table.ht-price td>ul>li>img {
width: 40px;
display: block;
margin: 10px auto 0;
}
table.ht-price td>ul>li>p {
text-align: center;
margin-top: 10px;
font-size: 10px;
font-weight: bold;
}
table.ht-price td>span.price {
color: #d21476;
font-size: 18px;
font-weight: bold;
font-family: futura;
}
table.ht-price>tbody th {
background: #222222;
font-weight: bold;
color: #fff;
width: 20%;
}
table.ht-price>tbody td {
background: #f1f1f1;
vertical-align: top;
}
table.ht-price tfoot td {
padding: 0;
}
p.table-caution {
text-align: right;
margin-top: 10px;
font-size: 12px;
color: #666;
}
img.ht-step {
width: 100%;
display: block;
margin: 0 auto 60px;
}
.ht>p>.caution {
display: block;
color: #666;
margin: 10px 0 80px;
font-size: 12px;
}
section.fzlink {
background: #f1f1f1;
padding: 30px 15px;
}
section.fzlink>.inner {
width: 100%;
margin: 0 auto;
}
section.fzlink>.inner>div {
display: inherit;
text-align: center;
padding-top: 20px;
}
section.fzlink>.inner>div>img {
width: 130px;
height: auto;
}
section.fzlink>.inner>div>p {
font-size: 14px;
padding-top: 12px;
padding-left: 0px;
}
section.fzlink>.inner>a.btn {
background: #ee2737;
transition: 0.3s;
color: #ffffff;
display: block;
width: 300px;
margin: 30px auto 40px;
text-align: center;
padding: 12px;
font-size: 14px;
border-radius: 30px;
}
section.fzlink>.inner>a.btn:hover {
opacity: 0.8;
}
section.fzlink>.inner>p {
text-align: center;
font-size: 14px;
}
} .ban_unext02>p {
text-align: center;
margin: 30px 0 0;
font-size: 20px;
}
.ban_unext02ft {
color: #FFF;
text-decoration: none;
transition: 0.3s;
}
.ban_unext02>p>a:before {
content: ">>";
font-weight: bold;
display: inline-block;
margin-right: 10px;
}
} @media screen and (max-width:770px) {
.ban_unext02>p {
text-align: center;
margin: 20px 0 0;
font-size: 16px;
}
}
 .loading { position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 1);
text-align: center;
} .main_sp {
display: none;
}
.back_main_pc {
width: 100%;
height: 590px;
padding: 0 0 0 400px;
background: linear-gradient(90deg, rgba(214, 0, 46, 1) 0%, rgba(116, 16, 53, 1) 38%, rgba(214, 0, 46, 1) 100%);
border-bottom: 50px solid #A9987F;
box-sizing: border-box;
}
.box_main_pc {
width: 1000px;
margin: 0 auto;
padding: 0 0 40px 0;
}
.box_main_pc_left {
width: 1000px;
height: 562px;
float: left;
background: #FFF;
}
.bxslider img {
position: relative;
}
.main_text {
position: absolute;
display: block;
width: 100%;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
color: #CCC;
line-height: 1.0;
padding: 15px 0 15px 25px;
font-size: 100%;
text-align: left;
font-weight: normal;
}
@media all and (-ms-high-contrast: none) {
.main_text {
padding: 13px 0 7px !important;
}
}
.box_main_pc_right {
width: 300px;
float: right;
}
.ban_unext01 {
margin: 0;
}
.box_tab div {
margin: 0 0 25px;
cursor: pointer;
position: relative;
}
.box_tab div:hover img,
.box_tab div.active img {
opacity: 1.0;
}
.box_tab div:hover:after,
.box_tab div.active:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 290px;
height: 140px;
display: block;
border: 5px solid #C5162F;
}
.box_tab div:hover:before,
.box_tab div.active:before {
content: "";
position: absolute;
top: 67px;
left: -10px;
width: 0;
height: 0;
border-style: solid;
border-color: transparent #C5162F transparent transparent;
border-width: 7.5px 10px 7.5px 0;
}
.tab_slider {
display: none;
}
.tab_slider.active {
display: block;
}
.box_ranking01 {
width: 1000px;
margin: 0 auto;
counter-reset: number 1;
}
.box_ranking01 li {
width: 230px;
margin: 0px 25.5px 15px 0px;
float: left;
}
.box_ranking01 li:nth-child(5n) {
margin: 0 0 30px 0;
}
.waku_ranking01 {
width: 100%;
background: #FFF;
}
.img_ranking01 {
width: 230px;
overflow: hidden;
position: relative;
}
.triangle {
width: 50px;
position: relative;
bottom: 0px;
right: 0px;
text-align: center;
}
.triangle span {
padding: 10px 0 0;
color: #855A2C;
font-family: 'bookmania', sans-serif;
font-size: 300%;
display: block;
position: absolute;
right: -150px;
bottom: -15px;
}
.triangle span:before {
counter-increment: number 1;
content: counter(number) " ";
}
@media screen and (max-width:770px) {
.triangle {
width: 50px;
position: relative;
bottom: 0px;
right: 0px;
text-align: center;
}
.triangle span {
padding: 10px 0 0;
color: #855A2C;
font-family: 'bookmania', sans-serif;
font-size: 300%;
display: block;
position: absolute;
right: -95px;
bottom: -18px;
}
}
.triangle span:before {
counter-increment: number 1;
content: counter(number) " ";
}
.box_ranking01 li .triangle {}
.box_ranking01 li:nth-child(1) .triangle {}
.box_ranking01 li:nth-child(2) .triangle {}
.box_ranking01 li:nth-child(3) .triangle {}
.box_ranking01 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #C5162F;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_ranking01 li .text_name a:hover {
text-decoration: underline;
}
.bottom_ranking01 {
padding: 0 15px 7.5px;
border-bottom: 2px solid #861F3F;
position: relative;
}
.bottom_ranking01::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
border-bottom: 2px solid #888;
width: 50%;
}
.text_ranking01 {
padding: 0 0 7.5px;
}
.text_ranking01 span {
width: 60px;
margin: 0 10px 2.5px 0;
padding: 5px 0;
display: block;
background: linear-gradient(180deg, #110408 0%, #751b37 100%);
color: #FFF;
line-height: 1.0;
font-weight: bold;
font-size: 79%;
float: left;
text-align: center;
border-radius: 4px;
}
.text_ranking01 p {
display: block;
float: left;
line-height: 1.5;
}
.box_actress01 {
width: 1000px;
margin: 0 auto;
}
.box_actress01 li {
width: 220px;
margin: 0 30px 30px 0;
float: left;
}
.box_actress01 li:nth-child(4n) {
margin: 0 0 40px 0;
}
.img_actress01 {
width: 220px;
margin: 0;
padding: 0;
}
.img_actress01 figure {
vertical-align: bottom;
}
.img_actress01 p {
font-size: 150%;
font-family: 'bookmania', sans-serif;
}
.box_actress01 li .text_name {
font-family: kozuka-mincho-pr6n, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
padding: 15px 0 15px 0;
text-align: center;
font-size: 135%;
line-height: 1.0;
background-color: white;
border-bottom: 1px solid #A9987F;
}
.box_actress01 li .text_name span {
padding: 6px 0 0;
display: block;
font-size: 55%;
color: #666;
}
.ban_unext02 {
width: 1000px;
margin: 0 auto;
}
.ban_unext02_left {
width: 650px;
float: left;
}
.ban_unext02_right {
width: 650px;
float: right;
}
.box_news01 {
width: 1000px;
margin: 0 auto;
padding: 0 0 40px;
}
.box_news01 li {
margin: 0 0 40px;
background-color: white;
}
.box_news01_left {
width: 250px;
float: left;
}
.box_news01_right {
width: 750px;
float: left;
padding: 35px 15px 15px 30px;
}
.box_news01_right span {
margin: 0 0 5px;
font-size: 108%;
display: block;
}
.box_news01_right a {
margin: 0 0 10px;
font-size: 136%;
color: #C5162F;
font-weight: bold;
line-height: 1.4;
display: block;
}
.box_news01_right a:hover {
text-decoration: underline;
}
.box_news01_right p {
font-size: 108%;
padding: 10px 30px 10px 0;
border-bottom: 1px solid #888;
}
@media screen and (max-width:770px) {
.main_pc {
display: none;
}
.main_sp {
display: block;
}
.back_main_pc {
height: initial;
top: -24px;
margin-bottom: -24px;
position: relative;
padding: 0;
border-bottom: 0;
}
.box_main_pc {
width: 100%;
padding: 0;
}
.box_main_pc_left {
width: 100%;
height: auto;
float: none;
box-shadow: none;
background: #222;
}
.main_text {
font-size: 100%;
text-align: center;
}
.box_main_pc_right {
width: 100%;
padding: 15px 7.5px 0;
float: none;
}
.ban_unext01 {
padding: 15px 7.5px;
}
.box_tab span {
width: 50%;
padding: 0 7.5px;
float: left;
display: block;
}
.box_tab div {
width: 100%;
margin: 0;
}
.box_tab div:hover:after,
.box_tab div.active:after {
width: 100%;
height: 101%;
display: block;
border: 4px solid #C5162F;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.box_tab div:hover:before,
.box_tab div.active:before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin: 0 0 0 -7.5px;
border-color: transparent transparent #C5162F transparent;
border-width: 5px 7.5px 7.5px 7.5px;
}
.box_ranking01 {
width: 100%;
margin: 0 auto -15px;
}
.box_ranking01 li {
width: 50%;
margin: 0;
padding: 0 5px 15px 5px;
}
.box_ranking01 li:nth-child(2n) {
padding: 0 5px 15px 5px;
}
.box_ranking01 li:nth-child(5n) {
margin: 0;
}
.waku_ranking01 {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img_ranking01 {
width: 100%;
overflow: hidden;
position: relative;
}
.box_ranking01 li .text_name a {
padding: 10px;
font-size: 93%;
}
.bottom_ranking01 {
padding: 0 10px 5px;
}
.text_ranking01 {
padding: 0 0 5px;
}
.text_ranking01 span {
width: 45px;
margin: 0 5px 2.5px 0;
padding: 4px 0;
font-size: 60%;
}
.text_ranking01 p {
font-size: 79%;
line-height: 1.5;
}
.box_actress01 {
width: 100%;
margin: 0 auto -17.5px;
}
.box_actress01 li {
width: 50%;
margin: 0;
padding: 0 7.5px 17.5px 0;
}
.box_actress01 li:nth-child(2n) {
padding: 0 0 17.5px 7.5px;
}
.box_actress01 li:nth-child(4n) {
margin: 0;
}
.img_actress01 {
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.img_actress01 p {
font-size: 100%;
}
.box_actress01 li .text_name {
padding: 15px 0 15px 0;
font-size: 122%;
}
.box_actress01 li .text_name span {
padding: 5px 0 0;
font-size: 60%;
}
.ban_unext02 {
width: 100%;
}
.ban_unext02_left {
width: 100%;
float: none;
margin: 0 0 15px;
}
.ban_unext02_right {
width: 100%;
float: none;
}
.box_news01 {
width: 100%;
margin: 0 auto -20px;
padding: 0 0 30px;
}
.box_news01 li {
margin: 0 0 20px;
}
.box_news01_left {
width: 25%;
}
.box_news01_right {
width: 75%;
padding: 8px 15px 3px 15px;
}
.box_news01_right span {
margin: 0;
font-size: 93%;
}
.box_news01_right a {
margin: 0;
font-size: 108%;
}
.box_news01_right p {
display: none;
}
} @media all and (-ms-high-contrast: none) {
.box_works01_img {
display: none;
}
.box_works01_img_ie {
display: block !important;
margin: 0 auto 60px;
position: relative;
text-align: center;
}
}
.box_works01_img_ie {
display: none;
}
.box_works01_img_va {
width: 600px;
margin: 0 auto 60px;
}
.box_works01_img {
width: 960px;
margin: 0 auto 60px;
position: relative;
text-align: center;
}
.box_works01_img a {
width: 960px;
background: #222;
display: inline-block;
}
.box_works01_img a:hover img {
opacity: 0.3;
}
.box_works01_img p {
display: none;
}
.box_works01_img a:hover p {
width: 180px;
display: block;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
}
.box_works01_img a:hover p img {
opacity: 1.0;
}
.box_works01_ga {
width: 100%;
height: auto;
margin: 0 0 60px;
}
.box_works01_ga ul {
width: 1000px;
margin: 0 auto;
}
.box_works01_ga li {
width: 140px;
height: 140px;
padding: 0 10px 20px;
float: left;
}
.box_works01_ga li img {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img_bottom_sp {
display: none;
}
.box_works01 {
width: 960px;
margin: 0 auto;
}
.box_works01_sns {
margin: 0 0 10px -5px;
}
.box_works01_text {
margin: 0 0 20px;
font-size: 115%;
}
.box_works01_text p {
padding: 0 0 10px;
}
.box_works01_list {
margin: 0;
}
.box_works01_list ul {
width: 450px;
float: left;
border-top: 1px solid #DDD;
}
.box_works01_list ul:nth-child(2) {
float: right;
}
.box_works01_list li {
padding: 20px 0;
border-bottom: 1px solid #DDD;
font-size: 108%;
}
.box_works01_list li span {
width: 120px;
float: left;
font-weight: bold;
}
.box_works01_list li p {
overflow: hidden;
zoom: 1;
}
.fixed-bottom {
width: 100%;
position: fixed;
bottom: 0;
background: #222;
z-index: 999;
}
.img_bottom {
width: 100%;
padding: 20px 0 20px 400px;
background: #222;
}
.img_bottom_box_va {
width: 400px;
margin: 0 auto;
}
.img_bottom_box {
width: 1000px;
margin: 0 auto;
}
.img_bottom_box_left {
display: flex;
justify-content: space-between;
}
.img_bottom_box_right {
float: right;
}
.box_kanren01 {
width: 1000px;
margin: 0 auto;
}
.box_kanren01 li {
width: 225x;
margin: 0 25px 25px 0;
float: left;
}
.box_kanren01 li:nth-child(4n) {
margin: 0 0 40px 0;
}
.box_kanren01 li a {
display: block;
}
.waku_kanren01 {
width: 230px;
background: #FFF;
border-bottom: 1px solid #aaa;
}
.box_kanren01 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #C5162F;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_kanren01 li .text_name a:hover {
text-decoration: underline;
}
.text_kanren01 {
padding: 0 0 4px;
}
.text_kanren01 span {
width: 60px;
margin: 0 10px 2.5px 0;
padding: 5px 0;
display: block;
background: linear-gradient(180deg, #110408 0%, #751b37 100%);
color: #FFF;
line-height: 1.0;
font-weight: bold;
font-size: 75%;
float: left;
text-align: center;
border-radius: 4px;
}
.text_kanren01 p {
display: block;
float: left;
line-height: 1.3;
}
.bottom_kanren01 {
padding: 0 15px 10px;
}
.bottom_kanren01 .view_timer {
margin: 0 0 5px;
}
.box_works01_img_sp {
display: none;
}
.box_pagenavi {
padding: 40px 0 0;
text-align: center;
font-size: 122%;
}
.box_pagenavi span.current,
.box_pagenavi a:hover {
color: #C5162F !important;
border-color: #C5162F !important;
}
.box_search02 {
margin: 0 auto 40px;
}
.box_search02 h3 {
margin: 0 0 20px;
font-size: 150%;
line-height: 1.4;
}
.box_search02 h3 span {
font-weight: bold;
}
.box_search02 p {
font-size: 115%;
}
.overoll_box {
background-color: white;
padding: 20px 10px;
width: 1000px;
margin: 0 auto;
}
@media screen and (max-width:770px) {
.box_works01_img_sp {
display: block;
margin: 0 0 20px;
}
.box_works01_img_va {
width: 100%;
margin: 0 auto 30px;
}
.box_works01_img {
width: 100%;
margin: 0 auto 20px;
}
.box_works01_img a {
width: 100%;
height: auto;
}
.box_works01_img a:hover img {
opacity: 1.0;
}
.box_works01_img a:hover p {
display: none;
}
.box_works01_ga {
height: 83.4%;
margin: 0;
padding: 20px 10px 20px;
}
.box_works01_ga ul {
width: 100%;
}
.box_works01_ga li {
width: 25%;
height: 25%;
padding: 0 5px 10px;
}
.img_bottom_sp {
display: block;
margin: 0 0 30px;
padding: 30px 15px 15px;
background: #222;
}
.img_bottom_sp .view_timer {
padding: 0 0 15px;
}
.box_works01 {
width: 100%;
}
.box_works01_sns {
margin: 0 0 10px -5px;
}
.box_works01_text {
margin: 0 0 15px;
font-size: 100%;
}
.box_works01_text p {
padding: 0 0 5px;
}
.box_works01_list ul {
width: 100%;
float: none;
}
.box_works01_list ul:nth-child(2) {
float: none;
border-top: none;
}
.box_works01_list li {
padding: 15px 0;
font-size: 100%;
}
.box_works01_list li span {
width: 100px;
}
.fixed-bottom {
display: none;
}
.img_bottom {
display: none;
}
.box_kanren01 {
width: 100%;
margin: 0 auto -15px;
}
.box_kanren01 li {
width: 50%;
margin: 0;
padding: 0 7.5px 15px 0;
}
.box_kanren01 li:nth-child(2n) {
padding: 0 0 15px 7.5px;
}
.box_kanren01 li:nth-child(4n) {
margin: 0;
}
.waku_kanren01 {
width: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box_kanren01 li .text_name a {
padding: 10px;
font-size: 93%;
}
.text_kanren01 {
padding: 0 0 7.5px;
}
.text_kanren01 span {
width: 45px;
margin: 0 5px 2.5px 0;
padding: 4px 0;
font-size: 60%;
}
.text_kanren01 p {
font-size: 79%;
line-height: 1.5;
}
.bottom_kanren01 {
padding: 0 10px 5px;
}
.box_pagenavi {
padding: 30px 0 0;
font-size: 100%;
}
.box_search02 {
margin: 0 auto 15px;
}
.box_search02 h3 {
margin: 0 0 15px;
font-size: 115%;
line-height: 1.4;
}
.box_search02 p {
font-size: 100%;
}
}
@media screen and (max-width:770px) {
.overoll_box {
background-color: white;
padding: 10px;
width: 100%;
margin: 0 auto;
}
} .box_actress02 {
width: 1000px;
background-color: white;
padding: 20px;
margin: 0 auto;
}
.box_actress02_left {
width: 370px;
float: left;
}
.box_actress02_right {
width: 570px;
float: right;
}
.box_actress02_list {
margin: 0 0 30px;
}
.box_actress02_list ul {
width: 280px;
float: left;
border-top: 1px solid #DDD;
}
.box_actress02_list ul:nth-child(2) {
float: right;
}
.box_actress02_list li {
padding: 8px 0;
border-bottom: 1px solid #DDD;
font-size: 90%;
}
.box_actress02_list li span {
width: 120px;
float: left;
font-weight: bold;
}
.box_actress02_list li p {
overflow: hidden;
zoom: 1;
}
.box_actress03 {
margin: 0;
}
.box_actress03_left {
width: 183px;
float: left;
}
.box_actress03_right {
width: 360px;
margin: 0 0 0px;
float: right;
}
.box_actress03_right .text_name a {
padding: 0 0 6px;
font-size: 100%;
color: #C5162F;
font-weight: bold;
line-height: 1.3;
display: inline-block;
}
.box_actress03_right .text_name a:hover {
text-decoration: underline;
}
.box_actress03_right .btn05,
.box_actress03_right .btn06,
.box_actress03_right .btn07,
.box_actress03_right .btn12,
.box_actress03_right .btn13 {
margin: 0 0 5px;
}
@media screen and (min-width:770px) {
.box_actress03_right_top {
padding: 15px 50px 15px 30px;
width: 500px;
margin: 0 auto;
float: right;
}
.box_actress03_right_top .text_name a {
padding: 0;
font-size: 108%;
color: #C5162F;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_actress03_right_top .text_name a:hover {
text-decoration: underline;
}
.box_actress03_right_top .btn05,
.box_actress03_right .btn06,
.box_actress03_right .btn07 {
margin: 0 0 5px;
}
}
@media screen and (max-width:770px) {
.box_actress03_right_top {
padding: 10px;
width: 100%;
margin: 0 auto;
float: right;
}
.box_actress03_right_top .text_name a {
padding: 0 0 15px;
font-size: 108%;
color: #C5162F;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_actress03_right_top .text_name a:hover {
text-decoration: underline;
}
.box_actress03_right_top .btn05,
.box_actress03_right .btn06,
.box_actress03_right .btn07,
.box_actress03_right .btn12,
.box_actress03_right .btn13 {
margin: 0 0 5px;
}
}
.box_variety01 {
width: 1000px;
margin: 0 auto;
}
@media screen and (max-width:770px) {
.box_actress02 {
width: 100%;
}
.box_actress02_left {
width: 100%;
margin: 0 0 20px;
float: none;
text-align: center;
}
.box_actress02_right {
width: 100%;
float: none;
}
.box_actress02_list {
margin: 0 0 20px;
}
.box_actress02_list ul {
width: 100%;
float: none;
}
.box_actress02_list ul:nth-child(2) {
float: none;
border-top: none;
}
.box_actress02_list li {
padding: 15px 0;
font-size: 100%;
}
.box_actress02_list li span {
width: 100px;
}
.box_actress03_left {
width: 100%;
margin: 0 0 10px;
float: none;
text-align: center;
}
.box_actress03_right {
width: 100%;
float: none;
}
.box_actress03_right .text_name a {
padding: 0 0 10px;
font-size: 93%;
}
.box_variety01 {
width: 100%;
}
} .box_newsnavi {
text-align: center;
font-size: 122%;
}
.box_newsnavi span.current,
.box_newsnavi a:hover {
color: #C5162F !important;
border-color: #C5162F !important;
}
.btn_newsnavi {
padding: 40px 0 0;
}
@media screen and (max-width:770px) {
.box_newsnavi {
font-size: 100%;
}
.btn_newsnavi {
padding: 30px 0 0;
}
}
 .post{
font-size:122%;
}
.post p {
margin:0;
padding:0;
}
.post img {
max-width:100%;
}
.post ul {
display:block;
list-style-type:disc;
margin-block-start:1em;
margin-block-end:1em;
margin:0;
padding:0 0 20px 40px;
font-weight:bold;
}
.post ol {
display:block;
list-style-type:decimal;
margin-block-start:1em;
margin-block-end:1em;
margin:0;
padding:0 0 20px 40px;
font-weight:bold;
}
.post li {
display:list-item;
text-align:match-parent;
font-weight:bold;
}
.post dl {
display:block;
margin-block-start:1em;
margin-block-end:1em;
margin:0;
padding:0 0 20px;
font-weight:bold;
}
.post dt {
display:block;
font-weight:bold;
}
.post dd {
display:block;
padding:0 0 0 40px;
font-weight:bold;
}
.post h1 {
font-size:143%;
}
.post h2 {
font-size:136%;
}
.post h3 {
font-size:129%;
}
.post h4 {
font-size:122%;
}
.post h5 {
font-size:115%;
}
.post h6 {
font-size:108%;
}
.post img {
max-width:780px;
height:auto;
}
.post a:link,.post a:visited {
color:#C5162F;
text-decoration:none;
font-weight:bold;
}
.post a:hover,.post a:active {
color:#C5162F;
text-decoration:underline;
font-weight:bold;
}
.post strong {
font-weight:bold;
}
.post em {
font-style:italic;
font-weight:bold;
}
.post blockquote {
display:block;
-webkit-margin-before:1em;
-webkit-margin-after:1em;
-webkit-margin-start:40px;
-webkit-margin-end:40px;
font-weight:bold;
}
.post .aligncenter {
display:block;
margin:0 auto;
font-weight:bold;
}
.post .alignright {
float:right;
font-weight:bold;
}
.post .alignleft {
float:left;
font-weight:bold;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
height:auto;
max-width:100%;
}
@media screen and (max-width:770px) {
.post{
font-size:108%;
}
}
  .bx-wrapper {
position:relative;
margin:0;
padding:0;
*zoom:1;
}
.bx-wrapper img {
max-width:100%;
display:block;
} .bx-wrapper .bx-viewport {
margin:0;
padding:0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position:absolute;
bottom:8px;
width:100%;
} .bx-wrapper .bx-loading {
min-height:50px;
background:url(//dahlia-av.jp/wp-content/themes/dahlia/common/img/bx_loader.gif) center center no-repeat #fff;
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:998;
} .bx-wrapper .bx-pager {
text-align:center;
font-size:.85em;
font-family:Arial;
font-weight:bold;
color:#666;
padding-top:20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display:inline-block;
*zoom:1;
*display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background:#222;
text-indent:-9999px;
display:block;
width:12px;
height:12px;
margin:0 5px;
outline:0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background:#C5162F;
} .bx-wrapper .bx-prev {
left:15px;
background:url(//dahlia-av.jp/wp-content/themes/dahlia/common/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right:15px;
background:url(//dahlia-av.jp/wp-content/themes/dahlia/common/img/controls.png) no-repeat -43px -32px;
}
@media screen and (max-width:770px) {
.bx-wrapper .bx-prev {
left:10px;
}
.bx-wrapper .bx-next {
right:10px;
}
}
.bx-wrapper .bx-prev:hover {
background-position:0 0;
}
.bx-wrapper .bx-next:hover {
background-position:-43px 0;
}
.bx-wrapper .bx-controls-direction a {
position:absolute;
top:50%;
margin-top:-16px;
outline:0;
width:32px;
height:32px;
text-indent:-9999px;
z-index:998;
transition:0s;
}
.bx-wrapper .bx-controls-direction a.disabled {
display:none;
} .bx-wrapper .bx-controls-auto {
text-align:center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display:block;
text-indent:-9999px;
width:10px;
height:11px;
outline:0;
background:url(//dahlia-av.jp/wp-content/themes/dahlia/common/img/controls.png) -86px -11px no-repeat;
margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position:-86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display:block;
text-indent:-9999px;
width:9px;
height:11px;
outline:0;
background:url(//dahlia-av.jp/wp-content/themes/dahlia/common/img/controls.png) -86px -44px no-repeat;
margin:0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position:-86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align:left;
width:80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right:0;
width:35px;
} .bx-wrapper .bx-caption {
position:absolute;
bottom:0;
left:0;
background:#666;
background:rgba(80, 80, 80, 0.75);
width:100%;
}
.bx-wrapper .bx-caption span {
color:#fff;
font-family:Arial;
display:block;
font-size:.85em;
padding:10px;
}
 .c4-izmir {
--text-color: #ffffff;
--primary-color: #861F3C;
--secondary-color: #C7152F;
--padding: 1em;
--transition-duration: 600ms;
--border-margin: 15px;
--border-width: 3px;
--border-color: #ffffff;
--border-radius: 3px;
--image-opacity: 0.25;
display: inline-flex;
position: relative;
box-sizing: border-box;
overflow: hidden;
margin: 0;
padding: 0;
color: #ffffff;
color: var(--text-color);
}
.c4-izmir:before, .c4-izmir:after, .c4-izmir *, .c4-izmir *:before, .c4-izmir *:after {
box-sizing: border-box;
transition: all 600ms ease;
transition: all var(--transition-duration) ease; }
.c4-izmir figcaption {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 1em;
padding: var(--padding);
width: 100%;
z-index: 1; }
.c4-izmir img {
object-fit: cover;
max-width: 100%;
width: 100%;
height: 100%; }
.c4-izmir h1,
.c4-izmir h2,
.c4-izmir h3,
.c4-izmir h4,
.c4-izmir h5,
.c4-izmir h6,
.c4-izmir p {
margin-top: 0;
color: #ffffff;
color: var(--text-color); }
.c4-izmir h1:last-child,
.c4-izmir h2:last-child,
.c4-izmir h3:last-child,
.c4-izmir h4:last-child,
.c4-izmir h5:last-child,
.c4-izmir h6:last-child,
.c4-izmir p:last-child {
margin-bottom: 0; } [class^='c4-border']:before, [class^='c4-border']:after,
[class^='c4-border'] figcaption:before,
[class^='c4-border'] figcaption:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
background-color: #ffffff;
background-color: var(--border-color);
position: absolute;
content: ''; }
[class^='c4-border']:before, [class^='c4-border']:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after {
z-index: 1;
height: 3px;
height: var(--border-width);
left: 15px;
left: var(--border-margin);
right: 15px;
right: var(--border-margin);
transform: scaleX(0); }
[class^='c4-border']:before,
[class*=' c4-border']:before {
top: 15px;
top: var(--border-margin); }
[class^='c4-border']:after,
[class*=' c4-border']:after {
bottom: 15px;
bottom: var(--border-margin); }
[class^='c4-border'] figcaption,
[class*=' c4-border'] figcaption {
z-index: 3; }
[class^='c4-border'] figcaption:before, [class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
z-index: -1;
width: 3px;
width: var(--border-width);
top: 15px;
top: var(--border-margin);
bottom: 15px;
bottom: var(--border-margin);
transform: scaleY(0); }
[class^='c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:before {
left: 15px;
left: var(--border-margin); }
[class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:after {
right: 15px;
right: var(--border-margin); }
[class^='c4-border'].hover:before, [class^='c4-border'].hover:after,
[class^='c4-border'].hover figcaption:before,
[class^='c4-border'].hover figcaption:after, [class^='c4-border']:hover:before, [class^='c4-border']:hover:after,
[class^='c4-border']:hover figcaption:before,
[class^='c4-border']:hover figcaption:after, [class^='c4-border']:focus:before, [class^='c4-border']:focus:after,
[class^='c4-border']:focus figcaption:before,
[class^='c4-border']:focus figcaption:after, :focus > [class^='c4-border']:before, :focus > [class^='c4-border']:after,
:focus > [class^='c4-border'] figcaption:before,
:focus > [class^='c4-border'] figcaption:after,
[class*=' c4-border'].hover:before,
[class*=' c4-border'].hover:after,
[class*=' c4-border'].hover figcaption:before,
[class*=' c4-border'].hover figcaption:after,
[class*=' c4-border']:hover:before,
[class*=' c4-border']:hover:after,
[class*=' c4-border']:hover figcaption:before,
[class*=' c4-border']:hover figcaption:after,
[class*=' c4-border']:focus:before,
[class*=' c4-border']:focus:after,
[class*=' c4-border']:focus figcaption:before,
[class*=' c4-border']:focus figcaption:after, :focus >
[class*=' c4-border']:before, :focus >
[class*=' c4-border']:after,
:focus >
[class*=' c4-border'] figcaption:before,
:focus >
[class*=' c4-border'] figcaption:after {
transform: scale(1); }  .c4-border-vert:before, .c4-border-vert:after {
transition-duration: 0s; }
.c4-border-vert.hover:before, .c4-border-vert.hover:after, .c4-border-vert:hover:before, .c4-border-vert:hover:after, .c4-border-vert:focus:before, .c4-border-vert:focus:after, :focus > .c4-border-vert:before, :focus > .c4-border-vert:after {
transition-delay: 480ms; } .c4-border-horiz figcaption:before, .c4-border-horiz figcaption:after {
transition-duration: 0s; }
.c4-border-horiz.hover figcaption:before, .c4-border-horiz.hover figcaption:after, .c4-border-horiz:hover figcaption:before, .c4-border-horiz:hover figcaption:after, .c4-border-horiz:focus figcaption:before, .c4-border-horiz:focus figcaption:after, :focus > .c4-border-horiz figcaption:before, :focus > .c4-border-horiz figcaption:after {
transition-delay: 480ms; } .c4-border-bottom:after {
transition-delay: 480ms; }
.c4-border-bottom:before, .c4-border-bottom:after {
transition-duration: 0s; }
.c4-border-bottom figcaption:before, .c4-border-bottom figcaption:after {
transform-origin: 100% 100%; }
.c4-border-bottom.hover:before, .c4-border-bottom:hover:before, .c4-border-bottom:focus:before, :focus > .c4-border-bottom:before {
transition-delay: 480ms; }
.c4-border-bottom.hover:after, .c4-border-bottom:hover:after, .c4-border-bottom:focus:after, :focus > .c4-border-bottom:after {
transition-delay: 0s; } .c4-border-top:before {
transition-delay: 480ms; }
.c4-border-top:before, .c4-border-top:after {
transition-duration: 0s; }
.c4-border-top figcaption:before, .c4-border-top figcaption:after {
transform-origin: 0 0; }
.c4-border-top.hover:after, .c4-border-top:hover:after, .c4-border-top:focus:after, :focus > .c4-border-top:after {
transition-delay: 480ms; }
.c4-border-top.hover:before, .c4-border-top:hover:before, .c4-border-top:focus:before, :focus > .c4-border-top:before {
transition-delay: 0s; } .c4-border-right:before, .c4-border-right:after {
transform-origin: 100% 100%; }
.c4-border-right figcaption:after {
transition-delay: 480ms; }
.c4-border-right figcaption:before, .c4-border-right figcaption:after {
transition-duration: 0s; }
.c4-border-right.hover figcaption:before, .c4-border-right:hover figcaption:before, .c4-border-right:focus figcaption:before, :focus > .c4-border-right figcaption:before {
transition-delay: 480ms; }
.c4-border-right.hover figcaption:after, .c4-border-right:hover figcaption:after, .c4-border-right:focus figcaption:after, :focus > .c4-border-right figcaption:after {
transition-delay: 0s; } .c4-border-left:before, .c4-border-left:after {
transform-origin: 0 0; }
.c4-border-left figcaption:before {
transition-delay: 480ms; }
.c4-border-left figcaption:before, .c4-border-left figcaption:after {
transition-duration: 0s; }
.c4-border-left.hover figcaption:after, .c4-border-left:hover figcaption:after, .c4-border-left:focus figcaption:after, :focus > .c4-border-left figcaption:after {
transition-delay: 480ms; }
.c4-border-left.hover figcaption:before, .c4-border-left:hover figcaption:before, .c4-border-left:focus figcaption:before, :focus > .c4-border-left figcaption:before {
transition-delay: 0s; } .c4-border-corners-1:before,
.c4-border-corners-1 figcaption:before {
transform-origin: 0 0; }
.c4-border-corners-1:after,
.c4-border-corners-1 figcaption:after {
transform-origin: 100% 100%; } .c4-border-corners-2:before,
.c4-border-corners-2 figcaption:before {
transform-origin: 100% 100%; }
.c4-border-corners-2:after,
.c4-border-corners-2 figcaption:after {
transform-origin: 0 0; } .c4-border-top-left:before, .c4-border-top-left:after,
.c4-border-top-left figcaption:before,
.c4-border-top-left figcaption:after {
transform-origin: 0 0; }
.c4-border-top-left:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left:after {
transition-delay: 0s; }
.c4-border-top-left figcaption:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left figcaption:after {
transition-delay: 0s; }
.c4-border-top-left.hover:before, .c4-border-top-left:hover:before, .c4-border-top-left:focus:before, :focus > .c4-border-top-left:before {
transition-delay: 0s; }
.c4-border-top-left.hover:after, .c4-border-top-left:hover:after, .c4-border-top-left:focus:after, :focus > .c4-border-top-left:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-left.hover figcaption:before, .c4-border-top-left:hover figcaption:before, .c4-border-top-left:focus figcaption:before, :focus > .c4-border-top-left figcaption:before {
transition-delay: 0s; }
.c4-border-top-left.hover figcaption:after, .c4-border-top-left:hover figcaption:after, .c4-border-top-left:focus figcaption:after, :focus > .c4-border-top-left figcaption:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); } .c4-border-top-right:before, .c4-border-top-right:after,
.c4-border-top-right figcaption:before,
.c4-border-top-right figcaption:after {
transform-origin: 100% 0%; }
.c4-border-top-right:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right:after {
transition-delay: 0s; }
.c4-border-top-right figcaption:before {
transition-delay: 0s; }
.c4-border-top-right figcaption:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover:before, .c4-border-top-right:hover:before, .c4-border-top-right:focus:before, :focus > .c4-border-top-right:before {
transition-delay: 0s; }
.c4-border-top-right.hover:after, .c4-border-top-right:hover:after, .c4-border-top-right:focus:after, :focus > .c4-border-top-right:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover figcaption:before, .c4-border-top-right:hover figcaption:before, .c4-border-top-right:focus figcaption:before, :focus > .c4-border-top-right figcaption:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-top-right.hover figcaption:after, .c4-border-top-right:hover figcaption:after, .c4-border-top-right:focus figcaption:after, :focus > .c4-border-top-right figcaption:after {
transition-delay: 0s; } .c4-border-bottom-left:before, .c4-border-bottom-left:after,
.c4-border-bottom-left figcaption:before,
.c4-border-bottom-left figcaption:after {
transform-origin: 0 100%; }
.c4-border-bottom-left:before {
transition-delay: 0s; }
.c4-border-bottom-left:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left figcaption:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left figcaption:after {
transition-delay: 0s; }
.c4-border-bottom-left.hover:before, .c4-border-bottom-left:hover:before, .c4-border-bottom-left:focus:before, :focus > .c4-border-bottom-left:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-left.hover:after, .c4-border-bottom-left:hover:after, .c4-border-bottom-left:focus:after, :focus > .c4-border-bottom-left:after {
transition-delay: 0s; }
.c4-border-bottom-left.hover figcaption:before, .c4-border-bottom-left:hover figcaption:before, .c4-border-bottom-left:focus figcaption:before, :focus > .c4-border-bottom-left figcaption:before {
transition-delay: 0s; }
.c4-border-bottom-left.hover figcaption:after, .c4-border-bottom-left:hover figcaption:after, .c4-border-bottom-left:focus figcaption:after, :focus > .c4-border-bottom-left figcaption:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); } .c4-border-bottom-right:before, .c4-border-bottom-right:after,
.c4-border-bottom-right figcaption:before,
.c4-border-bottom-right figcaption:after {
transform-origin: 100% 100%; }
.c4-border-bottom-right:before {
transition-delay: 0s; }
.c4-border-bottom-right:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right figcaption:before {
transition-delay: 0s; }
.c4-border-bottom-right figcaption:after {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover:before, .c4-border-bottom-right:hover:before, .c4-border-bottom-right:focus:before, :focus > .c4-border-bottom-right:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover:after, .c4-border-bottom-right:hover:after, .c4-border-bottom-right:focus:after, :focus > .c4-border-bottom-right:after {
transition-delay: 0s; }
.c4-border-bottom-right.hover figcaption:before, .c4-border-bottom-right:hover figcaption:before, .c4-border-bottom-right:focus figcaption:before, :focus > .c4-border-bottom-right figcaption:before {
transition-delay: 480ms;
transition-delay: calc(var(--transition-duration) / 1.25); }
.c4-border-bottom-right.hover figcaption:after, .c4-border-bottom-right:hover figcaption:after, .c4-border-bottom-right:focus figcaption:after, :focus > .c4-border-bottom-right figcaption:after {
transition-delay: 0s; } .c4-border-cc-1:before, .c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before,
.c4-border-cc-1 figcaption:after {
transition-duration: 300ms; }
.c4-border-cc-1:before,
.c4-border-cc-1 figcaption:after {
transform-origin: 0 0; }
.c4-border-cc-1:after,
.c4-border-cc-1 figcaption:before {
transform-origin: 100% 100%; }
.c4-border-cc-1:before {
transition-delay: 600ms; }
.c4-border-cc-1:after {
transition-delay: 0s; }
.c4-border-cc-1 figcaption:before {
transition-delay: 900ms; }
.c4-border-cc-1 figcaption:after {
transition-delay: 300ms; }
.c4-border-cc-1.hover:before, .c4-border-cc-1:hover:before, .c4-border-cc-1:focus:before, :focus > .c4-border-cc-1:before {
transition-delay: 300ms; }
.c4-border-cc-1.hover:after, .c4-border-cc-1:hover:after, .c4-border-cc-1:focus:after, :focus > .c4-border-cc-1:after {
transition-delay: 900ms; }
.c4-border-cc-1.hover figcaption:before, .c4-border-cc-1:hover figcaption:before, .c4-border-cc-1:focus figcaption:before, :focus > .c4-border-cc-1 figcaption:before {
transition-delay: 0s; }
.c4-border-cc-1.hover figcaption:after, .c4-border-cc-1:hover figcaption:after, .c4-border-cc-1:focus figcaption:after, :focus > .c4-border-cc-1 figcaption:after {
transition-delay: 600ms; } .c4-border-ccc-1:before, .c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before,
.c4-border-ccc-1 figcaption:after {
transition-duration: 400ms; }
.c4-border-ccc-1:before,
.c4-border-ccc-1 figcaption:after {
transform-origin: 100% 100%; }
.c4-border-ccc-1:after,
.c4-border-ccc-1 figcaption:before {
transform-origin: 0 0; }
.c4-border-ccc-1:before {
transition-delay: 0s; }
.c4-border-ccc-1:after {
transition-delay: 600ms; }
.c4-border-ccc-1 figcaption:before {
transition-delay: 900ms; }
.c4-border-ccc-1 figcaption:after {
transition-delay: 300ms; }
.c4-border-ccc-1.hover:before, .c4-border-ccc-1:hover:before, .c4-border-ccc-1:focus:before, :focus > .c4-border-ccc-1:before {
transition-delay: 900ms; }
.c4-border-ccc-1.hover:after, .c4-border-ccc-1:hover:after, .c4-border-ccc-1:focus:after, :focus > .c4-border-ccc-1:after {
transition-delay: 300ms; }
.c4-border-ccc-1.hover figcaption:before, .c4-border-ccc-1:hover figcaption:before, .c4-border-ccc-1:focus figcaption:before, :focus > .c4-border-ccc-1 figcaption:before {
transition-delay: 0s; }
.c4-border-ccc-1.hover figcaption:after, .c4-border-ccc-1:hover figcaption:after, .c4-border-ccc-1:focus figcaption:after, :focus > .c4-border-ccc-1 figcaption:after {
transition-delay: 600ms; } .c4-border-cc-2:before,
.c4-border-cc-2 figcaption:after {
transform-origin: 0 0; }
.c4-border-cc-2:after,
.c4-border-cc-2 figcaption:before {
transform-origin: 100% 100%; } .c4-border-ccc-2:before,
.c4-border-ccc-2 figcaption:after {
transform-origin: 100% 100%; }
.c4-border-ccc-2:after, .c4-border-ccc-2 figcaption:before {
transform-origin: 0 0; } .c4-border-cc-3:before, .c4-border-cc-3 figcaption:after {
transform-origin: 0 0; }
.c4-border-cc-3:after, .c4-border-cc-3 figcaption:before {
transform-origin: 100% 100%; }
.c4-border-cc-3:before {
right: 33px;
right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
left: 0; }
.c4-border-cc-3:after {
left: 33px;
left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
right: 0; }
.c4-border-cc-3 figcaption:before {
top: 33px;
top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
bottom: 0; }
.c4-border-cc-3 figcaption:after {
bottom: 33px;
bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
top: 0; } .c4-border-ccc-3:before,
.c4-border-ccc-3 figcaption:after {
transform-origin: 100% 100%; }
.c4-border-ccc-3:after,
.c4-border-ccc-3 figcaption:before {
transform-origin: 0 0; }
.c4-border-ccc-3:before {
left: 33px;
left: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
right: 0; }
.c4-border-ccc-3:after {
right: 33px;
right: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
left: 0; }
.c4-border-ccc-3 figcaption:before {
bottom: 33px;
bottom: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
top: 0; }
.c4-border-ccc-3 figcaption:after {
top: 33px;
top: calc(var(--border-margin) + var(--border-margin) + var(--border-width));
bottom: 0; } .c4-border-fade:before, .c4-border-fade:after,
.c4-border-fade figcaption:before,
.c4-border-fade figcaption:after {
transform: scale(1);
opacity: 0; }
.c4-border-fade.hover:before, .c4-border-fade.hover:after,
.c4-border-fade.hover figcaption:before,
.c4-border-fade.hover figcaption:after, .c4-border-fade:hover:before, .c4-border-fade:hover:after,
.c4-border-fade:hover figcaption:before,
.c4-border-fade:hover figcaption:after, .c4-border-fade:focus:before, .c4-border-fade:focus:after,
.c4-border-fade:focus figcaption:before,
.c4-border-fade:focus figcaption:after, :focus > .c4-border-fade:before, :focus > .c4-border-fade:after,
:focus > .c4-border-fade figcaption:before,
:focus > .c4-border-fade figcaption:after {
opacity: 1; }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
[class^='c4-border']:before, [class^='c4-border']:after,
[class*=' c4-border']:before,
[class*=' c4-border']:after {
height: 3px;
left: 15px;
right: 15px; }
[class^='c4-border']:before,
[class*=' c4-border']:before {
top: 15px; }
[class^='c4-border']:after,
[class*=' c4-border']:after {
bottom: 15px; }
[class^='c4-border'] figcaption:before, [class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:after {
width: 3px;
top: 15px;
bottom: 15px; }
[class^='c4-border'] figcaption:before,
[class*=' c4-border'] figcaption:before {
left: 15px; }
[class^='c4-border'] figcaption:after,
[class*=' c4-border'] figcaption:after {
right: 15px; } }
.c4-image-zoom-in.hover img, .c4-image-zoom-in:hover img, .c4-image-zoom-in:focus img, :focus > .c4-image-zoom-in img {
transform: scale(1.25); }
.c4-image-zoom-out img {
transform: scale(1.25); }
.c4-image-zoom-out.hover img, .c4-image-zoom-out:hover img, .c4-image-zoom-out:focus img, :focus > .c4-image-zoom-out img {
transform: scale(1); }
.c4-image-pan-up img {
transform-origin: top;
transform: scale(1.2) translate(0, 0); }
.c4-image-pan-up.hover img, .c4-image-pan-up:hover img, .c4-image-pan-up:focus img, :focus > .c4-image-pan-up img {
transform: scale(1.2) translate(0, -15%); }
.c4-image-pan-down img {
transform-origin: bottom;
transform: scale(1.2) translate(0, 0); }
.c4-image-pan-down:hover img, .c4-image-pan-down:focus img, :focus > .c4-image-pan-down img {
transform: scale(1.2) translate(0, 15%); }
.c4-image-pan-left img {
transform-origin: left;
transform: scale(1.2) translate(0, 0); }
.c4-image-pan-left.hover img, .c4-image-pan-left:hover img, .c4-image-pan-left:focus img, :focus > .c4-image-pan-left img {
transform: scale(1.2) translate(-15%, 0); }
.c4-image-pan-right img {
transform-origin: right;
transform: scale(1.2) translate(0, 0); }
.c4-image-pan-right.hover img, .c4-image-pan-right:hover img, .c4-image-pan-right:focus img, :focus > .c4-image-pan-right img {
transform: scale(1.2) translate(15%, 0); }
.c4-image-blur.hover img, .c4-image-blur:hover img, .c4-image-blur:focus img, :focus > .c4-image-blur img {
filter: blur(4px);
transform: scale(1.1); }
.c4-image-rotate-left img {
transform: scale(1.1) translate(0, 0); }
.c4-image-rotate-left.hover img, .c4-image-rotate-left:hover img, .c4-image-rotate-left:focus img, :focus > .c4-image-rotate-left img {
transform: scale(1.3) rotate(-15deg); }
.c4-image-rotate-right img {
transform: scale(1.1) translate(0, 0); }
.c4-image-rotate-right.hover img, .c4-image-rotate-right:hover img, .c4-image-rotate-right:focus img, :focus > .c4-image-rotate-right img {
transform: scale(1.3) rotate(15deg); }
.c4-delay-100,
.c4-delay-100 > * {
transition-delay: 100ms; }
.c4-delay-200,
.c4-delay-200 > * {
transition-delay: 200ms; }
.c4-delay-300,
.c4-delay-300 > * {
transition-delay: 300ms; }
.c4-delay-400,
.c4-delay-400 > * {
transition-delay: 400ms; }
.c4-delay-500,
.c4-delay-500 > * {
transition-delay: 500ms; }
.c4-delay-600,
.c4-delay-600 > * {
transition-delay: 600ms; }
.c4-delay-700,
.c4-delay-700 > * {
transition-delay: 700ms; }
.c4-delay-800,
.c4-delay-800 > * {
transition-delay: 800ms; }
.c4-delay-900,
.c4-delay-900 > * {
transition-delay: 900ms; }
.c4-delay-1000,
.c4-delay-1000 > * {
transition-delay: 1000ms; }
[class^='c4-fade'],
[class*=' c4-fade'],
[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
display: inline-block; }
[class^='c4-fade'] > *,
[class*=' c4-fade'] > *,
[class^='c4-reveal'] > *,
[class*=' c4-reveal'] > *,
[class^='c4-rotate'] > *,
[class*=' c4-rotate'] > * {
display: inline-block; }
[class^='c4-fade'] > *:last-child,
[class*=' c4-fade'] > *:last-child,
[class^='c4-reveal'] > *:last-child,
[class*=' c4-reveal'] > *:last-child,
[class^='c4-rotate'] > *:last-child,
[class*=' c4-rotate'] > *:last-child {
margin-bottom: 0; }
[class^='c4-reveal'],
[class*=' c4-reveal'],
[class^='c4-rotate'],
[class*=' c4-rotate'] {
overflow: hidden;
opacity: 1; }
[class^='c4-fade'],
[class*=' c4-fade'] {
opacity: 0; }
.c4-izmir.hover [class^='c4-fade'],
.c4-izmir.hover [class*=' c4-fade'], .c4-izmir:hover [class^='c4-fade'],
.c4-izmir:hover [class*=' c4-fade'], .c4-izmir:focus [class^='c4-fade'],
.c4-izmir:focus [class*=' c4-fade'], :focus > .c4-izmir [class^='c4-fade'],
:focus > .c4-izmir [class*=' c4-fade'] {
opacity: 1;
transform: translate(0); }
.c4-izmir.hover [class^='c4-reveal'],
.c4-izmir.hover [class*=' c4-reveal'],
.c4-izmir.hover [class^='c4-rotate'],
.c4-izmir.hover [class*=' c4-rotate'], .c4-izmir:hover [class^='c4-reveal'],
.c4-izmir:hover [class*=' c4-reveal'],
.c4-izmir:hover [class^='c4-rotate'],
.c4-izmir:hover [class*=' c4-rotate'], .c4-izmir:focus [class^='c4-reveal'],
.c4-izmir:focus [class*=' c4-reveal'],
.c4-izmir:focus [class^='c4-rotate'],
.c4-izmir:focus [class*=' c4-rotate'], :focus > .c4-izmir [class^='c4-reveal'],
:focus > .c4-izmir [class*=' c4-reveal'],
:focus > .c4-izmir [class^='c4-rotate'],
:focus > .c4-izmir [class*=' c4-rotate'] {
opacity: 1; }
.c4-izmir.hover [class^='c4-reveal'] > *,
.c4-izmir.hover [class*=' c4-reveal'] > *,
.c4-izmir.hover [class^='c4-rotate'] > *,
.c4-izmir.hover [class*=' c4-rotate'] > *, .c4-izmir:hover [class^='c4-reveal'] > *,
.c4-izmir:hover [class*=' c4-reveal'] > *,
.c4-izmir:hover [class^='c4-rotate'] > *,
.c4-izmir:hover [class*=' c4-rotate'] > *, .c4-izmir:focus [class^='c4-reveal'] > *,
.c4-izmir:focus [class*=' c4-reveal'] > *,
.c4-izmir:focus [class^='c4-rotate'] > *,
.c4-izmir:focus [class*=' c4-rotate'] > *, :focus > .c4-izmir [class^='c4-reveal'] > *,
:focus > .c4-izmir [class*=' c4-reveal'] > *,
:focus > .c4-izmir [class^='c4-rotate'] > *,
:focus > .c4-izmir [class*=' c4-rotate'] > * {
transform: translate(0) rotate(0deg); }
.c4-fade-up {
transform: translateY(1.5rem); }
.c4-fade-down {
transform: translateY(-1.5rem); }
.c4-fade-left {
transform: translateX(1.5rem); }
.c4-fade-right {
transform: translateX(-1.5rem); }
.c4-reveal-up > * {
transform: translateY(100%); }
.c4-reveal-down > * {
transform: translateY(-100%); }
.c4-reveal-left > * {
transform: translateX(100%); }
.c4-reveal-right > * {
transform: translateX(-100%); }
.c4-rotate-up-right > * {
transform-origin: bottom left;
transform: rotate(90deg); }
.c4-rotate-up-left > * {
transform-origin: bottom right;
transform: rotate(-90deg); }
.c4-rotate-down-right > * {
transform-origin: top left;
transform: rotate(-90deg); }
.c4-rotate-down-left > * {
transform-origin: top right;
transform: rotate(90deg); }
.c4-gradient-top {
background-image: linear-gradient(180deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-left {
background-image: linear-gradient(90deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-right {
background-image: linear-gradient(270deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom {
background-image: linear-gradient(0deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(0deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-top-left {
background-image: linear-gradient(135deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-top-right {
background-image: linear-gradient(225deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(225deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom-left {
background-image: linear-gradient(45deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(45deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom-right {
background-image: linear-gradient(315deg, #C5162F 0%, #FF67A0 100%);
background-image: linear-gradient(315deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-izmir .c4-layout-top-left {
justify-content: flex-start;
align-items: flex-start;
text-align: left; }
.c4-izmir .c4-layout-top-center {
justify-content: flex-start; }
.c4-izmir .c4-layout-top-right {
justify-content: flex-start;
align-items: flex-end;
text-align: right; }
.c4-izmir .c4-layout-center-left {
align-items: flex-start;
text-align: left; }
.c4-izmir .c4-layout-center-right {
align-items: flex-end;
text-align: right; }
.c4-izmir .c4-layout-bottom-left {
justify-content: flex-end;
align-items: flex-start;
text-align: left; }
.c4-izmir .c4-layout-bottom-center {
justify-content: flex-end; }
.c4-izmir .c4-layout-bottom-right {
justify-content: flex-end;
align-items: flex-end;
text-align: right; }
.c4-izmir {
background-color: #C5162F;
background-color: var(--primary-color); }
.c4-izmir figcaption {
padding: 2em;
padding: calc(var(--padding) * 2); }
.c4-izmir figcaption > * {
opacity: 0; }
.c4-izmir.hover > img, .c4-izmir:hover > img, .c4-izmir:focus > img, :focus > .c4-izmir > img {
opacity: 0.25;
opacity: var(--image-opacity); }
.c4-izmir.hover figcaption > *, .c4-izmir:hover figcaption > *, .c4-izmir:focus figcaption > *, :focus > .c4-izmir figcaption > * {
opacity: 1; }
 .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }