@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}
.p-mainVisual__slideTitle {
    font-size: 8vw;
}
.p-mainVisual__slideText {
    font-size: 3.6vw;
}
@media (min-width: 600px) {
  .p-mainVisual__slideTitle {
    font-size: 50px;
  }
  .p-mainVisual__slideText {
    font-size: 18px;
  }
}

#post_slider .swiper {
  padding-bottom: 32px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.p-postSlider .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.c-postThumb__cat {
  margin: .5em;
  padding: 0 8px; 
}
.widget_media_image a {
  transition: opacity 0.3s;
}
.widget_media_image a:hover {
  opacity: .7;
}
