@charset "UTF-8";
body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  font-feature-settings: "palt";
}

.list_.col1_ {
  margin: 0;
}
.list_.col1_ #event-contents-wrapper {
  margin: 0;
  width: 100%;
}

body:has(.toppage_.scrolled) .list_.col1_ {
  margin-top: 80px;
}

@media screen and (max-width: 749px) {
  #section-title h2 {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  #section-title p {
    margin: 0;
    padding: 0;
    border: none;
  }
}

#section-footer {
  background: #fff;
}
@media screen and (max-width: 749px) {
  #section-footer {
    height: auto;
  }
}
#contaienr {
	color: #333;
}
#contaienr * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: 0.075em;
  /*font-weight: inherit;*/
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
#contaienr .js-fadeIn {
  opacity: 0;
}

#contaienr .block-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  border: 1px solid #000;
  z-index: 3000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease-out;
}
#contaienr .block-loading.-visible img#loading-star {
  opacity: 1;
}
#contaienr .block-loading.-visible img#loading-ttl {
  opacity: 1;
}
#contaienr .block-loading.-hidden {
  opacity: 0;
  pointer-events: none;
}
#contaienr .block-loading .constellation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contaienr .block-loading img {
  position: absolute;
}
#contaienr .block-loading img#loading-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contaienr .block-loading img#loading-star {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 1s;
  z-index: 2;
}
#contaienr .block-loading img#loading-ttl {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  transition-delay: 2s;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  #contaienr .block-loading img#loading-ttl {
    width: 78.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-loading img#loading-ttl {
    width: 591px;
  }
}

