@charset 'utf-8';
/*
Theme Name: winokayama.com
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');


* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.04em;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img, svg {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

.kc,
.base em {
  color: rgba(255, 70, 145, 1);
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
select,
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
#tree,
footer,
main {
  color: #323232;
  text-align: left;
}


header {
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
}
#header {
  position: relative;
  box-sizing: border-box;
}
#header > h1 {
  font-size: 0.5em;

  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  overflow: hidden;
}
#header > h1 a svg {
  fill: rgba(255, 70, 145, 1);
  transition: fill 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}
#header > nav {
  line-height: 1.1em;
}
#header nav a {
  font-weight: 600;
}


#tree {
  background: rgba(255, 70, 145, 0.15);
}
#tree * {
  line-height: 1.5em;
}
#tree nav {
  text-align: right;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
#tree a:link,
#tree a:visited,
#tree span {
  color: rgba(20, 20, 20, 1);
}
#tree a:active,
#tree a:hover {
  color: rgba(20, 20, 20, 0.5);
}
#tree span {
  margin: 0 0.35em;
}
#tree span i {
  font-size: 0.6em;
  color: rgba(20, 20, 20, 0.65);
  vertical-align: 0.2em;
}


footer {
  background: rgba(255, 70, 145, 1);
  color: #ffffff;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
#footer div * {
  font-weight: 500;
  line-height: 1.1em;
  white-space: nowrap;
}
#footer div h1 {
  font-size: 1.05em;
}
#footer div h1 span {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 0.15em;
}
#footer div h2 {
  font-size: 0.7em;
  font-weight: 500;
}
#footer div p {
  font-size: 0.9em;
  padding-top: 0.75em;
}
#fins {
  white-space: nowrap;
}
#fins span,
#fins a {
  display: inline-block;
}
#fins span {
  width: 6em;
  position: relative;
}
#fins span:nth-of-type(1):before,
#fins span:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 60%;

  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#fins span:nth-of-type(1):before { left: 0; }
#fins span:after { right: 0; }
#fins a {
  width: 100%;
  font-size: 0.7em;
  font-weight: 300;
  text-align: center;
  position: relative;
}
#fins a i {
  display: block;
  font-size: 1.9em;
  font-weight: 900;
  margin-bottom: 0.25em;
}
footer small {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 3.6em;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}


main {
}
main:after {
  content: '';
  clear: both;
  display: block;
}


#navigation {
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
#navigation:after {
  content: '';
  clear: both;
  display: block;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 2.8em;
  vertical-align: bottom;
}
.wp-pagenavi *,
#navigation p.right * {
  letter-spacing: 0;
  position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a,
#navigation p.right a {
  display: inline-block;
  min-width: 2.8em;
  height: 2.8em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;

  border-radius: 0.5em;

  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wp-pagenavi span {
  background: rgba(255, 70, 145, 0.15);
  color: #000000;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(255, 70, 145, 0.05);
  color: #000000;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(255, 70, 145, 0.4);
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.wp-pagenavi .previouspostslink { left: 0; }
.wp-pagenavi .nextpostslink { right: 0; }
#navigation p.right a i,
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: block;
  font-size: 0.88em;
  line-height: initial !important;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#navigation p.left a {
  font-weight: 700;
  padding-left: 0.75em;
  position: relative;
}
#navigation p.left a:before {
  content: '\f054';
  font-family: 'Font Awesome 7 Free';
  font-size: 0.7em;
  line-height: initial;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}


#nodata {
  text-align: center;
  padding: 80px 0;
}


.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}
.fon,
.fon-,
.fon- * {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
}
.win,
.win-,
.win- * {
  font-family: 'Stardos Stencil', serif;
  letter-spacing: 0;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.base,
.base > * {
  line-height: 2em;
}
.base > * * {
  line-height: inherit;
}
.base:after {
  content: '';
  clear: both;
  display: block;
}
.base > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.base strong { font-weight: 700; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
.base figcaption { line-height: 1.5em; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-image {
  text-align: center;
  margin-bottom: 0;
}
.base .wp-block-image img {
  height: auto !important;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.base .wp-block-embed {
  margin: 1em auto;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base .wp-block-columns {
  margin-bottom: 0;
}
.base .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}
.base h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.6em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.7em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.8em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base > ol, .base > ul { padding-top: 0.5em; }
.base ol { padding-left: 1.6em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li {
  line-height: 1.76em;
  padding-top: 0.625em;
}
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a {
  color: rgba(255, 70, 145, 1);
  font-weight: 500;
  text-decoration: none;
}
.base a:link,
.base a:visited {
}
.base a:active,
.base a:hover {
  opacity: 0.5;
}
.alignleft,
.alignright {
  max-width: 30% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-block-image img {
  width: auto;
}

.np {
  background: #f6f6f6;
}
.np img,
.np svg {
  width: 25%;
  object-fit: contain;
}

.snsbox,
.snsbox * {
  line-height: 18px;
}
.snsbox {
  clear: both;
  background: rgba(255, 70, 145, 0.1);
  line-height: 20px;
  text-align: right;
  padding: 1em 1.5em;

  border-radius: 0.5em;

  position: relative;
  z-index: 1;
  overflow: hidden;
}
.snsbox * {
  vertical-align: bottom;
}
.snsbox a,
.snsbox .fb-share-button,
.snsbox .twitter-share-button {
  margin-left: 5px;
}
.snsbox div,
.snsbox a,
.snsbox iframe {
  display: inline-block !important;
}
.snsbox a {
  background: #000000;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 18px;
  text-decoration: none;
  padding: 0 10px;
  border: solid 1px #000000;

  border-radius: 4px;

  position: relative;
  overflow: hidden;
}



#mv {
  background: #e6e6e6;
}
#slider {
  width: 100% !important;
  height: 100%;

  position: relative !important;
  overflow: hidden;
  box-sizing: border-box;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher {
  overflow: hidden;
  z-index: 1;
}
#slider ul li {
  list-style: none;
}
.bgstretcher li,
.bgstretcher li div.bg,
.bgstretcher-area {
  height: 100%;
}
.bgstretcher li {
  display: block;
  position: relative;
}
.bgstretcher li div.bg {
  background: no-repeat center / cover;
  transform: scale(1.3);
  transition: transform 8s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.0);
}
.bgstretcher-page {
  width: 100%;
  height: 100%;
  text-align: center;

  position: absolute !important;
  bottom: 0;
  left: 0;
}
#linkage {
  display: none;
}

.hst * {
  line-height: 1em;
}
.hst h3 {
  font-weight: 700;
}
.hst h2 {
  font-size: 1em;
  font-weight: 600;
}
.hst a {
  display: block;
  color: rgba(255, 70, 145, 1);
  font-size: 0.85em;
  font-weight: 500;
  text-align: center;
  border: solid 1px rgba(255, 70, 145, 0.5);
}

#hco * {
  line-height: 2em;
}
#hco figure {
  border: solid 1px rgba(255, 70, 145, 0.3);
}
#hco figure img {
  object-fit: contain;
}
#hco h2 {
  font-size: min(1.3em, 4.9vw);
  font-weight: 500;
  letter-spacing: 0.125em;
  padding-bottom: 0.15em;
  white-space: nowrap;
}
#hco h1 {
  font-size: 1em;
  font-weight: 400;
  padding-top: 0.6em;
}

#hne article {
  border-bottom: solid 1px #e6e6e6;
}
#hne article:nth-of-type(1) {
  border-top: solid 1px #e6e6e6;
}
#hne article * {
  line-height: 1.45em;
}
#hne article a {
  display: block;
  color: #202020;
  font-weight: 500;
}
#hne article a time {
  font-weight: 400;
}

#hli {
  background: rgba(255, 70, 145, 0.6);
}
#hli article {
  background: #ffffff;
}
#hli a {
  color: #000000;
  text-align: center;
}
#hli a .cc {
  height: 0;
  padding-top: 50%;
}
#hli a h3 {
  font-size: 1em;
  font-weight: 600;
}

#hbl {
}
#hbl:after {
  content: '';
  clear: both;
  display: block;
}

.blist {
  float: left;
}
.blist a {
  display: block;
  overflow-x: hidden;
}
.blist a .cc {
  height: 0;
  padding-top: 60%;
  border-radius: 1em;
  z-index: -2;
}
.blist a span {
  display: block;
  background: #ffffff;
  width: fit-content;
  line-height: 2em;
  text-align: center;
  margin-top: -2em;
  margin-left: 0;
  padding-bottom: 0.25em;
  border-top-right-radius: 1em;

  position: relative;
  z-index: -1;
  box-sizing: border-box;
}
.blist a span:before,
.blist a span:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-bottom: solid 1em #ffffff;
  border-left: solid 1em #ffffff;

  position: absolute;
  z-index: -1;

  border-bottom-left-radius: 100%;
  overflow: hidden;
}
.blist a span:before {
  top: -1em;
  left: -1em;
}
.blist a span:after {
  left: 100%;
  transform: translate3d(-1em, -50%, 0);
}
.blist a time {
  line-height: inherit;
}
.blist a h3 {
  color: #202020;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0.5em;
}



.nlist {
  border-bottom: solid 1px #e6e6e6;
}
.nlist:nth-of-type(1) {
  border-top: solid 1px #e6e6e6;
}
.nlist * {
  line-height: 1.4em;
}
.nlist a {
  display: block;
  color: #202020;
}
.nlist a time {
  display: block;
}
.nlist a h3 {
  color: #202020;
  font-weight: 700;
  padding-top: 0.15em;
}


#pmain {
  line-height: 2em;
}
#pmain:after {
  content: '';
  display: block;
  background: rgba(255, 70, 145, 1);
  width: 100%;
  height: 100%;

  mix-blend-mode: multiply;
  opacity: 0.5;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#pmain div {
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 1));
  white-space: nowrap;
  z-index: 5;
}
#pmain div > * {
  display: inline-block;
  color: #ffffff;
}
#pmain div h2 {
  font-weight: 700;
  font-size: 1.5em;
  position: relative;
}
#pmain div h2:after {
  content: '';
  display: inline-block;
  background: #ffffff;
  width: 1px;
  height: 0.8em;
  margin-right: 0.75em;
  margin-left: 0.75em;
  vertical-align: -0.05em;
}
#pmain div h1 {
  font-weight: 500;
  font-size: 1.25em;
  vertical-align: 0.05em;
}



.ilist > h1 {
  color: #202020;
  line-height: 1.5em;
  padding-bottom: 0.5em;
}
.ilist > figure {
  border-radius: 1em;

  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ilist > ul,
.ilist > article {
  border-top: dotted 1px #cccccc;
}
.ilist > ul {
  padding-top: 1.5em;
  padding-left: 1.3em;
}
.ilist > ul li {
  line-height: 1.3em;
}
.ilist > ul > li:not(:nth-child(1)) {
  padding-top: 0.75em;
}
.ilist > article {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}



#pcredit h1,
.snsbox {
  width: calc(100% + 1em);
  margin-left: -0.5em;
  box-sizing: border-box;
}

#pcredit {
  margin-bottom: 1.5em;
}
#pcredit * {
  line-height: 1.3em;
}
#pcredit time {
  display: inline-block;
  font-weight: 500;
}
#pcredit h1 {
  background: rgba(255, 70, 145, 0.15);
  width: calc(100% + 1em);
  color: #202020;
  font-weight: 700;
  margin-left: -0.5em;
  padding: 0.65em 1em;

  border-radius: 0.5em;

  position: relative;
  z-index: 1;
  overflow: hidden;
}



#class {
}
#class .base td {
  text-align: center;
  border: solid 1px #cccccc;
}
#class .base td:nth-child(2n+1) {
  background: rgba(255, 70, 145, 0.1);
}



#privacy .base h3,
#privacy .base h4 {
  margin-bottom: 0.25em;
}
#privacy .base h4 {
  margin-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: dotted 1px rgba(5, 30, 60, 0.3);
}
#privacy .base h4:before {
  content: '●';
  display: inline-block;
  margin-right: 0.25em;
}
#privacy .base p {
  padding-top: 0.5em;
}



#form table {
  border-top: dotted 1px #cccccc;
}
#form tr {
  border-bottom: dotted 1px #cccccc;
}
#form th,
#form td {
  text-align: left;
}
#form th {
  font-weight: 500;
  white-space: nowrap;
}
#form td {
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: none;
  border: solid 1px #e6e6e6;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form textarea {
  width: 100%;
  line-height: 1.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3em;
  padding: 0 1em;
}
#form input[type='checkbox'],
#form input[type='radio'] {
  margin-right: 0.25em;
}
#form input[type='date'],
#form textarea {
  vertical-align: top;
}
#form textarea {
  height: calc(11em + 2px);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}
#form td font {
  padding: 0 0.5em;
}
#form input.num1,
#form input.num2 {
  text-align: center;
}
#form input.num1 {
  width: 5em;
}
#form input.num2 {
  width: 6em;
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 3em;
}
#submit input[type='submit'],
#submit input[type='reset'] {
  height: 3.6em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  border: none;
  box-sizing: border-box;
}
#submit input[type='submit'] {
  background: rgba(255, 70, 145, 1);
  width: 65%;
  letter-spacing: 1em;
  text-indent: 1em;
}
#submit input[type='reset'] {
  background: #505050;
  width: 35%;
}

#form aside {
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: center;
  margin-top: 2em;
}
#form aside a {
  display: inline-block;
  font-weight: 700;
  padding: 0 0.25em;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  width: 100%;
  color: #323232;
  text-align: center;
  margin-left: auto !important;
  border: solid 1px #e6e6e6 !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -500px;
}









