@charset "UTF-8";

@font-face {
  font-family: 'TT Norms';
  src: url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-regular-webfont.woff2') format('woff2'),
    url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-regular-webfont.woff') format('woff'),
    url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-medium-webfont.woff2') format('woff2'),
    url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-medium-webfont.woff') format('woff'),
    url('https://brand.uji-en.co.jp/wp-content/themes/ujien_theme/fonts/tt-norms/ttnorms-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* 最新のSafari用ハック */
_::-webkit-full-page-media, _:future, :root .tt-norms-element {
  /* 常に font-family は TT Norms に設定 */
  font-family: 'TT Norms', Inter, "Helvetica Neue", Arial, sans-serif !important;
  /* Safariでのみウェイトを 200 に強制 */
  font-weight: 200 !important;
}

/* 古いSafari/WebKit用ハック */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .tt-norms-element {
      /* 常に font-family は TT Norms に設定 */
      font-family: 'TT Norms', Inter, "Helvetica Neue", Arial, sans-serif !important;
      /* Safariでのみウェイトを 200 に強制 */
      font-weight: 200 !important;
  }
}


/*スマホ*/
.pc-display {
  display: none !important;
}

.sp-display {
  display: block !important;
}

ul {
  list-style-type: none;
}

@font-face {
  font-family: 'TT Norms';
  src: url(../fonts/tt-norms/TTNorms-Medium.woff2) format('woff2'),
  url('../fonts/tt-norms/TTNorms-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms';
  src: url(../fonts/tt-norms/TTNorms-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.p-kv {
  position: relative;
  width: 100%;
  height: 106vh;
}

.c-kv-bg {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/top_mv.jpg);
  background-size: cover;
  background-position: 47% center;
  background-repeat: no-repeat;
}

.c-kv-bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 40%, transparent 60%, rgba(0, 0, 0, 1) 100%);
}

.c-kv-content__title-area {
  position: absolute;
  content: "";
  width: 120px;
  height: 100%;
  height: auto;
  top: 72px;
  right: 8.4%;
  display: flex;
  flex-direction: row-reverse;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.c-kv-content__title {
  max-width: 80px;
  width: 55px;
  height: auto;
}
.c-kv-content__title img {
  width: 100%;
  height: auto;
}

.c-kv-content__text-en {
  margin-left: 16%;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  writing-mode: vertical-rl;
  color: #fff;
}

.c-kv-content__logo-block {
  position: absolute;
  content: "";
  width: 27px;
  height: auto;
  bottom: 24%;
  left: 15%;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.c-kv-content__logo-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.c-kv-content__logo-text {
  font-size: 16px;
  font-weight: 400;
}

.scrolldown2 {
  position: absolute;
  bottom: 6.6rem;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 14.6rem;
	box-sizing: border-box;
}

.scrolldown2 span{
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.2rem;
	line-height: 1.4rem;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  color: #fff;
  font-weight: 400;
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom:0;
  left: 50%;
  width: 2px;
  height: 2.6rem;
  background-color: #FFF;
  animation:
  circlemove 2s ease-in-out infinite,
  cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:3.2rem;}
  100%{bottom:-0.3rem;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scrolldown2:after{
	content:"";
	position: absolute;
	bottom:0;
	left: 50%;
	width: 1px;
	height: 90px;
	background: rgb(255 255 255 / 60%);
}

.c-fix-sns {
  position: fixed;
  top: 34%;
  right: 2%;
  z-index: 9999;
}

.c-fix-sns__follow {
  margin-bottom: 10px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  writing-mode: vertical-rl;
}

.c-fix-sns__item {
  margin-bottom: 5px;
  text-align: center;
}

.c-fix-sns__item:last-child {
  margin-bottom: 0;
}

.c-fix-since {
  position: fixed;
  top: 35%;
  left: 1%;
  z-index: 9999;
}

.c-fix-since p {
  color: #55651a;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.5px;
  writing-mode: vertical-rl;
}

body.menu-open .c-fix-since p {
  color: #bf9d5a;
}

.c-fix-since span {
  padding-top: 8px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  color: #a4a4a4;
  font-size: 14px;
  letter-spacing: 1.2px;
  writing-mode: vertical-rl;
   font-weight: normal;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

.progressbar {
  position: relative;
  width: 81.3%;
  height: 3px;
  margin: 30px auto 40px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.progressbar_section:not(.is-active) {
  background: #fff;
}

.progressbar_section {
  display: block;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
  height: 100%;
}
.progressbar_section.is-active {
  background: #55651a;
}

.header__left a {
  display: flex;
  align-items: center;
}

.section_title h2 {
  position: relative;
  padding-left: 13px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
}

.section_title h2::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 10px;
  top: -7px;
  left: 0px;
  transform: rotate(140deg);
  background-image: url(../images/common/han_close-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.f_monopo {
  margin-bottom: 30px;
  color: #55651a;
  line-height: 1.37;
  font-size: clamp(20px, 1.878vw + 12.92px, 40px);
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 300;
  letter-spacing: normal;
}

.c-txt {
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  color: #fff;
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: 1.4px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c-subTxt {
  margin-bottom: 30px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  color: #fff;
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 1.4px;
	  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale; 
}

.c_width {
  width: 81.33%;
  margin: 0 auto;
  position: relative;
}

.btn_next_border {
  width: 268px;
  box-sizing: border-box;
}

.btn_next_border a {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: bottom;
  height: 48px;
  border: 1px #fff solid;
  border-radius: 2.4rem;
  box-sizing: border-box;
  padding: 12px 50px 15px 25px;
  z-index: 10;
  white-space: nowrap;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 15.4px;
  color: #fff;
  transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
  /* letter-spacing: 1.4px; */
  box-sizing: border-box;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.btn_next_border a .arrow {
  display: block;
  width: 16px;
  height: 100%;
  background-image: url(../images/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 24px;
  transition: background-image 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
}

.c-news_list_item {
  border-bottom: 1px solid #333333;
}

.c-news_list_item:first-child {
  border-top: 1px solid #333333;
}

.btn_next_border--media {
  text-align: center;
}

.btn_next_border--media a {
  padding: 12px 150px 15px 25px;
}

.c-news_list_item a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  text-decoration: none;
  position: relative;
  width: 100%;
  padding: 17px 56px 17px 0;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.c-news_list_item a .c-news_list_date,
.c-news_list_item a p {
  flex-shrink: 1;
}

.c-news_list_item a .arrow {
  position: absolute;
  top: 54%;
  right: 3px;
  transform: translateY(-50%);
  display: block;
  width: 42px;
  height: 24px;
  background-image: url(../images/common/news_vector.svg);
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: .2s ease-in;
}


.c-news_list_item time {
  display: block;
  margin-bottom: 5px;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.2px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-news_list_item p {
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 2px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn_next_border--news {
  display: block;
  width: 267px;
  height: 48px;
  padding-top: 40px;
}

.btn_next_border--news a {
  width: 100%;
  padding: 12px 140px 15px 25px;
}

.footer-top__wrapper {
  padding: 44px 0 0;
}

.footer-top__nav__sns {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.footer-top__nav__sns p {
  color: #55651a;
  font-size: 16px;
  font-weight: 300;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  letter-spacing: 1.2px;
}

.footer-top__nav__sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-top__nav__sns ul li {
  width: 24px;
  height: 24px;
}

.footer-top__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 0;
  padding: 50px 0;
}

.footer-top__nav ul li {
  width: 50%;
}

.footer-top__nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  white-space: nowrap;
}

.footer-top__nav__sns ul li img {
  width: 100%;
  height: 100%;
}

.footer-top__wrapper .logo {
  width: 71%;
  height: auto;
}

.footer__contents {
  width: 81.33%;
  margin: 0 auto;
  position: relative;
}

.footer-top__wrapper .logo img {
  width: 100%;
  height: auto;
}

.footer__bg.sp-display {
  background: linear-gradient(0deg, #55651a, #000);
  /* background-image: url(../images/common/footer_bg.png); */
}

.footer__bg.pc-display {
  display: none;
}

.c-contactBtn {
  display: block;
  width: 81.33%;
  height: 75px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 18px;
}

.hNav .c-contactBtn {
  margin-top: 30px;
  width: 100%;
}

.c-contactBtn a {
  position: relative;
  display: block;
  padding: 28px 150px 30px 38px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 300;
  font-size: 15px;
  border-radius: 18px;
  color: #fff;
  letter-spacing: 1.1px;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  white-space: nowrap;
}

.slideNav__menu .c-contactBtn a {
  padding: 28px 186px 30px 38px;
}

.c-contactBtn a .arrow {
  display: block;
  width: 18px;
  height: 100%;
  background-image: url(../images/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 28px;
  transition: background-image 0.25s
cubic-bezier(0.21, 0.51, 0.51, 1);
}

#slideNav .c-contactBtn a .arrow {
  background-image: url(../images/common/icn_arrow_wh.svg);
}

small p {
  padding-bottom: 80px;
  font-size: 12px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.header-wrapper {
  position: relative;
  width: 81.33%;
  margin: 0 auto;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
}

body.menu-open .header-wrapper {
  padding-top: 10px;
}

body.menu-open #header {
  top: 26px !important;
}

.header__left a {
  display: flex;
  align-items: flex-end;
}

.logoImg {
  width: 84%;
  height: 32px;
}

.logoImg img {
  display: block;
  width: auto;
  height: 100%;
}

.header__since p {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 13px;
  color: #55651a;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

body.menu-open .header__since p {
  color: #bf9d5a;
}

.header__since span {
  margin-left: 10px;
  font-family: 'Hina Mincho', 'Hiragino Mincho ProN', '游明朝', 'Yu Mincho', 'MS PMincho', serif;
    font-size: 12px;
    font-weight: 400;
    color: #bcbeb2;
    font-weight: normal;
}

.header__lang {
  padding-right: 66px;
	display: none;
}

.header__lang ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #fff;
}

.header__lang li {
  margin-right: 20px;
}

.header__lang li:last-child {
  margin-right: 0;
}

.header__lang a {
  text-decoration: none;
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.3s;
  font-size: 13px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
}

.header__lang li:first-child a {
  position: relative;
  opacity: 1;
}

.header__lang li:first-child a::before {
  content: "/";
  position: absolute;
  top: 48%;
  right: -190%;
  transform: translate(-50%, -50%);
  width: 100%;
}


.header_hamburger {
  position: fixed;
  width: 38px;
  height: auto;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger {
  width: 100%;
  height: 25px;
  position: relative;
  background-image: url(../images/common/hamburger.png);
  background-size: 100% 100%;
  transition: transform 0.4s, height 0.4s;
}

.hamburger.is-open {
  height: 28px;
  background-image: url(../images/common/hamburger_open.png);
  transition: transform 0.4s, height 0.4s;
  transform: none;
  transform: translateY(-2px);
}

body.is-top-page .header_hamburger {
  position: absolute;
  top: 34px;
  /* right: 60px; */
  right: 34px;
}

body.is-top-page .header_hamburger.is-open {
  top: 6px;
}

body.is-top-page .header_hamburger.is-scrolled {
  position: fixed;
  top: 32px;
}

body:not(.is-top-page) #header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}


.hNav {
  position: fixed;
  top: 0;
  margin: 0 0 0 auto;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  background: rgba(121, 132, 74, 0.96);
  transition: .3s ease-in-out;
}


.hNav.is-open {
  opacity: 1;
  visibility: visible;
  transition: .5s ease-out;
  transform: translateX(0);
}

.hNav.is-open::before {
  content: "";
  position: absolute;
  top: 40%;
  right: -8%;
  width: 200px;
  height: 240px;
  background-image: url(../images/common/mark_10.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.hNav.is-open .hNav__wrap {
  opacity: 0;
  animation: fadeInFromBottom .6s ease-out forwards .28s
}

.slideNav__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.slideNav__ttl li {
  width: 50%;
  color: #bf9d5a;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 300;
  font-size: 14px;
}

#header {
  position: absolute;
    left: 0;
    top: calc(4px + 104vh);
  width: 100%;
  z-index: 1000;
  transition: transform 0.1s ease-in-out;
}

#header.is-fixed {
  position: fixed;
  top: 0;
}

body.menu-open #header {
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
}

.hNav__wrap {
  max-width: 344px;
  width: 82%;
  margin: 0 auto;
  display: block;
  padding: 166px 0 0;
}

.slideNav__menu {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 30px;
}

.slideNav__menu li {
  width: 50%;
  line-height: 1;
}

.slideNav__menu li a {
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  /* letter-spacing: 1.2px; */
  transition: .2s ease-in;
}


@keyframes fadeInFromBottom {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.c-teaDevotee {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-size: 48px;
  letter-spacing: 4.2px;
  font-weight: 400;
  color: rgb(132 144 91);
}

.c-onlineBtn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.c-onlineBtn a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}

.c-onlineBtn a::before {
  position: absolute;
  content: "";
  top: 14px;
  right: 28px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/vector03.svg);
  background-size: 100% 100%;
}

.c-onlineBtn a img {
  width: 41%;
  line-height: 1;
}

.c-onlineBtn--top {
  position: fixed;
  bottom: 0;
  height: 54px;
  border: none;
  z-index: 99;
  background: rgba(54, 54, 55, 0.93);
}

.c-onlineBtn--top a img {
  height: 18px;
}

.c-onlineBtn--top a {
  padding: 18px 0 20px;
}

.c-onlineBtn--top a::before {
  top: 22px;
  right: 60px;
}

.c-h1 {
  top: 142px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  color: #fff;
  letter-spacing: 2.8px;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-size: 35px;
  text-align: center;
  white-space: nowrap;
}

.c-ttl {
  position: relative;
  margin-bottom: 22px;
  padding-left: 30px;
  color: #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  font-weight: 500;
  letter-spacing: 2.8px;
  font-size: 25px;
  line-height: 1.5;
}

.c-ttl::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 10px;
  top: 13px;
  left: -5px;
  transform: rotate(140deg);
  background-image: url(../images/common/han_close-03.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.c-ttl span {
  display: block;
  margin-left: -10px;
  color: #55651A;
  font-size: 16px;
  font-family: 'Hina Mincho','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif;
  letter-spacing: 2px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-inner {
  width: 83%;
  margin:  0 auto;
}

.c-ser__image {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  margin-bottom: 18px;
}

.c-ser__image img {
  width: 100%;
  height: 100%;
	object-fit: cover;
  border-radius: 5px;
}

.c-ser__ttl {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 21px;
  letter-spacing: 1.6px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-ser__txt {
  font-family: "Sawarabi Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", YuGothic, "游ゴシック", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 11px;
  line-height: 1.64;
  color: #444444;
  letter-spacing: 1.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
	    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-ser__lists {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

/* ページャー */


.c-history__link-wrapper {
  display: flex;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
  position: relative;
  transition: background-color 0.3s ease;
}

.c-history__link-wrapper:hover {
  background-color: #1a1a1a;
}

.c-history__text-area {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
}

.c-history__image-area {
  width: 60%;
  position: relative;
  overflow: hidden;
}

.c-history__text-en {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-history__image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.c-history__link-wrapper:hover .c-history__image-area img {
  opacity: 1;
}

.c-history__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
  z-index: 10;
}


/* ページャー */
.c-pager {
  width: 100%;
  margin: 0 auto;
}

.c-pager__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 14px; */
}

.c-pager__item--num {
  display: list-item;
}

.c-pager__lists li:nth-child(n+5):not(.c-pager__item--next) {
  display: none;
}

.c-pager__item {
  list-style: none;
  line-height: 1;
}

.c-pager__link.is-active {
  background-color: #2d2d2d;
  color: #fff;
  pointer-events: none;
}

.c-pager__item--num,
.c-pager__item--num .c-pager__link,
.c-pager__item--num .c-pager__current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
  transition: background-color 0.3s, border-color 0.3s;
}

.c-pager__item--num .c-pager__link {
  background-color: transparent;
  text-decoration: none;
}

.c-pager__link.is-active {
  background-color: #292929;
  color: #fff;
  pointer-events: none;
}

.c-pager__link--prev,
.c-pager__link--next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: transparent;
  text-decoration: none;
  transition: background-color 0.3s;
}

.c-pager__text {
  display: none;
}

.c-pager__arrow {
  width: 18px;
  height: 18px;
  display: block;
}

.c-pager__arrow.c-pager__arrow--left {
  transform: rotate(180deg);
}

.c-pager__link--prev:hover,
.c-pager__link--next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-pager__item--prev.is-disabled a,
.c-pager__item--next.is-disabled a {
  opacity: 0.3;
  pointer-events: none;
}

.c-pager__item--next {
  padding-left: 15px;
}

.c-pager__item--prev {
  padding-right: 15px;
}

.btn_next_border--pickup a,
.btn_next_border--news a,
.btn_next_border--media a {
	  font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
	  font-weight: 300;
}


@media only screen and (min-width: 768px) {
  .pc-display {
    display: block !important;
  }

  .sp-display {
    display: none !important;
  }

  .btn_next_border a:hover::before {
    width: 100%;
  }

  .c-contactBtn a:hover::before {
    width: 100%;
  }

  .btn_next_border a:hover {
    color: #fff;
  }

  .btn_next_border a:hover .arrow {
    background-image: url(../images/common/icn_arrow_wh.svg);
  }

  .c-news_list_item a:hover time,
  .c-news_list_item a:hover p {
    color: #55651a;
    transition: .2s ease-in;
  }

  .c-contactBtn a .arrow {
    width: 16px;
    right: 20px;
    transition: background-image 0.25s
  cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  body.menu-open .c-contactBtn a .arrow {
    right: 20px;
  }

  body.menu-open #header {
    top: 34px;
  }

  .c-contactBtn a:hover {
    color: #fff;
    z-index: 2;
  }

  .btn_next_border a:hover::before {
    width: 100%;
  }

  .c-contactBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #55651a;
    transition: width 0.3s cubic-bezier(0.21, 0.51, 0.51, 1);
  }

  .c-contactBtn a:hover .arrow {
    background-image: url(../images/common/icn_arrow_wh.svg);
  }

  .btn_next_border a::before {
    content: "";
    background-color: #55651a;
    color: #fff;
    height: 100%;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2.4rem;
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
    z-index: -1;
  }


  .header_hamburger {
    width: 45px;
    right: 50px;
    top: 34px;
  }

  .hamburger {
    height: 28px;
  }

  .hamburger.is-open {
    height: 32px;
  }

  .slideNav__menu li a {
    font-size: 26.82px;
    transition: .2s ease-in;
  }

  .slideNav__menu {
    gap: 27px 0;
  }

  .hNav__wrap {
    max-width: initial;
    padding: 166px 0 0;
  }

  .slideNav__ttl li {
    font-size: 17.88px;
  }

  .slideNav__ttl li:nth-child(2) {
    padding-left: 54px;
  }

  .slideNav__ttl {
    margin-bottom: 40px;
  }

  #slideNav {
    max-width: 521px;
    margin: 0 auto;
  }

  .c-contactBtn {
    width: 188px;
    height: 54px;
    margin: 0 auto 0 0;
  }

  .hNav .c-contactBtn {
    width: 214px;
    margin: -32px auto 0 0;
  }

  .c-contactBtn a {
    z-index: 10;
    padding: 18px 80px 20px 36px;
  }

  .slideNav__menu .c-contactBtn a {
    padding: 20px 122px 20px 30px;
  }

  .slideNav__menu li {
    width: 55%;
    line-height: 1;
  }

  .slideNav__menu li:nth-of-type(2n) {
    width: 44%;
    padding-left: 5px;
  }

  .slideNav__menu .empty-item {
    height: 30px;
}

  .slideNav__menu li a:hover {
    transition: .6s ease-in;
    border-bottom: 1px solid #fff;
  }

  .slideNav__menu {
    margin-bottom: 0;
  }

  .c-teaDevotee {
    bottom: 50px;
    font-size: 110px;
    letter-spacing: 14px;
  }

  .scrolldown2 {
    bottom: -2.8rem;
    left: 53%;
    padding-bottom: 6.6rem;
  }

  @keyframes circlemove{
    0%{bottom:3rem;}
  }

  .c_width {
    max-width: 1000px;
    width: 88%;
    display: flex;
    align-items: flex-start;
  }

  .home-news--wrapper {
    flex-direction: column;
    border-bottom: none;
  }

  .section_title {
    width: 23.2%;
    flex-shrink: 0;
  }

  #home-pickup .section_title {
    width: 28.2%;
  }

  #home-media .section_title {
    width: 30.3%;
  }

  .col2_common {
    width: 72.25%;
  }

  .f_monopo {
    font-size: 40px;
    margin-top: -18px;
    line-height: 1.32;
    letter-spacing: -0.2px;
  }

  .c-txt {
    font-size: 13px;
    line-height: 2.4;
  }

  .c-subTxt {
    font-size: 16px;
    line-height: 2.4;
    letter-spacing: 2.2px;
  }

  .btn_next_border a {
    width: 190px;
    height: 34px;
    padding: 8px 20px 9px 20px;
    font-size: 11px;
  }

  .btn_next_border a .arrow {
    width: 15px;
      right: 11px;
  }

  .aboutus__en {
    font-size: 16px;
  }

  .aboutus__ja {
    font-size: 13px;
  }

  .btn_next_border--news {
    width: 190px;
    padding-top: 30px;
    text-align: right;
      margin: 0 0 0 auto;
  }

  .btn_next_border--news a {
    padding: 8px 104px 9px 20px;
  }

  .btn_next_border--pickup a {
    padding: 8px 62px 9px 20px;
  }

  .c-news_list_item a .arrow {
    width: 35px;
    height: 22px;
    top: 50%;
    right: 20px;
  }

  .c-news_list_item a:hover .arrow {
    transition: .2s ease-in;
    background-image: url(../images/common/news_vector2.svg);
  }

  .c-news_list_item a {
    padding: 24px 25px 18px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .c-news_list_item a:hover {
    transition: .2s ease-in;
  }

  .c-news_list_item time {
    padding-right: 141px;
    letter-spacing: 0.2px;
  }

  .footer__bg.sp-display {
    display: none;
  }

  .footer__bg.pc-display {
    display: block;
  }

  .footer__contents {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 60px;
    width: 88%;
    max-width: 1000px;
  }

  .footer-top__wrapper .logo {
    width: 228px;
    height: auto;
  }

  .footer-top__nav ul li {
    line-height: 1;
  }

  .footer-top__nav ul li:nth-of-type(2n+1) {
    width: 63%;
  }

  .footer-top__nav ul li:nth-of-type(2n) {
    width: 37%;
  }

  .footer-top__nav ul li a {
    font-size: 12px;
  }

  .footer-top__nav ul {
    width: 260px;
    gap: 12px 0;
    padding: 0;
  }

  .c-contactBtn a {
    padding: 20px 76px 20px 30px;
    font-size: 11px;
  }

  .footer-top__nav__sns p {
    font-size: 12px;
  }

  .footer-top__nav__sns ul li {
    width: 20px;
    height: auto;
  }

  .footer-top__nav__sns ul li img {
    width: 100%;
    height: 100%;
  }

  .footer-top__nav__sns ul {
    gap: 16px;
  }

  .footer-top__nav__sns {
    gap: 25px;
    padding: 35px 0 0;
  }

  small p {
    padding-bottom: 16px;
  }

  .footer-top__wrapper {
    padding: 56px 0 0;
    background: -webkit-linear-gradient(90deg, #55651a 0%, #1b2009 25%, #010100 50%, #000 75%, #000 100%);
  }

  .hNav.is-open::before {
    top: 43%;
    right: -6%;
    width: 250px;
    height: 300px;
  }

  .progressbar {
    width: 100%;
  }

  .c-kv-content__title-area {
    top: 140px;
    right: 10%;
  }

  .btn_next_border--media {
    text-align: right;
  }

  .header__lang {
    padding-right: 73px;
  }

  .c-onlineBtn {
    width: 96%;
    height: 56px;
    margin-top: 29px;
  }

  .c-onlineBtn a {
  padding: 15px 0;
  }

  .c-onlineBtn a img {
    width: auto;
    height: 24px;
    padding-left: 10px;
  }

  .c-onlineBtn a::before {
    top: 20px;
    right: 20px;
  }

  .c-onlineBtn--top {
    position: absolute;
    width: 300px;
    height: 54px;
        bottom: 270px;
        right: 4%;
    background: initial;
    background-image: url(../images/common/onlineBtn_bg.png);
  }

  .c-onlineBtn--top a {
    padding: 18px 0;
  }

  .c-onlineBtn--top a::before {
    width: 14px;
    height: 14px;
  }

  .c-onlineBtn--top a img {
    height: 17px;
  }

  .c-kv-bg {
    background-size: 188%;
  }

  .c-fix-since {
    top: 47%;
    left: 2%;
  }

  .c-fix-sns {
    top: 45%;
    right: 1.5%;
  }

  .c-h1 {
    top: 134px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 65px;
    letter-spacing: 6.8px;
  }

  .c-inner {
    width: 88%;
    max-width: 1000px;
  }

  .c-ttl {
    margin-bottom: 34px;
    padding-left: 0;
    font-size: 45px;
    letter-spacing: 5.2px;
    line-height: 1.4;
  }

  .c-ttl span {
    font-size: 18px;
  }

  .c-ttl::before {
    width: 60px;
    height: 17px;
    top: 18px;
    left: -72px;
    transform: rotate(140deg);
  }

  .c-ser__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 37px 30px;
    align-items: flex-start;
    flex-direction: inherit;
  }

  .c-ser__item {
    width: calc((100% - 60px) / 3 );
  }

  .c-ser__item a:hover {
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1), opacity .5s linear;
  }

  .c-ser__image:hover img {
    transform: scale(1.1);
    will-change: transform, filter;
  }

  .c-ser__image {
    overflow: hidden;
    margin-bottom: 21px;
  }

  .c-ser__image img {
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1), opacity .5s linear;
  }

  .c-ser__ttl {
    margin-bottom: 14px;
    font-size: 19px;
    letter-spacing: 1px;
  }

  .c-ser__txt {
    font-size: 11px;
  }

  .c-ser__lists .c-ser__txt {
    letter-spacing: initial;
  }

  .c-pager__link--prev,
  .c-pager__link--next {
    width: 50px;
    height: 38px;
  }

  .footer__wrap {
    max-width: 1000px;
    margin: 0 auto;
  }

  .c-news_list_item p {
    width: 72%;
    letter-spacing: 1.6px;
    -webkit-line-clamp: 1;
  }

  .header-wrapper {
    width: 88%;
    padding-top: 32px;
  }

  .logoImg {
    height: 28px;
  }

  .header__since p {
    margin-left: 23px;
  }
  
  /* ---------------------------------------------------------------- */
  /* 修正: imgのデフォルト状態にトランジションを定義する */
  /* ---------------------------------------------------------------- */

  .c-pickup__img {
    overflow: hidden;
  }

  .c-pickup__img img {
    transform: scale(1);
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1), opacity .5s linear;
  }

  .c-pickup__link {
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1), opacity .5s linear;
  }

  .c-pickup__link:hover img {
    transform: scale(1.1);
    will-change: transform, filter;
  }

  .c-pager {
    max-width: 400px;
    width: 100%;
    margin: 0 0 0 auto;
  }

  .c-pager__lists li:nth-child(n+5):not(.c-pager__item--next) {
    display: block;
  }

  .p-kv {
    height: 122vh;
  }

  .c-kv-content__logo-block {
    width: 26px;
    height: auto;
    bottom: 25%;
    left: 16%;
  }

  .c-kv-content__text-en {
    margin-left: 15%;
    letter-spacing: 0.02em;
  }

  .c-kv-content__title {
    width: 57px;
  }

  .section_title h2 {
    margin-bottom: 20px;
    padding-left: 30px;
  }

  #home-pickup .section_title h2 {
    padding-top: 8px;
  }

  .section_title h2::before {
    top: -2px;
    left: 8px;
  }

  body.is-top-page .header_hamburger {
    right: 64px;
  }

  .c-fix-sns__follow {
    letter-spacing: 2px;
  }

  .btn_next_border {
    width: 190px;
  }

  .scrolldown2:before {
    width: 1px;
    height: 3rem;
  }
	
	#header {
      top: calc(4px + 121vh);
	}


}


/* ==============================================
   キービジュアル背景分離＆位置調整（スクロール追従版）
   ============================================== */

/* 1. 既存背景の無効化 */
.c-kv-bg {
    background-image: none !important;
    background: none !important;
}

/* 2. 背景レイヤーの基本設定 */
#bg-layer {
    /* ★ここ重要：fixed から absolute に戻しました */
    position: absolute; 
    top: 0;
    left: 0;
    
    /* 親要素(.p-kv)いっぱいに広げる */
    width: 100%;
    height: 100%; 
    
    /* コンテンツの下（ボタンやグラデーションの下）に敷く */
    z-index: -1; 
    
    background-image: url(../images/common/top_mv.jpg);
    background-repeat: no-repeat;
    
    /* 【SP】の設定（元のCSS踏襲） */
    background-size: cover; 
    background-position: 47% center; 

    /* ★SPの位置調整：ここをいじってください */
    /* X軸(横), Y軸(縦) */
    transform: translate( 0%, 0% );
}

/* 3. 【PC】の設定（768px以上） */
@media only screen and (min-width: 768px) {
    #bg-layer {
        /* 元のCSSのPCサイズ指定 */
        background-size: 188%; 
        
        /* ★PCの位置調整：ここをいじってください */
        transform: translate( 1.8%, -7% );
    }
}
/* ==============================================
   ONLINE STOREボタンを最前面にする修正
   （ハンバーガーメニュー z-index:1001 より強くする）
   ============================================== */
.c-onlineBtn--top {
    z-index: 2000 !important;
}

/* ===================================================
   TOPページ PICK UP 画像の縦横比修正 (モバイル)
=================================================== */

/* HTML: section#home-pickup > div.works_list > ul > li > a > div.img */
#home-pickup .works_list .img { 
    width: 100%;
    height: auto; 
    /* ★★★ コンテンツ一覧のモバイル比率に修正 (304 / 375) ★★★ */
    aspect-ratio: 304 / 375; 
    overflow: hidden;
    border-radius: 8px; /* li img と同じ角丸を適用 */
}

/* ==============================================
   ボタン文字の上下センター配置（Flexbox版）
   ============================================== */

/* 1. 【スマホ・共通】設定（高さ48px） */
.btn_next_border a {
    /* Flexboxを有効化 */
    display: flex !important;
    
    /* これで上下のド真ん中に配置されます */
    align-items: center !important;
    
    /* 高さを48pxに固定（デザイン遵守） */
    height: 48px !important;
    
    /* 悪さをする上下のpaddingを抹殺します */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    
    /* 念のためボックスサイズ計算を固定 */
    box-sizing: border-box !important;
}

/* 2. 【PC】設定（高さ34px） */
@media only screen and (min-width: 768px) {
    .btn_next_border a {
        /* PCのデザインに合わせて高さを上書き */
        height: 34px !important;
        
        /* 上下padding抹殺は継承されますが念の為 */
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* ==============================================
   キービジュアル位置調整（アドレスバー対策版）
   ※これを一番下に貼ればOKです
   ============================================== */

/* 1. 【スマホ】の設定：アドレスバー対策で「上(top)」基準にする */
#bg-layer {
    /* 基準を「上」に変更。これで縦揺れしなくなります */
    background-position: 47% top; 

    /* ★調整必須★
       基準が「上」になった分、画像が上に張り付くので、
       Y軸（右側の数字）を増やして、手動でグイッと下げてください。
       例：30% 〜 50% くらい下げると丁度いいかも？
    */
    transform: translate( 1.0%, -5% ); 
}


/* 2. 【PC】の設定：こっちは「真ん中(center)」のままにする */
@media only screen and (min-width: 768px) {
    #bg-layer {
        /* PCはアドレスバー関係ないので、元の「center」に戻してあげる */
        background-position: 47% center; 
        
        /* PCのサイズ（変更なし） */
        background-size: 188%; 
        
        /* PCの位置調整（ここは 0% で合ってたならそのままでOK） */
        transform: translate( 1.8%, -7% );
    }
}

/* ==============================================
   スマホTOP：ロゴ位置ズレ（よっこいしょ）の根本治療
   ============================================== */

/* 1. 親の箱（タイトルエリア）の幅制限を解除する */
/* これで中身が多少太っても、箱が広がるのでロゴは押されません */
.c-kv-content__title-area {
    width: auto !important;
    min-width: 120px !important; /* 念のため最低幅は確保 */
}

/* 2. 英語テキストの幅固定（さっきのやつ） */
/* flex-shrink: 0 を追加して「絶対に潰れない」ようにします */
.c-kv-content__text-en {
    width: 42px !important;
    min-width: 42px !important;
    flex-shrink: 0 !important; /* ←これ重要！満員でも縮まない設定 */
    
    box-sizing: border-box !important;
    overflow: visible !important;
}

/* ==============================================
   スマホTOP：ABOUT US 上部の余白調整（安全策）
   ============================================== */
@media only screen and (max-width: 767px) {
    #home-service {
        /* 元々 padding-top: 68px; でした。
           ここに「30px（文字の間隔分）」を足して、約100pxにします。
           
           ★ポイント：
           タイトル(.section_title)には一切触れず、
           親箱(#home-service)の内側の余白だけを広げるので、
           中のレイアウトは1ミリもズレません。
        */
        padding-top: 100px !important;
    }
}

