@charset "UTF-8";
/* --------------------------------------
  英語ページ用調整
----------------------------------------- */
body {
  word-break: normal;
}
#header .koten_title .name {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 7px;
}
#header .koten_title .sub {
  color: #69AEBF;
}

@media screen and (max-width: 767px) {
  #header .koten_title .name {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 3px;
  }
}

/* Common Parts 
---------------------------- */
.page_title {
  letter-spacing: .1rem;
  font-size: 2.4rem;
  margin-bottom: 32px;
}
.page_title span {
  letter-spacing: .1rem;
}
.section_title {
  font-size: 2rem;
}
.txt_box {
  margin-bottom: 32px;
}
.txt_box .author {
  font-size: 1.5rem;
}

/* Index 
---------------------------- */
#index_mv .c_copy {
  display: none;
}
#index_mv .koten_title .furigana {
  display: none;
}
#index_mv .koten_title .name {
  line-height: 1.2;
}
#index_mv .koten_title .category {
  letter-spacing: .2rem;
  padding: 8px 12px;
  color: #D3A100;
}
#index_mv .koten_title .subtitle {
  font-size: 1.3rem;
  letter-spacing: .1rem;
}

@media screen and (min-width: 768px) {
  #index_mv .koten_title {
    left: 50%;
    bottom: 188px;
    text-align: center;
    width: 260px;
    margin-left: -320px;
  }
  #index_mv .koten_title .name {
    font-size: 3.6rem;
    letter-spacing: .3rem;
    margin-bottom: 12px;
  }
  #index_mv .koten_title .category {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    color: #D3A100;
  }
  #index_mv .koten_title .subtitle {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
  #index_mv .main_work {
    height: 480px;
    max-width: 720px;
  }
  #index_mv .work_img {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: -24px;
    height: 540px;
  }
  #index_mv .work_img img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #index_mv .main_work {
    height: 320px;
  }
  #index_mv .koten_title {
    left: 50%;
    bottom: 24%;
    text-align: center;
    width: 150px;
    margin-left: -44%;
  }
  #index_mv .koten_title .name {
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-bottom: 4px;
  }
  #index_mv .koten_title .category {
    font-size: 1.1rem;
    letter-spacing: .1rem;
    color: #D3A100;
    padding: 8px;
  }
  #index_mv .koten_title .subtitle {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    line-height: 1.5;
  }
  #index_mv .work_img {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: -24%;
    height: 360px;
  }
  #index_mv .work_img img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 320px) {
  #index_mv .work_img {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: -24%;
    height: 300px;
  }
  #index_mv .koten_title {
    bottom: 18%;
    margin-left: -44%;
  }
}

/* Sub 
---------------------------- */
.works_list .hr_short {
  width: 24px;
}

@media screen and (max-width: 767px) {
}