.star {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.star.style1 {
  animation-duration: 0.5s;
  animation-name: star;
}
.star.style2 {
  animation-duration: 1s;
  animation-name: star;
}
.star.style3 {
  animation-duration: 1.5s;
  animation-name: star;
}
.star.style4 {
  animation-duration: 2s;
  animation-name: starFeat;
}
.star.tam1 {
  width: 1px;
  height: 1px;
}
.star.tam2 {
  width: 2px;
  height: 2px;
}
.star.tam3 {
  width: 3px;
  height: 3px;
}
.star.opacity1 {
  opacity: 1;
}
.star.opacity2 {
  opacity: 0.5;
}
.star.opacity3 {
  opacity: 0.1;
}

@keyframes star {
  0% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}
@keyframes starFeat {
  0% {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0px rgb(255, 255, 255);
  }
  20% {
    background-color: #ffc4c4;
    box-shadow: 0 0 10px 0px rgb(255, 196, 196);
  }
  80% {
    background-color: #c4cfff;
    box-shadow: 0 0 10px 0px rgb(196, 207, 255);
  }
  100% {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}
#contaienr .block-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contaienr .block-bg .bg-main {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contaienr .block-bg .bg-main .constellation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contaienr .block-bg .bg-main img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  #contaienr .block-bg .bg-ornament {
    display: none;
  }
}
#contaienr .block-bg .bg-ornament img {
  position: absolute;
  top: 0;
}
#contaienr .block-bg .bg-ornament img:nth-child(1) {
  left: 1.6875vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(2) {
  left: 3.9375vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(3) {
  left: 4.9375vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(4) {
  left: 9.5625vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(5) {
  left: 85.5625vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(6) {
  left: 89.625vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(7) {
  left: 92vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(8) {
  left: 4.75vw;
}
#contaienr .block-bg .bg-ornament img:nth-child(9) {
  left: 95.75vw;
}

#contaienr {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main {
    width: 100vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main {
    width: 750px;
  }
}
#contaienr .block-main .section {
  position: relative;
  width: 100%;
  z-index: 1;
}
#contaienr .block-main .section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contaienr .block-main .section.sec-kv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv {
    padding-top: 160px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-main {
    width: 79.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-main {
    width: 594px;
  }
}
#contaienr .block-main .section.sec-kv .kv-main img {
  width: 100%;
}
#contaienr .block-main .section.sec-kv .kv-deco img {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(1) {
    width: 20.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(1) {
    width: 157px;
  }
}
#contaienr .block-main .section.sec-kv .kv-deco img:nth-child(1) {
  top: 2.5%;
  left: 41.5%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(2) {
    width: 16.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(2) {
    width: 121px;
  }
}
#contaienr .block-main .section.sec-kv .kv-deco img:nth-child(2) {
  top: 28%;
  left: 58.9%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(3) {
    width: 18.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(3) {
    width: 136px;
  }
}
#contaienr .block-main .section.sec-kv .kv-deco img:nth-child(3) {
  top: 38.7%;
  left: 34.2%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(4) {
    width: 14.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(4) {
    width: 108px;
  }
}
#contaienr .block-main .section.sec-kv .kv-deco img:nth-child(4) {
  top: 62.4%;
  left: 61.9%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(5) {
    width: 15.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv .kv-deco img:nth-child(5) {
    width: 117px;
  }
}
#contaienr .block-main .section.sec-kv .kv-deco img:nth-child(5) {
  top: 70.2%;
  left: 26.9%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv-bottom {
    height: 37.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv-bottom {
    height: 280px;
  }
}
#contaienr .block-main .section.sec-kv-bottom img {
  height: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-kv-bottom img {
    width: 62.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-kv-bottom img {
    width: 467px;
  }
}
#contaienr .block-main .section.sec-lead {
  background-image: url("../img/lead/lead_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-lead {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-lead {
    padding-top: 80px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-lead {
    padding-bottom: 24vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-lead {
    padding-bottom: 180px;
  }
}
#contaienr .block-main .section.sec-lead p {
  text-align: center;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-lead p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-lead p {
    font-size: 18px;
  }
}
#contaienr .block-main .section.sec-profile {
  height: 0;
  z-index: 2;
}
#contaienr .block-main .section.sec-profile .bb-wrapper {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    width: 92vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    width: 690px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    height: 30vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    height: 225px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    top: -15.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper {
    top: -117px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 {
  display: contents;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    width: 24.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    width: 187px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    bottom: -10.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    bottom: -77px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    right: -11.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(1) {
    right: -87px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    width: 24vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    width: 180px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    bottom: -9.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    bottom: -69px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    left: -10.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-01 img:nth-child(2) {
    left: -79px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    width: 11.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    width: 89px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    top: -4.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    top: -33px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    left: -5.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .deco-02 img:nth-child(1) {
    left: -42px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b2a283;
  border-radius: 10px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #b2a283;
  border-radius: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-back .bb-content {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-back .bb-content .bb-inner {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #f1e6d1;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-back .bb-flipoverlay {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-front .bb-content {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-front .bb-content .bb-inner {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f1e6d1;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-page .bb-front .bb-flipoverlay {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item {
  display: flex;
  align-items: center;
  background: #f1e6d1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item .bb-item-inr {
  width: 100%;
  height: 100%;
  background: #f1e6d1;
  border-radius: 10px;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 2;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain {
    padding-left: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain {
    gap: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain {
    gap: 30px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon {
  display: flex;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon {
    width: 160px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon {
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon {
    height: 160px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .icon img {
  width: 100%;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .ttl {
  display: flex;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .ttl {
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .ttl {
    height: 25px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .ttl img {
  height: 100%;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .name {
  color: #333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .name {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .prof .name {
    font-size: 24px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .more {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .more {
    height: 4.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .more {
    height: 36px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(1) .profileCardMain .more img {
  height: 100%;
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) {
  display: none;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .bb-item-inr {
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .bb-item-inr {
    padding-inline: 45px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .bb-item-inr {
    padding-block: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .bb-item-inr {
    padding-block: 20px;
  }
}
/*#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .txt {
  line-height: 1.4;
  text-align: justify;
  color: #333333;
  font-family: "kozuka-gothic-pro", sans-serif;
}*/
@media screen and (max-width: 749px) {
  /*#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .txt {
    font-size: 1.8666666667vw;
  }*/
}
@media screen and (min-width: 750px) {
  /*#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .txt {
    font-size: 14px;
  }*/
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns {
    margin-top: 0.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns {
    margin-top: 5px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns {
    gap: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns {
    gap: 30px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns a {
    gap: 0.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns a {
    gap: 4px;
  }
}
#contaienr .block-main .section.sec-profile .bb-wrapper .profileCard.bb-bookblock .bb-item:nth-child(2) .sns a span {
  color: #ce3128;
}
#contaienr .block-main .section.sec-profile .bb-wrapper > nav {
  display: contents;
}
#contaienr .block-main .section.sec-profile .bb-wrapper > nav > div {
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  cursor: pointer;
  z-index: 102;
}
#contaienr .block-main .section.sec-profile .bb-wrapper > nav > div#bb-nav-prev {
  left: 0;
}
#contaienr .block-main .section.sec-profile .bb-wrapper > nav > div#bb-nav-next {
  right: 0;
}
#contaienr .block-main .section.sec-anchor {
  background-image: url("../img/anchor/anchor_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor {
    margin-top: -5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor {
    margin-top: -40px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor {
    padding-top: 23.4666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor {
    padding-top: 176px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor {
    padding-bottom: 100px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain {
    width: 100vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain {
    width: 750px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain {
    padding-bottom: 3.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain {
    padding-bottom: 28px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x {
  opacity: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x {
    margin-inline: 7.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x {
    margin-inline: 55px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x {
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x {
    height: 16px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.1866666667vw;
  width: calc(100% + 0.3733333333vw);
  height: 100%;
  background: #b2a283;
  border-radius: 100vmax;
}
#contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x .ps__thumb-x {
  background: #225c3d;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x .ps__thumb-x {
    height: 1.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x .ps__thumb-x {
    height: 12px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x .ps__thumb-x {
    top: 0.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .ps__rail-x .ps__thumb-x {
    top: 2px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr {
    height: 44vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr {
    height: 330px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link {
  position: relative;
  display: flex;
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link a {
  display: block;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link a {
    width: 40.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link a {
    width: 306px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link a img {
  width: 100%;
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link .deco img {
  width: 100%;
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 {
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 {
    width: 40.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 {
    width: 306px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    width: 15.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    width: 115px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    bottom: 0vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    bottom: 0px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    left: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-01 .deco {
    left: 60px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 {
  align-items: flex-end;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 {
    width: 40.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 {
    width: 306px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 {
    margin-left: -1.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 {
    margin-left: -10px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    width: 13.4666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    width: 101px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    top: 0vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    top: 0px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    left: 17.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-02 .deco {
    left: 133px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 {
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 {
    width: 40.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 {
    width: 306px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 {
    margin-left: -1.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 {
    margin-left: -10px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    width: 12.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    width: 94px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    bottom: 0vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    bottom: 0px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    left: 8.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-03 .deco {
    left: 65px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 {
  align-items: flex-end;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 {
    width: 40.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 {
    width: 306px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 {
    margin-left: -1.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 {
    margin-left: -10px;
  }
}
#contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    width: 100px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    top: 0.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    top: 5px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    left: 20vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-anchor .anchorMain .anchorMainInr .link-04 .deco {
    left: 150px;
  }
}
#contaienr .block-main .section.sec-n {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
#contaienr .block-main .section.sec-n .content {
  position: relative;
}
#contaienr .block-main .section.sec-n .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .content-bg {
    top: -4.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .content-bg {
    top: -35px;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .content-bg {
    height: calc(100% + 35px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .content-bg {
    height: calc(100% + 2.1875vw);
  }
}
#contaienr .block-main .section.sec-n .content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#contaienr .block-main .section.sec-n .sec-ttl {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contaienr .block-main .section.sec-n .sec-ttl .main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contaienr .block-main .section.sec-n .sec-ttl .main .num {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    width: 16vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    width: 120px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    top: 0.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    top: 5px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    transform: translateX(calc(-200 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .num {
    transform: translateX(-200px);
  }
}
#contaienr .block-main .section.sec-n .sec-ttl .main .num img {
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-ttl .main .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt {
    gap: 10px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt img {
    width: 15.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt img {
    width: 117px;
  }
}
#contaienr .block-main .section.sec-n .sec-ttl .main .txt h2 {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt h2 {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .main .txt h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .sub {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .sub {
    margin-top: 30px;
  }
}
#contaienr .block-main .section.sec-n .sec-ttl .sub p {
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .sub p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .sub p {
    font-size: 18px;
  }
}
#contaienr .block-main .section.sec-n .sec-ttl .deco {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    width: 12.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    width: 97px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    top: 4.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    top: 34px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    left: -3.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-ttl .deco {
    left: -23px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider {
    margin-top: 50px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main {
    width: 84vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main {
    width: 630px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-color: #fff;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    width: 84vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    width: 630px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    height: 84vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    height: 630px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    border-width: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide {
    border-width: 20px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows {
  position: absolute;
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow {
  position: absolute;
  background: #ce3128;
  opacity: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow {
    width: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow {
    width: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow {
    height: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow {
    height: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow--prev {
    left: -6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow--prev {
    left: -50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow--next {
    right: -6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow--next {
    right: -50px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__track {
  width: 100%;
  height: 100%;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide {
  position: relative;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide {
    width: 590px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide {
    height: 78.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide {
    height: 590px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide img {
  margin: 0;
  width: 100%;
  height: 100%;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide .slide__desc {
  position: absolute;
  width: 100%;
  border: 1px solid #000;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide .slide__desc {
    top: 78.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .splide .splide__slide .slide__desc {
    top: 590px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg {
  display: contents;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img {
  margin: 0;
  position: absolute;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(1) {
  z-index: 2;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(1) {
    width: 88.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(1) {
    width: 662px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(1) {
    height: 88.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(1) {
    height: 663px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(2) {
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(2) {
    width: 92.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(2) {
    width: 691px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(2) {
    height: 92.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img:nth-child(2) {
    height: 691px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img.-rotate-l-6 {
  transform: rotate(-6deg);
}
#contaienr .block-main .section.sec-n .sec-slider .slider-main .slider-main-bg img.-rotate-r-12 {
  transform: rotate(12deg);
}
#contaienr .block-main .section.sec-n .sec-slider .slider-desc {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc {
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide {
    width: 590px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__track {
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide {
    width: 78.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide {
    width: 590px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .txt {
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .txt {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .txt {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .item {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .item {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .item {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-desc .splide .splide__slide .item {
    font-size: 16px;
  }
}
/*@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link {
    margin-top: 40px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ce3128;
  border-radius: 100vmax;
  color: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    width: 640px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    height: 9.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    height: 72px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a {
    font-size: 22px;
  }
}
#contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/arrow-right-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    width: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    width: 16px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    height: 16px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    right: 4.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider .slider-link a:after {
    right: 35px;
  }
}*/
#contaienr .block-main .section.sec-n .sec-slider > .deco {
  display: contents;
}
#contaienr .block-main .section.sec-n .sec-slider > .deco img {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    width: 18vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    width: 135px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    bottom: 10vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    bottom: 75px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    right: -11.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-slider > .deco img {
    right: -85px;
  }
}
#contaienr .block-main .section.sec-n .sec-box {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1e6d1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box {
    width: 640px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-top: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-inline: 4.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-inline: 35px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-bottom: 8.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box {
    padding-bottom: 66px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-ttl {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl img {
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl img {
    height: 25px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-ttl:before, #contaienr .block-main .section.sec-n .sec-box .box-ttl:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../img/box/box-ttl-bar.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl:before, #contaienr .block-main .section.sec-n .sec-box .box-ttl:after {
    width: 16.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl:before, #contaienr .block-main .section.sec-n .sec-box .box-ttl:after {
    width: 124px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl:before, #contaienr .block-main .section.sec-n .sec-box .box-ttl:after {
    height: 0.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-ttl:before, #contaienr .block-main .section.sec-n .sec-box .box-ttl:after {
    height: 7px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-ttl:before {
  left: 0;
}
#contaienr .block-main .section.sec-n .sec-box .box-ttl::after {
  right: 0;
}
#contaienr .block-main .section.sec-n .sec-box .box-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main {
    margin-top: 40px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main h2 {
  font-weight: bold;
  color: #333333;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main h2 {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main h2 {
    font-size: 24px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main h2 .sub {
  margin-bottom: 0.4em;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main h2 .sub {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main h2 .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main img {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main img {
    width: 31.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main img {
    width: 235px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-deco {
  display: contents;
}
#contaienr .block-main .section.sec-n .sec-box .box-deco img {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    width: 15.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    width: 119px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    bottom: -5.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    bottom: -38px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    left: -5.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-deco img {
    left: -38px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content {
    padding-inline: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content {
    width: 640px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt {
  margin-top: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt-center {
  margin-top: 1em;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt-center {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content > .txt-center {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .img-full {
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .img-full img {
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .img-398 {
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .img-398 {
    width: 53.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .img-398 {
    width: 398px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .img-398 img {
  width: 100%;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc {
  border-top: 2px solid #ce3128;
  border-bottom: 2px solid #ce3128;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc {
    margin-top: 30px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc.-active .acc-btn .btn-plus:after {
  transform: rotate(0);
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn {
    height: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn {
    height: 60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn {
    font-size: 24px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus {
  position: absolute;
  aspect-ratio: 1/1;
  background: #ce3128;
  border-radius: 100vmax;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus {
    width: 2.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus {
    width: 18px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus {
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus {
    right: 20px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:before, #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:before, #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
    width: 1.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:before, #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
    width: 10px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:before, #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:before, #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
    height: 2px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-btn .btn-plus:after {
  transform: rotate(90deg);
  transition: transform ease-out 0.3s;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .acc-cont-inr {
    padding-block: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .acc-cont-inr {
    padding-block: 40px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp:not(:first-child) {
  margin-top: 1em;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > b {
  font-weight: bold;
  color: #ce3128;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > b {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > b {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > ul {
  margin-top: 0.2em;
  padding-left: 1.3em;
  margin-top: 0.5em;
  list-style-image: url("../img/common/disc.png");
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > ul li {
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > ul li {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > ul li {
    font-size: 14px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > ul li b {
  font-weight: bold;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > p {
  margin-top: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > p {
    font-size: 1.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .acc .acc-cont .gp > p {
    font-size: 14px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn a {
  width: 100%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn a {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn a {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a {
  flex-direction: column;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a {
    height: 12vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a {
    height: 90px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a span {
  color: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a span {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a span {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a b {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a b {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .link-btn-large a b {
    font-size: 18px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box {
  margin-top: 1em;
  color: #333333;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ttl {
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ttl {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ttl {
    font-size: 24px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ingredient {
  margin-top: 1em;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ingredient {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ingredient {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ingredient b {
  font-weight: bold;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-ingredient ul {
  list-style-type: disc;
  padding-left: 1em;
  margin-top: 0.5em;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-how {
  margin-top: 1em;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-how {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-how {
    font-size: 16px;
  }
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-how b {
  font-weight: bold;
}
#contaienr .block-main .section.sec-n .sec-box .box-main-content .recipe-box .recipe-how p {
  margin-top: 0.5em;
  line-height: 1.6;
}
#contaienr .block-main .section.sec-n .art {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .art {
    margin-top: -5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .art {
    margin-top: -40px;
  }
}
#contaienr .block-main .section.sec-n .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn {
    margin-top: 40px;
  }
}
#contaienr .block-main .section.sec-n .link-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #ce3128;
  border-radius: 100vmax;
  color: #fff;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    width: 640px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    height: 9.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    height: 72px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a {
    font-size: 22px;
  }
}
#contaienr .block-main .section.sec-n .link-btn a:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/common/arrow-right-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    width: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    width: 16px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    height: 2.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    height: 16px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    right: 4.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-n .link-btn a:after {
    right: 35px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .content {
    margin-top: -5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .content {
    margin-top: -40px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .content {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .content {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .content {
    padding-bottom: 100px;
  }
}
#contaienr .block-main .section.sec-01 .sec-decoration {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration {
    margin-top: 60px;
  }
}
#contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl {
  position: relative;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl {
    width: 560px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl {
    height: 17.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl {
    height: 130px;
  }
}
#contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .rope {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
#contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img {
  position: absolute;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img {
    top: 0.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img {
    top: 5px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(1) {
    width: 6.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(1) {
    width: 46px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(1) {
    left: 1.6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(1) {
    left: 12px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(2) {
    width: 4.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(2) {
    width: 36px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(2) {
    left: 10.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(2) {
    left: 80px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(3) {
    width: 4.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(3) {
    width: 36px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(3) {
    left: 58.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(3) {
    left: 440px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(4) {
    width: 5.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(4) {
    width: 39px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(4) {
    left: 68.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .deco img:nth-child(4) {
    left: 511px;
  }
}
#contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .txt {
  position: absolute;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .txt {
    font-size: 32px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .txt {
    top: 6.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-ttl .txt {
    top: 48px;
  }
}
#contaienr .block-main .section.sec-01 .sec-decoration .decoration-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-main img {
    width: 31.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-decoration .decoration-main img {
    width: 234px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .sec-box {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .sec-box {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-01 .art {
    height: 95.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-01 .art {
    height: 715px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .content {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .content {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-ttl .main .num {
    transform: translateX(calc(-265 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-ttl .main .num {
    transform: translateX(-265px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-ttl .main .txt img {
    width: 13.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-ttl .main .txt img {
    width: 99px;
  }
}
#contaienr .block-main .section.sec-02 .sec-ttl .main .txt h2 {
  color: #ce3128;
}
#contaienr .block-main .section.sec-02 .sec-ttl .sub p {
  color: #333333;
}
#contaienr .block-main .section.sec-02 .sec-slider .slider-desc .splide .splide__slide {
  color: #333333;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-slider > .deco img {
    width: 16.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-slider > .deco img {
    width: 123px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-main img:nth-of-type(2) {
    width: 26.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-main img:nth-of-type(2) {
    width: 198px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-main img:nth-of-type(2) {
    transform: translateX(calc(-12 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-main img:nth-of-type(2) {
    transform: translateX(-12px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    width: 11.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    width: 85px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    top: -3.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    top: -28px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    left: -4.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(1) {
    left: -31px;
  }
}
#contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    width: 15.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    width: 114px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    bottom: -2.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    bottom: -17px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    right: -3.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .sec-box .box-deco img:nth-child(2) {
    right: -29px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-02 .art {
    height: 136.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-02 .art {
    height: 1025px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .content {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .content {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-ttl .main .num {
    transform: translateX(calc(-245 / 750 * 100vw)) translateY(calc(30 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-ttl .main .num {
    transform: translateX(-245px) translateY(30px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-ttl .main .txt img {
    width: 32vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-ttl .main .txt img {
    width: 240px;
  }
}
#contaienr .block-main .section.sec-03 .sec-ttl .main .txt h2 {
  color: #ce3128;
}
#contaienr .block-main .section.sec-03 .sec-ttl .sub p {
  color: #333333;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .sec-slider {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .sec-slider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-top {
    width: 60vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-top {
    width: 450px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-top p {
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom {
    margin-top: 80px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom {
    width: 60vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom {
    width: 450px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom p {
  line-height: 1.7;
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom p b {
  font-weight: bold;
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-main .txt-bottom p:nth-child(n+2) {
  margin-top: 1em;
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    width: 11.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    width: 88px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    top: -8.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    top: -65px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    right: 2.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-01 img:nth-child(1) {
    right: 19px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    width: 32.1333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    width: 241px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    bottom: -5.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    bottom: -40px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    right: -13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 img:nth-child(1) {
    right: -100px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    width: 140px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    bottom: -8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    bottom: -60px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    right: -12vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(3) {
    right: -90px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    width: 19.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    width: 145px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    bottom: -4.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    bottom: -35px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    right: -2.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(2) {
    right: -19px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    width: 17.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    width: 130px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    bottom: -2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    bottom: -20px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    right: -6vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-01 .box-deco-02 .js-slideUp-cards img:nth-child(1) {
    right: -45px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-main img:nth-of-type(2) {
    width: 26.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-main img:nth-of-type(2) {
    width: 198px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-main img:nth-of-type(2) {
    transform: translateX(calc(-12 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-main img:nth-of-type(2) {
    transform: translateX(-12px);
  }
}
#contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    width: 14.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    width: 112px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    top: 1.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    top: 14px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    right: -3.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(1) {
    right: -28px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    width: 19.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    width: 144px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    /*bottom: 8vw;*/
    top: 21.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    /*bottom: 60px;*/
    top: 160px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    left: -4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-02 .box-deco img:nth-child(2) {
    left: -30px;
  }
}
#contaienr .block-main .section.sec-03 .sec-box-03 .box-main h2 span {
  letter-spacing: normal;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-main img:nth-of-type(2) {
    width: 26.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-main img:nth-of-type(2) {
    width: 198px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-main img:nth-of-type(2) {
    transform: translateX(calc(-12 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-main img:nth-of-type(2) {
    transform: translateX(-12px);
  }
}
#contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    width: 20.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    width: 154px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    /*bottom: -3.7333333333vw;*/
    bottom: -11.7333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    /*bottom: -28px;*/
    bottom: -88px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    right: 4.8vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-box-03 .box-deco img:nth-child(1) {
    right: 36px;
  }
}
#contaienr .block-main .section.sec-03 .sec-cards {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-cards {
    /*margin-top: 8.4vw;*/
    margin-top: 15.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-cards {
    /*margin-top: 63px;*/
    margin-top: 113px;
  }
}
#contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr {
    width: 64vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr {
    width: 480px;
  }
}
#contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(1) {
  z-index: 2;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(1) {
    width: 64vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(1) {
    width: 480px;
  }
}
#contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(2) {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(2) {
    width: 68.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(2) {
    width: 514px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(2) {
    transform: translateX(calc(29 / 750 * 100vw)) translateY(calc(8 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .sec-cards .sec-cards-inr img:nth-child(2) {
    transform: translateX(29px) translateY(8px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-03 .art {
    height: 86vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-03 .art {
    height: 645px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .content {
    padding-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .content {
    padding-top: 50px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .content {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .main .num {
    transform: translateX(calc(-285 / 750 * 100vw)) translateY(calc(20 / 750 * 100vw));
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .main .num {
    transform: translateX(-285px) translateY(20px);
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .main .txt img {
    width: 24.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .main .txt img {
    width: 185px;
  }
}
#contaienr .block-main .section.sec-04 .sec-ttl .deco {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    width: 12.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    width: 95px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    top: 28.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    top: 214px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    right: -6.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-ttl .deco {
    right: -47px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    width: 20.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    width: 154px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    left: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    left: 20px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    bottom: 9.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-slider > .deco img {
    bottom: 68px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 {
    padding-block: 13.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 {
    padding-block: 100px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-main img:nth-of-type(2) {
    width: 26.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-main img:nth-of-type(2) {
    width: 198px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    width: 17.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    width: 130px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    top: 15.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    top: 114px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    left: -2.5333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(1) {
    left: -19px;
  }
}
#contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    width: 16vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    width: 120px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    /*bottom: 7.6vw;*/
    bottom: 0.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    /*bottom: 57px;*/
    bottom: 7px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    right: -5.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(2) {
    right: -39px;
  }
}
#contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
  left: auto;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    width: 6.4vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    width: 48px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    /*bottom: 4.5333333333vw;*/
    bottom: -1.8666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    /*bottom: 34px;*/
    bottom: -14px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    right: 9.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(3) {
    right: 70px;
  }
}
#contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
  left: auto;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    width: 17.0666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    width: 128px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    top: -15.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    top: -115px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    right: 0.9333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-01 .box-deco img:nth-child(4) {
    right: 7px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    width: 23.2vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    width: 174px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    left: -2.6666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .sec-box-02 .box-deco img:nth-child(1) {
    left: -20px;
  }
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-04 .art {
    height: 92vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-04 .art {
    height: 690px;
  }
}
#contaienr .block-main .section.sec-bottom {
  display: flex;
  z-index: 5;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-bottom {
    height: 133.3333333333vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-bottom {
    height: 1000px;
  }
}
#contaienr .block-main .section.sec-bottom img {
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #contaienr .block-main .section.sec-bottom img {
    top: -4.2666666667vw;
  }
}
@media screen and (min-width: 750px) {
  #contaienr .block-main .section.sec-bottom img {
    top: -32px;
  }
}