/* ==============================================
   スマホの「画面の横揺れ」防止（スマホ限定・安全版）
   ※PCには一切影響を与えないように制限をかけました
   ============================================== */
@media only screen and (max-width: 767px) {
    body, html {
        /* スマホの時だけ、横のはみ出しをカットする */
        overflow-x: hidden !important;
        width: 100% !important;
    }
}

/* ==============================================
   ページャー（番号）のサイズ固定・統一
   ※「次へ」ボタン(52px × 40px)と全く同じ形にします
   ============================================== */

.c-pager__item--num .c-pager__link,
.c-pager__item--num .c-pager__current { /* 現在地(span)も含める */
    
    /* 1. 「次へ」ボタンと同じサイズ・形にする */
    width: 52px !important;
    height: 40px !important;
    border-radius: 25px !important; /* 丸みも合わせる */

    /* 2. Flexboxで文字をド真ん中に */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    /* 3. 余計な余白を消す */
    padding: 0 !important;
    box-sizing: border-box !important;
    
    /* (任意) もし数字のフォントサイズも合わせるなら */
    /* font-size: 15px !important; */
}

/* ==============================================
   アニメーションの「一瞬光る（チラつき）」防止【修正版】
   ※!important を外したので、アニメーション開始時にはちゃんと出ます
   ============================================== */

