@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4vw;
  }
  .pc {
    display: none !important;
  }
  .fixedcontainer {
    width: 100%;
  }
  .body {
    font-size: 3.8vw;
  }
  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #header {
    position: fixed;
    z-index: 1001;
    background: none;
    top: 0;
    height: 14.4vw;
    right: 0;
    width: 100%;
    border-left: none;
    background: #000;
  }
  #header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
  }
  #header.top_bg::before {
    top: -14.4vw;
    transition: all 0.2s;
  }
  #header.top_bg h1 {
    opacity: 1;
  }
  #header .header_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #header h1 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 3vw;
    position: relative;
    z-index: 100;
  }
  #header h1 a {
    display: block;
    line-height: 1;
  }
  #header h1 a img {
    width: 28vw;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: calc(7.2vw - 20px);
    left: auto;
    right: 4vw;
    transform: none;
    margin-top: 0;
    width: 20px;
    height: 40px;
    z-index: 1002;
  }
  #header .menu-trigger p {
    position: absolute;
    bottom: 12px;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
    color: #fff;
  }
  #header .menu-trigger:hover {
    opacity: 1;
  }
  #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    background: white;
    right: 0;
    margin: auto;
  }
  #header .menu-trigger span:nth-of-type(1) {
    top: 15px;
  }
  #header .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  #header .menu-trigger span:nth-of-type(3) {
    top: 25px;
  }
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  #header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-5px) rotate(45deg);
  }
  #header .shop {
    position: absolute;
    width: 8.2vw;
    left: auto;
    right: 15vw;
    bottom: auto;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .g_nav {
    position: fixed;
    width: 100%;
    right: 0;
    background: #000;
    height: 100vh;
    padding-top: 14.4vw;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .g_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    letter-spacing: 0.1em;
    padding-bottom: 5vw;
    padding-top: 10vw;
    height: 100%;
    justify-content: flex-start;
  }
  .g_nav ul li {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 2vw 0;
    margin: 0;
    text-align: center;
  }
  .g_nav ul li.commercial a, .g_nav ul li.privacy a {
    font-size: 14px;
  }
  .g_nav ul li a {
    display: inline-block;
    padding: 3vw 0;
    color: white;
    text-decoration: none;
    font-size: 4.5vw;
  }
  .g_nav ul li a .logo {
    max-width: 50vw;
    margin-bottom: 5.3333333333vw;
  }
  .g_nav ul li a .insta {
    width: 18px;
  }
  .g_nav ul li a:hover {
    opacity: 0.9;
    color: white;
  }
  .g_nav ul li a:hover::after {
    content: none;
  }
  #loading img {
    width: 170px;
  }
  .loading_wrap {
    position: fixed;
    top: 50vh;
    left: 50vw;
    text-align: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -60%);
  }
  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .sp_drag_part {
    text-align: center;
    padding: 2vw 5px 1.5vw;
  }
  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
  }
  ul.sp_drag_btns li {
    float: left;
    width: 50%;
  }
  ul.sp_drag_btns li a {
    display: block;
    width: 96%;
    display: block;
    margin: 0 auto;
  }
  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }
  .top {
    margin-top: 80px;
    height: 133vw;
  }
  .top .container {
    width: 100%;
  }
  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }
  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }
  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }
  main {
    padding-top: 0;
  }
  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc;
  }
  #pc_menu2 .top_menu_link span {
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }
  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }
  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }
  body {
    letter-spacing: 0.08em;
    padding-left: 0;
  }
  a.left_arrow {
    position: relative;
    width: 36vw;
    height: 9.3333333333vw;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
  }
  .lightbox {
    position: fixed;
    z-index: 1001;
    width: 100%;
    display: none;
    height: 100vh;
    top: 0;
    right: 0;
  }
  .lightbox .bg {
    background: rgba(240, 240, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .lightbox .boxcontent {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lightbox .boxcontent .close_btn {
    position: absolute;
    right: 8vw;
    top: -15vw;
  }
  .lightbox .boxcontent .flex_img {
    width: 80vw;
    margin: auto;
  }
  .lightbox .boxcontent .flex_img img {
    width: 100%;
    mix-blend-mode: darken;
  }
  #sec1 {
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
  #sec1 .part1 {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
  }
  #sec1 .part1 h1 {
    margin: auto;
    width: 96vw;
    font-size: 9.3333333333vw;
    line-height: 1.5;
    z-index: 3;
  }
  #sec1 .part1 h2 {
    padding-top: 4vw;
    padding-bottom: 2vw;
    font-size: 3.3333333333vw;
    text-align: center;
    color: white;
    line-height: 1.1;
  }
  #sec1 .part1 p {
    font-size: 3.2vw;
    color: white;
    text-align: center;
  }
  #sec1 .part1 p img {
    width: 45vw;
  }
  #sec1 .part1 .more_btn {
    display: none;
    text-align: center;
    margin-top: 37px;
  }
  @-webkit-keyframes discoverAnimatin {
    0% {
      background-position: bottom 0 center;
    }
    20% {
      background-position: bottom 40.8vw center;
    }
    60% {
      background-position: bottom 40.8vw center;
    }
    80% {
      background-position: bottom 81.6vw center;
    }
    100% {
      background-position: bottom 81.6vw center;
    }
  }
  @keyframes discoverAnimatin {
    0% {
      background-position: bottom 0 center;
    }
    20% {
      background-position: bottom 40.8vw center;
    }
    60% {
      background-position: bottom 40.8vw center;
    }
    80% {
      background-position: bottom 81.6vw center;
    }
    100% {
      background-position: bottom 81.6vw center;
    }
  }
  #sec1 .scroll {
    width: 100%;
    text-align: center;
    position: absolute;
    height: auto;
    bottom: 0;
  }
  #sec1 .scroll p {
    font-size: 12px;
  }
  #sec1 .scroll::after {
    margin: auto;
    display: block;
    margin-top: 10px;
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, white, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-size: 100% 81.6vw;
    height: 40.8vw;
    -webkit-animation: discoverAnimatin 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
    animation: discoverAnimatin 2s cubic-bezier(0.79, 0, 0.15, 1) infinite;
  }
  #sec1 .news_part {
    display: none;
  }
  footer {
    background: #000;
  }
  footer .part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  footer .part1 a {
    font-size: 3vw;
    margin-right: 0;
    margin: 0 3vw 2vw;
  }
  footer .part1 a.insta {
    margin: auto;
  }
  footer .part2 {
    padding-top: 6vw;
    padding-bottom: 10vw;
    text-align: center;
    padding-right: 0;
  }
  footer .part2 span {
    font-size: 3vw;
    color: #fff;
  }
  #sec2 {
    position: relative;
  }
  #sec2 .part2 .block1 {
    align-items: stretch;
  }
  #sec2 .part2 .block1 .flex_body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 12vw;
    padding-bottom: 12.6666666667vw;
  }
  #sec2 .part2 .block1 .flex_body > img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec2 .part2 .block1 .flex_body h3 {
    font-size: 5.3333333333vw;
    padding-top: 0;
    padding-bottom: 5.3333333333vw;
    text-align: center;
    color: white;
  }
  #sec2 .part2 .block1 .flex_body p {
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 0 4vw;
    line-height: 2;
  }
  #sec2 .part2 .block1 .flex_body a {
    margin-top: 5.3333333333vw;
  }
  #sec3 {
    position: relative;
    z-index: 3;
    padding-top: 20vw;
    padding-bottom: 18.6666666667vw;
  }
  #sec3 .bg {
    position: absolute;
    z-index: 1;
    line-height: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #sec3 .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .bg video {
    height: auto !important;
    width: 100%;
  }
  #sec3 .part1 {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #sec3 .part1 h2 {
    padding-bottom: 9.3333333333vw;
    color: white;
    font-size: 5.3333333333vw;
  }
  #sec3 .part1 p {
    font-size: 12px;
    color: white;
    text-align: center;
  }
  #sec3 .part1 .btn_group {
    text-align: center;
    margin-top: 10.6666666667vw;
  }
  #sec4 {
    position: relative;
    z-index: 3;
  }
  #sec4 h2 {
    margin-bottom: 0;
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
  #sec4 .part1 {
    display: block;
    max-width: 84.5vw;
    margin: auto;
  }
  #sec4 .part1 .block {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10.6666666667vw;
    display: block;
    position: relative;
  }
  #sec4 .part1 .block .category_name {
    position: absolute;
    background: black;
    padding: 5px 18px;
    color: white;
    font-size: 12px;
    top: 0;
    left: 0;
  }
  #sec4 .part1 .block img {
    width: 100%;
    height: 59.6vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sec4 .part1 .block h3 {
    font-size: 12px;
    color: #2d2d2d;
    position: relative;
    padding-top: 5px;
  }
  #sec4 .part1 .block h3::after {
    content: "";
    width: 35px;
    height: 2px;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
  }
  #sec4 .part1 .block p {
    font-size: 11px;
    color: #2d2d2d;
    padding-top: 5.3333333333vw;
  }
  #sec4 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #sec5 {
    position: relative;
    z-index: 3;
    padding-bottom: 16vw;
  }
  #sec5 h2 {
    margin-bottom: 0;
    padding-top: 13.3333333333vw;
    padding-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
  #sec5 .part1 .slicker_parts1 .slicker_part {
    padding: 0 2vw;
    width: 75vw !important;
  }
  #sec5 .part1 .slicker_parts1 .slicker_part img {
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .part1 .slicker_parts1 .slicker_part p {
    font-size: 12px;
    padding-top: 2vw;
  }
  footer {
    position: relative;
    z-index: 3;
    background: #000;
  }
  footer .part1 {
    padding: 10.8vw 0 5vw;
  }
  footer .part1 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  footer .part1 ul li {
    padding: 1vw 0;
  }
  footer .part1 ul li a {
    color: white;
    font-size: 3.3333333333vw;
  }
  footer .part1 a {
    display: block;
    font-size: 3.3333333333vw;
    margin: 0 4vw;
  }
  footer .part2 {
    padding-top: 0;
    padding-bottom: 18vw;
    padding-right: 0;
    font-size: 10px;
    color: white;
    text-align: center;
  }
  .semi_fixedcontainer {
    max-width: 830px;
    margin: auto;
    width: 100%;
  }
  #profile_sec1 {
    background: url(./../images/profile_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 78vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #profile_sec1 .part1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #profile_sec1 .part1 h2 {
    font-size: 7.2vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #profile_sec1 .part1 p {
    font-size: 3.6vw;
    color: white;
    text-align: center;
  }
  #profile_sec2 {
    padding-top: 10.6666666667vw;
    position: relative;
    z-index: 3;
  }
  #profile_sec2 .part1 h2 {
    font-size: 6.4vw;
    text-align: center;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec2 .part1 > p {
    font-size: 12px;
    padding-bottom: 12vw;
    text-align: left;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec2 .part1 > p.subtitle {
    line-height: 1.8;
    font-size: 3.3333333333vw;
    text-align: center;
    padding-bottom: 8vw;
  }
  #profile_sec2 .part1 .video {
    width: 100%;
  }
  #profile_sec3 {
    padding-top: 10.6666666667vw;
    position: relative;
    z-index: 3;
  }
  #profile_sec3 .part1 {
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec3 .part1 .block .flex_img {
    display: none;
  }
  #profile_sec3 .part1 .block .flex_body {
    display: block;
  }
  #profile_sec3 .part1 .block .flex_body .piece {
    display: block;
    max-width: 100%;
    margin: 0 0;
  }
  #profile_sec3 .part1 .block .flex_body .piece h2 {
    text-align: left;
    font-size: 5.3333333333vw;
    padding-bottom: 6.6666666667vw;
  }
  #profile_sec3 .part1 .block .flex_body .piece p {
    font-size: 12px;
    text-align: left;
  }
  #profile_sec3 .part1 .block .flex_body .piece .sign {
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
    margin-left: 0;
    width: 46vw;
  }
  #profile_sec3 .part1 .block .profile_img {
    display: block;
    width: 100%;
  }
  #profile_sec3 .part2 {
    text-align: left;
    padding-top: 10.6666666667vw;
  }
  #profile_sec3 .part2 h2 {
    font-size: 5.3333333333vw;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec3 .part2 p {
    padding-top: 6.6666666667vw;
    font-size: 12px;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec3 .part2 img {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
  #profile_sec4 {
    padding-top: 10.6666666667vw;
    position: relative;
    z-index: 3;
    padding-bottom: 0px;
  }
  #profile_sec4 .block {
    margin-bottom: 0;
  }
  #profile_sec4 .block h3 {
    text-align: center;
    font-size: 5.6vw;
    color: #333333;
    position: relative;
    padding-bottom: 2.6666666667vw;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec4 .block h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 24vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #333333;
    bottom: 0;
  }
  #profile_sec4 .block p {
    padding-top: 5.3333333333vw;
    font-size: 12px;
    text-align: left;
    color: #333333;
    padding-bottom: 10.6666666667vw;
    width: 84.5vw;
    margin: 0 auto;
  }
  #profile_sec4 .block .img_wrapper {
    margin-top: 0;
    display: block;
    padding-bottom: 10.6666666667vw;
  }
  #profile_sec4 .block .img_wrapper img {
    display: block;
    width: 100%;
  }
  #profile_sec5 .part1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 45px;
  }
  #profile_sec5 .part1 .block {
    position: relative;
    margin: 0 18px;
  }
  #profile_sec5 .part1 .block h3 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #profile_sec5 .part1 .block h3 .eigo {
    font-size: 31px;
    line-height: 1.4;
    color: white;
    text-align: center;
  }
  #profile_sec5 .part1 .block h3 .nihongo {
    text-align: center;
    color: white;
    font-size: 13px;
  }
  #profile_sec5 .part2 {
    padding-bottom: 60px;
  }
  #profile_sec5 .part2 a {
    display: block;
    width: 700px;
    margin: auto;
    font-size: 12px;
    background: #6a9ebe;
    color: white;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #works_sec1 {
    background: url(./../images/works_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 78vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #works_sec1 .part1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #works_sec1 .part1 h2 {
    font-size: 7.2vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #works_sec1 .part1 p {
    font-size: 3.6vw;
    color: white;
    text-align: center;
  }
  #works_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 12vw;
  }
  #works_sec2 .part1 {
    display: grid;
    grid-gap: 2vw;
    margin-bottom: 2vw;
    grid-template-columns: repeat(2, 1fr);
    width: 88vw;
    margin: 0 auto;
  }
  #works_sec2 .part1 .block {
    width: 41vw;
    margin: 0;
  }
  #works_sec2 .part1 .block a {
    display: block;
  }
  #works_sec2 .part1 .block a img {
    width: 100%;
    height: 41vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #works_sec2 .part1 .block a .block_body {
    text-align: left;
    padding-top: 0;
    padding-bottom: 7vw;
  }
  #works_sec2 .part1 .block a .block_body p {
    padding-top: 5.3333333333vw;
    font-size: 11px;
    color: #2d2d2d;
    position: relative;
    line-height: 1.5;
  }
  #works_sec2 .part1 .block a .block_body p.title {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    color: #2d2d2d;
    padding-top: 8px;
  }
  #works_sec2 .part1 .block a .block_body p.title::after {
    content: "";
    width: 35px;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
  }
  #works_sec2 .part1 .block:nth-child(2n) {
    margin-right: 0;
  }
  #works_sec2 .part2 {
    padding-top: 6.6666666667vw;
    padding-bottom: 12vw;
  }
  #informations_sec1 {
    background: url(./../images/information_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 78vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #informations_sec1 .part1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #informations_sec1 .part1 h2 {
    font-size: 7.2vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #informations_sec1 .part1 p {
    font-size: 3.6vw;
    color: white;
    text-align: center;
  }
  #informations_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 12vw;
  }
  #informations_sec2 .part1 {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(2, 1fr);
    width: 88vw;
    margin: 0 auto;
  }
  #informations_sec2 .part1 .block {
    width: 41vw;
    margin: 0;
  }
  #informations_sec2 .part1 .block a {
    display: block;
  }
  #informations_sec2 .part1 .block a img {
    width: 100%;
    height: 41vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #informations_sec2 .part1 .block a .block_body {
    text-align: left;
    padding-top: 0;
    padding-bottom: 7vw;
  }
  #informations_sec2 .part1 .block a .block_body p {
    padding-top: 5.3333333333vw;
    font-size: 11px;
    color: #2d2d2d;
    position: relative;
    line-height: 1.5;
  }
  #informations_sec2 .part1 .block a .block_body p.title {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    color: #2d2d2d;
    padding-top: 8px;
  }
  #informations_sec2 .part1 .block a .block_body p.title::after {
    content: "";
    width: 35px;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
  }
  #informations_sec2 .part1 .block:nth-child(2n) {
    margin-right: 0;
  }
  #informations_sec2 .part2 {
    padding-top: 6.6666666667vw;
    padding-bottom: 12vw;
  }
  #feature_sec1 {
    background: url(./../images/feature_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 78vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #feature_sec1 .part1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #feature_sec1 .part1 h2 {
    font-size: 7.2vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #feature_sec1 .part1 p {
    font-size: 3.6vw;
    color: white;
    text-align: center;
  }
  #feature_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 12vw;
  }
  #feature_sec2 .part1 {
    display: grid;
    grid-gap: 2vw;
    grid-template-columns: repeat(1, 1fr);
    width: 88vw;
    margin: 0 auto 5vw;
  }
  #feature_sec2 .part1 .block {
    width: 100%;
  }
  #feature_sec2 .part1 .block a {
    position: relative;
    display: block;
  }
  #feature_sec2 .part1 .block a img {
    width: 100%;
    height: 62vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #feature_sec2 .part1 .block a .block_body {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 7vw;
    width: 100%;
  }
  #feature_sec2 .part1 .block a .block_body h2 {
    font-size: 5.7333333333vw;
    line-height: 1.4;
    color: white;
    text-align: center;
  }
  #feature_sec2 .part1 .block a .block_body p {
    padding-top: 4vw;
    font-size: 12px;
    color: #2d2d2d;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4px;
  }
  #feature_sec2 .part1 .block a .block_body p.title {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    padding-top: 4vw;
    color: white;
  }
  #feature_sec2 .part1 .block a .block_body .btn_wrapper {
    margin-top: 15px;
  }
  #feature_sec2 .part1 .block a .block_body .btn_wrapper .left_arrow {
    width: 36vw;
    height: 9.3333333333vw;
    display: flex;
    background: white;
    align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 auto;
  }
  #feature_sec2 .works-interview-items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2vw;
    width: 88vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  #feature_sec2 .works-interview-items .block {
    width: 100%;
    margin-bottom: 4vw;
  }
  #feature_sec2 .works-interview-items .block a {
    display: block;
  }
  #feature_sec2 .works-interview-items .block a img {
    width: 100%;
    height: 62vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-size: 13px;
  }
  #feature_sec2 .works-interview-items .block a .block_body {
    text-align: left;
    padding-top: 0;
    width: 100%;
  }
  #feature_sec2 .works-interview-items .block a .block_body p {
    padding-top: 5.3333333333vw;
    font-size: 11px;
    color: #2d2d2d;
    position: relative;
    line-height: 1.5;
  }
  #feature_sec2 .works-interview-items .block a .block_body p.title {
    font-size: 12px;
    display: inline-block;
    line-height: 1.5;
    color: #2d2d2d;
    padding-top: 8px;
  }
  #feature_sec2 .works-interview-items .block a .block_body p.title::after {
    content: "";
    width: 35px;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    top: 0;
    left: 0;
  }
  #feature_sec2 .works-interview-items:nth-child(2n) {
    margin-right: auto;
  }
  #feature_sec2 .part2 {
    padding-top: 6.6666666667vw;
    padding-bottom: 12vw;
  }
  #news_detail_sec1 h2 {
    font-size: 5.6vw;
    text-align: left;
    position: relative;
    padding-top: 24vw;
    margin-bottom: 4vw;
    width: 100%;
  }
  #news_detail_sec1 .date {
    font-size: 11px;
    line-height: 1.8;
    padding-bottom: 10px;
    color: #2d2d2d;
    text-align: left;
    position: relative;
  }
  #news_detail_sec1 .date::after {
    content: "";
    width: 35px;
    height: 1px;
    background: #2d2d2d;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #news_detail_sec1 .part1 {
    width: 84.5vw;
    margin: 0 auto;
  }
  #news_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #news_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 40px;
  }
  #news_detail_sec1 .part1 .block1 p {
    text-align: left;
    color: black;
    font-size: 12px;
  }
  #news_detail_sec1 .part1 .block1 img {
    width: 100%;
    height: auto;
    padding-bottom: 5vw;
  }
  #news_detail_sec1 .part1 .block1 a {
    text-decoration: underline;
  }
  #news_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  #news_detail_sec1 .part1 .bottom_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46.6666666667vw;
    height: 9.3333333333vw;
    color: white;
    font-size: 12px;
    background: black;
  }
  #works_detail_sec1 h2 {
    font-size: 5.6vw;
    text-align: left;
    position: relative;
    padding-top: 24vw;
    margin-bottom: 4vw;
    width: 100%;
  }
  #works_detail_sec1 .date {
    font-size: 11px;
    line-height: 1.8;
    padding-bottom: 10px;
    color: #2d2d2d;
    text-align: left;
    position: relative;
  }
  #works_detail_sec1 .date::after {
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    background: black;
    bottom: 0;
    left: 0;
  }
  #works_detail_sec1 .part1 {
    width: 84.5vw;
    margin: 0 auto;
  }
  #works_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #works_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 40px;
  }
  #works_detail_sec1 .part1 .block1 p {
    text-align: left;
    color: black;
    font-size: 12px;
  }
  #works_detail_sec1 .part1 .block1 img {
    width: 100%;
    height: auto;
    padding-bottom: 5vw;
  }
  #works_detail_sec1 .part1 .block1 a {
    text-decoration: underline;
  }
  #works_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  #works_detail_sec1 .part1 .bottom_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46.6666666667vw;
    height: 9.3333333333vw;
    color: white;
    font-size: 12px;
    background: black;
  }
  #feature_detail_sec1 .part_header {
    height: 68vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #feature_detail_sec1 .part_header .bg {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #feature_detail_sec1 h2 {
    text-align: center;
    color: white;
    padding-top: 7vw;
    font-size: 7.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #feature_detail_sec1 .subtitle {
    padding-top: 10px;
    color: white;
    text-align: center;
    font-size: 3.6vw;
  }
  #feature_detail_sec1 .date {
    padding-bottom: 40px;
    font-size: 12px;
    color: #2d2d2d;
    text-align: center;
    position: relative;
  }
  #feature_detail_sec1 .date::after {
    content: "";
  }
  #feature_detail_sec1 .part1 {
    padding-top: 10.6666666667vw;
  }
  #feature_detail_sec1 .part1 .block1 {
    text-align: left;
    width: 100%;
    margin: auto;
  }
  #feature_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 40px;
  }
  #feature_detail_sec1 .part1 .block1 h3 {
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "游明朝体", serif;
    font-size: 5.6vw;
    text-align: left;
    margin-top: 10.6666666667vw;
    padding: 0 0 3vw;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
  }
  #feature_detail_sec1 .part1 .block1 h5 {
    font-size: 13px;
    color: #00a0e9;
    padding: 0;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
  }
  #feature_detail_sec1 .part1 .block1 p {
    text-align: left;
    color: black;
    font-size: 12px;
    padding: 0;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
  #feature_detail_sec1 .part1 .block1 p > img {
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
  #feature_detail_sec1 .part1 .block1 img {
    width: 100%;
    height: auto;
    padding-bottom: 0;
  }
  #feature_detail_sec1 .part1 .block1 a {
    text-decoration: underline;
  }
  #feature_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
  #feature_detail_sec1 .part1 .bottom_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46.6666666667vw;
    height: 9.3333333333vw;
    color: white;
    font-size: 12px;
    background: black;
  }
  #contact_sec1 {
    background: url(./../images/contact_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 78vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #contact_sec1 .part1 {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contact_sec1 .part1 h2 {
    font-size: 7.2vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #contact_sec1 .part1 p {
    font-size: 3.6vw;
    color: white;
    text-align: center;
  }
  label.error {
    color: red !important;
    padding-top: 10px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #edeeee;
    display: block;
    font-size: 12px;
    text-align: center;
  }
  #contact_sec2 {
    padding-top: 12vw;
    position: relative;
    z-index: 2;
  }
  #contact_sec2 .part1 {
    padding-bottom: 16vw;
    width: 84.5vw;
    margin: 0 auto;
  }
  .right_bar .banner {
    margin-bottom: 20px;
    display: block;
  }
  .content {
    max-width: 100%;
    margin: auto;
  }
  .content .form-group {
    flex: 1;
    margin: 0 0;
    padding-bottom: 15px;
  }
  .content .form-group label {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .content .form-group .wpcf7-list-item {
    margin-left: 0;
  }
  .content .form-group > label {
    display: flex;
    width: 288px;
    font-size: 13px;
    /* margin-bottom: 20px; */
    position: relative;
    align-items: flex-start;
    padding-top: 15px;
  }
  .content .form-group > label .essential {
    color: red;
  }
  .content .form-group .wpcf7-list-item.last {
    font-size: 13px;
    align-self: center;
  }
  .content .form-group .wpcf7-list-item .wpcf7-list-item-label {
    padding-right: 20px;
  }
  .content .form-group .wpcf7-list-item.first {
    padding-top: 7px;
  }
  .content .form-group .wpcf7-list-item.first label input {
    display: none;
  }
  .content .form-group .wpcf7-list-item.first label .wpcf7-list-item-label {
    color: #e58e55;
    font-size: 0.6rem;
  }
  .content .form-group .wpcf7-form-control-wrap {
    flex: 1;
  }
  .content .form-group input[type=text], .content .form-group input[type=email], .content .form-group input[type=tel], .content .form-group select, .content .form-group textarea {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding-left: 13px;
    color: #363636;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    font-size: 13px;
    box-shadow: none;
  }
  .content .form-group input[type=checkbox] {
    background-color: white;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
    outline: none;
  }
  .content .form-group textarea {
    height: 120px;
    padding: 10px;
    resize: vertical;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
  }
  .content .flex_multi {
    display: block;
  }
  .content .flex_multi .form-group:first-child {
    margin-right: 0;
  }
  .content .flex_multi .form-group:last-child {
    margin-left: 0;
  }
  .content .wpcf7-list-item.first.last {
    font-size: 13px;
    align-self: center;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .content .wpcf7-not-valid-tip {
    font-size: 0.7rem;
  }
  .content .submit_btn {
    text-align: center;
    margin-top: 0;
    padding: 0 0;
  }
  .content .submit_btn .ajax-loader {
    display: none;
  }
  .content .submit_btn input {
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    -webkit-appearance: none;
  }
  .content .submit_btn input:hover {
    opacity: 0.8;
  }
  .content .wpcf7-spinner {
    display: none;
  }
  figure {
    margin: 0;
  }
  .wp-block-image img {
    /* max-width: 100%; */
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .shopify-buy__btn-wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }
  .hidden-500 {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */