@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  background-color: #F0F3F6;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  padding-top: 62px;
}

@media screen and (min-width: 830px) {
  　position: relative;
  overflow-x: hidden;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.click:hover {
  cursor: pointer;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #303030;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  padding: 10px 20px 10px 50px;
  border-bottom: 1px solid #C0C0C0;
  background-color: #fff;
}

#header .inner {
  display: table;
  width: 100%;
}

#header .left, #header .right {
  display: table-cell;
  vertical-align: top;
}

#header .left > *, #header .right > * {
  display: inline-block;
  vertical-align: middle;
}

#header .left > *:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 900px) {
  #header .left > *:not(:last-child) {
    margin-right: 15px;
  }
}

#header .right {
  text-align: right;
}

#header .right > *:not(:last-child) {
  margin-right: 50px;
}

@media screen and (max-width: 900px) {
  #header .right > *:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 355px) {
  #header .right > *:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 900px) {
  #header {
    padding: 10px 20px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ロゴ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
@media screen and (max-width: 355px) {
  .header__logo, .header__logo img {
    width: 90px;
    height: 31px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ タイトル
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
@media screen and (max-width: 780px) {
  #header .left > .header__title {
    display: none;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ アイコンリスト(検索&通知)
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.headerIconList {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

.headerIconList__item {
  display: inline-block;
  z-index: 1;
  position: relative;
  vertical-align: middle;
}

.headerIconList__item:not(:last-child) {
  margin-right: 40px;
}

@media screen and (max-width: 840px) {
  .headerIconList__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 355px) {
  .headerIconList__item:not(:last-child) {
    margin-right: 15px;
  }
}

/*====================================================================================
ベル
====================================================================================*/
/*------------------------------------------
通知
------------------------------------------*/
.headerIconList .badge:after {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #DD4C4C;
  content: "";
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ アバター
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.avater {
  margin: 4px 0 6px;
  font-size: 0;
}

.avater__icon {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #909090;
  border-radius: 100px;
  border-radius: 100px;
}

.avater__icon:after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../images/default_avater.png");
  background-size: cover;
  content: "";
}

.avater__icon img {
  -o-object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.avater__name {
  font-size: 13px;
}

/*====================================================================================
ヘッダーのアバター
====================================================================================*/
#header .avater > * {
  display: inline-block;
  vertical-align: middle;
}

#header .avater > *:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 780px) {
  #header .avater > *:not(:last-child) {
    margin-right: 0;
  }
}

#header .avater__icon {
  width: 32px;
  height: 32px;
}

#header .avater__icon:hover {
  -webkit-animation: avaterIcon 0.2s ease-in forwards;
  animation: avaterIcon 0.2s ease-in forwards;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  #header .avater__name {
    display: none;
  }
}

@-webkit-keyframes avaterIcon {
  0% {
    border: 1px solid #909090;
  }
  100% {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: 3px solid #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

@keyframes avaterIcon {
  0% {
    border: 1px solid #909090;
  }
  100% {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: 3px solid #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フロートエリア
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
共通パーツ
====================================================================================*/
/*------------------------------------------
閉じるボタン
------------------------------------------*/
.closeButton {
  width: 24px;
  height: 24px;
}

/*------------------------------------------

------------------------------------------*/
.noticeFloatText {
  margin-top: 50px;
  color: #747474;
  text-align: center;
}

/*====================================================================================
検索窓
====================================================================================*/
#searchMenu {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 2;
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 300px;
  padding: 15px;
  padding-left: 50px;
  border-radius: 8px;
  background-color: #Fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: right;
  opacity: 0;
}

#searchMenu.on {
  -webkit-animation: accountMenu 0.2s ease-out forwards;
  display: block;
  animation: accountMenu 0.2s ease-out forwards;
}

#searchMenu .clickMotion01 {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

#searchMenu .inputArea {
  display: table;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#searchMenu .inputArea .input, #searchMenu .inputArea .submit {
  display: table-cell;
  padding: 10px;
}

#searchMenu .inputArea .submit {
  background-color: #eee;
}

