@charset "UTF-8";
* {
  list-style: none;
  outline: none;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  font-family: "Segoe UI", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

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

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }

  .header {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    position: fixed;
    padding: 0 40px;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: background ease 0.3s;
  }

  .header__wrapper {
    min-width: 100%;
    display: flex;
    align-items: center;
  }

  .header-logo {
    max-width: 160px;
    width: 14%;
    display: inline-block;
    margin-top: -7px;
  }

  .header-logo__link {
    font-size: 18px;
    color: #2d2d2d;
    text-decoration: none;
  }

  .header_navi_wrapper {
    text-align: right;
    margin-left: auto;
    width: 90%;
    max-width: 920px;
  }

  .header_navi_link {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 14px;
    transition: all ease 0.3s;
  }

  .header_navi_link:hover {
    opacity: 0.3;
  }

  .header_navi_texttitle {
    display: inline-block;
    padding-right: 3%;
  }

  .header_navi_texttitle:last-child {
    padding: 0;
  }

  .is-scrolled.header {
    background: #fff;
  }

  .is-scrolled .header-logo__link {
    color: #2d2d2d;
    text-decoration: none;
  }

  .is-scrolled .header_navi_link {
    color: #2d2d2d;
  }

  .main {
    display: flex;
    align-items: center;
    height: 100vh;
    height: 100vh;
    width: 100%;
    background-image: url("../img/top.png");
    background-size: cover;
  }

  .main__inner {
    width: 980px;
    margin: 0 auto;
  }

  .main__title__primary {
    font-size: 60px;
    text-align: left;
    color: #2d2d2d;
    letter-spacing: 0.1em;
  }

  .main__content__inner {
    display: flex;
    align-items: center;
  }

  .main__content--items {
    display: inline-block;
  }

  .main__content--img {
    display: block;
  }

  .main_caution {
    color: #fffefe;
    font-size: 12px;
    margin: -20px 0 0 55px;
  }

  .news {
    width: 100%;
    background: #f7f7f7;
  }

  .news__inner {
    padding: 100px 0 0 0;
  }

  .news__title {
    padding-bottom: 70px;
    margin: 0 auto;
    width: 980px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-bottom: 0;
  }

  .news__title__primaty {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.2em;
    position: relative;
  }

  .news__title__primaty::after {
    content: "";
    display: block;
    background-color: #2d2d2d;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .news__title__primaty::before {
    content: "";
    display: block;
    background-color: #2d2d2d;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .news__title__strong {
    font-size: 34px;
    color: #2d2d2d;
    letter-spacing: 0.2em;
  }

  .news__title__sub {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
  }

  .news__content {
    width: 100%;
  }

  .news__content--item {
    padding-top: 60px;
    width: 980px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
  }

  .news__content--item:last-of-type {
    border: none;
  }

  .news__content--item-block {
    display: block;
  }

  .news__content--items {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .news__content--items:last-of-type {
    padding-bottom: 0;
    border: 0;
  }

  .news__content--items__date {
    display: inline-block;
    font-size: 12px;
    width: 130px;
  }

  .news__content--items__title {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #2d2d2d;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .news__content--items__description {
    font-size: 12px;
    padding-left: 140px;
  }

  .news__content--items__img {
    margin-top: 20px;
  }
  .news__content--items__img .img_data {
    display: block;
    margin: 0 auto;
    width: 600px;
  }

  .news__content--item--txt {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .news__content--item--txt--sub {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    padding-top: 60px;
  }

  .biography {
    width: 100%;
    background: #2d2d2d;
  }

  .biography__inner {
    padding: 100px 0 100px 0;
  }

  .biography__title {
    padding-bottom: 70px;
    margin: 0 auto;
    width: 980px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .biography__title__primaty {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2em;
    position: relative;
    margin-bottom: 10px;
  }

  .biography__title__primaty::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .biography__title__primaty::before {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .biography__title__strong {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.2em;
  }

  .biography__title__sub {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
  }

  .biography__content {
    display: flex;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
  }

  .biography__content-img {
    width: 50%;
    background-image: url("../img/biography.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .biography__content-txt {
    width: 50%;
    line-height: 3;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    letter-spacing: 0.1px;
  }

  .discography {
    width: 100%;
    background: #f7f7f7;
  }

  .discography__inner {
    padding: 100px 0 0 0;
  }

  .discography__title {
    padding-bottom: 70px;
    margin: 0 auto;
    width: 980px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-bottom: 0;
  }

  .discography__title__primaty {
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.2em;
    position: relative;
  }

  .discography__title__primaty::after {
    content: "";
    display: block;
    background-color: #2d2d2d;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .discography__title__primaty::before {
    content: "";
    display: block;
    background-color: #2d2d2d;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 240px;
  }

  .discography__title__strong {
    font-size: 34px;
    color: #2d2d2d;
    letter-spacing: 0.2em;
  }

  .discography__title__sub {
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
  }

  .discography__content {
    width: 100%;
  }

  .discography__content--item {
    padding-top: 60px;
    width: 980px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
  }

  .discography__content--item:last-of-type {
    border: none;
  }

  .discography__content--item-block {
    display: flex;
  }

  .discography__content--item__jacket {
    display: inline;
  }

  .discography__content--item__jacket .jacket_img {
    width: 300px;
    border: 1px solid #2d2d2d;
  }

  .discography__content--items {
    padding-left: 40px;
  }

  .discography__content--items__title {
    font-size: 30px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .discography__content--items__sales {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .discography__content--items__description p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .discography__content--item--txt {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .discography__content--item--txt--sub {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    padding-top: 60px;
  }

  .movies {
    width: 100%;
  }

  .movies__inner {
    padding: 100px 0;
    margin: 0 auto;
    width: 980px;
  }

  .movies__title {
    padding-bottom: 70px;
    text-align: center;
  }

  .movies__title__primaty {
    font-size: 34px;
    position: relative;
  }

  .movies__title__sub {
    font-size: 12px;
    letter-spacing: 0;
  }

  .movies__title__strong {
    color: #1899d6;
    letter-spacing: 0.2em;
  }

  .movies__title__primaty::before {
    content: "";
    display: block;
    background-color: #b9e0f3;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 340px;
  }

  .movies__title__primaty::after {
    content: "";
    display: block;
    background-color: #b9e0f3;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 340px;
  }

  .movies__content {
    width: 100%;
  }

  .movies__content__ul {
    display: flex;
    flex-wrap: wrap;
  }

  .movies__content--list {
    margin-bottom: 50px;
    display: inline-block;
    width: 50%;
  }

  .movies__content--list:nth-child(5) {
    margin: 0;
  }

  .movies__content--list:nth-child(6) {
    margin: 0;
  }

  .movies__content__dl {
    display: flex;
  }

  .movies__content--description {
    display: inline-block;
    margin-left: 30px;
    letter-spacing: 0;
  }

  .movies__content--item {
    display: flex;
    background: #f7f7f7;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: center;
  }

  .movies__content--img {
    display: block;
  }

  .movies__content--list__title,
  .movies__content--list__inner {
    display: block;
  }

  .movies__content--list__title {
    color: #2d2d2d;
    font-size: 15px;
  }

  .movies__content--list__inner {
    font-size: 15px;
    line-height: 30px;
  }

  .profile {
    width: 100%;
    background: #2d2d2d;
    margin: 0;
  }

  .profile__inner {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
  }

  .profile__title {
    text-align: center;
    margin-bottom: 60px;
  }

  .profile__title__primaty {
    font-size: 34px;
    position: relative;
  }

  .profile__title__strong {
    color: #ffffff;
    letter-spacing: 0.2em;
  }

  .profile__title__primaty::before {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 340px;
  }

  .profile__title__primaty::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 340px;
  }

  .profile__title__sub {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0;
  }

  .profile__content {
    width: 100%;
    text-align: center;
  }

  .profile__content--inner {
    color: #ffffff;
  }

  .profile__content--inner__block {
    display: flex;
    justify-content: center;
  }

  .profile__content-inner__block_img {
    width: 50%;
  }

  .profile_img {
    width: 100%;
  }

  .profile__content-inner__personal {
    width: 50%;
    padding-right: 40px;
    text-align: left;
    font-size: 12px;
    line-height: 3;
  }

  .personal_name {
    font-size: 14px;
  }

  .contact {
    width: 100%;
    background: #f7f7f7;
  }

  .contact__inner {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
  }

  .contact__title {
    text-align: center;
    color: #2d2d2d;
  }

  .contact__title__strong {
    font-size: 28px;
    letter-spacing: 0.12em;
  }

  .contact__title__sub {
    font-size: 12px;
    padding-bottom: 60px;
    letter-spacing: 0;
  }

  .contact__title--txt {
    font-size: 20px;
    padding-bottom: 50px;
    letter-spacing: 0;
  }

  .contact__content {
    width: 500px;
    margin: 0 auto;
  }

  .contact__content__title {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 15px;
  }

  .entry_input {
    width: 470px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
  }

  .entry_input::placeholder {
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: 0;
  }

  .entry_select {
    width: 500px;
    padding: 14px;
    margin-bottom: 30px;
    margin-top: 10px;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    font-size: 13px;
  }

  .entry_textarea {
    width: 470px;
    resize: none;
    height: 240px;
    padding: 15px 15px 0 15px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    display: block;
  }

  .entry_textarea::placeholder {
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: 0;
  }

  .contact_form {
    text-align: center;
  }

  .entry_btn {
    width: 500px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
  }

  /* 送信ボタン */
  input[type="submit"] {
    padding: 20px;
    border: none;
    background: #2d2d2d;
    color: #fff;
    transition: all ease 0.3s;
  }

  /* 送信ボタン - マウスオーバー時 */
  input[type="submit"]:hover {
    opacity: 0.8;
  }

  /* 送信ボタン - 押せないとき */
  input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
  }

  input[type="submit"][disabled]:hover {
    opacity: 1;
  }

  #footer {
    width: 100%;
  }

  .footer_wrapper {
    padding-bottom: 100px;
    text-align: center;
    background-color: #2d2d2d;
  }

  .footer_links {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }

  .footer_links + .footer_links {
    padding-top: 0px;
  }

  .footer_link_text {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 0 30px;
    color: #eee;
    letter-spacing: 0;
    font-weight: bold;
    transition: all ease 0.3s;
  }

  .footer_link_text:hover {
    opacity: 0.5;
  }

  .footer_link_img {
    display: inline-block;
    padding: 0 30px;
    transition: all ease 0.3s;
  }

  .footer_link_img img {
    width: 100px;
  }

  .footer_link_img:hover {
    opacity: 0.5;
  }

  .footer__logo {
    color: #eee;
  }

  .footer__logo--txt {
    font-size: 11px;
    letter-spacing: 0;
  }
}
/* *************************************** */
/* *************************************** */
/*               800px                     */
/* *************************************** */
/* *************************************** */
@media screen and (max-width: 800px) and (min-width: 641px) {
  .main__inner {
    width: 94%;
    margin: 0 auto;
    max-width: 980px;
  }

  .main__title__primary {
    font-size: 42px;
  }

  .main__content__inner {
    display: block;
  }

  .main__content--img {
    width: 100%;
  }

  .sub__content-txt {
    width: 94%;
    margin: 0 auto;
  }

  .sub__content-txt .br-sp:nth-of-type(1) {
    display: block;
  }

  .discography {
    width: 100%;
    height: 2900px;
  }

  .discography__title {
    width: 94%;
    margin: 0 auto;
  }

  .discography__title__primaty::before,
  .discography__title__primaty:after {
    width: 20%;
  }

  .discography__content--items {
    margin-bottom: 50px;
    padding-left: 80px;
  }

  .movies__inner {
    width: 100%;
  }

  .movies__title {
    width: 94%;
    margin: 0 auto;
  }

  .movies__title__primaty::before,
  .movies__title__primaty:after {
    width: 20%;
  }

  .movies__content__ul {
    width: 94%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .movies__content--list {
    width: 48%;
  }

  .movies__content__dl {
    display: block;
  }

  .movies__content--item {
    width: 100%;
  }

  .movies__content--description {
    padding-top: 20px;
    margin: 0;
  }

  .movies__content--list__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .movies__content--list__inner {
    font-size: 16px;
  }

  .movies__content--list__inner br {
    display: none;
  }

  .profile__inner {
    width: 100%;
  }

  .profile__content--caution {
    font-size: 14px;
  }

  .profile__content--caution br {
    display: block;
    line-height: 2.4;
  }

  .profile__title {
    width: 94%;
    margin: 0 auto;
  }

  .profile__title__primaty::before,
  .profile__title__primaty:after {
    width: 20%;
  }

  .contact__inner {
    width: 100%;
  }

  .contact__title--txt {
    font-size: 17px;
  }

  .contact__content {
    width: 80%;
  }

  .entry_input {
    width: 100%;
  }

  .entry_select {
    width: 100%;
  }

  .entry_textarea {
    width: 100%;
  }
}
/* *************************************** */
/* *************************************** */
/*               640px                     */
/* *************************************** */
/* *************************************** */
@media screen and (max-width: 640px) {
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .header {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    padding: 0 20px;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: background ease 0.3s;
  }

  .header__wrapper {
    min-width: 100%;
    display: flex;
    align-items: center;
  }

  .header-logo {
    width: 110px;
    display: inline-block;
  }

  .header_navi_wrapper {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
  }

  .header-logo__link {
    color: #2d2d2d;
    text-decoration: none;
  }

  .header_navi {
    display: inline-block;
    display: none;
  }

  .header_navi_link {
    text-decoration: none;
    color: #2d2d2d;
  }

  .header_navi_texttitle {
    display: inline-block;
    padding-right: 30px;
  }

  .header_navi_texttitle:last-child {
    padding: 0;
  }

  .is-scrolled.header {
    background: #fff;
  }

  .is-scrolled .header-logo__link {
    color: #2d2d2d;
    text-decoration: none;
  }

  .is-scrolled .header_navi_link {
    color: #2d2d2d;
  }

  .main {
    width: 100%;
    background-image: url("../img/top.png");
    background-size: cover;
    padding: 0 25px 65px 25px;
  }

  .main__inner {
    width: 100%;
    margin: 0 auto;
  }

  .main__title {
    padding: 75px 0 15px 0;
  }

  .main__title__primary {
    font-size: 31px;
    text-align: right;
    color: #2d2d2d;
  }

  .sub__title {
    text-align: right;
    color: #2d2d2d;
  }

  .main__content__inner {
    display: block;
    align-items: center;
  }

  .main__content--items {
    width: 100%;
    display: inline-block;
  }

  .main__content--img {
    display: block;
    width: 100%;
    text-align: center;
  }

  .main_caution {
    color: #fffefe;
    font-size: 9px;
    padding: 0 0 12px 0;
    margin-top: -10px;
  }

  .biography {
    width: 100%;
    background: #2d2d2d;
  }

  .biography__inner {
    padding: 60px 25px 60px 25px;
  }

  .biography__title {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .biography__title__primaty {
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.2em;
  }

  .biography__title__strong {
    font-size: 23px;
    letter-spacing: 0.2em;
  }

  .biography__title__sub {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
  }

  .biography__content-txt {
    color: #fff;
  }

  .news {
    width: 100%;
    background: #f7f7f7;
  }

  .news__inner {
    padding: 60px 25px 60px 25px;
  }

  .news__title {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .news__title__primaty {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0.2em;
  }

  .news__title__strong {
    font-size: 23px;
    color: #2d2d2d;
    letter-spacing: 0.2em;
  }

  .news__title__sub {
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
  }

  .news__content {
    width: 100%;
  }

  .news__content--item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .news__content--item:last-of-type {
    border: none;
  }

  .news__content--item-block {
    display: block;
  }

  .news__content--items {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .news__content--items:last-of-type {
    padding-bottom: 0;
    border: 0;
  }

  .news__content--items__date {
    display: none;
    font-size: 10px;
    width: 100px;
  }

  .news__content--items__title {
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #2d2d2d;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .news__content--items__description p {
    font-size: 12px;
    padding-left: 100px;
  }

  .news__content--items__img {
    margin-top: 20px;
  }
  .news__content--items__img .img_data {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .news__content--item--txt {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .news__content--item--txt--sub {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    padding-top: 60px;
  }

  .discography {
    width: 100%;
  }

  .discography__inner {
    padding: 60px 25px 60px 25px;
  }

  .discography__title {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
  }

  .discography__title__primaty {
    font-size: 19px;
    color: #000000;
    letter-spacing: 0.2em;
  }

  .discography__title__strong {
    font-size: 23px;
    color: #2d2d2d;
    letter-spacing: 0.2em;
  }

  .discography__title__sub {
    font-size: 10px;
    color: #000000;
    letter-spacing: 0;
  }

  .discography__content {
    width: 100%;
  }

  .discography__content--item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }

  .discography__content--item:last-of-type {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .discography__content--item-block {
    display: block;
  }

  .jacket_img {
    width: 100%;
    border: 1px solid #2d2d2d;
  }

  .discography__content--items__title {
    font-size: 23px;
    color: #000000;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.06em;
  }

  .discography__content--item--txt {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0 0 0 50px;
  }

  .discography__content--item--txt--sub {
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 0 0 0 50px;
  }

  .movies {
    width: 100%;
  }

  .movies__inner {
    padding: 60px 25px;
    width: 100%;
  }

  .movies__title {
    padding-bottom: 35px;
    text-align: center;
  }

  .movies__title__primaty {
    font-size: 25px;
  }

  .movies__title__sub {
    font-size: 10px;
    letter-spacing: 0;
  }

  .movies__title__strong {
    color: #2d2d2d;
    letter-spacing: 0.2em;
  }

  .movies__content {
    width: 100%;
  }

  .movies__content__ul {
    display: flex;
    flex-wrap: wrap;
  }

  .movies__content--list {
    margin-bottom: 35px;
    display: inline-block;
    width: 46%;
  }

  .movies__content--list:nth-child(odd) {
    margin-right: 20px;
  }

  .movies__content--list:nth-child(5) {
    margin-bottom: 0;
  }

  .movies__content--list:nth-child(6) {
    margin: 0;
  }

  .movies__content--description {
    display: inline-block;
    letter-spacing: 0;
  }

  .movies__content--item {
    display: flex;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
    height: 150px;
  }

  .movies__content--img {
    display: block;
  }

  .movies__content--list__title,
  .movies__content--list__inner {
    display: block;
  }

  .movies__content--list__title {
    color: #1899d6;
    font-size: 12px;
    padding: 15px 0;
  }

  .movies__content--list__inner {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .profile {
    width: 100%;
    background: #2d2d2d;
    margin: 0;
  }

  .profile__inner {
    width: 100%;
    padding: 60px 25px;
  }

  .profile__title {
    text-align: center;
    padding-bottom: 30px;
  }

  .profile__title__primaty {
    font-size: 25px;
  }

  .profile__title__strong {
    color: #ffffff;
    letter-spacing: 0.2em;
  }

  .profile__title__sub {
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0;
  }

  .profile__content {
    width: 100%;
    text-align: center;
  }

  .profile__content--inner {
    font-size: 16px;
    color: #ffffff;
  }

  .profile_img {
    width: 100%;
  }

  .personal_name {
    margin-bottom: 20px;
  }

  .personal_info_block {
    text-align: left;
  }

  .contact {
    width: 100%;
    background: #f7f7f7;
  }

  .contact__inner {
    width: 100%;
    padding: 80px 0 70px 0;
  }

  .contact__title {
    text-align: center;
    color: #2d2d2d;
  }

  .contact__title__strong {
    font-size: 25px;
    letter-spacing: 0.12em;
  }

  .contact__title__sub {
    font-size: 10px;
    padding-bottom: 30px;
    letter-spacing: 0;
  }

  .contact__title--txt {
    font-size: 13px;
    padding-bottom: 25px;
    letter-spacing: 0;
    line-height: 2.4;
  }

  .contact__content {
    width: 100%;
    padding: 0 6%;
  }

  .contact__content__title {
    font-size: 12px;
    color: #2d2d2d;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
  }

  .entry_input {
    width: 100%;
    padding: 5px 7px;
    height: 50px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
  }

  .entry_input::placeholder {
    color: #b5b5b5;
    font-size: 12px;
    letter-spacing: 0;
  }

  .entry_select {
    -webkit-appearance: none;
    background: #ffffff;
    width: 100%;
    padding: 5px 7px;
    height: 50px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: none;
    font-size: 15px;
  }

  .entry_textarea {
    width: 100%;
    resize: none;
    height: 120px;
    font-size: 14px;
    padding: 7px 7px 0 7px;
    border-radius: 5px;
    border: none;
    display: block;
  }

  .entry_textarea::placeholder {
    color: #b5b5b5;
    font-size: 14px;
    letter-spacing: 0;
  }

  .concent__btn {
    padding: 40px 0 20px 0;
    display: flex;
    text-align: left;
  }

  .contact_form {
    text-align: center;
  }

  .entry_btn {
    width: 100%;
    font-size: 8px;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
  }

  /* 送信ボタン */
  input[type="submit"] {
    padding: 12px;
    border: none;
    background: #2d2d2d;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: all ease 0.2s;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: bold;
  }

  /* 送信ボタン - マウスオーバー時 */
  input[type="submit"]:hover {
    opacity: 0.8;
  }

  /* 送信ボタン - 押せないとき */
  input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
  }

  #footer {
    width: 100%;
  }

  .footer_wrapper {
    background-color: #2d2d2d;
    padding-bottom: 75px;
    text-align: center;
  }

  .footer_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .footer_link_text {
    text-decoration: none;
    font-size: 10px;
    display: inline-block;
    padding: 0 15px;
    color: #f7f7f7;
    letter-spacing: 0;
    font-weight: bold;
  }

  .footer__logo {
    padding-top: 30px;
  }

  .footer__logo--produce {
    font-size: 9px;
    padding-bottom: 20px;
    letter-spacing: 0;
  }

  .footer__logo--txt {
    font-size: 9px;
    letter-spacing: 0;
    color: #f7f7f7;
  }
}
/* *************************************** */
/* *************************************** */
/*               1024px                     */
/* *************************************** */
/* *************************************** */
@media screen and (max-width: 1024px) {
  #header-nav__wrapper {
    display: none;
  }

  .header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: fixed;
    padding: 10px 4%;
    display: flex;
    align-items: center;
    transition: all ease 0.3s;
    z-index: 999;
  }

  .header__wrapper {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .header-logo {
    width: 30%;
    display: inline-block;
  }

  .header-logo {
    display: block;
  }

  .header_navi_wrapper {
    display: none;
    position: absolute;
    width: 100vw;
    top: 34px;
    left: -4.3%;
    background: #fff;
  }

  #hamburger-menu__trigger span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: block;
  }

  /*====================================
    ハンバーガーメニュー
    ====================================*/
  #hamburger-menu__trigger__wrapper {
    width: 27px;
    position: relative;
    transition: background-color 0.45s ease 0s;
    z-index: 999;
  }

  #hamburger-menu__trigger__wrapper span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.45s ease 0s;
    transition: all 0.45s ease 0s;
    border-radius: 4px;
  }

  #hamburger-menu__trigger__wrapper span:nth-of-type(1) {
    top: 0;
  }

  #hamburger-menu__trigger__wrapper span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #hamburger-menu__trigger__wrapper span:nth-of-type(3) {
    bottom: 0;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
  }

  #hamburger-menu__trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 20px;
  }

  #header-nav {
    position: relative;
    z-index: 999;
    transition: all ease-out 0.4s;
    width: 100vw;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    left: -20vw;
  }

  .header_navi {
    display: block;
    width: 100%;
  }

  .header_navi_link {
    color: #2d2d2d;
  }

  .header_navi_texttitle {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #2d2d2d;
    padding: 0;
  }

  .header_navi_texttitle:last-of-type {
    height: auto;
    margin: 0;
    padding: 0;
  }

  a.title_font {
    color: #2d2d2d;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
  }

  a.title_font:not(:last-of-type) {
    margin-bottom: 16px;
  }

  /*====================================
    is-scrolled
    ====================================*/
  .header.is-scrolled {
    background-color: #fff;
  }

  .header.is-scrolled #hamburger-menu__trigger__wrapper span {
    background-color: #000;
  }

  /*====================================
    is-active
    ====================================*/
  #hamburger-menu__trigger__wrapper.is-active {
    background-color: #000;
    border-bottom: none;
  }

  #hamburger-menu__trigger__wrapper.is-active span {
    background-color: #fff;
    height: 3px;
  }

  #hamburger-menu__trigger__wrapper.is-active span:nth-of-type(1) {
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 9);
  }

  #hamburger-menu__trigger__wrapper.is-active span:nth-of-type(2) {
    opacity: 0;
  }

  #hamburger-menu__trigger__wrapper.is-active span:nth-of-type(3) {
    transform-origin: 50% 50% 0px;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -8);
  }

  #header-nav__wrapper.is-active #header-nav {
    -webkit-transform: translate(20%, 0%);
    transform: translate(20%, 0%);
    background: #fff;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 1;
    z-index: 11;
  }

  .header_navi_wrapper.is-active {
    border-bottom: none;
  }

  .header_navi_link {
    padding: 14px 0;
    display: block;
  }
}

/*# sourceMappingURL=index.css.map */
