@charset "UTF-8";

.pc { 
	display: block;
}
.sp { 
	display: none;
}
@media screen and (max-width: 768px) {
	.pc { 
		display: none;
	}
	.sp { 
		display: block;
	}
}


/* キャプション（top,about,citrus,persimmon） */
.caption {
	position: absolute;
  top: 20px;
  left: 16px;
  font-weight: 400;
  font-size: 23px;
  z-index: 99;
}
.caption-sub-page {
	position: absolute;
  top: 20px;
  left: 16px;
  font-weight: 400;
  font-size: 23px;
  z-index: 99;
}
.caption-black {
	color: #000;
}
.caption-white {
	color: #fff;
}
@media (max-width: 768px) {
  .caption-sub-page {
    visibility: hidden;
  }
  .caption-sp {
    font-size: 23px;
    padding: 27px 0 0 16px;
  }
}


/* トップ-メインビジュアル（about） */
.top-main-visual-container {
	position: relative;
}
.top-main-visual-container img {
	width: 100%;
}


/* トップ-サブビジュアル（citrus,persimmon） */
.top-sub-visual-container {
	display: flex;
  border-top: 0.5px solid #fff;
}
.top-sub-visual-box {
	position: relative;
	width: 50%;
}
.top-sub-visual-box:first-child {
	border-right: 0.5px solid #fff;
}
.top-sub-visual-img img {
	width: 100%;
}
@media (max-width: 768px) {
  .top-sub-visual-container {
    display: block;
  }
  .top-sub-visual-box {
    width: 100%;
  }
  .top-sub-visual-box:first-child {
    border-right: 0;
  }
  .top-sub-visual-box:nth-child(2) {
    border-top: 0.5px solid #fff;
  }
}


