@media only screen and (max-width: 750px) {
  body {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 100%; /* 16px */
    color: #000000;
    background: #ffffff;
    line-height: 2;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  a, a:link, a:visited {
    color: #ff961e;
  }
  a:hover {
    color: #ff961e;
  }
  #top {
    position: relative;
  }
  .container-inner {
    width: auto;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  #header {
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
  }
  #header .container-inner {
    padding: 6px 60px 0 20px;
  }
  #header .container-inner .primary .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: inline-block;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    transition: opacity 0.3s ease-in-out;
  }
  #header .container-inner .primary .h-logo a:hover {
    opacity: 0.6;
  }
  #header .container-inner .primary .h-logo a .ja-text {
    display: block;
    color: #ffffff;
    font-size: 81.25%; /* 13px */
    font-weight: 700;
    line-height: 1.428571;
    letter-spacing: 0.02em;
    margin-bottom: 3px;
  }
  #header .container-inner .primary .h-logo a .en-text {
    display: block;
    width: 125%;
    font-size: 62.5%; /* 10px */
    font-weight: 300;
    letter-spacing: 0.07em;
    line-height: 1.2;
    transform-origin: left top;
    transform: scale(0.75);
  }
  #header .container-inner .secondary {
    display: none;
  }
  #header.sp-nav {
    position: fixed;
  }
  #header.sp-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 45, 35, 0.9);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #3c2d23;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 35px 30px 20px;
    text-align: center;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    margin-bottom: 22px;
  }
  #footer .container-inner .f-sign .f-name .ja-text {
    display: block;
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    line-height: 1.666666;
    margin-bottom: 6px;
  }
  #footer .container-inner .f-sign .f-name .en-text {
    display: block;
    font-size: 62.5%; /* 10px */
    font-weight: 300;
    letter-spacing: 0.1em;
  }
  #footer .container-inner .f-sign .f-address {
    margin-bottom: 30px;
    line-height: 1.75;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    display: block;
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    display: block;
    margin-bottom: 0;
  }
  #footer .container-inner .copyright {
    font-size: 75%; /* 12px */
    margin: 0;
    line-height: 1.55;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 17px;
    right: 12px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 35px;
    height: 25px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    width: 100%;
    height: 5px;
    background: #ffffff;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  }
  #sp-menu .menu a .icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-top: -10px;
  }
  #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
    box-shadow: none;
  }
  #sp-menu .menu a.close .icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #ff961e;
    box-shadow: none;
  }
  #sp-menu .menu a.close .icon:after {
    margin-top: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: #ff961e;
    box-shadow: none;
  }
  #md-nav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
  }
  #md-nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 45, 35, 0.9);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #md-nav #sp-nav {
    margin: 45px 30px 30px;
    line-height: 1.55;
  }
  #md-nav #sp-nav a {
    text-decoration: none;
    color: #ffffff;
  }
  #md-nav #sp-nav > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #md-nav #sp-nav > li > a,
  #md-nav #sp-nav > li span.parent {
    display: inline-block;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
  }
  #md-nav #sp-nav > li > a:hover,
  #md-nav #sp-nav > li span.parent:hover {
    color: #ff961e;
  }
  #md-nav #sp-nav > li.on a,
  #md-nav #sp-nav > li.on span.parent {
    color: #ff961e;
  }
  #md-nav #sp-nav > li .no-use {
    display: inline-block;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    color: #858585;
  }
  #sp-nav li span.parent.open,
  #sp-nav li li.on a,
  #sp-nav li li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  /* TITLE */
  #title {
    height: 253px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  #title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 45, 35, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    clip-path: polygon(0 0, 100% 0, 100% 60px, calc(35.199999% + 112px) 60px, 35.199999% 100%, 0 100%);
  }
  #title .container-inner {
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  #title .container-inner .title-box {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    padding: 45px 0 0 30px;
  }
  #title .container-inner .title-box .en_text {
    display: block;
    line-height: 1.307692;
    font-size: 212.5%; /* 34px */
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
  }
  #title .container-inner .title-box .title {
    font-size: 87.5%; /* 14px */
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 10px 30px;
  }
  #content .container-inner.sp_incnt {
    padding: 0 30px;
  }
  #breadcrumb {
    line-height: 1.55;
    margin-bottom: 40px;
  }
  #breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 75%; /* 12px */
    margin-bottom: 0;
  }
  #breadcrumb ol li a {
    display: inline-block;
    color: #3c2d23;
    padding-right: 2px;
  }
  #breadcrumb ol li a:hover {
    color: #ff961e;
    font-weight: 600;
    text-decoration: none;
  }
  #breadcrumb ol li.on {
    color: #ff961e;
    font-weight: 600;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 90px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 25px;
  }
  .section-ssss {
    margin-bottom: 15px;
  }
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 50px;
    height: 44px;
    line-height: 0;
    text-decoration: none;
    position: relative;
  }
  .pagetop a:hover {
    filter: alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity: 0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6;
    zoom: 1; /*IE*/
  }
  .pagetop a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SNAV */
}

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