@charset 'utf-8';
/*
Theme Name: pannomise-gioconda.co.jp
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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,
.base * > em {
  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(56, 111, 129, 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: #505050;
  text-align: left;
}


header {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;

  position: fixed;
  top: 0;
  left: 0;
  transition: background 0.5s cubic-bezier(0.2, 1.0, 0.2, 1.0);
  z-index: 999;
}
#header {
  position: relative;
  box-sizing: border-box;
}
#header > h1 {
  font-size: 0.5em;
  overflow: hidden;
}
#header > h1 svg {
  fill: #000000;
}
header.hh {
  background: rgba(255, 255, 255, 0);
}
header.hh #header > h1 svg {
  fill: #ffffff;
}
#header > a {
  display: block;

  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}


#tree {
  background: rgba(56, 111, 129, 0.03);
}
#tree * {
  line-height: 1.5em;
}
#tree nav {
  font-weight: 500;
  text-align: right;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree a:link,
#tree a:visited,
#tree span {
  color: #999999;
}
#tree a:active,
#tree a:hover {
  color: #323232;
}
#tree span {
  margin: 0 0.5em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: 0.125em;
}


footer {
  background: rgba(56, 111, 129, 1);
}
#footer {
  color: #ffffff;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
footer small {
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
}


main:after {
  content: '';
  clear: both;
  display: block;
}


#navigation {
  clear: both;
  font-size: 0.95em;
  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: 50%;
*/
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.wp-pagenavi span {
  background: rgba(56, 111, 129, 0.15);
  color: rgba(56, 111, 129, 1);
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(56, 111, 129, 0.05);
  color: #000000;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(56, 111, 129, 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;
  color: #202020;
  padding-left: 0.75em;
  position: relative;
}
#navigation p.left a:before {
  content: '\f054';
  font-family: 'Font Awesome 6 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;
}

.fon,
.fon-,
.fon- * {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
}
.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;
}

.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 h1, .base h2, .base h3, .base h4, .base strong { color: #323232; }
.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.75em;
  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 {
  font-weight: 500;
  text-decoration: none;
}
.base a:link,
.base a:visited {
  color: rgba(56, 111, 129, 1);
}
.base a,
.base a:active,
.base a:hover {
  color: rgba(56, 111, 129, 0.5);
}
.alignleft,
.alignright {
  max-width: 30% !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-block-image img {
  width: auto;
}

.np {
  background: #fafafa;
}
.np img,
.np svg {
  width: 30%;
  object-fit: contain;
}



.nlist a:after,
.tb:after {
  content: '\f08b';
  display: inline-block;
  color: rgba(56, 111, 129, 1);
  font-size: 0.85em;
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-weight: 900;
  vertical-align: middle;
}
.nlist a:after {
  line-height: 1em;

  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.tb:after {
  line-height: inherit;
  margin-left: 0.5em;
}
.tb * {
  vertical-align: middle;
}

.ef {
  transition: all 2.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
  filter: none;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ef.bl {
/*
  filter: blur(8px);
*/
  opacity: 0;
}
.ef.bl.up {
  transform: translate3d(0, 20%, 0);
}
.ef.bl.rl {
  transform: translate3d(20%, 0, 0);
}
.ef.bl.lr {
  transform: translate3d(-20%, 0, 0);
}



#main {
  position: relative;
}
#slider {
  width: 100% !important;

  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.0);
  transform-origin: bottom;
  transition: transform 10s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.15);
}
.bgstretcher li div:after {
  content: '';
  display: block;
  background: rgba(150, 150, 150, 0.75);
  width: 100%;
  height: 100%;

  mix-blend-mode: multiply;

  position: absolute;
  top: 0;
  left: 0;
}
#linkage {
  display: none;
}
#main article {
  color: #ffffff;
  text-align: left;

  border: solid 1px rgba(255, 255, 255, 0.3);

  position: absolute;
  bottom: max(14%, 200px);
  bottom: 5%;
  left: 5%;
  z-index: 10;
  box-sizing: border-box;
}
#main article * {
  line-height: 1.7em;
  white-space: nowrap;
  position: relative;
}
#main article h1 {
  font-size: 1em;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}



#hshop {
}
#hshop:after {
  content: '';
  clear: both;
  display: block;
}
#hshop article {
  float: left;
}
#hshop article h2 * {
  line-height: 1em;
  vertical-align: middle;
}
#hshop article h2 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px rgba(56, 111, 129, 0.25);
}
#hshop article h2 > * {
  padding-top: 0.45em;
  padding-bottom: 0.4em;
}
#hshop article h2 span {
  display: inline-block;
  background: rgba(56, 111, 129, 1);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1em;
  text-indent: 0.15em;
  padding-right: 1em;
  padding-left: 1em;
}
#hshop article h2 a img {
  height: 1em;
}
#hshop article div {
  line-height: 1.7em;
  padding: 0 0.1em;
  white-space: nowrap;
}
#hshop article * {
  vertical-align: top;
}
#hshop article div font {
  display: inline-block;
  min-width: 4em;
}
#hshop article:nth-of-type(2) div ul {
  padding-left: 1.5em;
}

#hrss {
  border-top: solid 1px rgba(56, 111, 129, 0.2);
}
#hrss a {
  display: block;
}
#hrss > div > a {
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}
#hrss > div > a p {
  display: inline-block;
  font-size: 1.1em;
  letter-spacing: 0.2em;
}
#hrss > div > a span {
  font-size: 0.8em;
}
#hrss > div > a span:before {
  content: '/';
  display: inline-block;
  margin-right: 0.5em;
}
#hrss article {
  border-bottom: solid 1px rgba(56, 111, 129, 0.2);
}
#hrss article a {
  color: #202020;
  line-height: 1.4em;
}
#hrss article a time {
  white-space: nowrap;
}
#hrss article a p {
  font-weight: 500;
}

