@charset "UTF-8";
img, svg {
  vertical-align: top;
}

img {
  display: inline;
}

input, textarea, label {
  font-size: 1.6rem;
  background: #fff;
}

label {
  background: none;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=text], input[type=number] {
  line-height: 2;
  background: #fff;
  border: #D7D7D7 1px solid;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

input::placeholder {
  opacity: 1 !important;
  color: rgba(150, 150, 150, 0.6) !important;
}

select {
  font-size: 1.6rem;
  border: #D7D7D7 1px solid;
  border-radius: 0;
  background-color: #fff;
  /* background: url(../img/common/icon/select_arrow.svg) no-repeat right 1rem center, #fff;
  background-size: 1rem 0.4rem; */
  padding: 1rem 3.3rem 0.9rem 1.6rem;
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1220px) {
  .sp2 {
    display: none !important;
  }
}
/* --------------------
		clear
-------------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.clearB {
  clear: both;
}

/* --------------------
		float
-------------------- */
.floatR {
  float: right;
}

.floatL {
  float: left;
}

/* --------------------
		link
-------------------- */
a {
  color: inherit;
  transition: color 0.2s;
}
a:not(:focus-visible) {
  outline: none;
}
a {
  transition: opacity 0.2s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fade {
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.8;
}

.linkNon {
  color: inherit;
  text-decoration: none;
}

.linkNon a {
  color: inherit;
  text-decoration: none;
}

.txtLink {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .txtLink:hover {
    text-decoration: none;
  }
}

.tbl {
  border-collapse: separate;
  border-spacing: 0;
  border-top: #B2B2B2 1px solid;
  border-left: #B2B2B2 1px solid;
  font-size: 1.5rem;
}
.tbl th {
  background: #EDEBE6;
  padding: 0.7em 1em;
  vertical-align: top;
  font-weight: 400;
  border-bottom: #B2B2B2 1px solid;
  border-right: #B2B2B2 1px solid;
}
.tbl td {
  padding: 0.7em 1em;
  border-bottom: #B2B2B2 1px solid;
  border-right: #B2B2B2 1px solid;
}
@media screen and (min-width: 768px) {
  .tbl th {
    background: #EDEBE6;
    padding: 1em 1.2em;
    vertical-align: top;
    font-weight: 400;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 1px solid;
  }
  .tbl td {
    padding: 1em 1.2em;
    border-bottom: #B2B2B2 1px solid;
    border-right: #B2B2B2 1px solid;
  }
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

.c-btn--white {
  color: #666 !important;
}

.c-btn-cart {
  position: relative;
  background: #fff;
  border: var(--color-primary) 1px solid;
  color: var(--color-primary) !important;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 3em;
  border-radius: 3em;
  transition: opacity 0.2s;
}
.c-btn-cart:before {
  content: none;
}
.c-btn-cart.teiki {
  background: var(--color-primary);
  font-weight: 400;
  color: #fff !important;
}
@media (any-hover: hover) {
  .c-btn-cart:hover {
    opacity: 0.75;
  }
}

.c-btn-soldout {
  background: #DEDEDE;
  color: #fff;
  font-family: var(--font-ja);
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 3em;
  border-radius: 3em;
}

.c-btn-border {
  position: relative;
  border: var(--color-primary) 1px solid;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.2em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.c-btn-border.arrow:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-btn-border:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .c-btn-border {
    font-size: 1.6rem;
  }
  .c-btn-border.arrow:before {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
}

/* --------------------
		common
-------------------- */
.w100 {
  width: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.tax {
  font-size: 60%;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.komeList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  margin-top: 0.2em;
}

.dotList li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
  margin-top: 0.5em;
}

.dotList li:before {
  content: "";
  line-height: 0;
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.7em;
  transform: translate(-50%, -50%);
}

.kome span, .komeList li span, .dotList li span {
  text-indent: 0;
}

/* --------------------
		font size
-------------------- */
.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

/* --------------------
		margin
-------------------- */
.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

/* --------------------
		padding
-------------------- */
.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 20px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pt05em {
  padding-top: 0.5em;
}

.pt1em {
  padding-top: 1em;
}

.pt15em {
  padding-top: 1.5em;
}

html {
  width: 100%;
  font-size: 2.65vw;
  overflow-x: hidden;
}

body {
  font-family: var(--font-ja);
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: var(--color-txt);
  width: 100%;
  min-height: 100dvh;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.825vw;
  }
  body {
    font-size: 1.6rem;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1220px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.6rem;
  }
  .sp2 {
    display: none;
  }
}
.s-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10000;
  height: 4.6rem;
  background: #fff;
  box-shadow: 0 0.3rem 1rem -0.4rem rgba(0, 0, 0, 0.2);
}
.s-header .logo {
  width: 7.3rem;
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .s-header {
    height: 8.4rem !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .s-header .logo {
    width: 11.4rem;
    height: 3.4rem;
    left: 3.9rem;
    top: 2.4rem;
  }
}
.s-headerModalBox {
  z-index: 10001;
}
.s-header-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.5rem;
  height: 100%;
  width: 100%;
  border: none !important;
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  z-index: 9;
  padding: 0 1.5rem 0 10rem;
  background: none;
}
@media screen and (min-width: 768px) {
  .s-header-wrap {
    padding: 0 3.5rem 0 18rem;
    gap: 0;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap {
    padding: 0 4.5rem 0 18rem;
  }
}
.s-header-wrap__utility {
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-header-wrap__utility {
    margin: 0 0 0 4rem;
    flex-grow: 0;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap__utility {
    margin: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .s-header-wrap__utility {
    margin: 0 0 0 8rem;
  }
}
.s-header-wrap__nav {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: calc(100dvh - 4.6rem);
  overflow-y: auto;
  background: #525252;
  color: #fff;
  position: absolute;
  right: 0;
  left: auto;
  top: 4.6rem;
  padding: 3rem 3.2rem 9rem;
}
.s-header-wrap__nav.open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .s-header-wrap__nav {
    position: static;
    right: auto;
    top: auto;
    background: none;
    height: auto;
    width: auto;
    overflow: visible;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    color: var(--color-txt);
  }
  .s-header-wrap__nav.open {
    transition: none;
  }
}
.s-header-wrap .s-header-navBlok {
  opacity: 0;
  transform: translateX(1.2rem);
}
.s-header-wrap__nav.open .s-header-navBlok {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease-out 0.3s;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .s-header-navBlok {
    opacity: 1;
    transform: none !important;
  }
  .s-header-wrap__nav.open .s-header-navBlok {
    transition: none;
  }
  .s-header-wrap__nav.open .otherMenu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(100%);
    transition: all 0.3s;
  }
}
.s-header-wrap .mainMenu {
  font-size: 1.6rem;
  font-weight: 300;
}
.s-header-wrap .mainMenu li {
  border-bottom: rgba(217, 217, 217, 0.5) 1px solid;
}
.s-header-wrap .mainMenu a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.s-header-wrap .mainMenu a.only, .s-header-wrap .mainMenu .acLink {
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  gap: 0 1.8rem;
  padding: 1.9rem 0.6rem 2.1rem;
}
.s-header-wrap .mainMenu a.only .min, .s-header-wrap .mainMenu .acLink .min {
  font-size: 2.1rem;
  line-height: 1;
}
.s-header-wrap .mainMenu a.only .jp, .s-header-wrap .mainMenu .acLink .jp {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu {
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    gap: 0 3.5rem;
  }
  .s-header-wrap .mainMenu li {
    border-bottom: none;
    position: relative;
  }
  .s-header-wrap .mainMenu a.only, .s-header-wrap .mainMenu .acLink {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 8.4rem;
    gap: 0.8rem 0;
    padding: 0 2rem;
    transition: color 0.2s;
  }
  .s-header-wrap .mainMenu a.only .min, .s-header-wrap .mainMenu .acLink .min {
    font-size: 1.8rem;
  }
  .s-header-wrap .mainMenu a.only .jp, .s-header-wrap .mainMenu .acLink .jp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-wrap .mainMenu a.only:hover, .s-header-wrap .mainMenu .acLink:hover {
    color: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu a.only {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-wrap .mainMenu a.only {
    padding: 0 2rem;
  }
}
.s-header-wrap .mainMenu .acBox {
  margin-left: 2.7rem;
  padding-bottom: 1.6em;
}
.s-header-wrap .mainMenu .acBox li {
  border: none;
}
.s-header-wrap .mainMenu .acBox a {
  min-height: auto;
  padding: 0.46em 0;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acBox a {
    padding: 0.4em 1em;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-wrap .mainMenu .acBox a:hover {
    opacity: 0.7;
  }
}
.s-header-wrap .mainMenu .acLink {
  position: relative;
  cursor: pointer;
}
.s-header-wrap .mainMenu .acLink:after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #fff;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.s-header-wrap .mainMenu .acLink.open:after {
  transform: translateY(-50%) scale(1, -1);
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acLink:after {
    width: 0.8rem;
    height: 0.8rem;
    right: 0;
    background: var(--color-primary);
  }
}
.s-header-wrap .mainMenu .acBox {
  display: none;
}
@media screen and (min-width: 768px) {
  .s-header-wrap .mainMenu .acBox {
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    left: -4rem;
    bottom: 0;
    transform: translateY(100%);
    width: auto;
    white-space: nowrap;
    background: #525252;
    color: #fff;
    margin-left: 0;
    padding: 3.3rem 7rem 3.3rem 6.4rem !important;
    transition: opacity 0.3s;
  }
  .s-header-wrap .mainMenu .acBox ul {
    display: flex;
    align-items: flex-start;
    gap: 0 5rem;
  }
  .s-header-wrap .mainMenu .acBox.wpCategory {
    width: 700%;
  }
  .s-header-wrap .mainMenu .acBox #wpCategory {
    flex-wrap: wrap;
  }
  .s-header-wrap .mainMenu .acLink.open + .acBox {
    opacity: 1;
    pointer-events: all;
  }
}
.s-header-wrap .otherMenu {
  margin-top: 6rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.s-header-wrap .otherMenu .txtMenu {
  margin-bottom: 4.6rem;
}
.s-header-wrap .otherMenu .txtMenu li {
  margin-bottom: 1.4em;
}
.s-header-wrap .otherMenu .txtMenu li:last-child {
  margin-bottom: 0;
}
.s-header-wrap .otherMenu .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 2rem;
}
.s-header-wrap .otherMenu .sns li i {
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
.s-header-wrap .otherMenu .sns .instagram {
  -webkit-mask-image: url(../img/common/i-instagram.svg);
          mask-image: url(../img/common/i-instagram.svg);
}
.s-header-wrap .otherMenu .sns .youtube {
  -webkit-mask-image: url(../img/common/i-youtube.svg);
          mask-image: url(../img/common/i-youtube.svg);
}
.s-header__cartCnt {
  width: 1.3rem;
  height: 1.3rem;
  min-width: auto;
  padding: 0;
  background: var(--color-primary);
  top: -0.3rem;
  right: -0.5rem;
  font-family: var(--font-ja);
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .s-header__cartCnt {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
    top: -0.6rem;
    right: -0.9rem;
    padding-bottom: 0.1em;
  }
}
.s-header-freeWordSearch {
  display: none;
}
.s-header-utilityList {
  gap: 0 1.9rem;
}
.s-header-utilityList__item {
  width: auto;
}
.s-header-utilityList__icon img {
  width: 2.6rem;
}
@media screen and (min-width: 768px) {
  .s-header-utilityList {
    gap: 0 2.2rem;
  }
  .s-header-utilityList__icon {
    width: 3.4rem;
    height: 3.4rem;
    background: var(--color-txt);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__icon:hover {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__icon.cart {
    background: none;
  }
  .s-header-utilityList__icon.cart p {
    width: 3.4rem;
    height: 3.4rem;
    background: var(--color-txt);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: background 0.3s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .s-header-utilityList__icon.cart:hover p {
    background: var(--color-primary);
  }
}
@media screen and (min-width: 768px) {
  .s-header-utilityList__icon.search {
    -webkit-mask-image: url(../img/common/i-search.svg);
            mask-image: url(../img/common/i-search.svg);
  }
  .s-header-utilityList__icon.user {
    -webkit-mask-image: url(../img/common/i-user.svg);
            mask-image: url(../img/common/i-user.svg);
  }
  .s-header-utilityList__icon.favorite {
    -webkit-mask-image: url(../img/common/i-favorite.svg);
            mask-image: url(../img/common/i-favorite.svg);
  }
  .s-header-utilityList__icon.cart p {
    -webkit-mask-image: url(../img/common/i-cart.svg);
            mask-image: url(../img/common/i-cart.svg);
  }
  .s-header-utilityList__icon img {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .s-header-utilityList {
    gap: 0 2.7rem;
  }
}
@media screen and (min-width: 1400px) {
  .s-header-utilityList {
    gap: 0 3.1rem;
  }
}
.s-header .hSearchBox {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  background: #525252;
  color: #fff;
  position: fixed;
  right: 0;
  left: auto;
  z-index: -10;
  top: 4.6rem;
  padding: 3rem 3rem;
}
.s-header .hSearchBox.open {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s;
}
.s-header .hSearchBox form {
  position: relative;
}
.s-header .hSearchBox input {
  background: #fff;
  border: none;
  font-size: 1.6rem;
  padding: 0.7em 1.4em;
  border-radius: 3em;
}
.s-header .hSearchBox button {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
}
.s-header .hSearchBox button img {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .s-header .hSearchBox {
    top: 8.4rem;
    padding: 3.5rem 5rem;
    max-width: 500px;
  }
  .s-header .hSearchBox form {
    margin: 0 auto;
  }
}
.s-header .hamburger {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-header .hamburger #hamb, .s-header .hamburger #hamb span {
  display: inline-block;
}
.s-header .hamburger #hamb {
  position: relative;
  width: 1.6rem;
  height: 1.4rem;
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
}
.s-header .hamburger #hamb:focus:not(:focus-visible) {
  outline: none;
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after {
  content: "";
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after, .s-header .hamburger #hamb span {
  position: absolute;
  width: 100%;
  height: 0.2rem;
  transform: scaleY(0.6);
  background: var(--color-txt);
  border-radius: 1rem;
  transform-origin: 50% 50%;
  transition: 0.2s;
}
.s-header .hamburger #hamb::before, .s-header .hamburger #hamb::after {
  width: 116%;
}
.s-header .hamburger #hamb::before {
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg) scaleX(0) scaleY(0.6);
}
.s-header .hamburger #hamb::after {
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg) scaleX(0) scaleY(0.6);
}
.s-header .hamburger #hamb span:nth-of-type(1) {
  top: 0;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb span:nth-of-type(2) {
  top: 0.6rem;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open::before {
  transform: translateX(-50%) rotate(45deg) scaleX(1) scaleY(0.6);
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open::after {
  transform: translateX(-50%) rotate(-45deg) scaleX(1) scaleY(0.6);
  transition-delay: 0.2s;
}
.s-header .hamburger #hamb.open span {
  transform: scaleX(0) scaleY(0.6);
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .s-header .hamburger {
    display: none;
  }
}

main {
  overflow-x: hidden;
}

.l-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.l-container-fluid-md {
  padding-left: 0;
  padding-right: 0;
}
.l-container-wrap {
  flex-direction: column;
}
.l-container-wrap__body {
  padding-top: 2.5rem;
  /* &--top-gap-short { padding-top: 0;} */
}
.l-container-wrap__body--stepBar {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 148.8rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .l-container-wrap__body {
    padding-bottom: 0;
    padding-top: 1px;
  }
}

.m-breadcrumb {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
}

.c-breadcrumb-list {
  font-size: 0.9rem;
  line-height: 1.4;
}
.c-breadcrumb-item {
  color: #676767 !important;
}
.c-breadcrumb-item:not(:last-child):after {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat center;
  background-size: 50%;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  padding: 0;
  margin: 0 0.8em;
}
.c-breadcrumb-item__link {
  margin-top: 0;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .c-breadcrumb-item__link:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}
.c-breadcrumb-item__current {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-breadcrumb {
    margin: 2.5rem 0 5rem;
    padding: 0;
  }
  .c-breadcrumb-list {
    font-size: 1.3rem;
  }
  .c-breadcrumb-item:not(:last-child):after {
    margin: 0 0.8em;
    background-size: 40%;
  }
}
.c-pager {
  margin-top: 6rem;
  font-size: 1.6rem;
  color: var(--color-txt);
}
.c-pager__list {
  gap: 0 0.2rem;
  margin: 0;
}
.c-pager-list-item {
  width: 2.2em;
  height: 2.2em;
  cursor: pointer;
}
.c-pager-list-item--leader {
  width: 1em;
  margin: 0 -0.3em;
}
.c-pager-list-item a {
  background: none;
  border-radius: 0;
  transition: color 0.2s;
}
@media (any-hover: hover) {
  .c-pager-list-item a:hover {
    color: var(--color-primary);
    background: none;
    font-weight: 400;
  }
}
.c-pager-list-item--active {
  color: var(--color-primary);
  background: none;
  border-radius: 0;
}
.c-pager__next, .c-pager__prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: auto;
  right: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  background: var(--color-primary);
}
.c-pager__next img, .c-pager__prev img {
  display: none;
}
.c-pager__next:after, .c-pager__prev:after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  transform: rotate(-90deg);
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-pager__next.disabled, .c-pager__prev.disabled {
  opacity: 0;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-pager__next:hover, .c-pager__prev:hover {
    opacity: 0.7;
  }
}
.c-pager__prev {
  margin-right: 2rem;
  transform: scale(-1, 1);
}
.c-pager__next {
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .c-pager {
    font-size: 1.9rem;
    gap: 0 3rem;
    margin-top: 8rem;
  }
  .c-pager__list {
    gap: 0 2.5rem;
  }
  .c-pager-list-item {
    width: 3.4rem;
    height: 3.4rem;
  }
  .c-pager__next, .c-pager__prev {
    width: 4rem;
    height: 4rem;
  }
  .c-pager__next:after, .c-pager__prev:after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .c-pager__prev {
    margin-right: 2rem;
  }
  .c-pager__next {
    margin-left: 2rem;
  }
}

h2.pageTtl {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 4.4rem;
}
h2.pageTtl .min {
  display: block;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.3em;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  h2.pageTtl {
    font-size: 1.4rem;
    margin-bottom: 9rem;
  }
  h2.pageTtl .min {
    font-size: 3.8rem;
    letter-spacing: 0.03em;
    margin-bottom: 0.38em;
  }
}

@media screen and (min-width: 768px) {
  .m-productLine {
    gap: 6% 4.2%;
  }
  .m-productLine .m-productLine__item {
    width: 21.85%;
  }
}
.s-headerModalBox {
  background: rgba(42, 42, 42, 0.7);
}

.s-headerModalBox__outer {
  border-radius: 0;
}

.s-headerRefinedSearchBox-item__checkList {
  border-color: #B4B4B4;
  border-radius: 0;
}

.s-headerModalBoxFooterBtn {
  padding: 0.5rem 1.5rem 2rem;
}

#goTop {
  display: none;
}
@media screen and (min-width: 768px) {
  #goTop {
    margin-top: 15rem;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
  }
  #goTop p {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 2.5rem;
    bottom: 3rem;
    z-index: 900;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  #goTop p:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    background: var(--color-primary);
    border: #fff 1px solid;
  }
  #goTop p i {
    display: block;
    height: 1rem;
    width: 1rem;
    background: #fff;
    transform: scale(1, -1);
    -webkit-mask-image: url(../img/common/arrow.svg);
            mask-image: url(../img/common/arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    transition: transform ease-out 0.16s;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  #goTop p:hover {
    filter: brightness(110%);
  }
  #goTop p:hover i {
    transform: translateY(-0.4rem) scale(1, -1);
  }
}
@media screen and (min-width: 768px) {
  #goTop.active p {
    pointer-events: all;
    opacity: 1;
  }
  #goTop.fixed p {
    position: absolute;
    bottom: auto;
    top: -2.5rem;
  }
}

