<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.header{
	width: 100%;
	border-image: url("../img/haikyu_bn_1.jpg") no-repeat center center/cover
}

 .col-3_3 {
   width: 33% ;
}
 .modal-content img{
    width: 100%;        
      }
#wrapper {
     margin: 0; 
     padding: 0; 
}   
.section-heading {
    padding: 0 0 10% 0;
}
main {
   background-image: none !important;
      } 
body {
    background-color: #222156 !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}

#banner {
     
    background-size: cover;
	background-color: #FFFFFF;
	border-bottom: -90px;
}     
        
#banner .button:hover {
    color: #FFFFF;
    border-color: #FFFFF;
}

.pricing-block-content:hover {
    border-color: #FFFFF;
}
.button:hover, input[type="submit"]:hover {
    border-color: #FFFFF;
    color: #FFFFF;
}
.section-heading h2:after {
    background: #FFFFF;
}
#banner .section-heading:before, .testimonial.classic footer:before {
    background: #FFFFF;
}

.heading-img{
	margin:0 auto;
	max-width: 1500px;
	text-align:center;
}
  
.row {
max-width: 1190px !important;
padding: 90px 0 35px;
}

#header {
    height: auto !important;
}
.col-1 {
    padding: 15px 0  !important;
}
.txt_sub {
    font-size: 32px;
    padding-left: 10px;
}
#banner h1 {
font-size: 30px;
padding: 1% 0 0.2%;
font-weight: 650;
-webkit-text-stroke: 0.5px #FFFFF;
  text-stroke: 0.5px #FFFFF;
}
 h2 {
-webkit-text-stroke: 0.35px #FFFFF;
  text-stroke: 0.35px #FFFFF;
}       
p , h4 {
    color: #FFFFFF;
}
.col-38 {
    width: 100%;
}
#banner .button {
     -webkit-text-stroke: 0.2px #FFFFF;
  text-stroke: 0.2px #FFFFF;
}
.button {
    margin: 0 0 65px !important;
}
.section-title {
    font-size: 25px;
    font-weight: 600;
} 

.section-title img{
	width: 50%;
    max-width:250px;
}       

.title-text-pc img{
	width: 35px;
	margin-right: 8px;
} 

.secondary-color {
background-color:#FFFFFF !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
transform: skewY(2deg);
}
#item .row {
	/* transform: skewY(-2deg) !important; */
	padding: 90px 0 55px;
}

.video-container {
 display: flex; 
 padding-top: 15px;
 align-items: center;
}        
.video-container img{
  width: 35%;
  margin: 15px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:10px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#gallery img {
    max-height: 50%;
	padding: 3px 3px 10px 10px;
	text-align: center;
}
#video h2{
padding-left: 20px;        
}
        
#video h3 {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    padding: 0 20px;
}
    
.item_wappen {
  display: flex;
  padding-top: 40px;
}
.item_wappen img{
  max-width: 550px;
  height: auto;
  box-sizing: border-box;
margin: 10px;

}        
.col-2-3 {
  padding: 40px 50px 50px 40px;
}
.col-2 {
    width: 100%;
    padding: 15px 5px 15px 0;
} 
#item{
margin-top: 50px;
}        
#item .section-heading  {      
 padding: 10px; 
}

.item-heading{
background-color: #FFFFFF;
	margin:0 10px;
	max-width: 1500px;
	text-align:center;
}
        
.pricing-block-content {
    padding: 25px 0 0 0 !important;
}
        
#item .button {
    margin: 25px 0 10px !important;
}    

.copy{
	color: #FFFFFF;
}

		/*画面サイズごとの対応*/

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

#banner img{
	width: 100%;
	text-align:center;
	}

.row{
	width: 93%;
	text-align: center
}

.section-title img{
	width: 50%;
}     

.title-text-pc{
     display:none;
     }

.title-text-sp{
     font-size: 5vw;
     }
     
.title-text-sp img{
	width:7%;
	min-width:8px;
    margin:0px 8px 5px;
}
}
     
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
#banner img{
	width: 100%;
	text-align:center;
	}

.row{
	width: 93%;
	text-align: center;
}

.section-title img{
	width: 50%;
}     
     
.title-text-sp img{
	width:7%;
	min-width:8px;
    margin:0px 5px 5px;
}

  .title-text-sp img.big-icon {
    margin-top: 30px;
    margin-bottom: 5px;
  }
	
.item-heading img{
	width: 100%;
	margin:0px;
     }
     } 

@media (min-width: 768px) and (max-width: 1140px){
#about .col-3_3{
   text-align: center;
   width: 100%;
}
#about .col-3 {
    width: 100%;
}  
.col-2-3 {
    width: 100%;
	margin: 0px 10px;
}
}

@media screen and (max-width: 1140px){
#about .col-3_3{
	display:none;
}
	
