@charset "UTF-8";
/* ==============================================================
   RESET CSS (旧 default.css)
   ============================================================== */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,article,section,aside,header,nav{
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,var {
	font-style:normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
h1 {
	line-height:1.5em;
}
img,abbr,fieldset,hr{
	border:0;
}

li {
	list-style-type:none;
}

p {
	margin:0;
	padding:0;
}

/* form */
button,fieldset,form,input,label,legend,select,textarea {
	font-size:100%;
}
input, button, textarea, select {
    appearance: none;
    border: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
input:-webkit-autofill{
	background-color: #fff;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
figure {
    margin: 0;
}
* {
    box-sizing: border-box;
}

/* ==============================================================
   BASE CSS
   ============================================================== */
/* ============================================================== default */
/* html,body
   =================================================================== */
body {
	text-align: justify;
	-moz-osx-font-smoothing: grayscale;
    text-size-adjust: none;
	border:none;
}

/* リンク設定
   =================================================================== */
a {
	color:#000;
	display: block;
	height: 100%;
	text-decoration:none;
}

a:link, a:visited, a:hover {
	color:#000;
	text-decoration:none;
}

/* フォーカス表示（アクセシビリティ） */
:focus-visible {
    outline: 2px solid #00a19a;
    outline-offset: 2px;
}

/* br
=================================================================== */
br.brPc, .partsPc {
    display: block;
}
br.brSp, .partsSp {
    display: none;
}
@media only screen and (max-width: 767px) {
    br.brPc, .partsPc {
        display: none;
    }
    br.brSp, .partsSp {
        display: block;
    }
}

html {
  scroll-padding-top: 60px;
}

/* --------------------------------------- body */
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.0980966325vw;
  line-height: 2;
  color: #00a19a;
  background-color: #f2f1e7;
}

/* --------------------------------------- a color */
a, a:link, a:visited, a:hover {
  color: #00a19a;
}

/* --------------------------------------- webfont Oswald */
.fontEn {
  font-family: YakuHanJP, "Oswald", sans-serif;
  font-weight: 500;
}

.fontW--r {
  font-weight: 400;
}

.fontW--b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  /* --------------------------------------- vw */
  /* ============================================================== default */
  html {
    scroll-padding-top: 45px;
  }
  /* --------------------------------------- body */
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

/* ============================================================== common */
/* --------------------------------------- text */
.textIndent {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.textAside {
  font-size: 10px;
  font-size: 0.7320644217vw;
  line-height: 1.3;
}

/* --------------------------------------- grid */
.grid {
  padding-left: 1.4641288433vw;
  padding-right: 1.4641288433vw;
}

/* --------------------------------------- arrowIcon */
.arrowIcon {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;

  &:before, &:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

/* ------------------- arrowIcon default */
.arrowIcon__default {
  width: 0.7320644217vw;
  height: 0.7320644217vw;

  &:before, &:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/_common/_assets/img/arrowIcon--white.svg");
  }

  &:after {
    background-image: url("/_common/_assets/img/arrowIcon--green.svg");
    transform: translate(-100%, 0%);
    transition-delay: 0s;
  }

  &.arrowIcon__default--green:before, &.arrowIcon__default--green:after {
    background-image: url("/_common/_assets/img/arrowIcon--green.svg");
  }
}

/* ------------------- arrowIcon blank */
.arrowIcon__blank {
  width: 0.439238653vw;
  height: 0.439238653vw;

  &:before, &:after {
    background-image: url("/_common/_assets/img/arrowIcon__blank--white.svg");
  }

  &:after {
    transform: translate(-100%, 100%);
    transition-delay: 0s;
  }

  &.arrowIcon__blank--green:before, &.arrowIcon__blank--green:after {
    background-image: url("/_common/_assets/img/arrowIcon__blank--green.svg");
  }

  &.arrowIcon__blank--large {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
  }
}

/* --------------------------------------- btn */
.btnInner {
  position: relative;
  padding: 1.317715959vw 1.8301610542vw;
  background-color: #00a19a;
  border-width: 2px;
  border-style: solid;
  border-color: #00a19a;
  border-radius: 2px;
  overflow: hidden;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);

  & .arrowIcon__default {
    top: 1.8301610542vw;
    right: 1.4641288433vw;
  }
}

.btnText {
  font-size: 20px;
  font-size: 1.4641288433vw;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btnText.fontEn {
  font-size: 26px;
  font-size: 1.9033674963vw;
}

/* ------------------- btn bgWhite */
.btn.btn--bgWhite {
  & .btnInner {
    background-color: #fff;
    border-color: #fff;
  }

  & .btnText {
    color: #00a19a;
  }

  & .arrowIcon__default:before, & .arrowIcon__default:after {
    background-image: url("/_common/_assets/img/arrowIcon--green.svg");
  }

  & .arrowIcon__default:after {
    background-image: url("/_common/_assets/img/arrowIcon--white.svg");
  }
}

/* ------------------- btn bgYellow */
.btn.btn--bgYellow {
  & .btnInner {
    background-color: #ffe400;
    border-color: #ffe400;
  }

  & .btnText {
    color: #00a19a;
  }

  & .arrowIcon__default:before, & .arrowIcon__default:after {
    background-image: url("/_common/_assets/img/arrowIcon--green.svg");
  }

  & .arrowIcon__default:after {
    background-image: url("/_common/_assets/img/arrowIcon--green.svg");
  }
}

/* --------------------------------------- btnBack */
.btnBack {
  width: 14.6412884334vw;

  & .btnText {
    text-align: right;
  }

  & .btnInner {
    padding: 0.878477306vw 1.317715959vw;

    & .arrowIcon__default {
      top: 1.6837481698vw;
    }
  }
}

.arrowIcon__back {
  position: absolute;
  height: 100%;
  width: 4.39238653vw;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  /* ============================================================== common */
  .textAside {
    font-size: 10px;
    font-size: 2.6666666667vw;
    transform: scale(0.95);
    transform-origin: left center;
  }
  /* --------------------------------------- grid */
  .grid {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  /* ------------------- arrowIcon default */
  .arrowIcon__default {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  /* ------------------- arrowIcon blank */
  .arrowIcon__blank {
    width: 1.6vw;
    height: 1.6vw;

    &.arrowIcon__blank--large {
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
  /* --------------------------------------- btn */
  .btnInner {
    padding: 3.4666666667vw 5.3333333333vw;
    border-width: 1px;
    border-radius: 0;

    & .arrowIcon__default {
      top: 5.3333333333vw;
      right: 4.8vw;
    }
  }
  .btnText {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .btnText.fontEn {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
  /* --------------------------------------- btnBack */
  .btnBack {
    width: 34.6666666667vw;

    & .btnInner {
      padding: 2.6666666667vw 4.2666666667vw;

      & .arrowIcon__default {
        top: 4.8vw;
      }
    }
  }
  .arrowIcon__back {
    width: 13.3333333333vw;
  }
}

/* ============================================================== header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 60px;
  background-color: #f2f1e7;
  z-index: 50;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-150%);

  &.active {
    transform: translateY(0);
  }
}

.headerInner {
  position: relative;
  height: 100%;
}

/* --------------------------------------- globalLogo */
.globalLogo {
  position: absolute;
  top: 50%;
}

.globalLogo__inner {
  text-indent: -9999px;
  height: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* ------------------- globalLogo mark */
.globalLogo__mark {
  width: 28px;
  left: 0;
  transform: translateY(-50%);

  & .globalLogo__inner {
    padding-top: 128.5714285714%;
    background-image: url(/_common/_assets/img/globalLogo__mark.svg);
  }
}

/* ------------------- globalLogo mark */
.globalLogo__text {
  width: 137px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  & .globalLogo__inner {
    padding-top: 26.2773722628%;
    background-image: url(/_common/_assets/img/globalLogo__text.svg);
  }
}

/* --------------------------------------- header aside */
.headerAside {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

/* --------------------------------------- header snsList */
.snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.snsIcon {
  position: relative;
  width: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snsIcon__link {
  position: relative;
  text-indent: -9999px;
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

.snsIcon--line .snsIcon__link {
  background-image: url(/_common/_assets/img/snsIcon__line--green.svg);
}

.snsIcon--youtube .snsIcon__link {
  background-image: url(/_common/_assets/img/snsIcon__youtube--green.svg);
}

.snsIcon--ins .snsIcon__link {
  background-image: url(/_common/_assets/img/snsIcon__ins--green.svg);
}

.snsIcon--fb .snsIcon__link {
  background-image: url(/_common/_assets/img/snsIcon__fb--green.svg);
}

.snsIcon--tw .snsIcon__link {
  background-image: url(/_common/_assets/img/snsIcon__tw--green.svg);
}

.header .snsIcon--youtube {
  margin-right: 10px;
}

/* --------------------------------------- header reserveLink */
.reserveLink {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 12px;
  margin-left: 13px;
  margin-right: 20px;

  & .arrowIcon__blank {
    top: 19px;
  }
}

.reserveLink__text {
  text-indent: -9999px;
  height: 0;
  width: 87px;
  padding-top: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(/_common/_assets/img/infomation.svg);
}

/* --------------------------------------- menuBtn */
.menuBtn {
  position: fixed;
  width: calc(30px + 1.4641288433vw + 1.4641288433vw);
  top: 0;
  right: 0;
  height: 60px;
  cursor: pointer;
  z-index: 55;
}

.menuBtn__inner {
  display: block;
  position: absolute;
  width: 30px;
  height: 26px;
  right: 1.4641288433vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

  &::before, &::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 5px;
    background-color: #00a19a;
    transition-property: transform, width;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0.25s;
  }

  &::after {
    top: auto;
    bottom: 0;
  }

  & > span {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #00a19a;
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);

    &::before, &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #00a19a;
      transition-property: transform, background-color;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
  }
}

.menu--open {
  & .menuBtn__inner::before, & .menuBtn__inner::after {
    width: 0;
    left: auto;
    right: 0;
    transition-delay: 0s;
  }

  & .menuBtn__inner > span {
    background-color: rgba(0, 0, 0, 0);

    &::before, &::after {
      background-color: #f2f1e7;
      transition-delay: 0.25s;
    }

    &::before {
      transform: rotate(45deg);
    }

    &::after {
      transform: rotate(-45deg);
    }
  }
}

@media only screen and (max-width: 950px) {
  /* ------------------- globalLogo text */
  .globalLogo__text {
    left: 40px;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 400px) {
  /* --------------------------------------- header snsList */
  .headerAside .snsList {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== header */
  .header {
    height: 45px;
  }
  /* ------------------- globalLogo mark */
  .globalLogo__mark {
    width: 20px;
  }
  /* ------------------- globalLogo mark */
  .globalLogo__text {
    width: 80px;
    left: 40px;
  }
  /* --------------------------------------- header snsList */
  .snsIcon {
    width: 25px;
  }
  .header .snsIcon--youtube {
    margin-right: 5px;
  }
  /* --------------------------------------- header reserveLink */
  .reserveLink {
    padding-right: 10px;
    margin-left: 7px;
    margin-right: 6px;

    & .arrowIcon__blank {
      top: 15px;
    }
  }
  .reserveLink__text {
    width: 62px;
  }
  /* --------------------------------------- menuBtn */
  .menuBtn {
    width: calc(30px + 2.6666666667vw + 2.6666666667vw);
    height: 45px;
  }
  .menuBtn__inner {
    width: 20px;
    height: 16px;
    right: 2.6666666667vw;

    &::before, &::after {
      height: 3px;
    }

    & > span {
      height: 3px;
    }
  }
}

/* ============================================================== footer */
.footer {
  position: relative;
  height: 100vh;
  z-index: 2;
  color: #fff;
  padding-top: calc(3.6603221083vw + 60px);
  padding-left: 3.6603221083vw;
  padding-right: 3.6603221083vw;
  padding-bottom: 1.8301610542vw;
  background-image: url(/_common/_assets/img/footer__bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  & a, & a:link, & a:visited, & a:hover {
    color: #fff;
  }
}

/* --------------------------------------- footer Inner pageTop */
.footerInner, .pageTop {
  z-index: 2;
}

/* --------------------------------------- footer Inner */
.footerInner {
  position: relative;
  height: 100%;
}

/* ============================================= footer section siteMap */
.footerSection__siteMap {
  white-space: nowrap;
}

/* --------------------------------------- footer logo */
.footer__globalLogo {
  width: 8.78477306vw;
  margin-left: auto;
  margin-right: auto;
}

.footer__globalLogo--inner {
  text-indent: -9999px;
  height: 0;
  padding-top: 172.4409448819%;
  background-image: url(/_common/_assets/img/footer__globalLogo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.footer__globalLogo--title {
  font-size: 25px;
  font-size: 1.8301610542vw;
  line-height: 1;
  margin-bottom: 2.1582733813vh;
}

.footer__address {
  font-size: 14px;
  font-size: 1.0248901903vw;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* --------------------------------------- footer navList */
.footer__navList {
  margin-top: 4.3165467626vh;

  & > li > a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: 1.0248901903vw;
    line-height: 1;
    padding-top: 0.7194244604vh;
    padding-bottom: 0.7194244604vh;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      height: 1px;
      background-color: #f2f1e7;
      transition-property: width;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      width: 0;
      left: auto;
      right: 0;
    }
  }
}

/* ============================================= footer section center */
.footerSection__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* --------------------------------------- footer sns */
.footerSection__sns {
  margin-top: 4.3165467626vh;

  & .snsIcon {
    position: relative;
    width: 3.6603221083vw;
    height: 3.6603221083vw;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f1e7;
    border-radius: 50%;
    margin-left: 0.7320644217vw;
    margin-right: 0.7320644217vw;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: rgba(242, 241, 231, 0.2);
      transition-property: opacity;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      opacity: 0;
      z-index: 1;
    }

    & .snsIcon__link {
      background-size: 2.196193265vw auto;
      z-index: 2;
    }
  }

  & .snsIcon--line .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__line--white.svg);
  }

  & .snsIcon--youtube .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__youtube--white.svg);
  }

  & .snsIcon--ins .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__ins--white.svg);
  }

  & .snsIcon--fb .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__fb--white.svg);
  }
}

.footerSection__sns--title {
  font-size: 17px;
  font-size: 1.2445095168vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.8776978417vh;
}

/* ============================================= footerAside */
.footerAside, .pageTop {
  position: absolute;
  z-index: 2;
}

.footerAside {
  bottom: 0;
}

.footerAside__link {
  left: 0;

  & a {
    position: relative;
    line-height: 1;
    font-size: 12px;
    font-size: 0.878477306vw;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 1px;
      top: auto;
      bottom: 0;
      background-color: #f2f1e7;
      transition-property: width;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      width: 0;
      left: auto;
      right: 0;
    }
  }
}

.footerAside__copy {
  right: 0;
  line-height: 1;
  font-size: 12px;
  font-size: 0.878477306vw;
}

.footerAside__copy2 {
  right: 6vw;
  line-height: 1;
  font-size: 12px;
  font-size: 0.878477306vw;
}

/* ============================================= pageTop */
.pageTop {
  width: 9.1508052709vw;
  height: 9.1508052709vw;
  top: calc(2.8776978417vh + 60px);
  right: 0;
  cursor: pointer;

  &.active {
    & .pageTop__line {
      height: 100%;
    }

    & .pageTop__arrow::before {
      height: 100%;
    }

    & .pageTop__arrow::after {
      width: 100%;
    }
  }
}

.pageTop__inner {
  position: absolute;
  width: 2px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.pageTop__line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  background-color: #f2f1e7;
  transition-property: height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 0;
}

.pageTop__arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -1px;
  left: 1px;
  transform-origin: left top;
  transform: rotate(45deg);

  &::before, &::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f1e7;
    transition-property: width, height;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  &::before {
    width: 2px;
    top: auto;
    bottom: 0;
    height: 0;
  }

  &::after {
    height: 2px;
    left: auto;
    right: 0;
    width: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== footer */
  .footer {
    height: auto;
    padding-top: 7.4666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 7.4666666667vw;
  }

  .footerInner {
    display: flex;
    flex-direction: column;
  }
  /* --------------------------------------- footer logo */
  .footer__globalLogo {
    width: 18.6666666667vw;
    height: auto;
  }
  .footer__globalLogo--title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 1.8705035971vh;
  }
  .footer__address {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  /* --------------------------------------- footer navList */
  .footer__navList {
    margin-top: 2.8776978417vh;

    & > li > a {
      font-size: 13px;
      font-size: 3.4666666667vw;
      padding-top: 1.1510791367vh;
      padding-bottom: 1.1510791367vh;
    }
  }
  /* ============================================= footer section center */
  .footerSection__center {
    position: static;
    width: 55%;
    transform: none;
    -webkit-transform: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
  /* --------------------------------------- footer sns */
  .footerSection__sns {
    margin-top: 4.3165467626vh;

    & .snsIcon {
      width: 12vw;
      height: 12vw;
      margin-left: 2.1333333333vw;
      margin-right: 2.1333333333vw;
      margin-bottom: 2.1333333333vw;

      & .snsIcon__link {
        background-size: 6.6666666667vw auto;
      }
    }
  }
  .footerSection__sns--title {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 2.1582733813vh;
  }
  /* ============================================= footerAside */
  .footerAsideGroup {
    position: relative;
  }

  .footerAside {
    position: absolute;
    bottom: 0;
  }

  .footerAside__link {
    left: 0;

    & a {
      font-size: 10px;
      font-size: 2.6666666667vw;
    }
  }
  .footerAside__copy {
    right: 0;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .footerAside__copy2 {
    right: 17vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
  /* ============================================= pageTop */
  .pageTop {
    width: 24vw;
    height: 25.3333333333vw;
    top: 0;
  }
  .pageTop__inner {
    width: 2px;
    height: 40px;
  }
  .pageTop__arrow {
    width: 23px;
    height: 23px;
    top: -1px;
    left: 1px;

    &::before {
      width: 2px;
    }

    &::after {
      height: 2px;
    }
  }
}

/* ============================================================== kv */
.kv {
  display: block;
  position: relative;
  padding-top: 60px;
}

.kvInner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.kvContents {
  position: absolute;
  bottom: -6px;
  left: -1px;
  width: calc(100% + 1px);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== kv */
  .kv {
    padding-top: 45px;
  }
  .kvContents {
    height: 100%;
    bottom: -6px;
  }
}

/* ============================================================== pagesKv */
.pagesKv {
  margin-bottom: 1.4641288433vw;
}

.pagesKv__inner {
  height: 30.7467057101vw;
}

/* --------------------------------------- pagesKv bg */
.pagesKv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  &:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

.pagesKv__bg--innerImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* --------------------------------------- pagesKv title */
.pagesKv__title {
  position: absolute;
  right: -2px;
  bottom: 0;
  height: 9.0043923865vw;

  & img {
    height: 100%;
    width: auto;
  }
}

/* --------------------------------------- pagesKv leader */
.pagesKv__leader {
  position: absolute;
  bottom: 1.4641288433vw;
  left: 20px;
}

.pagesKv__leader--target {
  margin-bottom: 1.0980966325vw;
}

.pagesKv__leader--text {
  font-size: 30px;
  font-size: 2.196193265vw;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: #f2f1e7;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== pagesKv */
  .pagesKv {
    margin-bottom: 5.3333333333vw;
  }
  .pagesKv__inner {
    height: 69.3333333333vw;
  }
  /* --------------------------------------- pagesKv title */
  .pagesKv__title {
    right: auto;
    left: -2px;
    height: 18vw;
  }
  .stayActivity .pagesKv__title {
    height: 40.5333333333vw;
  }
  /* --------------------------------------- pagesKv leader */
  .pagesKv__leader {
    bottom: auto;
    top: 10px;
    left: 15px;
  }
  .pagesKv__leader--target {
    margin-bottom: 2.6666666667vw;
  }
  .pagesKv__leader--text {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* ============================================================== Community__banner */
.Community__banner {
  position: relative;
}

.Community__banner.is--mostRecent {
  &::after {
    content: "直近のイベント・ワークショップ";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-size: 0.878477306vw;
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
    color: #f2f1e7;
    background-color: #00a19a;
    padding-right: 0.878477306vw;
    padding-bottom: 0.5856515373vw;
    z-index: 2;
    pointer-events: none;
  }
}

/* --------------------------------------- Community__banner thum */
.Community__banner--thum {
  position: relative;
  padding-top: 100%;
  border-radius: 4px;
  margin-bottom: 0.7320644217vw;
  overflow: hidden;

  &::before, &::after {
    opacity: 0;
    z-index: 2;
  }

  &::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 161, 154, 0.3);
  }

  &::after {
    content: "終了しました";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 15px;
    font-size: 1.0980966325vw;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0.5856515373vw;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  & > span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      transition-property: opacity;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      opacity: 0;
    }
  }
}

/* --------------------------------------- Community__banner title */
.Community__banner--title {
  font-size: 15px;
  font-size: 1.0980966325vw;
  line-height: 1.5;
  margin-bottom: 0.7320644217vw;
  min-height: 3em;

  & > span {
    display: inline;
    text-decoration: none !important;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: background-size 0.4s;
  }
}

/* --------------------------------------- Community__banner date */
.Community__banner--date {
  font-size: 13px;
  font-size: 0.9516837482vw;
  line-height: 1;
  text-align: right;
  color: rgba(255, 255, 255, 0.6666666667);
}

/* --------------------------------------- Community__banner mostRecent */
.Community__banner.is--mostRecent {
  & .Community__banner--thum {
    padding-top: 48.4615384615%;
  }

  & .Community__banner--title {
    font-size: 19px;
    font-size: 1.3909224012vw;
  }
}

.Community__banner--mostRecent--schedule {
  line-height: 1;
  text-align: left;
  margin-bottom: 0.7320644217vw;
}

.Community__banner--mostRecent--schedule--date {
  font-size: 40px;
  font-size: 2.9282576867vw;
  margin-right: 0.7320644217vw;
}

.Community__banner--mostRecent--schedule--week {
  font-size: 20px;
  font-size: 1.4641288433vw;
  margin-right: 1.0980966325vw;
}

.Community__banner--mostRecent--schedule--time {
  font-size: 28px;
  font-size: 2.0497803807vw;
}

/* --------------------------------------- Community__banner ending */
.Community__banner.is--ending {
  & .Community__banner--thum::before, & .Community__banner--thum::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== Community__banner */
  /* --------------------------------------- mostRecent */
  .Community__banner.is--mostRecent {
    &::after {
      font-size: 10px;
      font-size: 2.6666666667vw;
      padding-right: 3.2vw;
      padding-bottom: 2.1333333333vw;
    }

    & .Community__banner--link {
      display: block;
    }
  }
  /* --------------------------------------- Community__banner thum */
  .Community__banner--thum {
    align-self: flex-start;
    border-radius: 3px;
    margin-bottom: 2.6666666667vw;

    &::after {
      font-size: 11px;
      font-size: 2.9333333333vw;
      padding-bottom: 1.0666666667vw;
      border-bottom-width: 2px;
    }
  }
  .Community__banner--info {
    &::after {
      opacity: 0;
      z-index: 2;
    }

    &::after {
      display: block;
      content: "終了しました";
      font-size: 11px;
      font-size: 2.9333333333vw;
      white-space: nowrap;
      line-height: 1;
      text-align: left;
      font-weight: 700;
      margin-top: 2.6666666667vw;
    }
  }
  .Community__banner.is--ending {
    & .Community__banner--title, & .Community__banner--date {
      opacity: 0.3;
    }
  }
  /* --------------------------------------- Community__banner title */
  .Community__banner--title {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  /* --------------------------------------- Community__banner date */
  .Community__banner--date {
    font-size: 12px;
    font-size: 3.2vw;
  }
  /* --------------------------------------- Community__banner mostRecent */
  .Community__banner.is--mostRecent {
    & .Community__banner--thum {
      padding-top: 38.8461538462%;
    }

    & .Community__banner--title {
      font-size: 13px;
      font-size: 3.4666666667vw;
    }
  }
  .Community__banner--mostRecent--schedule {
    margin-bottom: 2.6666666667vw;
  }
  .Community__banner--mostRecent--schedule--date {
    font-size: 27px;
    font-size: 7.2vw;
    margin-right: 2.1333333333vw;
  }
  .Community__banner--mostRecent--schedule--week {
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin-right: 3.2vw;
  }
  .Community__banner--mostRecent--schedule--time {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}

/* ============================================================== cafeLampBlock */
.cafeLampBlock {
  display: flex;
  justify-content: space-between;

  & a, & a:link, & a:visited, & a:hover {
    color: #fff;
  }
}

.cafeLampBlock__img {
  position: relative;
  width: 65.987933635%;
  overflow: hidden;
}

.cafeLampBlock__detail {
  align-self: center;
  width: 32.0512820513%;
}

/* --------------------------------------- cafeLampBlock title */
.cafeLampBlock__detail--title {
  font-size: 21px;
  font-size: 1.5373352855vw;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.7320644217vw;
}

.cafeLampBlock__detail--text {
  font-size: 14px;
  font-size: 1.0248901903vw;
  margin-bottom: 1.4641288433vw;
}

/* --------------------------------------- snsLink */
.snsLink {
  position: relative;
  padding-left: 2.5622254758vw;
  font-size: 14px;
  font-size: 1.0248901903vw;
  line-height: 1;
  white-space: nowrap;

  &::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 2.0497803807vw;
    height: 2.0497803807vw;
    top: -0.3660322108vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  & a, & a:link, & a:visited, & a:hover {
    color: #00a19a;
  }
}

.snsLink__ins {
  &::after {
    background-image: url(/_common/_assets/img/snsIcon__ins--green.svg);
  }
}

.top .cafeLampBlock__detail {
  & .snsLink a, & .snsLink a:link, & .snsLink a:visited, & .snsLink a:hover {
    color: #fff;
  }

  & .snsLink__ins::after {
    background-image: url(/_common/_assets/img/snsIcon__ins--white.svg);
  }
}

/* --------------------------------------- cafeLampBlock btn */
.cafeLampBlock__btnList {
  margin-top: 2.5622254758vw;

  & > li {
    margin-bottom: 1.0980966325vw;

    &:last-child {
      margin-bottom: 0;
    }
  }

  & .btnInner {
    min-height: 5.4172767204vw;
    display: flex;
    flex-direction: column;
    justify-content: center;

    & .arrowIcon__default {
      top: 2.3426061493vw;
    }
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== cafeLampBlock */
  .cafeLampBlock {
    display: block;
  }
  .cafeLampBlock__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .cafeLampBlock__detail {
    width: 100%;
  }
  /* --------------------------------------- cafeLampBlock title */
  .cafeLampBlock__detail--title {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .cafeLampBlock__detail--text {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  /* --------------------------------------- snsLink */
  .snsLink {
    padding-left: 9.3333333333vw;
    font-size: 17px;
    font-size: 4.5333333333vw;

    &::after {
      width: 7.4666666667vw;
      height: 7.4666666667vw;
      top: -1.3333333333vw;
    }
  }
  /* --------------------------------------- cafeLampBlock btn */
  .cafeLampBlock__btnList {
    margin-top: 9.3333333333vw;

    & > li {
      margin-bottom: 4vw;
    }

    & .btnInner {
      min-height: 14.6666666667vw;

      & .arrowIcon__default {
        top: 5.8666666667vw;
      }
    }
  }
}

/* ============================================ nearbyAccess block common */
.nearbyAccessBlock__title {
  font-size: 17px;
  font-size: 1.2445095168vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1.0980966325vw;
}

.nearbyAccessBlock__links {
  display: flex;

  & .linksBtn {
    width: 50%;
  }
}

.linksBtn {
  position: relative;
  max-width: 8.4187408492vw;
  margin-right: 1.0980966325vw;

  & .arrowIcon__blank {
    right: 0.7320644217vw;
    top: 0.8052708638vw;
  }

  & .arrowIcon__blank.arrowIcon__blank--green:after {
    background-image: url("/_common/_assets/img/arrowIcon__blank--white.svg");
  }
}

.linksBtn__inner {
  font-size: 12px;
  font-size: 0.878477306vw;
  white-space: nowrap;
  line-height: 1.8301610542vw;
  padding: 0 1.8301610542vw 0 1.0980966325vw;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: #00a19a;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 767px) {
  /* ============================================ nearbyAccess block common */
  .nearbyAccessBlock__title {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 3.4666666667vw;
  }
  .nearbyAccessBlock__links {
    justify-content: space-between;

    & .linksBtn {
      width: calc(50% - 2vw);
    }
  }
  .linksBtn {
    max-width: inherit;
    margin-right: 0;

    & .arrowIcon__blank {
      right: 2.6666666667vw;
      top: 2.9333333333vw;
    }
  }
  .linksBtn__inner {
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 6.6666666667vw;
    padding: 0 6.6666666667vw 0 4vw;
  }
}

/* ============================================================== shareBlock */
.shareBlock {
  margin-top: 5.1244509517vw;
}

/* --------------------------------------- share title */
.shareBlock__title {
  font-size: 20px;
  font-size: 1.4641288433vw;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.4641288433vw;
}

/* --------------------------------------- shareList */
.shareList {
  display: flex;
  justify-content: center;

  & .snsIcon__link {
    background-size: 3.074670571vw auto;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  & .snsIcon--tw::after {
    background-image: url(/_common/_assets/img/snsIcon__tw--green.svg);
  }

  & .snsIcon--tw .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__tw--white.svg);
  }

  & .snsIcon--line::after {
    background-image: url(/_common/_assets/img/snsIcon__line--green.svg);
  }

  & .snsIcon--line .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__line--white.svg);
  }

  & .snsIcon--fb::after {
    background-image: url(/_common/_assets/img/snsIcon__fb--green.svg);
  }

  & .snsIcon--fb .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__fb--white.svg);
  }
}

.shareTarget {
  position: relative;
  width: 4.39238653vw;
  border-width: 2px;
  border-style: solid;
  border-color: #00a19a;
  border-radius: 50%;
  margin-left: 0.7320644217vw;
  margin-right: 0.7320644217vw;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #00a19a;

  &::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: 3.074670571vw auto;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  /* ============================================================== shareBlock */
  .shareBlock {
    margin-top: 10.6666666667vw;
  }
  /* --------------------------------------- share title */
  .shareBlock__title {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 4.2666666667vw;
  }
  /* --------------------------------------- shareList */
  .shareList {
    & .snsIcon__link {
      background-size: 9.3333333333vw auto;
    }
  }
  .shareTarget {
    width: 12vw;
    border-width: 1px;
    margin-left: 1.8666666667vw;
    margin-right: 1.8666666667vw;

    &::after {
      background-size: 6.6666666667vw auto;
    }
  }
}

/* ============================================================== menu */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 54;
  overflow: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.menu--open .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;

  & .menuBg {
    opacity: 1;
  }

  & .menuInner {
    transform: translate(0, 0);
  }
}

/* --------------------------------------- menu bg */
.menuBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 161, 154, 0.3);
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

/* --------------------------------------- menu inner */
.menuInner {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #00a19a;
  z-index: 2;
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(120%, 0);
}

.menuInner__contents {
  position: relative;
  width: 200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}

/* --------------------------------------- menu logo */
.menu__logo {
  height: auto;
  margin-bottom: 30px;
}

/* --------------------------------------- menu navList */
.menu__navList {
  & > li > a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #f2f1e7;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      top: auto;
      bottom: 0;
      height: 1px;
      background-color: #f2f1e7;
      transition-property: width;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      width: 0;
      left: auto;
      right: 0;
    }
  }
}

/* --------------------------------------- menu sns */
.menuSns {
  margin-top: auto;

  & .snsList {
    justify-content: center;
  }

  & .snsIcon {
    position: relative;
    width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f1e7;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;

    &::after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: rgba(242, 241, 231, 0.2);
      transition-property: opacity;
      transition-duration: 0.5s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      opacity: 0;
      z-index: 1;
    }

    & .snsIcon__link {
      background-size: 25px auto;
      z-index: 2;
    }
  }

  & .snsIcon--line .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__line--white.svg);
  }

  & .snsIcon--youtube .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__youtube--white.svg);
  }

  & .snsIcon--ins .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__ins--white.svg);
  }

  & .snsIcon--fb .snsIcon__link {
    background-image: url(/_common/_assets/img/snsIcon__fb--white.svg);
  }
}

