@charset "UTF-8";

/*--------------------------
>>  mqcontents
--------------------------*/
/*--------------------Reset*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  padding-top: 55px!important;
}

#mqWrapper {
	width: 100%;
	position: static;
}

#mqWrapper main {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

#mq_cpb2607 section {
  padding: 0 !important;
}

/*--------------------Common*/
#mq_cpb2607 {
	/*position: relative;*/
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	word-break: normal;
	line-break: strict;
	overflow: visibler;

	--color-white: #ffffff;
  --color-black: #000000;
	--color-text: #404040;
	--color-gray: #666666;
	--color-bggray: #fcfcfc;
	--color-blue: #002b62;
	--color-gold: #9f8650;
	--color-bggold: #dbc8a8;

	--font-serif: "Noto Serif JP", serif;
	--font-jost: "Jost", sans-serif;
	--font-antique: "Shippori Antique", sans-serif;

	color: var(--color-text);
}

#mq_cpb2607 img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
  width: 100%;
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
}

#mq_cpb2607 .bold {
  font-weight: bold;
}

#mq_cpb2607 .u-center {
	text-align: center;
}

#mq_cpb2607 sup {
  font-size: 8px;
  vertical-align: top;
  position: relative;
  top: 0.5em;
}

#mq_cpb2607 a:hover img {
  opacity: .6;
  transition: all ease .6s;
}

#mq_cpb2607 .is-pc {
  display: block;
}

#mq_cpb2607 .is-sp {
  display: none;
}

#mq_cpb2607 br.is-pc {
  display: inline-block;
}

#mq_cpb2607 br.is-sp {
  display: none;
}

/*--------------------Clearfix*/
#mq_cpb2607 .cf:before,
#mq_cpb2607 .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
#mq_cpb2607 .cf:after {
	clear: both;
}
#mq_cpb2607 .cf {
	zoom: 1;
}
#mq_cpb2607 .clear {
	clear: both;
}

/*--------------------Layout*/
#mq_cpb2607 .inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/*--------------------text*/
#mq_cpb2607 .u-jost {
	font-family: var(--font-jost);
}

#mq_cpb2607 .headings {
	color: var(--color-blue);
	font-family: var(--font-serif);
	font-size: 32px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.01em;
}

#mq_cpb2607 .headings.noto-scale,
#mq_cpb2607 .mv_title_main.noto-scale,
#mq_cpb2607 .block02_list-headings.noto-scale,
#mq_cpb2607 .noto-scale {
  display: inline-block;
  transform: scaleX(1.02);
}

#mq_cpb2607 .u-antique-l {
	font-family: var(--font-antique);
	margin-left: -0.4em;
}

#mq_cpb2607 .u-antique-r {
	font-family: var(--font-antique);
	margin-right: -0.4em;
}
#mq_cpb2607 .u-letter {
	letter-spacing:  -0.5em;
}

#mq_cpb2607 .lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#mq_cpb2607 .caption {
	font-size: 16px;
	line-height: 1.8125;
}

#mq_cpb2607 .caption_sub {
	font-size: 14px;
	line-height: 2;
}

/*--------------------common*/
#mq_cpb2607 .c-blue {
	color: var(--color-blue)
}

/*--------------------btn*/
#mq_cpb2607 .btn {
  border: 1px solid var(--color-blue);
	border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
	width: 385px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
	color: var(--color-blue);
  font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
  position: relative;
	margin: 0 auto;
	transition: color 0.4s ease;
}

#mq_cpb2607 .btn::after {
  content: '';
	background-image: url(../img/btn_arrow-blue@2x.png);
	background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
	transform: translateY(-50%);
  width: 9px;
  height: 14px;
  z-index: 1;
}

#mq_cpb2607 .btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color:  var(--color-blue);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

#mq_cpb2607 .btn:hover {
	color: var(--color-white);
}

#mq_cpb2607 .btn:hover::before {
  opacity: 1;
}

#mq_cpb2607 .btn:hover::after {
	background-image: url(../img/btn_arrow-white@2x.png);
}

