@charset "utf-8";

/* CSS Document */



/***********
pageHeading
************/

.pageHeading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-top: var(--header-height);
}

.pageHeading-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHeading-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageHeading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: clamp(30px,2.2vw, 52px);
  height: 6em;
  position: relative;
  z-index: 9;
}


.pageHeading-block {
  position: relative;
}
.pageHeading-block::before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background: url(../../img/object/sakura01.png) no-repeat 0 0 / 100% auto;
  position: absolute;
  right: calc(100% + 1.8em);
  top: -1.3em;
}
.pageHeading-block::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../../img/object/kiku01.png) no-repeat 0 0 / 100% auto;
  position: absolute;
  right: calc(100% + 0.5em);
  top: 0.5em;
}

.pageHeading-parent {
  font-size: max(40%,15px);
  margin-bottom: 0.5em;
}
.pageHeading-parent-text {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color-dark01);
  border-radius: 10em;
  padding: 0.1em 1.5em;
  display: inline-block;
  background-color: var(--color-base);
}

.pageHeading-title {
  line-height: 1.8;
  font-weight: 700;
  font-size: 100%;
  font-feature-settings: "palt";
  line-height: 1.3;
  color: var(--color-dark01);
}
.pageHeading-subTitle {
  font-family: var(--font-family-serif-en02);
  font-weight: 400;
  font-size: 50%;
  letter-spacing: 0.04em;
  color: var(--color-brand01);
  line-height: 1.3;
  white-space: nowrap;
  position: relative;
  padding-top: 0.5em;
}

@media screen and (max-width:834px) {

  .pageHeading {
  }

  .pageHeading-container {
    font-size: clamp(18px,5.5vw, 30px);
    height: 5em;
  }

  .pageHeading-parent {
    font-size: max(45%,10px);
    margin-bottom: 0.5em;
  }
}


/***********
box
************/

.box {
  padding: min(7vw,4em) min(5vw,3em);
}


/***********
pagination
************/

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: min(10vw,5em);
  padding-bottom: 2em;
}

.pagination:empty {
  display: none;
}

.pagination span,
.pagination a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  color: var(--color-dark01);
  text-decoration: none;
  text-align: center;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 5px;
}
.pagination a {
  background-color: var(--color-base);
  box-shadow: 0 0 0 1px var(--color-dark01) inset ;
}
.pagination a.prev ,
.pagination a.next {
  box-shadow: none;
  background-color: transparent;
}
.pagination span.dots{
  border-color: transparent;
}
body.is-pc .pagination a:hover ,
.pagination span:not(.dots){
  background-color: var(--color-dark01);
  color: var(--color-base);
  box-shadow: 0 0 0 1px var(--color-dark01) inset ;
}

.pagination a.prev,
.pagination a.next{
}