/* 1. 基本は隠しておく */
.fadeUpTrigger,
.blurTrigger {
    opacity: 0;
}

/* 2. アニメーションが終わったら表示を維持 */
.fadeUpTrigger.fadeUp,
.blurTrigger.blur {
    opacity: 1;
}

/* ==============================================
   シングルページ：画像の表示崩れ防止（スマホ限定）
   ※PCには影響を与えません！
   ============================================== */

@media only screen and (max-width: 767px) {
    
    /* 画像を囲っている枠 (.c-single__img) */
    .c-single__img {
        width: 100% !important;
        
        /* スマホの時だけ 16:9 で枠を固める */
        aspect-ratio: 16 / 9 !important; 
        
        overflow: hidden !important;
        border-radius: 10px !important; 
    }

    /* 中身の画像 (.c-single__img img) */
    .c-single__img img {
        width: 100% !important;
        height: 100% !important;
        
        /* 枠に合わせてトリミング */
        object-fit: cover !important;
    }

}

/* ==============================================
   SERVICEタイトルの書体をCONTENTSに統一
   ============================================== */

.c-ser__ttl {
    /* 1. CONTENTS (.c-pickup__item .title) と同じ欧文フォントを指定 */
    font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif !important;
    
    /* 2. 太さ・行間・字間も合わせる */
    font-weight: 400 !important;
    line-height: 1.37 !important;
    letter-spacing: 1.2px !important;
    
    /* 3. 色も合わせる（白） */
    color: #fff !important;

    /* 4. サイズも合わせる (PC/SPともに20pxで統一します) */
    font-size: 20px !important;
}