footer.s-footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #777675;
  color: #fff;
  margin-top: 8.5rem;
  padding: 9.2rem 3rem 6.4rem;
}
footer.s-footer .logo {
  width: 13rem;
  margin: 0 auto 4.6rem;
  background: #fff;
  -webkit-mask-image: url(../img/common/logo.svg);
          mask-image: url(../img/common/logo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
footer.s-footer .logo img {
  opacity: 0;
}
footer.s-footer .copyRight {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 300;
}
footer.s-footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  margin: 4.6rem 0 0;
}
footer.s-footer .sns i {
  width: 3rem;
  height: 3rem;
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}
footer.s-footer .sns .instagram {
  -webkit-mask-image: url(../img/common/i-instagram.svg);
          mask-image: url(../img/common/i-instagram.svg);
}
footer.s-footer .sns .youtube {
  -webkit-mask-image: url(../img/common/i-youtube.svg);
          mask-image: url(../img/common/i-youtube.svg);
}
footer.s-footer nav {
  display: none;
}
@media screen and (min-width: 768px) {
  footer.s-footer {
    margin-top: 0;
    padding: 9rem 6rem 2.2rem;
  }
  footer.s-footer .fWrap {
    max-width: 166rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer.s-footer .logo {
    width: 16.6rem;
    margin: 0 0 4rem;
    -webkit-mask-position: left center;
            mask-position: left center;
  }
  footer.s-footer .sns {
    margin: 0;
    justify-content: flex-start;
  }
  footer.s-footer .copyRight {
    font-size: 1.1rem;
    letter-spacing: 0.07em;
    margin-top: 4rem;
  }
  footer.s-footer nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 6.5rem;
    font-size: 1.5rem;
  }
  footer.s-footer nav dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  footer.s-footer nav dd + dt {
    margin-top: 2em;
  }
  footer.s-footer nav dd {
    padding-left: 1.2rem;
    margin-left: 0.9rem;
    margin-bottom: 0.5em;
    position: relative;
  }
  footer.s-footer nav dd:before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #fff;
  }
  footer.s-footer nav ul {
    padding-left: 2rem;
  }
  footer.s-footer nav li {
    margin-bottom: 1.4em;
  }
  footer.s-footer nav li:not(.small) + li.small {
    margin-top: 2.8em;
  }
  footer.s-footer nav li.small {
    font-size: 1.3rem;
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 1350px) {
  footer.s-footer nav {
    gap: 0 10rem;
  }
}

.pTitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}
.pTitle .min {
  color: var(--color-primary);
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.04em;
  margin-bottom: 0.2em;
  display: block;
}
@media screen and (min-width: 768px) {
  .pTitle {
    font-size: 1.4rem;
    margin-bottom: 8rem;
  }
  .pTitle .min {
    font-size: 3.8rem;
  }
}

