@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

@keyframes hero_slide {
  0% {
    background-position: 0px center;
  }
  100% {
    background-position: -1710px center;
  }
}
@keyframes start {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

header, footer,
nav,
h1, h2, h3, h4, h5,
article, section,
p, div, span, figure,
ul, ol, li, dl, dt, dd, img, a {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}

a, div {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

img, video {
  display: block;
  width: 100%;
  height: auto;
}

.animate .fadein,
.animate.fadein {
  opacity: 0;
  transition: opacity 1.2s ease 0.3s;
}

.animate.show .fadein,
.animate.show.fadein {
  opacity: 1;
}

body {
  width: 100%;
}

main {
  overflow: hidden;
}

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

body {
  background: #fafafa;
  min-width: 980px;
}

header {
  position: absolute;
  z-index: 4;
  padding: 40px;
}
header .logo {
  width: 240px;
}
header .logo a {
  display: block;
}

a {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

main {
  padding-left: 340px;
}

#side_sec {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 340px;
  padding-top: 178px;
}
#side_sec .inner_wrap {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  padding: 0 40px 40px;
}
#side_sec .all_btn {
  display: block;
  width: fit-content;
  font-size: 14px;
  border: #000 1px solid;
  line-height: 26px;
  padding: 0 8px;
  font-feature-settings: "palt";
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #000;
  text-decoration: none;
  margin-bottom: 21px;
}
#side_sec .all_btn:hover {
  opacity: 0.7;
}
#side_sec .all_btn.on {
  pointer-events: none;
  background: #000;
  color: #fff;
}
#side_sec .type_list .list_title,
#side_sec .category_list .list_title {
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: underline;
}
#side_sec .type_list .list_title:hover,
#side_sec .category_list .list_title:hover {
  opacity: 0.7;
}
#side_sec .type_list .list_title .arrow,
#side_sec .category_list .list_title .arrow {
  display: inline-block;
  transform: rotate(180deg);
}
#side_sec .type_list .ac_wrap,
#side_sec .category_list .ac_wrap {
  transition: height 0.5s ease;
  overflow: hidden;
  height: 0;
}
#side_sec .type_list .ac_wrap .ac_inner,
#side_sec .category_list .ac_wrap .ac_inner {
  padding-top: 18px;
  display: block;
}
#side_sec .type_list .ac_wrap .ac_inner li a,
#side_sec .category_list .ac_wrap .ac_inner li a {
  display: block;
  width: fit-content;
  font-size: 14px;
  border: #000 1px solid;
  line-height: 26px;
  padding: 0 8px;
  font-feature-settings: "palt";
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #000;
  text-decoration: none;
}
#side_sec .type_list .ac_wrap .ac_inner li a:hover,
#side_sec .category_list .ac_wrap .ac_inner li a:hover {
  opacity: 0.7;
}
#side_sec .type_list .ac_wrap .ac_inner li.on a,
#side_sec .category_list .ac_wrap .ac_inner li.on a {
  pointer-events: none;
  background: #000;
  color: #fff;
}
#side_sec .type_list .ac_wrap .ac_inner li:nth-child(n+2),
#side_sec .category_list .ac_wrap .ac_inner li:nth-child(n+2) {
  margin-top: 12px;
}
#side_sec .type_list.open .list_title .arrow,
#side_sec .category_list.open .list_title .arrow {
  transform: rotate(0deg);
}
#side_sec .category_list {
  margin-top: 21px;
}

.right_sec {
  padding: 40px;
  width: 100%;
}

body:not(.login) {
  overflow: hidden;
}
body:not(.login) #side_sec {
  opacity: 0;
}

body.login #login_sec {
  display: none;
}

#login_sec {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
#login_sec input {
  width: 280px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  border: #cccccc 1px solid;
  border-radius: 5px;
}
#login_sec input::placeholder {
  color: #cccccc;
}
#login_sec .login_pw {
  margin-top: 10px;
}
#login_sec .login_btn {
  width: 100px;
  line-height: 34px;
  background: #d71518;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 20px;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
}
#login_sec .error {
  color: #d71518;
  margin-top: 10px;
  font-size: 16px;
  display: none;
}

#start_white {
  position: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #fafafa;
  z-index: 2;
  pointer-events: none;
  animation: start 0.1s ease 0.2s both;
}

/*
// PC用
@media screen and (min-width: 769px){
	@import "common/pc";

	.sp{
		display: none !important;
	}
}

// スマホ用
@media screen and (max-width: 768px){
	@import "common/sp";

	.pc{
		display: none !important;
	}
}
*/