html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 985px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 984px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 730px) {
  .br-sp_b {
    display: none;
  }
}

@media screen and (min-width: 499px) {
  .br-sp_c {
    display: none;
  }
}

 /*__________________________________________________

  burger menu
  __________________________________________________*/

.menu {
	position: fixed;
	z-index: 99;
  right: 20px;
  top: 20px;
	width: 48px;
  height: 48px;
	background: #ec7e3f;
	cursor: pointer;
}

.menu:hover {
	background-color: #ec7e3f;
}

.menu__line {
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  transition: transform .3s;
	height: 3px;
	background: #fff;
}

.menu__line--top {
  top: 16px;
}

.menu__line--center {
  top: 22.5px;
}

.menu__line--bottom {
  top: 30px;
}

.menu__line--top.active {
  top: 22.5px;
  transform: rotate(45deg);
	background: #ffffff;
}

.menu__line--center.active {
  transform:scaleX(0);
	background: #ffffff;
}

.menu__line--bottom.active {
  top: 22.5px;
  transform: rotate(135deg);
	background: #ffffff;
}

/*gnav*/
body.gnav-open {
  overflow: hidden;
  height: 100%;
}

.gnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: linear-gradient(180deg,
			#F07D3A 0%,
			#F07D3A 65%,
			#F28A36 78%,
			#F6A233 90%,
			#FDBD38 97%,
			#FFC83D 100%);
}

.gnav__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	min-height: 100dvh;
	padding: 60px 0;
}

.gnav__menu {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.gnav__menu__item01 {
	list-style: none;
	width: 80%;
  margin: 40px auto 60px auto;
	padding: 0;
}

.gnav__menu__item01 a {
  padding: 0;
	text-decoration: none;
  transition: .5s;
}

.gnav__menu__item01 a:hover {
  color: #666;
}

.gnav__menu__item02 {
	list-style: none;
	width: 50%;
  margin: 40px auto 0 auto;
	padding: 0;
}

.gnav__menu__item02 a {
  padding: 0;
	text-decoration: none;
  transition: .5s;
}

.gnav__menu__item02 a:hover {
  color: #666;
}


.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: auto;
  opacity: 1;
  /* visibility: hidden; */
}

@media screen and (max-width: 984px) {
  .water-bg {
    filter: none !important;
    transform: none !important;
  }
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.bg-morning {
  background-image: url('../../images/highlights/high_back_a.jpg');
  opacity: 1;
}

.bg-evening {
  background-image: url('../../images/highlights/high_back_b.jpg');
  opacity: 0;
}

.bg-night {
  background-image: url('../../images/highlights/high_back_c.jpg');
  opacity: 0;
}


/*__________________________________________________

  header
  __________________________________________________*/

/* nav */
.header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100px;
	padding: 0 20px;
	background-image: url('../../images/menuback.webp');
	background-repeat: repeat-x;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1170px;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

.logo a {
	text-decoration: none;
}

.logo img {
	width: 100%;
	max-width: 280px;
}

.nav-list {
	display: flex;
	list-style: none;
	gap: 15px;
	margin: 0;
	padding: 0;
}

.nav-item a {
	text-decoration: none;
}

.nav-item img {
	width: 100%;
	max-width: 160px;
}

@media only screen and (max-width: 768px) {
	.header {
		display: none;
	}
}



.water-section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: auto;
}

.water-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  filter: url(#water-wave);
  transform: scale(1.05);
  z-index: 0;
}

.water-section .content {
  position: relative;
  z-index: 1;
}


/* ==========================================
   スクロールさせるためのコンテンツエリア
   ========================================== */
.content-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-family: sans-serif;
  background: transparent !important;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}

section:first-of-type .content-section {
  min-height: 100vh;
  height: auto;
  padding: 0;
}

section:first-of-type .water-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section+section .content-section {
  padding: 80px 10% 0;
}

.text-wrapper {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.9);
}

.content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  margin: 12% auto 0;
}

.content .titlebox {
  margin-top: 160px;
}

.content .titlebox img {
  /* width: 47%; */
  width: 550px;
  margin: 0 auto;
}

.titlebox_b {
  position: relative;
  width: 100%;
  margin-bottom: 20%;
}

.titlebox_b img {
  width: 40%;
  margin: 0 auto;
}

.bottom-img {
  width: 40%;
  display: block;
}

.top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
}


.areaBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20em;
}

.areaBox .first {
  position: absolute;
  z-index: 11;
}

.area-01 .first {
  top: max(-11vw, -168px);
  right: 0;
  width: 20%;
}

.area-02 .pos-tr {
  top: max(-9vw, -144px);
  right: 6%;
  width: 18%;
}