#searchMenu .inputArea .submit:hover {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  #searchMenu {
    width: calc(100% - 5px);
  }
}

/*====================================================================================
ハンバーガーメニュー
====================================================================================*/
#hamburgerMenu {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  z-index: 2;
  position: fixed;
  top: 62px;
  left: -300px;
  width: 300px;
  height: calc(100% - 60px);
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
}

#hamburgerMenu.on {
  -webkit-transition: 0.2s ease-in-out;
  left: 0px;
  transition: 0.2s ease-in-out;
}

/*====================================================================================
アカウントメニュー
====================================================================================*/
#accountMenu {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 2;
  position: absolute;
  right: 2px;
  min-width: 300px;
  margin-top: 2px;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #Fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  opacity: 0;
}

#accountMenu > *:not(:last-child) {
  margin-bottom: 15px;
}

#accountMenu .avater__icon {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

#accountMenu .avater__name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

#accountMenu.on {
  -webkit-animation: accountMenu 0.2s ease-out forwards;
  display: block;
  animation: accountMenu 0.2s ease-out forwards;
}

#accountMenu .closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
}

#accountMenu .button {
  text-align: center;
}

#accountMenu .button > * {
  -webkit-transition: 0.2s ease-out;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #3e99fd;
  border-radius: 20px;
  background-color: transparent;
  color: #3e99fd;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}

#accountMenu .button > *:hover {
  -webkit-transition: 0.1s ease-in;
  background-color: #3e99fd;
  color: #fff;
  transition: 0.1s ease-in;
}

#accountMenu .logoutArea {
  -webkit-transition: 0.2s ease-out;
  margin: 0 -20px;
  padding: 10px 0;
  background-color: #f6f6f6;
  transition: 0.2s ease-out;
}

#accountMenu .logoutArea:hover {
  -webkit-transition: 0.1s ease-in;
  background-color: #e7eef1;
  color: #fff;
  transition: 0.1s ease-in;
}

#accountMenu .logout {
  text-align: center;
}

/*------------------------------------------
キーフレーム
------------------------------------------*/
@-webkit-keyframes accountMenu {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes accountMenu {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*====================================================================================
通知（オーバーレイ）
====================================================================================*/
#overlay {
  display: none;
  z-index: 100;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  opacity: 0;
}

#overlay.on {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-animation: fadeIn 0.2s ease-out forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease-out forwards;
}

/*------------------------------------------
オーバーレイコンテント
------------------------------------------*/
.overlayContent {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  z-index: 12;
  position: relative;
  min-width: 300px;
  min-height: 300px;
  padding: 15px;
  border-radius: 8px;
  background-color: #Fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
}

#overlay.on .overlayContent {
  -webkit-animation: alb 0.2s ease-out forwards;
  animation: alb 0.2s ease-out forwards;
}

@-webkit-keyframes alb {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  60% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes alb {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  60% {
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通（アニメ&キーフレーム）
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*====================================================================================
背景の円を出す
====================================================================================*/
.clickMotion01 {
  z-index: 1;
  position: relative;
}

.clickMotion01:before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.075);
  content: "";
  opacity: 0;
}

.clickMotion01:hover {
  cursor: pointer;
}

.clickMotion01:hover:before {
  -webkit-animation: clickMotion01 0.2s ease-in forwards;
  animation: clickMotion01 0.2s ease-in forwards;
}

@-webkit-keyframes clickMotion01 {
  0% {
    -webkit-transform: scale(0.9, 0.9) translate(-50%, -50%);
    transform: scale(0.9, 0.9) translate(-50%, -50%);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.05, 1.05) translate(-50%, -50%);
    transform: scale(1.05, 1.05) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes clickMotion01 {
  0% {
    -webkit-transform: scale(0.9, 0.9) translate(-50%, -50%);
    transform: scale(0.9, 0.9) translate(-50%, -50%);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.05, 1.05) translate(-50%, -50%);
    transform: scale(1.05, 1.05) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ メイン
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#main {
  position: relative;
  width: 100%;
  height: 100%;
}
