@charset "utf-8";
/*------------------------------------------------------------
	0929
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap" rel="stylesheet');
*{
  box-sizing: border-box;
}
main {
	color: #141D1D;
	font-weight: 400;
	overflow: hidden;
}
.roboto {
  font-family: 'Roboto';
  font-weight: 400;
}
.roboto.bold {
  font-weight: 400;
}
/* header footer hidden */
.header-info_guide,
.header-menu,
.nav-global.jsNav {
  display: none !important;
}
/* all */
.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  -webkit-clip-path: inset(50%);
  white-space: nowrap;
}
.t_green {
  color: #80A398 !important;
}
.t_white, .t_white.c-link:visited {
    color: #fff !important;
}
.inner_box {
  max-width: 98rem;
  margin: 0 auto;
  padding: 8rem 1rem 9rem;
}
@media screen and (max-width: 767px) {
	.inner_box {
		padding: 6rem 2rem;
	}
}
/* c-column-image  */
.c-column-image {
	gap: 10rem;
	flex-wrap: nowrap;
}
.c-column-image.-rev .c-column-image_image {
	margin-right: 0;
}
.c-column-image_contents .text-box {
	font-size: 1.6rem;
	line-height: 1.5;
}
.c-column-image_contents .text  {
	display: flex;
	align-items: flex-start;
	font-size: 1.4rem;
	gap: 1rem;
}
.c-column-image_contents .text img {
	width: 6rem;
}
@media  (min-width: 768px) and (max-width: 1240px) {
	.c-column-image_image {
		flex-basis: 30vw;
	}
}
@media screen and (max-width: 767px) {
	.c-column-image_contents {
		margin-top: 0;
	}
	.c-column-image:not(.-rev).half_column .c-column-image_image {
		margin-top: 3rem;
	}
}
/* read_change_link */
.read_change_link {
  display: inline-block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
.read_change_link::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.112em;
  height: 1.112em;
  background: url("../img/index_icon_01.png") no-repeat center / contain;
  content: "";
}
.read_change_link .c-link {
  display: inline-block;
  margin-left: 1.75em;
  font-weight: 400;
  border-bottom-color: inherit;
}
.read_change_link .c-link:hover {
  border-bottom-color: transparent;
}
[class*="langHidden"]:not(.visible) {
  display: none;
}
@media screen and (max-width: 767px) {
	.read_change_link {
		margin-top: 2.5rem;
	}

}
.copy_btn_block > .inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.copy_btn_block .copy_end {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(128, 163, 152, .9);
  font-size: 14px;
  line-height: 1.4;
  border-radius: 50%;
  z-index: 1;
  cursor: default;
  user-select: none;
}
.copy_btn_block .copy_end:not(.end) + * {
  opacity: 0;
}
/* circle_btn */
.circle_btn {
  transition: background .3s;
}
.circle_btn_wrap {
  position: relative;
}
.circle_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.circle_btn.txt {
  padding: .15em;
  border: solid 1px #fff;
  text-align: center;
  line-height: 1.2;
}
.circle_btn.txt.largeTxt {
	padding: .15em .15em 1.25em;
	font-size: 1.125em;
}
.circle_btn.txt .inner {
	text-align: center;
	letter-spacing: 0.15em;
	transform: translate(2px,0);
}
.circle_btn.txt .icon {
  display: block;
  margin: 0 auto .15em;
  transform: translate(0px,-5px);
}
.circle_btn.txt .icon.share {
  margin: 0 auto .35em;
  transform: translate(-2px,-1px);
}
.circle_btn.anc_btn {
  position: relative;
  background: rgba(164, 151, 111, .9);
}
.circle_btn.anc_btn::before {
	position: absolute;
	left: 0;
	right: -2px;
	bottom: 13px;
	height: .8em;
	margin: auto;
	background: url("../img/index_icon_00_06.png") no-repeat center center / contain;
  	content: "";
}
.circle_btn.share_btn,
.circle_btn.close_btn,
.circle_btn.copy_start {
  background: rgba(0, 72, 49, .9);
}
.circle_btn.fn-open {
  opacity: 1;
  transition: background .2s linear, opacity .2s linear;
}
.circle_btn.fn-open.disabled {
  pointer-events: none;
  opacity: 0;
}
.btn_clm_layout > * {
  opacity: 0;
  pointer-events: none;
}
.btn_clm_layout img {
  width: 100%;
}
.btn_clm_layout.open > * {
  pointer-events: all;
  opacity: 1;
  transition: opacity .2s linear;
}
.btn_clm_layout.close > * {
  opacity: 0;
  transition: opacity .2s linear;
}
.btn_clm_layout.open > :nth-child(2),
.btn_clm_layout.close > :nth-child(4) {
  transition-delay: .05s;
}
.btn_clm_layout.open > :nth-child(3),
.btn_clm_layout.close > :nth-child(3) {
  transition-delay: .1s;
}
.btn_clm_layout.open > :nth-child(4),
.btn_clm_layout.close > :nth-child(2) {
  transition-delay: .15s;
}
.btn_clm_layout.open > :nth-child(5),
.btn_clm_layout.close > :nth-child(1) {
  transition-delay: .2s;
}
.btn_clm_layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
	.circle_btn_wrap {
		margin-top: 2rem;
	}
	.circle_btn {
		width: 10.6rem;
	}
	.circle_btn.txt {
		height: 10.6rem;
	}
	.circle_btn.txt .icon {
		width: 2.2rem;
	}
	.btn_clm_layout > :not(:last-child) {
		margin-left: 2rem;
	}
	.circle_btn:not(.sns):not(.fn-open) {
		transition: background .2s linear;
	}
	.circle_btn.anc_btn:hover {
		background: rgba(203, 181, 143, .9);
	}
	.circle_btn.share_btn:hover,
	.circle_btn.close_btn:hover,
	.circle_btn.copy_start:hover {
		background: rgba(128, 163, 152, .9);
	}
	.circle_btn.sns {
		transition: opacity .2s linear;
	}
	.circle_btn.sns:hover {
		opacity: .8;
	}

}
@media screen and (max-width: 767px) {
	.circle_btn {
		width: 5.4rem;
	}
	.circle_btn.txt {
		font-size: 1.0rem;
		height: 5.4rem;
	}
	.circle_btn.txt .icon {
		-webkit-transform: translate(-0.2rem, -0.2rem);
		-ms-transform: translate(-0.2rem, -0.2rem);
		transform: translate(-0.2rem, -0.2rem);
	}
	.circle_btn.anc_btn:before {
		bottom: 0.3rem;
	}
	.circle_btn_wrap {
		margin-top: 0.6rem;
	}
	.copy_btn_block .copy_end {
		font-size: 0.8rem;
		letter-spacing: -0.1em;
	}
	.circle_btn.txt.largeTxt {
		padding: 0 0 0.15em;
		font-size: 1.0rem;
	}
	.circle_btn.txt .icon {
		width: 1.6rem;
		margin-top: -0.4rem;
	}
	.copy_btn_block .circle_btn.txt .icon {
		margin-bottom: 0.05em;
	}
	.btn_clm_layout > * {
		margin-left: 0.6rem;
	}
	.btn_clm_layout > *:last-child {
		margin-left: 0;
	}

}
/* fix_button_warp  */
.fix_button_warp {
	width: auto;
	position: fixed;
	right: 3rem;
	bottom: 5rem;
	max-width: 100%;
	font-size: 1.6rem;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}