#sb_instagram > div {
  padding: 0 !important;
}

.more {
  text-align: center;
}
.more a {
  width: 300px;
  color: #202020;
  font-weight: 600;
  border: solid 1px rgba(56, 111, 129, 0.15);
  box-sizing: border-box;
}
.more a:link,
.more a:visited {
  background: rgba(56, 111, 129, 0);
}
.more a:active,
.more a:hover {
  background: rgba(56, 111, 129, 0.05);
}
.base .more a {
  color: #ffffff;
}
.base .more a:link,
.base .more a:visited {
  background: rgba(56, 111, 129, 1);
}
.base .more a:active,
.base .more a:hover {
  background: rgba(56, 111, 129, 0.5);
}

#hacc {
  background: rgba(56, 111, 129, 0.1);
  color: #202020;
}
#hacc h1 {
  color: #000000;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  white-space: nowrap;
}
#hacc h1 span {
  font-size: 1.6em;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#hacc h1 font {
  font-size: 0.95em;
  vertical-align: bottom;
}
#hacc h1 font:before {
  content: '/';
  display: inline-block;
  margin: 0 0.5em;
}
#hacc a[target='_blank'] {
  font-weight: 700;
}
#hacc > div div article * {
  line-height: 2.1em;
}

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider ul,
.slider ul li {
  float: left;
  overflow: hidden;
}
.slider ul {
  position: relative;
}
.slider ul:after {
  content: '';
  clear: both;
  display: block;
}
.slider ul li {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.slider ul li:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}
.slider ul li img {
  display: none;
}
.wideslider_base,
.wideslider_wrap {
  position: absolute;
  top: 0;
}
.wideslider_wrap {
  overflow: hidden;
}
.slider_prev,
.slider_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}
.slider_prev:after,
.slider_next:after {
  display: block;
  background: rgba(56, 111, 129, 0.8);
  height: 0;
  color: #ffffff;
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  line-height: 0;
  text-align: center;

  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider_prev:after {
  content: '\f053';
  left: 0;
}
.slider_next:after {
  content: '\f054';
  right: 0;
}
.pagination,
.pagination * {
  line-height: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.pagination {
  width: 100%;
  padding-top: 1em;
  text-align: center;
}
.pagination a {
  display: inline-block;
  width: 7px;
  height: 7px;
  text-decoration: none;
  margin: 0 4px;

  border-radius: 50%;

  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pagination a:link,
.pagination a:visited {
  background: rgba(56, 111, 129, 0.3);
}
.pagination a.active,
.pagination a:active,
.pagination a:hover {
  background: rgba(56, 111, 129, 1);
}



#pt,
#pt * {
  width: fit-content;
  line-height: 1em;
}
#pt {
  color: #000000;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
  margin-bottom: 40px;
  white-space: nowrap;
}
#feature #pt {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#pt span {
  display: block;
  font-size: 0.55em;
  font-weight: 300;
  text-indent: 0;
  margin-top: 0.75em;
  padding: 0.33em 1.25em 0.3em;
  border: solid 1px rgba(56, 111, 129, 0.5);
}



.nlist {
  border-bottom: solid 1px rgba(56, 111, 129, 0.2);
}
.nlist:nth-of-type(1) {
  border-top: solid 1px rgba(56, 111, 129, 0.2);
}
.nlist a {
  display: block;
  padding-top: 1.75em;
  padding-right: 1.75em;
  padding-bottom: 1.5em;
  position: relative;
}
.nlist a time,
#cre time {
  display: block;
  line-height: 1em;
  white-space: nowrap;
}
.nlist a h3 {
  color: #202020;
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.4em;
}
.nlist a p {
  font-size: 0.95em;
  line-height: 1.4em;
  padding-top: 0.5em;
}

#cre {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(56, 111, 129, 0.25);
}
#cre time {
  display: block;
  padding-bottom: 0.5em;
}
#cre h1 {
  color: #202020;
  font-weight: 500;
  line-height: 1.4em;
}


.flist {
  border-bottom: solid 1px rgba(56, 111, 129, 0.25);
}
.flist > * {
  position: relative;
}
.flist > h1,
.flist > article:before {
  font-size: 1.1em;
  font-weight: 500;
}
.flist > h1:before,
.flist > article:before {
  width: 1em;
  color: rgba(56, 111, 129, 1);
  text-align: center;

  position: absolute;
  left: 0;
}
.flist > h1 {
  color: #202020;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 1em;
  padding-left: 1.5em;
  border-bottom: solid 1px rgba(56, 111, 129, 0.25);
}
.flist > h1:before {
  content: 'Q';
}
.flist > article {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 1.65em;
}
.flist > article,
.flist > article * {
  line-height: 1.5em;
}
.flist > article:before {
  content: 'A';
}



#profile table {
  width: 100%;
  table-layout: auto;
}
#profile td {
  padding: 0;
}
#profile td:nth-child(1) {
  color: rgba(56, 111, 129, 1);
  font-weight: 500;
}
#profile td p:not(:first-child) {
  padding-top: 1.25em;
}
#profile td ul:not(:first-child),
#profile td li:not(:first-child) {
  padding-top: 0.5em;
}










#form table {
  border-top: dotted 1px #e6e6e6;
}
#form tr {
  border-bottom: dotted 1px #e6e6e6;
}
#form th,
#form td {
  font-weight: 400;
  text-align: left;
}
#form th {
  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(0, 0, 0, 1);
  width: 65%;
  letter-spacing: 1em;
  text-indent: 1em;
}
#submit input[type='reset'] {
  background: #808080;
  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;
}