/* トップ-ショップ */
.shop-container {
  position: relative;
  width: 100.03%;
}
.shop-box {
	position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.shop-box-img img {
	width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .shop-box {
    border-right: 0;
  }
  .shop-container::-webkit-scrollbar {
    display: none;
  }
}



/* トップ-ニュース */
.top-news-container {
	padding: 3%;
	background-color: #000;
}
.top-news-box {
	display: flex;
	gap: 17px;
}
.top-news-box p {
	color: #fff;
  font-size: 12px;
  transform: scaleY(0.9);
}
.top-news-text {
  color: #fff;
  font-size: 12px;
  transform: scaleY(0.9);
}
.under-line {
	border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .top-news-container {
    padding: 7%;
  }
  .top-news-box {
    flex-wrap: wrap;
    gap: 10px;
  }
}








/* 下層ページ　英語ver */
.lang-en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lang-en .font-blinker {
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.07em;
  transform-origin: center top;
  margin-bottom: -0.2em;
  display: inline-block;
}





/* 下層ページ */
.l-page-wrapper {
  width: 100%;
}
.l-two-col-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .l-two-col-wrapper {
    flex-direction: column;
  }
}
.l-nav {
  width: 200px;
  background-color: #000;
  color: #fff;
  padding: 33px 0;
}
@media (max-width: 1024px) {
  .l-nav {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .l-nav {
    width: 100%;
    background-color: #000;
    z-index: 999;
  }
}
.l-nav.l-nav--sticky {
  display: flex;
  justify-content: center;
  align-items: center;
	position: sticky;
	top: 0;
	width: 50%;
	height: 100vh;
	/* z-index: 999; */
  margin-top: 100px;
}
@media (max-width: 768px) {
  .l-nav.l-nav--sticky {
    /* height: 71px;
    padding: 22px 20px 0; */
    height: 0;
    padding: 0;
    position: relative;
    margin-top: 0;
  }
}
.l-nav__main {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .l-nav__main {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-nav__logo {
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-nav__logo {
    width: 50px;
    margin: 0;
  }
}
.l-nav__btn {
  width: 27.25px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-nav__btn {
    width: 30px;
    margin: 0;
  }
}
.l-nav__btn.l-nav__btn-menu {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .l-nav__btn.l-nav__btn-menu {
    margin-top: 0;
    order: 3;
  }
}
.l-nav__btn.l-nav__btn-store {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .l-nav__btn.l-nav__btn-store {
    margin-top: 0;
    order: 2;
    margin: 0 20px 0 auto;
  }
}
.l-nav__sub {
  position: absolute;
  left: 29.5%;
  bottom: 33px;
}
@media (max-width: 768px) {
  .l-nav__sub {
    display: none;
  }
}
.lang-en .l-nav__text {
  line-height: 1;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-nav__text {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .l-nav__text {
    font-size: 2.67vw;
  }
}
.lang-en .l-nav__text {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
}
.lang-en .l-nav__text-city {
  line-height: 1.8;
  display: block;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: -0.48rem;
  margin-bottom: -0.48rem;
  margin-top: 27px;
  display: block;
}
.lang-en .l-nav__links {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-nav__links {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .l-nav__links {
    font-size: 2.67vw;
  }
}
.lang-en .l-nav__links {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  margin-top: 23px;
  display: inline-block;
  padding-bottom: 10px;
}/*# sourceMappingURL=style.css.map */




.bg-white {
  background-color: rgba(255, 255, 255, 0.2);
}







/* 左側 */
.left-container {
  position: relative;
}
.left-l-main {
  width: 50%;
  padding-top: 57px;
}
.left-img img {
	width: 100%;
}
.left-box {
  position: relative;
}
@media (max-width: 768px) {
  .left-l-main {
    width: 100%;
  }
}
@media (max-width: 768px){
  .left-container {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-top: 0;
  }
  .left-l-main {
    padding-top: 52px;
  }
  .left-box {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .left-img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .left-container::-webkit-scrollbar {
    display: none;
  }
}


/* 右側 */
.title {
  display: flex;
  justify-content: center;
}
.lang-jp .top-title-jp {
  display: block;
}
.lang-jp .top-title-en {
  display: none;
}
.lang-en .top-title-jp {
  display: none;
}
.lang-en .top-title-en {
  display: block;
}
.title p {
  writing-mode: vertical-rl;
  font-size: 23px;
  letter-spacing: 0.276em;
  line-height: 1.9;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.lang-en .title p {
  writing-mode: unset;
  font-size: 22.5px;
  letter-spacing: 0.07em;
  line-height: 2.1;
  margin: 0 auto;
  text-align: center;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(0.8);
  transform-origin: center top;
  margin-bottom: -0.2em;
  display: inline-block;
}
.text {
  margin: 16px 0 13px 0;
  width: 350px;
}
.lang-en .text {
  margin: 25px auto 13px;
  width: 344px;
}
.text p {
  line-height: 2.5;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-align: left;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: block;
  text-align: justify;
  text-align-last: left;
  word-break: break-all;
}
.lang-en .text p {
  line-height: 2.1;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: block;
  text-align: justify;
  text-align-last: left;
  word-break: break-all;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  text-justify: inter-character;
}

@media (max-width: 768px) {
  .title {
    display: block;
  }
  .top-box {
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    padding: 34px 16px 0 16px;
  }
  .title p {
    writing-mode: horizontal-tb;;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
  }
  .lang-en .title p {
    text-align: left;
  }
  .text p {
    color: #fff;
    width: 100%;
  }
  .text {
    margin: 16px 0 13px 0;
    width: 100%;
  }
  .lang-en .text {
    margin: 0;
    width: 100%;
  }
}




.empty-box {
  width: 50%;
}
















/* aboutページ */
.company-container {
  width: 100%;
  padding: 100px 0 400px 0;
	background-color: #000;
  display: flex;
}
.company-wrapper {
  width: 50%;
}
.company-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 402px;
    box-sizing: content-box;
    width: auto;
}
.company-box-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 8px;
}
.lang-en .company-box-title {
  color: #fff;
  font-size: 22.5px;
  letter-spacing: 0.07em;
  line-height: 1.7;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(0.8);
  transform-origin: center top;
  margin-bottom: -0.2em;
  display: inline-block;
  margin-bottom: 10px;
}
.company-info {
  display: inline-block;
  padding: 30px 0;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  width: 100%;
  margin-top: 18px;
}
.lang-en .company-info {
  display: inline-block;
  padding: 25px 0;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  width: 100%;
}
.company-info-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
  margin: 0 8px;
}
.lang-en .company-info-card {
  display: grid;
  grid-template-columns: 144px 1fr;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
  margin: 0 8px;
}
.company-info-card p {
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: inline-block;
  line-height: 2.5;
  letter-spacing: 0.03em;
  word-spacing: -0.18em;
}
.lang-en .company-info-card p {
  font-size: 14px;
}
.lang-jp .tell-jp {
  display: block;
}
.lang-jp .tell-en {
  display: none;
}
.lang-en .tell-jp {
  display: none;
}
.lang-en .tell-en {
  display: block;
}
.saburoemon-box {
  width: 400px;
  margin-top: 50px;
}
.saburoemon-img img {
  width: 251px;
}
.saburoemon-text p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: inline-block;
}
.lang-en .saburoemon-text p {
  font-size: 14px;
}
@media (max-width: 1100px) {
  .company-box {
    transform: translateX(0);
  }
}
@media (max-width: 1050px) {
  .company-info-card {
    grid-template-columns: 100px 1fr;
  }
  .company-inner {
    margin-right: var(--text-left);
    width: auto;
  }
  .company-info {
    width: auto;
  }
}
@media (max-width: 900px) {
  .company-container {
    padding: 100px 16px;
    align-items: center;
  }
  .company-info-card {
    grid-template-columns: 100px 1fr;
  }
  .saburoemon-box {
    width: 100%;
  }
  .saburoemon-img img {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .lang-en .company-info-card {
    grid-template-columns: 125px 1fr;
  }
}
@media (max-width: 768px) {
  .company-inner {
    max-width: none;
    margin-right: 0;
  }
  .company-box {
    width: 100%;
  }
  .company-info {
    display: block;
  }
}






/* citrusページ */
.citrus-container {
  width: 100%;
  padding: 100px 0 400px 0;
	background-color: #000;
  display: flex;
}
.citrus-wrapper {
  width: 50%;
}
.citrus-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* transform: translateX(6%); */
    max-width: 402px;
    /* margin: 0 auto; */
    box-sizing: content-box;
    margin-right: var(—text-left);
    width: auto;
}
.citrus-box {
  width: 100%;
}
.font-mincho {
  color: #fff;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.lang-en .font-mincho {
  color: #fff;
  font-size: 22.5px;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(0.8);
}
.citrus-box-title {
  padding-left: 8px;
  margin-bottom: 20px;
}
.lang-en .citrus-box-title {
  letter-spacing: 0.07em;
  transform-origin: center top;
  margin-bottom: -0.2em;
  display: inline-block;
  padding-left: 8px;
  margin-bottom: 20px;
}
.citrus-box-title span:nth-child(2) {
  font-size: 13px;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: inline-block;
  margin-top: 5px;
}
.citrus-info {
  display: inline-block;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  width: 100%;
}
.citrus-info-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
  border-top: 0.5px solid #fff;
  padding: 30px 8px;
}
.lang-en .citrus-info-card {
  display: grid;
  grid-template-columns: 84px 1fr;
  list-style-type: none;
  font-size: 12px;
  color: #fff;
  border-top: 0.5px solid #fff;
  padding: 25px 20px 25px 8px;
}
.citrus-info-card:first-child {
  border-top: 0.5px solid rgba(255, 255, 255, 0.7);
}
.citrus-info-card p {
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: inline-block;
  line-height: 1.7;
}
.orange-text {
  color: #ED6C00;
}
.bold {
  font-weight: bold;
}
.lang-en .bold {
  font-size: 19px;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(0.9) translateY(2px);
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
.lang-en .only-en-bold {
  font-size: 19px;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  transform: scaleY(0.8) translateY(2px);
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
.only-jp {
  display: block;
}
.lang-en .only-jp {
  display: none;
}
.only-en {
  display: none;
}
.lang-en .only-en {
  display: block;
}
.details-card {
  display: grid;
  grid-template-columns: 70px 1fr;
}
.lang-en .details-card {
  display: grid;
  grid-template-columns: 78px 9px 1fr;
}
.details-card p {
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: block;
}
.lang-en .details-card p {
  font-size: 14px;
}
.lang-en .same-variety-text {
  font-size: 14px;
  margin-left: -1px;
}
.lang-jp .details-colon {
  display: none;
}
.lang-en .details-colon {
  display: block;
}
.variety-box {
  width: 400px;
  margin-top: 50px;
}
.variety-img img {
  width: 251px;
}
@media (max-width: 1100px) {
  .citrus-info-card {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 1050px) {
  .citrus-inner {
    margin-right: var(--text-left);
    width: auto;
  }
}
@media (max-width: 950px) {
  .citrus-container {
    align-items: center;
  }
  .citrus-box {
    transform: translateX(0);
  }
  .variety-box {
    transform: translateX(0);
  }
  .variety-img img {
    width: 100%;
  }
  .citrus-info {
    display: block;
  }
  .citrus-box-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .citrus-info-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .variety-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .citrus-wrapper {
    width: 100%;
  }
  .citrus-container {
    padding: 100px 16px;
  }
  .citrus-inner {
    max-width: none;
    margin-right: 0;
  }
  .citrus-box {
    transform: translateX(0);
    width: 100%;
  }
  .variety-box {
    width: 100%;
  }
}







/* persimmonページ */
.season-container {
  width: 100%;
  padding: 100px 0 400px 0;
	background-color: #000;
  display: flex;
}
.season-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 402px;
  box-sizing: content-box;
  margin-right: var(—text-left);
  width: auto;
}
.season-box {
  display: inline-block;
  width: 100%;

}
.season-box-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 8px;
  margin-bottom: 20px;
}
.lang-en .season-box-title {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 8px;
  margin-bottom: 6px;
}
.lang-en .season-box-title {
  color: #fff;
  font-family: "Blinker", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22.5px;
  letter-spacing: 0.07em;
  transform: scaleY(0.8);
  transform-origin: center top;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 8px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.season-card {
  display: flex;
  gap: 10px;
  padding: 25px 8px;
  border-top: 0.5px solid #fff;
}
.lang-en .season-card {
  display: flex;
  flex-direction: column;
  padding: 25px 8px 30px;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.season-card-text  {
  flex: 1;
}
.season-card-text p {
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: block;
  text-align: justify;
  text-align-last: left;
  word-break: break-all;
  width: 100%;
}
.lang-en .season-card-text p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  transform: scaleY(0.9);
  transform-origin: center top;
  margin-bottom: -0.1em;
  display: block;
  text-align: justify;
  text-align-last: left;
  word-break: break-all;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  width: 100%;
  text-justify: inter-character;
  letter-spacing: 0.01em;
}
.lang-jp .explanation-jp {
  display: block;
}
.lang-jp .explanation-en {
  display: none;
}
.lang-en .explanation-jp {
  display: none;
}
.lang-en .explanation-en {
  display: block;
}
.season-card-img {
  width: 251px;
}
.season-card-img img {
  width: 100%;
}
@media (max-width: 1100px) {
  .season-box {
    transform: translateX(0);
  }
  .season-card-img {
    width: 175px;
  }
}
@media (max-width: 1050px) {
  .season-inner {
    margin-right: var(—text-left);
    width: auto;
  }
}
@media (max-width: 900px) {
  .season-container {
    padding: 100px 16px;
    align-items: center;
  }
  .season-info-card {
    grid-template-columns: 100px 1fr;
  }
  .season-card-text p {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .season-inner {
    max-width: none;
    margin-right: 0;
  }
  .season-card {
    justify-content: space-between;
  }
  .season-card-text {
    flex: 1;
  }
  .season-card-text p {
    width: 100%;
  }
  .season-card-img {
    width: 40vw;
  }
  .lang-en .season-card-img {
    width: 100%;
  }
  .season-card-img img {
    width: 100%;
  }
}






.element {
  width: auto;
}
@media (max-width: 768px) {
  .element {
    width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .company-wrapper {
    width: 100%;
  }
}






.splide__pagination {
  bottom: 20px !important;
  gap: 5px !important;
}
.splide__pagination__page {
  width: 5px !important;
  height: 5px !important;
  background: #fff !important;
  opacity: 1 !important;
}
.splide__pagination__page.is-active {
  background: #ED6C00 !important;
  transform: none !important;
  opacity: 1 !important;
}
.splide__arrows {
  display: none !important;
}