@charset "utf-8";
@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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
color: inherit;
display: inline-block;
text-decoration: none;
}
 @import url("//fonts.googleapis.com/css?family=Open+Sans&display=swap");
@import url(//use.fontawesome.com/releases/v5.0.13/css/all.css); html { background: #fff; }
html {
font-size: 62.5%;
font-family: 'Avenir', 'Corbel', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ','Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
-webkit-font-smoothing: antialiased;
height: 100%;
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
-webkit-text-size-adjust: none;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
} body {
color: #727171;
font-size: 1.6rem;
line-height: 2;
}
a {
color: #727171;
transition: .3s;
}
a:hover {
opacity: .7;
}
#wrapper {
display: block;
position: relative;
overflow: hidden;
}
#wrapper:before {
position: absolute;
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background-image: url(//marm-design.com/wp-content/themes/marmdesign/assets/img/sora.jpg);
background-size: cover;
background-position: top right;
opacity: .3;
z-index: -1;
}
.inner {
max-width: 1200px;
width: 95%;
margin: 0 auto;
}
header {
width: 100%;
display: flex;
justify-content: space-between;
}
#container {
display: block;
position: relative;
min-height: 520px;
max-width: 800px;
}
.flex-wrap {
display: flex;
}
footer {
font-size: 1.2rem;
width: 100%;
position: absolute;
bottom: 0;
height: 240px;
}
nav {
width: 100%;
text-align: center;
margin-top: 8%;
display: flex;
}
a img {
vertical-align: middle;
}
.globalNav {
width: 100%;
}
.globalNav li {
display: inline;
}
.globalNav a.navItem {
margin: 0 1.6% 0 1%;
font-size: 1.05rem;
position: relative;
display: inline-block;
letter-spacing: 1px;
}
.current {
border-bottom: 2px solid #005faf;
}
#breadcrumb {
font-size: 1.2rem;
text-align: left;
margin-bottom: 5%;
}
#breadcrumb ul {
width: 100%;
}
#breadcrumb ul li {
display :inline-block;
padding-right: 35px;
}
#breadcrumb ul li:last-child span {
color: #788992;
font-size: 1.2rem;
padding-right: 0;
}
#breadcrumb ul li a {
position: relative;
color: #b3b3b3;
}
#breadcrumb ul li a:after {
position: absolute;
content: '›';
font-size: 1.4em;
font-weight: bold;
right: -22px;
bottom: -2px;
color: #ccc;
}
#breadcrumb ul li a i {
font-size: 1.35rem;
}
h2 {
font-size: 24px;
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
line-height: 1.3;
}
.ttl {
color: #9fa0a0;
font-size: 1.3rem;
margin-bottom: 4%;
padding-top: 1.2%;
letter-spacing: 1px;
}
.footer-content {
position: relative;
width: 100%;
}
.soraBack {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 260px;
max-width: 1300px;
background-image: url(//marm-design.com/wp-content/themes/marmdesign/assets/img/cloud_bk.png);
-webkit-background-image: url(//marm-design.com/wp-content/themes/marmdesign/assets/img/cloud_bk.png);
background-size: cover;
-webkit-background-size: cover;
background-repeat: no-repeat;
-webkit-background-repeat: no-repeat; z-index: -1;
opacity: .3;
animation: anim_v 5s infinite linear alternate;
margin: 0 auto;
}
.headerBack {
animation: anim_rv 8s infinite linear alternate;
}
@keyframes anim_v {
0% {transform:translateY(0);}
50% {transform:translateY(-10px);}
100% {transform:translateY(0);}
}
@keyframes anim_rv {
0% {transform:translateY(0) rotate(-10deg);}
50% {transform:translateY(-10px) rotate(-5deg);}
100% {transform:translateY(0) rotate(-10deg);}
}
.footer-nav-wrap {
display: flex;
margin-bottom: 4%;
}
.copyright {
text-align: center;
color: #898989;
position: absolute;
bottom: 0;
left: 0;
right: 0;
font-size: 1rem;
}
.headerBack {
top: -480px;
height: 600px;
} @media all and (min-width: 768px) {
a.navicon {
display: none;
}
.header-inner {
display: none;
margin-bottom: 76px;
}
h1 {
font-size: 3.6rem;
}
h2 {
font-size: 2.4rem;
}
header {
position: absolute;
top: 0;
left: 0;
height: 158px;
overflow: hidden;
}
.soraBack {
min-width: 800px;
}
.globalNav a.navItem:hover:after {
bottom: -2px;
opacity: 1;
visibility: visible;
}
#wrapper {
min-height: calc(100vh - 158px - 240px);
padding-top: 158px;
padding-bottom: 240px;
}
#container {
width: 80%;
margin: 0 auto;
min-width: 720px;
}
} @media (max-width: 768px) {
.headerBack {
top: -220px;
height: 330px;
min-width: auto;
}
} @media screen and (max-width: 767px) {
h1 {
font-size: 2.4rem;
}
h2 {
font-size: 2rem;
}
.ttl {
font-size: 1.4rem;
}
.flex-wrap {
display: block;
}
#wrapper {
width: 100%;
margin: 0;
padding: 0;
min-height: calc(100vh);
} a.navicon {
width: 100%;
background: transparent;
margin: 20px auto;
margin-right: 20px;
position: relative;
height: 20px;
width: 25px;
display: block;
z-index: 9999;
transition: linear 0.5s all;
}
a.navicon:before,
a.navicon:after {
background: #8a8786;
backface-visibility: hidden;
content: "";
height: 1px;
left: 0;
transition: 0.8s ease;
width: 25px;
}
a.navicon:before {
box-shadow: #8a8786 0 8px 0 0;
position: absolute;
top: 0;
}
a.navicon:after {
position: absolute;
top: 16px;
}
a.navicon--active {
margin-top: 20px;
transition: linear 0.5s all;
}
a.navicon--active:before {
box-shadow: transparent 0 0 0 0;
top: 8px;
transform: rotate(226deg);
}
a.navicon--active:after {
top: 8px;
transform: rotate(315deg);
}
header {
position: absolute;
top: 0;
left: 0;
right: 0;
overflow: hidden;
display: block;
margin: auto;
width: 100%;
background-color: rgba(255, 255, 255, .6);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
-ms-backdrop-filter: blur(2px);
padding: 15px 0;
transition: ease-in 0.5s all;
transform: translateY(-100%);
z-index: 999;
}
.header--active {
top: 0px;
display: block;
opacity: 1;
transition: ease-in-out 0.8s all;
transform: translateY(0);
z-index: 999;
}
.globalNav {
margin-bottom: 25px;
display: block;
width: 40%;
margin: 0 auto 4%;
}
.globalNav a.navItem {
text-decoration: none;
display: block;
text-align: center;
font-size: 1.7rem;
border-bottom: 2px solid transparent;
transition: linear 0.5s all;
padding: 5px 0;
font-size: 1.4rem;
}
.globalNav a.navItem:after {
background: #9bd2ff;
}
.globalSns {
display: inline-block;
text-align: center;
margin: 0 auto;
width: 100%;
}
#breadcrumb {
font-size: 1rem;
width: 90%;
margin: 5% auto;
}
#breadcrumb ul li {
padding-right: 25px;
}
#breadcrumb ul li:last-child span {
font-size: 1rem;
}
#breadcrumb ul li a:after {
right: -15px;
bottom: -3px;
}
footer {
height: 120px;
}
.footer-nav-wrap {
display: none;
}
} @media screen and (max-width: 460px) {
.headerBack {
top: -90px;
background-size: contain;
}
#wrapper {
min-height: calc(100vh - 80px);
padding-bottom: 80px;
}
.ttl {
font-size: 1.2rem;
}
footer {
height: 80px;
}
footer .soraBack {
left: 0;
background-size: contain;
}
}
.entry-content p { line-height: 1.5; margin-bottom: 1em; }
@media screen and (max-width: 460px) {
.entry-content p { line-height: 1.4; }
}
.wp-block-image img { height: auto; }
.entry-content { margin-bottom: 40px; }
.entry-content img { max-width: 100%; height: auto; }