@charset "UTF-8";
/* CSS Document */
/*
<!-- =============== Google fonts =============== -->
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
*/
body {
    color: #242424;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
    font-size: 1rem;
    font-family: 'M PLUS 1p', sans-serif;
    letter-spacing: 0.05rem;
    line-height:1.4rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Noto Sans JP', sans-serif;font-weight: 900;}


.clear {
    clear: both;
　/*floatの解除、ここがポイント*/
}

/* ---------- テキスト関連　----------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

}

.text-p {color:#FF0058}

/* ---------- フォント関連　---------- */

a {color:inherit;}


@font-face {
    font-family: 'gravur';
    src: url('../font/Gravur-CondensedRegular.eot'); /* IE9 Compat Modes */
    src: url('../font/Gravur-CondensedRegular.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */  url('../font/Gravur-CondensedRegular.woff') format('woff'), /* woff - Modern Browsers */  url('../font/Gravur-CondensedRegular.ttf') format('truetype'), /* ttf - Safari, Android, iOS */  url('../font/Gravur-CondensedRegular.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}
.gravur {
    font-family: gravur; /* @font-faceで定義したフォント名を指定 */
    letter-spacing: 1rem;
    font-weight: normal;
}
.noto-sans {
    font-family: 'Noto Sans JP', sans-serif;
}
.plus-r {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.cinzel {
    font-family: 'Cinzel', serif;
}
.plus-n {
    font-family: 'M PLUS 1p', sans-serif;
}
.noto-serif {
    font-family: 'Noto Serif JP', sans-serif;
}
.pattaya {
font-family: 'Pattaya', sans-serif;
}

.text-justify {
    text-align: justify;
}
.bold {
    font-weight: bold;
}


.weight100 {
    font-weight: 100;
}

.weight300 {
    font-weight: 300;
}



.text-shadow {text-shadow:0px 0px 10px #000000;}


/* ---------- フォント装飾関連　---------- */
.text-s5 {
    font-size: 0.4rem;
}
.text-s4 {
    font-size: 0.5rem;
}
.text-s3 {
    font-size: 0.7rem;
}
.text-ss {
    font-size: 0.8rem;
}
.text-s {
    font-size: 0.9rem;
}
.text-n {
    font-size: 1rem;
}
.text-m {
    font-size: 1.2rem;
}
.text-ml {
    font-size: 1.3rem;
}
.text-l {
    font-size: 1.5rem;
}
.text-ll {
    font-size: 1.7rem;
}
.text-xl {
    font-size: 2rem;
}

.text-r {
    color: #fd3c3c;
}
.text-g {
    color: rgba(50,255,0,1.00);
}
.text-y {
    color: #FF9800;
}
.text-b {
    color: #4286f4;
}
.text-w {
    color: #FFFFFF;
}
.text-dark {
    color: #565656;
}



/*ボックス関連*/
.window100 {
    width: 100;
    height: 100vh;
}
.window50 {
    width: 100;
    height: 50vh;
}




/*リストスタイル関連*/

h2 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

ul {
    list-style: none;
}

/* ---------- レイアウト関連 ---------- */

.top-box-left {float:left;}
.top-box-right {float:right;}
.typeRadio {display: flex; align-items: center; margin: 14px 0 4px!important;}
.typeRadio input {width: 30px; margin: 0;}




/*画像・その他初期設定*/



img {
    vertical-align: middle;
}
iframe {
    vertical-align: bottom;
}





/*メディアクエリ*/
.pc {
    display: block;-webkit-appearance: none; /* これを追加 */
}
.sp {
    display: none;-webkit-appearance: none; /* これを追加 */
}

img {
    width: 100%;
    height: auto;
}
/*余白関連*/
.bottom-space10 {
    margin-bottom: 10px;
}
.bottom-space20 {
    margin-bottom: 20px;
}
.bottom-space40 {
    margin-bottom: 40px;
}
.bottom-space80 {
    margin-bottom: 80px;
}
.top-space10 {
    margin-top: 10px;
}
.top-space40 {
    margin-top: 40px;
}
.top-space80 {
    margin-top: 80px;
}
.all-padding15 {
    padding: 15px;
}
.all-padding10 {
    padding: 10px;
}
.all-margin10 {
    margin: 10px;
}
.top-padding10 {
    padding-top: 10px;
}
.top-padding30 {
    padding-top: 30px;
}
.top-padding40 {
    padding-top: 40px;
}
.top-padding80 {
    padding-top: 80px;
}
.top-padding160 {
    padding-top: 160px;
}
.top-padding240 {
    padding-top: 240px;
}
.bottom-padding10 {
    padding-bottom: 10px;
}
.bottom-padding30 {
    padding-bottom: 30px;
}
.bottom-padding40 {
    padding-bottom: 40px;
}
.bottom-padding80 {
    padding-bottom: 80px;
}
.bottom-padding160 {
    padding-bottom: 160px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.line-2 {
    line-height: 2.5rem
}

.no-gutter {padding:0px;}

/*フォーム関連*/


.box-center {
    margin: 0 auto
}
/*リンク関連*/

.anchorlink {
    padding-top: 80px;
    display: inline-block;
    margin-top: -80px;
}
/*背景色関連*/

.bk-black {
    background-color: #000000;
}
.bk-white {
    background-color: #ffffff;
}
.bk-light-gray {
    background-color: #F2F2F2;
}
.bk-pink {
    background-color: #ff7bac
}
/*オプション関連*/

/*ポップアップ関連*/



@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
	.pc {
    display: none;-webkit-appearance: none; /* これを追加 */
}
.sp {
    display: block;-webkit-appearance: none; /* これを追加 */
}
}

@media (max-width: 414px) {
.pc {
    display: none;-webkit-appearance: none; /* これを追加 */
}
.sp {
    display: block;-webkit-appearance: none; /* これを追加 */
}
}

@media (max-width: 320px) {
}