/*--------------------------------------------------------------------------------------
mq_cpb2607
-------------------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------------- pr */
#mq_cpb2607 .pr {
	position: absolute;
  width: 30px;
  height: 15px;
  top: 20px;
  right: 14px;
	z-index: 2;
}

#mq_cpb2607 .mv {
  position: relative;
	z-index: 2;
	max-height: 700px;
	background: var(--color-bggray);
}

#mq_cpb2607 .pin-spacer {
  background: linear-gradient(to right, #c8ab84 20%, #f5f0e7 80%);
}

#mq_cpb2607 .mv.is-active .mv_title {
  clip-path: inset(0 0% 0 0);
}

#mq_cpb2607 .mv.is-active .mv_img img {
  opacity: 1;
  transform: scale(1);
}

#mq_cpb2607 .mv_inner {
  width: 980px;
  display: flex;
  margin: 0 auto;
  flex-direction: row-reverse;
}

#mq_cpb2607 .mv_content {
  width: calc(100% - 556px);
  position: relative;
}

#mq_cpb2607 .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  position: absolute;
  top: 245px;
  left: 12px;
  width: 100%;
  z-index: 2;
  clip-path: inset(0 100% 0 0);
  transition: all .6s ease .5s;
}

#mq_cpb2607 .mv_title_main {
	color: var(--color-blue);
	font-family: var(--font-serif);
	font-size: 44px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-indent: 0.5em;
	margin-top: 15px;
	width: 460px;
}

#mq_cpb2607 .mv_title_sub1,
#mq_cpb2607 .mv_title_sub2 {
	color: var(--color-white);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.09;
	letter-spacing: 0.01em;
	display: inline-block;
	text-align: center;
	padding: 4px 6px;
	background: linear-gradient(to right,rgba(159, 134, 80, 1) 0%,rgba(159, 134, 80, 0.7) 100%);
}

#mq_cpb2607 .mv_text {
  position: absolute;
  top: 245px;
	left: 19px;
  width: 450px;
	z-index: 2;
}

#mq_cpb2607 .mv_lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22;
  text-align: center;
  margin-top: 0;
}

#mq_cpb2607 .mv_main {
  width: 556px;
	height: 100vh;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

#mq_cpb2607 .mv_img,
#mq_cpb2607 .mv_img picture,
#mq_cpb2607 .mv_img img {
	overflow: hidden;
  width: 100%;
  height: 100%;
}

#mq_cpb2607 .mv_img img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  opacity: 0;
  transform: scale(1.15);
  transition: all .55s ease 0s;
}

#mq_cpb2607 .js-lead {
  opacity: 0;
}

/*----------------------------------------------------------------------------block01 */
#mq_cpb2607 .block01 {
  position: relative;
	height: 1852px;
	background: linear-gradient(to right, #c8ab84 20%, #f5f0e7 80%);
}

#mq_cpb2607 .block01.is-active .block01_inner  {
  opacity: 1;
}

#mq_cpb2607 .block01.is-active .block01_content  {
  opacity: 1;
}


#mq_cpb2607 .block01_inner {
  overflow: hidden!important;
  opacity: 0;
  transition: opacity .5s ease;
}

#mq_cpb2607 .block01_content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s ease;
}

#mq_cpb2607 .block01 .headings {
  text-align: center;
  width: 100%;
	position: absolute;
  top: 158px;
	z-index: 2;
}

#mq_cpb2607 .block01 .headings .u-space,
#mq_cpb2607 .block03 .headings .u-space {
	display: none;
}

#mq_cpb2607 .move_arrow.is-sp {
	display: none;
}

#mq_cpb2607 .move_arrow {
	display: block;
	background-image: url(../img/icon_arrow@2x.png);
	background-size: contain;
	width: 13px;
	height: 120px;
	animation:  Movearrow 2s cubic-bezier(.19, 1, .22, 1) 1s infinite;
  z-index: 5;
	background-position: 100% 100%;
  background-repeat: no-repeat;
	position: absolute;
  bottom: -57px;
  left: calc(50% - 500px);
  z-index: 2;
}

