@charset "UTF-8";
/* _setting CSS */
@font-face {
  font-family: "はんなり明朝";
  src: url("https://cdn.leafscape.be/hannari/hannari_web.woff2") format("woff2");
}

html {
  font-size: 10px;
}

* {
  line-height: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header,
footer,
nav,
main,
article,
section,
figure,
aside {
  display: block;
}

body {
  line-height: 1.7;
  background: #eeeae2;
  color: #646464;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.2em;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'Noto Sans JP','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
code,
th,
td,
select,
p,
li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em,
strong {
  font-size: inherit;
}

em,
strong,
b {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td {
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset,
img,
hr {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
}

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
  resize: vertical;
}

label,
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media all and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 1.3333333333vw;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  address,
  caption,
  code,
  th,
  td,
  select,
  p,
  li,
  em,
  strong {
    font-size: 3rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  iframe[src*="youtube"] {
    max-width: 100%;
    height: 52vw;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp {
    display: none;
  }
}
#wrapper.loaded #header {
  opacity: 1;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  transition: 1s;
}
@media all and (min-width: 1001px) {
  #header #nav {
    display: flex;
    justify-content: space-between;
  }
  #header #nav .h_logo {
    position: relative;
    width: 200px;
    filter: brightness(0) invert(1);
    transition: 0.5s;
    left: 32px;
  }
  #header #nav_wrap {
    height: 100%;
    background: #8da6a5;
  }
  #header #nav_wrap .nav1 {
    display: flex;
  }
  #header #nav_wrap .nav1 a {
    display: block;
    position: relative;
    padding: 35px 15px 13px;
    transition: 0.3s;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.01em;
  }
  #header #nav_wrap .nav1 a:hover {
    background: #607f7d;
  }
  #header #nav_wrap .nav1 li:nth-child(1) a {
    padding-left: 20px;
  }
  #header #nav_wrap .nav1 li:nth-child(5) a {
    padding-right: 25px;
  }
  #header #nav_wrap .nav1 .shop a {
    width: 68px;
    padding: 40px 0 8px;
    background: #607f7d;
  }
  #header #nav_wrap .nav1 .shop a img {
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-60%);
  }
}
@media screen and (max-width: 1000px) {
  #header #nav {
    display: flex;
    justify-content: space-between;
  }
  #header #nav .h_logo {
    position: relative;
    top: 1vw;
    left: 5vw;
    width: 20vw;
    filter: brightness(0) invert(1);
    transition: 0.5s;
  }
  #header #nav_open {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1005;
    width: 16.6666666667vw;
    height: 10.6666666667vw;
  }
  #header #nav_open span,
  #header #nav_open::before,
  #header #nav_open::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8vw;
    height: 0.2666666667vw;
    margin: -0.1333333333vw 0 0 -4vw;
    background: #000;
    transition: transform 0.4s 0s, margin-top 0.4s 0.4s, opacity 0.3s;
  }
  #header #nav_open span {
    overflow: hidden;
    text-indent: 10000px;
  }
  #header #nav_open::before {
    margin-top: -1.4666666667vw;
  }
  #header #nav_open::after {
    margin-top: 1.3333333333vw;
  }
  #header #nav_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: #8da6a5;
    opacity: 0;
    transition: 0.7s;
    pointer-events: none;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
  }
  #header #nav_wrap .nav1 {
    width: 56vw;
    margin: 0 auto;
    padding-bottom: 22.6666666667vw;
  }
  #header #nav_wrap .nav1 li {
    margin-bottom: 7.3333333333vw;
  }
  #header #nav_wrap .nav1 .shop {
    margin-top: 10.6666666667vw;
  }
  #header #nav_wrap .nav1 .shop a {
    width: 100%;
  }
  #header #nav_wrap .sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 18.9333333333vw;
    left: 0;
    width: 100%;
    filter: brightness(0) invert(1);
  }
  #header #nav_wrap .sns_list li {
    width: 7.0666666667vw;
    margin: 0 4.6666666667vw;
  }
  #header #nav_wrap .sns_list li img {
    width: 100%;
  }
  #header #nav_wrap .sns_list li:nth-child(2) {
    width: 8.4vw;
  }
  #header #nav_wrap .sns_list li:nth-child(3) {
    width: 9.2vw;
  }
  #header #nav_wrap .copy {
    position: absolute;
    bottom: 9.3333333333vw;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #header.on #nav_wrap {
    opacity: 1;
    pointer-events: all;
  }
  #header.on #nav_open span {
    opacity: 0;
    transition: transform 0.4s 0.4s, margin-top 0.4s 0s, opacity 0.3s;
  }
  #header.on #nav_open::before {
    margin-top: -0.1333333333vw;
    transform: rotate(20deg);
    transition: transform 0.4s 0.4s, margin-top 0.4s 0s, opacity 0.3s;
  }
  #header.on #nav_open::after {
    margin-top: -0.1333333333vw;
    transform: rotate(-20deg);
    transition: transform 0.4s 0.4s, margin-top 0.4s 0s, opacity 0.3s;
  }
}
#header.logo_on #nav .h_logo {
  filter: none;
}