.menuSns__title {
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #f2f1e7;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  /* ============================================================== menu */
  /* --------------------------------------- menu inner */
  .menuInner {
    width: 250px;
  }
  .menuInner__contents {
    width: 185px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  /* --------------------------------------- menu logo */
  .menu__logo {
    margin-bottom: 20px;
  }
  /* --------------------------------------- menu navList */
  .menu__navList {
    & > li > a {
      font-size: 13px;
      padding-top: 8px;
      padding-bottom: 8px;
    }
  }
  /* --------------------------------------- menu sns */
  .menuSns {
    & .snsIcon {
      width: 43px;
      margin-left: 8px;
      margin-right: 8px;

      & .snsIcon__link {
        background-size: 25px auto;
      }
    }
  }
  .menuSns__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* ============================================================== hover pc */
@media (hover: hover) and (pointer: fine) {
  .linksBtn__inner:hover, .linksBtn__inner:active {
    background-color: #00a19a;
    color: #f2f1e7;
  }

  .arrowIcon__hoverWrapper:hover .arrowIcon__default:before, .arrowIcon__hoverWrapper:active .arrowIcon__default:before {
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(100%, 0%);
  }

  .arrowIcon__hoverWrapper:hover .arrowIcon__default:after, .arrowIcon__hoverWrapper:active .arrowIcon__default:after {
    transform: translate(0, 0);
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0.2s;
  }

  .arrowIcon__hoverWrapper:hover .arrowIcon__blank:before, .arrowIcon__hoverWrapper:active .arrowIcon__blank:before {
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate(100%, -100%);
  }

  .arrowIcon__hoverWrapper:hover .arrowIcon__blank:after, .arrowIcon__hoverWrapper:active .arrowIcon__blank:after {
    transform: translate(0, 0);
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-delay: 0.2s;
  }

  .btn:hover .btnInner, .btn:active .btnInner {
    background-color: white;
  }

  .btn:hover .btnText, .btn:active .btnText {
    color: #00a19a;
  }

  .btn.btn--bgWhite:hover .btnInner, .btn.btn--bgWhite:active .btnInner {
    background-color: #00a19a;
  }

  .btn.btn--bgWhite:hover .btnText, .btn.btn--bgWhite:active .btnText {
    color: #fff;
  }

  .menuBtn:hover .menuBtn__inner::before, .menuBtn:hover .menuBtn__inner::after, .menuBtn:active .menuBtn__inner::before, .menuBtn:active .menuBtn__inner::after {
    transition-delay: 0s;
  }

  .menuBtn:hover .menuBtn__inner::before, .menuBtn:active .menuBtn__inner::before {
    transform: translateY(4px);
  }

  .menuBtn:hover .menuBtn__inner::after, .menuBtn:active .menuBtn__inner::after {
    transform: translateY(-4px);
  }

  .menu--open .menuBtn:hover .menuBtn__inner > span::before, .menu--open .menuBtn:hover .menuBtn__inner > span::after, .menu--open .menuBtn:active .menuBtn__inner > span::before, .menu--open .menuBtn:active .menuBtn__inner > span::after {
    transition-delay: 0s;
    transform: rotate(0deg);
  }

  .Community__banner:hover .Community__banner--thum > span::after, .Community__banner:active .Community__banner--thum > span::after {
    opacity: 1;
  }

  .Community__banner:hover .Community__banner--title > span, .Community__banner:active .Community__banner--title > span {
    background-size: 100% 1px;
  }

  .footer__navList > li > a:hover::after, .footer__navList > li > a:active::after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .footerSection__sns .snsIcon:hover::after, .footerSection__sns .snsIcon:active::after {
    opacity: 1;
  }

  .pageTop:hover .pageTop__inner, .pageTop:active .pageTop__inner {
    top: calc(50% - 5px);
  }

  .footerAside__link:hover a::after, .footerAside__link:active a::after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .shareTarget:hover, .shareTarget:active {
    background-color: #f2f1e7;
  }

  .shareTarget:hover::after, .shareTarget:active::after {
    opacity: 1;
  }

  .shareTarget:hover .snsIcon__link, .shareTarget:active .snsIcon__link {
    opacity: 0;
  }

  .menuSns .snsIcon:hover::after, .menuSns .snsIcon:active::after {
    opacity: 1;
  }

  .menu__navList > li > a:hover::after, .menu__navList > li > a:active::after {
    width: 100%;
    right: auto;
    left: 0;
  }

  .navSns__subLink a:hover, .navSns__subLink a:active {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

/* navList last-child, textLink, navSns__subLink */
.navList > li:last-child {
  position: relative;
  padding-top: 1.0980966325vw;
  margin-top: 1.0980966325vw;

  &:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    background-color: #f2f1e7;
    opacity: 0.7;
  }
}

.menu__navList > li:last-child {
  padding-top: 0.7320644217vw;
  margin-top: 0.7320644217vw;

  &:after {
    opacity: 0.5;
  }
}

.footer__navList > li:last-child:after {
  width: 1.8301610542vw;
}

a.textLink {
  display: inline;
  text-decoration: underline;
}

.snsLink__ins.navSns__subLink {
  padding: 0 0.7320644217vw;
  margin-top: 1.0980966325vw;

  &:after {
    width: 1.5373352855vw;
    height: 1.5373352855vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 52%;
    left: 1.4641288433vw;
    background-image: url("/_common/_assets/img/snsIcon__ins--white.svg");
  }

  & a, & a:link, & a:visited, & a:hover {
    border: 1px solid #fff;
    border-radius: 9999px;
    text-align: center;
    font-size: 11px;
    font-size: 0.8052708638vw;
    padding: 0.6588579795vw 0 0.6588579795vw 1.0980966325vw;
    color: #fff;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

.menu .snsLink__ins.navSns__subLink a, .menu .snsLink__ins.navSns__subLink a:link, .menu .snsLink__ins.navSns__subLink a:visited, .menu .snsLink__ins.navSns__subLink a:hover {
  font-size: 10px;
}

@media (hover: hover) and (pointer: fine) {
  a.textLink:hover, a.textLink:active {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer__navList {
    display: none;
  }
  .navList > li:last-child {
    padding-top: 4vw;
    margin-top: 5.3333333333vw;
  }
  .menu__navList > li:last-child {
    padding-top: 2.1333333333vw;
    margin-top: 2.1333333333vw;
  }
  /* --------------------------------------- navSns__subLink */
  .snsLink__ins.navSns__subLink {
    padding: 0 2.6666666667vw;
    margin-top: 4vw;

    &:after {
      width: 5.6vw;
      height: 5.6vw;
      top: 52%;
      left: 5.3333333333vw;
    }

    & a, & a:link, & a:visited, & a:hover {
      position: relative;
      width: 110%;
      left: -5%;
      font-size: 10px;
      font-size: 2.6666666667vw;
      padding: 2.4vw 0 2.4vw 4vw;
      transform: scale(0.9);
    }
  }
}

/* ============================================================== edit 20241009 */
.cafeLampBlock__tipsBlock {
  border-width: 1px;
  border-style: solid;
  border-color: #ffe400;
  background-color: #ffe400;
  padding: 10px 20px;

  & .cafeLampBlock__tipsBlock--leader {
    line-height: 1.6;
    margin-bottom: 8px;
  }
}

.saSection__asobi.kawaAsobi .saSection__infoList {
  margin-bottom: 30px;
}

.saSection__navBtn.saSection__nav--aside.partsSp {
  margin-bottom: 20px;
}
