@charset 'UTF-8';

/*header.css*/

body {
    -webkit-font-smoothing: antialiased;
}

.headerSpace {
    height: 120px;
    margin-bottom: 20px;
}

header.cbp-af-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding: 15px 0;
    background: url('../images/header_bg.png') top center repeat;
}

header.cbp-af-header .wrapper {
    position: relative;
    width: 1150px;
    margin: 0 auto;
}

header.cbp-af-header a {
    text-decoration: none;
}

.header-banner {
    float: left;
    margin-left: 2.5%;
}

.header-banner img {
    width: 100%;
    height: auto;
}

#logo {
    position: relative;
    z-index: 1001;
    width: 220px;
    margin: 0 auto 0 auto;
}

#logo img {
    width: 100%;
    height: auto;
}

#top-menu {
    position: absolute;
    top: 0;
    right: 15px;
}

#top-menu ul li {
    font-family: 'Noto Sans Japanese';
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    width: auto;
    margin-left: 20px;
    padding-left: 20px;
    background: url('../images/link_arrow_01.png') left no-repeat;
}

#top-menu ul li a {
    display: block;
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #fff;
}

#top-menu ul li a:hover,
#top-menu ul li a:focus {
    color: #e5e5e5;
}

#top-menu ul li.login {
    font-family: 'Forum';
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    width: 120px;
    padding-left: 15px;
    letter-spacing: 1px;
    background: #b9995f;
    background: none, -webkit-linear-gradient(left, #b9995f 0%, #cbae82 100%);
    background: none, -o-linear-gradient(left, #b9995f 0%, #cbae82 100%);
    background: linear-gradient(to right, #b9995f 0%, #cbae82 100%);
}

#top-menu ul li.login a {
    padding-left: 25px;
    color: #fff;
    background: url('../images/link_arrow_02.png') left no-repeat;
}

.bt-menu {
    margin: 15px 0 0 0;
}

.bt-menu ul li {
    font-family: 'Quattrocento';
    font-size: 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    width: 10%;
    text-align: center;
    margin-right: 8px;
}

.bt-menu ul li a {
    text-decoration: none;
    color: #fafafa;
}

.bt-menu ul li a:hover {
    text-decoration: none;
}

.bt-menu ul li span {
    font-family: 'Noto Sans Japanese';
    font-size: 10px;
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.bt-menu ul li a span {
    color: #e2e2e1;
}

.bt-menu ul li a {
    color: #fff;
}

.bt-menu ul li.sp {
    display: none!important;
}

@media screen and (max-width:750px) {
    .headerSpace {
        height: 46px;
        margin: 0;
    }
    header.cbp-af-header {
        width: 100%;
        max-width: 100%;
        height: 47px;
        padding: 10px 0;
        background: url('../images/header_bg.png') 0 0 repeat;
    }
    header.cbp-af-header .wrapper {
        width: 100%;
        margin: 0;
    }
    .header-banner {
        width: 31%;
        margin: 0 auto 0 1%;
        vertical-align: baseline;
    }
    #logo {
        width: 31%;
        margin: 0 auto 0 auto;
    }
    #top-menu {
        display: none;
    }
    #top-menu ul {
        width: 100%;
    }
    .bt-menu {
        width: 100%;
        max-width: 100%;
        height: 80px;
        margin: 0;
        background: url('../images/header_bg_sp.png') top center repeat;
    }
    .bt-menu ul li span {
        font-family: 'Noto Sans Japanese';
        font-size: 10px;
        font-weight: 400;
        display: block;
        margin-top: 10px;
    }
    .bt-menu ul li.sp {
        display: block!important;
    }
    .bt-menu ul li.top-menu:nth-child(1) {
        margin-top: 10px;
    }
}


/*menu.css*/

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bt-menu-trigger span {
    display: none;
}

.bt-menu ul li a {
    -webkit-transition: color .2s;
    transition: color .2s;
    color: #fff;
}

.bt-menu ul li a:hover,
.bt-menu ul li a:focus {
    color: #e5e5e5;
}

