﻿@charset "utf-8";

@font-face {
	font-family: "Koduka Gothic Pr6N R";
	src: url("fonts/koduka-pr6n-r.otf") format("OpenType");
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 14.5px;*/
	font-size: 3.51vw;
	line-height: 1.3;
	font-weight: 300;
	/*letter-spacing: 1px;*/
}

/*p{
	text-align: justify;
    text-justify: inter-ideograph;
}*/

input,
button,
textarea,
select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	-webkit-border-radius : 0;
	box-shadow: none;
	outline: none;
	line-height: normal;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration:none;
}

.relative{
	position: relative;
}

.inline_b{
	display: inline-block;
}

input::-webkit-input-placeholder {
	/*padding-top: 0.2em;*/
	padding-top: 0em;
}

.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}.mt35{
	 margin-top: 35px;
 }
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}

.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;
}
.mb60{
	margin-top: 60px;
}

/* *** ヘッダー *** */
header {
	width: 100%;
	/*height: 65px;*/
	height: 8.832%;
	/*background: #b10014;*/
	background:  #eb6000;

	position: relative;
}
.big_header header {
	/*height: 100px;*/
	height: 13.6%;
}

header.clearfix a {
	display: inline-block;
	/*width: 50px;*/
	width: 12%;
	height: 100%;
}

header .header_back {
	display:  block;
	width: 16px;
	height: 16px;

	border-bottom: solid 3px;
	border-left: solid 3px;
	border-color: #fff;

	position: absolute;
	top: calc(50% - 5px);
	left: 15px;

	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);

	z-index: 1;
}