#mq_cpb2607 .block01_img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
}

#mq_cpb2607 .block01_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(20px);
	transition: opacity 1s ease, transform 1s ease .5s, filter 1s ease .5s;
  opacity: 0;
}

#mq_cpb2607 .block01_img.is-active img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

#mq_cpb2607 .block01_text {
	position: absolute;
	top: 601px;
	left: 33px;
	z-index: 1;
	width: 267px;
}

#mq_cpb2607 .block01_text-wrap {
	position: relative;
}

#mq_cpb2607 .block01 .line {
  position: absolute;
  left: -33px;
  top: 6px;
  width: 1px;
  height: 352px;
  background-color: var(--color-white);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
  z-index: 2;
}

#mq_cpb2607 .block01 .line.is-active {
  transform: scaleY(1);
}

#mq_cpb2607 .block01_text .caption {
	margin-top: 15px;
}

#mq_cpb2607 .block01 .block01_btn-wrap {
	position: absolute;
	top: 1024px;
	left: 50%;
	transform: translateX(-50%);
}

#mq_cpb2607 .block01_box {
	position: absolute;
	width: 810px;
	top: 1180px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.75);
	padding: 60px 53px;
	z-index: 1;
}

#mq_cpb2607 .block01_aco {
	margin-top: 30px;
}

/*----------------------------------------------------------------------------block02 */
#mq_cpb2607 .block02 {
  position: relative;
}

#mq_cpb2607 .block02 .inner {
  width: 980px;
  margin: 0 auto;
}

#mq_cpb2607 .block02_wrap {
  display: flex;
  gap: 65px;
  min-height: 200vh;
}

#mq_cpb2607 .block02_left {
  width: 490px;
	margin-top: 100px;
}

#mq_cpb2607 .block02_right {
  flex: 1;
  display: block;
}

#mq_cpb2607 .block02_sticky {
  position: sticky;
  top: 55px;
}

#mq_cpb2607 .block02_content {
	display: block;
}

#mq_cpb2607 .block02_ph {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#mq_cpb2607 .block02_ph::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.9s ease;
  z-index: 1;
}

#mq_cpb2607 .block02_ph.is-active::before {
  transform: translateX(100%);
}

#mq_cpb2607 .block02_ph img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.15);
  transition: transform 1s ease;
}

#mq_cpb2607 .block02_ph.is-active img {
  transform: scale(1);
}

#mq_cpb2607 .block02_text {
  text-align: center;
  margin-top: 320px;
}

#mq_cpb2607 .block02_headings-sub {
	color: var(--color-white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	padding: 2px 3px;
	background-color: var(--color-gold);
}

#mq_cpb2607 .block02 .headings {
	text-align: center;
}

#mq_cpb2607 .block02_list {
	margin-top: 120px;
}

#mq_cpb2607 .block02_list-item {
	margin-top: 100px;
}

#mq_cpb2607 .block02_list-item:first-child {
		margin-top: 0px;
}

#mq_cpb2607 .block02_list-headings .u-jost {
	font-family: var(--font-jost);
	font-weight: 300;
	font-size: 32px;
}

#mq_cpb2607 .block02_list-headings .u-large {
	font-family: var(--font-jost);
	font-weight: 300;
	color: var(--color-gold);
	font-size: 90px;
	margin-right: 25px;
	margin-left: 5px;
}

#mq_cpb2607 .block02_list-headings .u-jost,
#mq_cpb2607 .block02_list-headings .u-large {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

#mq_cpb2607 .block02_list-headings {
	font-family: var(--font-serif);
	color: var(--color-gold);
	font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1;
}

#mq_cpb2607 .block02_list-ph {
	width: 385px;
	height: 394px;
	overflow: hidden;
	margin-bottom: 25px;
}

#mq_cpb2607 .block02_list-ph-inner {
	width: 385px;
  z-index: 1;
}

#mq_cpb2607 .block02_list-ph-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(12px);
	transition: opacity 1.2s ease, transform 1.2s ease, filter 1.2s ease;
}