/* コラム一覧 */
#listPage .title2 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
}
#listPage .num {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  #listPage .title2 {
    font-size: 2.8rem;
    margin-top: -0.5em;
  }
  #listPage .num {
    font-size: 1.6rem;
  }
}
#listPage .cateList {
  margin: -0.5rem 0 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.3rem 0.5rem;
}
#listPage .cateList a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 1.3rem;
  font-weight: 600;
  height: 2.1em;
  min-width: 5em;
  padding: 0 1em;
  border-radius: 2em;
  border: var(--color-primary) 1px solid;
}
#listPage .cateList a.visit {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  #listPage .cateList {
    gap: 1rem 2rem;
    margin: 0 0 4.2rem;
  }
  #listPage .cateList a {
    font-size: 1.7rem;
    height: 2.8em;
    min-width: 8em;
    padding: 0 1.8em;
  }
}
#listPage .tagBox {
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.3rem;
  color: #474544;
}
#listPage .tagBox:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #F7F6F5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
#listPage .tagBox .ttl {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
#listPage .tagBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3em 1em;
  font-size: 1.2rem;
}
#listPage .tagBox ul a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  #listPage .tagBox ul a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #listPage .tagBox {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: flex;
    justify-content: center;
    gap: 0 2.6rem;
  }
  #listPage .tagBox .ttl {
    font-size: 1.7rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  #listPage .tagBox .ttl:after {
    content: "：";
    display: inline-block;
    margin: 0 0.5em;
  }
  #listPage .tagBox ul {
    font-size: 1.7rem;
    gap: 0.5em 2em;
    justify-content: flex-start;
  }
}
#listPage .columnList {
  width: 83vw;
  margin: 5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
