@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

#wrapper {
  padding-top: 0;
  overflow: hidden;
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  width: 100%;
  background: url("../img/bg.jpg") no-repeat center / cover;
  background-attachment: fixed;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

.p_re {
  position: relative;
}

video {
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

main {
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
  /*box-shadow: 0 0 10px 0 rgba(189, 189, 189, 0.5);*/
  box-shadow: 0 0 10px 0 rgba(255, 231, 230, 0.5);
  background-color: #fff;
}
main ul {
  list-style: none;
}
main img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  line-height: 0;
  margin-inline: auto;
  display: block;
  margin-inline: auto;
}

.cv_btn {
  display: inline-block;
  position: absolute;
  width: 668px;
  left: 48px;
  bottom: 60px;
}
.cnt04_anm {
  display: inline-block;
  position: absolute;
  width: 750px;
  left: 0;
  bottom: 367px;
}
.cnt05_anm {
  display: inline-block;
  position: absolute;
  width: 750px;
  left: 0;
  bottom: 303px;
}
.cv02 {
  padding-top: 30px;
}

#details .details_img {
  margin-top: 84px;
  padding-bottom: 40px;
}

@-webkit-keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.Note {
  padding: 5px 45px 25px;
  text-align: left;
}

.Note__text {
  font-size: 3.37079vw;
  line-height: 1.65;
  margin-bottom: 4.94382vw;
  padding-left: 0.7em;
}

@media screen and (min-width: 890px) {
  .Note__text {
    font-size: 20px;
    margin-bottom: 44px;
  }
}
.Note__textList {
  display: block;
}

.Note__textList.-underline {
  text-decoration: underline;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

details[open] .Note__text {
  -webkit-animation: fadeIn 0.6s ease;
  animation: fadeIn 0.6s ease;
}

details[open] .Note__detailTitle::after {
  transform: rotate(180deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.Note__detailTitle {
  border: 3px solid #000;
  cursor: pointer;
  display: block;
  font-size: 3.14607vw;
  font-weight: bold;
  margin-bottom: 4.49438vw;
  padding: 20px;
  position: relative;
}

.Note__detailTitle::after {
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 4.49438vw;
  content: "";
  display: block;
  height: 2.47191vw;
  position: absolute;
  right: 2.24719vw;
  top: 40%;
  width: 4.49438vw;
}

@media screen and (min-width: 890px) {
  .Note__detailTitle::after {
    background-size: 40px;
    height: 22px;
    right: 20px;
    top: 20px;
    width: 40px;
  }
}
@media screen and (min-width: 890px) {
  .Note__detailTitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.Note__textBottom {
  color: #666666;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 10px -11px -46px;
}

.Note__textItalic {
  font-style: italic;
}

/* # =============================================
    # Footer
   # ============================================= */
.Footer {
  padding-top: 40px;
  background-image: url("../img/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.Footer .Footer__navi {
  margin: 0px auto 55px;
  text-align: center;
  width: 100%;
}
.Footer .Footer__navi .Footer__naviList {
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer .Footer__naviItem {
  line-height: 1;
  margin-bottom: 10px;
  padding-right: 25px;
  position: relative;
}
.Footer .Footer__naviItem:last-child {
  padding-right: 0;
}
.Footer .Footer__naviItem::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 2px;
}
.Footer .Footer__naviItem:last-child:after {
  display: none;
}
.Footer .Footer__naviLink {
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding: 5px 0;
  text-decoration: none;
}
.Footer .Copyright {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}




@media screen and (max-width: 768px) {
  main {
    margin: 0 auto;
    width: 100vw;
    max-width: 100%;
    box-shadow: 0 0 10px 0 rgba(189, 189, 189, 0.5);
  }
  main ul {
    list-style: none;
  }
  main img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
    line-height: 0;
  }

  video {
    width: 100%;
  }

  .cv_btn {
    width: calc(668 / 750 * 100vw);
    left: calc(48 / 750 * 100vw);
    bottom: calc(60 / 750 * 100vw);
  }
  .cnt04_anm {
    width: calc(750 / 750 * 100vw);
    bottom: calc(367 / 750 * 100vw);
  }
  .cnt05_anm {
    width: calc(750 / 750 * 100vw);
    bottom: calc(303 / 750 * 100vw);
  }
  .cv02 {
    padding-top: calc(30 / 750 * 100vw);
  }

  
  .Footer {
    padding-top: calc(40 / 750 * 100vw);
  }
  .Footer .Footer__navi {
    margin: 0px auto calc(55 / 750 * 100vw);
  }
  .Footer .Footer__navi .Footer__naviList {
    margin-bottom: calc(5 / 750 * 100vw);
  }
  .Footer .Footer__naviItem {
    margin-bottom: calc(10 / 750 * 100vw);
    padding-right: calc(25 / 750 * 100vw);
  }
  .Footer .Footer__naviItem::after {
    height: calc(24 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
  }
  .Footer .Footer__naviLink {
    font-size: calc(23 / 750 * 100vw);
    padding: calc(5 / 750 * 100vw) 0;
  }
  .Footer .Copyright {
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

