
/*----- top common -----*/
html {
	scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.section h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 60px;
  /* white-space: normal; 
  word-break: keep-all; */
}

.section h2 span {
  display: block;
  font-size: 2.6rem;
  color: var(--mycolor01);
}

.section h2::before {
  content: "";
  width: 160px;
  height: 2px;
  display: inline-block;
  background-color: var(--mycolor01);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
    .section h2 {
  font-size: 2.6rem;
  padding-top: 30px;
  margin-bottom: 40px;
}

.section h2 span {
  font-size: 1.8rem;
}

.section h2::before {
  width: 60px;
  height: 1px;
}
}
/*----- top common end -----*/
/*----- top template parts -----*/
.topNav {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0;
}
.topNav--out {
  padding: 0 50px;
}
.topNavItem {
  width: 210px;
  border: solid 1px var(--mycolor01);
}
.topNav--out .topNavItem  {
  width: calc((100% - 30px) / 3);
}
.topNavItem__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  transition: background-color ease 0.4s;
  position: relative;
}
.topNavItem__link:hover {
  background-color: #fffcf5;
}
.topNavItem__en {
  font-size: 1.4rem;
  line-height: 1;
}
.topNavItem__ja {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .topNav {
    flex-wrap: wrap;
    margin: 40px 0;

  }
  .topNav--out {
    padding: 0;
}
  .topNavItem,.topNav--out .topNavItem {
    width: calc((100% - 15px) / 2);
  }
  .topNavItem__link {
    padding: 15px 10px;
  }
  .topNavItem__en {
    font-size: 1.2rem;
  }
  .topNavItem__ja {
    font-size: 1.6rem;
  }
}

/*----- top template parts end -----*/
/*----- top kv -----*/

.kv {
  width: 100vw;
  /* height: calc(100svh - 190px); */
  height: calc(100vh - 300px);
  max-height: 1080px;
}
.kv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  #fallbackImagePc { display: none; }
}
@media screen and (min-width: 769px) {
  #fallbackImageSp { display: none; }
}
@media screen and (max-width: 1024px) and (min-width: 601px) {
  .kv {
    height: calc(50svh - 190px);
  }
}
@media screen and (max-width: 600px) {
  .kv {
    /* height: 80svh; */
    /* height: calc(100vh - 200px); */
    height: 450px;
    max-height: 600px;
  }
}

/*----- top kv end -----*/
/*----- top intro -----*/

.topBnrSlick {
  margin: 50px 0;
}
.topBnrSlick_item {
  margin: 0 15px;
}
.topBnrSlick_item img {
  width: 270px;
}
.articleSlickArea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: solid 1px var(--mycolor01);
}
.articleSlickWrapper {
  position: relative;
}
.articleSlickArea h2 {
  background-color: var(--mycolor01);
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
}
.articleSlickArea h2::before {
  display: none;
}
.articleSlick {
  padding: 20px 60px;
  margin-bottom: 0 !important;
}
.articleSlick__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.articleSlick__item h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 表示する行数を1に */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleSlick__item p {
  font-size: 1.4rem;
  text-align: right;
}
.articleSlickWrapper .slick-prev,
.articleSlickWrapper .slick-next {
  width: 25px;
}
.articleSlickWrapper .slick-prev {
  left: 15px;
}
.articleSlickWrapper .slick-prev img {
  transform: rotate(180deg);
}
.articleSlickWrapper .slick-next {
  right: 15px;
}
.articleSlickWrapper .slick-prev::before,
.articleSlickWrapper .slick-next::before {
  display: none;
}

.topNav--in .topNavItem__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: solid 1px var(--mycolor01);
  border-bottom: solid 1px var(--mycolor01);
  transform: rotate(45deg);
}
.topNav--out .topNavItem__link::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/top/arrowbtn.svg);
  background-size: cover;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.topCalenderBtn {
  text-align: center;
}
.topCalenderBtn a {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: 100%;
}
.topCalenderBtn a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff33;
  opacity: 0;
  transition: opacity ease 0.4s;
}
.topCalenderBtn a:hover::after {
  opacity: 1;
}
.secIntro__catch {
  font-size: 4rem;
  text-align: center;
  margin: 40px 0;
}
.secIntro__lead {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .topBnrSlick {
    margin: 20px 0;
  }
  .topBnrSlick_item {
    margin: 0 10px;
  }
  .articleSlickArea {
  }
  .articleSlickArea h2 {
    font-size: 2rem;
  }
  .articleSlick {
    padding: 20px 40px;
  }
  .articleSlick__item h3 {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  .articleSlick__item p {
    font-size: 1.2rem;
  }

  .articleSlickWrapper .slick-prev,
  .articleSlickWrapper .slick-next {
    width: 20px;
  }
  .articleSlickWrapper .slick-next {
    right: 5px;
  }
  .articleSlickWrapper .slick-prev {
    left: 5px;
  }
  .secIntro__catch {
    font-size: 2.6rem;
    margin: 20px 0 10px;
  }
  .secIntro__lead {
    font-size: 1.4rem;
  }
}
/*----- top intro end -----*/

/*----- search -----*/

.tabContent {
  display: none;
}
.tabContent.is-show {
  display: block;
}
.tabs {
  justify-content: center;
  display: flex;
  padding-top: 50px;
}
.tab {
  width: 240px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 2.2rem;
  border: solid 1px var(--mycolor01);
  background-color: #f4f2ea;
  position: relative;
}
.tab::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 10px var(--mycolor01);
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  transition: opacity ease 0.2s;
  opacity: 0;
  z-index: 0;
}
.tab.is-active::after {
  opacity: 1;
}
.tab.is-active {
  background-color: var(--mycolor01);
  color: #fff;
}

