/*
Theme Name: soundflora
Description: soundflora* original theme
Version: 1.0
Author: soundflora
Author URI: https://soundflora.tokyo/
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/* End of reset.css */

/* iPhone CSS Reset*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* End of iPhone CSS Reset */

img {
  max-width: 100%;
  height: auto;
}

p, ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}
ul, ol {
    padding-left: 40px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
pre {
    font-family: monospace;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

h1{
    width: 50%;
    font-size: 1.2em;/* 文字の大きさ */
    font-weight: bold;/* 文字の太さ */
    color: #fff;/* 文字の色 */
    border: 2px dashed #ffecef;/* ステッチの太さ・種類・カラー */
    background: #9eceff;/* 背景色 */
    border-radius: 8px;/* 四隅の丸み */
    box-shadow: 0 0 3px 3px #8ccfff;
    margin: 0 auto;
    padding: 0.5em 0.8em;
}

h1 a{
    color: inherit;
    text-decoration: none;
}

h2 {
    color: #00bfbf;
    font-size: 135%;
}

h2 a, a.article-box{
    text-decoration: none;
}

h3 {
    font-size: 120%;
    color: #ff5fb7;
}

h4 {
    font-size: 110%;
    color: #4b9aff;
}

h5 {
    font-size: 105%;
    color: #ffb428;
}

h6 {
    color: #ca6fcd;
}

a{
    color: #00bfbf;
}

a:hover{
    color: hotpink;
    transition: 0.15s;
}

body {
    font-size: 1.4em;
    background-color: lavenderblush;
    background-image: url("images/soundflora-bg.png");
    background-repeat: repeat;
    background-size: 100px;
    font-family: 'Quicksand', 'M PLUS Rounded 1c', 'Noto Sans CJK JP', 'Noto Sans', 'Meiryo', sans-serif;
}

.margin-top-1em{
    margin-top: 1em;
}

.margin-bottom-1em{
    margin-bottom: 1em;
}

.title{
    float: left;
    padding: 30px 0px 0px 50px;
    font-family: 'Poiret One', 'M PLUS Rounded 1c', sans-serif;
    font-size: 35px;
}

.title a{
    text-decoration: none;
    color: aliceblue;
}

.title:hover{
    opacity: 0.5;
    transition: 0.3s;
}
     
header {
    position: fixed;
    text-align: right;
    width: 100%;
    background-color:lightpink;
    z-index: 1000;
    box-shadow: 0px 1px 8px grey;
}
body.admin-bar header {
    padding-top: 32px;
}
body.admin-bar #primary {
    padding-top: 32px;
}
.header-menu{
    padding: 40px 10px;
    margin: 0;
}

.header-menu-item {
    margin-right: 40px;
    display: inline;
    list-style: none;
    font-family: 'Poiret One', 'M PLUS Rounded 1c', cursive;
    font-weight: 700;
    font-size: 25px;
}

li.header-menu-item a:hover {
    color: azure;
}

.link {
	text-decoration: none;
    color: azure;
}

.link:hover{
    opacity: 0.5;
    transition: 0.3s;
}

main {
    padding-top: 104px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 320px;
}

* {
        box-sizing: border-box;
}

body {
    min-height: 100vh;
    position: relative;
}

.templete-content{
    padding: 20px;
}


.soundflora_logo{
    height: 90%;
    background-image: url("images/logo/soundflora_logo_dimgray_191128.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 100px;
}

h4.profile-subtitle{/*
    font-size: 4vw;*/
    margin-top: 15px;
    display: inline-block;
    background: linear-gradient(transparent 50%, #C2EEFF 0%);
    line-height: 1.3em;
    color: dimgray;
}

.profile-pic{
    height: 400px;
    margin: 40px auto 20px auto;
}

.profile-pic img{
    height: 400px;
    border-width: 13px;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
}

.article{
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 150%;
}

#first-section{
    height: 825px;
}

.logo {
    position: absolute;
    z-index: 5;
    width: 45%;
    top: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

twitter-timeline{
    margin: 0 auto;
}
        
#second-section {
    position: relative;
    padding: 50px 0;
    z-index: 100;
}

#second-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 0% -10% 0;
    background-color: lightcyan;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, white), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, white),color-stop(.75, white), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 100px 100px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: -100;
    box-shadow: 0px 2px 10px silver inset;
}

.contents_inner {
    width: 100%;
    max-width: 1500px;
    height: 100%;
    margin: 0 auto;
    padding: 90px 0px 70px;
    color: dimgray;
    text-align: center;
}

.quotes{
    text-align: left;
}

.highlight {
    background: linear-gradient(transparent 50%, #C2EEFF 0%);
    line-height: 1.3em;
}

.jobtitle{
    font-size: 40px;
    display: inline-block;
}

#third-section{
    padding: 100px 0px;
    text-align: center;
    font-size: 200%;
    color: gray;
}

