@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* Break Point */
/* Color */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-weight: 400;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #fce7e9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body main {
  overflow: hidden;
}

a {
  color: #000000;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

#header .menu {
  border-radius: 50%;
  cursor: pointer;
  background: url(../images/menu.webp) no-repeat center/cover;
  position: fixed;
  z-index: 999;
}
#header .menu span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  background-color: #e95377;
}
#header nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: #e95377;
  transition: 0.5s;
}
#header nav.active {
  opacity: 1;
  visibility: visible;
}

#mv img {
  width: 100%;
}

.entryBnr {
  text-align: center;
  position: relative;
  z-index: 3;
}
.entryBnr a {
  display: inline-block;
}

#entry .entryInner {
  background-color: #fff;
  text-align: center;
  position: relative;
}
#entry .prize {
  text-align: center;
}

#message h2 {
  position: relative;
  z-index: 3;
}
#message .messageOne .textWrap .entitle {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}
#message .messageOne .textWrap .stitle {
  font-weight: 700;
}
#message .messageOne .textWrap h3 {
  font-weight: 900;
  line-height: 1.5;
}
#message .messageTwo .textWrap h3 {
  font-weight: 900;
  line-height: 1.5;
  position: relative;
}
#message .messageTwo .textWrap .entext {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}
#message .messageTwo .textWrap .name {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  text-align: right;
}
#message .messageTwo .textWrap .name span {
  display: inline-block;
  text-align: left;
  position: relative;
}
#story {
  background-color: #fff;
  position: relative;
}
#story .storyInner {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#story .entitle {
  text-align: center;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 900;
}
#story h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1.7;
}
#story h2 span {
  background: linear-gradient(transparent 75%, #f5bad4 75%);
}
#story p {
  font-weight: 500;
  position: relative;
  z-index: 2;
}

#committee .committeeInner {
  position: relative;
  z-index: 2;
}
#committee .textWrap h2 {
  font-weight: 900;
  line-height: 1.7;
  position: relative;
}
#committee .textWrap .entext {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}
#committee .textWrap .name {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  text-align: right;
}
#committee .textWrap .name span {
  display: inline-block;
  text-align: left;
  position: relative;
}

#comment {
  position: relative;
  z-index: 3;
}
#comment .commentInner {
  position: relative;
  z-index: 4;
}
#comment .h2 .entitle {
  text-align: center;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 900;
}
#comment .h2 h2 {
  text-align: center;
  font-weight: 900;
  line-height: 1.7;
}
#comment .h2 h2 span {
  background: linear-gradient(transparent 75%, #f5bad4 75%);
}
#comment h3 {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
#comment .commentBox {
  background-color: #f5ede1;
}
#comment .commentBox .title {
  color: #e95377;
  font-weight: 700;
  position: relative;
}
#comment .commentBox dl > div dt {
  font-weight: 700;
}
#easthokkaido {
  color: #fff;
}
#easthokkaido .muraoWrap .textWrap h2 {
  font-weight: 900;
  line-height: 1.7;
}
#easthokkaido .muraoWrap .textWrap .entext {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}
#easthokkaido .muraoWrap .textWrap .entext span {
  display: inline-block;
  position: relative;
}
#easthokkaido .easthokkaidoWrap .textWrap .entitle {
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
}
#easthokkaido .easthokkaidoWrap .textWrap h3 {
  font-weight: 700;
}
#easthokkaido .easthokkaidoWrap .textWrap .text a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
#easthokkaido .easthokkaidoWrap .textWrap .text a:after {
  content: "";
  display: inline-block;
  background: url(../svg/img_icon_window.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transform: translateY(3px);
}
#easthokkaido .easthokkaidoWrap .textWrap .text a:hover {
  text-decoration: none;
}

#faq h2 {
  text-align: center;
}
#faq .faqList > div {
  background-color: #fff;
}
#faq .faqList > div dt {
  font-weight: 700;
  position: relative;
}
#faq .faqList > div dd {
  border-top: 1px solid #cbcbcb;
  display: none;
}

.gallery {
  display: flex;
  animation: slide 40s linear infinite;
  position: relative;
  z-index: 3;
}
.gallery img {
  width: 150vw;
  max-width: inherit;
}
.gallery img + img {
  margin-left: 10px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#media {
  position: relative;
}
#media h2 {
  text-align: center;
}
#media .bnr {
  text-align: center;
}
#media .bnr a {
  display: inline-block;
  transition: 0.5s;
}
#media .bnr a:hover {
  opacity: 0.5;
}

#sponsor h2 {
  text-align: center;
}
#sponsor .sponsorList a {
  display: inline-block;
  transition: 0.5s;
  position: relative;
}
#sponsor .sponsorList a[target=_blank]:before {
  content: "";
  display: inline-block;
  background: url(../svg/img_icon_window_pink.svg) no-repeat center/cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  right: 8px;
}
#sponsor .sponsorList a:hover {
  opacity: 0.5;
}

#introduction .introductionList .introductionItem figure {
  position: relative;
}
#introduction .introductionList .introductionItem .textWrap .entitle {
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
}
#introduction .introductionList .introductionItem .textWrap .title {
  font-weight: 900;
}
#hojin {
  position: relative;
}
#hojin .hojinInner {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#hojin h2 {
  text-align: center;
}
#hojin .hojinItem .textWrap .entitle {
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 700;
}
#hojin .hojinItem .textWrap .title {
  font-weight: 900;
  line-height: 1.5;
}
#hojin .hojinItem .textWrap dl {
  background-color: #f5ede1;
}
#hojin .hojinItem .textWrap dl dt {
  font-weight: 700;
}
#hojin .hojinItem .textWrap dl dd {
  line-height: 1.5;
}
#hojin .hojinItem .imgBtn {
  text-align: center;
}
#hojin .hojinItem .imgBtn .btn a {
  display: inline-block;
  transition: 0.5s;
}
#hojin .hojinItem .imgBtn .btn a:hover {
  opacity: 0.5;
}

#footer .footerInfo .snsLink ul a {
  text-decoration: underline;
  position: relative;
}
#footer .copyright {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
}

#place {
  background-color: #fff;
  position: relative;
}
#place .placeWrap .placeText h2 {
  font-weight: 900;
}
#place .placeWrap .placeText h2 span {
  background: linear-gradient(transparent 75%, #f5bad4 75%);
}
#place .placeWrap .placeText p {
  font-weight: 500;
}
#fashion {
  background: url(../images/second/bg_fitlink.webp) no-repeat center/cover;
  position: relative;
}
#fashion h2 {
  font-weight: 900;
  text-align: center;
}
#fashion h2 span {
  background: linear-gradient(transparent 75%, #fff 75%);
}
#fashion .fashionWrap > div {
  text-align: center;
  position: relative;
}
#fashion .fashionWrap > div figure {
  position: relative;
  z-index: 2;
}
#fashion .fashionWrap > div p {
  font-weight: 500;
  position: relative;
  z-index: 2;
}
#fashion .fashionWrap > div .btn {
  text-align: center;
  position: relative;
  z-index: 2;
}
#fashion .fashionWrap > div .btn a {
  display: inline-block;
}

#fitlink {
  background-color: #fff;
  position: relative;
}
#fitlink .fitlinkWrap {
  position: relative;
  z-index: 3;
}
#fitlink .fitlinkWrap .fitlinkItem {
  display: flex;
}
#fitlink .fitlinkWrap .fitlinkItem .fitlinkText {
  position: relative;
}
#fitlink .fitlinkWrap .fitlinkItem .fitlinkText h2 {
  font-weight: 900;
  line-height: 1.5;
}
#fitlink .fitlinkWrap .fitlinkItem .fitlinkText h2 span {
  background: linear-gradient(transparent 75%, #f5bad4 75%);
}
#fitlink .fitlinkWrap .fitlinkItem figure {
  position: relative;
}
#fitlink .fitlinkWrap .fitlinkItem figure img {
  width: 100%;
  position: relative;
  z-index: 2;
}

#goods {
  position: relative;
}
#goods h2 {
  text-align: center;
}
#goods .goodsList .goodsItem {
  background-color: #f5ede1;
  position: relative;
  box-shadow: 7px 7px 2px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
#goods .goodsList .goodsItem .notforsale {
  background-color: #000;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#goods .goodsList .goodsItem figure img {
  width: 100%;
}
#goods .goodsList .goodsItem .goodsText h3 {
  font-weight: 900;
}
#goods .goodsList .goodsItem .goodsText .prace {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  color: #db315a;
  font-weight: 700;
}
#goods .goodsList .goodsItem .goodsText .note {
  color: #db315a;
}
#goods .goodsList .goodsItem .goodsText .text {
  font-weight: 500;
}