@media screen and (max-width:834px) {

  .pagination {
    padding-top: 3em;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .pagination span,
  .pagination a {
    margin: 0 1px 2px;
  font-size: 1rem;
  }
}


/***********
post
************/

.post {
}

.post p:not([class]) {
  line-height: 1.8;
}
.post p:not([class]) + p {
  padding-top: 1em;
}

.post h2:not([class]) {
  font-size: clamp(1.3rem,2vw, 1.6rem);
  background: var(--color-grad01);
  margin: 2.5em 0 0.8em 0;
  padding: 0.6em 1em;
  line-height: 1.4;
  position: relative;
}

.post h3:not([class]) {
  font-size: clamp(1.25rem,1.8vw, 1.5rem);
  margin: 2.5em 0 0.8em 0;
  padding-bottom: 0.6em;
  line-height: 1.4;
  border-bottom: 2px solid var(--color-brand01);
  position: relative;
}

.post h4:not([class]) {
  font-size: clamp(1.15rem,1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 2em 0 1em 0;
  padding: 0.5em 0 0.5em 1em;
  border-left: 4px solid var(--color-brand01);
  position: relative;
}

.post h5:not([class]) {
  font-size: clamp(1.1rem,1.5vw, 1.2rem);
  margin: 2.5em 0 0.8em 0;
  padding-left: 1.5em;
  position: relative;
}
.post h5:not([class])::before {
  content: "";
  display: block;
  width: 1em;
  height: 6px;
  background-color: var(--color-brand01);
  position: absolute;
  left: 0;
  top: 0.6em;
}

.post h6:not([class]) {
  font-size: clamp(1.1rem,1.5vw, 1.2rem);
  color: var(--color-brand03);
  line-height: 1.4;
  margin: 2em 0 0.5em 0;
  position: relative;
}


.post img {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.post img[src$="jpg"],
.post img[src$="jpeg"] {
}

.post blockquote:not([class]) {
  background-color: var(--color-sub01);
  padding: min(5vw,4em) min(4vw,6%);
  margin: 2em 0;
}
.post blockquote:not([class]) h2:first-child,
.post blockquote:not([class]) h3:first-child,
.post blockquote:not([class]) h4:first-child,
.post blockquote:not([class]) h5:first-child{
  margin-top: 0;
}

.post table:not([class]) {
  width: 100%;
  line-height: 1.6;
  border-top: 1px solid var(--color-sub02);
}

.post table:not([class]) thead td {
  padding: 1em 1.2em ;
}
.post table:not([class]) thead th{
  padding: 1em 1.2em ;
}

.post table:not([class]) tbody tr {
  border-bottom: 1px solid var(--color-sub02);
}
.post table:not([class]) tbody th {
  padding: 1.5em 0 1.5em 0 ;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.post table:not([class]) tbody td {
  padding: 1.5em 0 1.5em 1.5em ;
  position: relative;
  text-align: left;
}




.post ul:not([class]){
  line-height: 1.8;
  list-style: disc;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]){
  line-height: 1.8;
  list-style: decimal;
  margin-left: 1.8em;
  padding: 1em 0;
}
.post ol:not([class]) li{
  padding-left: 0.5em;
}

/*
youtube比率対策
*/

.post iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.post table:not([class]) p:not([class]) {
  font-size: 100%;
}

@media screen and (max-width:834px) {

  .post p:not([class]) {
    line-height: 1.8;
  }

  .post h4:not([class]) {
    padding: 0.4em 0 0.4em 0.6em;
    border-left-width: 4px;
  }

  .post table:not([class]) thead th,
  .post table:not([class]) tbody th ,
  .post table:not([class]) tbody td {
    padding: 0.8em;
  }

}

.post > *:first-child,
.post blockquote > *:first-child{
  margin-top: 0 !important;
}

.post *[class^="l-"] img:not([class]){
  padding-bottom: 0 !important;
}

.post h2 + ul,
.post h3 + ul,
.post h4 + ul,
.post h5 + ul,
.post h6 + ul,
.post h2 + ol,
.post h3 + ol,
.post h4 + ol,
.post h5 + ol,
.post h6 + ol{
  padding-top: 0 !important;
}


/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxlarge {
  width: 60%;
}
.separate-item.-xxsmall {
  width: 35%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}


@media screen and (max-width:640px) {

  .separate {
    display: block;
  }
  .separate-item {
    width: auto !important;
  }
  .separate-item:first-child {
    padding-bottom: 2em;
  }

}

/***********
dataTable
************/

.dataTable {
  line-height: 1.6;
  border-top: 1px solid var(--color-sub02);
}

.dataTable thead td {
  padding: 1em 1.2em ;
}
.dataTable thead th {
  padding: 1em 1.2em ;
}

.dataTable tbody tr {
  border-bottom: 1px solid var(--color-sub02);
}
.dataTable tbody th {
  padding: 1.2em 1.2em ;
  font-weight: 500;
  background-color: var(--color-sub03);
  line-height: 1.4;
}
.dataTable tbody td {
  padding: 1.2em 0 1.2em 1.5em ;
  position: relative;
}

/*
setting
*/

.dataTable.-fixed {
  table-layout: fixed;
}

.dataTable.-vwide thead td ,
.dataTable.-vwide thead th{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.dataTable.-vwide tbody td ,
.dataTable.-vwide tbody th{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}


.dataTable.-vtop,
.dataTable.-vtop th,
.dataTable.-vtop td {
  vertical-align: top;
}

.dataTable.-alignLeft,
.dataTable.-alignLeft th,
.dataTable.-alignLeft td {
  text-align: left;
}

.dataTable.-alignCenter,
.dataTable.-alignCenter th,
.dataTable.-alignCenter td {
  text-align: center;
}


/*
size
*/

.dataTable-th.-trisect {
  width: 33%;
}
.dataTable-th.-small {
  width: 15em;
}
.dataTable-th.-xsmall {
  width: 12.5em;
}
.dataTable-th.-xxsmall {
  width: 10em;
}
.dataTable-th.-alignLeft {
  text-align: left;
}



@media screen and (max-width:834px) {

  .dataTable {
    font-feature-settings: "palt";
    line-height: 1.5;
  }
  .dataTable th,
  .dataTable td {
  }

  .dataTable thead td {
    padding: 1em 0.5em ;
  }
  .dataTable thead th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody th {
    padding: 1em 0.5em ;
  }
  .dataTable tbody td {
    padding: 1em 0.5em ;
  }

  /*
  setting
  */

  .dataTable.-fixed {
    table-layout: fixed;
  }

  .dataTable.-vwide thead td ,
  .dataTable.-vwide thead th{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dataTable.-vwide tbody td ,
  .dataTable.-vwide tbody th{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .dataTable.-fixed {
    table-layout: fixed;
  }
  .dataTable-th.-small {
    width: 8em;
  }
  .dataTable-th.-xxsmall {
    width: 7em;
  }


}

@media screen and (max-width:520px) {

  .dataTable {
    font-size: 0.9rem;
  }

  /*
  spBlock
  */

  .dataTable.-spBlock  {
    font-size: 1rem;
  }
  .dataTable.-spBlock ,
  .dataTable.-spBlock tbody ,
  .dataTable.-spBlock th ,
  .dataTable.-spBlock td ,
  .dataTable.-spBlock tr {
    display: block;
    width: 100% !important;
  }

  .dataTable.-spBlock {
    border: none;
  }
  .dataTable.-spBlock tbody tr {
    border: none;
  }

  .dataTable.-spBlock tbody th {
    border: 1px solid var(--color-brand01);
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0.5em 1em ;
    text-align: left;
  }
  .dataTable.-spBlock tbody td {
    padding: 1em 0em 2em ;
    line-height: 1.7;
    text-align: left;
  }
  .dataTable.-spBlock tbody td::before,
  .dataTable.-spBlock tbody td::after {
    display: none;
  }

  .dataTable.-spBlock .dataTable-linkList {
    display: block;
    max-width: 19em;
    margin: 0 auto;
  }

}



/***********
article
************/

.article {
}

.article-heading {
  position: relative;
  padding: 0.5em 0 1em 2.5em;
  margin-bottom: 3em;
  position: relative;
}
.article-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, var(--color-brand01) 30%, var(--color-primary01) 70%);
}

.article-heading-data {
  display: flex;
  align-items: center;
  padding-bottom: 0.5em;
}
.article-heading-time {
  display: inline-block;
  width: 6em;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}
.article-heading-cat {
  display: inline-block;
  min-width: 5.5em;
  padding: 0.2em 0.5em;
  margin: 0.2em;
  background-color: var(--color-brand01);
  border-radius: 5px;
  color: var(--color-base);
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  white-space: nowrap;
}

.article-heading-title {
  font-weight: 700;
  font-size: clamp(1.5rem,2vw, 2rem);
}

@media screen and (max-width:640px) {

  .article {
    margin-bottom: 2em;
  }

  .article-heading {
    padding: 0.5em 0 1em 6vw;
    margin-bottom: 3em;
    margin-left: -4vw;
  }
  .article-inner {
  }

  .article-heading-data {
    padding-bottom: 0.5em;
  }
  .article-heading-time {
    width: 5.5em;
    font-size: 1rem;
  }
  .article-heading-cat {
    font-size: 0.8rem;
  }

  .article-heading-title {
    font-size: 1.4em;
  }

}

/***********
fileLink
************/

.fileLink {
  font-weight: 500;
}
.fileLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.fileLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.fileLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.fileLink a:hover {
  text-decoration: underline;
}
.fileLink a{
  padding-left: 4.2em;
}
.fileLink a::after {
  content: "";
  display: block;
  width: 3.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.fileLink a[href*="pdf"]::after {
  background: url(../../img/icon/pdf.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="jpg"]::after,
.fileLink a[href*="jpeg"]::after {
  background: url(../../img/icon/jpg.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="png"]::after {
  background: url(../../img/icon/png.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="doc"]::after,
.fileLink a[href*="docx"]::after {
  background: url(../../img/icon/doc.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="xls"]::after,
.fileLink a[href*="xlsx"]::after {
  background: url(../../img/icon/xls.png) no-repeat left top / 100% auto;
}
.fileLink a[href*="zip"]::after {
  background: url(../../img/icon/zip.png) no-repeat left top / 100% auto;
}



/***********
siteLink
************/

.siteLink {
  font-weight: 500;
}
.siteLink li {
  padding: 0.8em 0;
  border-bottom: 1px dashed var(--color-sub02);
}
.siteLink.-single li {
  padding: 0.2em 0;
  border-bottom: none;
}
.siteLink a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-bottom: 0.5em;
}
.siteLink a:hover {
  text-decoration: underline;
}
.siteLink a{
  padding-left: 1.5em;
}
.siteLink a::after {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 900; /* fas */
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f138";
  position: absolute;
  left: 0;
  top: 0.3em;
  color: var(--color-accent01);
}
.siteLink a[target*="_blank"]::after {
  content: "\f08e";
  color: var(--color-accent01);
}


/***********
faqSection
************/

.faqSection {
  position: relative;
  margin-bottom: 1px;
}
.faqSection-heading {
  font-size: var(--fontSize-main);
  font-weight: 500;
  background-color: var(--color-sub01);
  padding: 1.4em 4em 1.4em 4rem;
  min-height: 3.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3em;
  transition: 0.2s;
}
.faqSection-heading::before {
  content: "Q";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  color: var(--color-base);
  background-color: var(--color-brand01);
  font-family: var(--font-family-serif-en);
  font-weight: 400;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 50%;
  translate: 0 -50%;
}

.faqSection-heading-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  translate: 0 -50%;
}
.faqSection-heading-icon::before,
.faqSection-heading-icon::after{
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  margin-top: -0.5px;
  background-color: var(--color-brand01);
  position: absolute;
  left: calc(50% - 7px);
  top: 50%;
}
.faqSection-heading-icon::after{
  transform: rotate(90deg);
}
.faqSection-heading.is-active .faqSection-heading-icon::after{
  transform: rotate(0deg);
}
.faqSection-heading.is-active,
body.is-pc .faqSection-heading:hover{
  background-color: var(--color-sub05);
}

.faqSection-answer {
  display: none;
}
.faqSection-answer-inner {
  padding: 1.2em 5% 3em 4rem;
  position: relative;
  background-color: var(--color-base);
}
.faqSection-answer-inner::before {
  content: "A";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  color: var(--color-base);
  background-color: var(--color-primary01);
  font-size: var(--fontSize-main);
  font-family: var(--font-family-serif-en);
  font-weight: 400;
  border-radius: 50%;
  position: absolute;
  left: 1em;
  top: 1.5em;
}

@media screen and (max-width:834px) {

  .faqSection-heading {
    padding: 1.5em 2em 1.5em 3.5rem;
  }
  .faqSection-answer-inner {
    padding: 1.2em 4% 3em 3.5rem;
  }

  .faqSection-heading-icon {
    scale: 0.7;
    transform-origin: right;
    right: 0.4em;
  }

}


@media screen and (max-width:520px) {

  .faqSection-heading {
    padding: 1em 2em 1em 3.5rem;
  }

}

/***********
catNavi
************/

.catNavi {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.5em;
}
.catNavi-list {
  display: flex;
  flex-wrap: wrap;
}
.catNavi-list li {
}
.catNavi-list li a{
  display: inline-block;
  background-color: var(--color-base);
  border: 1px solid var(--color-dark01);
  color: inherit;
  padding: 0.4em 1.5em;
  margin: 0.2em;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  min-width: 6em;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 3em;
  cursor: pointer;
  transition: 0.2s;
}

.catNavi-list li.current-cat a,
body.is-pc .catNavi-list li a:hover {
  background-color: var(--color-dark01);
  color: var(--color-base);
}


@media screen and (max-width:834px) {

  .catNavi {
    overflow: auto;
    padding-left: 4vw;
    margin-bottom: 2em;
    white-space: nowrap;
  }

  .catNavi-list {
    display: flex;
    flex-wrap:nowrap;
  }
  .catNavi-list li {
    margin-right: 2px;
    margin-bottom: 0;
  }
  .catNavi-list li a {
    min-width: 5em;
    padding: 0.8em 1.2em ;
    margin: 0;
    font-size: 0.9rem;
  }

}

/***********
refineLink
************/

.refineLink {
  text-align: right;
  padding-bottom: 2em;
}
.refineLink-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: var(--color-base);
  color: var(--color-main);
  font-family: var(--font-family-gothic);
  font-size: clamp(1rem,2.8vw, 1.2rem);
  font-weight: 500;
  cursor: pointer;
  border: 1px solid var(--color-main);
  padding: 0.2em 1.2em 0.3em;
  border-radius: 3em;
  transform: 0.2s;
}
.refineLink-btn i {
  padding-right: 0.5em;
}
body.is-pc .refineLink-btn:hover {
  background-color: var(--color-brand01);
  border-color: var(--color-brand01);
  color: var(--color-base)
}

@media screen and (max-width:834px) {

  .refineLink {
    padding-bottom: 0.5em;
  }
}

/***********
remodalRefine
************/


.remodalRefine .l-brandList-list li {
  width: 180px;
  height: 140px;
}

@media screen and (max-width:834px) {

  .remodal.remodalRefine {
    padding: 7vw 3vw;
    text-align: left;
  }
  .remodalRefine .l-brandList-list li {
    padding: 0.2em 0.2em;
    width: min(45vw,150px);
    height: auto;
  }

}

/***********
pageTabs
************/

.pageTabs {
  border-bottom: 3px solid var(--color-brand01);
  display: flex;
  overflow: hidden;
}
.pageTabs li {
  flex: 1;
}
.pageTabs li:not(:last-child) {
  padding-right: 5px;
}
.pageTabs li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  height: 3.8em;
  padding: 0 0.5em 0.1em;
  border-radius: 0.5em 0.5em 0 0;
  background-color: var(--color-sub05);
  color: inherit;
  text-decoration: none;
  translate: 0 0.1em;
  transition: translate 0.1s;
}
.pageTabs li a.is-active {
  background:  url(../../img/plan_pattern04.png);
  color: var(--color-base);
  translate: 0 0;
}
body.is-pc .pageTabs li a:hover {
  translate: 0 0;
}

@media screen and (max-width:640px) {

  .pageTabs {
    border-bottom: 2px solid var(--color-brand01);
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 0 2vw;
  }
  .pageTabs li:not(:last-child) {
    padding-right: 2px;
  }
  .pageTabs li a {
    font-size: 1rem;
    height: 3.2em;
    padding: 0 0.2em 0.1em;
  }
  .pageTabs li a.is-active {
    background-size: 16px auto;
  }

  .pageTabs li a span {
    display: none;
  }
}



/***********
planHeader
************/

.planHeader {
}
.planHeader-price {
  background-color: var(--color-sub04);
  padding: min(8vw,4em) min(5vw,3em);
}

.planHeader-price-visual {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 3em;
}


.planHeader-price-heading {
  text-align: center;
}
.planHeader-price-heading::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1rem;
  background-color: var(--color-brand01);
  margin: 0 auto 1rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%,50% 30%, 0 100%);
  position: relative;
  z-index: 9;
}
.planHeader-price-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
.planHeader-price-lead {
  font-size: 1.2rem;
  font-weight: 500;
}


.planHeader-price-text {
  align-items: end;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: var(--font-family-serif);
  text-align: center;
}
.planHeader-price-num {
  display: inline-block;
  white-space: nowrap;
}
.planHeader-price-num em {
  display: inline-block;
  font-size: 180%;
  font-weight: 400;
  padding-right: 0.1em;
  transform: skewX(-10deg);
}
.planHeader-price-intax {
  display: inline-block;
  white-space: nowrap;
}

.planHeader-set {
  display: flex;
}
.planHeader-set-visual {
  flex: 1;
  display: flex;
}
.planHeader-set-img {
  flex: 1;
  position: relative;
}
.planHeader-set-img:not(:last-child) {
  margin-right: 8%;
}
.planHeader-set-img:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 14%;
  aspect-ratio: 1 / 1;
  background: url(../../img/icon/plus.png) no-repeat 0 0 / 100% auto;
  position: absolute;
  left: calc(100% + 1.5%);
  top: 50%;
  translate: 0 -50%;
}

.planHeader-set-inner {
  width: 37%;
  padding-left: 3%;
}
.planHeader-set-box {
  border: 1px solid var(--color-dark01);
  padding: min(7vw,2em) min(5vw,1.5em);
}
.planHeader-block {
  background-color: var(--color-sub05);
}
.planHeader-block-title {
  display: inline-block;
  font-size: 1;
  font-weight: 700;
  background-color: var(--color-brand01);
  color: var(--color-base);
  padding: 0.5em 1em;
}
.planHeader-block-inner {
  padding: min(4vw,1em) min(5vw,1.5em);
}

@media screen and (max-width:834px) {

  .planHeader {
  }
  .planHeader-price {
  }


  .planHeader-price-visual {
    padding-bottom: 2em;
  }
  .planHeader-price-title {
    font-size: 1.4rem;
  }
  .planHeader-price-lead {
    font-size: 1.2rem;
  }



  .planHeader-price-text {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .planHeader-set {
    display: block;
  }

  .planHeader-set-inner {
    width: auto;
    padding-left: 0;
    padding-top: 1.5em;
  }

}


/***********
planYourself
************/

.planYourself {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2em;
  text-align: center;
}
.planYourself li {
  width: clamp(120px,20vw, 240px);
  padding: 0 1em 2em;
}
.planYourself-img {
}
.planYourself-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.planYourself-title {
  font-size: 1.1rem;
  font-weight: 500;
  padding-top: 0.5em;
  line-height: 1.4;
}

.planYourself-box {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width:640px) {

  .planYourself {
    text-align: center;
  }
  .planYourself li {
    width: 33%;
    padding: 0 0.5em 2em;
  }
  .planYourself-title {
    font-size: 0.9rem;
  }

}

@media screen and (max-width:480px) {

  .planYourself {
    text-align: center;
  }
  .planYourself li {
    width: 50%;
  }
  .planYourself-title {
    font-size: 0.9rem;
  }

}


/***********
benefits
************/

.benefits {
  padding-top: 4em;
  counter-reset : benefits_num;
}
.benefits-section {
  border: 1px solid var(--color-dark01);
  padding: min(10vw,5em) min(5vw,5em);
  position: relative;
}
.benefits-section + .benefits-section {
  margin-top: 4em;
}

.ranking-list {
}

.benefits-num {
  min-width: 1.4em;
  white-space: nowrap;
  text-align: center;
  font-size: 5.5rem;
  font-family: var(--font-family-serif-en02);
  font-weight: 400;
  font-style: italic;
  background-color: var(--color-base);
  line-height: 1;
  position: absolute;
  left: 0.4em;
  top: 0;
  z-index: 9;
  translate: 0 -35%;
}
.benefits-num::after {
  display: inline-block;
  counter-increment:benefits_num;
  content: counter(benefits_num, decimal-leading-zero) ;
  background: var(--color-grad02);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.benefits-visual {
  max-width: 800px;
  margin: 0 auto;
}
.benefits-inner {
  padding-top: 2em;
  text-align: center;
}
.benefits-title {
  font-size: 1.4rem;
  padding-bottom: 0.8em;
  color: var(--color-dark01);
}
.benefits-subTitle {
  background-color: var(--color-sub01);
  padding: 0.8em 1em;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 1.2em;
}

.benefits-text {
}

.benefits-benefit {
  max-width: 500px;
  margin: 0 auto;
}
.benefits-benefit.-max500 {
  max-width: 500px;
}
.benefits-benefit.-max600 {
  max-width: 600px;
}
.benefits-benefit.-max700 {
  max-width: 700px;
}


@media screen and (max-width:834px) {

  .benefits-title {
    font-size: 1.2rem;
  }
  .benefits-num {
    min-width: 1.4em;
    font-size: 4rem;
    left: 0.1em;
    translate: 0 -65%;
  }
}

/***********
pageCv
************/

.pageCv {
  background-color: var(--color-sub04);
  padding: min(7vw,3em) min(5vw,3em);
}


.pageCv-cv {
  display: flex;
  justify-content: center;
  margin-top: -1em;
}
.pageCv-cv-item {
  padding: 0.4em;
  flex: 1;
  max-width: 18em;
}
.pageCv-cv-btn {
  display: block;
  font-size: 1.2rem;
  padding: 1.4em 1.5em 1.4em 2.5em;
  white-space: nowrap;
  background-color: var(--color-main);
  color: var(--color-base);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.pageCv-cv-btn::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid var(--color-base);
}

.pageCv-cv-btn img {
  width: 1.8em;
  position: absolute;
  left: 0.6em;
  top: 50%;
  translate: 0 -50%;
}


.pageCv-cv-btn.-request {
  background-color: var(--color-dark01);
}
body.is-pc .pageCv-cv-btn.-request:hover {
  background-color: var(--color-main);
}
.pageCv-cv-btn.-reservation {
  background-color: var(--color-brand01);
}
body.is-pc .pageCv-cv-btn.-reservation:hover {
  background-color: var(--color-brand02);
}
.pageCv-cv-btn.-line {
  background-color: #00b900;
}
body.is-pc .pageCv-cv-btn.-line:hover {
  background-color: #00a700;
}

@media screen and (max-width:640px) {


  .pageCv {
    background-color: var(--color-sub04);
    padding: min(7vw,3em) min(5vw,3em);
  }

  .pageCv-cv {
    display: block;
  }
  .pageCv-cv-item {
    padding: 0.4em;
    flex: 1;
    max-width: 22em;
    margin: 0 auto;
  }
  .pageCv-cv-btn {
    font-size: 1.2rem;
    padding: 1em 1em 1em 1.5em;
  }
}


/***********
collectionGallery
************/

.collectionGallery {
  display: flex;
}
.collectionGallery-main {
  flex: 1;
}
.collectionGallery-thumb {
  width: 20.9%;
  padding-left: 2%;
}
.collectionGallery-thumb li {
  padding-bottom: 10%;
}
.collectionGallery-thumb li img {
  opacity: 0.6;
  transition: opacity 0.2s ease;
  cursor: pointer;
  filter: grayscale(100%);
}
.collectionGallery-thumb li img:hover ,
.collectionGallery-thumb li img.is-active {
  opacity: 1;
  filter: grayscale(0);
}


/***********
collectionHeader
************/

.collectionHeader {
  display: flex;
}
.collectionHeader-visual {
  width: 50%;
}
.collectionHeader-inner {
  flex: 1;
  padding-left: 6%;
}

.collectionHeader-heading {
  padding-bottom: 2.5em;
}

.collectionHeader-id {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0 0.8em;
  margin-bottom: 0.5em;
  border: 1px solid var(--color-dark01);
}
.collectionHeader-data {
  font-size: 1.3rem;
  font-weight: 500;
}
.collectionHeader-data span {
  display: inline-block;
}
.collectionHeader-data span:not(:last-child)::after {
  content: "/";
  padding: 0 0.3em;
}


.collectionHeader-price {
}
.collectionHeader-price + .collectionHeader-price {
  padding-top: 2em;
}
.collectionHeader-price-title {
  position: relative;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.2em 0 0.2em 1em;
  margin-bottom: 0.2em;
}
.collectionHeader-price-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, var(--color-brand01) 30%, var(--color-primary01) 70%);
}


.collectionHeader-price-text {
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--font-family-serif);
  line-height: 1.3;
}
.collectionHeader-price-num {
  display: inline-block;
  white-space: nowrap;
  color: var(--color-brand01);
}
.collectionHeader-price-num em {
  display: inline-block;
  font-size: 180%;
  font-weight: 400;
  padding-right: 0.1em;
  transform: skewX(-10deg);
}
.collectionHeader-price-intax {
  display: inline-block;
  white-space: nowrap;
}

.collectionHeader-price-tips {
  color: var(--color-brand01);
  font-size: 1.4rem;
  font-family: var(--font-family-gothic);
  padding-top: 0.5em;
}

@media screen and (max-width:640px) {

  .collectionHeader {
    display: block;
  }
  .collectionHeader-visual {
    width: auto;
  }
  .collectionHeader-inner {
    padding-left: 0;
    padding-top: 1.5em;
  }
  .collectionHeader-heading {
    padding-bottom: 2.5em;
  }

}



/***********
thumbSlider
************/

.thumbSlider {
  position: relative;
}
.thumbSlider::after {
  content: "";
  display: table;
  clear: both;
}


.thumbSlider-main {
  flex: 1;
  float: left;
  width: 79%;
}
.thumbSlider-item img {
  width: 100%;
  height: 100%;
}

.thumbSlider-control {
  width: 19%;
  float: right;
}

.thumbSlider-thumb {
}

.thumbSlider-thumb-item {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
  outline: none;
}
.thumbSlider-thumb-item:not(:last-child) {
  margin-bottom: 8%;
}
.thumbSlider-thumb-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}
.thumbSlider-thumb-item.is-current {
  opacity: 1;
}