#footer {
  border-top: 1px solid #607f7d;
  background: #eeeae2;
}
#footer .contact {
  padding: 45px 0;
  border-bottom: 1px solid #607f7d;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #footer .contact {
    padding: 6.4vw 0;
  }
}
#footer .contact a {
  padding: 17px 0 15px;
}
@media screen and (max-width: 1000px) {
  #footer .contact a {
    width: 57.6vw;
    padding: 2.4vw;
  }
}
#footer .sns_list {
  display: flex;
  justify-content: center;
  padding: 45px 0 30px;
}
@media screen and (max-width: 1000px) {
  #footer .sns_list {
    padding: 9.3333333333vw 0 9.6vw;
  }
}
#footer .sns_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 17px;
}
@media all and (min-width: 1001px) {
  #footer .sns_list li a {
    transition: 0.3s;
  }
  #footer .sns_list li a:hover {
    opacity: 0.8;
  }
}
#footer .copy {
  padding: 35px 0 170px;
  background: linear-gradient(
    0deg,
    rgba(96, 127, 125, 0.6) 0%,
    rgba(96, 127, 125, 0) 60%
  );
}
@media screen and (max-width: 1000px) {
  #footer .copy {
    padding: 2vw 0 36vw;
    background: linear-gradient(
      0deg,
      rgba(96, 127, 125, 0.6) 0%,
      rgba(96, 127, 125, 0) 70%
    );
  }
}
#footer .copy p {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  #footer .copy p {
    font-size: 2rem;
  }
}

@media print {
  body,
  html {
    width: 100% !important;
    min-width: 0 !important;
    -webkit-print-color-adjust: exact;
  }

  * {
    transition: 0s !important;
    transition-delay: 0s !important;
  }

  @page {
    margin: 0;
    size: A4;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 0;
  }
  body {
    zoom: 0.8;
  }
}
.f_han {
  font-family: "はんなり明朝2", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* _setting CSS */
@keyframes anime1 {
  0% {
    transform: translateX(0);
    border-radius: 54% 46% 40% 61%/57% 66% 33% 43%;
  }
  25% {
    transform: translate(17px, 15px);
    border-radius: 52% 48% 43% 57%/54% 53% 47% 46%;
  }
  50% {
    transform: translateX(0, -13px);
    border-radius: 35% 65% 53% 47%/54% 53% 47% 46%;
  }
  75% {
    transform: translate(-15px, 12px);
    border-radius: 52% 62% 50% 52%/54% 53% 47% 46%;
  }
  100% {
    transform: translateX(0);
    border-radius: 54% 46% 40% 61%/57% 66% 33% 43%;
  }
}
.scroll_func {
  transition: opacity 1.2s, transform 1.2s;
}
.scroll_func._scf_opacity {
  opacity: 0;
}
.scroll_func._scf_top {
  transform: translateY(30px);
}
.scroll_func._scf_left {
  transform: translateX(100px);
}
.scroll_func.scroll_on._scf_opacity {
  opacity: 1;
}
.scroll_func.scroll_on._scf_top {
  transform: translateY(0);
}
.scroll_func.scroll_on._scf_left {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .scroll_func._pc_scf {
    opacity: 1;
    transform: translate(0);
  }
}

.scroll_func_deray_wrap .scroll_func._scf_deray:nth-child(2) {
  transition-delay: 0.15s;
}
.scroll_func_deray_wrap .scroll_func._scf_deray:nth-child(3) {
  transition-delay: 0.3s;
}
.scroll_func_deray_wrap .scroll_func._scf_deray:nth-child(4) {
  transition-delay: 0.45s;
}
.scroll_func_deray_wrap .scroll_func._scf_deray:nth-child(5) {
  transition-delay: 0.6s;
}
.scroll_func_deray_wrap .scroll_func._scf_deray:nth-child(6) {
  transition-delay: 0.75s;
}

#wrapper {
  height: 100vh;
  padding: 100vh 0 0;
  overflow: hidden;
}
#wrapper .loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
}
#wrapper .loading .img {
  width: 100%;
  height: 100%;
  background: url("../images/logo.webp") no-repeat 52% center/283px;
  transition: 1s;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  #wrapper .loading .img {
    background: url("../images/logo.webp") no-repeat 54% center;
    background-size: 47.6vw;
  }
}
#wrapper.loaded {
  height: auto;
  padding: 0;
}
#wrapper.loaded .loading {
  opacity: 0;
  pointer-events: none;
}

