@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* mixin
--------------------------- */
/* font-style
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* font-size
--------------------------- */
/* color
--------------------------- */
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#footer {
  margin-top: 0;
  padding-top: 80px;
  background-color: #fff;
}

._fs_chat_icon {
  display: none;
}

.fs-body-custom .fs-l-main {
  width: 100% !important;
  margin: 0;
  background: #fff;
  position: relative;
}

.fs-c-breadcrumb {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.fs-l-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px;
}

.fs-l-pageMain {
  width: 100% !important;
  max-width: 100% !important;
}

.main #inner_lp {
  width: 100%;
  background: #dbe2e8;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #47474e;
  text-align: center;
  font-weight: 400;
  font-size: 3.125vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .main #inner_lp {
    font-size: 25px;
  }
}
.main #inner_lp > * {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  .main #inner_lp > * {
    width: 780px;
  }
}
.main #inner_lp .gothic {
  font-size: 2.5vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .main #inner_lp .gothic {
    font-size: 20px;
  }
}
.main #inner_lp a:hover {
  opacity: 1;
}

.item_notes {
  font-size: 1.875vw;
  letter-spacing: 0.1rem;
  padding-top: 10px;
}

.fw_bold {
  font-weight: 500 !important;
}

.en {
  font-family: "the-seasons", sans-serif;
}

@media screen and (min-width: 800px) {
  .item_notes {
    font-size: 15px;
  }
}
.fade {
  opacity: 0;
}