#News-section{
    padding-bottom: 25px;
}

#News-section > h1,
#Twitter-section > h1{
    background: pink;
    box-shadow: 0 0 3px 3px #F9B8CD;
}

/* --- News --- */
.box{
    overflow: auto;
    padding: 0.5em 1em;
    margin: 20px auto;
    border-width: 13px;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    width: 45%;
    max-width: 850px;
    height: 300px
}

.box p {
    margin: 0; 
    padding: 0;
    text-align: left;
}

ul.msr_newslist01{
    padding: initial;
    margin: initial;
}

#Twitter-section .box{
    height: 650px ;
}

.article-box{
    display: block;
    overflow: auto;
    padding: 0.5em 1em;
    margin: 30px auto;
    border-width: 13px;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,rgba(0,0,0,0) 3px, rgba(0,0,0,0) 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,rgba(0,0,0,0) 3px, rgba(0,0,0,0) 7px);
    background-color: #e9f4ff;
    width: 45%;
    height: 100%;
    font-size: 60%;
}

a.article-box:hover{
    color: hotpink;
    background-color: #d0e8ff;
    transition: 0.1s;
}

a.article-box:hover *{
    color: inherit;
}

.article-box,
.templete-content p label{
    text-align: left;
    color: dimgray;
}

.msr_newslist01 {
    border-top: 1px solid #AAAAAA;
    width: 100%;
    list-style: none;
}
.msr_newslist01 li {
    border-bottom: 1px solid #AAAAAA;
    font-size: 14px;
}
.msr_newslist01 li a {
    box-sizing: border-box;
    color: #000000;
    display: table;
    padding: 10px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: 100%;
}
.msr_newslist01 li a:hover {
    background: #EEEEEE;
    text-decoration: none;
}
.msr_newslist01 li div {
    display: table-cell;
    width: 144px;
}
.msr_newslist01 li p {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

/* 時間の設定 */
.msr_newslist01 li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}

/* カテゴリの設定 */
.msr_newslist01 li .cat-news,
.msr_newslist01 li .cat-event,
.msr_newslist01 li .cat-movie,
.msr_newslist01 li .cat-release,
.msr_newslist01 li .cat-goods {
    background-color: #1B73BA;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 10px;
    padding: 0 2px;
    text-align: center;
    width: 50px;
}
.msr_newslist01 li .cat-news {
    background-color: #ff8fcd;
}

.msr_newslist01 li .cat-event {
    background-color: #78cbff;
}

.msr_newslist01 li .cat-movie {
    background-color: #fc986d;
}

.msr_newslist01 li .cat-release {
    background-color: #4cd96a;
}

.msr_newslist01 li .cat-goods {
    background-color: #298dff;
}

/* --- News --- */


/* --- Twitter埋め込み枠 --- */

/* --- Twitter埋め込み枠 --- */

footer {
    background-color: lightpink;
    box-shadow: 0px 1px 8px grey;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sns-btn-link{
    padding: 1px;
    list-style: none;
}

.sns-btn{
    margin: 30px auto 30px auto;
    display: block;
    text-decoration: none;
    color: #FFF;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: dashed 1px #FFF;
    transition: .4s;
    font-size: 24px;
}

.sns-btn .fa{
    line-height: 20px;
    z-index: 100;
}

.sns-btn:hover{
    opacity: 0.5;
    color: white;
}

.twitter{
    background: lightskyblue;
    box-shadow: 0px 0px 0px 5px lightskyblue;
}

.youtube{
    background: crimson;
    box-shadow: 0px 0px 0px 5px crimson;
}

.soundcloud{
    background: orangered;
    box-shadow: 0px 0px 0px 5px orangered;
}

#copyright{
    background-color: #FDA0A5;
    font-size: 20px;
    text-align: center;
    color: #EEEEEE;
    padding: 1px 0;
}




/* seasonal stuff */