/*×アイコン*/
.close.icon {
	color: #fff;
	position: absolute;
	/*width: 25px;*/
	width: 6.05vw;
	/*height: 25px;*/
	height: 6.05vw;
	top: 50%;
	left: 3vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.close.icon:before,
.close.icon:after{
	content: '';
	position: absolute;
	background-color: currentColor;
	top: 2.4vw;
	width: 6.3vw;
	height: 0.75vw;
}
.close.icon:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close.icon:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

header .header_title {
	/*width: 100%;*/
	width: 80%;
	text-align: center;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header .header_title h1 {
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	/*font-size: 21.5px;*/
	font-size: 5.2vw;
	/*line-height: 26px;*/
	line-height: normal;
	font-weight: bold;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form_s_m{
	margin-left: 5px;
}

/* *** メイン *** */
.main {
	width: 100%;
	/*height: calc(100% - 120px);*/
	height: calc(100% - 16.452%);

	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	overflow: auto;
}
.main.f_not{
	/*height: calc(100% - 65px);*/
	height: calc(100% - 8.832%);
}
.big_header .main {
	/*height: calc(100% - 155px);*/
	/*height: calc(100% - 37.5vw);*/
	height: calc(100% - 21.22%);
}
.nofooter_main {
	height: calc(100% - 65px);
}
.contents_box{
	/*height: calc(100% - 65px);*/
    height: calc(100% - 75px);
}


/* *** フッター *** */
footer {
	width: 100%;
	/*height: 55px;*/
	height: 7.62%;
	background: #f7f8f8;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: relative;
	border-top: 1px solid #eee;
}

.big_header footer {
	/*background: #b10014;*/
	background:  #eb6000;
}
/* スライダーマーク */
footer .slider_list {
	/*display: inline-block;*/
	display: none;
	font-size: 0;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer .slider_mark {
	display: inline-block;
	vertical-align: middle;

	width: 9px;
	height: 9px;
	margin-left: 15px;

	background: transparent;

	border: 1px solid #fff;
	border-radius: 50%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer .slider_mark:first-child {
	margin-left: 0;
}
footer .now_slide {
	background: #fff;
}
/* メニュー */
footer .menu_box {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background: #f7f7f7;
	/*overflow: hidden;*/
	text-align: center;
	font-size: 0;
	letter-spacing: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-overflow-scrolling: touch;

}
footer .menu_btn {
	display: inline-block;
	vertical-align: middle;

	width: calc(100% / 5);

	-webkit-overflow-scrolling: touch;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

footer .menu_btn:active{
	/*opacity: 0.6;*/
	/*background-color: rgba(0, 0, 0, 0.1);*/
}

footer .menu_img,
footer .post_img {
	display: inline-block;
	text-align: center;
	width: 8vw;
}
footer .menu_img img{
	width: 100%;
	margin-bottom: 2px;
}
footer .menu_text,
footer .post_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 1.8vw;
	color: #3d3d3d;
	line-height: 4vw;
}
footer .menu_text.red {
	color:  #eb6000;
}
footer .bac_red {
	background: #eb6000;
	border-radius: 10px;
	width: 70%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2vw;
}

footer .bac_red:active{
	background-color: #0084bf;
	color: #e2e2e2;
}
.post_img{
	margin-top: 7px;
}
.post_img img{
	/*width: 19px;*/
	/*width: 21px;*/
	width: 4.99vw;
	margin-bottom: 2px;
}
.bac_red p{
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 11px;*/
	font-size: 1.8vw;
}

/* ***トークバッチ*** */
.icon_batch{
	position: absolute;
	text-align: center;
	/*width: 20px;*/
	width: 4.85vw;
	height: 20px;
	height: 4.85vw;
	border-radius: 50%;
	background: red;
	/*right: 4px;*/
	right: 0.97vw;
	/*top: -4px;*/
	top: -0.97vw;
}
.icon_batch span{
	color: #fff;
	/*font-size: 10px;*/
	font-size: 2.4vw;
	/*line-height: 20px;*/
	line-height: 4.851vw;
	font-weight: 600;
	vertical-align: top;
}

/* *** ボタン *** */
.btn {
	display: block;
	margin: auto;
	/*background: #13ad67;*/
	background: #eb6000;
	border-radius: 20px;
	border: none;
	text-align: center;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	font-size: 4vw;
	line-height: 10.3vw;
	font-weight: bold;
	text-decoration: none;
}

.btn:active{
	/*background-color: #118953;*/
	background: #c75200;
	color: #e2e2e2;
}

/* *** ボタン枠のみ *** */
.btn_back{
	/*width:177px;*/
	width: 42.76vw;
	display: block;
	margin: auto;
	border:2px solid #D91D16;
	color: #D91D16;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	/*font-size: 15px;*/
	font-size: 3.62vw;
	font-weight: bold;
	text-align:center;
	/*line-height: 34px;*/
	line-height: 8.3vw;
	border-radius:10px;
	margin-top:80px;
	margin-bottom:30px;
}


/* *** レベルの星 *** */
.level_select span {
	color: #898989;
	font-family: "小塚ゴシック Pr6N R", "Koduka Gothic Pr6N R", sans-serif;
	/*font-size: 16px;*/
	font-size: 3.9vw;
	/*line-height: 16.5px;*/
	line-height: 4vw;
	vertical-align: top;
}
.level_select .selected {
	/*font-size: 19px;*/
	font-size: 4.6vw;
	color: #ffe100;
}

/* *** ジャンルボタン *** */
div.genre_box{
	text-align: center;
	/*padding: 10px 0px;*/
	padding: 2.42vw 0px;
	border-bottom: 1px solid #f0f0f0;
}

.genre_box.talk{
	border-bottom: 0px;;
}

.invalid{
	/*pointer-events: none;*/
}

input.genre_btn{
	display: inline-block;
	font-weight: bold;
	max-width: 29vw;
	/*width: 100%;*/
	width: calc((100% / 4) - 3vw);
	height: 6.87vw;
	margin: auto;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	background: #fce1b9;
	border: none;
	border-radius: 8px;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 3.7vw;*/
	font-size: 3vw;
	text-align: center;
	color: #d91d16;

	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

input.genre_btn:active{
	color: #82110d;
	background: #95856e;
}

.genre_btn.red{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	font-weight: bold;
	color: #fff;
	/*background: #ea5414;*/
	background: #d91d16;
}
.genre_btn.red:active{
	color: #999999;
	background: #7c181d;
}


/* *** 入力フォーム *** */
.form_box label {
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 14px;*/
	font-size: 3.4vw;
	/*line-height: 16.5px;*/
	line-height: 4.4vw;
	font-weight: 300;
}
.form_box .required_mark {
	color: #da1e17;
	font-family: "小塚ゴシック Pr6N R", "Koduka Gothic Pr6N R", sans-serif;
	/*font-size: 15px;*/
	font-size: 3.62vw;
	line-height: 18px;
	font-weight: normal;
}
.form_box .input_box {
	width: 100%;
	height: 100%;
	margin-top: 23px;
	/*margin-top: 5.55vw;*/
	position: relative;
}
.form_box .input_box:first-child {
	margin-top: 0;
}
.form_box .input_box input,
.form_box .input_box select {
	display: block;
	width: 100%;
	/*height: 35px;*/
	/*height: 5.02vh;*/
	height: 8.95vw;
	padding: 0 10px;
	/*padding: 0 2.45vw;*/

	background: transparent;
	border: 1px solid #a8a8a8;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 13.5px;*/
	font-size: 3.4vw;
	font-weight: 300;
}

.form_box .input_box textarea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 14px;*/
	font-size: 3.4vw;
	/*line-height: 15px;*/
	line-height: 4.6vw;
	width: 100%;
	/*padding: 10px 10px;*/
	padding: 2.43vw 2.43vw;
	/*height: 150px;*/
	height: 36vw;
	vertical-align: middle;
	/*border: 1px solid #e0dfdf;*/
	border: 1px solid #a8a8a8;
	resize: none;
}

.form_box .input_box input::placeholder {
	color: #9fa0a0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 13.5px;*/
	font-size: 3.3vw;
	/*line-height: 16.5px;*/

	font-weight: 300;
	/*letter-spacing: 2px;*/
}

.form_box .input_box textarea::placeholder {
	color: #9fa0a0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 2.9vw;
	font-weight: 300;
}

.form_box .input_box input[type="file"] {
	display: none;
}
.form_box .input_box input[type="checkbox"] {
	display: none;
	-webkit-appearance: checkbox;
}
.form_box .input_box.error input,
.form_box .input_box.error select,
.form_box .input_box.error textarea {
	border-color: #e60012;
}
.form_box .input_box select.no_select {
	color: #9fa0a0;
}
.form_box .select_box::before {
	content: '';

	display:  block;
	width: 6.5px;
	height: 6.5px;

	border-bottom: solid 2px;
	border-right: solid 2px;
	border-color: #717070;

	position: absolute;
	top: calc(50% - 5px);
	right: 16px;

	-webkit-transform: rotate(45deg) translateY(-50%);
	-moz-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	-o-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
.form_box .select_box option {
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 13.5px;
	line-height: 16.5px;
	font-weight: 300;
	/*letter-spacing: 2px;*/
}
.form_box .error_text_box {
	visibility: hidden;
	/*margin-top: 25px;*/
	/*margin-top: 3.4vh;*/
	margin-top: 6.04vw;
}
.form_box .error_text_box.error {
	visibility: visible;
}
.form_box .error_text_box .error_text {
	text-align: center;
	color: #f00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 13px;*/
	font-size: 3.2vw;
	/*line-height: 15px;*/
	/*line-height: 2.1vh;*/
	line-height: 3.8vw;
	font-weight: 300;
}


/* *** 登録・再発行完了 *** */
.main.comp_main{
	/*padding: 82px 0;*/
	/*padding: 11.15vh 0px;*/
	padding: 19.35vw 0;
}
.comp_main .comp_title p {
	text-align: center;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	/*font-size: 16.5px;*/
	font-size: 4.4vw;
	/*line-height: 21px;*/
	line-height: 5.2vw;
	font-weight: bold;
}
.comp_main .comp_explanation {
	width: 85%;
	margin: auto;
	/*margin-top: 27px;*/
	margin-top: 6.53vw;
	text-align: center;
	font-size: 0;
}
.comp_main .comp_explanation p {
	display: inline-block;
	text-align: left;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*ont-size: 11.5px;*/
	font-size: 2.8vw;
	line-height: 21.5px;
	font-weight: 300;
}
.comp_main .login_link_btn {
	/*margin-top: 132px;*/
	margin-top: 31.9vw;
}
.comp_main .login_link_btn .btn {
	width: 70%;
}


/* *** ポップアップ *** */
.popup {
	display: none;
	width: 100%;
	height: 100%;

	background: rgba(0, 0, 0, 0.7);

	position: absolute;
	top: 0;
	left: 0;

	z-index: 25;
}
.popup_box {
	display: none;
	/*
	width: 247px;
	*/
	max-width: 80%;
	min-width: 65%;
	width: max-content;
	background: #fff;

	border: none;
	border-radius: 21px;
	overflow: hidden;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.popup_box.w_fixed_pop {
	max-width: none;
	min-width: auto;
	/*width: 290px;*/
	width: 70.05vw;
}
.popup_box .popup_contents {
	/*padding: 50px 10px;*/
	padding: 12.1vw 2.42vw;
	text-align: center;
}
.popup_box .popup_contents_inline {
	display: inline-block;
	/*padding: 0 10px;*/
	padding: 0 2.43vw;
}
.popup_box .popup_contents p {
	text-align: left;

	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	/*font-size: 15px;*/
	font-size: 3.92vw;
	/*line-height: 22px;*/
	/*line-height: 3vh;*/
	line-height: 5.5vw;
	font-weight: 300;
}
.popup_box .btn_box .btn {
	background: transparent;

	color: #5c5a5a;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", sans-serif;
	/*font-size: 15px;*/
	font-size: 3.82vw;
	/*line-height: 39px;*/
	line-height: 9.6vw;
	font-weight: bold;
	border-radius: 0px;
}

.popup_box .btn_box {
	width: 100%;
	/*height: 40px;*/
	height: 9.91vw;
	border-top: 1px solid #e0dfdf;
	font-size: 0;
	letter-spacing: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.btn a{
	color: #595757;
}

/*POPのボタン2個の場合*/
.double_btn .btn{
	display: inline-block;
	width: 50%;
}
.double_btn .close_btn{
	/*border-left: 1px solid #e0dfdf;*/
}
.popup_box .btn_box .btn:nth-child(2){
	border-left: 1px solid #e0dfdf;
}


/* *** float解除 *** */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
#loading-webpage{
	pointer-events: all;
	z-index: 99999;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: wait;
	position: fixed;
	display: none;
	background: url(../img/loading.gif) no-repeat center center rgba(0, 0, 0, 0.1);
}
.border-red{
	border-color: #e60012 !important;
}
.font_3w{
	font-size: 3vw !important;
}


/* アドセンス(AdSense) style*/
.responsive-list-box{
	width: 100%;
	height: 100%;
	max-height: 100px;
}
.adsbygoogle.responsive-list-bar{
	width: 100%;
	height: 100%;
	max-height: 100px;
}
.badge_chat, .badge_note{
	display: none;
}

/*広告POP(class="advertisement_pop")*/
.popup_box.advertisement_pop{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width: unset;
	max-width: 90%;
	max-height: unset;
	border-radius: 5px;
	width: 100%;
	font-size: 0px;
	overflow: unset;
	background: unset;

}
.popup_box.advertisement_pop .popup_contents{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.popup_box.advertisement_pop .popup_contents img{
	width: 100%;
	height: auto;
	max-height: 130vw;
	object-fit: cover;
}
.popup_box.advertisement_pop .popup_contents_inline{
	width: 100%;
	padding: 0px;
	background: #fff;
}

.popup_box.advertisement_pop .btn_box{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
	height: auto;
	background: #fff;
	border: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.popup_box.advertisement_pop .btn_box .btn{
	background: #ff8e75;
	border-radius: 5px;
	border: 2px solid #ff8e75;
	margin: 5px 10px;
	color: #fff;
}
.popup_box.advertisement_pop .btn_box .btn.close_btn{
	background: #fff;
	color: #ff8e75;
}
.popup_box.advertisement_pop .btn a{
	color: unset;
}
.advertisement_close{
	width: 30px;
	height: 30px;
	background: #ddd;
	border-radius: 50%;
	position: absolute;
	right: -10px;
	top: -10px;
}

.advertisement_close:before,
.advertisement_close:after{
	position: absolute;
	top: 50%;
	left: 4px;
	width: 23px;
	height: 2px;
}

.advertisement_close:before {
	content: '';
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.advertisement_close:after{
	content: '';
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@media screen and (min-width: 480px) {
	header .header_back{
		width: 3.87vw;
		height: 3.87vw;
		top: 43%;
		border-bottom: solid 0.725vw;
		border-left: solid 0.725vw;
		border-color: #fff;
	}
}

@media screen and (max-width: 414px) and (min-height: 818px){ /*iPhone 11 pro Max用*/
	body.big_header{
		background-color:  #eb6000;
	}
	.big_header .main{
		background-color: #fff;
	}
	.main{
		background-color: #fff;
	}
	footer .menu_box{
		top: 57%;
	}
}
@media screen and (max-width: 375px) {
	.big_header header {
		/*height: 80px;*/
	}
	.big_header .main {
		/*height: calc(100% - 140px);*/
	}
	header .header_title h1{
		font-size: 19px;
	}
	.main {
		/*height: calc(100% - 125px);*/
	}
	.icon_batch{
		width: 15px;
		height: 15px;
		right: 5px;
		top: 0;
	}
	.icon_batch span{
		display: inline-block;
		transform: scale(0.8);
		line-height: 15px;
	}
	footer {
		/*height: 60px;*/
	}
	input.genre_btn {
		/*max-width: 100px;*/
	}
	.btn_back {
		margin-top: 50px;
	}
	footer .menu_img,
	footer .post_img {
		width: 26px;
	}
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	input.genre_btn {
		/*max-width: 90px;*/
		/*font-size: 10px;*/
	}
	.btn_back {
		margin-top: 25px;
		width: 135px;
		font-size: 11px;
		line-height: 29px;
	}
}

@media screen and (max-height: 450px) {
	footer{
		display: none;
	}
	.big_header .main{
		height: 100%;
	}

}