.searchList {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.searchList__item {
  width: calc((100% - 40px) / 3);
}
.searchTtl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  padding-right: 40px;
  background-color: #fff;
  position: relative;
  transition: background-color ease 0.6s;
  cursor: pointer;
}
.searchTtl img {
    width: 110px;
}
.searchTtl__txt__en {
  color: var(--mycolor01);
  font-size: 1.6rem;
  transition: color ease 0.6s;
}
.searchTtl__txt__ja {
  color: var(--mycolor01);
  font-size: 2.8rem;
  line-height: 1;
  transition: color ease 0.6s;
}
.searchTtl.is-open {
  background-color: var(--mycolor01);
}
.searchTtl.is-open .searchTtl__txt__en,
.searchTtl.is-open .searchTtl__txt__ja {
  color: #fff;
}

.searchBtn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--mycolor01);
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.searchBtn::before,
.searchBtn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: opacity 0.6s;
}

.searchBtn::after {
  transform: translate(50%, -50%) rotate(90deg);
  transition: transform 0.6s;
}
.searchTtl.is-open .searchBtn {
  background-color: #fff;
}
.searchTtl.is-open .searchBtn::before,
.searchTtl.is-open .searchBtn::after {
  background-color: var(--mycolor01);
}
.searchTtl.is-open .searchBtn::before {
  opacity: 0;
}

.searchTtl.is-open .searchBtn::after {
  transform: translate(50%, -50%) rotate(180deg);
}

.searchContent {
  display: none;
}

.searchContent.is-open {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.6s ease-in, opacity 0.6s ease-in;
}
.searchLinkList {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.searchLinkList__item {
  width: 100%;
}
.searchLinkList__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 1.5em;
  border: solid 1px var(--mycolor01);
  background-color: #fff;
  font-size: 1.7rem;
  text-align: center;
  position: relative;
  transition: background-color ease 0.6s;
}
.searchLinkList__link:hover {
  background-color: #fffcf5;
}
.searchLinkList__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: solid 1px var(--mycolor01);
  border-bottom: solid 1px var(--mycolor01);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  transition: right ease 0.4s;
}
.searchLinkList__link:hover::after {
  right: 13px;
}
.kanaFilter {
  padding: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.kanaBtn {
  font-size: 1.8rem;
  border: solid 1px var(--mycolor01);
  width: 48px;
  line-height: 36px;
  border-radius: 2px;
  background-color: #fff;
  color: var(--mycolor01);
  transition: all ease 0.6s;
}
.kanaBtn.is-open {
  background-color: var(--mycolor01);
  color: #fff;
}
.kanaContainer {
  display: none;
}
.kanaContainer .searchLinkList {
  flex-direction: row;
  flex-wrap: wrap;
}
.kanaContainer .searchLinkList__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 600px) {
    .secsearch h2 {
        white-space: nowrap;
    }
    .tab {
  width: 50%;
  padding: 10px 20px;
  font-size: 1.6rem;
}
.searchList {
    
}
.searchList__item {
    width: 100%;
}
.searchTtl {
  gap: 10px;
  padding-right: 30px;
}
.searchTtl img {
    width: 100px;
}
.searchTtl__txt__en {
    font-size: 1.4rem;
}
.searchTtl__txt__ja {
    font-size: 2.4rem;
}
.searchBtn {
    width: 20px;
    height: 20px;
}
.searchBtn::before, .searchBtn::after {
    width: 11px;
}
.searchLinkList__link {
    font-size: 1.6rem;
}
.kanaFilter {
    padding: 15px;
    gap: 15px;
}
.kanaBtn {
    font-size: 1.6rem;
}
.kanaContainer .searchLinkList__item {
    width: 100%;
}
}
/*----- search end -----*/

