/*
 Theme Name:   PIXEL TALK
 Theme URI:    https://pixeltalk.net/
 Description:  Child theme of Twenty Twenty-Five
 Author:       Nekono Miru
 Author URI:   https://pixeltalk.net/
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  twentytwentyfive-child
*/

html {
    font-size: 16px; /* 1rem = 16px */
  }
  
body{
    background:#f9f9f9;
    font-size: 1rem; /* 16pxを基準に */
    letter-spacing:1px;
    line-height:1.75;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
}

header{
    width:100%;
    height:auto;
    display:block;
    overflow: hidden;
    box-sizing:border-box;
    padding:40px 0 0 0; 
    position:relative;
    background:#F5F8F0;
}

header figure{
    width:100%;
    max-width:720px;
    height:auto;
    display:block;
    margin:0 auto;
}

nav{
    position:absolute;
    top:24px;
    right:24px;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 1em;
}

nav ul li{
    list-style:none;
}

h1.site-title{
    width:210px;
    height:50px;
    display:block;
    margin:0 auto 80px auto;
    background:url(images/logo.png) no-repeat;
    background-size:100% auto;
    text-indent:-9999px;
}


/* h1.site-title a{
    width:210px;
    height:50px;
    display:block;
    background:url(images/logo.png) no-repeat;
    background-size:100% auto;
    text-indent:-9999px;
} */

h2{
    font-weight:bold;
    text-align:center;
    position:relative;
    margin-top:0;
    margin-bottom:64px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h2:after{
    content:"◾️";
    font-size:10px;
    position:absolute;
    top:56px;
    left:50%;
    margin-left:-5px;
    box-shadow: 4px 4px 0 #3CB59F;
}

h3{
    font-size:1.2rem;
    font-weight:bold;
    text-align:center;
}

h3 span{
    display:block;
    font-weight:bold;
    text-align:center;
    position:relative;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-top:8px;
}


p.tagline:after{
    content:"◾️";
    font-size:10px;
    position:absolute;
    top:40px;
    left:50%;
    margin-left:-5px;
}

main{
    width:100%;
    height:auto;
    display:block;
    overflow: hidden;
    box-sizing:border-box;
    margin:0 auto;
}

section{
    padding:80px 0;
}

section#media{
    background:#CEECE7;
}


.content{
    width:100%;
    max-width:600px;
    height:auto;
    display:block;
    overflow: hidden;
    box-sizing:border-box;
    margin:0 auto;
    padding:0 24px;
}

img{
    width:100%;
    height:auto;
    box-sizing:border-box;
}

div.profile{
    width:90%;
    max-width:400px;
    height:auto;
    display:block;
    border:4px solid #ddd;
    border-radius:8px;
    padding:16px;
    margin: 40px auto 0 auto;
}


div.profile img{
    width:100px;
    height:100px;
    border:2px solid #ddd;
    border-radius:50%;
    display:block;
    margin: 0 auto;
}

ul{
    width:100%;
    height:auto;
    display:block;
    list-style:none;
    margin:40px 0 0 0;
    padding:0;
    text-align:center;
  }
  
  ul li{
    width:auto;
    display:inline-block;
    padding: 4px;
    text-align: left;
    font-size:0.9rem;
    text-align:center;
    margin:8px;
  }

  .link-spotify{
    width:200px;
    height:61px;
    display:block;
    background:url(images/icon-spotify.svg) no-repeat center;
    background-size:100% auto;
    text-indent:-9999px;
  }

  .link-apple{
    width:200px;
    height:61px;
    display:block;
    background:url(images/icon-apple.svg) no-repeat center;
    background-size:100% auto;
    text-indent:-9999px;
  }

  .link-note{
    width:200px;
    height:61px;
    display:block;
    background:url(images/icon-note.svg) no-repeat center;
    background-size:100% auto;
    text-indent:-9999px;
  }

  hr{
    margin:40px 0;
  }
  

footer{
    width:100%;
    height:auto;
    display:block;
    overflow: hidden;
    box-sizing:border-box;
    background:#3CB59F;
    margin-top:120px;
    padding:80px 0;
    color:#F5F8F0;
    text-align:center;
    font-family: "Jost", sans-serif;
    font-size:0.8rem;
}

/* MESSAGE */

input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	max-width: 400px;
	height: auto;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 16px;
	margin: 16px 0;
	padding: 8px;
	border: 1px solid #2E2210;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	min-height: 400px;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 16px;
	margin: 16px 0;
	padding: 8px;
}

select.wpcf7-form-control{
  padding:8px;
  font-size:16px;
}

select.wpcf7-form-control option{
  font-size:16px;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 90%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 16px;
	margin: 16px 5%;
	background: none;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #2E2210;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	border: 1px solid #2E2210;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #2E2210;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:focus {
	cursor: pointer;
	width: 90%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 16px;
	margin: 16px 5%;
	background: #2E2210;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #F4F1ED;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #2E2210;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit:active {
	background: #999;
}

div.wpcf7 p{
	margin-bottom:16px;
}

div.wpcf7-response-output {
	font-size: 0.9rem;
	text-align: center;
}

span.optional{
    width:auto;
    height:auto;
    background:#83c6d4;
    padding:4px;
    margin-left:8px;
    border-radius:4px;
    color:#F5F8F0;
}

span.required{
    width:auto;
    height:auto;
    background:#d48383;
    padding:4px;
    margin-left:8px;
    border-radius:4px;
    color:#F5F8F0;
}