#outfit {
  position: relative;
  background-color: #fff;
}
#outfit h2 {
  text-align: center;
}
#outfit .outfitList li .outfitText {
  position: relative;
}
#outfit .outfitList li .outfitText .num {
  position: absolute;
}
#outfit .outfitList li .outfitText h4 {
  font-weight: 900;
  color: #e95377;
}
#venue {
  background-color: #fff;
  position: relative;
}
#venue h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
#venue .venueWrap {
  position: relative;
  z-index: 2;
}
#venue .venueWrap .venueItem {
  position: relative;
}
#venue .venueWrap .venueItem .point {
  position: absolute;
}
#venue .venueWrap .venueItem .venueText .sub {
  font-weight: 700;
  color: #e95377;
}
#venue .venueWrap .venueItem .venueText h3 {
  font-weight: 900;
}
#venue .venueBox {
  position: relative;
}
#venue .venueBox .point {
  position: absolute;
}
#venue .venueBox .venueText .sub {
  font-weight: 700;
  color: #e95377;
}
#venue .venueBox .venueText h3 {
  font-weight: 900;
}
#schedule {
  position: relative;
}
#schedule h2 {
  text-align: center;
  position: relative;
  z-index: 3;
}
#schedule .scheWrap dl > div {
  display: flex;
  position: relative;
}
#schedule .scheWrap dl > div dt {
  font-weight: 700;
  color: #e95377;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.01em;
  position: relative;
  font-variant-numeric: tabular-nums;
  flex: none;
}
#schedule .scheWrap dl > div dd {
  font-weight: 500;
}

#film {
  background-color: #fff;
  position: relative;
}
#film h2 {
  text-align: center;
  position: relative;
  z-index: 3;
}
#film .movie {
  text-align: center;
}