.video-container p {
   padding: 10px 20px 0 20px;
}
.video-container img{
display: none; 
}   
.item_wappen img{
display: none; 
} 
.col-2-3 {
    padding: 0;
}
}         

@media screen and (min-width: 960px) {
     .title-text-sp{
     display:none;
     }
 }

@media (min-width: 603px) and (max-width: 848px){
#item .col-3_3 {
    width: 50%;
}
}        

@media screen and (max-width: 480px){
      .col-2 {
        width: 100% !important;
        padding:0 !important;
}
}  
@media (min-width: 480px) and (max-width: 767px){
.col-3, .col-2, .col-4, .col-6, .col-8, .col-10, .col-12 {
  width: 100% !important;
  padding:0 30px !important;
}
.col-3_3 {
    width: 100% !important;
    padding: 30px;
}
}
@media screen and (min-width: 849px){
#item .col-3_3 {
    width: 33%;
}
}

@media screen and (max-width: 746px){
  main {
  background-image: none !important;
} 
  main::before {
  background-image: none !important;
}     
    #gallery{
	text-aragin:center;
     margin: 40px 15px 20px;
}
	
   #item {  
     padding: 50px 0;
}
}
 @media screen and (max-width: 480px){
      .col-3_3 img {
          width: 100% !important;
      }
      .col-3_3 {
    width: 100% !important;
    padding: 30px;
}
      } 
    &lt;/style&gt;

.item-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
}

.item-card {
  padding: 20px;
  text-align: center;
  color: #000;
}

.with-mat .item-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 0 !important;
}

.item-card img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.item-card h3 {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.4;
  color: #000;
}

.item-card .price {
  font-size: 16px;
  margin: 10px 0;
  color: #000;
}

.item-card .buy-button {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 12px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.item-card .buy-button:hover {
  background: #000;
  color: #fff;
}

.item-card-no-mat {
  padding: 0;
  background: none;
  text-align: center;
}

.item-card-no-mat h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.item-card-no-mat .responsive-button {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.item-card-no-mat .responsive-button:hover {
  background: #fff;
  color: #000;
}

.item-grid,
.with-mat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .item-grid,
  .with-mat {
    grid-template-columns: 1fr;
  }
}

.item-card-no-mat h3,
.item-card-no-mat p {
  color: #fff;
}

html, body {
  overflow-x: hidden;
}

.row, .item-grid, .updated-block-group {
  max-width: 100%;
  overflow-x: hidden;
}

.with-mat .item-card:last-child {
  margin-bottom: 0;
}

#landing-footer {
  margin-top: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.with-mat {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.with-mat .item-card:last-child {
  margin-bottom: 0 !important;
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
}

.item-card {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .item-card {
    width: 100%;
    box-sizing: border-box;
  }
}


*,
*::before,
*::after {
  box-sizing: border-box;
}


@media screen and (max-width: 767px) {
  .item-grid,
  .with-mat {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .item-card {
    width: 100%;
    margin: 0 auto;
  }

  .item-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .item-description {
    padding: 10px;
    text-align: center;
    word-break: break-word;
  }
}

@media screen and (max-width: 767px) {
  .row {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .item-grid,
  .with-mat {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .item-card {
    width: 100%;
    margin: 0 auto;
  }

  .item-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .item-description {
    padding: 10px;
    text-align: center;
    word-break: break-word;
  }
}

@media screen and (max-width: 767px) {
  .item-description p {
    font-size: 14px;
    word-break: break-word;
    padding: 0 10px; 
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .updated-block .item-description p {
    font-size: 14px !important;
    word-break: break-word !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  p {
    padding: 0 10px;
    box-sizing: border-box;
  }
}

#landing-footer {
  padding: 5px 0 5px !important;
  margin: 0 !important;
}

#landing-footer .copy {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .swiper.gallery-swiper {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .swiper.gallery-swiper .swiper-slide img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}

#landing-footer {
  padding: 10px 0 !important;
  margin: 0 !important;
}

#landing-footer .copy {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

#landing-footer {
  padding: 10px 0 !important;
  margin: 0 !important;
}

#landing-footer .copy {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.item-card-no-mat .responsive-button,
.updated-block .responsive-button {
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.item-card-no-mat .responsive-button:hover,
.updated-block .responsive-button:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .item-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body, html, #wrapper {
    margin: 0 !important;
    padding: 0 !important;
  }

  #landing-footer {
    padding: 5px 0 15px !important;
    margin: 0 !important;
  }

  #landing-footer .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  #landing-footer .copy {
    margin: 0 !important;
    padding: 5px 0 !important;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
  }
}


#wrapper {
  background-color: rgba(255, 0, 0, 0.1);
  min-height: 100vh;
  display: block;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
}

.pc-banner {
  display: block;
}
.sp-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-banner {
    display: none;
  }
  .sp-banner {
    display: block;
  }
}
</pre></body></html>