/*
Theme Name: wp-kon
Theme URI: https://kon-yosuke.jp/
Author: Nonko
Author URI: bloom-letterpress.com
Version: 1.0
Text Domain: Kon Yousuke
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	width: 100%;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.text-center {
	text-align: center;
}
ruby {
    ruby-position:over;
}
rt {
	ruby-align: center;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #5A5757;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #4e4e4e;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}
h5 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #5A5757;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #aaa;
	outline: 0;
}
a:hover img{
	opacity: 0.8;
}

@font-face {
    font-family: ‘LINESeedJP-Bd’;
    src: url(../assets/fonts/LINESeedJP_OTF_Bd.woff) format(”woff”); /* フォントファイルのパスとフォーマットを指定 */
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

#home-main {
	position: relative;
}
.main-area {
	position: relative;
}
.main-catch {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}
h1.main-copy {
	font-size: 32px;
	font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
	font-weight: 700;
	color: #ffffff;
}
p.main-prof {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	font-family: LINESeedJP-Bd;
}
span.small-txt {
	font-size: 16px;
	font-weight: 100;
}
.box01 {
	color: #067FF7;
	background-color: #F8E608;
	border-radius: 10px;
	padding: 7px;
	font-size: 14px;
}
.year-old {
    padding: 10px;
}
ul.main-prof02 {
	list-style: circle;
	margin: 0;
}
ul.main-prof02 li {
	padding: 5px 0;
	font-size: 16px;
	font-family: LINESeedJP-Bd;
}

/*main-contents*/
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
#sepalator, .sec-01 {
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 25px 0;
}
.sec-03{
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 0 0 25px;
}
#sepalat-area{
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 0 0 50px;
}
#message h1 {
	font-size: 36px;
	margin: 0 0 30px;
	padding: 10px 0 0;
	font-weight: 800;
	letter-spacing: 10px;
	color: #5D5C5C;
}
#message h2 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 10px;
	color: #5D5C5C;
	margin: 0;
	padding: 0;
}
#message p{
	color: #727171;
	font-size: 16px;
	line-height: 1.5;
}

#pledge h2 {
	color: #fff;
	font-size: 36px;
	letter-spacing: 10px;
	line-height: 1.6;
	font-weight: 800;
	padding: 30px 0 25px;
	margin: 0;
}
.ple-box-area {
	margin-top: -30px;
	margin-bottom: 50px;
}
.ple-box {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #077EA2;
	font-size: 14px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	line-height: 100px;
	margin: 0 auto;
	background-color: #fff;
}

.accordion__content {
  border: 1px solid #A5A3A3;
  padding: 30px;
  box-sizing: border-box;
  margin: 20px 20px 65px;
  border-radius: 30px;
}
.accordion__titleText {
  color: #5D5D5D;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.accordion__accordionMoreContent {
  display: none;
}
.accordion__text {
  color: #5D5D5D;
  font-size: 18px;
  line-height: 1.6;
}
.accordion__accordionMoreContent {
  color: #838080;
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
  margin: 0 1em 40px;
}
.accordion__accordionMoreContent li {
	padding: 5px 0;
}
.accordion__button {
  position: relative;
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}
.accordion__buttonText {
  display: none;
  color: #0854FF;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  background-color: #FFD215;
  border-radius: 30px;
  transition: opacity 0.3s ease 0s;
  padding: 8px 20px;
  box-sizing: border-box;
  margin: 0 0 -45px 0;
}
/* is-active時（展開時）の切り替え */
.accordion__button.is-active::before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.accordion__buttonText.is-active {
  display: block;
}


/*profile*/
#profile {
	background: transparent url('./assets/images/green_back.jpg') no-repeat center center;
	background-size: cover;
}

#profile h2 {
	color: #fff;
    font-size: 50px;
    letter-spacing: 15px;
    line-height: 1.6;
    font-weight: 800;
    padding: 30px 0 25px;
    margin: 0;
}

.prof-txt .table {
	background: transparent;
	border: 2px solid #fff;
	--bs-table-bg:rgba(0,0,0,.2);
	color: #fff;
	font-size: 16px;
}
.prof-txt .table th {
	border-right: 1px solid #fff;
	font-size: 14px;
}
.prof-txt .table th,.prof-txt .table td {
	color: #fff;
	font-weight: 200;
}
.prof-txt .table td.txt-yellow {
	color: #fff000;
	font-size: 1.2em;
}
.prof-txt .table td.txt-keireki {
	font-size: 14px;
}
.br-pc {
	display: none;
}
.pc {
	display: none;
}

.btn-round {
	position: relative;
	width: 145px;
	height: 145px;
	margin: 0 auto;
}
.btn-round:before {
	border-radius: 50%;
	display: block;
	content: '';
	padding-top: 100%;
	box-shadow: 5px 2px 10px 1px rgba(0,0,0,0.3);
}
.btn-round a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 85%;
	font-size: 14.5px;
	line-height: 2;
}
.btn-round a:hover {
	opacity: 0.7;
}




/*--------------------------------------------------------------
13.3 header
--------------------------------------------------------------*/
.main-header{
    position: relative;
	z-index: 12;
}
.header-inner {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

footer {
	position: relative;
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
}
.site-footer .footer-wrap {    
	text-align: center;
}
.footer-wrap p {
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
}
span.add {
	display: block;
	font-size: 0.85em;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 110;
}
#page-top a {
    width: 20px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}


/*--------------------------------------------------------------
17.0 Original
--------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.br-sp {
		display: none; 
	}
    
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	h1.main-copy {
	font-size: 60px;
}
    p.main-prof {
	font-size: 18px;
	}
	span.small-txt {
	font-size: 14px;
	}
    ul.main-prof02 li {
	font-size: 16px;
	}
	#message h1 {
	font-size: 70px;
	letter-spacing: 15px;
	}
	#message h2 {
	font-size: 30px;
	letter-spacing: 10px;
	}
	#message p{
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.5;
	}
    #pledge h2 {
	font-size: 50px;
	}

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	h1.main-copy {
	font-size: 80px;
	}
    p.main-prof {
	font-size: 22px;
	}
	span.small-txt {
	font-size: 16px;
	}

    ul.main-prof02 li {
	font-size: 16px;
	}
	.ple-box {
	width: 140px;
	height: 140px;
	font-size: 14px;
	line-height: 140px;
	}
	#message h1 {
	font-size: 90px;
}
#message h2 {
	font-size: 30px;
}
#message p{
	font-size: 18px;
	line-height: 1.8;
}
}
/* Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
    ul.main-prof02 li {
	font-size: 20px;
}
}
