@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    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
*/

.p-authorBox__iconList, .author-box .author-link::before {
    display: none !important;
}

/* MV */
/* .p-mainVisual__imgLayer.c-filterLayer__img {
	display: none;
} */

/* キャッチコピーを中央寄せ＋フェードイン */
.p-mainVisual__textLayer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 1.2s フェードイン時間, 1s 遅延時間 */
  animation: fadeInText 1.2s ease-out 1s forwards;
  opacity: 0;
  text-align: center;
}

/* テキストのスタイル */
.p-mainVisual__textLayer p {
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  color: #333;
  margin: 0;
  white-space: pre-line;
}

/* PC向けサイズ */
@media (min-width: 980px) {
	.p-mainVisual__textLayer {
		min-height: 400px;
	}
	.p-mainVisual__textLayer p {
		font-size: 55px; /* 約57.6px @1920px */
	}
}

/* スマホ・タブレット向けサイズと改行調整 */
@media (max-width: 979px) {
	#main_visual {
		margin-bottom: -2em;
	}
	.p-mainVisual__textLayer p {
		font-size: 5vw; /* 約37.5px @750px */
	}
}

@media (max-width: 767px) {
	#main_visual {
		margin-bottom: -2em;
	}
	.p-mainVisual__textLayer p {
		font-size: 7.5vw; /* 約37.5px @750px */
	}
}

/* フェードインアニメーション */
@keyframes fadeInText {
  to {
    opacity: 1;
  }
}

/* スマホのみ表示される改行 */
@media (min-width: 980px) {
  .u-sp-break {
    display: inline;
  }
  br.u-sp-break {
    display: none;
  }
}