.c_wrap1 {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c_wrap1 {
    width: 100%;
    padding: 0 4vw;
  }
}

.c_hd1 {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c_hd1 {
    margin-left: 6.4vw;
  }
}
.c_hd1::before {
  content: "";
  position: absolute;
  top: -159px;
  left: -23px;
  width: 353px;
  height: 310px;
  background: url("../images/sec3_hd.svg") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  .c_hd1::before {
    top: -42.4vw;
    left: -4.2666666667vw;
    width: 67.4666666667vw;
    height: 59.4666666667vw;
  }
}
.c_hd1 > span {
  display: block;
  position: relative;
  padding: 30px 0 0;
  font-size: 3.6rem;
  font-family: "はんなり明朝", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.15em;
}
@media all and (min-width: 1001px) {
  .c_hd1 > span {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1000px) {
  .c_hd1 > span {
    padding: 4vw 0 0;
    font-size: 5.2rem;
  }
}
.c_hd1 > span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #607f7d;
  transform: translateX(-55%);
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .c_hd1 > span::before {
    top: 0;
    left: 0;
    width: 7.2vw;
    height: 0.2666666667vw;
    transform: none;
  }
}
@media all and (min-width: 1001px) {
  .c_hd1 > span > span {
    display: inline-block;
    transform: matrix(0, 1, 1, 0, 0, 0);
  }
}

.c_btn1 {
  display: inline-block;
  width: 300px;
  padding: 14px;
  background: #607f7d;
  color: #fff;
  font-size: 2.2rem;
  font-family: "はんなり明朝", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_btn1 {
    padding: 2vw;
    font-size: 3rem;
  }
}
@media all and (min-width: 1001px) {
  .c_btn1:hover {
    opacity: 0.7;
  }
}

#contents {
  overflow: hidden;
}
#contents .scroll_img {
  position: absolute;
  overflow: hidden;
}
#contents .scroll_img .bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 120%;
  background: url("../images/sec4_img1_h.webp") no-repeat center/cover;
}
#contents .mv {
  position: relative;
  height: 750px;
  background: url("../images/mv_img1.webp") no-repeat center/cover;
}
@media screen and (max-width: 1000px) {
  #contents .mv {
    height: 150.2666666667vw;
    background-image: url("../images/sp_mv_img1.webp");
  }
}
@media all and (min-width: 1280px) {
  #contents .mv {
    height: 58.59375vw;
  }
}