.thumbSlider-thumb-item:hover {
  opacity: 1;
}
.thumbSlider-thumb-item:focus-visible {
}

.thumbSlider .slick-slide img {
  display: block;
}

.thumbSlider .slick-prev ,
.thumbSlider .slick-next{
  display: block;
  width: 30px;
  height: 50px;
  transition: 0.4s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 9;
}
.thumbSlider .slick-prev span ,
.thumbSlider .slick-next span{
  width: 60%;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  border: 2px solid var(--color-dark01);
}
.thumbSlider .slick-next {
  right: 10px;
}
.thumbSlider .slick-next span{
  rotate: -45deg;
  border-left: none;
  border-top: none;
}
.thumbSlider .slick-prev {
  left: 10px;
}
.thumbSlider .slick-prev span{
  rotate: -45deg;
  border-right: none;
  border-bottom: none;
}

body.is-pc .thumbSlider .slick-prev:hover ,
body.is-pc .thumbSlider .slick-next:hover{
  opacity: 1;
}


@media screen and (max-width:640px) {

}

/***********
headingFlex
************/

.headingFlex {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.headingFlex-inner {
  flex: 1;
}
.headingFlex-side {
}


/***********
shopGallery
************/

.shopGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1em;
}

.shopGallery li {
}
.shopGallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 11;
}
.shopGallery li a {
  cursor: zoom-in;
}

