<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============================================================================

CSS Information

 File name:      import.css

 Style Info:     ã‚¤ãƒ³ãƒãƒ¼ãƒˆç”¨ / from original.css

============================================================================= */

@import "https://fonts.googleapis.com/css?family=Cormorant:400,500,700";
@import "https://fonts.googleapis.com/css?family=Roboto";

@import "https://online.suria.jp/css/common-20171214.css";/* Reset CSS */
@import "https://online.suria.jp/css/list.css";
@import "https://online.suria.jp/css/detail.css";
@import "https://online.suria.jp/css/jquery.bxslider_detail.css";
@import "https://online.suria.jp/css/blog.css";
@import "https://online.suria.jp/css/pc_rank_icon.css";

.news_banner {
    display: block;
    height: 30px;
    width: 100%;
    background-color: #B8C2CB;
    overflow: hidden;
}

.news_banner_content {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    padding-left: 100%;
    white-space: nowrap;
    animation: animate-banner 17s linear infinite;
}

.preorder_text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}


/* PCã‚¤ãƒ³ãƒˆãƒ©ç´¹ä»‹ 2022.9.13 */
.intro_img {
    text-align: center;
    width: 30%;
    margin: 10% auto 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}
.intro_text {
    text-align: center;
    margin: 4% 10%;
    color: #4c4c4c;
    letter-spacing: 2px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
}
.text_box {
    margin-top: 7%;
}
.intro_text h2 {
    font-size: 22px;
}
.intro_text .sns span {
    padding-left: 1%;
    font-size: 14px;
letter-spacing: 1px;
}
.sns img {
    width: 2.5%;
	vertical-align: middle;
}

/* PCã‚¤ãƒ³ãƒˆãƒ©ãƒ˜ãƒƒãƒ€ 2022.10.14 */
.slider2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 30px 0;
}
.slides2 {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.slides2::-webkit-scrollbar-thumb {
  background: #58574c;
}
.slides2::-webkit-scrollbar-track {
  background: transparent;
}
.slides2 &gt; div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 100%;
  height: 400px;
  margin-right: 50px;
  background: #E3E3E3;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.slides2 &gt; div:target {
/*   transform: scale(0.8); */
}
.author-info2 {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info2 a {
  color: white;
}
img2 {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider2 &gt; a {
  display:none;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider2 &gt; a:active {
  top: 1px;
}
.slider2 &gt; a:focus {
  background: #E3E3E3;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .slider2 &gt; a {
    display: none;
  }
}

.bxslider li img {
    height: 700px;
    margin: 0 auto;
}


</pre></body></html>