@charset "utf-8";
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
margin: 0;
padding: 0;
border: 0;
font-size: 100%; vertical-align: baseline;
line-height: 1.8em;
font-style: inherit;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
margin : 0;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
img {
vertical-align: bottom;
border: none;
image-rendering: -webkit-optimize-contrast;
}
picture {
display: block;
} body {
margin: 0 auto;
padding: 0;
font-size: 16px;
line-height: 1.8em;
-webkit-text-size-adjust: 100%; font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 400;
color: #000;
font-feature-settings: "palt";
letter-spacing: .1em;
}
@media only screen and ( max-width : 767px ) {
body {
font-size: 13px;
}
}
@media only screen and ( max-width : 320px ) {
body {
font-size: 12px;
}
}
h1,h2,h3,h4,h5,h6 {
font-weight: 400;
}
.gosic {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight: 400;
}
table {
margin : 0;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
img {
vertical-align: bottom;
border: none;
} a {
outline:none;
color: #000;
}
a:hover {
text-decoration: none;
}
a,a:hover,a:hover img {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
text-decoration: none;
}
a:hover {
filter: alpha(opacity=80);
-moz-opacity:0.80;
opacity:0.80;
}
.clr {
zoom:1;
display:inline-table;
}
.clr:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
font-size:0;
line-height:0;
}
* html .clr {
height:1%;
display:inline-table;
display:block;
height:1%;
}
.clr {
display:block;
}
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
*behavior:url(//citinet.jp/wp-content/themes/scripts/boxsizing.htc);
}
@media(max-width:767px){
.sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
.sp{
display:none;
}
}
input,textarea {
border-radius:0;
line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"],input[type="password"] {
height: 32px;
padding:0 10px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"],input[type="password"]{
border: none;
margin: 0;
display: block;
background: #fff;
font-family: inherit;
-webkit-appearance: none;
font-size: inherit;
width: 100%;
border: 1px solid #C6C6C6;
}
.short_input {
width: 6em !important;
display: inline-block !important;
}
textarea {
padding:15px;
width: 100%;
display: block;
resize: vertical;
height: 150px;
}
button, input[type="submit"], input[type="button"] {
border: none;
background: none;
cursor: pointer;
font-family: inherit;
font-size: inherit;
}
.select-wrap {
position: relative;
}
.select-wrap:before {
content: "\e909";
font-family: 'icomoon' !important;
z-index: 1;
position: absolute;
right: 0;
top: 2px;
height: 1em;
line-height: 1em;
pointer-events: none;
font-size: 30px;
color: #000;
}
.mw_wp_form_confirm .select-wrap:before {
content: none;
}
select{
outline:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
background: none transparent;
vertical-align: middle;
font-size: inherit;
color: inherit;
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
height: 32px;
padding: 0 34px 0 10px;
border: none;
color:#000;
width:100%;
background: #fff;
border: 1px solid #C6C6C6;
font-family: inherit;
min-width: 180px;
}
select option{
background-color: #fff;
color: #333;
}
label input[type="checkbox"] + span::before {
border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
position: relative;
padding: 0 0 10px 34px;
}
label {
position: relative;
display: inline-block;
word-break: break-all;
}
label span {
display: inline-block;
line-height: 24px;
}
label input[type="checkbox"] {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
position: absolute;
top: 2px;
left: 0;
display: inline-block;
content: '';
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
z-index: 0;
background-color: transparent;
width: 24px;
height: 24px;
border: 1px #c4c4c4 solid;
background: #fff;
}
label input[type="checkbox"] + span::after {
z-index: 1;
margin: 3px 8px;
width: 8px;
height: 14px;
}
label input[type="checkbox"]:checked + span::before {
background-color: #0B5798;
border: 1px #0B5798 solid;
}
label input[type="checkbox"]:checked + span::after {
border: 2px solid #fff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
label input[type="radio"] {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
label input[type="radio"] + span::before {
position: absolute;
display: inline-block;
content: '';
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 24px;
}
label input[type="radio"] + span::before {
z-index: 0;
top: 0;
left: 0;
background-color: transparent;
width: 24px;
height: 24px;
border: 1px #c4c4c4 solid;
background: #fff;
}
label input[type="radio"]:checked + span::before {
border: 8px #0B5796 solid;
}
@media only screen and ( max-width : 767px ) {
label input[type="checkbox"] + span,
label input[type="radio"] + span {
padding: 0 0 10px 34px;
}
} main {display: block;}
img {
max-width: 100%;
height: auto;
}
@media only screen and ( max-width : 991px ) {
.br_pc_l {
display: none;
}
}
@media only screen and ( max-width : 767px ) {
.box {
margin-bottom: 50px;
}
.sbox {
margin-bottom: 25px;
}
.sp_box {
margin-bottom: 50px;
}
.br_pc {
display: none;
}
.sec {
padding: 50px 0;
}
}
@media only screen and ( max-width : 320px ) {
.br_sp_m {
display: none;
}
}
@media print, screen and ( min-width : 321px ) {
.br_sp_s {
display: none;
}
}
@media print, screen and ( min-width : 768px ) {
.box {
margin-bottom: 60px;
}
.sbox {
margin-bottom: 30px;
}
.br_sp,.br_sp_m {
display: none;
}
.sec {
padding: 100px 0;
}
}
@media print, screen and ( min-width : 992px ) {
.br_tb {
display: none;
}
}
@media print, screen and ( min-width : 1200px ) {
.box {
margin-bottom: 80px;
}
.sbox {
margin-bottom: 40px;
}
} #header {
position: sticky;
top: 0;
width: 100%;
z-index: 99;
background: rgba(0,0,0,0);
transition: .5s;
}
#header.h_fixed {
position: fixed;
}
#header.header_fixed { background: rgba(0,0,0,.4);
}
.h_fixed#header.header_fixed {
background: rgba(0,0,0,.4);
}
#header.header_fixed #header_logo img,
#header.h_fixed #header_logo img {
opacity: 0;
}
#header.header_fixed #header_logo,
#header.h_fixed #header_logo {
background: url(https://citinet.jp/wp-content/themes/citynet/images/logo_white.svg) no-repeat center / 100%;
}
@media only screen and ( max-width : 991px ) {
#header .header_inner {
max-width: 100%;
height: 60px;
padding-left: 20px;
}
#header_logo img {
max-width: 120px;
height: 20px;
}
}
@media print, screen and ( min-width : 992px ) {
#header,#header .header_inner {
height: 60px;
}
#header .header_inner {
padding: 0 15px;
}
#header_logo {
width: 140px;
margin-right: 30px;
}
#header_logo a {
display: block;
text-align: center;
}
#header_nav {
max-width: calc(100% - 170px);
}
}
@media print, screen and ( min-width : 1300px ) {
#header .header_inner {
padding: 0 30px;
}
#header_logo {
width: 200px;
margin-right: 30px;
}
#header_nav {
max-width: calc(100% - 230px);
}
} #nav .h_btn01 a,
#nav .h_btn02 a {
display: block;
text-align: center;
padding: 5px 10px;
}
#nav .h_btn01 a { background: #024276;
color: #fff;
}
#nav .h_btn02 a {
background: #D3DDE8;
color: #0B5796;
}
@media only screen and ( max-width : 991px ) {
body.fixed {
height: 100%; 
position: fixed;
width: 100%; 
}
.nav-open #header {
display: block !important;
position: fixed;
}
.nav-open #menu_btn {
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
left: 0;
z-index: 98;
opacity: 0;
transition: opacity .5s;
}
.nav-open .overlay {
width: 100vw;
height: 100vh;
opacity: 1;
}
#main { }
#menu_btn {
top: 10px;
right: 10px;
transition: .3s;
cursor: pointer;
position: fixed;
z-index: 9999;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #0B5798;
}
.menu-trigger {
width: 24px;
height: 18px;
position: relative;
}
.menu-trigger span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #fff;
transition: all .5s;
}
.nav-open #menu_btn .menu-trigger span {
background: #fff;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.nav-open #menu_btn .menu-trigger span:nth-of-type(1) {
transform: translateY(8px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
top: 8px;
}
.nav-open #menu_btn .menu-trigger span:nth-of-type(2) {
opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
bottom: 0;
}
.nav-open #menu_btn .menu-trigger span:nth-of-type(3) {
transform: translateY(-8px) rotate(45deg);
}
#nav { overflow: auto;
background-color: #0B5798;
position: fixed;
top: 0;
right: 0;
z-index: 101;
display: none;
width: 100%;
padding: 60px 30px;
height: 100%;
}
.nav-open #nav {
}
#nav ul {
max-width: 220px;
margin: 0 auto;
}
#nav li.nav_top {
display: none;
}
#nav .menu-item-has-children {
width: 49%;
}
#nav li {
width: 100%;
margin-bottom: 25px;
}
#nav li a {
position: relative;
display: block;
font-size: 15px;
text-align: center;
color: #fff;
}
#nav li li a {
font-weight: 400;
font-size: 13px;
}
#nav .h_btn01 a {
border: 1px solid #fff;
}
#nav .menu-item-has-children.h_btn01 {
width: 100%;
}
#nav .menu-item-has-children.h_btn01 .sub-menu {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 10px 0;
background: #024276;
}
#nav .menu-item-has-children.h_btn01 .sub-menu li {
margin-bottom: 0;
}
#nav .menu-item-has-children.h_btn01 .sub-menu li a {
border: none;
}
}
@media print, screen and ( min-width : 992px ) {
#menu_btn,
.overlay,
.nav_sp {
display: none;
}
#nav li {
position: relative;
margin-right: 15px;
}
#nav .h_btn01 {
margin-left: 10px;
margin-right: 10px;
position: relative;
}
#nav .h_btn01 .sub-menu {
position: absolute;
width: 100%;
visibility: hidden;
left: 0;
top: 100%;
opacity: 0;
transition: all .3s;
background: #DEE5EE;
padding: 10px 0;
}
#nav .h_btn01:hover .sub-menu {
visibility: visible;
opacity: 1;
}
#nav .h_btn01 .sub-menu li {
margin-right: 0;
}
#nav .h_btn01 .sub-menu li a {
background: #DEE5EE;
color: #0B5796;
}
#nav .h_btn01 .sub-menu li a:hover {
opacity: .6;
}
#nav .h_btn02 {
margin-right: 0;
color: #0B5796;
}
#nav .h_btn01,
#nav .h_btn02 {
width: 130px;
}
#nav li a {
display: block;
font-size: 13px;
}
#header.header_fixed #nav li a,
.h_fixed #nav li a {
color: #fff;
}
#header.header_fixed #nav li .sub-menu li a,
#header.header_fixed #nav li.h_btn02 a,
.h_fixed #nav li.h_btn02 a {
color: #0B5796;
}
}
@media print, screen and ( min-width : 1180px ) {
#nav li a {
font-size: 15px;
}
#nav .h_btn01,
#nav .h_btn02 {
width: 160px;
}
}
@media print, screen and ( min-width : 1400px ) {
#nav li {
margin-right: 30px;
}
#nav .h_btn01,
#nav .h_btn02 {
width: 180px;
}
} #footer {
background: #000;
color: #fff;
position: relative;
}
#footer a {
color: #fff;
display: block;
}
#footer_nav li {
position: relative;
}
#footer_nav li:last-child {
margin-right: 0;
}
#footer .copy {
text-align: center;
font-size: 11px;
} #f_right .f_instagram_link a {
line-height: 1;
text-align: center;
}
#footer .f_btn a {
background: #0B5796;
color: #fff;
text-align: center;
display: block;
padding: 10px;
}
#footer .f_btn.f_btn02 a {
background: #D5DFEA;
color: #0B5796;
}
#f_right .f_btn {
width: 48%;
}
.f_top_bnr a {
display: block;
margin: 0 auto;
max-width: 200px;
}
@media only screen and ( max-width : 1299px ) {
#footer {
padding: 20px 15px;
}
}
@media only screen and ( max-width : 991px ) {
#footer_content {
max-width: 500px;
margin: 0 auto;
position: relative;
}
#f_logo {
width: 120px;
margin: 0 auto 20px;
}
#footer_nav {
display: none;
}
#f_right ul {
flex-direction: column;
align-items: center;
}
#f_right li {
width: 240px;
}
#f_right li.f_instagram_link {
width: 138px;
margin: 0;
margin-top: 15px;
}
#f_right li.f_instagram_link a {
margin-right: 10px;
}
#f_right li.f_instagram_link a:last-child {
margin-right: 0;
}
#footer .copy {
margin-top: 20px;
}
}
@media only screen and ( max-width : 767px ) {
#footer .copy {
font-size: 10px;
}
.f_top_bnr {
margin-top: 30px;
}
}
@media print, screen and ( min-width : 768px ) {
.f_top_bnr {
margin-top: 50px;
}
}
@media print, screen and ( min-width : 992px ) {
#f_left {
width: calc(100% - 528px);
}
#f_right {
width: 488px;
margin-left: 40px;
}
#f_logo {
width: 170px;
margin-right: 40px;
}
#footer_nav {
width: calc(100% - (170px + 40px));
}
#footer_nav li {
margin-right: 30px;
}
#footer_nav li a {
font-size: 13px;
}
#f_right li.f_community_bnr {
width: calc(100% - 148px);
}
#f_right li.f_instagram_link { width: 138px;
margin-left: 10px;
}
#f_right li.f_instagram_link a {
margin-right: 10px;
}
#f_right li.f_instagram_link a:last-child {
margin-right: 0;
}
#footer .copy {
margin-top: 20px;
}
.f_instagram_link {
font-size: 34px;
}
}
@media print, screen and ( min-width : 1300px ) {
#footer {
padding: 30px;
}
}
@media print, screen and ( min-width : 1540px ) {  } #page-top {
bottom: 0;
position: fixed;
right: 0;
z-index: 97;
right: 0;
}
#page-top a {
background-color: #0B5796;
color: #fff;
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
align-items: center;
font-size: 40px;
}
@media only screen and ( max-width : 1199px ) {
}
@media only screen and ( max-width : 767px ) {
#page-top a {
width: 50px;
height: 50px;
}
}
@media print, screen and ( min-width : 992px ) {
}
@media print, screen and ( min-width : 1200px ) {
} .grecaptcha-badge {
bottom:80px !important;
}
#contact_link_block {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #0B5796;
color: #fff;
position: relative;
}
#contact_link_block .contact_link_txt {
border-bottom: 1px solid #fff;
position: relative;
padding-bottom: .3em;
letter-spacing: .1em;
}
#contact_link_block .contact_link_txt::before,
#contact_link_block .contact_link_txt::after {
position: absolute;
top: 50%;
right: .2em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #fff;
}
#contact_link_block .contact_link_txt::after {
opacity: 0;
right: 1em;
}
#contact_link_block:hover .contact_link_txt::before {
animation: arrowbefore .5s;
}
#contact_link_block:hover .contact_link_txt::after {
animation: arrowafter .5s;
}
@keyframes arrowbefore {
100% {
right: -.4em;
opacity: 0;
}
}
@keyframes arrowafter {
99% {
right: .2em;
opacity: 1;
}
100% {
opacity: 0;
}
}
.citynet_bnr_block {
display: block;
background: url(https://citinet.jp/wp-content/themes/citynet/images/company/about_bnr.jpg) no-repeat center left / cover;
color: #fff;
position: relative;
}
.citynet_bnr_block .citynet_bnr_txt {
background: rgba(0,0,0,.65);
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.contact_link_tit {
text-align: center;
}
@media only screen and ( max-width : 767px ) {
#contact_link_block {
max-width: 280px;
margin: 0 auto;
height: 110px;
}
.contact_link_tit {
font-size: 12px;
}
.contact_link_txt {
width: 60%;
font-size: 16px;
margin-top: 10px;
}
.citynet_bnr_block {
height: 60vw;
margin: 0 auto;
max-width: 94%;
background: url(https://citinet.jp/wp-content/themes/citynet/images/company/about_bnr_sp.jpg) no-repeat center left / cover;
}
.citynet_bnr_block .citynet_bnr_txt {
width: 100%;
font-size: 16px;
background: rgba(0,0,0,.4);
height: auto;
bottom: 0;
top: auto;
padding: 15px;
}
}
@media print, screen and ( min-width : 768px ) {
#contact_link_block {
height: 140px;
max-width: 810px;
margin: 0 auto;
}
.contact_link_tit {
font-size: 16px;
}
.contact_link_txt {
width: 270px;
font-size: 20px;
margin-top: 10px;
}
.citynet_bnr_block {
height: 160px;
margin: 0 auto;
max-width: 810px;
background: url(https://citinet.jp/wp-content/themes/citynet/images/company/about_bnr.jpg) no-repeat center left / cover;
}
.citynet_bnr_block .citynet_bnr_txt {
width: 50%;
font-size: 20px;
}
}
@media print, screen and ( min-width : 1540px ) { } @media only screen and ( max-width : 991px ) {
.link__box {
margin-bottom: 50px;
}
.link__box:last-child {
margin-bottom: 0;
}
}
@media only screen and ( max-width : 767px ) {
.link__box .viewmore {
margin-top: 20px;
}
}
@media print, screen and ( min-width : 768px ) {
.link__box .viewmore {
margin-top: 40px;
}
}
@media print, screen and ( min-width : 992px ) {
.link__box {
width: 45%;
max-width: 400px;
margin-right: 10%;
}
.link__box:last-child {
margin-right: 0;
}
} main {
overflow: hidden;
}
.fit {
object-fit: cover;
font-family: 'object-fit: cover;';
width: 100%;
height: 100%;
}
.contain {
object-fit: contain;
font-family: 'object-fit: contain;';
width: 100%;
}
.title span {
display: block;
color: #0B5796;
}
.title .tit_jp {
margin-bottom: .2em;
}
.title .tit_en {
letter-spacing: .12em;
line-height: 1.3;
}
.title_ls .tit_en {
letter-spacing: .05em;
} .viewmore {
display: block;
position: relative;
color: #0B5796;
width: 260px;
border-bottom: 1px solid #0B5796;
padding-bottom: .3em;
margin: 0 auto;
}
.viewmore::before,
.viewmore::after {
position: absolute;
top: 50%;
right: .2em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #0B5796;
}
.viewmore::after {
opacity: 0;
right: 1em;
}
.viewmore:hover::before {
animation: arrowbefore .5s;
}
.viewmore:hover::after {
animation: arrowafter .5s;
}
@keyframes arrowbefore {
100% {
right: -.4em;
opacity: 0;
}
}
@keyframes arrowafter {
99% {
right: .2em;
opacity: 1;
}
100% {
opacity: 0;
}
}
.viewmore_left {
margin-left: 0;
}
.viewmore_white {
color: #fff;
border-bottom: 1px solid #fff;
}
.viewmore_white::before,
.viewmore_white::after {
border-left-color: #fff;
}
.viewmore_plus {
display: flex;
align-items: center;
justify-content: space-between;
color: #0B5796;
width: 160px;
margin: 0 auto;
border-bottom: 1px solid #0B5796;
padding-bottom: .5em;
}
.viewmore_plus .dli-plus {
display: inline-block;
vertical-align: middle;
color: #0B5796;
line-height: 1;
width: 1em;
height: 0.1em;
background: currentColor;
border-radius: 0.1em;
position: relative;
}
.viewmore_plus .dli-plus::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
border-radius: inherit;
transform: rotate(90deg);
}
.btn {
display: flex;
align-items: center;
justify-content: center;
background: #0B5796;
color: #fff;
width: 220px;
height: 54px;
margin: 0 auto;
}
.btn02 {
border: 3px solid #0B5796;
text-align: center;
display: flex;
align-items: center;
position: relative;
height: 54px;
color: #0B5796;
padding: 0 20px;
width: 220px;
}
.btn02:hover {
background: #0B5796;
color: #fff;
} .btn02::before,
.btn02::after {
position: absolute;
top: 50%;
right: .2em;
content: '';
margin-top: -5px;
border: 7px solid transparent;
border-top-width: 5px;
border-bottom-width: 5px;
border-left-color: #0B5796;
}
.btn02::after {
opacity: 0;
right: 1em;
}
.btn02:hover::before {
animation: arrowbefore .5s;
border-left-color: #fff;
}
.btn02:hover::after {
animation: arrowafter .5s;
border-left-color: #fff;
}
.large_btn {
width: auto;
display: inline-flex;
min-height: 54px;
}
.large_btn span {
line-height: 1.5em;
}
.text_justified {
text-align:justify;
word-break:break-all; 
text-justify:inter-ideograph;
text-justify:inter-character;
word-wrap:break-word;
overflow-wrap:break-word;
}
@media only screen and ( max-width : 767px ) {
.title {
margin-bottom: 20px;
}
.title .tit_jp {
font-size: 12px;
}
.title .tit_en {
font-size: 24px;
}
.viewmore {
font-size: 14px;
width: 140px;
}
.large_btn {
padding: 0 20px;
}
.sp_btn_center {
margin: 0 auto;
}
}
@media print, screen and ( min-width : 768px ) {
.title {
margin-bottom: 30px;
}
.title .tit_jp {
font-size: 18px;
}
.title .tit_en {
font-size: 32px;
} .viewmore {
font-size: 15px;
}
.large_btn {
padding: 0 40px;
}
}
@media print, screen and ( min-width : 1540px ) { } .wp-pagenavi {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span { margin: 8px 4px;
white-space: nowrap;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
text-align: center;
text-decoration:none;
color: #424242;
border: none;
position: relative;
border: 1px solid #C6C6C6;
width: 40px;
height: 40px;
border-radius: 50%;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
border: none;
width: auto;
height: auto;
border-radius: none;
}
.wp-pagenavi span {
color: #333;
border: none;
}
.wp-pagenavi a {
}
.wp-pagenavi a:hover{ }
.wp-pagenavi span.current {
background: #B59368;
color: #fff;
}
.wp-pagenavi span.pages {
display: none;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
background: #424242;
color: #fff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #424242;
}  .fadein {
opacity: 0;
transition: .8s;
}
.fadein.fadein__active {
opacity: 1;
transition-delay: .1s;
}
.fadein.fadein__active.delay01 {
transition-delay: .4s;
}
.fadein.fadein__active.delay02 {
transition-delay: .8s;
}
.fadein.fadein__active.delay03 {
transition-delay: 1.2s;
}
.fadein_up {
opacity: 0;
}
.fadein_up.fadein_up__active {
opacity: 1;
animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
0% {
transform: translateY(30px);
opacity: 0;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@media screen and (min-width:768px) {
.order2_anim .fadein_up.fadein_up__active:nth-child(2n),
.order2_anim .fadein.fadein__active:nth-child(2n) {
transition-delay: .3s;
animation-delay: .3s;
}
.order3_anim .fadein_up.fadein_up__active:nth-child(3n+2),
.order3_anim .fadein.fadein__active:nth-child(3n+2) {
transition-delay: .3s;
animation-delay: .3s;
}
.order3_anim .fadein_up.fadein_up__active:nth-child(3n),
.order3_anim .fadein.fadein__active:nth-child(3n+2) {
transition-delay: .6s;
animation-delay: .6s;
}
}
.fadein_down {
opacity: 0;
}
.fadein_down.fadein_down__active {
opacity: 1;
animation: fadein_down 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadein_down {
0% {
transform: translateY(-30px);
opacity: 0;
}
80% {
opacity: 1;
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadein_left {
opacity: 0;
animation-duration: .8s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
.fadein_left.fadein_left__active {
opacity: 1;
animation-name: fadein_left;
transition-delay: .1s;
animation-delay: .1s;
}
@keyframes fadein_left {
0% {
opacity: 0;
transform: translateX(-100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@media screen and (min-width:768px) {
.fadein_left.fadein_left__active.delay01 {
transition-delay: .3s;
animation-delay: .3s;
}
}
.fadein_right {
opacity: 0;
animation-duration: .8s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
.fadein_right.fadein_right__active {
opacity: 1;
animation-name: fadein_right;
transition-delay: .1s;
animation-delay: .1s;
}
@keyframes fadein_right {
0% {
opacity: 0;
transform: translateX(100px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@media screen and (min-width:768px) {
.fadein_right.fadein_right__active.delay01 {
transition-delay: .3s;
animation-delay: .3s;
}
}
.smooth {
clip-path: inset(0 100% 0 0);
transition-property: clip-path;
}
.smooth.smooth__active {
clip-path: inset(0);
}
@media only screen and ( max-width : 767px ) {
.smooth {
transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
}
}
@media screen and (min-width:768px) {
.smooth {
transition: 1.5s cubic-bezier(0.37, 0, 0.63, 1);
}
}
.zoomout {
opacity: 0;
transition: 1.2s;
}
.zoomout.zoomout__active {
opacity: 1;
animation: animationZoom 1.5s ease-in-out forwards;
}
@keyframes animationZoom {
0% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.zoomout.zoomout__active.delay01 {
transition-delay: .6s;
animation-delay: .6s;
}
.zoomout.zoomout__active.delay02 {
transition-delay: 1.2s;
animation-delay: 1.2s;
}
.zoomout.zoomout__active.delay03 {
transition-delay: 1.8s;
animation-delay: 1.8s;
}