/* PCのメディアクエリで「19px」に上書きされているのを防ぐ */
@media only screen and (min-width: 768px) {
    .c-ser__ttl {
        font-size: 20px !important;
        letter-spacing: 1.2px !important;
        margin-bottom: 12px !important; /* マージンもcontents(12px)に合わせる */
    }
}

/* ==============================================
   Macでのフォント描画を「標準」に戻す
   （元々入っていた antialiased を打ち消して、Windowsと見え方を揃える）
   ============================================== */
body, p, a, h1, h2, h3, h4, h5, h6, li, span, div, small {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

/* ==============================================
   SPの画像表示崩れ修正（550pxの高さ固定を解除）
   ============================================== */
@media only screen and (max-width: 767px) {
    .c-single__img--about {
        /* PC用の550pxを打ち消して、なりゆきサイズに戻す */
        height: auto !important; 
        
        /* 念のため、変な余白が残らないように調整 */
        margin-bottom: 30px !important; 
    }
}

/* ==============================================
   SPのConcept画像修正（比率・トリミング修正）
   ※縦積みはそのままで、画像の形をPCと同じ「縦長」にします
   ============================================== */
@media only screen and (max-width: 767px) {
    
    /* 画像の親枠 (.img) */
    .c-single__conceptImg .img {
        width: 100% !important;
        
        /* 1. PCの高さ(670px)をリセット */
        height: auto !important; 
        
        /* 2. PCの見た目（縦長）に合わせて比率を固定 */
        /* 計算上、PC版は約 3:4 の比率です */
        aspect-ratio: 3 / 4 !important; 
        
        overflow: hidden !important;
    }

    /* 画像自体の設定 */
    .c-single__conceptImg img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        
        /* 3. PCのトリミング位置（右寄り）を継承 */
        object-position: 80% 50% !important; 
    }
}