.area-02 .pos-bl {
  bottom: max(-16vw, -230px);
  left: 5%;
  width: 18%;
}

.area-03 .pos-tr {
  top: max(-9vw, -137px);
  right: 10%;
  width: 18%;
}

.area-03 .pos-bl {
  bottom: max(-14vw, -229px);
  left: 5%;
  width: 22%;
}

.area-04 .pos-tr {
  top: max(-13vw, -158px);
  right: 4%;
  width: 20%;
}

.area-04 .pos-bl {
  bottom: max(-21vw, -305px);
  left: 5%;
  width: 18%;
}


.upper {
  position: relative;
}

.title-text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #004980;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 800;
}

.middle {
  width: 100%;
  background: url('../../images/highlights/high_box_b.webp') repeat-y;
  background-size: contain;
  color: #004980;
}

.middle-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
}

.hidden-svg {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.introTxt {
  max-width: 1120px;
  margin: 0 auto;
  padding: 160px 0;
}

.introTxt p {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(14px, calc(11.429px + 0.714vw), 20px);
  color: #004980;
  line-height: 3;
}

p.midashi {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 800;
  font-size: clamp(16px, calc(9.143px + 1.905vw), 32px);
}

.introTxt p span.marker {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(14px, calc(11.429px + 0.714vw), 20px);
  background: linear-gradient(transparent 60%, #ffef93 30%);
  line-height: 1;
}

.middle-text p.midashi_b {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 800;
  font-size: clamp(14px, calc(8.857px + 1.429vw), 26px);
  text-align: left;
  line-height: 1.47;
  margin: 2em 0 0 0;
}

.middle-text p {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: clamp(13px, calc(10.857px + 0.595vw), 18px);
  color: #004980;
  line-height: 2;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

@media screen and (max-width: 984px) {

  .titlebox_b {
    margin-bottom: 16%;
  }

  .titlebox_b img {
    width: 46%;
  }

  .wrap {
    margin-top: 10%;
  }

  .areaBox {
    margin-bottom: 15em;
  }

  .area-01 .first {
  top: max(-16vw, -168px);
  right: 0;
  width: 27%;
}

.area-02 .pos-tr {
  top: max(-15vw, -144px);
  right: -1%;
  width: 25%;
}

.area-02 .pos-bl {
  bottom: max(-21vw, -230px);
  left: 5%;
  width: 23%;
}

.area-03 .pos-tr {
  top: max(-15vw, -137px);
  right: 10%;
  width: 24%;
}

.area-03 .pos-bl {
  bottom: max(-17vw, -229px);
  left: 5%;
  width: 29%;
}

.area-04 .pos-tr {
  top: max(-14vw, -158px);
  right: 4%;
  width: 26%;
}

.area-04 .pos-bl {
  bottom: max(-26vw, -305px);
  left: 5%;
  width: 23%;
}

}

@media screen and (max-width: 850px) {

.area-01 .first {
  top: max(-16vw, -168px);
  right: 0;
  width: 27%;
}

.area-02 .pos-tr {
  top: max(-15vw, -144px);
  right: -1%;
  width: 25%;
}

.area-02 .pos-bl {
  bottom: max(-21vw, -230px);
  left: 5%;
  width: 23%;
}

.area-03 .pos-tr {
  top: max(-15vw, -137px);
  right: 10%;
  width: 24%;
}

.area-03 .pos-bl {
  bottom: max(-17vw, -229px);
  left: 5%;
  width: 29%;
}

.area-04 .pos-tr {
  top: max(-14vw, -158px);
  right: 4%;
  width: 26%;
}

.area-04 .pos-bl {
  bottom: max(-26vw, -305px);
  left: 5%;
  width: 23%;
}

}


@media screen and (max-width: 784px) {

  section+section .content-section {
    padding: 60px 5% 30px;
  }

  .areaBox {
    margin-bottom: 12em;
  }
}


@media screen and (max-width: 499px) {
  .content .titlebox {
    margin-top: 26%;
  }

  .content .titlebox img {
    width: 90%;
    max-width: 600px;
  }

  .introTxt {
    padding: 20% 0;
  }

  .introTxt p {
    line-height: 2.5;
  }

  .titlebox_b {
    margin-bottom: 20%;
  }

  .titlebox_b img {
    width: 50%;
  }

  .areaBox {
    margin-bottom: 8em;
  }

  .middle-text p {
    line-height: 1.55;
  }

  .area-01 .first {
    top: max(-18vw, -144px);
    right: 0;
    width: 28%;
  }

  .area-02 .pos-tr {
    top: max(-20vw, -170px);
    right: -4%;
    width: 29%;
  }

  .area-02 .pos-bl {
    bottom: max(-24vw, -210px);
    left: 5%;
    width: 27%;
  }

  .area-03 .pos-tr {
    top: max(-15vw, -82px);
    right: 1%;
    width: 27%;
  }

  .area-03 .pos-bl {
    bottom: max(-21vw, -210px);
    left: 5%;
    width: 33%;
  }

  .area-04 .pos-tr {
    top: max(-19vw, -180px);
    right: 4%;
    width: 30%;
  }

  .area-04 .pos-bl {
    bottom: max(-31vw, -305px);
    left: 5%;
    width: 24%;
  }
}

@media screen and (max-width: 784px) {

  section+section .content-section {
    padding: 60px 5% 0;
  }
}

footer {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: clamp(13px, calc(11.714px + 0.357vw), 16px);
  text-align: left;
  line-height: 1.47;
  color: #004980;
  margin: 40px auto 20px;
}


/* ==========================================
   乗算（Multiply）ドロップ画像の設定
   ========================================== */

.drop-multiply {
  position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.areaBox .drop-pos-01 {
  top: -55%;
  left: 0;
  width: 100%;
  z-index: 12;
}

.areaBox .drop-pos-02 {
  top: -280px;
  left: 0;
  width: 100%;
  z-index: 12;
}

.areaBox .drop-pos-03 {
  top: -200px;
  right: 0;
  width: 100%;
  z-index: 12;
}

.areaBox .drop-pos-04 {
  top: -202px;
  left: 0;
  width: 100%;
  z-index: 12;
}

.areaBox .drop-pos-05 {
  bottom: -200px;
  left: 73px;
  width: 100%;
  z-index: 20;
}


/* レスポンシブ */

@media screen and (max-width: 984px) {
  .areaBox .drop-pos-01 {
    width: 100%;
    top: -30%;
    left: -6px;
  }

  .areaBox .drop-pos-02,
  .areaBox .drop-pos-03,
  .areaBox .drop-pos-04 {
    width: 100%;
    top: -177px;
  }

  .areaBox .drop-pos-05 {
    width: 100%;
    bottom: -134px;
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  .areaBox {
    margin-bottom: 35%;
  }

  .areaBox .drop-pos-01 {
    width: 100%;
    top: -140px;
    left: -6px;
  }

  .areaBox .drop-pos-02,
  .areaBox .drop-pos-03,
  .areaBox .drop-pos-04 {
    width: 100%;
    top: -123px;
  }

  .areaBox .drop-pos-05 {
    width: 100%;
    bottom: -74px;
    left: 0;
  }
}


@media screen and (max-width: 499px) {
  .areaBox .drop-pos-01 {
    width: 100%;
    top: -29%;
    left: -6px;
  }

  .areaBox .drop-pos-02,
  .areaBox .drop-pos-03,
  .areaBox .drop-pos-04 {
    width: 100%;
    top: -80px;
  }

  .areaBox .drop-pos-05 {
    width: 100%;
    bottom: -62px;
    left: 0;
  }
}



/* ==========================================
   スクロールアニメーション用の設定
   ========================================== */

.areaBox .animate-inner {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.areaBox.is-show .animate-inner {
  opacity: 1;
  transform: translateY(0);
}

.areaBox .drop-multiply {
  opacity: 0;
}

.areaBox.is-show .drop-multiply {
  animation: fadeUpAndBlend 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeUpAndBlend {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }

  99% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
    transform: translate(0, 0);
  }
}

/*__________________________________________________

  LOADING
  __________________________________________________*/
.loading-logo {
	display: flex;
	justify-content: center;
	align-items: center;

	width: 30vw;
	max-width: 400px;
	min-width: 150px;

	height: auto;
	opacity: 0;
	animation: slideUp 1.2s ease forwards 0.3s;
}

.loading-logo img {
	width: 100%;
	height: auto;
	display: block;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

@keyframes slideUp {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#loading.loaded {
	opacity: 0;
	visibility: hidden;
}

#web-content {
	opacity: 0;
}

#loading.loaded+#web-content {
	opacity: 1;
	transition: opacity 1s ease;
}

/*__________________________________________________

  PAGETOP
  __________________________________________________*/
.content-pagetop {
  clear: both;
  position: fixed;
	z-index: 3;
  right: 30px;
	width: 86px;
  bottom: 50px;
  margin: 0;
  padding: 10px 0 10px 0;
  text-align: right;
  }

@media only screen and (max-width: 768px) {
  .content-pagetop {
    clear: both;
    position: fixed;
    z-index: 3;
    right: 15px;
    bottom: 25px;
		width: 15%;
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: right;
    }
}