#listPage .columnList li .img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
#listPage .columnList li .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 1rem;
  margin: 1rem 0 0;
}
#listPage .columnList li .top .cate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.2rem 0.3rem;
}
#listPage .columnList li .top .cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 1.1rem;
  font-weight: 600;
  height: 2.3em;
  min-width: 5em;
  padding: 0 1em;
  border-radius: 2em;
  border: var(--color-primary) 1px solid;
}
#listPage .columnList li .top .date {
  text-align: right;
  color: #A38E7C;
  font-size: 1.3rem;
  font-weight: 500;
  flex-shrink: 0;
  margin-top: 0.2em;
}
#listPage .columnList li h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.6em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#listPage .columnList li .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1.4em;
  margin: 0.8em 0 0;
  font-size: 1.2rem;
  color: #525252;
}
#listPage .columnList li .tag a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  #listPage .columnList li .tag a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #listPage .columnList {
    width: 100%;
    max-width: 1200px;
    margin: 7.2rem auto 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8rem 6.995%;
  }
  #listPage .columnList li {
    width: 28.67%;
  }
  #listPage .columnList li .top {
    margin: 1.6rem 0 0;
  }
  #listPage .columnList li .top .cate li {
    width: auto;
  }
  #listPage .columnList li .top .cate a {
    font-size: 1.3rem;
    height: 2.44em;
    min-width: 6em;
    padding: 0 1.3em;
  }
  #listPage .columnList li .top .date {
    font-size: 1.5rem;
  }
  #listPage .columnList li h2 {
    font-size: 1.8rem;
    margin-top: 0.8em;
  }
  #listPage .columnList li .tag {
    font-size: 1.3rem;
    margin: 1.7em 0 0;
  }
  #listPage .columnList li .tag li {
    width: auto;
  }
}

