.container {
  font-size: 14px;
  font-family: "Sawarabi Mincho", "Noto Sans Japanese";
  letter-spacing: .05em;
  color: #A1A1A1;
}

.sound__control {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #202049;
  padding: 4px 7px;
  font-size: 12px;
}

.sound__control:before {
  content: '\f001';
	padding: 0 .2em 0 0;
	font-family: FontAwesome;
}

.sound__control:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.youtube__content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #202049;
  padding: 4px 7px;
  font-size: 12px;
  text-decoration: none;
  color: #A1A1A1;
}

.youtube__content:before {
  content: '\f16a';
	padding: 0 .4em 0 0;
	font-family: FontAwesome;
}

.youtube__content:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.page__full-background {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: -3;
}

.page__full-background-cover {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.0);
  z-index: -4;
}

.page__full-background-cover_image {
  z-index: -5;
  display: inline-block;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.page__notice {
  width: 100%;
  text-align:center;
  color: black;
  line-height: 1.5;
  padding: 0 30px;
  position: absolute;
  bottom: 40%;
  background-color: rgba(255,255,255,0.8);
  z-index: -1;
}

.is_sp {
  display: none;
}

.is_pc {
  display: block;
}


.header__logo {
  margin: 0 !important;
  z-index: -1;
  width: 300px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header__logo-img {
}

.header__logo-svg {
  position: absolute;
  fill: #202049;
  font-size: unset;
  width: 300px;
  height: 200px;
  left: 50%;
  top: 15%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.global-nav {
  background: rgba(0,0,0,0.8);
  width: 100%;
  position: absolute;
  bottom: 8%;
  line-height: 40px;
}

.global-nav__items {
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  font-size: 13px;
}

.global-nav__item {}

.is_external-link:after {
  content: '\f14c';
	padding: 0 0 0 .2em;
	font-family: FontAwesome;
  font-size: 10px;
}

.global-nav__item-link {
  text-decoration: none;
  color: #A1A1A1;
}

.global-nav__item-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.main {
  max-width: 1000px;
  margin: 0 auto;
}

.article {
  overflow: auto;
  height: 75vh;
  margin: 8%;
  background: rgba(0,0,0,0.8);
  z-index: 3;
  padding: 20px;
  color: #FEFDF9;
}

.article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article__header {
  border-left: 2px solid #697AB1;
  padding-left: 10px;
  line-height: 22px;
}

.article__title {
  font-size: 22px;
  font-weight: normal;
  font-family: "Sawarabi Mincho";
  color: #697AB1;
  margin: 0;
}

.article__title span {
  font-size: 16px;
  padding-left: 10px;
}

.article__title span:before {
  content: '-'
}

.article__title span:after {
  content: '-'
}

.article__content {
  padding: 10px;
}

.news-blog__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.news-blog__item {
  padding: 10px;
  border-bottom: 1px dotted #697AB1;
}

.news-blog__item-link {
  text-decoration: none;
  color: #A1A1A1;
}

.news-blog__item-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.news-blog__footer {
  width: 100%;
  text-align: right;
}

.news-blog__footer-link {
  text-decoration: none;
  color: #697AB1;
}

.news-blog__footer-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.shop-list__content {
  display: -webkit-flex;
  display: flex;
}

.shop-list-nav {
  width: 30%;
}

.shop-list-nav__title {
  color: #697AB1;
}

.shop-list-nav__item {
  margin-bottom: 5px;
}

.shop-list-nav__item-link {
  text-decoration: none;
  color: #A1A1A1;
}

.shop-list-nav__item-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.shop-list-nav__other {
  width: 80%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #697AB1;
}

.shop-list-nav__other-link {
  text-decoration: none;
  color: #A1A1A1;
}

.shop-list-nav__other-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.shop-list-section {
  width: 70%;
  color: #A1A1A1;
}

.shop-list-section__title {
  color: #697AB1;
  font-size: 20px;
  font-weight: normal;
}

.shop-list-section__list:after {
  content: "";
  clear: both;
  display: block;
}

.shop-list-section__list-title {
  float: left;
  padding: 5px;
}

.shop-list-section__list-title:after {
  content: ':';
  padding-right: 5px;
}

.shop-list-section__list-description {
  margin: 0;
  padding: 5px;
}

.shop-list-section__list-description-link {
  text-decoration: none;
  color: #697AB1;
}

.shop-list-section__sns {}

.shop-list-section__sns-link {
  border: 1px dotted #697AB1;
  padding: 4px 8px;
  font-size: 13px;
  color: #697AB1;
  text-decoration: none;
  border-radius: 3px;
}

.is_instagram:before {
  content: '\f16d';
  font-size: 15px;
	padding: 0 .3em 0 0;
	font-family: FontAwesome;
}

.is_twitter:before {
  content: '\f099';
  font-size: 15px;
	padding: 0 .3em 0 0;
	font-family: FontAwesome;
}

.is_tumblr:before {
  content: '\f173';
  font-size: 15px;
	padding: 0 .3em 0 0;
	font-family: FontAwesome;
}

.shop-list-section__sns-link:hover {
  opacity: .5;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.shop-list-section__sns-image {}

.collection__items {
}

.collection__item {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px dotted #697AB1;
}

.collection__item-link {
  text-decoration: none;
  color: #697AB1;
}

.collection__item-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.company__list {
  color: #A1A1A1;
}

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

.company__list-title {
  float: left;
  padding: 8px;
  width: 15%;
}

.company__list-description {
  padding: 8px;
  padding-left: 120px;
  margin: 0;
  border-bottom: 1px dotted #697AB1;
}

.is_no-border {
  border: unset;
}

.recruit__list {
  color: #A1A1A1;
}

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

.recruit__list-title {
  padding: 15px 8px;
  float: left;
}

.recruit__list-title:after {
  content: ":";
  padding-right: 10px;
}

.recruit__list-description {
  padding: 15px 8px;
  margin: 0;
  border-bottom: 1px dotted #697AB1;
  color: #697AB1;
}

.recruit__list-description-link {
  color: #A1A1A1;
  border: 1px solid #A1A1A1;
  padding: 3px 6px;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
}

.recruit__list-description-link:hover {
  color: #FFFFFF;
  -webkit-transition: all .3s;
	transition: all .3s;
}

.recruit__footer {
  color: #A1A1A1;
  padding: 8px;
}
.recruit__footer-text {
  margin: 0;
}
.recruit__footer-address {}
.recruit__footer-address-text {}

.footer {
}

.footer__text {
  position: absolute;
  bottom: 3%;
  right: 3%;
}

@media screen and (max-width:480px) {
  .container {
    font-size: 12px;
  }

  .header__logo {
    width: 200px;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate3d(-50%, -50%, 1px);
    transform: translate3d(-50%, -50%, 1px);
  }

  .page__full-background-cover_image {
  }

  .is_sp {
    display: block;
  }

  .is_pc {
    display: none;
  }

  .global-nav {
    bottom: 0;
    line-height: 20px;
  }

  .global-nav__items {
    margin: 0 auto;
    padding: 15px 10px 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: initial;
    justify-content: initial;
    max-width: unset;
    font-size: 13px;
  }

  .global-nav__item {
    padding: 3px 5px;
  }

  .global-nav__item-link:active {
    color: #FFFFFF;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .article {
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
    height: 70vh;
    padding: 20px 15px;
    margin: 5%;
  }

  .article__header {
    line-height: 20px;
  }

  .article__title {
    font-size: 20px;
    font-family: "Sawarabi Mincho";
  }

  .article__title span {
    font-size: 14px;
    padding-left: 8px;
  }

  .shop-list__content {
    display: initial;
  }

  .shop-list-nav {
    width: 100%;
  }

  .shop-list-nav__title {
    margin: 5px 0;
  }

  .shop-list-nav__items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shop-list-nav__item {
    padding-right: 5px;
  }

  .shop-list-nav__other {
    margin-top: 10px;
    padding-top: 10px;
  }

  .shop-list-section {
    width: 100%;
  }

  .shop-list-section__title {
    font-size: 18px;
  }

  .shop-list-section__image {
    width: 300px;
  }

  .collection__item {
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 1px dotted #697AB1;
  }

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

  .company__list-title {
    float: left;
    padding: 6px;
    width: initial;
  }

  .company__list-description {
    padding: 6px;
    padding-left: 100px;
  }

  .recruit__list-description-link {
    display: block;
    margin: 5px 0;
    font-size: 10px;
    text-align: center
  }

  .footer__text {
    bottom: 0;
    right: 1%;
    font-size: 10px;
  }

  .page__notice {
    bottom: 30%;
    z-index: 0;
  }
}
