@charset "utf-8";

@media screen and (max-width: 768px) {
   
	body {
    -webkit-text-size-adjust: none;
  }
  
  p,li,td {
    font-size: 13px;
    line-height: 1.8em;
  }
  p {
    margin-bottom: 25px;
  }
  p.b {
    font-size: 18px;
  }
  
  
  #wrap {
    padding: 75px 0 50px;
  }
  
  
  h1 {
    position: absolute;
    left: 25px;
    top: 20px;
  }
  h1 img,
  #menu .logo img {
    width: auto;
    height: 36px;
  }
  
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50000;
    width: 100%;
    height: 75px;
    background-color: #e6e3dd;
  }
  header.bottom {
    position: fixed;
    top: 0;
    bottom: auto;
    height: 75px;
  }
  
  #pc_wrap {
    display: none;
  }
  #sp_wrap {
    display: block;
    position: relative;
  }
  .menu_btn {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 5000;
    transition: all 0.4s;
  }  
  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    z-index: 10;
    width: 45px;
    height: 20px;
  }
  .menu-trigger:hover {
    opacity: 1;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d3a39;
    border-radius: 4px;
  }

  .menu-trigger div:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger div:nth-of-type(3) {  
    top: 18px;
  }

  .menu-trigger.active div {
    background-color: #fff;
  }
  .menu-trigger.active div:nth-of-type(1) {    
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active div:nth-of-type(3) {    
    transform: translateY(-9px) rotate(45deg);
    opacity: 1;
  }
  
  #menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    background-color: #3d3a39;
    overflow-y: scroll;
    pointer-events: none;
    transition: all 0.4s;
    opacity: 0;
  }
  #menu.open {    
    pointer-events: auto;
    opacity: 1;
  }
  #menu .logo {
    padding: 20px 0 55px 25px;
  }  
  #menu .logo img,
  #menu .ig a img {
    filter: brightness(0) invert(1);
  }
  #menu ul {
    padding: 0 37px;
  }
  #menu ul li {
    height: 60px;
    border-bottom: 1px solid #fff;
  }
  #menu ul li.ig {
    padding-top: 27px;
    border-bottom: none;
  }
  #menu ul li a {
    position: relative;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
  }
  #menu ul li a span {
    display: block;
    position: absolute;
    bottom: 15px;    
    line-height: 1em;
  }
  #menu ul li a span.e1 {
    left: 0;
    font-size: 23px;
  }
  #menu ul li a span.sub {
    right: 0;
    font-size: 10px;
  }
  #menu .link {
    text-align: center;
    margin-top: 60px;
  }
  #menu .link a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    height: 29px;
    padding: 7px 40px 0 0;
    margin-top: 20px;
    background: url(../img/mark_link.png) no-repeat calc(100% - 2px) 50% / 29px 29px;
  }   
  
  
  footer {
    padding: 35px 0 55px;
  }
  footer .inner {
    display: block;
    width: 325px;
    margin: auto;
  }
  
  footer .inner a.top {
    position: static;
    right: auto;
    top: auto;
    display: block;
    font-size: 13px;
    line-height: 1em;
    text-align: center;
    width: 68px;
    margin: 0 auto 40px;
  }
  footer .inner a.top img {
    width: 28px;
    margin: 0 auto 10px;
  }
  footer .inner a.top:hover img {
    position: relative;
    top: -3px;
  }
  
  footer .inner .i {
    width: 100%;
    height: 200px;
  }
  
  footer .inner .box {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  footer .inner .box .logo {  
    margin-bottom: 20px;
  }
  footer .inner .box .logo img {
    height: 45px;
  }
  footer .inner .box .link a {
    font-size: 14px;
    letter-spacing: 0.1em;
    height: 29px;
    padding: 7px 40px 0 0;
    background: url(../img/mark_link.png) no-repeat calc(100% - 2px) 50% / 29px 29px;
  } 
  footer .inner .box .copy {
    position: static;
    left: auto;
    bottom: auto;
    font-size: 11px;
    margin-top: 45px;
  }  
  
  
  #top_slide {
    width: calc(100% - 25px);
    height: 575px;
    margin: 0 0 100px 25px;
  }
  #top_slide .text {
    display: inline-block;
    position: absolute;
    right: auto;
    left: -25px;
    bottom: -21px;
    padding: 20px 35px;
  }
  #top_slide .text span {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0.06em;
  }
  #top_slide .text span:first-of-type {
    position: relative;
    font-size: 15px;
    line-height: 1em;
    margin: 0 0 15px 0;
  }
  #top_slide .text span:first-of-type::after {
    width: calc(100% - 20px);
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: -8px;
  }
  
  .scrolldown {
    position: absolute;
    left: auto;
    right: 15px;
    bottom: -20px;
  }
  .scrolldown:before {
    bottom: 0;
    left: -3px;
    width: 7px;
    height: 7px;
    background: #fff;
    animation:
    circlemove_sp 3.0s ease-in-out infinite,
    cirlemovehide_sp 3.0s ease-out infinite;
  }

  @keyframes circlemove_sp {
    0% {bottom: 125px;}
    100% {bottom: -5px;}
  }

  @keyframes cirlemovehide_sp {
    0% {opacity: 0}
    50% {opacity: 1;}
    80% {opacity: 0.9;}
    100% {opacity: 0;}
  }

  .scrolldown:after{
    height: 125px;
    background: #fff;
  }
  
  
  .btn_box {
    width: 100%;
    margin: 0 0 60px;
  }
  a.btn {
    display: block;
    font-size: 14px;
    width: 270px;
    height: 50px;
    padding-top: 18px;
    margin: auto;
  }
  
  
  #philosophy {    
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #philosophy h2 {
    font-size: 13px;
    line-height: 1em;
    padding: 0 38px;
  }
  #philosophy h2 span {    
    font-size: 33px;
    margin-bottom: 15px;
  }
  #philosophy p {
    letter-spacing: 0.06em;
    padding: 0 38px;
    margin-bottom: 2em;
  }
  #philosophy p.mi {
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
  }

  #philosophy .unit1 {
    padding: 0;
  }
  #philosophy .unit1 .photo1 {
    position: static;
    top: auto;
    left: auto;
    width: 350px;
    height: 240px;
    margin: 45px auto 50px 0;
  }
  #philosophy .unit1 .photo2 {
    position: static;
    top: auto;
    left: auto;
    width: 165px;
    height: 215px;
    margin: 90px auto 0 0;
  }
  #philosophy .unit1 .photo3 {
    position: static;
    top: auto;
    left: auto;
    width: 182px;
    height: 136px;
    margin: -280px 0 0 auto;    
  }
  #philosophy .unit2 {
    width: 100%;
    min-height: auto;
    padding: 0 0 73px;
    margin-top: 190px;
  }
  #philosophy .unit2 .photo4 {
    position: static;
    top: auto;
    left: auto;
    width: 300px;
    height: 400px;
    margin: 40px auto 38px;
  }
  
  
  .catch {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .catch .text span {    
    font-size: 13px;
  }
  .catch .text span.e2 {
    font-size: 38px;
    letter-spacing: 0.078em;
  }
  
  .catch_bottom {
    position: relative;
    width: 100%;
    height: auto;
    padding: 105px 35px 0;
    margin: 0;
  }  
  .catch_bottom h3 {
    right: auto;
    left: 25px;
    top: -20px;
    writing-mode: horizontal-tb;
  }
  .catch_bottom h3 div {
    margin: 0 0 10px;
  }
  .catch_bottom h3 span {    
    font-size: 19px;
    letter-spacing: 0.13em;
    padding: 10px 25px 10px 20px;
  }
  .catch_bottom .text {
    position: static;
    right: auto;
    top: auto;
    writing-mode: horizontal-tb;
  }
  .catch_bottom .text p {
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  #lighting .catch_bottom .photo {
    position: static;
    left: auto;
    top: auto;
    width: 215px;
    height: 275px;
    margin: 45px 0 80px auto;
  }
  #sign .catch_bottom .photo {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: 210px;
    margin: 40px 0 60px;
  }
  
  
  .slide {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    margin: 0;
  }
  .slide .swiper-slide {
    width: 300px !important;
    height: 430px !important;
    margin-right: 10px;
  }
  .slide p {
    position: static;
    left: auto;
    bottom: auto;
    font-size: 14px;
    line-height: 1.6em;
    margin: 15px 0 0 25px;
  }
  
  
  .list_unit {
    position: relative;
    width: 100%;
    padding: 0 25px;
    margin: 0 0 20px;
  }
  .list_unit.t2 {
    padding-bottom: 100px;
  }
  .list_unit h3 {
    margin-bottom: 30px;
  }
  .list_unit h3::after {
    display: none;
  }
  .list_unit h3 span:nth-of-type(1) {
    font-size: 20px;
  }
  .list_unit h3 span:nth-of-type(2) {
    position: relative;
    font-size: 12px;
    padding: 0 10px 0 25px;
  }
  .list_unit h3 span:nth-of-type(2)::before {    
    left: 12px;
  }
  .list_unit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
  }
  .list_unit.t2 ul {
    height: 480px;
  }
  .list_unit.t2 ul.open {
    height: auto;
  }
  .list_unit ul li {
    width: 150px;
    height: 245px;
    margin-bottom: 0;
  }
  .list_unit ul.t2 li:nth-of-type(7),
  .list_unit ul.t2 li:nth-of-type(8) {
    display: none;
  }
  .list_unit ul li .i {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  .list_unit ul li .n {
    font-size: 10px;
    line-height: 1.57em;    
    font-weight: bold;
  }
  .list_unit ul li .k {
    font-size: 10px;
    line-height: 1.57em;
  }
  .list_unit .more {
    cursor: pointer;    
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    height: 100px;
    background: url("../img/sp/toggle_arrow.png") no-repeat center 30px / 27px 13px;
  }
  .list_unit .more::before {
    content: "More View";
  }
  .list_unit .more.hide {
    display: none;
  }
/*  .list_unit .more.open {
    padding-top: 20px;
    background-image: url("../img/sp/toggle_arrow2.png");
    background-position: center 0;
  }
  .list_unit .more.open::before {
    content: "Close";
  }*/
  
  
  #kokosha {
    width: 100%;
    height: auto;
    margin: 0 0 60px;
  }
  #kokosha .inner {
    padding-top: 360px;
  }
  #kokosha .inner img {
    width: 266px;
    height: auto;
  }
  #kokosha .inner p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: left;
    padding: 0 45px;
    margin-top: 25px;    
  }
  #kokosha .inner p br {
    display: none;
  }
  
  
  .contact_box {
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .contact_box a {
    display: block;
    color: #3d3a39;
    font-size: 18px;
    width: 100%;
    height: 50px;
    padding-top: 16px;
    margin: 0 auto 30px;
    background-color: #fff;
    border: 1px solid #3d3a39;
  }
  .contact_box p {
    margin-bottom: 0;
  }
  

  br.sp {
      display: inline !important;
  }
  br.pc,img.pc {
      display: none;
  }
	img.sp {
		display: inline-block;
	}
    
    
  .sa--left {
    transform: translate(20px, 0);
  }
  .sa--right {
    transform: translate(-20px, 0);
  }
  .sa--up {
    transform: translate(0, 20px);
  }
  .sa--down {
    transform: translate(0, -20px);
  }
  
}