@charset "UTF-8";
@media screen and (max-width: 1400px) {
  .hero {
    padding-top: 18%;
  }
  .hero figure {
    height: 80vh;
  }
  .hero .catch {
    top: 15%;
  }
  .hero .catch .en_txt {
    font-size: 5.5rem;
  }
  .hero .jp_txt {
    top: 19%;
  }
  .hero .jp_txt p {
    font-size: 1.2rem;
  }
  #portfolio .ttlArea {
    width: 95%;
    padding-left: 5%;
    margin-bottom: 3%;
  }
  #portfolio .ttlArea .ttl {
    font-size: 6rem;
    text-align: left;
  }
  #portfolio .ttlArea p {
    font-size: 1.5rem;
  }
  .index__inner .ttlArea {
    width: 95%;
    margin: 0 auto 3%;
  }
  .index__inner .ttlArea .ttl {
    font-size: 6rem;
  }
  .index__inner .ttlArea p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .space-m {
    margin-bottom: 2rem;
  }
  .loading__text {
    font-size: max(10px, 0.8rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    color: #fff;
  }
  .loading__logo {
    margin: 0 auto;
    width: min(70px, 70%);
  }
  .loading__logo img {
    width: 100%;
    height: auto;
  }
  /* ハンバーガー */
  .l-header__hamburger {
    height: 20px;
    width: 30px;
    z-index: 100;
    padding: 0px;
    cursor: pointer;
    top: 10px;
    margin-left: 1rem;
  }
  .c-hamburger {
    border: none;
    background-color: transparent;
    z-index: 101;
  }
  .c-hamburger span {
    width: 100%;
    height: 3px;
    background-color: #CF2E2E;
    position: relative;
    transition: ease 0.3s;
    display: block;
    z-index: 999;
  }
  .c-hamburger span:nth-child(1) {
    top: 0;
  }
  .c-hamburger span:nth-child(2) {
    margin: 5px 0;
  }
  .c-hamburger span:nth-child(3) {
    top: 0;
  }
  .c-hamburger.is-checked span {
    background-color: #CF2E2E;
  }
  .c-hamburger.is-checked span:nth-child(1) {
    top: 3px;
    transform: rotate(45deg);
  }
  .c-hamburger.is-checked span:nth-child(2) {
    opacity: 0;
  }
  .c-hamburger.is-checked span:nth-child(3) {
    top: -14px;
    transform: rotate(-45deg);
  }
  .c-drawer {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
  }
  .c-drawer ul {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
  }
  .c-drawer ul li {
    padding: 20px 0;
  }
  .c-drawer ul li a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }
  .c-drawer ul li a .top {
    width: 20%;
  }
  .c-drawer.is-checked {
    display: block;
  }
  .c-drawer__list {
    text-align: center;
  }
  .c-drawer__link {
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    color: #1c273e;
    text-align: center;
  }
  header .header__inner {
    padding: 1rem 1rem;
  }
  header .header__inner .logo {
    width: 110px;
  }
  header .header__inner .more {
    height: 15px;
  }
  header .header__inner .menu ul {
    display: none;
  }
  header .header__inner .menu .more {
    width: auto;
  }
  .more {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .hero {
    width: 90%;
    padding-top: 70%;
  }
  .hero figure {
    width: 100%;
    height: 62vh;
    border-radius: 24px;
  }
  .hero .catch {
    top: 16%;
    left: 0%;
    right: 0%;
    z-index: 2;
  }
  .hero .catch .en_txt {
    font-size: 2rem;
    line-height: 1.2rem;
    font-family: "Noto Serif JP", serif;
    color: #3B3B3B !important;
    text-align: center;
    letter-spacing: -1px;
  }
  .hero .catch p {
    margin-bottom: 1rem;
  }
  .hero .jp_txt {
    top: 28%;
    right: 0%;
    left: 0%;
    z-index: 2;
  }
  .hero .jp_txt p {
    font-size: 1rem;
  }
  .hero .top-hero__scroll {
    z-index: 10;
    position: absolute;
    top: 70%;
    right: -6%;
    transform: scale(0.6);
  }
  .about {
    height: 100%;
    position: relative;
  }
  .about__inner {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding-top: 15%;
  }
  .about__inner .symbol {
    width: 17%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 10%;
  }
  .about__inner .symbol img {
    width: 100%;
  }
  .about__inner h3 {
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    line-height: 2rem;
    font-size: 1.5rem;
    margin-bottom: 10%;
    text-align: center;
  }
  .about__inner .disc {
    width: 100%;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    margin-bottom: 10%;
    line-height: 2rem;
    font-size: 0.8rem;
    text-align: center;
  }
  .about__inner .disc p {
    margin-left: 0rem;
  }
  .about__inner .image {
    width: 100%;
    border: solid 1px #eee;
  }
  .about__inner .image img {
    width: 100%;
  }
  .about2 {
    width: 100%;
    height: 100vh;
    margin-top: 20%;
    position: relative;
  }
  .about2__inner {
    background: url(../../assets/images/about_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  .about2__inner .disc {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 300px;
  }
  .about2__inner .disc .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .about2__inner .disc .txt {
    line-height: 1.5rem;
    font-size: 0.875rem;
  }
  .row, .section, section {
    position: relative;
    overflow: hidden;
  }
  .section, section {
    padding: 40px 0;
    text-align: center;
  }
  .container-fluid .pin-spacer {
    margin-bottom: 5rem !important;
  }
  .container-fluid .horiz-gallery-strip .project-wrap,
  .container-fluid .horiz-gallery-wrapper .project-wrap {
    width: 85vw;
    height: 100%;
    padding: 0.5rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner {
    padding: 1.5rem;
    height: 100%;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .ttlgroup .ttl,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .ttlgroup .ttl {
    font-size: 0.6rem;
    line-height: 0.6rem;
    margin-bottom: 2rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .ttlgroup .num,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .ttlgroup .num {
    font-size: 2rem;
    line-height: 1rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox .ttl2,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox .ttl2 {
    width: 70vw;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-right: 8rem;
    text-align: left;
    margin: 1rem 0;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox .txt,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox .txt {
    width: 70vw;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox .txt p,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox .txt p {
    margin-left: 0rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox .image,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox .image {
    width: 100%;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .txtbox .image img,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .txtbox .image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content {
    display: block;
    position: relative;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .txtbox02,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .txtbox02 {
    width: 70vw;
    margin-right: 0rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    height: 250px;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .txtbox02 .ttl3,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .txtbox02 .ttl3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .txtbox02 .txt,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .txtbox02 .txt {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .image,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .image {
    width: 100%;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .image img,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .image img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .container-fluid .horiz-gallery-strip .project-wrap__inner .content .num02,
  .container-fluid .horiz-gallery-wrapper .project-wrap__inner .content .num02 {
    position: absolute;
    bottom: 0;
    top: 104%;
    left: 0;
    font-size: 3rem;
    line-height: 1rem;
  }
  #portfolio .ttlArea {
    padding-left: 5%;
    margin-bottom: 3%;
    display: block;
    text-align: left;
  }
  #portfolio .ttlArea .ttl {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 0.75rem;
  }
  #portfolio .ttlArea p {
    font-size: 1rem;
  }
  .index__inner .ttlArea {
    padding-left: 5%;
    margin-bottom: 10%;
    display: block;
    text-align: left;
  }
  .index__inner .ttlArea .ttl {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 0.75rem;
  }
  .index__inner .ttlArea p {
    font-size: 1rem;
  }
  .index__inner .marquee {
    height: 100%;
  }
  .index__inner .marquee__item {
    width: 50vw;
    height: 75vw;
    margin: 0 0.8rem;
  }
  .index__inner .booklet__content {
    width: 90%;
    margin: 0 auto;
    padding: 6rem 0 0rem;
  }
  .index__inner .booklet__content__inner .area .ttl {
    font-size: 2rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content {
    padding: 2rem 1.3rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item .booklet_ttl {
    font-size: 1.2rem;
    text-align: center;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner {
    display: block;
    width: 100%;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .image {
    width: 40%;
    margin: 0 auto 1rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .image img {
    width: 100%;
    border-radius: 0.5rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc {
    width: 100%;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .issue {
    font-size: 1.2rem;
    color: #CF2E2F;
    margin-bottom: 1.5rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .txt {
    font-size: 0.875rem;
    line-height: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .price {
    font-size: 1.2rem;
    color: #CF2E2F;
    margin-bottom: 1.5rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .comment {
    display: block;
    text-align: center;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .comment .thum {
    width: 20%;
    margin: 0 auto 0.5rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .comment .thum img {
    width: 100%;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .comment .comment_txt {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.2rem;
    text-align: left;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .left .disc .comment .comment_txt .name {
    font-weight: bold;
    margin-bottom: 0.75rem;
    text-align: center;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right {
    width: 100%;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right .links {
    width: 100%;
    padding: 5% 0% 0%;
    margin: 0 auto;
    border-left: none;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right .links .more {
    margin: 0.5rem 0;
    padding: 1rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right .links .more2 {
    background: #262626;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right .links .more_blank {
    background: #7F7F7F;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .booklet_item__inner .right .links p {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .item2 {
    padding: 2rem 0;
    border-top: solid 1px #eee;
  }
  .index__inner .booklet__content__inner .area .booklet_item_content .bottom_padding_none {
    padding-bottom: 0;
  }
  footer {
    background: #262626;
    width: 100%;
  }
  footer .footer__content {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 4rem;
  }
  footer .footer__content__inner .contact_area {
    display: block;
  }
  footer .footer__content__inner .contact_area .applyBtn {
    width: 92%;
    position: relative;
    padding: 4% 4%;
    background: #CF2E2E;
    color: #fff;
    border-radius: 0.5rem;
    cursor: pointer;
    margin-bottom: 1rem;
  }
  footer .footer__content__inner .contact_area .applyBtn__inner {
    width: 80%;
  }
  footer .footer__content__inner .contact_area .applyBtn p {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
  footer .footer__content__inner .contact_area .applyBtn .ttl {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.2rem;
    vertical-align: middle;
  }
  footer .footer__content__inner .contact_area .applyBtn .ttl img {
    vertical-align: middle;
  }
  footer .footer__content__inner .contact_area .applyBtn span {
    display: block;
  }
  footer .footer__content__inner .contact_area .applyBtn span img {
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .footer__content__inner .contactBtn {
    background: #353535 !important;
  }
  footer .footer__content__inner .applyBtn a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  footer .footer__content__inner .catch {
    padding: 4rem 0;
    width: 80%;
    margin: 0 auto;
  }
  footer .footer__content__inner .catch img {
    width: 100%;
  }
  footer .footer__content__inner .menu {
    display: block;
    padding: 2rem 0;
  }
  footer .footer__content__inner .menu .group {
    color: #fff;
    margin-right: 0rem;
  }
  footer .footer__content__inner .menu .group p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  footer .footer__content__inner .menu .group ul {
    display: block;
    text-align: center;
  }
  footer .footer__content__inner .menu .group ul li {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    margin-right: 0rem;
  }
  footer .footer__content__inner .menu .group ul li a {
    color: #fff;
  }
  footer .footer__content__inner .copy {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
  }
  footer .footer__content__inner .copy ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  footer .footer__content__inner .copy ul li {
    margin-right: 1rem;
  }
  footer .footer__content__inner .copy ul li a {
    color: #7F7F7F;
  }
  footer .footer__content__inner .copy p {
    text-align: center;
    color: #7F7F7F;
  }
}