#contents .mv .v2 {
  position: absolute;
  top: 482px;
  left: 50%;
  width: 227px;
  height: 129px;
  transform: translateX(-525px);
}
@media screen and (max-width: 1000px) {
  #contents .mv .v2 {
    top: 57vw;
    left: 7vw;
    width: 40vw;
    transform: none;
  }
}
@media all and (min-width: 1001px) {
  #contents .mv .v2 {
    top: 22vw;
    width: 17.734375vw;
    height: 10.078125vw;
    transform: translateX(-41.015625vw);
  }
}
#contents .mv .v2 video {
  width: 100%;
  height: 100%;
}
#contents .mv .text1,
#contents .mv .text2,
#contents .mv .text3 {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
  transition-property: opacity;
}
#contents .mv .text1 img,
#contents .mv .text2 img,
#contents .mv .text3 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #contents .mv .text1,
  #contents .mv .text2,
  #contents .mv .text3 {
    margin-left: 0 !important;
  }
}
#contents .mv.scroll_on .text1,
#contents .mv.scroll_on .text2,
#contents .mv.scroll_on .text3 {
  opacity: 1;
}
#contents .mv .text1 {
  top: 492px;
  left: 50%;
  width: 203px;
  margin-left: 190px;
}
@media all and (min-width: 1280px) {
  #contents .mv .text1 {
    top: 38.4375vw;
    left: 64.921875vw;
    width: 15.859375vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .mv .text1 {
    top: 125.6vw;
    left: 63.6vw;
    width: 31.7333333333vw;
    height: 19.6vw;
  }
}
#contents .mv .text2 {
  top: 430px;
  left: 42%;
  width: 244px;
  margin-left: -420px;
}
@media all and (min-width: 1280px) {
  #contents .mv .text2 {
    top: 33vw;
    left: 9vw;
    width: 19.0625vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .mv .text2 {
    top: 41.6vw;
    left: 10vw;
    width: 30.2666666667vw;
    height: 20.4vw;
  }
}
#contents .mv .text3 {
  top: 163px;
  left: 50%;
  width: 157px;
  margin-left: 319px;
}
@media all and (min-width: 1280px) {
  #contents .mv .text3 {
    top: 12.734375vw;
    left: 75.078125vw;
    width: 12.265625vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .mv .text3 {
    top: 19.4666666667vw;
    left: 61.4666666667vw;
    width: 24.5333333333vw;
    height: 36.4vw;
  }
}
#contents .sec_insta {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: 1s;
  transition-delay: 0.3s;
}
#contents .sec_insta a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 320px;
  height: 90px;
  padding: 0 52px 0 47px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.6s;
}
#contents .sec_insta a .insta_logo {
  position: relative;
  transition: 0.3s;
  width: 40px;
}
#contents .sec_insta a .text1 {
  transition: width 0s 0s, opacity 0.5s 0.3s;
  width: 165px;
}
#contents .sec_insta a .text2 {
  position: absolute;
  top: 51px;
  left: 50%;
  width: 73px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  #contents .sec_insta a .text2 {
    display: none;
    top: 11.3333333333vw;
    width: 13.3333333333vw;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec_insta a:hover {
    opacity: 0.7;
  }
}
#contents .sec_insta.on {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #contents .sec_insta.on {
    right: 5.8666666667vw;
    bottom: 0;
  }
}
#contents .sec_insta.on a {
  width: 110px;
  padding: 0px;
}
@media screen and (max-width: 1000px) {
  #contents .sec_insta.on a {
    width: 16vw;
    height: 16vw;
    border-radius: 6.6666666667vw;
  }
}
#contents .sec_insta.on a .insta_logo {
  top: -10px;
  left: 35px;
}

@media screen and (max-width: 1000px) {
  #contents .sec_insta.on a .insta_logo {
    top: 0vw;
    left: 3.3333333333vw;
    width: 9.6vw;
    min-width: 9.6vw;
  }
}
#contents .sec_insta.on a .text1 {
  width: 0;
  opacity: 0;
  transition: width 0s 0.5s, opacity 0.5s 0s;
}
#contents .sec_insta.on a .text2 {
  opacity: 1;
  transition: 0.4s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1000px) {
  #contents .sec_insta.on a .text2 img {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec_insta {
    bottom: 10px;
    right: 11.6vw;
    transition: 1s;
  }
  #contents .sec_insta a {
    width: 76.8vw;
    height: 21.6vw;
    margin: 5.8666666667vw auto;
    padding: 0 12.2666666667vw 0 10.4vw;
    border-radius: 9.3333333333vw;
  }
  #contents .sec_insta a img {
    width: 9.6vw;
  }
  #contents .sec_insta a .text1 {
    width: 39.4666666667vw;
  }
  #contents .sec_insta a .text1 img {
    width: 100%;
  }
}
#contents .sec1 {
  padding: 110px 0 40px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 {
    padding: 12vw 0 14.6666666667vw;
  }
}
#contents .sec1 h2 {
  margin: 0 0 47px;
  color: #607f7d;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 h2 {
    margin: 0 0 5.3333333333vw;
    font-size: 4.2rem;
  }
}
#contents .sec1 ul {
  display: flex;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
