@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: #D21577;
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: #E3007F;
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: 100%;
height: 100px;
background: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 999;
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);
}
.box_head {
width: 1340px;
margin: 0 auto;
}
.box_head h1 {
width: 165px;
padding: 12px 0 0;
float: left;
}
.box_head_logo {
width: 165px;
padding: 12px 0 0;
float: left;
}
.nav {
width: 875px;
padding: 20px 0 0 100px;
float: left;
}
.nav li {
margin: 0 0 20px;
padding: 0 0 0 7.5px;
float: left;
font-family: 'futura-pt', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.0;
border-left: solid 5px #C20065;
font-size: 120%;
}
.nav li a {
width: 100%;
display: block;
padding: 0 100px 0 0;
font-size: 160%;
}
.nav li a span {
font-size: 65%;
display: inline-block;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: bold;
}
.nav li a:hover {
color: #D21577;
}
.box_head_search {
width: 300px;
padding: 24px 0 0;
float: right;
}
.box_head_search form {
position: relative;
}
.text_search {
width: 268px;
height: 32px;
padding: 0 10px;
border: 0;
position: absolute;
top: 0;
left: 0;
background: #F1F1F1;
-webkit-appearance: none;
border-radius: 0;
}
.btn_search {
width: 32px;
height: 32px;
padding: 0;
border: 0;
position: absolute;
top: 0;
left: 268px;
cursor: pointer;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/icon_search.png) center center no-repeat #D21577;
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: 100px;
position: relative;
}
.box_head {
width: 100%;
}
.box_head h1 {
width: 165px;
margin: 0 auto;
padding: 15px 0 0;
float: none;
}
.box_head_logo {
width: 165px;
margin: 0 auto;
padding: 15px 0 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: 100px;
z-index: 990;
display: none;
}
#menu form {
position: relative;
}
#sp-icon {
width: 25px;
position: absolute;
top: 35px;
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: #D21577;
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%;
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/faleno/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/faleno/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/faleno/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/faleno/common/img/sp_news.png) center 11px no-repeat;
background-size: 30px;
}
} .container {
width: 1340px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.column-l {
width: 1000px;
border-right: solid 1px;
}
.column-r {
width: 320px;
margin-left: 20px;
}
@media screen and (max-width:770px) {
.container {
width: 100%;
}
.column-l,
.column-r {
width: 100%;
margin-left: 0;
}
.column-l {
border-right: 0;
}
.text_name {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
line-height: 1.5em;
max-height: 7.5em;
}
}
.back01 {
width: 100%;
padding: 60px 0 70px;
background: #FFF;
}
.back02 {
width: 100%;
padding: 40px 0 70px;
background: #FFF;
}
.back03 {
width: 100%;
padding: 60px 0 80px;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/back_back03.png) 0 0 repeat;
}
.back04 {
width: 100%;
padding: 60px 0 0;
background: #FFF;
}
.back05 {
width: 100%;
padding: 0 0 70px;
background: #FFF;
}
.back_ban01 {
width: 100%;
padding: 40px 0;
background: #222;
}
.back_ban02 {
width: 100%;
padding: 40px 0;
border-top: 1px solid #EDEDED;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/back_back03.png) 0 0 repeat;
}
@media screen and (max-width:770px) {
.back01 {
padding: 30px 15px 35px;
}
.back02 {
padding: 30px 15px 35px;
}
.back03 {
padding: 30px 15px 35px;
}
.back04 {
padding: 30px 15px 0;
}
.back05 {
padding: 0 15px 35px;
}
.back_ban01 {
padding: 15px;
}
.back_ban02 {
padding: 15px;
}
} .bar01 h1 {
margin: 0 0 20px;
padding: 0 0 0 7.5px;
font-family: 'futura-pt', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 250%;
line-height: 1.0;
border-left: solid 5px #C20065;
}
.bar01 h1 span {
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: bold;
}
.bar01 h2 {
margin: 0 0 20px;
padding: 0 0 0 7.5px;
font-family: 'futura-pt', '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 250%;
line-height: 1.0;
border-left: solid 5px #C20065;
}
.bar01 h2 span {
display: inline-block;
font-size: 45%;
font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
font-weight: bold;
}
.bar02 h1 {
max-width: 1340px;
margin: 0 auto 40px;
padding: 0 0 0 13px;
font-size: 215%;
line-height: 1.4;
border-left: 7px solid #D21577;
font-weight: bold;
}
.bar02 h1 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 60%;
color: #666;
}
.bar02 h2 {
max-width: 1340px;
margin: 0 auto 40px;
padding: 0 0 0 13px;
font-size: 215%;
line-height: 1.4;
border-left: 7px solid #D21577;
font-weight: bold;
}
.bar02 h2 span {
padding: 0 0 0 7.5px;
display: inline-block;
font-size: 60%;
color: #666;
}
@media screen and (max-width:770px) {
.bar01 h1 {
margin: 0 0 20px;
padding: 0 0 0 13px;
font-size: 172%;
}
.bar01 h1 span {
padding: 0;
font-size: 50%;
}
.bar01 h2 {
margin: 0 0 20px;
padding: 0 0 0 13px;
font-size: 172%;
}
.bar01 h2 span {
padding: 0;
font-size: 50%;
}
.bar02 h1 {
width: 100%;
margin: 0 auto 20px;
padding: 0 0 0 10px;
font-size: 129%;
border-left: 5px solid #D21577;
}
.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-left: 5px solid #D21577;
}
.bar02 h2 span {
padding: 0 0 0 5px;
}
} .bread {
width: 100%;
padding: 105px 0 0;
background: #F1F1F1;
}
.bread p {
width: 1340px;
margin: 0 auto;
padding: 12.5px 0;
line-height: 1.0;
color: #444;
display: block;
font-size: 86%;
}
.bread p a:hover {
color: #D21577;
text-decoration: underline;
}
@media screen and (max-width:770px) {
.bread {
padding: 0;
}
.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: #D21577;
}
#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;
border-bottom: 1px solid #444;
}
.box_foot {
width: 1340px;
margin: 0 auto;
padding: 60px 0;
}
.box_foot_left {
width: 500px;
float: left;
}
.box_foot_left h2 {
width: 165px;
margin: 0 0 40px;
}
.box_foot_left span {
display: none;
}
.box_foot_left li {
margin: 0 0 20px;
padding: 0 0 0 15px;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/icon_arrow.png) left center no-repeat;
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;
font-size: 108%;
color: #FFF;
}
.box_foot_right {
align-items: flex-end;
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 (max-width:770px) {
.footer {
padding: 0 15px;
}
.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 0 0 12.5px;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/icon_arrow.png) left center no-repeat;
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: 5px 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,
.btn14 a,
.btn02 a,
.btn03 a,
.btn04 a,
.btn09 a,
.btn10 a,
.btn11 input {
padding: 23px 0 16px !important;
}
.btn05 a,
.btn06 a,
.btn07 a,
.btn12 a,
.btn13 a,
.btn08 {
padding: 13px 0 6px !important;
}
}
.btn01 a {
width: 300px;
margin: 0 auto;
padding: 20px 0 19px;
display: block;
text-align: center;
background: #FF67A0;
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: #C20065;
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/faleno/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: #F2A100;
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/faleno/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/faleno/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: #FF67A0;
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/faleno/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;
display: block;
text-align: center;
background: #C20065;
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/group/wp-content/themes/faleno/common/img/icon_unext.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn06 a:hover {
opacity: 0.7;
}
.btn06_2 a {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: #C20065;
font-size: 100%;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
}
.btn06_2 a:before {
content: "";
display: inline-block;
width: 20px;
height: 14px;
margin: -2px 2px 0 0;
background: url(https://cdn.faleno.net/group/wp-content/themes/faleno/common/img/whiteallow.png) no-repeat;
background-size: contain;
vertical-align: middle;
}
.btn06_2 a:hover {
opacity: 0.7;
}
.btn07 a {
width: 100%;
padding: 10px 0 9px;
display: block;
text-align: center;
background: #F2A100;
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/faleno/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/faleno/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: #FF67A0;
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/faleno/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: #0080DE;
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: #FF67A0;
color: #FFF;
line-height: 1.0;
font-weight: bold;
border-radius: 4px;
border: none;
border-bottom: 4px solid #E65D90;
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/faleno/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: #e60032;
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/faleno/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/faleno/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/faleno/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: #e60032;
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/faleno/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;
}
.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;
}
.btn06_2 a {
font-size: 72%;
}
.btn06_2 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 {
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%;
}
.btn12 a {
font-size: 72%;
}
.btn12 a:before {
width: 15px;
height: 10px;
margin: -2px 0 0 0;
}
.btn13 a {
font-size: 72%;
}
.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;
}
} .ht-visual {
width: 100%;
height: 400px;
margin-top: 80px;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/bg_faleno_htb.jpg?output-quality=60);
background-size: 2000px 400px;
background-position: 50%;
background-repeat: no-repeat;
}
.ht-visual > .inner {
width: 1340px;
margin: 0 auto;
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;
}
section.fzlink > .inner {
width: 1340px;
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;
background: url(https://cdn.faleno.net/top/wp-content/themes/faleno/common/img/bg_faleno_htb.jpg?output-quality=60);
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;
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;
}
}
 .main_sp {
display: none;
}
.back_main_pc {
width: 100%;
padding: 100px 0 0;
background: #FFF;
}
.box_main_pc {
margin: 0 auto;
padding: 0;
}
.box_main_pc_left {
width: 71.5%;
float: left;
background: #FFF;
}
.video_slider {
height: auto;
float: left;
}
.video_slider > li {
width: 71.5%;
height: auto;
float: left;
}
.bxslider img {
position: relative;
}
.bxslider_thumbnail {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: right;
margin-top: 0px;
list-style: none;
background-color: #C20065;
}
.bxslider_thumbnail > li {
width: 50%;
opacity: 0.7;
}
@media screen and (max-width:770px) {
.bxslider_thumbnail > li {
width: 25%;
opacity: 0.7;
}
}
.bxslider_thumbnail > li > a {
display: block;
position: relative;
padding-top: 141%;
}
.bxslider_thumbnail > li > a p {
display: none;
}
.bxslider_thumbnail > li > a:hover p {
width: 150px;
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;
}
.bxslider_thumbnail > li > a:hover p img {
opacity: 1.0;
}
.bxslider_thumbnail > li > a > img {
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
max-width: 100%;
}
.bx-wrapper {
background-color: transparent;
margin: auto 0 !important;
border: none;
box-shadow: none;
}
.bx-wrapper img {
display: block;
}
.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: 10px 0;
font-size: 122%;
text-align: center;
font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
.main_text {
padding: 13px 0 7px !important;
}
}
.box_main_pc_right {
width: 28.5%;
float: right;
background-color: #C20065;
}
@media screen and (max-width:770px) {
.box_main_pc_right {
width: 28.5%;
float: right;
background-color: #FFF;
}
}
.bx-viewport {
height: auto !important;
}
.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 #D21577;
}
.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 #D21577 transparent transparent;
border-width: 7.5px 10px 7.5px 0;
}
.tab_slider {
display: none;
}
.tab_slider.active {
display: block;
}
.box_ranking01 {
width: 1340px;
margin: 0 auto -40px;
}
.box_ranking01 li {
width: 235px;
margin: 0 41px 40px 0;
float: left;
}
.box_ranking01 li:nth-child(5n) {
margin: 0 0 40px 0;
}
.waku_ranking01 {
width: 100%;
background: #FFF;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.img_ranking01 {
width: 235px;
overflow: hidden;
position: relative;
}
.triangle {
width: 200px;
position: absolute;
top: -8px;
left: -83px;
text-align: center;
transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
}
.triangle span {
padding: 10px 0 0;
color: #FFF;
font-family: 'Righteous', sans-serif;
font-size: 136%;
transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
display: block;
}
.triangle span:before {
counter-increment: number 1;
content: counter(number) " ";
}
.box_ranking01 li .triangle {
background: #D21577;
}
.box_ranking01 li:nth-child(1) .triangle {
background: #D5BA00;
}
.box_ranking01 li:nth-child(2) .triangle {
background: #979A9F;
}
.box_ranking01 li:nth-child(3) .triangle {
background: #936140;
}
.box_ranking01 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #D21577;
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;
}
.text_ranking01 {
padding: 0 0 7.5px;
}
.text_ranking01 span {
width: 60px;
margin: 0 10px 2.5px 0;
padding: 5px 0;
display: block;
background: #222;
color: #FFF;
line-height: 1.0;
font-weight: bold;
font-size: 79%;
float: left;
text-align: center;
}
.text_ranking01 p {
display: block;
float: left;
line-height: 1.5;
}
.box_actress01 {
width: 1340px;
margin: 0 auto -40px;
}
.box_actress01 li {
width: 305px;
margin: 0 40px 40px 0;
float: left;
}
.box_actress01 li:nth-child(4n) {
margin: 0 0 40px 0;
}
.img_actress01 {
width: 305px;
height: 432px;
margin: 0;
padding: 0;
box-shadow: 10px 10px #F1F1F1;
}
.img_actress01 figure {
vertical-align: bottom;
}
.img_actress01 p {
font-size: 150%;
font-family: 'Righteous', sans-serif;
}
.box_actress01 li .text_name {
padding: 25px 0 0;
text-align: center;
font-size: 165%;
line-height: 1.0;
}
.box_actress01 li .text_name span {
padding: 10px 0 0;
display: block;
font-size: 55%;
color: #666;
}
.ban_unext02 {
width: 1340px;
margin: 0 auto;
}
.ban_unext02_left {
width: 650px;
float: left;
}
.ban_unext02_right {
width: 650px;
float: right;
}
.box_news01 {
width: 1340px;
margin: 0 auto -40px;
padding: 0 0 40px;
}
.box_news01 li {
margin: 0 0 40px;
}
.box_news01_left {
width: 160px;
float: left;
}
.box_news01_right {
width: 1180px;
float: left;
padding: 0 0 0 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: #D21577;
font-weight: bold;
line-height: 1.4;
display: block;
}
.box_news01_right a:hover {
text-decoration: underline;
}
.box_news01_right p {
font-size: 108%;
}
@media screen and (max-width:770px) {
.main_pc {
display: none;
}
.main_sp {
display: block;
}
.back_main_pc {
padding: 0;
}
.box_main_pc {
width: 100%;
padding: 0;
}
.box_main_pc_left {
width: 100%;
height: auto;
float: none;
box-shadow: none;
}
.main_text {
font-size: 100%;
}
.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 #D21577;
-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 #D21577 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 7.5px 15px 0;
}
.box_ranking01 li:nth-child(2n) {
padding: 0 0 15px 7.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;
box-shadow: 5px 5px #F1F1F1;
}
.img_actress01 p {
font-size: 100%;
}
.box_actress01 li .text_name {
padding: 15px 0 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: 0 0 0 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: 1340px;
margin: 0 auto 60px;
position: relative;
text-align: center;
}
.box_works01_img a {
width: 1340px;
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: 1340px;
height: auto;
margin: 0 auto 60px;
padding: 40px 0 20px;
background: #FFF;
}
.box_works01_ga ul {
width: 1340px;
margin: 0 auto;
}
.box_works01_ga li {
width: 268px;
padding: 0 10px 10px;
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: 1340px;
margin: 0 auto;
}
.box_works01_sns {
margin: 0 0 15px -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: 650px;
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%;
margin: 0 auto;
padding: 20px 0;
background: #222;
}
.img_bottom_box_va {
width: 400px;
margin: 0 auto;
}
.img_bottom_box {
width: 960px;
margin: 0 auto;
}
.img_bottom_box_left {
display: flex;
justify-content: space-between;
}
.box_kanren01 {
margin: 0 auto -40px;
}
.box_kanren01 li {
width: 224px;
margin: 0 25px 25px 0;
float: left;
}
.box_kanren01 li:nth-child(4n) {
margin: 0 26px 30px 0;
}
.box_kanren01 li a {
display: block;
}
.waku_kanren01 {
width: 224px;
background: #FFF;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.box_kanren01 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #D21577;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_kanren01 li .text_name a:hover {
text-decoration: underline;
}
.box_kanren02 {
margin: 0 auto -40px;
}
.box_kanren02 li {
width: 224px;
margin: 0 25px 50px 0;
float: left;
font-size: 150%;
}
.box_kanren02 li:nth-child(4n) {
margin: 0 26px 50px 0;
}
.box_kanren02 li a {
text-align: center;
display: block;
padding: 20px;
font-size: 150%;
font-weight: bold;
border: solid 1px;
border-radius: 15px;
margin: 0 0 10px;
transition: .5s;
}
.box_kanren02 li a:hover {
background: #C20065;
color: white;
}
.waku_kanren02 {
width: 224px;
background: #FFF;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.box_kanren02 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #D21577;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_kanren02 li .text_name a:hover {
text-decoration: underline;
}
.text_kanren01 {
padding: 0 0 10px;
}
.text_kanren01 span {
width: 60px;
margin: 0 10px 2.5px 0;
padding: 5px 0;
display: block;
background: #222;
color: #FFF;
line-height: 1.0;
font-weight: bold;
font-size: 79%;
float: left;
text-align: center;
}
.text_kanren01 p {
display: block;
float: left;
line-height: 1.5;
}
.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: #D21577 !important;
border-color: #D21577 !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%;
}
@media screen and (max-width:770px) {
.box_works01_img_sp {
display: block;
margin: 0 0 30px;
}
.box_works01_img_va {
width: 100%;
margin: 0 auto 30px;
}
.box_works01_img {
width: auto;
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 {
width:100%;
height: 83.4%;
margin: 0;
padding: 30px 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%;
}
.box_kanren02 {
width: 100%;
margin: 0 auto -15px;
}
.box_kanren02 li {
width: 50%;
margin: 0;
padding: 0 7.5px 15px 0;
font-size: 120%;
}
.box_kanren02 li:nth-child(2n) {
padding: 0 0 15px 7.5px;
}
.box_kanren02 li:nth-child(4n) {
margin: 0;
}
.box_kanren02 li a {
text-align: center;
display: block;
padding: 10px;
font-size: 130%;
font-weight: bold;
border: solid 1px;
border-radius: 15px;
margin: 0 0 10px;
transition: .5s;
}
.box_kanren02 li a:hover {
background: #C20065;
color: white;
}
.waku_kanren02 {
width: 224px;
background: #FFF;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.box_kanren02 li .text_name a {
padding: 12.5px 15px;
font-size: 108%;
color: #D21577;
font-weight: bold;
line-height: 1.4;
display: inline-block;
}
.box_kanren02 li .text_name a:hover {
text-decoration: underline;
}
.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%;
}
} .box_actress02 {
width: 1340px;
margin: 0 auto;
}
.box_actress02_left {
width: 520px;
float: left;
}
.box_actress02_right {
width: 780px;
float: right;
}
.box_actress02_list {
margin: 0 0 40px;
}
.box_actress02_list ul {
width: 370px;
float: left;
border-top: 1px solid #DDD;
}
.box_actress02_list ul:nth-child(2) {
float: right;
}
.box_actress02_list li {
padding: 20px 0;
border-bottom: 1px solid #DDD;
font-size: 108%;
}
.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: 210px;
float: left;
}
.box_actress03_right {
width: 530px;
margin: 0 0 -5px;
float: right;
}
.box_actress03_right .text_name a {
padding: 0 0 15px;
font-size: 108%;
color: #D21577;
font-weight: bold;
line-height: 1.4;
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;
}
.box_variety01 {
width: 1340px;
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: #D21577 !important;
border-color: #D21577 !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:#D21577;
text-decoration:none;
font-weight:bold;
}
.post a:hover,.post a:active {
color:#D21577;
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:auto 0;
padding:0;
*zoom:1;
}
.bx-wrapper img {
max-width:100%;
display:block;
} .bx-wrapper .bx-viewport {
margin:auto 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(//falenogroup.com/wp-content/themes/faleno/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:#D21577;
} .bx-wrapper .bx-prev {
left:15px;
background:url(//falenogroup.com/wp-content/themes/faleno/common/img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right:15px;
background:url(//falenogroup.com/wp-content/themes/faleno/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(//falenogroup.com/wp-content/themes/faleno/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(//falenogroup.com/wp-content/themes/faleno/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: #D21577;
--secondary-color: #FF67A0;
--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, #D21577 0%, #FF67A0 100%);
background-image: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-left {
background-image: linear-gradient(90deg, #D21577 0%, #FF67A0 100%);
background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-right {
background-image: linear-gradient(270deg, #D21577 0%, #FF67A0 100%);
background-image: linear-gradient(270deg, var(--primary-color) 0%, var(--secondary-color) 100%); }
.c4-gradient-bottom {
background-image: linear-gradient(0deg, #D21577 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, #D21577 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, #D21577 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, #D21577 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, #D21577 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: #D21577;
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; } }
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;z-index:9999;top:0;left:0;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{display:block;float:left;max-width:none;margin:auto;border:0;-ms-interpolation-mode:bicubic}.cboxIframe{display:block;width:100%;height:100%;margin:0;padding:0;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box}#cboxOverlay{background:#444;opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{overflow:visible;margin-top:32px;background:#ededed}.cboxIframe{background:#000}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{background:#000}#cboxLoadingGraphic{background:url(//falenogroup.com/wp-content/themes/faleno/common/css/images/loading.gif) no-repeat center center}#cboxLoadingOverlay{background:#000}#cboxTitle{position:absolute;top:-22px;left:0;color:#000}#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{position:absolute;top:-26px;overflow:visible;width:20px;height:20px;margin:0;padding:0;border:0;border-radius:10px;background:url(//falenogroup.com/wp-content/themes/faleno/common/css/images/controls.png) no-repeat 0 0;text-indent:-9999px}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxPrevious{right:44px;background-position:0 -1px}#cboxPrevious:hover{background-position:-1px -26px}#cboxNext{right:22px;background-position:-25px -1px}#cboxNext:hover{background-position:-25px -26px}#cboxClose{right:0;background-position:-50px -1px}#cboxClose:hover{background-position:-50px -26px}.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious{right:66px}.cboxSlideshow_on #cboxSlideshow{right:44px;background-position:-75px -26px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -26px}.cboxSlideshow_off #cboxSlideshow{right:44px;background-position:-100px -1px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -26px}
.sect-video-slider{background-color:#303030}.sect-video-slider .bx-videoSlider{padding-bottom:10px}.bx-videoSlider .bx-movie{display:table;position:relative;width:100%;background:#000}.bx-videoSlider .bx-movie>*{display:table-cell;vertical-align:middle}.bx-videoSlider .bx-movie-stage{position:relative;width:62.34%;height:100%;font-size:0}.bx-videoSlider .bx-movie-video{width:100%}.bx-videoSlider .bx-tmb{position:relative;padding-top:1px;font-size:0}.bx-videoSlider .item-tmb{display:inline-block;position:relative;width:calc((100% - 2px)/3);margin:0 1px 1px 0;background-color:#000;cursor:pointer}.bx-videoSlider .item-tmb.is-active{cursor:default}.bx-videoSlider .item-tmb:nth-child(3n){margin-right:0}.bx-videoSlider .item-tmb:before{display:block;position:absolute;z-index:2;top:0;left:0;box-sizing:border-box;width:100%;height:100%;background-color:#e4007f;opacity:.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";content:"";transition:.6s}.bx-videoSlider .item-tmb:hover:before{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";transition:.2s}.bx-videoSlider .item-tmb.is-active:before{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";transition:.2s}.bx-videoSlider .item-tmb:after{display:block;position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;width:36%;max-width:56px;height:100%;margin:auto;background:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/top/ico_play.png) no-repeat center center;background-size:100% auto;opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";content:""}.bx-videoSlider .item-tmb:hover:after{animation:hoverSlide .4s ease}.bx-videoSlider .item-tmb.is-active:after{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.bx-videoSlider .item-tmb img{display:block;z-index:1;width:100%}.bx-videoSlider .lst-tmb-link{position:absolute;right:0;bottom:1px;width:calc((100% - 2px)/3);height:calc((100% - 3px)/2);background-color:#e4007f;transition:.2s}.bx-videoSlider .lst-tmb-link:hover{background-color:#ff008c}.bx-videoSlider .lst-tmb-link a{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;text-align:center}.bx-videoSlider .tx-tmb-link{position:absolute;top:0;bottom:0;width:100%;height:5.6em;margin:auto;color:#fff;font-size:16px;line-height:2}.bx-videoSlider .tx-tmb-link:after{display:block;position:absolute;right:0;bottom:0;left:0;width:16px;height:12px;margin:auto;background:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/common/ico_arrow_white.png) no-repeat center center;content:""}.bx-videoSlider .lst-tmb-link a:hover .tx-tmb-link:after{animation:hoverSlide .4s ease}.bx-videoSlider .lst-video-info{display:block;margin:10px 10px 0;background-color:#f7f7f7;box-shadow:0 1px 3px 0 rgba(0,0,0,.3)}.bx-videoSlider .item-video-info{display:table;width:100%;height:100%;table-layout:fixed}.bx-videoSlider .item-video-info:not(.is-active){display:none}.bx-videoSlider .item-video-info>*{display:table-cell;vertical-align:middle}.bx-videoSlider .img-maker{position:relative;box-sizing:border-box;width:91px;height:90px;padding:1px;border-right:1px solid #ededed;background-color:#fff}.bx-videoSlider .img-maker a{display:block}.bx-videoSlider .img-maker a:before{display:block;position:absolute;top:-13px;left:40px;width:0;height:0;border:5px solid transparent;border-bottom:8px solid #f7f7f7;content:"";transition:.2s}.bx-videoSlider .img-maker a:hover:before{border-bottom:8px solid #e4007f}.bx-videoSlider .img-maker a:after{position:absolute;top:0;left:0;box-sizing:border-box;width:90px;height:100%;border:2px solid #e4007f;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";content:"";transition:.2s}.bx-videoSlider .img-maker a:hover:after{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.bx-videoSlider .img-maker img{display:block;width:100%}.bx-videoSlider .tx-info{padding:20px 10px 14px}.bx-videoSlider .ttl-info{overflow:hidden;width:100%;color:#e4007f;font-size:20px;line-height:1;white-space:nowrap}.bx-videoSlider .lst-genre-btn{overflow:hidden;margin-top:10px}.bx-videoSlider .lst-genre-btn>li{float:left;margin:0 6px 6px 0}.bx-videoSlider .btn-detail{position:relative;overflow:hidden;width:230px;text-align:center}.bx-videoSlider .btn-detail a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e4007f;transition:.2s}.bx-videoSlider .btn-detail a:hover{background-color:#ff008c}.bx-videoSlider .btn-detail a:before{display:block;position:absolute;top:0;bottom:0;left:0;width:0;height:0;margin:auto;border:68px solid transparent;border-left:12px solid #f7f7f7;content:""}.bx-videoSlider .btn-detail-txt{display:block;position:absolute;top:0;right:0;bottom:0;left:0;height:16px;margin:auto;color:#fff;line-height:1;vertical-align:middle}.bx-videoSlider .btn-detail-txt:after{position:relative;right:-6px;content:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/common/ico_arrow_white.png);transition:.2s}.bx-videoSlider .btn-detail a:hover .btn-detail-txt:after{right:-10px}.item-video-info .js-markey .bx-markey-mask{display:inline-block;white-space:nowrap;will-change:animation}.item-video-info .js-markey.js-markeyDuration-10 .bx-markey-mask{animation:markey 10s linear infinite}.item-video-info .js-markey.js-markeyDuration-20 .bx-markey-mask{animation:markey 20s linear infinite}.item-video-info .js-markey.js-markeyDuration-30 .bx-markey-mask{animation:markey 30s linear infinite}.item-video-info .js-markey.js-markeyDuration-40 .bx-markey-mask{animation:markey 40s linear infinite}.item-video-info .js-markey.js-markeyDuration-50 .bx-markey-mask{animation:markey 50s linear infinite}@keyframes markey{from{transform:translate(0)}10%{transform:translate(0)}99%,to{transform:translate(-100%)}}.sect-brand-slider{position:relative;overflow:hidden}.sect-brand-slider .bx-txt{position:absolute;top:0;left:0;width:40%;height:100%;margin:-10% 0;padding:10% 0;background-color:rgba(228,0,127,.9);box-shadow:1px 0 3px 0 rgba(0,0,0,.3);-ms-transform:translateX(-50%) rotate(10deg);transform:translateX(-50%) rotate(10deg);-ms-transform-origin:75% 50%;transform-origin:75% 50%}.sect-brand-slider .bx-txt-inner{position:absolute;top:45%;left:85%;width:160px;height:205px;text-align:center;-ms-transform:translate(-50%,-50%) rotate(-10deg);transform:translate(-50%,-50%) rotate(-10deg)}.sect-brand-slider .ttl-brand{padding-bottom:40px;border-bottom:1px solid #fff;color:#fff;font-size:24px}.sect-brand-slider .stand-brand{transform:translateX(0%) rotate(-10deg); position:absolute;width:auto; right:28%;height: 60%;}.sect-brand-slider .stand-brand img{height: 100%;}.sect-brand-slider .ttl-brand-sub{display:block;font-size:13px;font-weight:400}.sect-brand-slider .tx-brand{margin-top:40px;color:#fff;font-size:14px;line-height:1.7;text-align:left}.sect-brand-slider .bx-slider{overflow-x:scroll;overflow-y:hidden;width:100%;margin-bottom:-50px}.sect-brand-slider .lst-brand{display:table;padding:0 20% 50px;table-layout:fixed;font-size:0}.sect-brand-slider .item-brand{display:table-cell;box-sizing:border-box;min-width:196px;border-right:1px solid #cdcdcd;vertical-align:top}.sect-brand-slider .item-brand>a{display:block;padding:30px 14%;transition:.2s}.sect-brand-slider .item-brand>a:hover{background-color:#f7f7f7}.sect-brand-slider .item-brand:last-child{border-color:#fff}.sect-brand-slider .item-brand-img{display:block;width:80%;min-width:92px;max-width:200px;margin:0 auto 10px;border-radius:10%;transition:.6s}.sect-brand-slider .item-brand>a:hover .item-brand-img{box-shadow:0 0 8px 0 rgba(228,0,127,.3)}.sect-brand-slider .item-brand-title{margin-bottom:2%;color:#e4007f;font-size:16px;text-align:center}.sect-brand-slider .item-brand-txt{font-size:14px;text-align:left;transition:.2s}.sect-brand-slider .item-brand>a:hover .item-brand-txt{color:#e4007f}.sect-brand-slider .bx-btn{position:absolute;top:0;right:0;width:40%;height:100%;margin:-10% 0;padding:10% 0;background-color:rgba(228,0,127,.9);box-shadow:-1px 0 3px 0 rgba(0,0,0,.3);-ms-transform:translateX(50%) rotate(10deg);transform:translateX(50%) rotate(10deg);-ms-transform-origin:25% 50%;transform-origin:25% 50%}.sect-brand-slider .bx-btn-inner{position:absolute;top:50%;right:75%;width:132px;font-size:0;text-align:center;-ms-transform:translate(50%,-50%) rotate(-10deg);transform:translate(50%,-50%) rotate(-10deg)}.sect-brand-slider .ico-btn{display:inline-block;position:relative;overflow:hidden;margin:0 5px;padding:19px 17px;border:3px solid #fff;border-radius:28px;cursor:pointer;transition:.2s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.sect-brand-slider .ico-btn--prev{-ms-transform:rotate(180deg);transform:rotate(180deg)}.sect-brand-slider .ico-btn:hover,.sect-brand-slider .ico-btn.is-inactive{background-color:#fff}.sect-brand-slider .ico-btn.is-inactive{opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";cursor:default}.sect-brand-slider .ico-btn:before{position:absolute;top:0;left:0;width:100%;height:100%;background:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/common/ico_arrow_white.png) no-repeat center center;content:"";transition:.2s}.sect-brand-slider .ico-btn:hover:before,.sect-brand-slider .ico-btn.is-inactive:before{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.sect-bnr-slider{position:relative;overflow:hidden}.sect-bnr-slider .bx-btn-local{position:absolute;top:24px;right:20px}.sect-bnr-slider .wrap-lst-bnr{width:150%;margin:0 -25%}.sect-bnr-slider .item-bnr img{display:block;width:100%}.sect-bnr-slider .item-bnr img:hover{opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"}.sect-bnr-slider .bx-viewport{left:0;border:none;box-shadow:none}.sect-bnr-slider .bx-wrapper:before,.sect-bnr-slider .bx-wrapper:after{position:absolute;z-index:50;top:0;bottom:0;width:calc(100%/3);background-color:rgba(228,0,127,.8);content:""}.sect-bnr-slider .bx-wrapper:before{left:0;border-right:1px solid #fff}.sect-bnr-slider .bx-wrapper:after{right:0;border-left:1px solid #fff}.sect-bnr-slider .bx-wrapper .bx-pager{padding-top:0}.sect-bnr-slider .bx-wrapper .bx-pager.bx-default-pager a{width:12px;height:12px;margin:0 5px;border:2px solid #fff;border-radius:10px;outline:0}.sect-bnr-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,.sect-bnr-slider .bx-wrapper .bx-pager.bx-default-pager a.active{background:#e4007f}.sect-bnr-slider .bx-wrapper .bx-pager.bx-default-pager a.active{box-shadow:0 0 0 1px #e4007f}.sect-bnr-slider .bx-wrapper .bx-controls-direction a{z-index:60;box-sizing:border-box;width:40px;height:40px;border:1px solid #fff;border-radius:20px;background:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/common/ico_arrow_white.png) no-repeat center center}.sect-bnr-slider .bx-wrapper .bx-controls-direction a:hover{background:#fff url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/common/ico_arrow_pink.png) no-repeat center center}.sect-bnr-slider .bx-wrapper .bx-controls-direction a.bx-prev{left:25%;margin-left:-20px;-ms-transform:rotate(180deg);transform:rotate(180deg)}.sect-bnr-slider .bx-wrapper .bx-controls-direction a.bx-next{right:25%;margin-right:-20px}.sect-recommend{position:relative;margin-top:32px;border-bottom:2px solid #e4007f;background-image:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/top/ptn_bg_recommend.jpg)}.sect-recommend .ttl-recommend{position:relative;top:-32px;width:100%;height:2px;padding:32px 0}.sect-recommend .ttl-recommend img{display:block;width:260px;margin:-32px auto 0}.sect-recommend .ttl-recommend:before,.sect-recommend .ttl-recommend:after{position:absolute;top:0;bottom:0;width:calc((100% - 284px)/2);height:2px;margin:auto;background:#e4007f;content:""}.sect-recommend .ttl-recommend:before{left:0}.sect-recommend .ttl-recommend:after{right:0}.sect-recommend .bx-detail{display:table;width:68%;min-width:720px;max-width:980px;margin:0 auto 30px;font-size:0;text-align:center}.sect-recommend .bx-detail .bx-img{display:table-cell;position:relative;width:190px;padding-right:30px;vertical-align:middle}.sect-recommend .bx-detail .bx-img img{transition:.2s}.sect-recommend .bx-detail .bx-img a:hover img{-ms-transform:translate(-2px,2px);transform:translate(-2px,2px)}.sect-recommend .bx-detail .bx-img a:before{display:block;position:absolute;z-index:40;top:50%;left:-10px;width:185px;height:260px;background:#e4007f;opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";content:"";transition:.2s;-ms-transform:translate(0,-45%);transform:translate(0,-45%)}.sect-recommend .bx-detail .bx-img a:hover:before{-ms-transform:translate(4px,-46.5%);transform:translate(4px,-46.5%)}.sect-recommend .bx-detail .bx-img img{display:block;position:relative;z-index:50;width:100%}.sect-recommend .bx-detail .bx-txt{display:table-cell;width:calc(100% - 260px);padding:20px 30px 10px;border:1px solid #e4007f;border-radius:30px;background-color:rgba(255,255,255,.85);vertical-align:middle;text-align:left}.sect-recommend .bx-detail .ttl-detail{margin-bottom:10px;color:#e4007f;font-size:16px}.sect-recommend .bx-detail .tx-detail{position:relative;overflow:hidden;padding-bottom:36px;background:url(//falenogroup.com/wp-content/themes/faleno/common/images/pages/top/line_hukidashi.png) no-repeat center bottom;font-size:16px}.sect-recommend .bx-detail .tx-detail:before,.sect-recommend .bx-detail .tx-detail:after{position:absolute;bottom:15px;box-sizing:border-box;width:50%;height:1px;background-color:#cdcdcd;content:""}.sect-recommend .bx-detail .tx-detail:before{left:0;margin-left:-5px}.sect-recommend .bx-detail .tx-detail:after{right:0;margin-right:-5px}.sect-recommend .bx-writer{text-align:center}.sect-recommend .bx-writer .ico-writer{display:inline-block;width:78px;margin-right:20px;border-radius:39px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);vertical-align:middle}.sect-recommend .bx-writer .tx-writer{display:inline-block;font-size:16px;vertical-align:middle}.sect-recommend .bx-button{margin-bottom:40px;text-align:center}.sect-recommend .bx-button .c-btn-rect{width:60%;max-width:640px}.bx-information{display:block;margin-bottom:10px;padding:10px 0;border-top:1px solid #888;border-bottom:1px solid #888;text-align:center}.sect-new-item .area-information{font-size:0;text-align:center}.sect-new-item .bx-information{display:block;margin:0 0 10px;text-align:center}.sect-new-item .bx-information:last-child{margin-bottom:20px}.sect-new-item .bx-information>a{display:inline-block;position:relative;height:30px;margin:0 auto;padding:0 32px 0 12px;border:1px solid #e4007f;border-radius:30px;color:#e4007f;font-size:16px;line-height:30px;text-align:center;transition:.2s}.sect-new-item .bx-information>a:hover{background-color:#e4007f;color:#fff}.sect-new-item .bx-information>a:before,.sect-new-item .bx-information>a:after{position:absolute;top:0;bottom:0;margin:auto;background-color:#e4007f;content:"";transition:.2s}.sect-new-item .bx-information>a:before{right:16px;width:12px;height:2px}.sect-new-item .bx-information>a:after{right:21px;width:2px;height:12px}.sect-new-item .bx-information>a:hover:before,.sect-new-item .bx-information>a:hover:after{background-color:#fff}.cboxIframe{background-color:#fff}.sect-new-item .bx-button{margin:20px 0 40px;text-align:center}.sect-new-item .bx-attention{text-align:center}.sect-new-item .tx-attention{display:inline-block;padding:0 18px;border:1px solid #444;font-size:16px;line-height:30px}#extend-content{box-sizing:border-box;margin:50px auto;padding:25px;background:#fff;line-height:1.5;text-align:center}#extend-content .extend-content-ttl{color:#444;font-size:16px;font-weight:700;text-align:center}#extend-content .extend-content-detail{margin:15px 0 25px;padding:20px 0;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;color:#444;font-size:14px;line-height:1.5;text-align:center}#area-content .bx-bnr-main{width:100%;background:#e6198b;font-size:0;text-align:center}#area-content .bx-bnr-main a{display:block;width:100%;height:auto}#area-content .bx-bnr-main a img{width:100%;max-width:900px;height:auto}