.fade.animation-normal.is-show {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fade.animation-up.is-show {
  -webkit-animation: fadeUp 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.art-01, .art-02, .art-03, .art-04, .art-05 {
  -webkit-animation: fluffy 4s ease-in-out infinite;
          animation: fluffy 4s ease-in-out infinite;
}

.fade.is-show.duration {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.fade.is-show.duration02 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* アニメーション一覧 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideIn-lr {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-lr {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-rl {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-rl {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes MoveLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes overflow_l-r {
  0% {
    -webkit-transform: translateX(100%) rotate(0deg);
            transform: translateX(100%) rotate(0deg);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: translateX(0) rotate(-10deg);
            transform: translateX(0) rotate(-10deg);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes overflow_l-r {
  0% {
    -webkit-transform: translateX(100%) rotate(0deg);
            transform: translateX(100%) rotate(0deg);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: translateX(0) rotate(-10deg);
            transform: translateX(0) rotate(-10deg);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes overflow_r-l {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg);
            transform: translateX(-100%) rotate(0deg);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: translateX(0) rotate(10deg);
            transform: translateX(0) rotate(10deg);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes overflow_r-l {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg);
            transform: translateX(-100%) rotate(0deg);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  100% {
    -webkit-transform: translateX(0) rotate(10deg);
            transform: translateX(0) rotate(10deg);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/*--------------------------------------*
 * content
 *--------------------------------------*/
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#kv {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 779px) {
  #kv {
    width: 780px;
  }
}
#kv .kv-text {
  width: 83.5vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25vw;
  opacity: 0;
  -webkit-animation: fadeUp_topOnly 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp_topOnly 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
@media screen and (min-width: 779px) {
  #kv .kv-text {
    width: 668px;
    bottom: 200px;
  }
}

@-webkit-keyframes fadeUp_topOnly {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeUp_topOnly {
  0% {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#intro {
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/intro_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12.5vw 0 6.25vw;
}
@media screen and (min-width: 779px) {
  #intro {
    padding: 100px 0 50px;
  }
}
#intro.wrap {
  padding-left: 8.125vw;
  padding-right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #intro.wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#intro .intro-txt::before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 20vw;
  margin: 4.375vw auto;
}
@media screen and (min-width: 779px) {
  #intro .intro-txt::before {
    height: 160px;
    margin: 35px auto;
  }
}
#intro .intro-txt .ttl {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  #intro .intro-txt .ttl {
    font-size: 40px;
  }
}
#intro .intro-txt .message {
  margin-top: 2.5vw;
  line-height: 2.5;
  font-weight: bold;
}
@media screen and (min-width: 779px) {
  #intro .intro-txt .message {
    margin-top: 20px;
  }
}
#intro .tittle_group {
  margin-top: 11.25vw;
}
@media screen and (min-width: 779px) {
  #intro .tittle_group {
    margin-top: 90px;
  }
}
#intro .tittle_group .ttl-art {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 2.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 2.5s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
#intro .tittle_group .ttl-art.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#intro .tittle_group .ttl-img {
  width: 77.5vw;
  margin: 0 auto;
  margin-top: -22.5vw;
}
@media screen and (min-width: 779px) {
  #intro .tittle_group .ttl-img {
    width: 620px;
    margin-top: -180px;
  }
}
#intro .tittle_group .message {
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 779px) {
  #intro .tittle_group .message {
    font-size: 48px;
  }
}
#intro .tittle_group .message::before {
  content: " ";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 20vw;
  margin: 4.375vw auto;
}
@media screen and (min-width: 779px) {
  #intro .tittle_group .message::before {
    height: 160px;
    margin: 35px auto;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#section01 {
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #3e6781;
  padding: 6.25vw 0 15vw;
  position: relative;
}
@media screen and (min-width: 779px) {
  #section01 {
    padding: 50px 0 120px;
  }
}
#section01 .wrap {
  padding-left: 8.125vw;
  padding-right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section01 .wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#section01 .ttl_main {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  #section01 .ttl_main {
    font-size: 40px;
  }
}
#section01 .ttl_main .number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.25vw;
}
@media screen and (min-width: 779px) {
  #section01 .ttl_main .number {
    margin: 0 auto 50px;
  }
}
#section01 .ttl_main .number img {
  width: 22.5vw;
}
@media screen and (min-width: 779px) {
  #section01 .ttl_main .number img {
    width: 180px;
  }
}
#section01 .kv {
  width: 97.5vw;
  margin: 12.5vw auto;
}
@media screen and (min-width: 779px) {
  #section01 .kv {
    width: 780px;
    margin: 100px auto;
  }
}
#section01 .item-warap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 2.25vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
  margin: 10vw 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  #section01 .item-warap {
    font-size: 18px;
  }
}
@media screen and (min-width: 779px) {
  #section01 .item-warap {
    margin: 80px 0;
  }
}
#section01 .item-warap .item-price {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1.25vw 0;
}
@media screen and (min-width: 780px) {
  #section01 .item-warap .item-price {
    font-size: 40px;
  }
}
@media screen and (min-width: 779px) {
  #section01 .item-warap .item-price {
    margin: 10px 0;
  }
}
#section01 .item-warap .item-price::before {
  content: "";
  border-top: 1px solid #a0a0b0;
  padding-bottom: 1.25vw;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section01 .item-warap .item-price::before {
    border-top: 1px solid #47474e;
    padding-bottom: 10px;
  }
}
#section01 .item-warap .item-color {
  height: 3.25vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5vw;
}
#section01 .item-warap .item-color img {
  height: 100%;
}
@media screen and (min-width: 779px) {
  #section01 .item-warap .item-color {
    height: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
#section01 .item-warap .item-btn {
  width: 36.75vw;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section01 .item-warap .item-btn {
    width: 294px;
  }
}
#section01 .images {
  width: 100%;
  height: 95vw;
  position: relative;
}
@media screen and (min-width: 779px) {
  #section01 .images {
    height: 760px;
  }
}
#section01 .images-01 {
  width: 58.75vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 779px) {
  #section01 .images-01 {
    width: 470px;
  }
}
#section01 .images-02 {
  width: 39.375vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 779px) {
  #section01 .images-02 {
    width: 315px;
  }
}
#section01 .art-01 {
  width: 18.75vw;
  position: absolute;
  top: -2.5vw;
  right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section01 .art-01 {
    width: 165px;
    top: -20px;
    right: 65px;
  }
}
#section01 .art-02 {
  width: 6.25vw;
  position: absolute;
  top: 62.5vw;
  left: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section01 .art-02 {
    width: 50px;
    top: 500px;
    left: 65px;
  }
}
#section01 .art-03 {
  width: 18.75vw;
  position: absolute;
  bottom: 75vw;
  left: 12.5vw;
}
@media screen and (min-width: 779px) {
  #section01 .art-03 {
    width: 165px;
    bottom: 600px;
    left: 100px;
  }
}
#section01 .art-04 {
  width: 6.25vw;
  position: absolute;
  bottom: 12.5vw;
  right: 20vw;
}
@media screen and (min-width: 779px) {
  #section01 .art-04 {
    width: 50px;
    bottom: 100px;
    right: 160px;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#section02 {
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/sec02_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #3e6781;
  padding: 6.25vw 0 15vw;
  position: relative;
}
@media screen and (min-width: 779px) {
  #section02 {
    padding: 50px 0 120px;
  }
}
#section02 .wrap {
  padding-left: 8.125vw;
  padding-right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section02 .wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#section02 .ttl_main {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  #section02 .ttl_main {
    font-size: 40px;
  }
}
#section02 .ttl_main .number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.25vw;
}
@media screen and (min-width: 779px) {
  #section02 .ttl_main .number {
    margin: 0 auto 50px;
  }
}
#section02 .ttl_main .number img {
  width: 22.5vw;
}
@media screen and (min-width: 779px) {
  #section02 .ttl_main .number img {
    width: 180px;
  }
}
#section02 .kv {
  width: 97.5vw;
  margin: 12.5vw auto;
  padding-right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section02 .kv {
    width: 780px;
    margin: 100px auto;
    padding-right: 65px;
  }
}
#section02 .item-warap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 2.25vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
  margin: 10vw 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  #section02 .item-warap {
    font-size: 18px;
  }
}
@media screen and (min-width: 779px) {
  #section02 .item-warap {
    margin: 80px 0;
  }
}
#section02 .item-warap .item-price {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1.25vw 0;
}
@media screen and (min-width: 780px) {
  #section02 .item-warap .item-price {
    font-size: 40px;
  }
}
@media screen and (min-width: 779px) {
  #section02 .item-warap .item-price {
    margin: 10px 0;
  }
}
#section02 .item-warap .item-price::before {
  content: "";
  border-top: 1px solid #a0a0b0;
  padding-bottom: 1.25vw;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section02 .item-warap .item-price::before {
    border-top: 1px solid #47474e;
    padding-bottom: 10px;
  }
}
#section02 .item-warap .item-color {
  height: 3.25vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5vw;
}
#section02 .item-warap .item-color img {
  height: 100%;
}
@media screen and (min-width: 779px) {
  #section02 .item-warap .item-color {
    height: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
#section02 .item-warap .item-btn {
  width: 36.75vw;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section02 .item-warap .item-btn {
    width: 294px;
  }
}
#section02 .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 779px) {
  #section02 .images {
    gap: 40px;
    margin-bottom: 100px;
  }
}
#section02 .art-01 {
  width: 18.75vw;
  position: absolute;
  top: 4.375vw;
  right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section02 .art-01 {
    width: 165px;
    top: 35px;
    right: 65px;
  }
}
#section02 .art-02 {
  width: 6.25vw;
  position: absolute;
  top: 62.5vw;
  left: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section02 .art-02 {
    width: 50px;
    top: 500px;
    left: 65px;
  }
}
#section02 .art-03 {
  width: 6.25vw;
  position: absolute;
  bottom: 75vw;
  right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section02 .art-03 {
    width: 50px;
    bottom: 600px;
    right: 65px;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#section03 {
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/sec03_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #3e6781;
  padding: 6.25vw 0;
  position: relative;
}
@media screen and (min-width: 779px) {
  #section03 {
    padding: 50px 0;
  }
}
#section03 .wrap {
  padding-left: 8.125vw;
  padding-right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section03 .wrap {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#section03 .ttl_main {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 780px) {
  #section03 .ttl_main {
    font-size: 40px;
  }
}
#section03 .ttl_main .number {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6.25vw;
}
@media screen and (min-width: 779px) {
  #section03 .ttl_main .number {
    margin: 0 auto 50px;
  }
}
#section03 .ttl_main .number img {
  width: 22.5vw;
}
@media screen and (min-width: 779px) {
  #section03 .ttl_main .number img {
    width: 180px;
  }
}
#section03 .kv {
  width: 97.5vw;
  margin: 12.5vw auto;
}
@media screen and (min-width: 779px) {
  #section03 .kv {
    width: 780px;
    margin: 100px auto;
  }
}
#section03 .item-warap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 2.25vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
  margin: 10vw 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 780px) {
  #section03 .item-warap {
    font-size: 18px;
  }
}
@media screen and (min-width: 779px) {
  #section03 .item-warap {
    margin: 80px 0;
  }
}
#section03 .item-warap .item-price {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 1.25vw 0;
}
@media screen and (min-width: 780px) {
  #section03 .item-warap .item-price {
    font-size: 40px;
  }
}
@media screen and (min-width: 779px) {
  #section03 .item-warap .item-price {
    margin: 10px 0;
  }
}
#section03 .item-warap .item-price::before {
  content: "";
  border-top: 1px solid #a0a0b0;
  padding-bottom: 1.25vw;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section03 .item-warap .item-price::before {
    border-top: 1px solid #47474e;
    padding-bottom: 10px;
  }
}
#section03 .item-warap .item-color {
  height: 3.25vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5vw;
}
#section03 .item-warap .item-color img {
  height: 100%;
}
@media screen and (min-width: 779px) {
  #section03 .item-warap .item-color {
    height: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}