/* ==============================================
   下層ページ：「おすすめ記事」タイトルのスタイル統一
   ※TOPページに合わせて「太く・大きく」します
   ============================================== */
.c-singleLists__item .title {
    /* 1. 太さを合わせる (300 -> 400) */
    font-weight: 400 !important;

    /* 2. サイズを合わせる (18px -> 20px) */
    font-size: 20px !important;

    /* 3. 行間を合わせる (1.2 -> 1.37) */
    line-height: 1.37 !important;

    /* 4. 余計な字間（0.05em）をリセットしてTOPに合わせる */
    letter-spacing: normal !important;

    /* 5. Macで細くなる現象も個別に解除しておく */
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}

/* ==============================================
   右固定SNSの縦軸ズレ修正（Safari対策）
   ============================================== */

/* 1. 親枠をFlexboxにして、縦並び＆左右中央揃えにする */
.c-fix-sns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* ★これが芯を揃える命令！ */
    
    /* 幅が広がってズレるのを防ぐ */
    width: auto !important; 
}

/* 2. 縦書きテキストの余計な余白を消す */
.c-fix-sns__follow {
    margin-left: 0 !important;
    margin-right: 0 !important;
    
    /* 念のため幅をコンテンツに合わせる */
    width: auto !important; 
}

/* 3. リスト（ul）のデフォルト余白を消す（←これがズレの犯人の可能性大） */
.c-fix-sns__lists {
    padding-left: 0 !important;
    margin: 0 !important;
    
    /* リスト内もFlexで縦並び・中央揃えを徹底 */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* ==============================================
   Safari対策：フッターの異常な広がり防止
   ※Flexboxの「縦引き伸ばし(stretch)」を解除して「上揃え」にします
   ============================================== */
@media only screen and (min-width: 768px) {
    .footer__contents {
        /* デフォルトの stretch（引き伸ばし）をやめさせる */
        align-items: flex-start !important;
    }
}

/* ==============================================
   シングルページ：ラベル削除後の頭揃え修正
   （右側のテキストの余白を消して、左の見出しと高さを合わせる）
   ============================================== */
@media only screen and (min-width: 768px) {
    .c-single__block--four .c-single__txt {
        /* 元々入っていた 26px の余白を 0 にします */
        padding-top: 0 !important;
        
        /* もし「0だと上がりすぎ（見出しより上に見える）」場合は、
           ここを 4px 〜 8px くらいにして微調整してください */
        /* padding-top: 5px !important; */
    }
}

/* ==============================================
   スマホ：一覧の文字サイズを大きくする
   （Service, Contents, Pickup 共通）
   ============================================== */
@media only screen and (max-width: 767px) {
    .c-pickup__item .txt,
    .c-ser__txt {
        /* 元が小さいので、思い切って大きくします */
        font-size: 15px !important; 
        
        /* 文字が大きくなる分、行間も少し広げて読みやすく */
        line-height: 1.6 !important;
    }
}

/* ==============================================
   下層ページ：RELATED（おすすめ）タイトルの太さ修正
   ============================================== */
.c-singleRelated__ttl {
    /* 太さを強制的に「普通(Regular)」にする */
    font-weight: 400 !important;
    
    /* Mac/Safariで細くなるのを防ぐ */
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}
/* ==============================================
   リード文（上の段落）の文字間隔修正
   ※ここだけを下の段落(.p1)と同じ設定に合わせます
   ============================================== */

/* 1. 【スマホ・共通】の設定（標準に戻す） */
/* タグ(p)を指定して、画像枠などの同名クラスへの誤爆を防ぎます */
p.c-single__right {
    /* スマホでは余計な隙間を入れず、標準（0）にします */
    letter-spacing: normal !important;
    
    /* 行間も .p1 に合わせて 1.6 で統一 */
    line-height: 1.6 !important;
}

/* 2. 【PC】の設定（1px広げる） */
@media only screen and (min-width: 768px) {
    p.c-single__right {
        /* PCでは少しだけ広げる（.p1と同じ 1px にする） */
        letter-spacing: 1px !important;
    }
}

/* ==============================================
   Safari専用：フッターの「バカみたいな広がり」防止
   ※Chrome/Firefoxには影響しません
   ============================================== */
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {

        /* 1. 親枠：子供たちを「上揃え」にして、縦に伸ばさない */
        .footer__contents {
            align-items: flex-start !important; 
        }

        /* 2. 子要素：全員「高さ自動（中身なりゆき）」にする */
        /* これで無理やり引き伸ばされていた要素が縮みます */
        .footer__contents > * {
            height: auto !important; 
            min-height: 0 !important; /* 念のため最小高さもリセット */
            flex-basis: auto !important; /* 幅計算のバグ防止 */
        }

        /* 3. 特に怪しい「右側のエリア（SNS/ボタン）」を個別に縮める */
        .footer__bg.pc-display {
            display: block !important; /* Flexの呪縛を解く */
            height: auto !important;
        }
    }
}