@media screen and (max-width:640px) {

  .shopGallery {
    gap: 1px 1px;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .shopGallery li {
  }
  .shopGallery li img {
    aspect-ratio: 1 / 1;
  }

}

/***********
gmap
************/

.gmap {
}
.gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: clamp(400px,80vh, 700px);
}

/***********
catalogChoice
************/

.catalogChoice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em 1%;
  padding-bottom: 4em;
}

.catalogChoice-block {
  padding: 1em;
  border: 4px solid var(--color-sub01);
  transition: border 0.1s ease;
}
.catalogChoice-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 70 / 100;
}

.catalogChoice-inner {
  padding-top: 1em;
}
.catalogChoice-subTitle {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--color-brand01);
  padding-bottom: 0.5em;
}
.catalogChoice-title {
  font-size: 0.9rem;
  font-weight: 500;
}


body.is-pc .catalogChoice li:not(:has(:checked)) label:hover .catalogChoice-block {
  border-color: var(--color-sub02);
}
.catalogChoice li label .catalogChoice-block:has(:checked) {
  border-color: var(--color-brand01);
  background-color: var(--color-sub05);
}


@media screen and (max-width:834px) {

  .catalogChoice {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 3em;
    gap: 1em 3%;
  }

  .catalogChoice-block {
    border-width: 2px;
  }

}

@media screen and (max-width:520px) {

  .catalogChoice {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 2em;
  }

  .catalogChoice-block {
    border-width: 2px;
    padding: 5px;
  }
  .catalogChoice-inner {
    padding-top: 0.6em;
  }

}

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