#contents .sec1 ul li {
  width: 280px;
  margin: 0 5px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 ul li {
    width: 50%;
    margin: 0 0 5.3333333333vw;
  }
  #contents .sec1 ul li:nth-child(1) {
    width: 100%;
  }
}
#contents .sec1 ul li img {
  display: block;
  margin: 0 auto 20px;
  width: 180px;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 ul li img {
    width: 34.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#contents .sec1 ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec1 ul li span {
    height: auto;
    font-size: 3rem;
  }
}
#contents .sec2 {
  position: relative;
  padding: 262px 0 300px;
  opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 {
    height: 211.2vw;
    padding: 40.1333333333vw 9.8666666667vw 0;
    background: url("../images/sp_sec2_img1.webp") no-repeat center/100%;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec2::before {
    content: "";
    position: absolute;
    top: 112px;
    left: calc(50% - 23px);
    z-index: -1;
    width: 782px;
    height: 686px;
    background: url("../images/sec2_img3.svg") no-repeat;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.5s;
  }
  #contents .sec2::after {
    content: "";
    position: absolute;
    top: 120px;
    left: calc(50% - 395px);
    z-index: -1;
    width: 770px;
    height: 636px;
    background: url("../images/sec2_img4.svg") no-repeat;
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.5s;
  }
  #contents .sec2.scroll_on::before {
    opacity: 0.6;
  }
  #contents .sec2.scroll_on::after {
    opacity: 1;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec2 .gb_wrap::before {
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1000;
    top: 122px;
    left: calc(50% + 25px);
    z-index: 2;
    width: 200%;
    height: 889px;
    background: url("../images/sec2_img1.webp") no-repeat center 0/1540px;
    pointer-events: none;
    transform: translateX(-50%);
  }
}
#contents .sec2 .inner {
  position: relative;
  z-index: 10;
  width: 440px;
  margin: 0 auto;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner {
    width: 100%;
  }
}
#contents .sec2 .inner h2 {
  position: relative;
  margin: 0 0 25px;
  color: #607f7d;
  font-size: 2.9rem;
  text-align: center;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner h2 {
    margin: 0 0 4.6666666667vw;
    font-size: 4.3rem;
  }
}
#contents .sec2 .inner h2 .img {
  position: absolute;
  top: -150px;
  left: -165px;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner h2 .img {
    top: -42.6666666667vw;
    left: -8.5333333333vw;
    width: 47.8666666667vw;
    height: 33.7333333333vw;
  }
  #contents .sec2 .inner h2 .img img {
    width: 100%;
  }
}
#contents .sec2 .inner h2 .hd {
  display: block;
}
#contents .sec2 .inner h2 .hd::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  margin: 20px auto 0;
  background: #607f7d;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner h2 .hd::after {
    width: 4.8vw;
    height: 1px;
    margin-top: 3.4666666667vw;
  }
}
#contents .sec2 .inner p {
  line-height: 2.3;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  transition-delay: 0.4s;
}
@media screen and (max-width: 1000px) {
  #contents .sec2 .inner p {
    line-height: 2;
    font-size: 2.4rem;
  }
}
#contents .sec3 {
  position: relative;
  padding: 103px 0 190px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 {
    padding: 10.6666666667vw 4vw 13.3333333333vw;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec3 .c_hd1 {
    position: absolute;
    top: 90px;
    left: -65px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .c_hd1 {
    margin-bottom: 12vw;
  }
}
#contents .sec3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px 0 60px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul {
    padding: 0;
  }
}
#contents .sec3 ul li {
  position: relative;
  width: 400px;
  margin: 0 0 65px;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li {
    width: 100%;
    margin: 0 0 9.3333333333vw;
  }
}
#contents .sec3 ul li::before {
  content: "";
  position: absolute;
  top: 83px;
  left: 50%;
  width: 300px;
  height: 60px;
  background: url("../images/sec3_img5.svg") no-repeat center/100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li::before {
    top: 21.6vw;
    left: 3.3333333333vw;
    width: 85.3333333333vw;
    height: 16.6666666667vw;
    background-image: url("../images/sp_sec3_img5.svg");
    transform: none;
  }
}
#contents .sec3 ul li .inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#contents .sec3 ul li .inner > * {
  order: 2;
}
#contents .sec3 ul li .inner .img {
  order: 1;
  width: 160px;
  margin: 0 auto 5px;
}
#contents .sec3 ul li .inner .img img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner .img {
    width: 36.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#contents .sec3 ul li .inner h3 {
  margin: 0 0 22px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner h3 {
    margin: 0 0 6vw;
    font-size: 4.4rem;
  }
}
#contents .sec3 ul li .inner h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 auto;
  background: #607f7d;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner h3::after {
    width: 4.8vw;
    height: 1px;
    margin-top: 1.3333333333vw;
  }
}
#contents .sec3 ul li .inner .text1 {
  line-height: 1.9;
  margin: 0 0 20px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner .text1 {
    line-height: 2.2;
    margin: 0 0 2.6666666667vw;
    font-size: 2.7rem;
  }
}
#contents .sec3 ul li .inner .text2 {
  line-height: 2;
  padding: 0 20px 0 30px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner .text2 {
    padding: 0 3.3333333333vw;
    font-size: 2.4rem;
  }
}
#contents .sec3 ul li .inner .notice {
  line-height: 2;
  padding: 13px 20px 0 30px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 ul li .inner .notice {
    padding: 2.6666666667vw 3.3333333333vw 0;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec3 ul li:nth-child(2) .inner {
    transition-delay: 0.15s;
  }
  #contents .sec3 ul li:nth-child(3) .inner {
    transition-delay: 0.3s;
  }
  #contents .sec3 ul li:nth-child(4) .inner {
    transition-delay: 0.45s;
  }
  #contents .sec3 ul li:nth-child(5) .inner {
    transition-delay: 0.6s;
  }
  #contents .sec3 ul li:nth-child(6) .inner {
    transition-delay: 0.75s;
  }
  #contents .sec3 ul li:nth-child(7) .inner {
    transition-delay: 0.9s;
  }
  #contents .sec3 ul li:nth-child(8) .inner {
    transition-delay: 1.05s;
  }
  #contents .sec3 ul li:nth-child(9) .inner {
    transition-delay: 1.2s;
  }
  #contents .sec3 ul li:nth-child(10) .inner {
    transition-delay: 1.35s;
  }
}
#contents .sec3 .contents_notice {
  padding: 0 10px 0 90px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .contents_notice {
    margin: -2.6666666667vw 0 6.6666666667vw;
    padding: 0 4vw;
    font-size: 2.2rem;
  }
}
#contents .sec3 .btn {
  padding: 20px 0 0 18px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec3 .btn {
    width: 57.6vw;
    margin: 0 auto;
    padding: 0;
  }
  #contents .sec3 .btn a {
    width: 100%;
    padding: 2.6666666667vw;
  }
}
#contents .sec4 {
  position: relative;
  z-index: 2;
  padding: 450px 0 0;
}
#contents .sec4 + .sec6 {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 + .sec6 {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec4 {
    padding: 46.6666666667vw 0 10.6666666667vw;
  }
}
#contents .sec4 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  filter: blur(10px);
  transition: 1s;
}
#contents .sec4 .img1.scroll_on {
  filter: blur(0);
}
@media screen and (max-width: 1000px) {
  #contents .sec4 .img1 {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec4 .img1 {
    top: 64.6666666667vw;
    height: 37.4666666667vw;
  }
}
#contents .sec4 .img1 .bg {
  top: -90%;
  height: 170%;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 .img1 .bg {
    top: -5%;
    height: 170%;
  }
}
#contents .sec4 > .inner {
  position: relative;
}
@media all and (min-width: 1001px) {
  #contents .sec4 > .inner {
    padding: 0 0 0 98px;
  }
}
#contents .sec4 > .inner::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -220px;
  width: 332px;
  height: 350px;
  background: url("../images/sec4_img4.webp") no-repeat center/100%;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner::before {
    bottom: -45.3333333333vw;
    left: -13.3333333333vw;
    width: 47.0666666667vw;
    height: 73.3333333333vw;
    background-image: url("../images/sp_sec4_img4.webp");
  }
}
@media all and (min-width: 1001px) {
  #contents .sec4 > .inner .c_hd1 {
    position: absolute;
    top: -255px;
    left: -65px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner .c_hd1 {
    margin-bottom: 49.3333333333vw;
  }
}
#contents .sec4 > .inner .c_hd1::before {
  top: -255px;
  left: -35px;
  width: 346px;
  height: 356px;
  background-image: url("../images/sec4_hd.svg");
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner .c_hd1::before {
    top: -43.8666666667vw;
    left: -3.7333333333vw;
    width: 66.5333333333vw;
    height: 68.5333333333vw;
  }
}
#contents .sec4 > .inner section {
  position: relative;
  margin: 0 0 55px;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section {
    margin: 0 0 9.3333333333vw;
  }
}
#contents .sec4 > .inner section .inner {
  position: relative;
  width: 530px;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section .inner {
    width: 100%;
    padding: 0 2.6666666667vw 0 4.6666666667vw;
  }
}
#contents .sec4 > .inner section h3 {
  margin: 0 0 20px;
  font-size: 2.8rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section h3 {
    line-height: 1.8;
    margin: 0 0 4vw;
    font-size: 4.4rem;
  }
}
#contents .sec4 > .inner section p {
  line-height: 2.15;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section p {
    line-height: 2;
    margin: 0 0 6.6666666667vw;
    font-size: 2.4rem;
  }
}
#contents .sec4 > .inner section .img2 {
  width: 401px;
  height: 267px;
  filter: blur(10px);
  transition: 1s;
}
#contents .sec4 > .inner section .img2.scroll_on {
  filter: blur(0);
}
@media all and (min-width: 1001px) {
  #contents .sec4 > .inner section .img2 {
    position: absolute;
    top: 90px;
    left: 589px;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section .img2 {
    position: relative;
    top: -1.3333333333vw;
    left: -4vw;
    display: block;
    width: 85.6vw;
    height: 57.0666666667vw;
    overflow: hidden;
  }
}
#contents .sec4 > .inner section .img2 .bg {
  top: -20%;
  height: 140%;
  background-image: url("../images/sec4_img2.webp");
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner section .img2 .bg {
    top: 0;
    height: 160%;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec4 > .inner .sec_2 {
    padding-left: 340px;
  }
}
#contents .sec4 > .inner .sec_2 .img3 {
  width: 290px;
  height: 214px;
  filter: blur(10px);
  transition: 1s;
}
#contents .sec4 > .inner .sec_2 .img3.scroll_on {
  filter: blur(0);
}
@media all and (min-width: 1001px) {
  #contents .sec4 > .inner .sec_2 .img3 {
    position: absolute;
    top: 5px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner .sec_2 .img3 {
    position: relative;
    top: 0;
    left: 34vw;
    display: block;
    width: 61.8666666667vw;
    height: 45.7333333333vw;
    overflow: hidden;
  }
}
#contents .sec4 > .inner .sec_2 .img3 .bg {
  top: -10%;
  height: 150%;
  background-image: url("../images/sec4_img3.webp");
}
@media screen and (max-width: 1000px) {
  #contents .sec4 > .inner .sec_2 .img3 .bg {
    top: 10%;
    height: 170%;
  }
}
#contents .sec5 {
  position: relative;
  padding-top: 95px;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 {
    padding-top: 13.3333333333vw;
  }
}
#contents .sec5::before {
  content: "";
  position: absolute;
  top: -320px;
  left: calc(50% + 225px);
  width: 415px;
  height: 524px;
  background: url("../images/sec5_img1.webp") no-repeat center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #contents .sec5::before {
    top: -4.6666666667vw;
    left: 74.8vw;
    width: 26.6666666667vw;
    height: 69.7333333333vw;
    background-image: url("../images/sp_sec5_img1.webp");
  }
}
#contents .sec5 h2 {
  position: relative;
  margin: 0 0 45px;
  line-height: 1.6;
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.35em;
}