/* =================================================================
   1. 【全デバイス共通】TOPページ文字スタイルの強制統一
   ※ PCでもスマホでも、TOPの文字が小さい問題を解消
   ================================================================= */
body.home p.c-single__right,
body.is-top-page p.c-single__right,
.c-single__txt p,
.p1 {
    /* どの画面サイズでも、このサイズと間隔を死守！ */
    font-size: 15px !important;
    letter-spacing: 1.2px !important;
    line-height: 1.6 !important;
}


/* =================================================================
   2. 【スマホ専用】(max-width: 768px) のレイアウト調整
   ※ PCには影響させたくないものはこっち
   ================================================================= */
@media screen and (max-width: 768px) {

    /* Follow us が変に改行されるのを防ぐ */
    .c-fix-sns__follow,
    .c-fix-sns p {
        white-space: nowrap !important;
        word-break: keep-all !important;
    }

    /* 英字タイトルのキツキツ解消（スマホの端っこ対策） */
    .pickup-en-title,
    .c-pickup__en,
    .c-single__txt--en,
    .section_title_en {
        letter-spacing: 0.1em !important;
        padding-right: 0.1em;
        
        /* 画面端に張り付かないように余白確保 */
        width: 92% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}

/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
  .c-h1 {
    /* 1行を死守する設定 */
    white-space: nowrap;
    
    /* 画面幅の6%のサイズにする（これで画面幅に応じて勝手に小さくなります） */
    font-size: 8.5vw; 
    
    /* 横幅制限を解除して広々と使う */
    width: 100%;
    max-width: 100%;
  }
}