#kijiPage article {
  background: #fff;
  border-radius: 3.5rem;
  position: relative;
  margin-top: 2.5rem;
  padding: 2rem 1.6rem 0;
}
#kijiPage article:before {
  content: "";
  display: block;
  width: 100vw;
  height: 70vw;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  z-index: -1;
  transform: translateX(-50%);
  background: #F7F6F5;
}
@media screen and (min-width: 768px) {
  #kijiPage article {
    border-radius: 4rem;
    margin-top: 3rem;
    padding: 7rem 7rem 0;
  }
  #kijiPage article:before {
    top: -4rem;
    height: 42rem;
  }
  #kijiPage article .kijiWrap {
    max-width: 90rem;
    margin: 0 auto;
  }
}
#kijiPage .titleTop {
  position: relative;
  margin-bottom: 3.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #kijiPage .titleTop {
    margin-bottom: 6.3rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#kijiPage .titleTop .cateList {
  width: 100%;
  order: 0;
  margin: 0 0 1.2rem;
  padding-right: 5.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.3rem 0.5rem;
}
#kijiPage .titleTop .cateList a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 1.3rem;
  font-weight: 600;
  height: 2.1em;
  min-width: 5em;
  padding: 0 1em;
  border-radius: 2em;
  border: var(--color-primary) 1px solid;
}
#kijiPage .titleTop .cateList a.visit {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  #kijiPage .titleTop .cateList {
    width: auto;
    gap: 0.5rem 1rem;
    margin: 0 3.2rem 0.8em 0;
    padding-right: 0;
  }
  #kijiPage .titleTop .cateList a {
    font-size: 1.5rem;
    height: 2.6em;
    min-width: 7em;
    padding: 0 1.6em;
  }
}
#kijiPage .titleTop .tagList {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 1.2em;
  font-size: 1.3rem;
  color: #474544;
  margin-top: 1.2em;
}
#kijiPage .titleTop .tagList a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  #kijiPage .titleTop .tagList a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  #kijiPage .titleTop .tagList {
    order: 1;
    gap: 0.4em 1.5em;
    padding-right: 3em;
    font-size: 1.6rem;
    margin-top: 0.3em;
  }
}
#kijiPage .titleTop .date {
  order: 1;
  text-align: right;
  color: #A38E7C;
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0.4em;
}
@media screen and (min-width: 768px) {
  #kijiPage .titleTop .date {
    order: 2;
    font-size: 1.6rem;
    top: 0.4em;
  }
}
#kijiPage .titleTop h1.kijiTtl {
  order: 2;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #kijiPage .titleTop h1.kijiTtl {
    order: 3;
    width: 100%;
    font-size: 3.3rem;
    margin-top: 0.8em;
  }
}
#kijiPage .intro .thum {
  margin-bottom: 2.4rem;
}
#kijiPage .intro {
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #kijiPage .intro .thum {
    margin-bottom: 5rem;
  }
  #kijiPage .intro {
    margin-bottom: 7rem;
    font-size: 1.7rem;
    line-height: 2.2;
  }
}
#kijiPage nav.index {
  background: #FDF6F0;
  border-radius: 3rem;
  padding: 3.2rem 2rem 4rem;
  margin: 4rem -1rem 7rem;
}
#kijiPage nav.index .title {
  margin-bottom: 3.5rem;
}
#kijiPage nav.index .title .key {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}
#kijiPage nav.index .title span:not(.key) {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: 1.2em;
}
#kijiPage nav.index li {
  display: flex;
  align-items: flex-start;
  gap: 0 0.6rem;
}
#kijiPage nav.index li + li {
  margin-top: 1.3em;
}
#kijiPage nav.index li .num {
  margin-top: 0;
  color: var(--color-primary);
  flex-shrink: 0;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  transform: skew(-8deg) translateY(-0.05em);
}
#kijiPage nav.index li {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}
#kijiPage nav.index li a {
  text-decoration: none;
}
#kijiPage nav.index p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #kijiPage nav.index {
    border-radius: 3rem;
    padding: 4.5rem 5.2rem 5rem;
    margin: 7rem 0 14rem;
  }
  #kijiPage nav.index .title {
    margin-bottom: 6rem;
    margin-left: -0.5rem;
  }
  #kijiPage nav.index .title .key {
    font-size: 3.8rem;
  }
  #kijiPage nav.index .title span:not(.key) {
    font-size: 1.4rem;
    margin-left: 1.5em;
  }
  #kijiPage nav.index li {
    gap: 0 1.4rem;
  }
  #kijiPage nav.index li + li {
    margin-top: 2.6em;
  }
  #kijiPage nav.index li .num {
    font-size: 3.5rem;
    transform: skew(-8deg) translateY(-0.05em);
  }
  #kijiPage nav.index li {
    font-size: 2.3rem;
    line-height: 1.7;
  }
}
#kijiPage .main {
  font-size: 1.5rem;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 8rem;
}
#kijiPage .main h2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1em;
  font-family: var(--font-min);
}
#kijiPage .main h3 {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1.1em;
  font-family: var(--font-min);
}
#kijiPage .main p + h1, #kijiPage .main p + h2, #kijiPage .main p + h3, #kijiPage .main figure + h1, #kijiPage .main figure + h2, #kijiPage .main figure + h3 {
  margin-top: 3.2em;
}
#kijiPage .main p {
  margin-top: 1.4em;
}
#kijiPage .main a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  #kijiPage .main a:hover {
    text-decoration: none;
  }
}
#kijiPage .main figure {
  margin-bottom: 5rem;
}
#kijiPage .main p + figure {
  margin-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  #kijiPage .main {
    font-size: 1.7rem;
    line-height: 2.2;
    margin-bottom: 14rem;
  }
  #kijiPage .main h2 {
    font-size: 3.1rem;
    line-height: 1.7;
    margin-bottom: 1.6em;
  }
  #kijiPage .main h3 {
    font-size: 2.6rem;
    line-height: 1.7;
    margin-bottom: 1.5em;
  }
  #kijiPage .main p + h1, #kijiPage .main p + h2, #kijiPage .main p + h3, #kijiPage .main figure + h1, #kijiPage .main figure + h2, #kijiPage .main figure + h3 {
    margin-top: 4.5em;
  }
  #kijiPage .main p {
    margin-top: 1.6em;
  }
}
#kijiPage a.back {
  width: 70%;
  height: 3.5em;
  border-radius: 4em;
  margin: 0 auto;
  padding-left: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #kijiPage a.back {
    width: 28.8rem;
    height: 6.5rem;
    border-radius: 5em;
  }
}/*# sourceMappingURL=customize.css.map */