/*----- link bnr area -----*/
.pageLinks02.pageLinks02-cc {
    margin: 60px 0 40px;
}
.pageLink02.pageLink02-l {
  height: clamp(230px, 22.5vw, 270px);
}
.pageLink02--cosme {
  background-image: url(../images/top/link-cosme-bg.webp);
}
.pageLink02--case {
  background-image: url(../images/top/link-case-bg.webp);
}
.linkBnr {
    display: flex;
    gap: 16px;
    margin: 60px 0 40px;
}
.linkBnr a {
    width: calc(50% - 8px);
}
@media screen and (max-width: 600px) {
  .pageLinks02.pageLinks02-cc {
    margin: 50px 0 30px;
}
.pageLink02.pageLink02-l {
  height: 180px;
}
    .linkBnr {
        flex-wrap: wrap;
        margin: 50px 0 30px;
    }
    .linkBnr a {
    width: 100%;
}
}

/*----- instagram -----*/
.instaFeed {
  margin-bottom: 30px;
}
.instaFeedBtn {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .instaFeed {
    margin-bottom: 20px;
  }
}
/*----- instagram end -----*/

/*----- news -----*/
.newsList {
  border: solid 1px #ede4c4;
  margin-bottom: 20px;
}
.newsItem {
  border-bottom: solid 1px #ede4c4;
}
.newsItem:last-of-type {
  border-bottom: none;
}
.newsItem__inner {
}
.newsItem__link {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  transition: background-color ease 0.4s;
}
.newsItem__link:hover {
  background-color: #fffcf5;
}
.newsItem__time {
  font-size: 1.5rem;
  color: var(--mycolor01);
}
.newsItem__ttl {
  font-size: 1.8rem;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moreBtnArea {
    text-align: right;
}
.moreBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.moreBtn__inner {
    font-size: 1.8rem;
    color: var(--mycolor01);
}
.moreBtn::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(../images/top/arrowbtn.svg);
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .newsItem__link {
        display: block;
        padding: 15px;
    }
    .newsItem__time {
        font-size: 1.2rem;
    }
.newsItem__ttl {
  font-size: 1.6rem;
}
.moreBtn__inner {
    font-size: 1.4rem;
}
.moreBtn::after {
    width: 20px;
    height: 20px;
}
}
/*----- news end -----*/

/*----- logoBlock -----*/
.logoBlock {
  padding: 60px 0;
  text-align: center;
}
.logoBlock img {
  width: 450px;
}
.logoBlock .area {
  display: inline-block;
  font-size: 2.8rem;
  text-align: center;
  width: 5em;
  line-height: 1.8em;
  border-radius: 60px;
  background-color: var(--mycolor01);
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
    .logoBlock {
        padding: 40px 0;
    }
    .logoBlock img {
        width: 300px;
    }
    .logoBlock .area {
        margin-top: 15px;
        font-size: 1.8rem;
    }
}
/*----- logoBlock end -----*/
/*----- about -----*/
.secAbout {
  background-image: url(../images/top/bg-topabout.webp);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  margin-bottom: 40px;
  position: relative;
}
.secAbout::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 50%);
    z-index: 0;
}
.secAbout .content {
  position: relative;
  z-index: 1;
}
.secAbout .secAbout__ttl {
  padding: 15px 25px;
  margin-bottom: 20px;
}
.secAbout__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 50%;
  padding: 15px 25px;
  /* background: RGBA(99, 103, 105, 0.9); */
  background: linear-gradient(
    90deg,
    rgba(99, 103, 105, 0.8) 35%,
    rgba(220, 221, 221, 0) 100%
  );
  color: #fff;
}
.secAbout__ttl .en {
  color: #fff;
  line-height: 1;
}
.section .secAbout__ttl::before {
  display: none;
}
.secAbout__ttl::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: skewX(45deg);
}
.secAbout__para {
  font-size: 2.2rem;
}
@media screen and (max-width: 600px) {
    .secAbout {
  background-image: url(../images/top/bg-topabout-sp.webp);
  padding: 40px 0;
  margin-bottom: 20px;
    }
    .secAbout::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 70%);
    }
    .secAbout .secAbout__ttl {
  padding: 10px 18px;
  margin-bottom: 10px;
  text-align: left;
  display: block;
}
.secAbout__ttl {
  width: 200px;
}
.secAbout__ttl::after {
    position: absolute;
    right: 30px;
    bottom: 16px;
    width: 60px;
}
.secAbout__para {
  font-size: 1.4rem;
  width: 152px;
}
}
/*----- about end -----*/