/* 末尾に追記して上書き */
.works_list ul li p.role {
  font-size: 14px; /* これで大きくなります！ */
  line-height: 1.7; /* 文字が大きくなる分、行間も少し広げると読みやすいです */
}

/* ==========================================================================
   万博記事用 特別レイアウト（is-special-expo）
   ========================================================================== */

/* --- 全体の箱 --- */
.c-single__mv.is-special-expo {
    position: relative;
    width: 100%;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* --- 背景画像 --- */
.c-singleMv__bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* --- コンテンツ箱（画像＋注釈） --- */
.c-singleMv__content-box {
    position: relative;
    z-index: 2;
    
    /* PC設定 */
    width: 90%; 
    margin: 0 auto;
}

/* --- メイン画像 --- */
.c-single__main-image-special {
    width: 100%;
    height: auto !important; /* 比率維持 */
    display: block;
    box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

/* --- 注釈 --- */
.c-single__provider-text {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    line-height: 1.6;
    font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
}

/* --- タイトル --- */
.c-single__title-overlay {
    z-index: 10 !important;
}
/* -----------------------------------------------------------------
   スマホ（SP）専用調整
   ----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    
    /* 1. 全体の箱（万博用） */
    .c-single__mv.is-special-expo {
        min-height: auto; 
    }

    /* 2. 画像の箱（万博用の時だけ！） */
    /* .is-special-expo を頭につけて限定しました */
    .c-single__mv.is-special-expo .c-singleMv__content-box {
        width: 85%; 
        padding: 0;
    }

    /* 3. 注釈テキスト（万博用の時だけ！） */
    /* これも .is-special-expo 配下に限定 */
    .c-single__mv.is-special-expo .c-single__provider-text {
        white-space: nowrap;
        margin-top: 10px;
        font-size: max(8px, 2.6vw);
        font-family: 'TT Norms','Inter','Helvetica Neue','Arial',sans-serif;
    }
}

/* =========================================
   1. サイドバー「FOLLOW US」の改行・位置崩れ修正
   ========================================= */
.c-fix-sns__follow {
  /* Safariが勝手に幅を縮めて改行するのを防ぐ */
  white-space: nowrap !important;
  width: auto !important;
  /* Flex内での潰れ防止 */
  flex-shrink: 0 !important;
}