#section03 .item-warap .item-btn {
  width: 36.75vw;
  margin: 0 auto;
}
@media screen and (min-width: 779px) {
  #section03 .item-warap .item-btn {
    width: 294px;
  }
}
#section03 .images {
  width: 100%;
  margin-bottom: 12.5vw;
  height: 68.75vw;
  position: relative;
}
@media screen and (min-width: 779px) {
  #section03 .images {
    height: 550px;
    margin-bottom: 100px;
  }
}
#section03 .images-01 {
  width: 56.875vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 779px) {
  #section03 .images-01 {
    width: 455px;
  }
}
#section03 .images-02 {
  width: 39.375vw;
  position: absolute;
  bottom: 3.75vw;
  right: 0;
}
@media screen and (min-width: 779px) {
  #section03 .images-02 {
    width: 315px;
    bottom: 30px;
  }
}
#section03 .art-01 {
  width: 18.75vw;
  position: absolute;
  top: 4.375vw;
  right: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section03 .art-01 {
    width: 165px;
    top: 35px;
    right: 65px;
  }
}
#section03 .art-02 {
  width: 6.25vw;
  position: absolute;
  top: 62.5vw;
  left: 8.125vw;
}
@media screen and (min-width: 779px) {
  #section03 .art-02 {
    width: 50px;
    top: 500px;
    left: 65px;
  }
}
#section03 .art-03 {
  width: 10vw;
  position: absolute;
  top: 206.25vw;
  left: 2.5vw;
}
@media screen and (min-width: 779px) {
  #section03 .art-03 {
    width: 80px;
    top: 1650px;
    left: 20px;
  }
}
#section03 .art-04 {
  width: 5.625vw;
  position: absolute;
  top: 268.75vw;
  right: 15vw;
}
@media screen and (min-width: 779px) {
  #section03 .art-04 {
    width: 45px;
    top: 2150px;
    right: 120px;
  }
}
#section03 .art-05 {
  width: 5.625vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50vw;
}
@media screen and (min-width: 779px) {
  #section03 .art-05 {
    width: 45px;
    bottom: 400px;
  }
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
#end {
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/end_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 72.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 779px) {
  #end {
    height: 580px;
  }
}
#end .end-copy {
  color: #3e6781;
  line-height: 3;
}
#end .end-btn {
  display: block;
  width: 37.5vw;
  margin: 0 auto;
  margin-top: 10vw;
}
@media screen and (min-width: 779px) {
  #end .end-btn {
    width: 300px;
    margin-top: 80px;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 999;
  height: 100vh;
  background-image: url("https://www.tu-hacci.co.jp/img/feature/2506_inner/end_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  row-gap: 20px;
  place-content: center;
  place-items: center;
}

.loading__text {
  width: min(780px, 80%);
}

.loading__logo {
  margin: 0 auto;
  width: min(780px, 50%);
}