.fix_button_warp .container {
  padding: 0;
}
.fix_button_warp.loadEnd {
  transition: opacity .2s linear;
}
.fix_button_warp.fixed {
  opacity: 1;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
	.fix_button_warp > .container {
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.fix_button_warp {
		right: 1rem;
		bottom: 2rem;
		margin-top: -2.5rem;
		font-size: 1rem;
	}
}
/* langHiddenEn */
.langHiddenEn p {
	text-align: left;
}
/* headline */
.headline {
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Old Mincho", serif;
	word-break: break-all;
}
.headline .en {
	margin-bottom: 1rem;
	font-size: 4rem;
	display: block;
	font-weight: 400;
	line-height: 1.34;
	font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
	main .container {
		padding: 0 1.5rem;
	}
}
/* main-visual */
.main-visual {
	position: relative;
}
.main-visual .inner-box {
	padding-bottom: 1.7rem;
	width: 100%;
	max-width: 120rem;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 6;
}
.main-visual .main-img {
	position: relative;
	z-index: 3;
}
.main-visual .main-img > .img + .img {
	display: none;
}
.main-visual .img {
	height: 70rem;
	overflow: hidden;
}
.main-visual .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 6s linear;
	display: block;
}
.main-visual .img img.isPlay {
	transform: scale(1.05);
}
.main-visual .page-title {
	width: 21.2rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-visual .pos-text {
	width: 1.8rem;
	position: absolute;
	left: 0;
	top: 5rem;
}
.main-visual .btn-ul {
	margin-bottom: 1.1rem;
	display: flex;
	gap: 1rem;
}
.main-visual .btn-ul .btn_clm_layout {
	flex-direction: row;
	left: 0;
	right: auto;
}
.main-visual .btn-ul .btn_clm_layout > :not(:last-child) {
	margin: 0 1rem 0 0;
}
.main-visual .btn-ul li {
	width: 10rem;
}
.main-visual .btn-ul a {
	width: 10rem;
	height: 10rem;
	transition: 0.3s;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
}
.main-visual .btn-ul .circle_btn.txt {
	width: 10rem;
	height: 10rem;
}
.main-visual .time-text {
	width: 43.7rem;
}
.main-visual .circle_btn_wrap {
	margin-top: 0;
}
/* top-box */
.top-box {
	margin-bottom: 6rem;
	display: flex;
	justify-content: space-between;
	gap: 9.1rem;
	align-items: center;
}
.top-box .img {
	width: 13rem;
}
.top-box .text {
	flex: 1;
	font-size: 1.8rem;
	line-height: 1.333;
	font-weight: 700;
	font-feature-settings: "palt";
}
.top-box .text .ttl {
	margin: 0 0.8rem;
}
.top-box .text small {
	margin: 0 0.9rem;
	font-size: 1.5rem;
}
/* sec-box01 */
.sec-box01 {
	padding-bottom: 29.9rem;
	background: url(../img/0929_bg01.png) no-repeat center bottom / 100%;
}
.sec-box01 .c-column-image_contents {
	position: relative;
}
.sec-box01 .c-column-image .pos-img {
	max-width: 73.3rem;
	width: 53.89vw;
	position: absolute;
	right: -5rem;
	top: -4.5rem;
}
.sec-box01 .c-column-image_contents .headline,
.sec-box01 .c-column-image_contents p {
	position: relative;
	z-index: 1;
}
/* sec-box02 */
.sec-box02 {
	padding: 10rem 0 5rem calc((100% - 120rem) / 2);
	position: relative;
}
.sec-box02 .img-head {
	position: absolute;
	left: calc(50% - 71rem);
	top: 0;
	width: 31.1rem;
}
.sec-box02 .slide-box p {
	color: #fff;
	line-height: 1.5;
}
.sec-box02 .slide-inner li {
	margin: 0 1.5rem;
}
.sec-box02 .slide-box .img {
	margin-bottom: 1rem;
	height: 40rem;
}
.sec-box02 .slide-box .img img {
	width: auto;
	height: 100%;
}
.sec-box02 .arrow-list  {
	margin: 3.8rem auto 0;
	padding-right: calc((100vw - 120rem) / 2);
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 2.5rem;
}
.sec-box02 .arrow-list .prev,
.sec-box02 .arrow-list .next {
	width: 2rem;
	height: 2rem;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	cursor: pointer;
	transition: 0.3s;
}
.sec-box02 .arrow-list .next  {
	transform: rotate(135deg);
}
.sec-box02 .dot-list {
	width: fit-content;
}
.sec-box02 .dot-list .dot {
	gap: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec-box02 .slick-disabled {
	opacity: 0.7;
}
.sec-box02 .dot-list .dot li {
	width: 0.8rem;
	height: 0.8rem;
	border: 1px solid #fff;
	border-radius: 100%;
	background: transparent;
	cursor: pointer;
	transition: 0.3s;
}
.sec-box02 .dot-list .dot li.slick-active {
	background: #fff;
}
.sec-box02 .dot-list .dot button{
	display: none;
}
.sec-box03 {
	padding-top: 4.9rem;
}
.sec-box03 .c-column-image_contents {
	padding-right: 10rem;
	position: relative;
}
.sec-box03 .pos-text {
	width: 10rem;
	position: absolute;
	right: 0;
	top: 0;
}
.sec-box03 .name {
	margin-bottom: 6.1rem;
	text-align: right;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: "Zen Old Mincho", serif;
}
.sec-box03 .name .txt {
	font-size: 3.6rem;
	text-align: right;
	display: block;
	line-height: 1.2;
}
.sec-box03 .big-image {
	margin: 1.7rem 0 0;
}
.sec-box03 .big-image img {
	width: 100%;
}
/* banner */
.banner {
	padding: 3rem 0;
	background: url(../img/0929_bg02.png) repeat left top / 7.2rem;
}
.banner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
}
.banner li {
	width: calc(50% - 2.5rem);;
}
.banner li a {
	display: block;
	transition: 0.3s;
}
/* sec-box04 */
.sec-box04 {
	padding: 10rem 0
}
.sec-box04 .headline .en {
	margin-bottom: 2.2rem;
	line-height: 0.8;
}
/* sec-box05 */
.sec-box05 {
	padding: 9.5rem 0;
}

@media screen and (min-width: 768px) {
	.banner a:hover {
		opacity: 0.7;
	}
	.sec-box02 .arrow-list .prev:hover,
	.sec-box02 .arrow-list .next:hover {
		opacity: 0.7;
	}
	.sec-box02 .dot-list .dot li:hover {
		background: #fff;
	}
	.sec-box04 .c-column-image.half_column .c-column-image_image {
		-webkit-flex-basis: 60rem;
		-ms-flex-preferred-size:60rem;
		flex-basis: 60rem;
		max-width: initial;
  }
}
@media  (min-width: 768px) and (max-width: 1439px) {
	.sec-box02 .img-head {
		left: 2rem;
	}
}
@media  (min-width: 768px) and (max-width: 1240px) {
	.main-visual .inner-box {
		width: calc(100% - 4rem);
	}
	.main-visual .btn-ul li {
		width: 11.333vw;
	}
	.main-visual .btn-ul .circle_btn.txt,
	.main-visual .btn-ul a {
		width: 11.333vw;
		height: 11.333vw;
	}
	.top-box {
		gap: 7.583vw;
	}
	.top-box .img {
		width: 10.833vw;
	}
	.top-box .text {
		padding: 1rem 0;
	}
	.c-column-image {
		gap: 6vw;
	}
	.sec-box02 {
		padding-left: 2rem;
	}
	.sec-box02 .arrow-list {
		padding-right: 2rem;
	}
	.sec-box03 .c-column-image_contents {
		padding-right: 8.333vw;
	}
	.sec-box03 .pos-text {
		width: 8.333vw;
	}
	.sec-box03 .name .txt {
		font-size: min(3.6rem,3.6vw);
	}
	.sec-box04 .c-column-image.half_column .c-column-image_image {
		flex-basis: 44.38vw;
		margin-left: 0;
	}
}
@media  (min-width: 768px) and (max-width: 1300px) {
	.sec-box01 .c-column-image .pos-img {
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.main-visual .inner-box {
		padding: 0 0.9rem 2rem 1.3rem;
		left: 0;
		transform: none;
	}
	.main-visual .page-title {
		width: 13rem;
		right: 1.5rem;
		top: 2.8rem;
	}
	.main-visual .pos-text {
		left: 1.5rem;
		top: 2.8rem;
	}
	.main-visual .img {
		height: 67.7rem;
	}
	.main-visual .btn-ul {
		margin: 0 0.2rem 3.1rem;
	}
	.main-visual .btn-ul .btn_clm_layout {
		flex-direction: column-reverse;
		left: 0;
		right: auto;
		flex-wrap: wrap;
		gap: 1rem;
		top: auto;
		bottom: 0;
	}
	.main-visual .btn-ul li {
		width: 7rem;
	}
	.main-visual .btn-ul a {
		width: 7rem;
		height: 7rem;
		letter-spacing: 0.1em;
		font-size: 1.2rem !important;
	}
	.main-visual .btn-ul .circle_btn.txt {
		width: 7rem;
		height: 7rem;
	}
	.main-visual .time-text {
		width: 100%;
		max-width: 37.2rem;
	}
	.top-box {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.3rem 1rem;
	}
	.top-box .text {
		padding: 0.9rem 0;
		width: 100%;
		flex: inherit;
		order: 0;
		display: flex;
		flex-wrap: wrap;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.top-box .text small {
		font-size: 1.2rem;
	}
	.top-box .text .ttl {
		width: 4.2rem;
	}
	.top-box .text .txt {
		width: calc(100% - 6rem);
	}
	.top-box .img {
		order: 2;
	}
	.sec-box01 {
		padding-bottom: 7rem;
	}
	.sec-box01 .c-column-image_contents {
		margin-top: 3rem;
	}
	.sec-box01 .c-column-image .pos-img {
		width: 80vw;
		max-width: 37.3rem;
		right: 0;
		top:3rem;
	}
	.c-column-image_image img {
		width: 100%;
	}
	.sec-box02 .slide-box .img {
		height: auto;
	}
	.sec-box02 .slide-box .img  img {
		width: 100%;
		height: auto;
	}
	.sec-box02 .slide-inner li {
		width: 80vw !important;
	}
	.sec-box02 {
		padding: 7rem 1.5rem;
	}
	.sec-box02 .img-head {
		width: 18rem;
		left: 1rem;
	}
	.sec-box03 .c-column-image_contents {
		padding: 0;
	}
	.sec-box02 .arrow-list {
		padding-right: 0;
		gap: 1rem;
	}
	.sec-box03 .text-col {
		margin: 4rem 0 1.6rem;
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.5;
		color: #004831;
		font-family: "Zen Old Mincho", serif;
	}
	.sec-box03 .name .txt {
		font-size: min(3.6rem,9.16vw);
	}
	.sec-box03 .name02 .txt {
		font-size: 2.3rem;
	}
	.sec-box03 .big-image {
		height: 40vw;
	}
	.sec-box03 .big-image img {
		height: 100%;
		object-fit: cover;
	}
	.banner ul {
		display: block;
	}
	.banner ul li {
		margin-bottom: 2rem;
		width: 100%;
	}
	.banner ul li:last-of-type {
		margin-bottom: 0;
	}
	.sec-box04 {
		padding: 7.3rem 0 6rem;
	}
	.sec-box04 .container {
		padding: 0 1rem;
	}
	.sec-box04 .headline {
		font-size: 1.6rem;
	}
	.sec-box04 .headline .en {
		font-size: 3.2rem;
	}
	.sec-box05 {
		padding: 0;
	}
	.sec-box05 .container {
		padding: 0;
	}
}
@media screen and (max-width: 392px) {
	.sec-box01 .headline {
		font-size: 1.6rem;
	}
	.sec-box01 .headline .en {
		font-size: 3.2rem;
	}

}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(30px);
	transition: all, transform 0.8s ease-out 0s, opacity 0.8s ease-out 0s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}
#copy_target01 {
	position: absolute;
	color: transparent;
	clip-path: inset(50%);
}
@media (max-width: 1023px) {
	#footer .nav-footer_unit {
		margin: 0 -2rem;
	}
}
@media (max-width: 767px) {
	#footer .nav-footer_unit {
		margin: 0 -1rem;
	}
}