@media screen and (max-width:750px) {
    .bt-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-width: 0;
        border-style: solid;
        border-color: #000;
        background-color: rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
    .bt-menu.bt-menu-open {
        height: 100%;
        border-width: 100% 0 0 0;
        background-color: rgba(0, 0, 0, .7);
    }
    .bt-overlay {
        position: absolute;
        z-index: 1000;
    }
    .bt-menu-open .bt-overlay {
        width: 100%;
        height: 100%;
    }
    .bt-menu-trigger {
        position: fixed;
        z-index: 100;
        top: 35px;
        left: 50%;
        display: block;
        width: 40px;
        height: 40px;
        margin-left: -25px;
        cursor: pointer;
    }
    .bt-menu-trigger span {
        font-size: 0;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 8%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        background-color: #fff;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
    }
    .bt-menu-open .bt-menu-trigger span {
        background-color: #2980b9;
    }
    .bt-menu-trigger span:before,
    .bt-menu-trigger span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        -webkit-transition: -webkit-transform .3s, background-color .3s;
        transition: transform .3s, background-color .3s;
        background: #fff;
    }
    .bt-menu-trigger span:before {
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }
    .bt-menu-trigger span:after {
        -webkit-transform: translateY(250%);
        transform: translateY(250%);
    }
    .bt-menu-open .bt-menu-trigger span:before,
    .bt-menu-open .bt-menu-trigger span:after {
        background-color: #2980b9;
    }
    .bt-menu-open .bt-menu-trigger span:before {
        -webkit-transform: translateY(-350%);
        transform: translateY(-350%);
    }
    .bt-menu-open .bt-menu-trigger span:after {
        -webkit-transform: translateY(350%);
        transform: translateY(350%);
    }
    .bt-menu ul {
        height: 90%;
        height: 0;
        margin: 0;
        margin-top: 10%;
        padding: 0;
        list-style: none;
        -webkit-transition: height 0s .3s;
        transition: height 0s .3s;
        text-align: center;
        white-space: nowrap;
    }
    .bt-menu.bt-menu-open ul {
        height: 80%;
        margin-top: 20%;
        -webkit-transition: none;
        transition: none;
    }
    .bt-menu ul li {
        line-height: 5%;
        display: block;
        width: auto;
        height: 7%;
        margin: 0 auto;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    .bt-menu ul li:nth-child(3) {}
    .bt-menu ul li:nth-child(4) {}
    .bt-menu.bt-menu-open ul li {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    .bt-menu.bt-menu-open ul li:first-child,
    .bt-menu.bt-menu-open ul li:last-child {
        -webkit-transition-delay: .15s;
        transition-delay: .15s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(2),
    .bt-menu.bt-menu-open ul li:nth-last-child(2) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(3),
    .bt-menu.bt-menu-open ul li:nth-last-child(3) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(4) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(5) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(6) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(7) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu.bt-menu-open ul li:nth-child(8) {
        -webkit-transition-delay: .05s;
        transition-delay: .05s;
    }
    .bt-menu ul li a {
        display: block;
        height: 30px;
        -webkit-transition: color .2s;
        transition: color .2s;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        outline: none;
    }
    .bt-menu ul li a:before {
        font-size: 32px;
        display: none;
    }
    .bt-menu ul li a:hover,
    .bt-menu ul li a:focus {
        color: #e5e5e5;
    }
}

@media screen and (max-width:375px) {
    .bt-menu ul {
        height: 70%!important;
        margin-top: 30%!important;
    }
    .bt-menu ul li {
        line-height: 10%!important;
        height: 10%!important;
    }
}

.bt-menu ul li ul {
    display: none;
}

@media screen and (max-width:480px) {
    .bt-menu ul li ul {
        display: flex;
        margin-top: 25px !important;
    }
    .bt-menu ul li ul li a img {
        width: 32px !important;
    }
}


/*animation.css*/

.link-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-animation: blink 3s linear infinite normal;
    -moz-animation: blink 3s linear infinite normal;
    -o-animation: blink 3s linear infinite normal;
    animation: blink 3s linear infinite normal;
    opacity: 1;
    box-shadow: 0 0 1px transparent;
}

.link-btn:hover {
    -webkit-animation: none;
    animation: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}

.link-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.link-btn:hover:before,
.link-btn:focus:before,
.link-btn:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    border: #cbae82 solid 4px;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hover01 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    min-width: 255px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.hover01 img {
    max-width: 100%;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
    vertical-align: top;
}

.hover01:hover img,
.hover01.hover img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.hover02 {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 220px;
    max-width: 100%;
    max-height: 215px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.hover02 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.hover02 img {
    position: relative;
    max-width: 100%;
    opacity: 1;
}

.hover02 figcaption {
    position: absolute;
    z-index: 1;
    top: 35%;
    right: 10px;
    left: 10px;
    padding: 10px;
    opacity: 0;
}

.hover02 h3,
.hover02 p {
    margin: 0;
}

.hover02 p {
    font-size: 18px;
}

.hover02:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: '';
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    opacity: 0;
    border: solid 1px #fff;
}

.hover02 a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hover02:hover img,
.hover02.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.hover02:hover figcaption,
.hover02.hover figcaption {
    opacity: .8;
}

.hover02:hover:after,
.hover02.hover:after {
    opacity: .8;
}


/*　ウェブマガジン　*/

#entry .entry-body .closeup h3 {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/h3_closeup_bg.png') left top no-repeat;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
    height: 130px;
    width: 460px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#entry .entry-body .closeup .inner {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/closeup_bg.png') left top repeat;
    width: 460px;
    padding: 0 30px 30px 30px;
}

@media screen and (max-width: 750px) {
    #entry .entry-body .closeup h3 {
        width: 100%;
    }
    #entry .entry-body .closeup .inner {
        width: 100%;
        padding: 30px 30px 30px 30px;
    }
}

#entry .entry-body .closeup .inner p {}

#entry .entry-body>h3.qa-title {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/qa_title_bg.png') left top no-repeat;
    padding-left: 75px;
    line-height: 50px;
}

#entry ul.qa-list {
    padding-left: 0;
}

#entry .entry-body>ul.qa-list li {
    list-style: none;
    padding-top: 17px;
}

#entry .entry-body>ul.qa-list li:nth-child(odd) {
    padding-left: 60px;
    min-height: 60px;
    margin-bottom: 10px;
}

#entry .entry-body>ul.qa-list li:nth-child(even) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/a_icon_201704.png') left top no-repeat;
    padding-left: 60px;
    min-height: 60px;
}

#entry .entry-body>ul.qa-list li:nth-child(1) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_01.png') left top no-repeat;
}

#entry .entry-body>ul.qa-list li:nth-child(3) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_02.png') left top no-repeat;
}

#entry .entry-body>ul.qa-list li:nth-child(5) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_03.png') left top no-repeat;
}

#entry .entry-body>ul.qa-list li:nth-child(7) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_04.png') left top no-repeat;
}

#entry .entry-body>ul.qa-list li:nth-child(9) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_05.png') left top no-repeat;
}

#entry .entry-body>ul.qa-list li:nth-child(11) {
    background: url('https://oceana.ne.jp/wordpress/wp-content/themes/oceana/shared/images/magazine/q_icon_06.png') left top no-repeat;
}