#archive {
  background-color: #fff;
  position: relative;
}
#archive h2 {
  text-align: center;
  position: relative;
  z-index: 3;
}
#archive figure {
  text-align: center;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    max-width: 480px;
    margin: 0 auto;
  }
  .tel {
    color: #e95377;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header .menu {
    width: 46px;
    height: 46px;
    right: 10px;
    top: 10px;
  }
  #header .menu span {
    left: 15px;
    width: 16px;
    height: 2px;
    border-radius: 3px;
  }
  #header .menu span:nth-of-type(1) {
    top: calc(50% - 3px);
  }
  #header .menu span:nth-of-type(2) {
    top: calc(50% + 3px);
  }
  #header .menu.active span:nth-of-type(1) {
    transform: translateY(2px) rotate(-45deg);
  }
  #header .menu.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(45deg);
  }
  #header nav {
    padding: 65px 30px 50px;
    overflow: scroll;
  }
  #header nav ul li + li {
    margin-top: 30px;
  }
  #header nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
  }
  #header nav ul li a:before {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_arrow_white.svg) no-repeat center/cover;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  #header nav .navInfo {
    margin-top: 30px;
  }
  #header nav .navInfo .navLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header nav .navInfo .navLink .navSns {
    display: flex;
    align-items: center;
  }
  #header nav .navInfo .navLink .navSns a {
    margin-right: 20px;
  }
  #header nav .navInfo .navLink a {
    display: inline-block;
  }
  #header nav .navContact {
    margin-top: 30px;
  }
  #header nav .navContact a {
    display: block;
    color: #e95377;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px 20px 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
  }
  #header nav .navContact a:after {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_arrow_black.svg) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
  }
  #header nav .navContact a span {
    display: block;
    font-size: 12px;
  }
  .commonInner {
    padding: 0 15px;
  }
  .entryBnr {
    padding: 0 10px 0 15px;
    margin-top: -80px;
  }
  .anchorlinks {
    margin-top: 30px;
    padding: 0 15px;
    position: relative;
    z-index: 3;
  }
  .anchorlinks .anchorlinksList {
    display: flex;
    gap: 7px 6px;
    flex-wrap: wrap;
  }
  .anchorlinks .anchorlinksList li {
    width: calc(50% - 3px);
  }
  .anchorlinks .anchorlinksList li a {
    display: inline-block;
  }
  #entry {
    margin-top: 35px;
    position: relative;
  }
  #entry:before {
    content: "";
    display: inline-block;
    background: url(../images/img_welcome_left_sp.webp) no-repeat center/cover;
    width: 105px;
    height: 108px;
    position: absolute;
    left: 0;
    top: -44px;
    z-index: 2;
  }
  #entry:after {
    content: "";
    display: inline-block;
    background: url(../images/img_welcome_right_sp.webp) no-repeat center/cover;
    width: 129px;
    height: 91px;
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 2;
  }
  #entry .entryInner {
    padding-top: 30px;
  }
  #entry .entryInner .entryDay {
    padding: 0 15px;
    margin-top: 5px;
  }
  #entry .entryPoster {
    margin-top: 25px;
  }
  #entry .entryPoster figure {
    text-align: center;
  }
  #entry .entryPoster figure img {
    max-width: 50%;
  }
  #entry .entryPoster .btn {
    text-align: center;
    margin-top: 15px;
  }
  #entry .entryPoster .btn a {
    display: inline-block;
  }
  #entry .entryPoster .btn img {
    max-width: 285px;
  }
  #entry h2 {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  #entry h2 img {
    max-width: 85%;
  }
  #entry .entryWay {
    margin-top: 25px;
  }
  #entry .entryWay figure {
    margin-top: 15px;
    padding: 0 15px;
  }
  #entry .entryInfo {
    margin-top: 30px;
  }
  #entry .entryInfo figure {
    margin-top: 15px;
    padding: 0 15px;
  }
  #entry .entrySikaku {
    margin-top: 20px;
  }
  #entry .entrySikaku figure {
    margin-top: 10px;
    padding: 0 15px;
  }
  #entry .entryHiyou {
    margin-top: 25px;
  }
  #entry .entryHiyou figure {
    margin-top: 18px;
    padding: 0 15px;
  }
  #entry .prize {
    padding: 18px 27px 50px;
    background-color: #fff;
  }
  .mousikomi {
    background: url(../images/bg_mousikomi_sp.webp) no-repeat center/cover;
    padding: 35px 15px;
  }
  .mousikomi ul li + li {
    margin-top: 23px;
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
  .mousikomi .mousikomiBtn {
    margin-top: 20px;
    text-align: center;
  }
  .mousikomi .mousikomiBtn p img {
    max-width: 80%;
  }
  .mousikomi .mousikomiBtn a {
    display: inline-block;
    margin-top: 8px;
  }
  #message {
    padding: 70px 0 50px;
    background-color: #fff;
    position: relative;
  }
  #message:before {
    content: "";
    display: inline-block;
    background: url(../images/cloud_message_left.webp) no-repeat center/cover;
    width: 100px;
    height: 93px;
    position: absolute;
    left: 0;
    top: -23px;
  }
  #message:after {
    content: "";
    display: inline-block;
    background: url(../images/cloud_message_right.webp) no-repeat center/cover;
    width: 100px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  #message h2 {
    text-align: center;
  }
  #message h2 img {
    max-width: 80%;
  }
  #message .messageOne {
    margin-top: 30px;
    padding: 0 15px;
  }
  #message .messageOne .textWrap .entitle {
    text-align: center;
    font-size: 13px;
  }
  #message .messageOne .textWrap .stitle {
    text-align: center;
  }
  #message .messageOne .textWrap h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 5px;
  }
  #message .messageOne .textWrap .text {
    margin-top: 15px;
  }
  #message .messageOne figure {
    text-align: center;
    margin-top: 30px;
  }
  #message .messageTwo {
    margin-top: 30px;
    padding: 0 15px;
  }
  #message .messageTwo .textWrap h3 {
    font-size: 24px;
    text-align: center;
  }
  #message .messageTwo .textWrap h3:before {
    content: "";
    display: inline-block;
    background: url(../images/img_lol_left.webp) no-repeat center/cover;
    width: 55px;
    height: 62px;
    position: absolute;
    left: -5px;
    top: -40px;
  }
  #message .messageTwo .textWrap .text {
    margin-top: 15px;
  }
  #message .messageTwo .textWrap .entext {
    font-size: 13px;
    margin-top: 15px;
  }
  #message .messageTwo .textWrap .name {
    font-size: 13px;
    margin-top: 10px;
  }
  #message .messageTwo .textWrap .name span {
    padding-left: 70px;
  }
  #message .messageTwo .textWrap .name span:before {
    content: "";
    display: inline-block;
    background-color: #e95377;
    height: 1px;
    width: 58px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  #message .messageTwo figure {
    margin-top: 30px;
    text-align: center;
  }
  #message .messageTwo figure img {
    max-width: 80%;
  }
  #story {
    padding: 10px 0px 30px;
  }
  #story:before {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_story.webp) no-repeat center/cover;
    width: 100px;
    height: 37px;
    position: absolute;
    right: 0;
    top: -30px;
  }
  #story .storyInner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px 20px;
  }
  #story .storyInner:before {
    content: "";
    display: inline-block;
    background: url(../images/herhistory.webp) no-repeat center/cover;
    width: 200px;
    height: 30px;
    position: absolute;
    top: -35px;
    left: 10px;
  }
  #story .entitle {
    font-size: 16px;
  }
  #story h2 {
    font-size: 23px;
  }
  #story p {
    margin-top: 15px;
  }
  #committee {
    background-image: url(../images/bg_yohsiki.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 360px;
    padding-bottom: 110px;
    margin-top: -360px;
    position: relative;
    z-index: 2;
  }
  #committee .committeeInner {
    padding: 0 15px;
  }
  #committee figure {
    text-align: center;
  }
  #committee figure img {
    max-width: 70%;
  }
  #committee .textWrap {
    margin-top: 30px;
    color: #fff;
  }
  #committee .textWrap h2 {
    font-size: 22px;
  }
  #committee .textWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/img_lol_right.webp) no-repeat center/cover;
    width: 51px;
    height: 65px;
    position: absolute;
    right: 0px;
    top: -40px;
  }
  #committee .textWrap .text {
    margin-top: 15px;
  }
  #committee .textWrap .entext {
    font-size: 13px;
    margin-top: 20px;
  }
  #committee .textWrap .name {
    margin-top: 10px;
    font-size: 13px;
  }
  #committee .textWrap .name span {
    padding-left: 70px;
  }
  #committee .textWrap .name span:before {
    content: "";
    display: inline-block;
    background-color: #e95377;
    height: 1px;
    width: 58px;
    position: absolute;
    left: 0;
    top: 12px;
  }
  #comment {
    background: url(../images/bg_comment.webp) no-repeat top -70px center/cover;
    margin-top: -90px;
    padding: 80px 15px 50px;
  }
  #comment:before {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_right.webp) no-repeat center/cover;
    width: 150px;
    height: 89px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  #comment:after {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_left_murao.webp) no-repeat center/cover;
    width: 150px;
    height: 143px;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  #comment .commentInner {
    border: 3px solid #ecddc6;
    background-color: #fff;
    padding: 0 15px 20px;
  }
  #comment .commentImg {
    margin-top: -50px;
    width: 100%;
    text-align: center;
  }
  #comment .commentImg img {
    max-width: 90%;
  }
  #comment .h2 {
    margin-top: 15px;
  }
  #comment .h2 .entitle {
    font-size: 16px;
  }
  #comment .h2 h2 {
    font-size: 23px;
  }
  #comment h3 {
    font-size: 16px;
    margin-top: 15px;
    border-bottom: 3px solid #000;
    padding-bottom: 15px;
  }
  #comment h3:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #e95377;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  #comment h3 + p {
    margin-top: 15px;
    font-weight: 500;
  }
  #comment .commentBox {
    padding: 15px;
    margin-top: 20px;
  }
  #comment .commentBox .title {
    font-size: 16px;
    padding-left: 20px;
  }
  #comment .commentBox .title:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mike.webp) no-repeat center/cover;
    width: 13px;
    height: 17px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
  }
  #comment .commentBox dl {
    margin-top: 10px;
  }
  #comment .commentBox dl > div + div {
    margin-top: 10px;
  }
  #comment .commentBox dl > div dt {
    line-height: 1.5;
  }
  #comment .commentBox dl > div dd {
    margin-top: 5px;
  }
  #easthokkaido {
    background: url(../images/bg_easthokkaido.webp) no-repeat center/cover;
    padding: 45px 0;
  }
  #easthokkaido .muraoWrap figure {
    text-align: center;
  }
  #easthokkaido .muraoWrap figure img {
    max-width: 70%;
  }
  #easthokkaido .muraoWrap figure figcaption {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
  }
  #easthokkaido .muraoWrap .textWrap {
    margin-top: 30px;
  }
  #easthokkaido .muraoWrap .textWrap h2 {
    font-size: 24px;
  }
  #easthokkaido .muraoWrap .textWrap .text {
    margin-top: 15px;
  }
  #easthokkaido .muraoWrap .textWrap .entext {
    margin-top: 20px;
    font-size: 16px;
  }
  #easthokkaido .muraoWrap .textWrap .entext span {
    padding-left: 80px;
  }
  #easthokkaido .muraoWrap .textWrap .entext span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 13px;
  }
  #easthokkaido .easthokkaidoWrap {
    margin-top: 50px;
  }
  #easthokkaido .easthokkaidoWrap figure {
    text-align: center;
  }
  #easthokkaido .easthokkaidoWrap figure img {
    max-width: 200px;
  }
  #easthokkaido .easthokkaidoWrap .textWrap {
    margin-top: 30px;
  }
  #easthokkaido .easthokkaidoWrap .textWrap .entitle {
    font-size: 14px;
  }
  #easthokkaido .easthokkaidoWrap .textWrap h3 {
    margin-top: 5px;
    font-size: 18px;
  }
  #easthokkaido .easthokkaidoWrap .textWrap .text {
    margin-top: 15px;
  }
  #access {
    padding: 50px 0;
    position: relative;
    z-index: 2;
  }
  #access h2 {
    text-align: center;
  }
  #access h2 img {
    max-width: 300px;
  }
  #access p {
    margin-top: 20px;
    text-align: center;
  }
  #access .map {
    margin-top: 20px;
    width: 100%;
    height: 250px;
  }
  #access .map iframe {
    width: 100%;
    height: 100%;
  }
  #faq {
    padding-bottom: 50px;
    position: relative;
  }
  #faq:before {
    content: "";
    display: inline-block;
    background: url(../images/faq_cloud_1.webp) no-repeat center/cover;
    width: 100px;
    height: 63px;
    position: absolute;
    right: 0;
    top: -75px;
  }
  #faq .faqInner {
    padding: 0 15px;
  }
  #faq h2 img {
    max-width: 300px;
  }
  #faq .faqList {
    margin-top: 20px;
  }
  #faq .faqList > div {
    border: 3px solid #ecddc6;
  }
  #faq .faqList > div + div {
    margin-top: 6px;
  }
  #faq .faqList > div dt {
    font-size: 14px;
    padding: 12px 40px 12px 50px;
    cursor: pointer;
    line-height: 1.3;
  }
  #faq .faqList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px);
  }
  #faq .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.webp) no-repeat center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
  }
  #faq .faqList > div dt.active:after {
    background: url(../images/minus.webp) no-repeat center/cover;
  }
  #faq .faqList > div dd {
    padding: 10px;
  }
  .gallery img + img {
    margin-left: 3px;
  }
  #media {
    padding-top: 42px;
    padding-bottom: 50px;
  }
  #media:before {
    content: "";
    display: inline-block;
    background: url(../images/bg_media.webp) no-repeat top center;
    width: 130%;
    height: auto;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: 0;
    aspect-ratio: 1440/707;
  }
  #media h2 {
    position: relative;
    z-index: 2;
  }
  #media h2 img {
    max-width: 300px;
  }
  #media .mediaList {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    z-index: 2;
  }
  #media .mediaList li {
    width: calc(50% - 8px);
  }
  #media .mediaList li p {
    font-size: 12px;
    margin-top: 5px;
  }
  #media .bnr {
    margin-top: 30px;
  }
  #sponsor {
    background: url(../images/bg_sponsor.webp) no-repeat center/cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #sponsor:before {
    content: "";
    display: inline-block;
    background: url(../images/sponsor_cloud_right.webp) no-repeat center/cover;
    width: 100px;
    height: 42px;
    position: absolute;
    right: 0;
    top: -21px;
  }
  #sponsor:after {
    content: "";
    display: inline-block;
    background: url(../images/sponsor_cloud_left.webp) no-repeat center/cover;
    width: 100px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  #sponsor h2 img {
    max-width: 300px;
  }
  #sponsor .sponsorList {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  #sponsor .sponsorList li {
    width: calc(50% - 8px);
  }
  #sponsor .sponsorList a[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_window_pink.svg) no-repeat center/cover;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  #introduction {
    padding: 50px 0;
  }
  #introduction .introductionList {
    padding: 0 15px;
  }
  #introduction .introductionList .introductionItem + .introductionItem {
    margin-top: 40px;
  }
  #introduction .introductionList .introductionItem .textWrap {
    margin-top: 15px;
  }
  #introduction .introductionList .introductionItem .textWrap .entitle {
    font-size: 13px;
  }
  #introduction .introductionList .introductionItem .textWrap .title {
    font-size: 20px;
  }
  #introduction .introductionList .introductionItem .textWrap .text {
    margin-top: 10px;
  }
  #hojin {
    padding: 30px 15px 30px;
  }
  #hojin:before {
    content: "";
    display: inline-block;
    background: url(../images/media_cloud_1.webp) no-repeat center/cover;
    width: 100px;
    height: 82px;
    position: absolute;
    left: 0;
    top: -26px;
  }
  #hojin:after {
    content: "";
    display: inline-block;
    background: url(../images/media_cloud_2.webp) no-repeat center/cover;
    width: 100px;
    height: 71px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #hojin .hojinInner {
    border: 3px solid #ecddc6;
    padding: 30px 15px 20px;
  }
  #hojin h2 {
    position: absolute;
    left: 0%;
    top: -17px;
    width: 100%;
  }
  #hojin h2 img {
    max-width: 258px;
  }
  #hojin .hojinItem + .hojinItem {
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #cbcbcb;
  }
  #hojin .hojinItem .textWrap .entitle {
    line-height: 1.5;
    font-size: 13px;
  }
  #hojin .hojinItem .textWrap .title {
    font-size: 18px;
    margin-top: 10px;
  }
  #hojin .hojinItem .textWrap .text {
    margin-top: 10px;
  }
  #hojin .hojinItem .textWrap dl {
    margin-top: 15px;
    padding: 15px;
  }
  #hojin .hojinItem .textWrap dl dt {
    font-size: 15px;
  }
  #hojin .hojinItem .textWrap dl dd {
    margin-top: 5px;
  }
  #hojin .hojinItem .imgBtn {
    margin-top: 30px;
  }
  #hojin .hojinItem .imgBtn .btn {
    max-width: 285px;
    margin: 20px auto 0;
  }
  #pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 10;
    opacity: 0;
    width: 45px;
    height: 45px;
  }
  #pageTop.active {
    opacity: 1;
  }
  #footer {
    padding: 0 15px 55px;
  }
  #footer .footerInfo .snsLink ul {
    margin-top: 20px;
    display: flex;
    gap: 10px;
  }
  #footer .footerInfo .snsLink ul a {
    font-size: 13px;
    padding-left: 20px;
  }
  #footer .footerInfo .snsLink ul a:before {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_pdf.svg) no-repeat center/cover;
    width: 15px;
    height: 19px;
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
  }
  #footer .copyright {
    font-size: 10px;
    margin-top: 15px;
  }
  #place {
    padding: 40px 0 35px;
    background-image: url(../images/second/img_left_map.webp);
    background-size: 107px auto;
    background-repeat: no-repeat;
    background-position: right 20px top 20px;
  }
  #place .placeWrap .placeText h2 {
    font-size: 18px;
  }
  #place .placeWrap .placeText p {
    margin-top: 20px;
  }
  #place .placeWrap figure {
    margin-top: 20px;
    text-align: center;
  }
  #place .placeWrap figure img {
    max-width: 90%;
  }
  #place .placeWrap .btn {
    margin-top: 20px;
    text-align: center;
  }
  #fashion {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #fashion:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_left.webp) no-repeat center/cover;
    width: 120px;
    height: 35px;
    position: absolute;
    top: -16px;
    left: 0px;
    z-index: 2;
  }
  #fashion:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_right.webp) no-repeat center/cover;
    width: 90px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: -5px;
    z-index: 2;
  }
  #fashion h2 {
    font-size: 18px;
  }
  #fashion .fashionWrap > div {
    padding: 20px 30px;
  }
  #fashion .fashionWrap > div:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  #fashion .fashionWrap > div:first-of-type:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_subphoto_left_sp.webp) no-repeat center/cover;
    width: 69px;
    height: 195px;
    position: absolute;
    top: 15px;
    left: -15px;
    z-index: 3;
  }
  #fashion .fashionWrap > div:last-of-type:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_subphoto_right_sp.webp) no-repeat center/cover;
    width: 84px;
    height: 134px;
    position: absolute;
    top: 24px;
    right: -15px;
    z-index: 3;
  }
  #fashion .fashionWrap > div figure {
    text-align: center;
  }
  #fashion .fashionWrap > div figure img {
    max-width: 270px;
  }
  #fashion .fashionWrap > div p {
    margin-top: 10px;
  }
  #fashion .fashionWrap > div .btn {
    margin-top: 10px;
  }
  #fitlink {
    padding: 35px 15px 40px;
  }
  #fitlink .fitlinkWrap .fitlinkItem {
    flex-direction: column-reverse;
  }
  #fitlink .fitlinkWrap .fitlinkItem + .fitlinkItem {
    margin-top: 30px;
  }
  #fitlink .fitlinkWrap .fitlinkItem:last-of-type figure:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_2.webp) no-repeat center/cover;
    width: 172px;
    height: 102px;
    position: absolute;
    left: 12px;
    top: -10px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText {
    margin-top: 15px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText h2 {
    font-size: 18px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText p {
    margin-top: 15px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText .btn {
    margin-top: 15px;
    text-align: center;
  }
  #fitlink .fitlinkWrap .fitlinkItem figure:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_3.webp) no-repeat center/cover;
    width: 76px;
    height: 34px;
    position: absolute;
    bottom: -10px;
    right: -30px;
    z-index: 3;
  }
  #goods {
    background: url(../images/second/bg_store.webp) no-repeat center/cover;
    padding: 40px 0 55px;
  }
  #goods:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_store_left.webp) no-repeat center/cover;
    width: 120px;
    height: 51px;
    position: absolute;
    left: 0;
    top: -18px;
  }
  #goods:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_store_right.webp) no-repeat center/cover;
    width: 120px;
    height: 49px;
    position: absolute;
    right: 0;
    top: -24px;
  }
  #goods h2 {
    padding: 0 15px;
  }
  #goods .goodsList {
    margin-top: 10px;
  }
  #goods .goodsList .slick-list {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  #goods .goodsList .slick-track {
    display: flex;
  }
  #goods .goodsList .slick-slide {
    height: auto !important;
    margin: 0 15px;
    position: relative;
  }
  #goods .goodsList .slick-slide > div {
    height: 100%;
  }
  #goods .goodsList .slick-slide:nth-of-type(odd):before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_5.webp) no-repeat center/cover;
    width: 60px;
    height: 25px;
    position: absolute;
    bottom: -11px;
    right: -18px;
    z-index: 2;
  }
  #goods .goodsList .slick-slide:nth-of-type(even):before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_4.webp) no-repeat center/cover;
    width: 60px;
    height: 25px;
    position: absolute;
    bottom: -11px;
    right: -18px;
    z-index: 2;
  }
  #goods .goodsList .slide-arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -28px;
    transition: 0.5s;
    cursor: pointer;
  }
  #goods .goodsList .slide-arrow:hover {
    opacity: 0.7;
  }
  #goods .goodsList .slide-arrow.prev-arrow {
    left: 20px;
    background: url(../images/second/arrow_left.webp) no-repeat center/cover;
  }
  #goods .goodsList .slide-arrow.next-arrow {
    right: 20px;
    background: url(../images/second/arrow_right.webp) no-repeat center/cover;
  }
  #goods .goodsList .dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  #goods .goodsList .dots-wrap li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
  }
  #goods .goodsList .dots-wrap li:hover, #goods .goodsList .dots-wrap li.slick-active {
    opacity: 1;
  }
  #goods .goodsList .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #goods .goodsList .goodsItem .notforsale {
    border: 2px solid #fff;
    font-size: 11px;
    position: absolute;
    top: -25px;
    right: -15px;
    width: 75px;
    height: 75px;
  }
  #goods .goodsList .goodsItem .goodsText {
    padding: 15px 15px;
  }
  #goods .goodsList .goodsItem .goodsText h3 {
    font-size: 18px;
  }
  #goods .goodsList .goodsItem .goodsText .prace {
    font-size: 18px;
    margin-top: 5px;
  }
  #goods .goodsList .goodsItem .goodsText .prace span {
    font-size: 12px;
  }
  #goods .goodsList .goodsItem .goodsText .note {
    font-size: 12px;
  }
  #goods .goodsList .goodsItem .goodsText .text {
    margin-top: 5px;
  }
  #outfit {
    padding: 50px 0 40px;
  }
  #outfit:before {
    content: "";
    display: inline-block;
    background: url(../images//second/img_cloud_store_underleft.webp) no-repeat center/cover;
    width: 120px;
    height: 111px;
    position: absolute;
    left: 0;
    top: -42px;
  }
  #outfit:after {
    content: "";
    display: inline-block;
    background: url(../images//second/img_cloud_store_underright.webp) no-repeat center/cover;
    width: 120px;
    height: 77px;
    position: absolute;
    right: 0;
    top: -41px;
  }
  #outfit .outfitList {
    margin-top: 30px;
  }
  #outfit .outfitList li + li {
    margin-top: 30px;
  }
  #outfit .outfitList li figure {
    text-align: center;
  }
  #outfit .outfitList li .outfitText {
    margin-top: 10px;
  }
  #outfit .outfitList li .outfitText .num {
    right: -10px;
    top: 5px;
  }
  #outfit .outfitList li .outfitText h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  #outfit .outfitList li .outfitText p {
    margin-top: 10px;
  }
  #venue {
    padding-top: 10px;
  }
  #venue .venueWrap {
    margin-top: 30px;
  }
  #venue .venueWrap .venueItem + .venueItem {
    margin-top: 30px;
  }
  #venue .venueWrap .venueItem .point {
    top: -20px;
    left: -10px;
  }
  #venue .venueWrap .venueItem .point img {
    max-width: 80px;
  }
  #venue .venueWrap .venueItem .venueText {
    padding-top: 10px;
  }
  #venue .venueWrap .venueItem .venueText .sub {
    font-size: 14px;
  }
  #venue .venueWrap .venueItem .venueText h3 {
    font-size: 18px;
    margin-top: 5px;
  }
  #venue .venueWrap .venueItem .venueText .text {
    margin-top: 8px;
  }
  #venue .venueBox {
    margin-top: 40px;
    padding: 20px 20px;
    border: 3px solid #ecddc6;
  }
  #venue .venueBox .point {
    top: -25px;
    left: -10px;
  }
  #venue .venueBox .point img {
    max-width: 80px;
  }
  #venue .venueBox .venueText {
    padding-top: 10px;
  }
  #venue .venueBox .venueText .sub {
    font-size: 14px;
  }
  #venue .venueBox .venueText h3 {
    font-size: 18px;
    margin-top: 5px;
  }
  #venue .venueBox .venueText .text {
    margin-top: 8px;
  }
  #schedule {
    padding-top: 50px;
    background: url(../images/second/schecule_bg_bottom_sp.webp) no-repeat;
    background-position: bottom 67px center;
    background-size: 100% auto;
  }
  #schedule:before {
    content: "";
    display: block;
    width: 100%;
    height: 116px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #schedule:after {
    content: "";
    display: inline-block;
    background: url(../images/second/schedule_kazari.webp) no-repeat center/cover;
    width: 85px;
    height: 105px;
    position: absolute;
    top: 90px;
    left: 0;
  }
  #schedule .imagesBottom {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  #schedule h2 {
    padding: 0 15px;
  }
  #schedule .images {
    margin-top: 15px;
  }
  #schedule .scheWrap {
    margin-top: 20px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #schedule .scheWrap dl:first-of-type > div:first-of-type dt:before {
    background-color: #e95377;
  }
  #schedule .scheWrap dl:last-of-type > div:last-of-type dt:before {
    background-color: #e95377;
  }
  #schedule .scheWrap dl + dl {
    margin-top: 15px;
    position: relative;
  }
  #schedule .scheWrap dl + dl:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #f4b4d0;
    position: absolute;
    top: -21px;
    left: 66px;
  }
  #schedule .scheWrap dl > div + div {
    margin-top: 15px;
  }
  #schedule .scheWrap dl > div + div:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: calc(100% + 20px);
    background-color: #f4b4d0;
    position: absolute;
    top: calc(-100% - 5px);
    left: 66px;
  }
  #schedule .scheWrap dl > div dt {
    width: 90px;
    font-size: 13px;
  }
  #schedule .scheWrap dl > div dt:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e95377;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    right: 18px;
    border-radius: 50%;
    z-index: 2;
  }
  #schedule .scheWrap dl > div dd {
    font-size: 13px;
  }
  #film {
    padding: 95px 15px 40px;
    margin-top: -60px;
  }
  #film .movie {
    margin-top: 25px;
  }
  #film .movie iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  #archive {
    padding-bottom: 10px;
  }
  #archive:before {
    content: "";
    display: inline-block;
    background: url(../images/second/archive_kazari_sp.webp) no-repeat center/cover;
    width: 96px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  #archive h2 {
    padding: 0 15px;
  }
  #archive figure {
    margin-top: 20px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  #header .menu {
    width: 90px;
    height: 90px;
    right: 18px;
    top: 15px;
    transition: 0.5s;
  }
  #header .menu:hover {
    opacity: 0.5;
  }
  #header .menu span {
    left: 31px;
    width: 30px;
    height: 3px;
    border-radius: 3px;
  }
  #header .menu span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  #header .menu span:nth-of-type(2) {
    top: calc(50% + 6px);
  }
  #header .menu.active span:nth-of-type(1) {
    transform: translateY(4px) rotate(-45deg);
  }
  #header .menu.active span:nth-of-type(2) {
    transform: translateY(-8px) rotate(45deg);
  }
  #header nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header nav .navInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
  }
  #header nav ul {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
  }
  #header nav ul li {
    width: 50%;
    padding-right: 20px;
  }
  #header nav ul li:nth-of-type(n + 3) {
    margin-top: 3vw;
  }
  #header nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 40px;
    position: relative;
    transition: 0.5s;
  }
  #header nav ul li a:before {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_arrow_white.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 6px;
  }
  #header nav ul li a:hover {
    opacity: 0.5;
  }
  #header nav .navInfo {
    width: 33%;
  }
  #header nav .navInfo .navLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header nav .navInfo .navLink .navSns {
    display: flex;
    align-items: center;
  }
  #header nav .navInfo .navLink .navSns a {
    margin-right: 30px;
  }
  #header nav .navInfo .navLink a {
    transition: 0.3s;
    display: inline-block;
  }
  #header nav .navInfo .navLink a:hover {
    opacity: 0.5;
  }
  #header nav .navContact {
    margin-top: 25px;
  }
  #header nav .navContact a {
    display: block;
    color: #e95377;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 60px 30px 30px;
    background-color: #fff;
    border-radius: 15px;
    transition: 0.5s;
    position: relative;
  }
  #header nav .navContact a:hover {
    opacity: 0.5;
  }
  #header nav .navContact a:after {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_arrow_black.svg) no-repeat center/cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    right: 25px;
  }
  #header nav .navContact a span {
    display: block;
    font-size: 15px;
  }
  .commonInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
  }
  .entryBnr {
    width: 90%;
    margin: -70px auto 0;
  }
  .entryBnr a {
    transition: 0.3s;
  }
  .entryBnr a:hover {
    opacity: 0.5;
  }
  .anchorlinks {
    margin: 50px auto 0;
    width: 90%;
    max-width: 993px;
  }
  .anchorlinks .anchorlinksList {
    display: flex;
    gap: 12px 9px;
    flex-wrap: wrap;
  }
  .anchorlinks .anchorlinksList li {
    width: calc(33.3333333333% - 6px);
  }
  .anchorlinks .anchorlinksList li a {
    display: inline-block;
    transition: 0.5s;
  }
  .anchorlinks .anchorlinksList li a:hover {
    opacity: 0.5;
  }
  #entry {
    margin-top: 158px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../images/entry_bg_1.webp), url(../images/bg_pink_accent.webp);
    background-repeat: no-repeat;
    background-position: top 50px center, top 580px center;
    background-size: auto, 100% auto;
  }
  #entry:before {
    content: "";
    display: inline-block;
    background: url(../images/img_welcome_left.webp) no-repeat center/cover;
    width: 428px;
    height: 267px;
    position: absolute;
    left: 0;
    top: -106px;
    z-index: 2;
  }
  #entry:after {
    content: "";
    display: inline-block;
    background: url(../images/img_welcome_right.webp) no-repeat center/cover;
    width: 414px;
    height: 184px;
    position: absolute;
    right: 0;
    top: -77px;
    z-index: 2;
  }
  #entry .entryInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    padding: 165px 40px 70px;
  }
  #entry .entryPoster {
    margin-top: 50px;
  }
  #entry .entryPoster .btn {
    text-align: center;
    margin-top: 25px;
  }
  #entry .entryPoster .btn a {
    display: inline-block;
    transition: 0.5s;
  }
  #entry .entryPoster .btn a:hover {
    opacity: 0.5;
  }
  #entry .entryPoster .btn img {
    max-width: 380px;
  }
  #entry h2 {
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  #entry .entryWay {
    margin-top: 50px;
  }
  #entry .entryWay figure {
    margin-top: 25px;
  }
  #entry .entryInfo {
    margin-top: 70px;
  }
  #entry .entryInfo figure {
    margin-top: 35px;
  }
  #entry .entrySikaku {
    margin-top: 40px;
  }
  #entry .entrySikaku figure {
    margin-top: 20px;
  }
  #entry .entryHiyou {
    margin-top: 50px;
  }
  #entry .entryHiyou figure {
    margin-top: 40px;
  }
  #entry .prize {
    margin-top: 30px;
  }
  .mousikomi {
    background: url(../images/bg_mousikomi.webp) no-repeat center/cover;
    padding: 100px 0 80px;
  }
  .mousikomi .mousikomiInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
  .mousikomi ul li + li {
    margin-top: 33px;
    padding-top: 30px;
    border-top: 1px solid #fff;
  }
  .mousikomi .mousikomiBtn {
    text-align: center;
  }
  .mousikomi .mousikomiBtn a {
    display: inline-block;
    margin-top: 15px;
    transition: 0.5s;
  }
  .mousikomi .mousikomiBtn a:hover {
    opacity: 0.5;
  }
  #message {
    padding: 100px 0 37px;
    background-color: #fff;
    position: relative;
    background-image: url(../images/img_cloud_about_left.webp);
    background-repeat: no-repeat;
    background-position: top 800px left;
  }
  #message:before {
    content: "";
    display: inline-block;
    background: url(../images/cloud_message_left.webp) no-repeat center/cover;
    width: 362px;
    height: 337px;
    position: absolute;
    left: 0;
    top: -70px;
  }
  #message:after {
    content: "";
    display: inline-block;
    background: url(../images/cloud_message_right.webp) no-repeat center/cover;
    width: 372px;
    height: 136px;
    position: absolute;
    right: 0;
    top: 37px;
  }
  #message h2 {
    text-align: center;
  }
  #message .messageOne {
    margin: 95px auto 0;
    display: flex;
    max-width: 1140px;
  }
  #message .messageOne .textWrap {
    width: 50%;
    padding-left: 40px;
    padding-top: 40px;
  }
  #message .messageOne .textWrap h3 {
    font-size: 36px;
    margin-top: 5px;
  }
  #message .messageOne .textWrap .text {
    margin-top: 20px;
  }
  #message .messageOne figure {
    width: calc(50% + 150px);
    padding-left: 75px;
    text-align: right;
  }
  #message .messageTwo {
    margin: 60px auto 0;
    width: 90%;
    max-width: 1140px;
    display: flex;
    flex-direction: row-reverse;
  }
  #message .messageTwo .textWrap {
    width: 50%;
  }
  #message .messageTwo .textWrap h3 {
    font-size: 36px;
    margin-top: 5px;
  }
  #message .messageTwo .textWrap h3:before {
    content: "";
    display: inline-block;
    background: url(../images/img_lol_left.webp) no-repeat center/cover;
    width: 111px;
    height: 125px;
    position: absolute;
    left: -80px;
    top: -82px;
  }
  #message .messageTwo .textWrap .text {
    margin-top: 20px;
  }
  #message .messageTwo .textWrap .entext {
    margin-top: 20px;
    font-size: 25px;
  }
  #message .messageTwo .textWrap .name {
    margin-top: 10px;
  }
  #message .messageTwo .textWrap .name span {
    padding-left: 70px;
  }
  #message .messageTwo .textWrap .name span:before {
    content: "";
    display: inline-block;
    background-color: #e95377;
    height: 1px;
    width: 58px;
    position: absolute;
    left: 0;
    top: 15px;
  }
  #message .messageTwo figure {
    width: 50%;
  }
  #story {
    padding-top: 160px;
  }
  #story:before {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_story.webp) no-repeat center/cover;
    width: 368px;
    height: 136px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #story .storyInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  #story .storyInner:before {
    content: "";
    display: inline-block;
    background: url(../images/herhistory.webp) no-repeat center/cover;
    width: 486px;
    height: 73px;
    position: absolute;
    top: -94px;
    left: 190px;
  }
  #story .storyInner:after {
    content: "";
    display: inline-block;
    background: url(../images/illust_sumo.webp) no-repeat center/cover;
    width: 187px;
    height: 186px;
    position: absolute;
    bottom: 27px;
    right: -65px;
  }
  #story .entitle {
    font-size: 24px;
  }
  #story h2 {
    font-size: 40px;
  }
  #story p {
    text-align: center;
    margin: 30px auto 0;
    font-size: 18px;
    max-width: 815px;
  }
  #committee {
    background-image: url(../images/bg_yohsiki.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 645px;
    padding-bottom: 220px;
    margin-top: -545px;
    position: relative;
    z-index: 2;
  }
  #committee:before {
    content: "";
    display: inline-block;
    background: url(../images/bg_img_cloud_yoshiki.webp) no-repeat center/cover;
    width: 397px;
    height: 422px;
    position: absolute;
    left: 0;
    top: 770px;
  }
  #committee .committeeInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 58px;
  }
  #committee figure {
    width: 35%;
  }
  #committee .textWrap {
    color: #fff;
    width: calc(65% - 58px);
    padding-top: 40px;
  }
  #committee .textWrap h2 {
    font-size: 34px;
    margin-top: 5px;
    padding-right: 105px;
    max-width: 600px;
  }
  #committee .textWrap h2:before {
    content: "";
    display: inline-block;
    background: url(../images/img_lol_right.webp) no-repeat center/cover;
    width: 102px;
    height: 130px;
    position: absolute;
    right: 0px;
    top: -60px;
  }
  #committee .textWrap .text {
    margin-top: 20px;
  }
  #committee .textWrap .entext {
    margin-top: 20px;
    font-size: 25px;
  }
  #committee .textWrap .name {
    margin-top: 10px;
  }
  #committee .textWrap .name span {
    padding-left: 70px;
  }
  #committee .textWrap .name span:before {
    content: "";
    display: inline-block;
    background-color: #e95377;
    height: 1px;
    width: 58px;
    position: absolute;
    left: 0;
    top: 15px;
  }
  #comment {
    background: url(../images/bg_comment.webp) no-repeat top center/cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -150px;
  }
  #comment:before {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_right.webp) no-repeat center/cover;
    width: 409px;
    height: 243px;
    position: absolute;
    right: 0;
    top: -30px;
  }
  #comment:after {
    content: "";
    display: inline-block;
    background: url(../images/img_cloud_left_murao.webp) no-repeat center/cover;
    width: 351px;
    height: 334px;
    position: absolute;
    left: 0;
    bottom: -92px;
  }
  #comment .commentInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    border: 6px solid #ecddc6;
    background-color: #fff;
    padding: 70px 0px 80px;
  }
  #comment .commentInner .commentCont {
    padding: 0 80px;
  }
  #comment .commentTitle {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 40px;
  }
  #comment .commentImg {
    width: 50%;
    margin-top: -130px;
  }
  #comment .h2 {
    width: 50%;
    position: relative;
  }
  #comment .h2:before {
    content: "";
    display: inline-block;
    background: url(../images/comment_title_kazari.webp) no-repeat center/cover;
    width: 103px;
    height: 41px;
    position: absolute;
    top: -15px;
    left: -13px;
  }
  #comment .h2:after {
    content: "";
    display: inline-block;
    background: url(../images/comment_title_kazari.webp) no-repeat center/cover;
    width: 103px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    right: -23px;
  }
  #comment .h2 .entitle {
    font-size: 20px;
  }
  #comment .h2 h2 {
    font-size: 40px;
  }
  #comment h3 {
    font-size: 28px;
    margin-top: 35px;
    border-bottom: 5px solid #000;
    padding-bottom: 20px;
  }
  #comment h3:after {
    content: "";
    display: inline-block;
    width: 138px;
    height: 5px;
    background-color: #e95377;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  #comment h3 + p {
    margin-top: 25px;
    font-weight: 500;
  }
  #comment .commentBox {
    margin-top: 40px;
    padding: 40px;
  }
  #comment .commentBox .title {
    font-size: 24px;
    padding-left: 40px;
  }
  #comment .commentBox .title:before {
    content: "";
    display: inline-block;
    background: url(../images/icon_mike.webp) no-repeat center/cover;
    width: 26px;
    height: 34px;
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
  }
  #comment .commentBox dl {
    margin-top: 20px;
  }
  #comment .commentBox dl > div + div {
    margin-top: 10px;
  }
  #easthokkaido {
    background: url(../images/bg_easthokkaido.webp) no-repeat center/cover;
    padding: 90px 0;
  }
  #easthokkaido .muraoWrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 60px;
    padding: 0 30px;
  }
  #easthokkaido .muraoWrap figure {
    width: 40%;
    margin-top: -154px;
    position: relative;
    z-index: 3;
  }
  #easthokkaido .muraoWrap figure figcaption {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 700;
  }
  #easthokkaido .muraoWrap .textWrap {
    width: calc(60% - 60px);
  }
  #easthokkaido .muraoWrap .textWrap h2 {
    font-size: 34px;
  }
  #easthokkaido .muraoWrap .textWrap .text {
    margin-top: 30px;
  }
  #easthokkaido .muraoWrap .textWrap .entext {
    margin-top: 30px;
    font-size: 30px;
  }
  #easthokkaido .muraoWrap .textWrap .entext span {
    padding-left: 80px;
  }
  #easthokkaido .muraoWrap .textWrap .entext span:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 27px;
  }
  #easthokkaido .easthokkaidoWrap {
    display: flex;
    gap: 50px;
    margin-top: 70px;
  }
  #easthokkaido .easthokkaidoWrap figure {
    flex: none;
  }
  #easthokkaido .easthokkaidoWrap .textWrap h3 {
    font-size: 28px;
    margin-top: 10px;
  }
  #easthokkaido .easthokkaidoWrap .textWrap .text {
    margin-top: 35px;
  }
  #access {
    padding: 97px 0 10px;
  }
  #access h2 {
    text-align: center;
  }
  #access p {
    margin-top: 40px;
    text-align: center;
  }
  #access .map {
    margin-top: 40px;
    width: 100%;
    height: 450px;
  }
  #access .map iframe {
    width: 100%;
    height: 100%;
  }
  #faq {
    padding: 97px 0 100px;
    background-image: url(../images/faq_cloud_1.webp), url(../images/faq_cloud_2.webp);
    background-repeat: no-repeat;
    background-position: top 50px right, bottom right;
  }
  #faq .faqInner {
    max-width: 980px;
    margin: 0 auto;
    width: 90%;
  }
  #faq .faqList {
    margin-top: 40px;
  }
  #faq .faqList > div {
    border: 6px solid #ecddc6;
    padding: 8px 25px 6px;
  }
  #faq .faqList > div + div {
    margin-top: 12px;
  }
  #faq .faqList > div dt {
    font-size: 18px;
    padding: 10px 40px 10px 67px;
    cursor: pointer;
    transition: 0.5s;
  }
  #faq .faqList > div dt:hover {
    opacity: 0.5;
  }
  #faq .faqList > div dt:before {
    content: "";
    display: inline-block;
    background: url(../images/q.webp) no-repeat center/cover;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
  }
  #faq .faqList > div dt:after {
    content: "";
    display: inline-block;
    background: url(../images/plus.webp) no-repeat center/cover;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
  }
  #faq .faqList > div dt.active:after {
    background: url(../images/minus.webp) no-repeat center/cover;
  }
  #faq .faqList > div dd {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  #media {
    padding-top: 430px;
    padding-bottom: 100px;
    background: url(../images/bg_media.webp) no-repeat top center;
    background-size: 100% auto;
    margin-top: -340px;
  }
  #media .mediaList {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  #media .mediaList li {
    width: calc(25% - 24px);
  }
  #media .mediaList li p {
    font-size: 14px;
    margin-top: 10px;
  }
  #media .bnr {
    margin-top: 60px;
  }
  #sponsor {
    background: url(../images/bg_sponsor.webp) no-repeat center/cover;
    position: relative;
    padding-top: 97px;
    padding-bottom: 100px;
  }
  #sponsor:before {
    content: "";
    display: inline-block;
    background: url(../images/sponsor_cloud_right.webp) no-repeat center/cover;
    width: 382px;
    height: 159px;
    position: absolute;
    right: 0;
    top: -78px;
  }
  #sponsor:after {
    content: "";
    display: inline-block;
    background: url(../images/sponsor_cloud_left.webp) no-repeat center/cover;
    width: 362px;
    height: 152px;
    position: absolute;
    left: 0;
    bottom: -73px;
  }
  #sponsor .sponsorList {
    margin-top: 40px;
    display: flex;
    gap: 16px;
  }
  #sponsor .sponsorList li {
    width: calc(25% - 12px);
  }
  #introduction {
    padding: 100px 0 40px;
  }
  #introduction .introductionList {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
  }
  #introduction .introductionList .introductionItem {
    display: flex;
    align-items: center;
  }
  #introduction .introductionList .introductionItem:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #introduction .introductionList .introductionItem:nth-of-type(odd) .textWrap {
    padding-right: 60px;
  }
  #introduction .introductionList .introductionItem:nth-of-type(odd) figure:before {
    content: "";
    display: inline-block;
    background: url(../images/images_1_kazari.webp) no-repeat center/cover;
    width: 150px;
    height: 68px;
    position: absolute;
    bottom: -10px;
    left: -75px;
  }
  #introduction .introductionList .introductionItem:nth-of-type(even) .textWrap {
    padding-left: 60px;
  }
  #introduction .introductionList .introductionItem:nth-of-type(even) figure:before {
    content: "";
    display: inline-block;
    background: url(../images/images_1_kazari.webp) no-repeat center/cover;
    width: 150px;
    height: 68px;
    position: absolute;
    bottom: -10px;
    right: -46px;
  }
  #introduction .introductionList .introductionItem + .introductionItem {
    margin-top: 100px;
  }
  #introduction .introductionList .introductionItem figure {
    width: 52%;
  }
  #introduction .introductionList .introductionItem .textWrap {
    width: 48%;
  }
  #introduction .introductionList .introductionItem .textWrap .title {
    font-size: 34px;
  }
  #introduction .introductionList .introductionItem .textWrap .text {
    margin-top: 20px;
  }
  #hojin {
    padding-top: 76px;
    padding-bottom: 54px;
  }
  #hojin:before {
    content: "";
    display: inline-block;
    background: url(../images/media_cloud_1.webp) no-repeat center/cover;
    width: 298px;
    height: 243px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #hojin:after {
    content: "";
    display: inline-block;
    background: url(../images/media_cloud_2.webp) no-repeat center/cover;
    width: 341px;
    height: 243px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #hojin .hojinInner {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    border: 6px solid #ecddc6;
    padding: 80px;
  }
  #hojin h2 {
    position: absolute;
    left: 0%;
    top: -29px;
    width: 100%;
  }
  #hojin .hojinItem {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  #hojin .hojinItem + .hojinItem {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #cbcbcb;
  }
  #hojin .hojinItem .textWrap {
    width: calc(61% - 40px);
  }
  #hojin .hojinItem .textWrap .title {
    font-size: 28px;
    margin-top: 10px;
  }
  #hojin .hojinItem .textWrap .text {
    margin-top: 20px;
  }
  #hojin .hojinItem .textWrap dl {
    margin-top: 25px;
    padding: 25px 30px;
  }
  #hojin .hojinItem .textWrap dl dt {
    font-size: 18px;
  }
  #hojin .hojinItem .textWrap dl dd {
    font-size: 14px;
    margin-top: 5px;
  }
  #hojin .hojinItem .imgBtn {
    width: 39%;
  }
  #hojin .hojinItem .imgBtn .btn {
    margin-top: 30px;
  }
  #pageTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    cursor: pointer;
    transition: 0.5s;
    z-index: 10;
    opacity: 0;
  }
  #pageTop.active {
    opacity: 1;
  }
  #pageTop:hover {
    opacity: 0.5;
  }
  #footer {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  #footer .footerInfo .snsLink {
    display: flex;
    align-items: center;
    gap: 2.2vw;
  }
  #footer .footerInfo .snsLink .sns {
    transition: 0.5s;
  }
  #footer .footerInfo .snsLink .sns:hover {
    opacity: 0.5;
  }
  #footer .footerInfo .snsLink ul {
    display: flex;
    align-items: center;
    gap: 2.6vw;
  }
  #footer .footerInfo .snsLink ul a {
    font-size: 14px;
    padding-left: 29px;
  }
  #footer .footerInfo .snsLink ul a:before {
    content: "";
    display: inline-block;
    background: url(../svg/img_icon_pdf.svg) no-repeat center/cover;
    width: 19px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
  }
  #footer .footerInfo .snsLink ul a:hover {
    text-decoration: none;
  }
  #footer .copyright {
    font-size: 14px;
  }
  #place {
    padding: 80px 0 70px;
    background-image: url(../images/second/img_cloud_right_map.webp), url(../images/second/img_left_map.webp);
    background-repeat: no-repeat;
    background-position: left top 26px, right 24px top 14px;
  }
  #place:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_left.webp) no-repeat center/cover;
    width: 344px;
    height: 102px;
    position: absolute;
    bottom: -66px;
    left: 0;
    z-index: 2;
  }
  #place:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_right.webp) no-repeat center/cover;
    width: 327px;
    height: 146px;
    position: absolute;
    bottom: -89px;
    right: 0;
    z-index: 2;
  }
  #place .placeWrap {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  #place .placeWrap .placeText {
    flex: 1;
  }
  #place .placeWrap .placeText h2 {
    font-size: 36px;
  }
  #place .placeWrap .placeText p {
    margin-top: 40px;
  }
  #place .placeWrap figure {
    flex: 1;
  }
  #place .placeWrap .btn {
    margin-top: 30px;
  }
  #place .placeWrap .btn a {
    transition: 0.5s;
  }
  #place .placeWrap .btn a:hover {
    opacity: 0.5;
  }
  #fashion {
    padding: 100px 0;
  }
  #fashion:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_underleft.webp) no-repeat center/cover;
    width: 354px;
    height: 110px;
    position: absolute;
    bottom: -91px;
    left: 0;
    z-index: 2;
  }
  #fashion:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_fitlink_underright.webp) no-repeat center/cover;
    width: 297px;
    height: 234px;
    position: absolute;
    bottom: -104px;
    right: 0;
    z-index: 2;
  }
  #fashion h2 {
    font-size: 36px;
  }
  #fashion .fashionWrap {
    display: flex;
    gap: 20px;
    margin-top: 60px;
  }
  #fashion .fashionWrap > div {
    padding: 0 40px 40px;
  }
  #fashion .fashionWrap > div:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 50px);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  #fashion .fashionWrap > div:first-of-type:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_subphoto_left.webp) no-repeat center/cover;
    width: 186px;
    height: 441px;
    position: absolute;
    bottom: -100px;
    left: -108px;
    z-index: 3;
  }
  #fashion .fashionWrap > div:last-of-type:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_subphoto_right.webp) no-repeat center/cover;
    width: 211px;
    height: 316px;
    position: absolute;
    bottom: -67px;
    right: -159px;
    z-index: 3;
  }
  #fashion .fashionWrap > div p {
    margin-top: 20px;
  }
  #fashion .fashionWrap > div .btn {
    margin-top: 20px;
  }
  #fashion .fashionWrap > div .btn a {
    transition: 0.5s;
  }
  #fashion .fashionWrap > div .btn a:hover {
    opacity: 0.5;
  }
  #fitlink {
    padding: 100px 0;
  }
  #fitlink .fitlinkWrap .fitlinkItem {
    display: flex;
    align-items: center;
  }
  #fitlink .fitlinkWrap .fitlinkItem:first-of-type {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
  }
  #fitlink .fitlinkWrap .fitlinkItem:first-of-type figure {
    padding-left: 60px;
    text-align: right;
  }
  #fitlink .fitlinkWrap .fitlinkItem:first-of-type .fitlinkText {
    padding-right: 35px;
  }
  #fitlink .fitlinkWrap .fitlinkItem:first-of-type .fitlinkText:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_1.webp) no-repeat center/cover;
    width: 104px;
    height: 42px;
    position: absolute;
    top: -8px;
    left: -128px;
  }
  #fitlink .fitlinkWrap .fitlinkItem:last-of-type {
    max-width: 1440px;
    margin: 75px auto 0;
    flex-direction: row-reverse;
  }
  #fitlink .fitlinkWrap .fitlinkItem:last-of-type .fitlinkText {
    padding-left: 60px;
  }
  #fitlink .fitlinkWrap .fitlinkItem:last-of-type figure {
    padding-right: 10px;
  }
  #fitlink .fitlinkWrap .fitlinkItem:last-of-type figure:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_2.webp) no-repeat center/cover;
    width: 344px;
    height: 205px;
    position: absolute;
    left: 12px;
    top: -54px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText {
    flex: 1;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText h2 {
    font-size: 36px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText p {
    margin-top: 30px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText .btn {
    margin-top: 30px;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText .btn a {
    transition: 0.5s;
  }
  #fitlink .fitlinkWrap .fitlinkItem .fitlinkText .btn a:hover {
    opacity: 0.5;
  }
  #fitlink .fitlinkWrap .fitlinkItem figure {
    flex: 1;
  }
  #fitlink .fitlinkWrap .fitlinkItem figure:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_3.webp) no-repeat center/cover;
    width: 152px;
    height: 68px;
    position: absolute;
    bottom: -21px;
    right: -60px;
    z-index: 3;
  }
  #goods {
    background: url(../images/second/bg_store.webp) no-repeat center/cover;
    padding: 100px 0;
  }
  #goods:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_store_left.webp) no-repeat center/cover;
    width: 480px;
    height: 204px;
    position: absolute;
    left: 0;
    top: -46px;
  }
  #goods:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_store_right.webp) no-repeat center/cover;
    width: 427px;
    height: 174px;
    position: absolute;
    right: 0;
    top: -86px;
  }
  #goods .goodsList {
    margin-top: 20px;
  }
  #goods .goodsList .slick-list {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  #goods .goodsList .slick-track {
    display: flex;
  }
  #goods .goodsList .slick-slide {
    height: auto !important;
    margin: 0 25px;
    position: relative;
  }
  #goods .goodsList .slick-slide > div {
    height: 100%;
  }
  #goods .goodsList .slick-slide:nth-of-type(odd) {
    transform: translateY(20px);
  }
  #goods .goodsList .slick-slide:nth-of-type(odd):before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_5.webp) no-repeat center/cover;
    width: 93px;
    height: 38px;
    position: absolute;
    bottom: -10px;
    right: -28px;
    z-index: 2;
  }
  #goods .goodsList .slick-slide:nth-of-type(even):before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_4.webp) no-repeat center/cover;
    width: 93px;
    height: 38px;
    position: absolute;
    bottom: -10px;
    right: -28px;
    z-index: 2;
  }
  #goods .goodsList .slide-arrow {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -28px;
    transition: 0.5s;
    cursor: pointer;
  }
  #goods .goodsList .slide-arrow:hover {
    opacity: 0.7;
  }
  #goods .goodsList .slide-arrow.prev-arrow {
    left: calc(50% - 185px);
    background: url(../images/second/arrow_left.webp) no-repeat center/cover;
  }
  #goods .goodsList .slide-arrow.next-arrow {
    right: calc(50% - 185px);
    background: url(../images/second/arrow_right.webp) no-repeat center/cover;
  }
  #goods .goodsList .dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  #goods .goodsList .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
  }
  #goods .goodsList .dots-wrap li:hover, #goods .goodsList .dots-wrap li.slick-active {
    opacity: 1;
  }
  #goods .goodsList .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #goods .goodsList .goodsItem .notforsale {
    border: 3px solid #fff;
    font-size: 14px;
    position: absolute;
    top: -30px;
    right: -25px;
    width: 91px;
    height: 91px;
  }
  #goods .goodsList .goodsItem .goodsText {
    padding: 25px 40px;
  }
  #goods .goodsList .goodsItem .goodsText h3 {
    font-size: 22px;
  }
  #goods .goodsList .goodsItem .goodsText .prace {
    font-size: 20px;
    margin-top: 15px;
  }
  #goods .goodsList .goodsItem .goodsText .prace span {
    font-size: 14px;
  }
  #goods .goodsList .goodsItem .goodsText .note {
    font-size: 14px;
    margin-top: 5px;
  }
  #goods .goodsList .goodsItem .goodsText .text {
    font-size: 14px;
    margin-top: 10px;
  }
  #outfit {
    padding: 90px 0;
  }
  #outfit:before {
    content: "";
    display: inline-block;
    background: url(../images//second/img_cloud_store_underleft.webp) no-repeat center/cover;
    width: 370px;
    height: 343px;
    position: absolute;
    left: 0;
    top: -152px;
  }
  #outfit:after {
    content: "";
    display: inline-block;
    background: url(../images//second/img_cloud_store_underright.webp) no-repeat center/cover;
    width: 374px;
    height: 241px;
    position: absolute;
    right: 0;
    top: -138px;
  }
  #outfit .outfitList {
    margin-top: 60px;
    gap: 42px;
    display: flex;
    flex-wrap: wrap;
  }
  #outfit .outfitList li {
    width: calc(33.3333333333% - 28px);
  }
  #outfit .outfitList li .outfitText {
    margin-top: 20px;
  }
  #outfit .outfitList li .outfitText .num {
    right: -20px;
    top: 10px;
  }
  #outfit .outfitList li .outfitText h4 {
    margin-top: 20px;
    font-size: 18px;
  }
  #outfit .outfitList li .outfitText p {
    margin-top: 20px;
  }
  #venue {
    padding-bottom: 115px;
  }
  #venue:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_venue_left.webp) no-repeat center/cover;
    width: 454px;
    height: 174px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #venue:after {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_venue_right.webp) no-repeat center/cover;
    width: 333px;
    height: 243px;
    position: absolute;
    right: 0;
    top: 60px;
  }
  #venue .venueWrap {
    display: flex;
    gap: 70px;
    margin-top: 70px;
  }
  #venue .venueWrap .venueItem .point {
    top: -20px;
    left: -20px;
  }
  #venue .venueWrap .venueItem .venueText {
    padding-top: 20px;
  }
  #venue .venueWrap .venueItem .venueText .sub {
    font-size: 18px;
  }
  #venue .venueWrap .venueItem .venueText h3 {
    font-size: 24px;
    margin-top: 5px;
  }
  #venue .venueWrap .venueItem .venueText .text {
    margin-top: 15px;
  }
  #venue .venueBox {
    margin-top: 60px;
    padding: 40px 50px;
    border: 6px solid #ecddc6;
    display: flex;
    align-items: center;
    gap: 60px;
  }
  #venue .venueBox .point {
    top: -20px;
    left: 20px;
  }
  #venue .venueBox figure {
    flex: none;
    max-width: 368px;
  }
  #venue .venueBox .venueText .sub {
    font-size: 18px;
  }
  #venue .venueBox .venueText h3 {
    font-size: 24px;
    margin-top: 5px;
  }
  #venue .venueBox .venueText .text {
    margin-top: 15px;
  }
  #schedule {
    background: url(../images/second/bg_schedule.webp) no-repeat top 140px center/cover;
    background-color: #fff;
    padding-bottom: 110px;
    padding-left: 270px;
    padding-right: 210px;
  }
  #schedule:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_kazari_6.webp) no-repeat center/cover;
    width: 298px;
    height: 279px;
    position: absolute;
    left: 0;
    top: 67px;
  }
  #schedule .images .scheImg1 {
    position: absolute;
    right: 0;
    top: 45px;
  }
  #schedule .images .scheImg2 {
    position: absolute;
    top: 348px;
    left: 0;
  }
  #schedule .images .scheImg3 {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -232px;
  }
  #schedule .images .scheImg4 {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -142px;
  }
  #schedule .scheWrap {
    max-width: 940px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 70px;
  }
  #schedule .scheWrap dl {
    flex: 1;
  }
  #schedule .scheWrap dl:first-of-type > div:first-of-type dt:before {
    background-color: #e95377;
  }
  #schedule .scheWrap dl:last-of-type > div:last-of-type dt:before {
    background-color: #e95377;
  }
  #schedule .scheWrap dl:last-of-type {
    padding-top: 190px;
  }
  #schedule .scheWrap dl > div + div {
    margin-top: 40px;
  }
  #schedule .scheWrap dl > div + div:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: calc(100% + 25px);
    background-color: #f4b4d0;
    position: absolute;
    top: calc(-100% - 15px);
    left: 87px;
  }
  #schedule .scheWrap dl > div dt {
    width: 120px;
    font-size: 18px;
  }
  #schedule .scheWrap dl > div dt:before {
    content: "";
    display: inline-block;
    background-color: #fff;
    border: 2px solid #e95377;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 8px;
    right: 22px;
    border-radius: 50%;
    z-index: 2;
  }
  #schedule .scheWrap dl > div dd {
    font-size: 18px;
  }
  #film {
    padding: 100px 0;
  }
  #film:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_film_right.webp) no-repeat center/cover;
    width: 436px;
    height: 174px;
    position: absolute;
    right: 0;
    top: 70px;
    z-index: 2;
  }
  #film .movie {
    margin-top: 50px;
  }
  #film .movie iframe {
    width: 100%;
    max-width: 820px;
    aspect-ratio: 16/9;
  }
  #archive {
    padding-bottom: 20px;
    background-image: url(../images/second/bg_archive_top.webp), url(../images/second/bg_archive_bottom.webp);
    background-repeat: no-repeat;
    background-position: top 80px right, bottom right;
  }
  #archive:before {
    content: "";
    display: inline-block;
    background: url(../images/second/img_cloud_film_underleft.webp) no-repeat center/cover;
    width: 427px;
    height: 174px;
    position: absolute;
    left: 0;
    top: -100px;
  }
  #archive figure {
    margin: 60px auto 0;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/styles.css.map */
