@charset "utf-8";

/* ===================================================================
SETTING
=================================================================== */

/* RESET
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	background: transparent;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="button"],
input[type="email"],
input[type="tel"],
input[type="date"],
button, 
textarea, 
select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none; 
	text-overflow: '';
	border-radius: 0;
	border: none; 
	outline: none;
	font: unset;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
  	-moz-appearance: textfield;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  	display: none;
}

select::-ms-expand {
	display: none;
}

* a {
	text-decoration: none;
	color: inherit;
	font-size: inherit; 
	font-weight: inherit;
	font-family: inherit;
	text-align: inherit;
	line-height: inherit;
	outline: none;
	cursor: pointer;
}

* a img {
	border-style: none;
	outline: none;
	cursor: pointer;
}

img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

/* BODY
--------------------*/

body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: "Helvetica Neue", Helvetica, "游ゴシック体", YuGothic, "YuGothic M", YuGothicM, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Segoe UI", sans-serif;
	color: #2B3B56;
	font-size: 16px;
	line-height: 1.375;
	background: #EBEBEB;
	overflow-x: hidden;
}

body:before {
	content: '';
	position: fixed;
	top: 50%;
	transform: translate(0, -50%);
	left: -55px;
	width: 355px;
	height: 400px;
	background: url('/public/images/background-logo.png') 50% 50% / contain no-repeat, transparent;
}

/* DISPLAY
--------------------*/

.sp { display: none !important; }
.pc { display: block !important; }
.in-sp { display: none !important; }
.in-pc { display: inline !important; }

/* HR
--------------------*/

hr {
	height: 1px;
	margin: 20px 0;
	color: #B4C0D6;
	background: #B4C0D6;
	border: none;
}

/* WRAPPER
--------------------*/

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
}

/* SECTION
--------------------*/

section {
	padding: 45px 0;
}

section:nth-of-type(even) {
	background: rgba(0, 0, 0, .13);
}

/* CONTAINER
--------------------*/

.container-1100 {
	width: 100%;
	max-width: 1124px;
	margin: 0 auto;
	padding: 0 12px;
}

/* SCROLL
--------------------*/

.scroll {
	position: relative;
	height: 480px;
	padding: 0 14px 0 0;
}

/* PLACEHOLDER
--------------------*/

:placeholder-shown {
	color: #99A5BC;
}

::-webkit-input-placeholder {
	color: #99A5BC;
}

:-moz-placeholder {
	color: #99A5BC;
	opacity: 1;
}

::-moz-placeholder {
	color: #99A5BC;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #99A5BC;
}

/* MODAL
--------------------*/

.blocker {
	padding: 20px 12px;
	z-index: 99999;
}

.modal {
	width: 100%;
    max-width: 1000px;
    padding: 60px 150px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.modal a.close-modal {
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    background-image: url(../../images/common/modal/close.svg);
}

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

	/* ===================================================================
	SETTING
	=================================================================== */

	/* BODY
	--------------------*/

	body {
		font-size: 14px;
	}

	body:before {
		content: none;
	}

	/* DISPLAY
	--------------------*/

	.sp { display: block !important; }
	.pc { display: none !important; }
	.in-sp { display: inline !important; }
	.in-pc { display: none !important; }

	/* SECTION
	--------------------*/

	section {
		padding: 32.5px 0;
	}

	/* CONTAINER
	--------------------*/

	.container-1100 {
		max-width: 524px;
	}

	/* SCROLL
	--------------------*/

	.scroll {
		height: 350px;
	}

	/* MODAL
	--------------------*/

	.modal {
		padding: 50px 20px;
	}
	/* .modal-backdrop.show {
		opacity: 1!important;
		display: none !important;
	  } */


	  .__hide_sm {
		display: none !important;
	  }
	
	  .__show_lg {
		display: block !important;
	  }
}

.__hide_sm {
    display: block;
  }

  .__show_lg {
    display: none;
  }

  .___flex{
	display: flex !important;
  }