#mq_cpb2607 .block02_list-ph-inner.is-active img {
  transform: scale(1);
  filter: blur(0);
}

#mq_cpb2607 .block02_list-text {
	width: 385px;
}

#mq_cpb2607 .block02 .btn_wrap {
	margin-top: 80px;
}

/*----------------------------------------------------------------------------block03 */
#mq_cpb2607 .block03 {
	margin: 160px auto 0;
	padding: 160px 0 140px;
	background: var(--color-bggold);
}

#mq_cpb2607 .block03_wrap {
	margin-top: 90px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 40px;
}

#mq_cpb2607 .block03 .headings {
	text-align: center;
	display: block;
}

#mq_cpb2607 .block03_ph-wrap {
	width: 640px;
	height: 712px;
	overflow: hidden;
}

#mq_cpb2607 .block03_ph {
	width: 640px;
  z-index: 1;
}

#mq_cpb2607 .block03_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  filter: blur(12px);
	transition: opacity 1.2s ease, transform 1.2s ease, filter 1.2s ease;
}

#mq_cpb2607 .block03_ph.is-active img {
  transform: scale(1);
  filter: blur(0);
}

#mq_cpb2607 .block03_text {
	flex: 1;
}

#mq_cpb2607 .block03 .btn_wrap {
	margin: 100px auto 0;
}

/*----------------------------------------------------------------------------block04 */
#mq_cpb2607 .block04 {
	background: var(--color-bggold);
	padding-bottom: 160px;
}

#mq_cpb2607 .block04_box {
	width: 810px;
	padding: 60px 52px;
	margin: 0 auto;
	border: 1px var(--color-blue) solid;
	background: linear-gradient(to top left, rgba(255,255,255,.8) 0%, rgba(255,255,255,.2) 99%);
}

#mq_cpb2607 .block04_lead {
	color: var(--color-blue);
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#mq_cpb2607 .block04 .caption_sub {
	color: var(--color-blue);
	flex: 1;
}

#mq_cpb2607 .block04_wrap {
  display: flex;
  align-items: flex-start;
	gap: 40px;
	margin: 30px auto 0;
}

#mq_cpb2607 .block04_ph {
	padding-top: 4px;
	width: 324px;
}

#mq_cpb2607 .block04 .btn_wrap {
	margin: 60px auto 0;
}

#mq_cpb2607 .block04 .btn {
	width: 300px;
	height: 48px;
	background: linear-gradient(to bottom,rgba(255, 255, 255, .25) 0%,rgba(255, 255, 255, .25) 100%);
}

/*----------------------------------------------------------------------------block05 */
#mq_cpb2607 .block05 {
	margin: 50px auto 0;
}

#mq_cpb2607 .block05_text .caution {
	color: var(--color-gray);
	text-align: left;
	font-size: 12px;
  line-height: 18px;
	margin-bottom: 100px;
	margin-left: 85px;
}

#mq_cpb2607 .block05 .btn {
	width: 470px;
}

/*----------------------------------------------------------------------------contact/credit/share */
#mq_cpb2607 .contact {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  margin: 80px auto 50px;
}

#mq_cpb2607 .contact span {
	font-size: 14px;
	line-height: 28px;
}

#mq_cpb2607 .credit {
	color: var(--color-gray);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#mq_cpb2607 .staff_credit {
	color: var(--color-gray);
  font-size: 10px;
  text-align: center;
  margin-bottom: 60px;
}

#mq_cpb2607 .credit {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

#mq_cpb2607 .share {
  margin: 100px auto 120px;
  text-align: center;
}

#mq_cpb2607 .share_headings {
  font-size: 22px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

#mq_cpb2607 .share_list {
  text-align: center;
}

#mq_cpb2607 .share_item {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

#mq_cpb2607 .share_item a img {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#mq_cpb2607 .share_item a:hover {
  opacity: 1;
}

#mq_cpb2607 .share_item a img.hover {
  opacity: 0;
  z-index: 3;
  transition: all ease .15s;
  background-color: white;
  border-radius: 50%;
}

#mq_cpb2607 .share_item a:hover img.hover {
  opacity: 1;
}