@-webkit-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-moz-keyframes snow {  
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@-ms-keyframes snow {  
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}
@keyframes snow {  
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

header, footer{
     background-image: url('images/snow3.png'), url('images/snow2.png'), url('images/snow1.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}

iframe {
	max-width: 100%;
}

/* CATEGORY OVERRIDES */

body.category-blog{
    background-color: #9be8ff;
}

div.post-navigation{
    float: right;
}

div.post-navigation a{
    text-decoration: none;
}

div.post-navigation a i{
    color: dimgray;
}

div.post-navigation a:hover i{
    color: hotpink;
    transition: 0.1s;
}

.article-content{
    border-top: 1px solid dimgray;
    margin-top: 10px;
    padding-top: 20px;
}

.more-link{
    display: block;
    margin-top: 10px;
}

/* NEWS */

h2.news{
    text-align: center;
}


/* Contact form */

.wpcf7-form-control-wrap input,textarea{
	box-sizing: border-box;
    border-color: black;
    border-radius: 5px;
    background-color: white;
	width: 50%;
	padding: 0.3em;
    margin-bottom: 10px;
	letter-spacing: 1px;
	border: 2px solid #ffe0e0;
}

.wpcf7-form-control-wrap textarea{
    font-size: 75%;
    min-height: 100px;
    max-height: 750px;
    min-width: 50%;
    width: 80%;
    max-width: 100%;
    height: 300px;
    margin-top: 10px;
}

#contact-form{
    text-align: center;
}

#contact-form div.wpcf7-validation-errors{
    border: 2px solid #ffe0e0;
    background-color: #ffe0e0;
}

#contact-form div.wpcf7-mail-sent-ok{
    border: 2px solid #ffe0e0;
    background-color: #ffe0e0;
}

.wpcf7-submit{
    padding: 15px 40px;
    font-size: 1em;
    background-color: white;
    color: dimgray;
    border: 2px solid #ffe0e0;
    border-radius: 5px;
}

.wpcf7-form p{
    position: relative;
}

div.wpcf7 span.ajax-loader{
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 16px;
}

/* ribbon */

.ribbon2 {
    position:relative;
    width: 50%;
    margin: 0 auto;
}

.ribbon2:before {
    content:'';
    display:block;
    position:absolute;
    top: -0.35rem;
    left: 0;
    width:100%;
    height:100%;
    max-height:100%;
    box-sizing: border-box;
    z-index: -1;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 3rem solid pink;
    border-bottom: 3rem solid pink;
}
.ribbon2 h1 {
    background-color: transparent;
    box-shadow: inherit;
    border-radius: 0;
    height: 5.3rem;
    margin-left: 10px;
    margin-right: 10px;
    border-left: 0;
    border-right: 0;
    width: auto;
}

/* コンタクトフォームの色変え */
.lucky-box {
    background-color: #f4e9ff;
}

/* Fade animation */

.css-fade1{
  opacity: 0;
  animation-name:fade-in1;
  animation-duration:3s;
  animation-timing-function: ease-out;
  animation-delay:1s;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
}

@keyframes fade-in1 {
  0% {opacity: 0}
  100% {opacity: 1}
}




/* for common displays */
@media screen and (max-width: 1500px) {
    h1{
        width: 60%;
    }
    .box{
        width: 55%;
    }
}

/* for tablet displays */
@media screen and (max-width: 1024px) {
    h1{
        width: 85%;
    }
    .header-menu-item{
        margin-right: 25px;
        font-size: 80%;
    }
    .box{
        width: 80%;
    }
    .article-box{
        width: 85%;
    }
    #first-section {
    height: 800px;
    }
}

/* for smartphone displays */
@media screen and (max-width: 767px) {
    h1{
        width: 95%;
        font-size: 80%;
    }
    .title{
        float: none;
        text-align: center;
        padding: 30px 0px 0px 0px;
    }
    header {
        position: relative;
    }
    main {
    	padding-top: 0;
    }
    .header-menu{
        padding: 20px 10px;
        text-align: center;
        padding: 10px 10px;
    }
    .header-menu-item{
        flex: auto;
        margin: 0px 0.5em;
        font-size: 100%;
    }
    .contents_inner{
        padding: 0px;
    }
    .box{
        width: 90%;
        padding: 0px;
    }
    .article-box{
        width: 90%;
    }
    .article-content{
    	font-size: 80%;
    }
    #first-section {
        height: 500px;
        padding: 20px;
    }
    .info-display{
        margin-left: 0px;
        margin-top: 0px;
    }
    #Twitter-section .box {
    height: 300px;
    }
    /*
    .categorytag{
        float: left;
        margin-left: 20px;
        margin-top: 10px;
    } */
    .msr_newslist01 li .cat-news, .msr_newslist01 li .cat-event, .msr_newslist01 li .cat-movie, .msr_newslist01 li .cat-release, .msr_newslist01 li .cat-goods{
        display: block;
        margin: 0px auto;
    }
    .msr_newslist01 li a {
        width: 100%;
    }
    .msr_newslist01 li time{
        display: inline;
        margin: 0px auto;
        width: 55%;
    }
    .msr_newslist01 li p{
        padding-left: 0px;
    }
    .msr_newslist01 li div{
        width: 20vw;
    }
    .soundflora_logo{
        margin-top: 40px;
    }
    .jobtitle{
        font-size: 85%;
    }
    #third-section{
        padding-top: 50px;
    }
    .header-split {
        display: block;
        margin: 10px auto;
    }
    .profile-pic,
    .profile-pic img{
        height: auto;
    }
    .ribbon2{
        width: 95%;
    }
    .ribbon2 h1{
        font-size: 1.2em;
        /*letter-spacing: -0.03em;*/
    }
    h4.profile-subtitle{
        font-size: 5vw;
    }
    .wpcf7-form-control-wrap input{
        width: 80%;
    }
    .wpcf7-form-control-wrap textarea{
        width: 95%;
    }
}









