@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
*/


/* メインビジュアル */
.main-text {
  font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.2em;
    line-height: 1.6;
	/*
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .02em;
	filter: drop-shadow(2px 2px 3px rgb(0 0 0 /  .5));
	*/
  font-weight: 400;
  font-style: normal;
	text-shadow: 1px 1px 12px #000;
	font-family: "Zen Old Mincho", serif;
}
.sub-text {
  font-size: 40px;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 12px #000;
	font-family: "Noto Sans JP", sans-serif　!important;
	/*
  position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
	*/
}
@media screen and (max-width:480px) {
  .main-text {
    font-size: 38px !important;
    top: 100px;
  }
	.sub-text {
		font-size: 14px;
		top: 100px;
	}
}


/* 見出し */
<h2 class="wp-block-heading is-style-section_ttl">買取<span>purchase</span></h2>

h2.wp-block-heading.is-style-section_ttl {
	font-size: 33px;
	letter-spacing: 0.2em;
	font-family: "Zen Old Mincho", serif;
}
h2.wp-block-heading.is-style-section_ttl span {
	font-size: 12px;
	letter-spacing: 0.2em;
	display: block;
}