@charset "utf-8";

/* ---------------------------------------------------
   File: volters.css
   Version: 1.0.0
   Update: 2026-01-28
   Author: https://flowlab.co.jp

   (c)2007-2026 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



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

   WIDE DESKTOP LAYOUT

======================================================================================================================= */
.sp { display: none;}

/* ====================================================
		Layout
==================================================== */
body {
  width: calc(100% - 40px);
  padding: 0 20px;
  color: #1a1a1a;
  min-width: inherit !important;
}
#contents {
  padding:  0 40px;
}

/* -------------------------------
		Text
------------------------------- */
.txt {
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2.4;
}

/* -------------------------------
		Photo
------------------------------- */
.photo img {
  width: 100%;
  height: auto;
}


/* ====================================================
		Main Visual
==================================================== */
#mainVisual {
  padding: 20px 0 86px;
}
#mainVisual img {
  border-radius: 20px;
}


/* ====================================================
		Title
==================================================== */
/* -------------------------------
		Contents Title
------------------------------- */
#contents h2 {
  padding-bottom: 80px;
}
#contents h2 strong {
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .04em;
}
#contents h2 strong,
#contents h2 strong span {
  line-height: 1;
  display: block;
}
#contents h2 strong::first-letter {
  color: #4480ea;
}
#contents h2 span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .03em;
}



/* ====================================================
		Sponsorship
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#sponsorship {
  padding-bottom: 104px;
}
#sponsorship .textBox {
  width: 65%;
}

/* -------------------------------
		Text
------------------------------- */
#sponsorship .textBox .link {
  background-color: rgba(241,241,241,0.5);
  display: inline-block;
  margin-top: 40px;
  padding: 25px 0;
}
#sponsorship .textBox .link a {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em; 
  position: relative;
  padding: 25px 90px 25px 50px;
}
#sponsorship .textBox .link a::after {
  content: "";
  position: absolute;
  background: url("../images/icon_blank.png") no-repeat right center / 20px;
  width: 20px;
  height: 20px;
  right: 50px;
  bottom: 50%;
  transform: translateY(45%);
}




/* ====================================================
		News
==================================================== */
/* -------------------------------
		Layout
------------------------------- */
#news ul {
  justify-content: flex-start;
  padding-bottom: 34px;
}
#news ul li  {
  width: calc((100% - 128px) / 3);
  padding-bottom: 75px;
  padding-right: 64px;
}
#news ul li:nth-child(3n) {
  padding-right: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#news ul li .photo {
  padding-bottom: 22px;
}
#news ul li .photo img {
  border-radius: 20px;
}

/* -------------------------------
		Text
------------------------------- */
#news ul li .date {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-bottom: 4px;
} 
#news ul li .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

/* -------------------------------
		Archive
------------------------------- */
#news .archive {
  text-align: center;
}
#news .archive a:first-child,
#news .archive a:last-child {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
}
#news .archive a:first-child {
  padding: 0 26px 0 16px;
}
#news .archive a:last-child {
  padding: 0 16px 0 26px;
}
#news .archive a:first-child::before,
#news .archive a:last-child::after {
  position: absolute;
  content: "";
  transform: translateY(50%);
  bottom: 50%;
}
#news .archive a:first-child::before {
  background: url("../images/icon_prev.png") no-repeat left center / 6px 10px;
  left: 0;
  width: 6px;
  height: 10px;
}
#news .archive a:last-child::after {
  background: url("../images/icon_next.png") no-repeat right center / 6px 10px;
  right: 0;
  width: 6px;
  height: 10px;
}




/* ====================================================
		Footer
==================================================== */
/* -------------------------------
		Logo
------------------------------- */
footer {
  text-align: center;
  padding-top: 140px;
}
footer .logo {
  width: 120px;
  margin: 0 auto 30px;
}

/* -------------------------------
		Copyright
------------------------------- */
#copyright {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.06em;
	display: block;
  padding-bottom: 10px;
}











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

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .sp { display: none;}
  

  /* ====================================================
      Sponsorship
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #sponsorship .textBox {
    width: 55%;
  }

  
  /* ====================================================
      News
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #news ul li  {
    width: calc(90% / 3);
    padding-bottom: 45px;
    padding-right: 5%;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #news ul li .text {
    font-size: 1.5rem;
  }
  


/* ====================================================
		Footer
==================================================== */
/* -------------------------------
		Logo
------------------------------- */
footer {
  padding-top: 120px;
}
  
}







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

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  .sp { display: block;}
  .pc { display: none;}
  

  /* ====================================================
      Layout
  ==================================================== */
  body {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #contents {
    padding:  0 20px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }


  /* ====================================================
      Main Visual
  ==================================================== */
  #mainVisual {
    padding: 10px 0 76px;
  }


  /* ====================================================
      Title
  ==================================================== */
  /* -------------------------------
      Contents Title
  ------------------------------- */
  #contents h2 {
    padding-bottom: 40px;
  }
  #contents h2 strong {
    font-size: 3rem;
  }
  #contents h2 span {
    font-size: 1.2rem;
  }

  
  /* ====================================================
      Sponsorship
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #sponsorship {
    padding-bottom: 94px;
  }
  #sponsorship .textBox {
    width: 100%;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #sponsorship .textBox .link {
    padding: 10px 0;
    margin-top: 20px;
  }
  #sponsorship .textBox .link a {
    font-size: 1.3rem;
    padding: 10px 60px 10px 30px;
  }
  #sponsorship .textBox .link a::after {
    background-size: 15px;
    width: 15px;
    height: 15px;
    right: 30px;
  }
  
  
  /* ====================================================
      News
  ==================================================== */
  /* -------------------------------
      Layout
  ------------------------------- */
  #news ul {
    padding-bottom: 34px;
  }
  #news ul li  {
    width: calc((100% - 5%) / 2);
    padding-bottom: 35px;
    padding-right: 5%;
  }
  #news ul li:nth-child(2n) {
    padding-right: 0;
  }

  /* -------------------------------
      Photo
  ------------------------------- */
  #news ul li .photo {
    padding-bottom: 16px;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #news ul li .date {
    font-size: 1.1rem;
    padding-bottom: 4px;
  } 
  #news ul li .text {
    font-size: 1.2rem;
  }

  /* -------------------------------
      Archive
  ------------------------------- */
  #news .archive a:first-child,
  #news .archive a:last-child {
    font-size: 1.1rem;
  }
  
  /* ====================================================
      Footer
  ==================================================== */
  /* -------------------------------
      Logo
  ------------------------------- */
  footer {
    padding-top: 110px;
  }
  footer .logo {
    max-width: 100px;
    width: 18%;
    margin: 0 auto 20px;
  }

  /* -------------------------------
      Copyright
  ------------------------------- */
  #copyright {
    font-size: 0.8rem;
  }
}