#contents .sec5 h2 > span {
  display: inline-block;
  border-bottom: 4px solid #fff;
}
#contents .sec5 h2 > span span {
  letter-spacing: 0;
}
#contents .sec5 > .inner {
  position: relative;
  padding: 135px 0 120px;
  background: #dbd8e9;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner {
    padding: 73.3333333333vw 0 12.6666666667vw;
  }
}
#contents .sec5 > .inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 300px;
  height: 63px;
  background: url("../images/sec5_img2.svg") no-repeat center/100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner::before {
    width: 89.3333333333vw;
    height: 13.3333333333vw;
    background: url("../images/sec5_img2.svg") no-repeat center/100% 100%;
  }
}
#contents .sec5 > .inner h3 {
  position: relative;
  margin: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner h3 {
    margin: 0 0 7.0666666667vw;
  }
}

@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner h3::before {
    top: -60vw;
    left: 7.3333333333vw;
    width: 65.8666666667vw;
    height: 68.4vw;
    margin: 0;
  }
}
#contents .sec5 > .inner h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 7px auto 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner h3::after {
    width: 8.5333333333vw;
    height: 0.2666666667vw;
    margin-top: 3.3333333333vw;
  }
}
#contents .sec5 > .inner h3 > span {
  display: inline-block;
  position: relative;
  padding-left: 0.65em;
  font-size: 4.1rem;
  letter-spacing: 0.1em;
}
#contents .sec5 > .inner h3 > span span {
  letter-spacing: 0.27em;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner h3 > span {
    padding-left: 0.63em;
    font-size: 5.2rem;
  }
}
#contents .sec5 > .inner #ac_wrap {
  width: 920px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap {
    width: 100%;
    padding: 0 0 0 4vw;
  }
}
#contents .sec5 > .inner #ac_wrap > li {
  border-top: 1px solid #fff;
}
#contents .sec5 > .inner #ac_wrap > li.on h4 a::after {
  transform: rotate(180deg);
}
#contents .sec5 > .inner #ac_wrap > li h4 a {
  display: block;
  position: relative;
  padding: 10px 60px 12px 0;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li h4 a {
    padding: 1.6vw 9.3333333333vw 1.6vw 0;
    font-size: 3.6rem;
  }
}
#contents .sec5 > .inner #ac_wrap > li h4 a::before,
#contents .sec5 > .inner #ac_wrap > li h4 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 14px;
  height: 1px;
  margin-top: -1px;
  background: #646464;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li h4 a::before,
  #contents .sec5 > .inner #ac_wrap > li h4 a::after {
    right: 6.6666666667vw;
    height: 1px;
  }
}
#contents .sec5 > .inner #ac_wrap > li h4 a::after {
  transform: rotate(90deg);
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap {
  display: none;
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 32px 0 10px;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner {
    padding: 5.3333333333vw 5.3333333333vw 4vw 1.3333333333vw;
    border-top: 1px solid #fff;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner::before,
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner::after {
    content: "";
    order: 999;
    width: 190px;
  }
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li {
  width: 190px;
  margin: 0 0 25px;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li {
    width: 41.3333333333vw;
    margin: 0 0 8.5333333333vw;
  }
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li h5 {
  margin: 0 0 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li h5 {
    font-size: 2.9rem;
  }
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li p {
  line-height: 1.82;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1000px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li p {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li a {
    transition: 0.3s;
  }
  #contents .sec5 > .inner #ac_wrap > li .text_wrap .inner > li a:hover {
    opacity: 0.8;
  }
}
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner::before,
#contents .sec5 > .inner #ac_wrap > li .text_wrap .inner::after {
  order: 100;
  width: 190px;
}
#contents .sec6 {
  padding: 223px 0 132px;
  background: #f3f2ef;
}
@media screen and (max-width: 1000px) {
  #contents .sec6 {
    padding: 50.6666666667vw 0 14.4vw;
  }
}
#contents .sec6 .inner {
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .inner {
    padding: 0 7.2vw;
  }
}
#contents .sec6 .c_hd1 {
  position: absolute;
  left: 125px;
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .c_hd1 {
    position: relative;
    left: 3.3333333333vw;
    margin: 0 0 4vw;
  }
}
#contents .sec6 .c_hd1::before {
  top: -180px;
  left: -15px;
  width: 348px;
  height: 324px;
  background-image: url("../images/sec6_hd.svg");
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .c_hd1::before {
    top: -39.7333333333vw;
    left: -3.8666666667vw;
    width: 66.9333333333vw;
    height: 62.1333333333vw;
  }
}
#contents .sec6 .img {
  position: relative;
  width: 800px;
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .img {
    width: 100%;
    padding: 0;
  }
}
#contents .sec6 .img a {
  display: block;
  position: relative;
  width: 800px;
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .img a {
    width: 100%;
  }
}
#contents .sec6 .img a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  background: url("../images/sec6_arrow.svg") no-repeat center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1000px) {
  #contents .sec6 .img a i {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  #contents .sec6 .img a i {
    background: url("../images/sp_sec6_arrow.svg") no-repeat center/100%;
  }
}
@media all and (min-width: 1001px) {
  #contents .sec6 .img a {
    transition: 0.3s;
  }
  #contents .sec6 .img a:hover {
    opacity: 0.7;
  }
}

#modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: #607f7d;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#modal.on {
  opacity: 1;
  pointer-events: all;
}
#modal.on .btn i::after {
  width: 0;
}
#modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  #modal .btn {
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}
#modal .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  #modal .btn i {
    width: 30px;
    margin-left: -15px;
  }
}
#modal .btn i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 125, 215, 0.9);
  transition: 0.5s;
  transition-delay: 0.25s;
}
#modal .btn i:last-child {
  transform: rotate(-225deg);
}
#modal .btn i:last-child::after {
  transition-delay: 0.55s;
}
#modal video {
  width: 100%;
  height: 100%;
}
#modal .modal_inner {
  position: relative;
  max-width: 1160px;
  height: 660px;
}
@media screen and (max-width: 1280px) {
  #modal .modal_inner {
    width: 80%;
    height: 45vw;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1000px) {
  #modal .modal_inner {
    width: 90%;
    height: 52vw;
  }
}

/*# sourceMappingURL=style.css.map */

/* 預設狀態 */
#header {
  transition: background-color 0.3s ease;
  background-color: transparent;
}

/* 滾動或點擊漢堡選單後的背景樣式 */
#header.scrolled {
  background-color: #fff; /* 或其他顏色 */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 可選，增加陰影效果 */
}

/* 僅在手機版時啟用相關樣式 */
@media (min-width: 768px) {
  #header.scrolled {
    background-color: transparent; /* 桌面版保持透明 */
    box-shadow: none;
  }
}
