﻿/* Scss Document */
@charset "utf-8";

/*********************

reset

*********************/


html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}



/*********************

all

*********************/

img{
    width: 100%;

}

.font-10 { font-size: 1.0rem; }
.font-11 { font-size: 1.1rem; }
.font-12 { font-size: 1.2rem; }
.font-13 { font-size: 1.3rem; }
.font-13 { font-size: 1.4rem; }
.font-15 { font-size: 1.5rem; }
.font-16 { font-size: 1.6rem; }
.font-17 { font-size: 1.7rem; }
.font-18 { font-size: 1.8rem; }
.font-19 { font-size: 1.9rem; }
.font-20 { font-size: 2.0rem; }
.font-21 { font-size: 2.1rem; }
.font-22 { font-size: 2.2rem; }
.font-23 { font-size: 2.3rem; }
.font-24 { font-size: 2.4rem; }
.font-30 { font-size: 3.0rem; }


.mt00 {	margin-top: 0px;}
.mt05 {	margin-top: 5px;}
.mt10 {	margin-top: 10px;}
.mt15 {	margin-top: 15px;}
.mt20 {	margin-top: 20px;}
.mt25 {	margin-top: 25px;}
.mt25 {	margin-top: 25px;}
.mt30 {	margin-top: 30px;}
.mt35 {	margin-top: 35px;}
.mt40 {	margin-top: 40px;}
.mt45 {	margin-top: 45px;}
.mt50 {	margin-top: 50px;}
.mt55 {	margin-top: 55px;}
.mt60 {
	margin-top: 60px;
}
.mt65 {
	margin-top: 65px;
}
.mt70 {
	margin-top: 70px;
}
.mt75 {
	margin-top: 75px;
}
.mt80 {
	margin-top: 80px;
}
.mt85 {
	margin-top: 85px;
}
.mt90 {
	margin-top: 90px;
}
.mt95 {
	margin-top: 95px;
}
.mt100 {
	margin-top: 100px;
}
.mt110 {
	margin-top: 110px;
}
.mt120 {
	margin-top: 120px;
}
.mt130 {
	margin-top: 130px;
}
.mt140 {
	margin-top: 140px;
}
.mt150 {
	margin-top: 150px;
}
.mt160 {
	margin-top: 160px;
}
.mt170 {
	margin-top: 170px;
}
.mt180 {
	margin-top: 180px;
}
.mt190 {
	margin-top: 190px;
}
.mt260 {
	margin-top: 200px;
}
.mb00 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb65 {
	margin-bottom: 65px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb75 {
	margin-bottom: 75px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb85 {
	margin-bottom: 85px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb95 {
	margin-bottom: 95px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb130 {
	margin-bottom: 130px;
}
.mb140 {
	margin-bottom: 140px;
}
.mb150 {
	margin-bottom: 150px;
}
.mb160 {
	margin-bottom: 160px;
}
.mb170 {
	margin-bottom: 170px;
}
.mb180 {
	margin-bottom: 180px;
}
.mb190 {
	margin-bottom: 190px;
}
.mb260 {
	margin-bottom: 200px;
}
.pb10 {
	padding-bottom: 10px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.lineH10 {
	line-height: 1em;
}
.lineH12 {
	line-height: 1.2em;
}
.lineH14 {
	line-height: 1.4em;
}
.lineH16 {
	line-height: 1.6em;
}

.mtem00{
	margin-top: 0 !important;
}
.mtem05{
	margin-top: 0.5em;
}
.mtem10{
	margin-top: 1em !important;
}
.mtem15{
	margin-top: 1.5em !important;
}
.mtem20{
	margin-top: 2em !important;
}
.mtem25{
	margin-top: 2.5em;
}
.mtem30{
	margin-top: 3em;
}
.mtem40{
	margin-top: 4em;
}
.mtem50{
	margin-top: 5em;
}


/* new clearfix */
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.clear{
	clear: both;	
	}

.txtB {
	font-weight: bold;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.indent{
	padding-left: 1em;
	text-indent: -1em;	
	}

.alignR{
    text-align: right;
}
.alignL{
    text-align: left;
}

.opa{
    opacity: 1;
    transition: 0.3s;
	transition-property: opacity;
	cursor: pointer;
}
.opa:hover{
	opacity: 0.8;
}
@media screen and (max-width: 780px) {
	.opa:hover{
		opacity: 1;
	}
}	





/************************************/

/* Gutenberg Youtube */
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
