/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse; }

/**********************************
COLOR
**********************************/
/**********************************
RADIUS SIZE
**********************************/
/**********************************
WIDTH
**********************************/
/**********************************
Z-INDEX
**********************************/
/**********************************
ANIMATION-SPEED
************************************/
/* single line ellipsis  */
/* multi line ellipsis */
/* background dot */
/**********************************
	break-point
**********************************/
@font-face {
  font-family: "AvenirNext";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/font/ave_next_ssv/AvenirNextLTPro-Regular.otf"); }

@font-face {
  font-family: "TsukuGoPro-R";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/font/FOT-TsukuGoPro-R.otf"); }

@font-face {
  font-family: "TsukuGoPro-D";
  font-style: normal;
  src: url("../assets/font/FOT-TsukuGoPro-D.otf"); }

* {
  box-sizing: border-box; }

html,
body {
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  position: relative;
  font-size: 13px;
  line-height: 1.7;
  font-weight: normal;
  width: 100%;
  min-height: 100%;
  color: #000;
  font-family: "TsukuGoPro-R", sans-serif;
  -webkit-overflow-scrolling: touch; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  transition: all 0.2s ease-in-out; }

a[href^="tel"] {
  text-decoration: inherit;
  color: inherit; }

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  opacity: 0.8; }

p {
  margin-bottom: 0; }

video {
  width: 100%; }

/*Placeholder reset
 *do not group these rules
 */
*::-webkit-input-placeholder {
  color: !important; }

*::-moz-placeholder {
  /* FF 19+ */
  color: !important;
  opacity: 1; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: !important; }

*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: !important; }

*::placeholder {
  /* modern browser */
  color: !important; }

a {
  color: #000;
  text-decoration: none; }

hr {
  border: none; }

.is-pc {
  display: block; }

.is-sp {
  display: none; }

.animate {
  transition: all 0.2s ease-in-out; }

.font-en {
  font-family: "AvenirNext", sans-serif;
  font-style: italic; }

.sub-title {
  letter-spacing: 0.4px; }

.font-bold {
  font-family: "TsukuGoPro-D", sans-serif; }

@media only screen and (max-width: 860px) {
  .is-pc {
    display: none; }
  .is-sp {
    display: block; } }

.icon-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer; }
  .icon-menu span {
    flex-shrink: 0;
    display: block;
    width: 27px;
    height: 1px;
    background-color: #000;
    transition: all 0.1s ease-in-out;
    border-radius: 1.5px; }
    .icon-menu span + span {
      margin-top: 10px; }
  .icon-menu.is-expand {
    background-color: #fff;
    border-radius: 50%; }
    .icon-menu.is-expand span {
      width: 30px; }
      .icon-menu.is-expand span:nth-child(1) {
        transform: translateY(9px) rotate(-45deg); }
      .icon-menu.is-expand span:nth-child(2) {
        margin-top: 8px;
        transform: translateY(0) rotate(45deg); }
      .icon-menu.is-expand span:nth-child(3) {
        opacity: 0; }

.anmation-square-block-fadeInOut {
  position: relative; }
  .anmation-square-block-fadeInOut.start-fadeIn .fadeIn .square-block {
    width: 0%; }
  .anmation-square-block-fadeInOut.start-fadeIn .cover {
    transform: scale(1); }
  .anmation-square-block-fadeInOut.start-fadeOut .fadeOut .square-block {
    height: 100%; }
  .anmation-square-block-fadeInOut .fadeIn,
  .anmation-square-block-fadeInOut .fadeOut {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%; }
    .anmation-square-block-fadeInOut .fadeIn .square-block,
    .anmation-square-block-fadeInOut .fadeOut .square-block {
      background: #fff;
      z-index: 1;
      transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
  .anmation-square-block-fadeInOut .fadeIn {
    flex-direction: column; }
    .anmation-square-block-fadeInOut .fadeIn.left-to-right {
      align-items: flex-end; }
    .anmation-square-block-fadeInOut .fadeIn .square-block {
      width: 100%;
      height: calc(100% / 3);
      transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
      .anmation-square-block-fadeInOut .fadeIn .square-block:nth-child(1) {
        transition-duration: 0.6s; }
      .anmation-square-block-fadeInOut .fadeIn .square-block:nth-child(2) {
        transition-delay: 0.1s;
        transition-duration: 0.5s; }
      .anmation-square-block-fadeInOut .fadeIn .square-block:nth-child(3) {
        transition-delay: 0.2s;
        transition-duration: 0.4s; }
  .anmation-square-block-fadeInOut .fadeOut {
    align-items: flex-end; }
    .anmation-square-block-fadeInOut .fadeOut .square-block {
      width: calc(100% / 3);
      height: 0;
      transition: height 0.4s ease-in; }
      .anmation-square-block-fadeInOut .fadeOut .square-block:nth-child(1) {
        transition-delay: 0.1s; }
      .anmation-square-block-fadeInOut .fadeOut .square-block:nth-child(2) {
        transition-delay: 0.05s; }
  .anmation-square-block-fadeInOut .back {
    width: 100%;
    height: 300px;
    overflow: hidden; }
  .anmation-square-block-fadeInOut .cover {
    transform: scale(1.2);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }

.btn-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  background: #bde9ef;
  border: none;
  border-radius: 5px;
  line-height: 1;
  font-size: 13px;
  z-index: 99; }

.popover {
  width: 300px;
  background-color: #bde9ef;
  border-color: #8aced8;
  padding: 20px 15px; }
  .popover .icon-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px; }
  .popover .popover-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    font-size: 17px; }
  .popover .popover-body {
    padding: 11px 0 0 0;
    font-size: 13px;
    line-height: 1.5; }

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 1px;
  border-top-color: #8aced8; }

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  border-right-color: #8aced8; }

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 2px;
  border-top-color: #bde9ef; }

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  border-right-color: #bde9ef; }

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  border-bottom-color: #bde9ef; }

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: transparent; }

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  border-bottom-color: #8aced8; }

@media (min-width: 860px) {
  .popover .popover-body {
    font-size: 12px; } }

.modal-body {
  padding: 0; }

.modal-dialog {
  margin-top: 20vh;
  max-width: 768px; }
  .modal-dialog video {
    height: auto; }

.modal-content {
  border: none;
  border-radius: 0; }

.button {
  position: relative;
  display: block;
  width: auto;
  min-width: 110px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out; }
  .button:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
    opacity: 1; }

.button-white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 90px;
  border-radius: 55px;
  border: solid 4px #ffffff;
  font-size: 25px;
  letter-spacing: 5px;
  color: #fff; }
  .button-white:hover {
    cursor: pointer;
    color: #000;
    background: #fff;
    opacity: 1; }

.button-black {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 90px;
  border-radius: 55px;
  border: solid 1.5px #000000;
  font-size: 24px;
  letter-spacing: 1px; }
  .button-black:hover {
    cursor: pointer;
    color: #fff;
    border: solid 1.5px #242424;
    background: #242424;
    opacity: 1; }

@media only screen and (max-width: 860px) {
  .button-white {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: solid 1px #ffffff; }
  .button-black {
    width: 100%;
    height: 50px;
    font-size: 15px;
    border: solid 1px #000; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1008;
  background-color: #fff;
  opacity: 1; }
  .header.hidden {
    opacity: 0;
    transition: opacity 0.1s ease-in-out; }
  .header .header-wapper {
    width: 100%;
    height: 65px;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4000;
    max-width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .header-wapper .logo {
      width: 40px; }
      .header .header-wapper .logo img {
        display: block;
        width: 100%; }
  .header .icon-menu {
    display: none; }

.nav-pc .nav-list {
  display: flex; }
  .nav-pc .nav-list > .item {
    padding: 12px 0 12px 24px;
    font-size: 24px;
    font-style: italic; }

.nav-side {
  display: none;
  position: fixed;
  right: 0;
  top: 55px;
  width: 100px;
  height: calc(100% - 55px);
  background-color: #000;
  z-index: -1; }
  .nav-side .nav-wapper {
    height: 100%;
    overflow: scroll;
    padding: 0 20px; }
  .nav-side a {
    color: #fff; }
  .nav-side .nav-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end; }
  .nav-side .item {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0.6s; }
  .nav-side.is-expand .item {
    opacity: 1;
    transform: translateY(0px); }
  .nav-side.is-expand + .except-navi {
    transform: translateX(-100px); }

.except-navi {
  height: 100%;
  background: #fff;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

.nav-item-sp {
  padding: 30px 0; }

@media only screen and (max-width: 860px) {
  .header .header-wapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 55px; }
    .header .header-wapper .logo img {
      width: 40px; }
  .header .icon-menu {
    display: flex;
    align-items: flex-end; }
  .nav-side {
    display: block; }
    .nav-side.is-expand {
      z-index: 0; }
  .nav-pc {
    display: none; } }

.page {
  height: 100%;
  overflow-x: hidden; }

.main {
  height: 100%; }

.page-title {
  margin: 0 auto;
  padding: 70px 6vw;
  font-size: 48px; }

.section-content .section-wrapper {
  display: block;
  position: relative;
  padding: 0 6vw;
  margin: 0 auto; }

.section-content .space {
  flex-shrink: 0;
  width: 48px;
  margin: 16px 16px 0 16px;
  border-top: 1px solid #000; }

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 56px;
  font-weight: 100; }
  .section-title .font-en {
    font-size: 48px;
    line-height: 1; }
  .section-title .text {
    padding-left: 24px;
    margin-left: 24px;
    border-left: 2px solid #000;
    font-size: 33px;
    line-height: 1; }

.line-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg); }
  .line-bar span {
    padding: 0 40px;
    font-size: 24px;
    letter-spacing: 15px; }
  .line-bar::before, .line-bar::after {
    content: '';
    display: block;
    width: 140px;
    height: 1px;
    background: #000; }

.to-top {
  position: fixed;
  left: 20px;
  top: 40px;
  display: flex;
  flex-direction: column;
  width: 40px;
  z-index: 1000;
  cursor: pointer; }
  .to-top img {
    display: block;
    width: 11px;
    margin: 0 auto 32px; }
  .to-top span {
    display: block;
    font-size: 24px;
    letter-spacing: 10px;
    transform: rotate(90deg); }


.wo-bottom{
	position: fixed;
	left: 20px;
	bottom:40px;
	display: flex;
    flex-direction: column;
    width: 40px;
    z-index: 1000;
}
.wo-bottom span {
    display: block;
    font-size: 24px;
    letter-spacing: 10px;
    transform: rotate(90deg);
}
.wo-bottom img {
    display: block;
    width: 11px;
    margin: 80px auto 0px;
}

.tec-bottom{
	position: fixed;
	left: 20px;
	bottom:40px;
	display: flex;
    flex-direction: column;
    width: 40px;
    z-index: 1000;
}
.tec-bottom span {
    display: block;
    font-size: 24px;
    letter-spacing: 10px;
    transform: rotate(90deg);
}
.tec-bottom img {
    display: block;
    width: 11px;
    margin: 120px auto 0px;
}



@media only screen and (max-width: 860px) {
  .page-title {
    padding: 45px 6vw;
    font-size: 15px; }
  .section-content .section-wrapper {
    max-width: 100%;
    padding: 0 6vw;
    margin: 0 auto; }
  .title-content {
    left: auto;
    right: 0;
    height: auto !important; }
    .title-content .text {
      transform: rotate(0deg);
      font-size: 12px;
      letter-spacing: 2.5px; }
  .to-top {
    top: 10px;
    left: 40px;
    flex-direction: row;
    align-items: center; }
    .to-top img {
      margin: 0;
      transform: rotate(-90deg); }
    .to-top span {
      padding-left: 32px;
      transform: rotate(0deg);
      font-size: 12px;
      letter-spacing: 2.5px; } }

.fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 999; }
  .fixed-button:hover {
    cursor: pointer;
    opacity: 0.7; }
  .fixed-button.hidden {
    opacity: 0;
    z-index: -2; }

.section-contact {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  transform: translateY(600px);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 20px 0;
  opacity: 0;
  z-index: 1000; }
  .section-contact.is-opened {
    transform: translateY(0);
    opacity: 1; }
  .section-contact .section-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    min-height: 462px; }
  .section-contact .info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px; }
    .section-contact .info .title {
      display: flex;
      align-items: center; }
    .section-contact .info .close {
      margin-right: 60px;
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
      .section-contact .info .close img {
        width: 40px;
        height: auto; }
      .section-contact .info .close:hover {
        cursor: pointer;
        opacity: 0.7; }
    .section-contact .info .logo img {
      width: 130px;
      height: auto; }
  .section-contact .content-body {
    display: flex; }
  .section-contact .sns-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 60px; }
    .section-contact .sns-list > .item {
      width: 27px;
      text-align: center; }
      .section-contact .sns-list > .item + .item {
        margin-top: 50px; }
      .section-contact .sns-list > .item.mail img {
        width: 21px; }
      .section-contact .sns-list > .item.fb img {
        width: 11px; }
      .section-contact .sns-list > .item.tw img {
        width: 27px; }
      .section-contact .sns-list > .item.pintaredst img {
        width: 19px; }
  .section-contact .detail > div + div {
    margin-top: 30px; }
  .section-contact .map {
    width: 50%; }

@media only screen and (max-width: 860px) {
  .fixed-button {
    bottom: 30px; }
    .fixed-button:hover {
      cursor: pointer;
      opacity: 0.7; }
  .section-contact {
    transform: translateY(-150vh);
    padding: 30px 0 0;
    height: 100%;
    z-index: 4100;
    overflow: scroll; }
    .section-contact .section-wrapper {
      width: 100%;
      height: 100%;
      display: block;
      min-height: 0;
      padding: 0; }
    .section-contact .info {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0 20px; }
      .section-contact .info .title {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 40px;
        font-size: 11px; }
      .section-contact .info .close {
        margin-right: 0; }
        .section-contact .info .close img {
          width: 40px;
          height: auto; }
      .section-contact .info .logo img {
        width: 130px; }
    .section-contact .content-body {
      display: flex;
      flex-direction: column-reverse; }
    .section-contact .sns-list {
      display: flex;
      flex-direction: row;
      justify-content: left;
      margin-right: 0;
      margin-top: 30px; }
      .section-contact .sns-list > .item {
        width: auto;
        text-align: center; }
        .section-contact .sns-list > .item + .item {
          margin-top: 0px;
          margin-left: 20px; }
        .section-contact .sns-list > .item.mail img {
          width: 21px; }
        .section-contact .sns-list > .item.fb img {
          width: 11px; }
        .section-contact .sns-list > .item.tw img {
          width: 27px; }
        .section-contact .sns-list > .item.pintaredst img {
          width: 19px; }
    .section-contact .detail > div + div {
      margin-top: 20px; }
    .section-contact .map {
      width: 100%;
      margin-top: 30px; } }

.footer {
  position: relative;
  padding-top: 200px;
  padding-bottom: 30px;
  background-color: #fff;
  font-style: italic; }
  .footer .wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 6vw; }
  .footer .contact-container {
    width: 25%; }
    .footer .contact-container .button {
      width: 110px; }
    .footer .contact-container .tel {
      display: block;
      margin: 40px 0;
      font-size: 16px;
      letter-spacing: -0.1px; }
    .footer .contact-container .privacy-policy {
      border-bottom: 1px solid #000;
      letter-spacing: 0.5px; }
  .footer .nav-list {
    display: flex;
    flex-shrink: 0;
    width: 50%;
    margin-top: -8px; }
    .footer .nav-list > .item {
      font-size: 18px;
      width: 25%;
      letter-spacing: 0.3px;
      text-align: center; }
      .footer .nav-list > .item a {
        display: block; }
    .footer .nav-list.sp {
      display: none; }
  .footer .sns-list {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 25%;
    padding-right: 40px; }
    .footer .sns-list a {
      display: block;
      width: 24px;
      height: 24px; }
    .footer .sns-list > .item {
      display: inline-block; }
      .footer .sns-list > .item img {
        display: block;
        margin: 0 auto; }
      .footer .sns-list > .item + .item {
        margin-top: 38px; }
  .footer .copyright {
    margin-top: 20px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px; }

@media only screen and (max-width: 860px) {
  .footer {
    padding: 100px 0 50px; }
    .footer .wrapper {
      flex-direction: column-reverse; }
    .footer .contact-container,
    .footer .sns-list,
    .footer .nav-list {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
    .footer .nav-list {
      width: 100%;
      max-width: 380px;
      margin: 0 auto;
      padding: 0 0 40px; }
      .footer .nav-list.sp {
        display: flex; }
      .footer .nav-list.pc {
        display: none; }
      .footer .nav-list > .item {
        width: 50%;
        padding-bottom: 40px; }
        .footer .nav-list > .item a {
          text-align: center; }
    .footer .sns-list {
      padding-right: 0;
      padding-bottom: 80px; }
      .footer .sns-list > .item + .item {
        margin-top: 0;
        margin-left: 64px; }
    .footer .contact-container .tel {
      margin: 24px 0; }
    .footer .copyright {
      padding-top: 32px; } }

.page-transition-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 5000; }
  .page-transition-overlay .full-over-lay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5100;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .page-transition-overlay .square-block {
    width: 0%;
    height: calc(100% / 3);
    background-color: #f5f4f6;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1); }
  .page-transition-overlay.is-transitioning {
    right: 0%; }
  .page-transition-overlay.fadeIn .square-block {
    width: 100%; }
  .page-transition-overlay.fadeOut .square-block {
    width: 0%; }
    .page-transition-overlay.fadeOut .square-block:nth-child(2) {
      transition-delay: 0.1s;
      transition-duration: 0.9s; }
    .page-transition-overlay.fadeOut .square-block:nth-child(3) {
      transition-delay: 0.2s;
      transition-duration: 0.8s; }

.contantent-transition-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100%; }
  .contantent-transition-overlay .full-over-lay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .contantent-transition-overlay .square-block {
    width: 0%;
    height: calc(100% / 3);
    background-color: #f5f4f6;
    transition: width 1s cubic-bezier(0.77, 0, 0.175, 1); }
  .contantent-transition-overlay.is-transitioning {
    right: 0%; }
  .contantent-transition-overlay.fadeIn .square-block {
    width: 100%; }
  .contantent-transition-overlay.fadeOut .square-block {
    width: 0%; }
    .contantent-transition-overlay.fadeOut .square-block:nth-child(2) {
      transition-delay: 0.1s;
      transition-duration: 0.9s; }
    .contantent-transition-overlay.fadeOut .square-block:nth-child(3) {
      transition-delay: 0.2s;
      transition-duration: 0.8s; }
  .contantent-transition-overlay.is-init {
    right: 0; }
    .contantent-transition-overlay.is-init .full-over-lay {
      align-items: flex-start; }
    .contantent-transition-overlay.is-init .square-block {
      width: 100%;
      transition: none; }
    .contantent-transition-overlay.is-init + .slides .image-content {
      transform: scale(1.2) !important; }
    .contantent-transition-overlay.is-init.fadeOut .square-block {
      width: 0;
      transition: width 1s cubic-bezier(0.77, 0, 0.175, 1); }
      .contantent-transition-overlay.is-init.fadeOut .square-block:nth-child(2) {
        transition-delay: 0.1s;
        transition-duration: 0.9s; }
      .contantent-transition-overlay.is-init.fadeOut .square-block:nth-child(3) {
        transition-delay: 0.2s;
        transition-duration: 0.8s; }
    .contantent-transition-overlay.is-init.fadeOut + .slides .image-content {
      transform: scale(1) !important; }
  .contantent-transition-overlay.is-vertical {
    top: -100%;
    right: 0; }
    .contantent-transition-overlay.is-vertical .full-over-lay {
      flex-direction: row;
      z-index: 10; }
    .contantent-transition-overlay.is-vertical .square-block {
      width: calc(100% / 3);
      height: 0;
      transition: height 1s cubic-bezier(0.77, 0, 0.175, 1); }
    .contantent-transition-overlay.is-vertical.is-transitioning {
      top: 0; }
    .contantent-transition-overlay.is-vertical.fadeIn .square-block {
      height: 100%; }
      .contantent-transition-overlay.is-vertical.fadeIn .square-block:nth-child(1) {
        transition-delay: 0.2s;
        transition-duration: 0.8s; }
      .contantent-transition-overlay.is-vertical.fadeIn .square-block:nth-child(2) {
        transition-delay: 0.1s;
        transition-duration: 0.9s; }
    .contantent-transition-overlay.is-vertical.fadeOut .square-block {
      width: 100%;
      height: 0; }
      .contantent-transition-overlay.is-vertical.fadeOut .square-block:nth-child(1) {
        transition-delay: 0.2s;
        transition-duration: 0.8s; }
      .contantent-transition-overlay.is-vertical.fadeOut .square-block:nth-child(2) {
        transition-delay: 0.1s;
        transition-duration: 0.9s; }
      .contantent-transition-overlay.is-vertical.fadeOut .square-block:nth-child(3) {
        transition-delay: 0s;
        transition-duration: 1s; }

.progress-bar-vertical {
  height: 100%;
  position: absolute;
  width: 2px; }
  .progress-bar-vertical .progress-bar-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .progress-bar-vertical .front,
  .progress-bar-vertical .back {
    width: 100%;
    height: 100%; }
  .progress-bar-vertical .front {
    position: relative;
    background: #000;
    height: 0%;
    opacity: 0;
    transition: height 3s linear; }
  .progress-bar-vertical .back {
    background: #D4D4D4;
    position: absolute;
    top: 0; }
  .progress-bar-vertical.start .front {
    opacity: 1;
    height: 100%; }
  .progress-bar-vertical.is-bottom-to-top .progress-bar-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.index-container {
  overflow: hidden; }
  .index-container .carousel-content {
    height: 65vw;
    overflow: hidden; }
    .index-container .carousel-content .slides {
      width: 100%;
      height: 100%; }
    .index-container .carousel-content .image-content {
      width: 100vw;
      height: 65vw;
      background-size: cover;
      background-position: center; }
      .index-container .carousel-content .image-content.sp {
        display: none; }
  .index-container .contantent-transition-overlay {
    margin-top: 65px;
    height: calc(65vw - 65px); }
  .index-container .item {
    position: relative; }
  .index-container .continor-progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%; }
    .index-container .continor-progress-bar.black .progress-bar-vertical .front {
      background-color: #000; }
    .index-container .continor-progress-bar.black .navigation-text {
      color: #000; }
    .index-container .continor-progress-bar .progress-bar-vertical {
      top: 50%;
      right: 30px;
      width: 1px;
      height: 120px;
      z-index: 99;
      margin-top: -220px; }
      .index-container .continor-progress-bar .progress-bar-vertical .back {
        background-color: transparent; }
      .index-container .continor-progress-bar .progress-bar-vertical .front {
        background-color: #fff; }
    .index-container .continor-progress-bar .navigation-text {
      position: absolute;
      right: -70px;
      top: 50%;
      width: 200px;
      z-index: 99;
      margin-top: -8px;
      transform: rotate(90deg);
      color: #fff;
      letter-spacing: 1px;
      text-align: center; }
      .index-container .continor-progress-bar .navigation-text + .progress-bar-vertical {
        top: auto;
        margin-top: 0;
        margin-bottom: -220px;
        bottom: 50%; }
    .index-container .continor-progress-bar .image-content {
      transform: scale(1.2);
      transition-delay: 1s;
      transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
    .index-container .continor-progress-bar .slick-current .image-content {
      transform: scale(1); }
  .index-container .news-content {
    padding-top: 200px;
    padding-bottom: 200px; }
    .index-container .news-content .content {
      width: 100%;
      min-height: 480px;
      padding-left: 140px;
      font-size: 18px; }
    .index-container .news-content .item {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%; }
      .index-container .news-content .item + .item {
        padding-top: 56px; }
    .index-container .news-content .space {
      margin-top: 16px; }
    .index-container .news-content .title {
      font-size: 18px; }
    .index-container .news-content .more {
      position: absolute;
      bottom: -20px;
      right: 6vw;
      padding-left: 40px;
      font-size: 14px;
      font-style: italic;
      line-height: 2;
      letter-spacing: 2.04px;
      text-align: right;
      border-bottom: 1px solid #000; }
  .index-container .description-content {
    width: 100%;
    background: url("../assets/image/index/01.png") top right no-repeat;
    background-size: 290px auto; }
    .index-container .description-content .section-wrapper {
      padding-left: 6%; }
    .index-container .description-content .column-item {
      position: relative; }
      .index-container .description-content .column-item > a {
        display: block;
        width: 880px; }
        .index-container .description-content .column-item > a:hover {
          opacity: 1; }
    .index-container .description-content .back {
      width: 495px;
      height: 700px; }
    .index-container .description-content .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: absolute;
      top: 45%;
      width: 560px;
      height: 200px;
      padding: 0 60px;
      background: #f4f4f4; }
    .index-container .description-content .title {
      font-size: 24px; }
    .index-container .description-content .description {
      padding-top: 8px;
      font-size: 33px; }
    .index-container .description-content .item-left .text {
      left: 280px; }
    .index-container .description-content .item-right > a {
      margin-left: auto; }
    .index-container .description-content .item-right .back {
      margin-right: 0;
      margin-left: auto; }
    .index-container .description-content .item-right .text {
      right: 280px; }
    .index-container .description-content .item-3 {
      margin-right: -6vw; }
      .index-container .description-content .item-3 .back {
        max-width: 1300px;
        width: 100%;
        height: 560px; }
    .index-container .description-content .item-4 {
      margin-right: -6vw; }
      .index-container .description-content .item-4 a {
        max-width: 1300px;
        width: 100%; }
      .index-container .description-content .item-4 .back {
        max-width: 1300px;
        width: 100%;
        height: 506px; }
    .index-container .description-content .item-3,
    .index-container .description-content .item-4,
    .index-container .description-content .item-5 {
      margin-top: 200px; }

.parent-content {
  padding-top: 400px;
  padding-bottom: 200px; }
  .parent-content .section-wrapper {
    text-align: center; }
  .parent-content .section-header {
    text-align: left; }
  .parent-content .label {
    margin-left: -280px;
    font-size: 18px;
    padding-bottom: 40px; }
  .parent-content img {
    width: 400px; }

.item-title {
  display: none; }

.fixed-title {
  position: fixed;
  left: -270px;
  top: 50%;
  z-index: 99;
  transition: all 0.2s ease-in-out; }
  .fixed-title span {
    width: 300px;
    text-align: center; }
  .fixed-title.hidden {
    opacity: 0; }

@media only screen and (max-width: 860px) {
  .index-container .carousel-content {
    height: 100vh; }
    .index-container .carousel-content .image-content {
      height: 100vh; }
      .index-container .carousel-content .image-content.pc {
        display: none; }
      .index-container .carousel-content .image-content.sp {
        display: block; }
  .index-container .contantent-transition-overlay {
    margin-top: 55px;
    height: calc(100vh - 55px); }
  .index-container .continor-progress-bar .progress-bar-vertical {
    height: 100px; }
  .index-container .item-title {
    display: block;
    padding-top: 160px;
    padding-bottom: 8px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 5px;
    text-align: left; }
  .index-container .news-content {
    padding-top: 0;
    padding-bottom: 64px; }
    .index-container .news-content .item {
      align-items: center; }
    .index-container .news-content .item-title {
      padding-top: 80px; }
    .index-container .news-content .content {
      min-height: 0;
      padding-left: 0; }
    .index-container .news-content .item + .item {
      padding-top: 32px; }
    .index-container .news-content .time {
      font-size: 10px; }
    .index-container .news-content .title {
      font-size: 12px; }
    .index-container .news-content .space {
      width: 16px;
      margin-top: 8px; }
    .index-container .news-content .more {
      right: 20px;
      bottom: -64px; }
  .index-container .description-content {
    background-size: 160px auto;
    background-position-y: 40px; }
    .index-container .description-content .column-item > a {
      width: 100%; }
    .index-container .description-content .back {
      width: 60vw;
      height: 80vw;
      max-width: 300px;
      max-height: 400px; }
    .index-container .description-content .text {
      top: auto;
      bottom: -70px;
      max-width: 320px;
      max-height: 130px;
      min-width: 0;
      min-height: 0;
      width: 90vw;
      height: 40vw;
      padding: 24px; }
    .index-container .description-content .title {
      font-size: 20px; }
    .index-container .description-content .description {
      font-size: 14px; }
    .index-container .description-content .item-left .text {
      left: auto;
      right: -20px; }
    .index-container .description-content .item-right .back {
      margin-right: 0; }
    .index-container .description-content .item-right .text {
      right: auto;
      left: -20px; }
    .index-container .description-content .item-3 .back,
    .index-container .description-content .item-4 .back {
      height: 200px; }
    .index-container .description-content .anmation-square-block-fadeInOut .cover {
      background-position: 0 0;
      background-size: contain;
      background-repeat: no-repeat; }
    .index-container .description-content .item-2,
    .index-container .description-content .item-6 {
      margin-top: 140px !important; }
    .index-container .description-content .item-3,
    .index-container .description-content .item-4,
    .index-container .description-content .item-5 {
      margin-top: 0px; }
  .parent-content {
    padding-top: 100px;
    padding-bottom: 100px; }
    .parent-content .item-title {
      margin-bottom: 120px; }
    .parent-content .label {
      margin-left: -120px;
      font-size: 14px;
      padding-bottom: 20px; }
    .parent-content img {
      width: 240px; }
  .fixed-title {
    display: none; } }

.page-works .header {
  display: none; }

.page-works .footer {
  display: none; }

.page-works .main {
  margin-top: 0; }

.page-works .nav-side {
  display: none; }

.works-container .section-content {
  flex-shrink: 0;
  height: 100vh; }

.works-container .title-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 84px;
  height: 100vh;
  background: #fff;
  z-index: 1000; }

.works-container .scroll-wrapper {
  width: 100vw;
  display: flex; }

.works-container .title-content {
  position: fixed;
  left: 40px;
  top: 50%;
  margin-top: -100px;
  width: 0;
  z-index: 1000; }
  .works-container .title-content .text {
    font-size: 24px;
    letter-spacing: 10px;
    transform: rotate(90deg); }

.works-container .cover-content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .works-container .cover-content .section-wrapper {
    width: 100%;
    padding: 0 25%; }
  .works-container .cover-content .title {
    font-size: 33px;
    color: #000000;
    letter-spacing: 6.8px; }
  .works-container .cover-content .description {
    padding-top: 72px;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 30px; }
    .works-container .cover-content .description p + p {
      padding-top: 24px; }
  .works-container .cover-content .scroll {
    position: absolute;
    bottom: 64px;
    right: 100px;
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;*/
    font-size: 16px;
    letter-spacing: 1px; }

	.works-container .cover-content .scroll:after {
    content: "";
    background: url(../assets/image/icon/arrow-under-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 70px;
    height: 6px;
}
    .works-container .cover-content .scroll span {
      padding-right: 30px; }
    .works-container .cover-content .scroll img {
      display: block;
      transform: rotate(90deg); }

.works-container .list-content {
  padding-left: 40px;
  padding-right: 80px; }
  .works-container .list-content .section-wrapper {
    display: flex;
    width: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0; }
    .works-container .list-content .section-wrapper > .item {
      flex-shrink: 0;
      display: inline-flex;
      flex-direction: column;
      width: calc(100vh - 350px);
      height: calc(100vh + 2px);
      margin-top: -2px;
      overflow: hidden; }
      .works-container .list-content .section-wrapper > .item:hover {
        opacity: 1; }
      .works-container .list-content .section-wrapper > .item .cover:hover {
        transform: scale(1.2); }
  .works-container .list-content .image .back {
    height: calc(100vh - 350px); }
  .works-container .list-content .text {
    width: 100%;
    padding: 40px; }
  .works-container .list-content .title {
    font-size: 24px;
    letter-spacing: 0.4px; }
  .works-container .list-content .sub-title {
    font-size: 24px; }
  .works-container .list-content .detail {
    width: 100%;
    padding-top: 32px;
    line-height: 2; }
    .works-container .list-content .detail > .item {
      display: flex; }
      .works-container .list-content .detail > .item .space {
        width: 18px; }
      .works-container .list-content .detail > .item .name {
        flex-shrink: 0;
        width: 26px; }
      .works-container .list-content .detail > .item + .item {
        padding-top: 8px; }

.works-container .footer-item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 800px;
  padding-bottom: 50px; }
  .works-container .footer-item .wrapper {
    width: 100%;
    padding: 0 6vw; }
  .works-container .footer-item .contact {
    width: 140px;
    height: 30px; }
  .works-container .footer-item .name {
    padding-top: 32px;
    font-size: 18px;
    letter-spacing: 2px; }
  .works-container .footer-item .content-body {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .works-container .footer-item .detail > div + div {
    padding-top: 8px; }
  .works-container .footer-item .detail .label {
    display: inline-block;
    width: 115px; }
  .works-container .footer-item .detail .text {
    padding: 0; }
  .works-container .footer-item .sns-list {
    height: 100%;
    line-height: 1; }
    .works-container .footer-item .sns-list a {
      padding: 16px 8px 0;
      display: block;
      text-align: center; }
    .works-container .footer-item .sns-list img {
      max-width: 20px;
      max-height: 24px; }

.works-detail-container {
  position: relative;
  width: 100vw;
  overflow: hidden; }
  .works-detail-container figure {
    width: 100%; }
  .works-detail-container .contantent-transition-overlay .full-over-lay {
    height: 43.75vw; }
  .works-detail-container .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .works-detail-container .section-control-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .works-detail-container .section-control-panel .section-wrapper {
      width: 100%;
      text-align: center;
      position: relative;
      padding-top: 10px; }
    .works-detail-container .section-control-panel a {
      display: block; }
      .works-detail-container .section-control-panel a:hover {
        cursor: pointer;
        opacity: 1; }
    .works-detail-container .section-control-panel .continor-progress-bar {
      display: none; }
    .works-detail-container .section-control-panel .to-next,
    .works-detail-container .section-control-panel .to-back {
      position: absolute;
      top: 0;
      width: 90px;
      height: 90px; }
      .works-detail-container .section-control-panel .to-next .image,
      .works-detail-container .section-control-panel .to-back .image {
        position: relative;
        width: 90px;
        height: 90px;
        transition: all 0.3s ease-in-out;
        z-index: 10; }
      .works-detail-container .section-control-panel .to-next::after,
      .works-detail-container .section-control-panel .to-back::after {
        position: absolute;
        left: 0;
        bottom: 10%;
        width: 100%;
        font-family: "AvenirNext";
        font-style: italic;
        transition: all 0.3s ease-in-out;
        letter-spacing: 2px; }
    .works-detail-container .section-control-panel .to-back {
      left: 0; }
      .works-detail-container .section-control-panel .to-back::after {
        content: "prev"; }
    .works-detail-container .section-control-panel .to-next {
      right: 0; }
      .works-detail-container .section-control-panel .to-next::after {
        content: "next"; }
    .works-detail-container .section-control-panel .to-return {
      width: 100px;
      padding-top: 20px;
      margin: 0 auto; }
      .works-detail-container .section-control-panel .to-return .text {
        padding: 0; }
    .works-detail-container .section-control-panel .text {
      transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .works-detail-container .section-detail {
    position: relative;
    height: 86vh;
    margin-top: 14vh; }
    .works-detail-container .section-detail .continor-progress-bar {
      height: 200px;
      position: absolute;
      top: 0;
      right: calc(70vw + 140px); }
    .works-detail-container .section-detail .slides {
      width: 100%; }
    .works-detail-container .section-detail .section-wrapper {
      position: relative;
      display: flex;
      width: 70vw;
      margin-left: calc(30vw - 90px);
      margin-right: 0;
      padding: 0; }
    .works-detail-container .section-detail .navigation {
      position: absolute;
      right: -4px;
      bottom: -20px;
      font-size: 14px;
      color: #646464;
      letter-spacing: 0.23px;
      line-height: 21px; }
      .works-detail-container .section-detail .navigation .x-prev,
      .works-detail-container .section-detail .navigation .x-next,
      .works-detail-container .section-detail .navigation .x-space {
        padding: 10px 6px; }
      .works-detail-container .section-detail .navigation .x-prev,
      .works-detail-container .section-detail .navigation .x-next {
        cursor: pointer; }
    .works-detail-container .section-detail .key-visual {
      position: relative;
      display: flex;
      width: 100%;
      overflow: hidden; }
      .works-detail-container .section-detail .key-visual .image {
        width: 70vw;
        height: 43.75vw; }
    .works-detail-container .section-detail .item {
      overflow: hidden; }
      .works-detail-container .section-detail .item img {
        transform: scale(1.2);
        transition: transform 4s ease-in-out;
        transition-delay: 1s; }
    .works-detail-container .section-detail .slick-current img {
      transform: scale(1); }
    .works-detail-container .section-detail + .text {
      width: 100%;
      height: 50vh;
      padding: 50px 180px; }
      .works-detail-container .section-detail + .text .title {
        font-size: 18px;
        letter-spacing: 0.3px; }
      .works-detail-container .section-detail + .text .sub-title {
        padding: 24px 0;
        font-size: 24px;
        letter-spacing: 3px; }
      .works-detail-container .section-detail + .text .detail {
        font-size: 12px;
        line-height: 2; }

.to-return {
  font-style: italic;
  font-size: 10px;
  position: relative;
  display: inline-block; }
  .to-return .arrow-left,
  .to-return .arrow-right {
    width: 16px;
    height: 1px;
    position: absolute;
    background: #d4d4d4;
    bottom: -5px;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: -10px;
    left: 50%; }
  .to-return .arrow-left {
    transform: rotate(-40deg);
    margin-left: -13px; }
  .to-return .arrow-right {
    transform: rotate(40deg);
    margin-left: -1px; }
  .to-return:hover .arrow-left,
  .to-return:hover .arrow-right {
    transform: rotate(0); }
  .to-return:hover .text {
    letter-spacing: 1px;
    font-size: 12px; }

@media only screen and (min-width: 861px) {
  .works-detail-container .section-control-panel .to-next:hover .image,
  .works-detail-container .section-control-panel .to-back:hover .image {
    margin-top: -20px; }
  .works-detail-container .section-control-panel .to-next:hover::after,
  .works-detail-container .section-control-panel .to-back:hover::after {
    bottom: -4px; } }

@media only screen and (max-width: 860px) {
  .works-container {
    width: 100%;
    height: 100%; }
    .works-container .scroll-wrapper {
      flex-direction: column; }
    .works-container .title-container {
      width: 100%;
      height: 50px; }
    .works-container .title-content {
      top: 36px;
      left: auto;
      right: 80px; }
      .works-container .title-content .text {
        font-size: 14px;
        letter-spacing: 2px;
        transform: rotate(0); }
    .works-container .cover-content {
      padding-bottom: 8vh; }
      .works-container .cover-content .section-wrapper {
        padding: 0 15vw; }
      .works-container .cover-content .title {
        font-size: 24px;
        letter-spacing: 5px; }
      .works-container .cover-content .description {
        padding-top: 5vh;
        font-size: 14px;
        color: #000000;
        letter-spacing: 2px;
        text-align: justify;
        line-height: 30px; }
      .works-container .cover-content .scroll {
        right: 20px;
        bottom: 48px;
        transform: rotate(90deg);
        font-size: 12px; }
        .works-container .cover-content .scroll::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 1px;
          width: 80px;
          background-color: #000; }

	
        .works-container .cover-content .scroll span {
          padding-right: 10px; }
        .works-container .cover-content .scroll img {
          display: none; }
    .works-container .list-content {
      padding-top: 40px;
      padding-left: 24px;
      padding-right: 24px;
      height: auto; }
      .works-container .list-content .image .back {
        height: 100vw;
        max-height: calc(100vh - 320px); }
      .works-container .list-content .section-wrapper {
        display: block; }
        .works-container .list-content .section-wrapper > .item {
          width: 100%;
          height: auto;
          padding-bottom: 64px; }
          .works-container .list-content .section-wrapper > .item .cover:hover {
            transform: scale(1); }
      .works-container .list-content .text {
        padding: 64px 16px; }
      .works-container .list-content .title {
        font-size: 12px; }
      .works-container .list-content .sub-title {
        padding-top: 8px;
        font-size: 18px; }
      .works-container .list-content .detail {
        font-size: 12px;
        display: none; }
    .works-container .footer-item {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .works-container .footer-item .wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0; }
      .works-container .footer-item .content-body {
        flex-direction: column;
        text-align: center; }
      .works-container .footer-item .detail {
        display: block; }
        .works-container .footer-item .detail .label {
          width: 50px; }
      .works-container .footer-item .fax,
      .works-container .footer-item .tel,
      .works-container .footer-item .url {
        margin-left: -24px; }
      .works-container .footer-item .email,
      .works-container .footer-item .adress {
        margin-left: -16px; }
      .works-container .footer-item .sns-list {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-top: 24px; }
        .works-container .footer-item .sns-list .item + .item {
          padding-left: 16px; }
  .works-detail-container {
    min-height: 100vh;
    overflow-y: scroll; }
    .works-detail-container .contantent-transition-overlay .full-over-lay {
      height: calc(100vw - 85px); }
    .works-detail-container .section-control-panel {
      position: fixed;
      left: 0;
      top: 0;
      width: 80px; }
      .works-detail-container .section-control-panel .section-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 60px 0; }
      .works-detail-container .section-control-panel .continor-progress-bar {
        position: relative;
        display: block;
        height: 140px;
        margin-top: calc(100vw - 95px); }
      .works-detail-container .section-control-panel .to-return {
        width: 100%; }
      .works-detail-container .section-control-panel .to-next,
      .works-detail-container .section-control-panel .to-back {
        position: fixed;
        left: 0;
        top: 0;
        width: 42px;
        height: 42px; }
        .works-detail-container .section-control-panel .to-next .image,
        .works-detail-container .section-control-panel .to-back .image {
          width: 42px;
          height: 42px; }
        .works-detail-container .section-control-panel .to-next::after,
        .works-detail-container .section-control-panel .to-back::after {
          bottom: 12px;
          left: 66%;
          transform: rotate(90deg);
          font-size: 10px; }
      .works-detail-container .section-control-panel .to-next {
        right: auto;
        bottom: 0;
        top: auto; }
      .works-detail-container .section-control-panel .text {
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
      .works-detail-container .section-control-panel .arrow-left,
      .works-detail-container .section-control-panel .arrow-right {
        width: 16px;
        height: 1px;
        position: absolute;
        background: #d4d4d4;
        bottom: -5px;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        bottom: -10px;
        left: 50%; }
      .works-detail-container .section-control-panel .arrow-left {
        transform: rotate(-40deg);
        margin-left: -13px; }
      .works-detail-container .section-control-panel .arrow-right {
        transform: rotate(40deg);
        margin-left: -1px; }
    .works-detail-container .section-detail {
      position: relative;
      width: 100%;
      height: 100%;
      margin-top: 0; }
      .works-detail-container .section-detail .continor-progress-bar {
        display: none; }
      .works-detail-container .section-detail .section-wrapper {
        position: absolute;
        right: 0;
        top: 84px;
        width: calc(100vw - 80px);
        margin: 0; }
      .works-detail-container .section-detail .navigation {
        right: 4px;
        font-size: 10px;
        letter-spacing: 0.17px;
        line-height: 15px; }
      .works-detail-container .section-detail .key-visual .image {
        width: calc(100vw - 80px);
        height: calc(100vw - 85px); }
      .works-detail-container .section-detail + .text {
        padding: calc(100vw - 0px) 0 0 80px; }
        .works-detail-container .section-detail + .text .title {
          position: fixed;
          left: -160px;
          top: 310px;
          height: 20px;
          width: 400px;
          font-size: 12px;
          letter-spacing: 0;
          transform: rotate(90deg);
          transform-origin: center; }
        .works-detail-container .section-detail + .text .sub-title {
          padding: 20px 0 40px;
          font-size: 12px;
          letter-spacing: 0; }
        .works-detail-container .section-detail + .text .detail {
          padding-bottom: 40px;
          font-size: 10px;
          line-height: 2; }
  .to-return {
    font-size: 10px;
    position: relative;
    display: inline-block; }
    .to-return .text {
      letter-spacing: 1px;
      font-size: 12px; }
    .to-return:hover .arrow-left,
    .to-return:hover .arrow-right {
      transform: rotate(0); } }

.privacy-policy-container {
  padding-top: 80px;
  padding-bottom: 90px;
  max-width: 1000px;
  margin: 0 auto; }
  .privacy-policy-container .section-content + .section-content {
    margin-top: 85px; }
  .privacy-policy-container .section-header {
    font-size: 18px;
    margin-bottom: 20px;
    display: flex; }
    .privacy-policy-container .section-header .num {
      width: 40px; }
  .privacy-policy-container .section-body {
    font-size: 14px; }
    .privacy-policy-container .section-body .description + div {
      margin-top: 30px; }
    .privacy-policy-container .section-body div {
      line-height: 1.7; }

@media only screen and (max-width: 860px) {
  .privacy-policy-container {
    padding-top: 55px; }
    .privacy-policy-container .section-content + .section-content {
      margin-top: 30px; }
    .privacy-policy-container .section-header {
      font-size: 14px;
      margin-bottom: 20px; }
      .privacy-policy-container .section-header .num {
        width: 20px; }
    .privacy-policy-container .section-body {
      font-size: 12px; }
      .privacy-policy-container .section-body .description + div {
        margin-top: 16px; } }

.contact-fuga-container {
  padding-top: 80px;
  padding-bottom: 90px; }
  .contact-fuga-container .section-content .description {
    line-height: 1.79;
    letter-spacing: 2px;
    margin-bottom: 110px; }
    .contact-fuga-container .section-content .description a {
      display: inline-block;
      border-bottom: 1px solid; }
  .contact-fuga-container .section-body {
    max-width: 700px;
    padding: 0 10px;
    margin: 0 auto; }
  .contact-fuga-container .section-header {
    font-size: 33px;
    font-style: italic;
    letter-spacing: 8.25px;
    color: #000000; }
  .contact-fuga-container hr {
    width: 490px;
    margin-top: 18px;
    margin-bottom: 110px;
    border-bottom: 1px solid;
    margin-left: 0; }

.form.is-confirming .form-content:nth-last-child(2) {
  flex-wrap: wrap; }
  .form.is-confirming .form-content:nth-last-child(2) .form-content-title {
    width: 100%; }
  .form.is-confirming .form-content:nth-last-child(2) .form-content-title {
    border-bottom: none; }

.form.is-confirming .input-parts * {
  cursor: not-allowed; }

.form.is-confirming .input-parts + .is-not-inputted {
  margin-top: 10px; }

.form.is-confirming .input-parts.is-not-inputted {
  display: none; }

.form.is-confirming .input-parts input[type='text'] {
  background-color: #fff; }

.form.is-confirming .form-content-title {
  border-bottom: 1px solid #000;
  min-width: 120px;
  padding: 0; }
  .form.is-confirming .form-content-title .form-content-symbole {
    display: none; }
  .form.is-confirming .form-content-title .text {
    display: block; }

.form.is-confirming .controll-panel .to-confirm {
  display: none; }

.form.is-confirming .controll-panel .to-thanks {
  display: flex; }

.form-content {
  display: flex;
  align-items: flex-start; }
  .form-content + .form-content {
    margin-top: 60px; }
  .form-content .form-content-title {
    color: #7d7d7d;
    width: 30px;
    display: flex;
    align-items: center;
    padding-top: 18px;
    height: 50px; }
    .form-content .form-content-title .text {
      font-size: 18px;
      display: none; }
    .form-content .form-content-title .form-content-symbole {
      font-size: 30px; }
  .form-content .form-content-body {
    flex-grow: 1; }
  .form-content .input-parts {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
    .form-content .input-parts + .input-parts {
      margin-top: 32px; }
  .form-content label.error {
    color: red;
    margin-top: 10px;
    width: 100%; }
  .form-content input[type='text'],
  .form-content textarea {
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    flex-grow: 1;
    line-height: 1.67;
    letter-spacing: 3px;
    font-family: "TsukuGoPro-R", sans-serif; }
    .form-content input[type='text']:focus,
    .form-content textarea:focus {
      outline: 0; }
    .form-content input[type='text'].error,
    .form-content textarea.error {
      border-bottom: 1px solid red; }
  .form-content input[type='text'] {
    height: 50px;
    padding: 15px 10px; }
  .form-content textarea {
    height: 270px;
    padding: 10px; }
  .form-content.controll-panel {
    margin-top: 200px;
    text-align: center;
    justify-content: center; }
    .form-content.controll-panel .button {
      width: 400px;
      height: 50px;
      font-size: 24px;
      letter-spacing: 2.18px;
      line-height: 50px; }
      .form-content.controll-panel .button + .button {
        margin-top: 50px; }
    .form-content.controll-panel .to-confirm {
      display: flex;
      text-align: center;
      justify-content: center; }
    .form-content.controll-panel .to-thanks {
      display: none;
      flex-wrap: wrap;
      justify-content: center; }

@media only screen and (max-width: 860px) {
  .contact-fuga-container .section-body {
    padding: 0; }
  .contact-fuga-container .section-header {
    font-size: 24px; }
  .contact-fuga-container hr {
    width: 100%;
    margin-bottom: 28px; }
  .contact-fuga-container .section-content .description {
    font-size: 14px;
    margin-bottom: 50px; }
  .form.is-confirming .form-content {
    flex-wrap: wrap; }
    .form.is-confirming .form-content .form-content-title {
      border-bottom: none;
      min-width: 100%;
      padding: 0; }
      .form.is-confirming .form-content .form-content-title .form-content-symbole {
        display: none; }
      .form.is-confirming .form-content .form-content-title .text {
        display: block;
        font-size: 11px; }
  .form-content + .form-content {
    margin-top: 50px; }
  .form-content .form-content-title {
    width: 30px;
    padding-top: 0px; }
    .form-content .form-content-title .text {
      font-size: 18px;
      display: none; }
    .form-content .form-content-title .form-content-symbole {
      font-size: 20px; }
  .form-content .input-parts {
    align-items: center; }
    .form-content .input-parts + .input-parts {
      margin-top: 55px; }
  .form-content label {
    font-size: 12px;
    margin-left: 10px; }
    .form-content label + input[type='text'] {
      max-width: 60%;
      min-width: 60%;
      height: 30px;
      font-size: 15px; }
  .form-content input[type='text'],
  .form-content textarea {
    font-size: 12px; }
  .form-content input[type='text'] {
    height: 40px;
    padding: 0 0; }
  .form-content textarea {
    height: 200px;
    padding: 0; }
  .form-content.controll-panel {
    margin-top: 100px; }
    .form-content.controll-panel .button {
      width: 70%; }
  .form-content .to-confirm {
    width: 100%; } }

.about-container .key-visual {
  height: calc(100vh - 65px);
  position: relative; }
  .about-container .key-visual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }
  .about-container .key-visual .key-visual-wrapper {
    position: relative;
    max-width: 100%;
    padding: 0 6vw;
    margin: 0 auto; }
    .about-container .key-visual .key-visual-wrapper p {
      padding-top: 150px;
      font-size: 33px;
      line-height: 1.52;
      letter-spacing: 22px; }

.about-container .section-content + .section-content {
  margin-top: 300px; }

.about-container .section-content .section-header {
  width: 490px;
  font-size: 33px;
  font-style: italic;
  letter-spacing: 8.25px;
  margin: 200px auto 100px 200px; }
  .about-container .section-content .section-header hr {
    width: 490px;
    margin-top: 18px;
    border-bottom: 1px solid;
    margin-left: 0; }

.about-container .section-about-compnay .section-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%; }
  .about-container .section-about-compnay .section-body .text {
    flex-shrink: 0;
    width: 60%;
    padding-right: 40px; }
    .about-container .section-about-compnay .section-body .text > div {
      font-size: 18px;
      display: flex;
      align-items: flex-start; }
      .about-container .section-about-compnay .section-body .text > div + div {
        margin-top: 40px; }
  .about-container .section-about-compnay .section-body .image-content {
    background: url("../assets/image/about/02.jpg") center no-repeat;
    width: 40%;
    min-height: 600px;
    background-size: cover; }
  .about-container .section-about-compnay .section-body .label {
    min-width: 90px; }
  .about-container .section-about-compnay .section-body hr {
    width: 100px;
    border-bottom: 1px solid;
    margin: 16px 40px 0; }
  .about-container .section-about-compnay .section-body .text {
    flex-grow: 1; }

.about-container .section-about-border-member .memner-list .item {
  display: flex; }
  .about-container .section-about-border-member .memner-list .item + .item {
    margin-top: 100px; }
  .about-container .section-about-border-member .memner-list .item > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.about-container .section-about-border-member .memner-list figure {
  margin-right: 40px; }

.about-container .section-about-border-member .memner-list .name {
  font-size: 33px; }

.about-container .section-about-border-member .memner-list .furigana {
  display: block;
  font-size: 18px; }

.about-container .section-about-border-member .memner-list .description {
  font-size: 12px;
  line-height: 1.9; }

.about-container .reason-content img {
  width: 100%; }

.about-container .reason-content .text {
  padding: 40px 0;
  font-size: 16px; }

.about-container .reason-content .title {
  padding-bottom: 40px;
  font-weight: bold; }

.about-container .reason-content .content {
  line-height: 2; }

.about-container .parent-content {
  margin-top: 0;
  padding-top: 0; }

@media only screen and (max-width: 860px) {
  .about-container .key-visual {
    height: 100vh; }
  .about-container .section-content + .section-content {
    margin-top: 150px; }
  .about-container .section-content .section-header {
    font-size: 24px;
    letter-spacing: 5.05px;
    margin: 70px 0;
    width: 100%; }
    .about-container .section-content .section-header hr {
      width: 100%;
      margin-top: 18px;
      margin-left: 0; }
  .about-container .section-about-compnay .section-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%; }
    .about-container .section-about-compnay .section-body .text {
      width: 100%; }
      .about-container .section-about-compnay .section-body .text > div {
        font-size: 11px;
        align-items: center; }
        .about-container .section-about-compnay .section-body .text > div + div {
          margin-top: 26px; }
    .about-container .section-about-compnay .section-body .image-content {
      width: 100%;
      min-height: 220px;
      margin-bottom: 40px; }
    .about-container .section-about-compnay .section-body .label {
      min-width: 55px; }
    .about-container .section-about-compnay .section-body hr {
      width: 20px;
      margin: 6px 16px 0; }
    .about-container .section-about-compnay .section-body .text {
      flex-grow: 1; }
  .about-container .reason-content img {
    width: 100%; }
  .about-container .reason-content .text {
    padding: 40px 0;
    font-size: 16px; }
  .about-container .reason-content .title {
    padding-bottom: 40px;
    font-weight: bold; }
  .about-container .reason-content .content {
    line-height: 2; }
    .about-container .reason-content .content p + p {
      padding-top: 24px; }
  .about-container .section-about-border-member .section-body {
    padding: 0 30px; }
  .about-container .section-about-border-member .memner-list .item {
    display: block; }
    .about-container .section-about-border-member .memner-list .item + .item {
      margin-top: 40px; }
    .about-container .section-about-border-member .memner-list .item > div {
      display: block; }
  .about-container .section-about-border-member .memner-list figure {
    display: flex;
    margin-right: 0;
    margin-bottom: 15px; }
    .about-container .section-about-border-member .memner-list figure img {
      width: 50%;
      margin-right: 13px; }
    .about-container .section-about-border-member .memner-list figure .name {
      font-size: 18px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .about-container .section-about-border-member .memner-list .furigana {
    display: block;
    font-size: 11px;
    margin-top: 10px; }
  .about-container .section-about-border-member .memner-list .description {
    font-size: 11px;
    line-height: 1.9; } }

.page-thanks .section-content .page-title {
  font-size: 33px;
  letter-spacing: 7px;
  text-align: center; }
  .page-thanks .section-content .page-title br {
    display: none; }

.page-thanks .section-content .page-description {
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px; }

.page-thanks .section-content .button {
  width: 400px;
  height: 60px;
  line-height: 60px;
  margin: 150px auto 0;
  text-align: center; }

@media only screen and (max-width: 860px) {
  .page-thanks .main {
    padding-top: 80px;
    padding-bottom: 90px; }
  .page-thanks .section-content .page-title {
    font-size: 18px; }
    .page-thanks .section-content .page-title br {
      display: block; }
  .page-thanks .section-content .page-description {
    font-size: 14px; }
  .page-thanks .section-content .button {
    width: 70%;
    height: 60px;
    line-height: 60px; } }

.column-list-container {
  padding-top: 80px;
  padding-bottom: 90px; }
  .column-list-container .section-content .column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .column-list-container .section-content .item {
    width: calc(50% - 45px);
    margin-bottom: 140px;
    background-color: #f3f3f3; }
    .column-list-container .section-content .item a {
      display: block; }
      .column-list-container .section-content .item a:hover {
        opacity: 1; }
        .column-list-container .section-content .item a:hover .img {
          transform: scale(1); }
    .column-list-container .section-content .item a > div {
      padding: 23px 35px 50px; }
  .column-list-container .section-content hr {
    border-bottom: 1px solid;
    margin: 20px 0; }
  .column-list-container .section-content figure {
    height: 400px;
    overflow: hidden; }
    .column-list-container .section-content figure .img {
      transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
      background-position: center;
      background-size: cover;
      height: 100%;
      transform: scale(1.05); }
  .column-list-container .section-content .time {
    font-size: 12px;
    margin-bottom: 12px; }
  .column-list-container .section-content .title {
    font-size: 24px;
    height: 80px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .column-list-container .section-content .description {
    font-size: 12px;
    line-height: 2;
    height: 72px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

@media only screen and (max-width: 860px) {
  .column-list-container {
    padding-top: 80px;
    padding-bottom: 90px; }
    .column-list-container .section-content .column-list {
      display: block;
      flex-wrap: wrap;
      justify-content: space-between; }
    .column-list-container .section-content .item {
      width: 100%;
      margin-bottom: 44px; }
      .column-list-container .section-content .item a > div {
        padding: 6px 14px 20px; }
      .column-list-container .section-content .item:last-child {
        margin-bottom: 0; }
    .column-list-container .section-content hr {
      margin: 20px 0; }
    .column-list-container .section-content figure {
      height: 200px; }
    .column-list-container .section-content .time {
      font-size: 12px;
      margin-bottom: 12px;
      padding-left: 0; }
    .column-list-container .section-content .title {
      font-size: 16px;
      height: 54px; }
    .column-list-container .section-content .description {
      font-size: 11px;
      line-height: 2;
      height: 72px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }

.column-detail-container {
  padding-top: 80px;
  padding-bottom: 90px; }
  .column-detail-container .section-content .time {
    margin-bottom: 16px;
    font-size: 12px;
    max-width: 100%; }
  .column-detail-container .section-content h1 {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px; }
  .column-detail-container .section-content h2 {
    position: relative;
    font-size: 24px;
    max-width: 690px;
    margin: 100px auto;
    padding-left: 90px;
    line-height: 1.33;
    letter-spacing: 2px; }
    .column-detail-container .section-content h2::before {
      content: '';
      position: absolute;
      left: 45px;
      top: 0;
      width: 1px;
      height: 40px;
      background: #000; }
  .column-detail-container .section-content p {
    line-height: 2.13;
    letter-spacing: 0.5px;
    font-size: 15px;
    max-width: 690px;
    margin: 0 auto; }
  .column-detail-container .section-content .collaborator {
    font-size: 11px;
    text-align: right;
    margin: 60px 0 80px; }
    .column-detail-container .section-content .collaborator p {
      display: inline-block; }
  .column-detail-container .section-content img {
    width: 100%; }
  .column-detail-container .section-content .image-description {
    font-size: 12px;
    max-width: 100%; }
  .column-detail-container .section-content .collaborator {
    font-size: 11px;
    letter-spacing: 1.61px; }
  .column-detail-container .section-content .description {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 90px;
    text-align: justify; }
  .column-detail-container .section-content .question {
    font-size: 15px;
    color: #666666;
    display: flex;
    margin-top: 65px; }
    .column-detail-container .section-content .question span:nth-child(1) {
      text-align: right;
      min-width: 90px; }
      .column-detail-container .section-content .question span:nth-child(1):after {
        content: ':';
        display: inline-block;
        padding: 0 12px 0 8px; }
  .column-detail-container .section-content .answer {
    font-size: 17px;
    display: flex;
    margin-bottom: 65px; }
    .column-detail-container .section-content .answer span:nth-child(1) {
      text-align: right;
      min-width: 90px; }
      .column-detail-container .section-content .answer span:nth-child(1):after {
        content: ':';
        display: inline-block;
        padding: 0 12px 0 8px; }
  .column-detail-container .navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
    font-size: 20px; }
    .column-detail-container .navigation .to-list {
      position: absolute;
      left: 40px;
      top: 0;
      z-index: 2; }
    .column-detail-container .navigation .to-list-sp {
      display: none; }
    .column-detail-container .navigation .pagination-item {
      position: absolute;
      left: 50%;
      top: -10px;
      margin-left: -140px; }
      .column-detail-container .navigation .pagination-item + .pagination-item {
        left: auto;
        right: 50%;
        margin-right: -140px; }

@media only screen and (max-width: 860px) {
  .column-detail-container {
    padding-top: 80px;
    padding-bottom: 90px; }
    .column-detail-container .section-content .time {
      font-size: 10px;
      margin-bottom: 5px; }
    .column-detail-container .section-content h1 {
      font-size: 20px;
      margin-bottom: 40px; }
    .column-detail-container .section-content h2 {
      font-size: 16px;
      max-width: 100%;
      margin: 30px auto; }
    .column-detail-container .section-content p {
      letter-spacing: 0.5px;
      max-width: auto; }
    .column-detail-container .section-content .collaborator {
      font-size: 11px;
      text-align: right;
      margin: 60px 0 80px; }
      .column-detail-container .section-content .collaborator p {
        display: block;
        text-align: right; }
    .column-detail-container .section-content img {
      width: 100%; }
    .column-detail-container .section-content .image-description {
      font-size: 12px;
      max-width: 100%; }
    .column-detail-container .section-content .collaborator {
      font-size: 11px;
      letter-spacing: 1.61px; }
    .column-detail-container .section-content .question {
      font-size: 15px;
      margin-top: 40px; }
      .column-detail-container .section-content .question span:nth-child(1) {
        min-width: 80px; }
    .column-detail-container .section-content .answer {
      font-size: 15px;
      margin-bottom: 40px; }
      .column-detail-container .section-content .answer span:nth-child(1) {
        min-width: 80px; }
    .column-detail-container .navigation {
      font-size: 14px; }
      .column-detail-container .navigation .to-list {
        display: none; }
      .column-detail-container .navigation .to-return {
        position: absolute;
        left: 50%;
        margin-left: -34px;
        font-size: 14px; }
        .column-detail-container .navigation .to-return .arrow-left,
        .column-detail-container .navigation .to-return .arrow-right {
          top: -20px;
          background: #000; } }

.technic-container .list-content .section-wrapper > .item {
  width: 970px; }

.technic-container .list-content .section-wrapper .image-item {
  background: #000; }

.technic-container .list-content .title {
  font-size: 33px;
  letter-spacing: 33px; }
  .technic-container .list-content .title span {
    display: inline-block;
    margin-left: -20px;
    letter-spacing: 1px;
    font-size: 20px; }

.technic-container .list-content .sub-title {
  font-size: 14px;
  letter-spacing: 3px; }

.technic-container .list-content .text .detail {
  position: relative;
  margin-top: 64px;
  padding-top: 16px; }
  .technic-container .list-content .text .detail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 148px;
    height: 1px;
    background: #000; }
  .technic-container .list-content .text .detail p {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.5; }
    .technic-container .list-content .text .detail p + p {
      padding-top: 16px; }

.technic-container .list-content .section-wrapper .location-item {
  flex-direction: row;
  justify-content: center; }
  .technic-container .list-content .section-wrapper .location-item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px; }
  .technic-container .list-content .section-wrapper .location-item .image {
    width: 350px;
    height: 100%; }
    .technic-container .list-content .section-wrapper .location-item .image img {
      width: 100%; }
  .technic-container .list-content .section-wrapper .location-item .title span {
    display: block;
    margin-left: 0;
    font-size: 18px;
    letter-spacing: 0.3px; }
  .technic-container .list-content .section-wrapper .location-item .sub-title {
    padding-top: 64px;
    padding-bottom: 64px;
    line-height: 2;
    letter-spacing: 1px; }
  .technic-container .list-content .section-wrapper .location-item .detail p {
    line-height: 2;
    letter-spacing: 1.5px; }

.technic-container .image-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000; }
  .technic-container .image-item img {
    max-width: 470px;
    width: 50vw; }

@media only screen and (max-width: 860px) {
  .technic-container .cover-content .section-wrapper {
    padding: 0 40px; }
  .technic-container .list-content .section-wrapper > .item {
    width: 100%;
    padding-bottom: 0; }
  .technic-container .list-content .section-wrapper .image-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-bottom: 60px;
    padding: 90px 0; }
    .technic-container .list-content .section-wrapper .image-item img {
      width: 290px; }
  .technic-container .list-content .title {
    font-size: 24px;
    letter-spacing: 1px; }
    .technic-container .list-content .title span {
      display: inline-block;
      padding-left: 16px;
      font-size: 12px; }
  .technic-container .list-content .image .back {
    height: calc(100vw - 48px); }
  .technic-container .list-content .text {
    padding-top: 32px; }
    .technic-container .list-content .text .detail {
      display: block;
      margin-top: 20px; }
  .technic-container .list-content .section-wrapper .location-item {
    position: relative;
    flex-direction: column;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 240px; }
    .technic-container .list-content .section-wrapper .location-item .text {
      padding: 0 44px; }
    .technic-container .list-content .section-wrapper .location-item .image {
      position: absolute;
      left: 0;
      bottom: 50px;
      width: 100%;
      height: 150px;
      padding-bottom: 50px;
      overflow: hidden; }
      .technic-container .list-content .section-wrapper .location-item .image img {
        width: 150px; }
    .technic-container .list-content .section-wrapper .location-item .title span {
      display: block;
      font-size: 12px;
      letter-spacing: 0.3px; }
    .technic-container .list-content .section-wrapper .location-item .sub-title {
      padding-top: 20px;
      padding-bottom: 0;
      font-size: 12px;
      line-height: 1.7;
      letter-spacing: 1px; }
    .technic-container .list-content .section-wrapper .location-item .detail {
      margin-top: 20px; }
    .technic-container .list-content .section-wrapper .location-item .detail p {
      font-size: 10px;
      line-height: 1.9;
      letter-spacing: 1px; } }

@media only screen and (max-width: 320px) {
  .technic-container .cover-content .title {
    line-height: 1.4; }
  .technic-container .cover-content .description {
    padding-top: 10px;
    line-height: 1.6; } }

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



/************2024.04改訂追加スタイル**************/
.showSp{
    display:none;
}
.hideSp{
    display:block;
}

/***トップページ***/
.index-container .news-content .outBtnStyle2G{
	color:#000;
	padding:1em 4em;
	display:inline-block;
	border:1px solid #000;
	transition: all .3s;
}
.index-container .news-content .outBtnStyle2G span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.index-container .news-content .outBtnStyle2G span:after{
	content:"";
	background-image: url("../assets/image/icon/arrow-out.svg") ;
	background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:1em;
	transition: all .3s;
}
.index-container .news-content .outBtnStyle2G:hover{
	background:#000;
	color:#FFF;
}
.index-container .news-content .outBtnStyle2G:hover span:after{
	background-image: url("../assets/image/icon/arrow-out_w.svg") ;
}





.instaArea{
	padding:200px 6vw 0;
}
.instaArea #instafeed{
	list-style:none;
	display:flex;
	margin-bottom:20px;
}
.instaArea #instafeed li{
	width:calc( 100% / 4 );
	padding:0 0.5%;
	display: flex;
}
.instaArea #instafeed li img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.instaArea .instaBtn{
	text-align:center;
}
.instaArea .instaBtn a{
	color:#000;
	padding:1em 4em;
	display:inline-block;
	border:1px solid #000;
	font-style: italic;
	transition: all .3s;
}
.instaArea .instaBtn a span{
	display: flex;
    align-items: center;
}
.instaArea .instaBtn a span:after{
	content:"";
	background-image: url("../assets/image/icon/arrow-out.svg") ;
	background-repeat: no-repeat;
    background-size: cover;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:1em;
	transition: all .3s;
}
.instaArea .instaBtn a:hover{
	background:#000;
	color:#FFF;
}
.instaArea .instaBtn a:hover span:after{
	background-image: url("../assets/image/icon/arrow-out_w.svg") ;
}

/***ヘッダーー***/
.nav-pc .nav-list{
	align-items: center;
}
.nav-pc .nav-list > .fontJp{
	font-size:20px;
	transform: skewX(-14deg);
	white-space: nowrap;
}

/***フッター***/
.footer .contact-container .button{
	position:relative;
	width: 168px;
	margin-bottom:1em;
}
.footer .contact-container .button:before{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
    transition: all .3s;
}
.footer .contact-container .button:hover:before{
	border-left: 4px solid #FFF;
}
.footer .contact-container .footerCatalogueBtn{
	font-size:14px;
}
.footer .nav-list{
	justify-content:center;
}
.footer .nav-list > .fontJp{
	transform: skewX(-14deg);
}



.works-container .footerStyle2G .contact{
	width:190px;
	display:inline-block;
}

.works-container .footerStyle2G .catalogue{
	width:190px;
	display:inline-block;
	margin-left:20px;
}
.footerStyle2G .contact .button,
.footerStyle2G .catalogue .button{
	position:relative;
	font-size:14px;
}
.footerStyle2G .contact .button:before,
.footerStyle2G .catalogue .button:before{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
    transition: all .3s;
}
.footerStyle2G .contact .button:hover:before,
.footerStyle2G .catalogue .button:hover:before{
    border-left: 4px solid #FFF;
}



/***technic一覧***/
.technicFirstLayer .list-content .section-wrapper > .item{
	width:476px;
}
.technicFirstLayer .list-content .section-wrapper > .item .image{
	margin-bottom:40px;
}
.technicFirstLayer .list-content .image .back{
	height: calc(100vh - 307px);
}
.technicFirstLayer .list-content .text{
	padding:0;
}
.technicFirstLayer  .list-content .sub-title{
	margin-bottom:10px;
}
.technicFirstLayer .list-content .title{
	letter-spacing:10px;
	margin-bottom:20px;
}
.technicFirstLayer .list-content .text .detail{
	padding-top:0;
	margin-top:0;
}
.technicFirstLayer .list-content .text .detail::before{
	content: none;
}
.technicFirstLayer .list-content .text .detail p{
	margin-bottom:24px;
}
.technicFirstLayer .list-content .text .detail p:first-child:before{
	content: "";
	display:inline-block;
	width:40px;
	height:1px;
	background: #000;
    vertical-align: middle;
    margin-right: 1em;
}

.technicFirstLayer .list-content .section-wrapper > .item .btnStyle1 a{
	border:1px solid #000;
	position:relative;
	padding:8px 40px 8px 20px;
	display:inline-block;
	transition: all .3s;
}
.technicFirstLayer .list-content .section-wrapper > .item .btnStyle1 a:hover{
	background:#000;
	color:#FFF;
	opacity: 1;
}
.technicFirstLayer .list-content .section-wrapper > .item .btnStyle1 a:before{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #000;
	transition: all .3s;
}
.technicFirstLayer .list-content .section-wrapper > .item .btnStyle1 a:hover:before{
	border-left: 4px solid #FFF;
}
/***technic下層共通***/
.works-container .cover-content .technicFirstVisual{
	height:100vh;
}
.works-container .cover-content .technicFirstVisual .technicFirstImg{
	max-width:970px;
	/*height:586px;*/
	height: calc(100vh - 350px);
	margin-bottom:26px;
}
.works-container .cover-content .technicFirstVisual .technicFirstImg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.works-container .cover-content .technicFirstVisual .technicFirstText .sub-title{
	font-size:14px;
	letter-spacing: 3px;
}
.works-container .cover-content .technicFirstVisual .technicFirstText .title{
	font-size: 33px;
    letter-spacing: 33px;
	margin-bottom:16px;
}
.works-container .cover-content .technicFirstVisual .technicFirstText .catch{
	font-size:12px;
	margin-bottom:62px;
	letter-spacing: 2px;
}
.works-container .cover-content .technicFirstVisual .technicFirstText .catch:before{
	content:"";
	display:inline-block;
	width:56px;
	height:1px;
	background:#000;
	vertical-align: middle;
    margin-right: 1em;
}
.works-container .cover-content .technicFirstVisual .technicFirstText .detail{
	font-size:12px;
	letter-spacing: 2px;
	line-height: 1.5;
}

.technicSubContents .cover-content .arrow{
	font-size:33px;
	font-weight:bold;
	position:absolute;
	top:50%;
	right:100px;
	transform: translateY(-50%);
	letter-spacing: 2px;
}
.technicSubContents .cover-content .arrow:after{
	content:"";
	background: url("../assets/image/tech/arrow.svg") ;
	background-repeat: no-repeat;
    background-size: cover;
	display: block;
	width:180px;
	height:6px;
}

/***自在成形***/
.technic-container .list-content .section-wrapper > .jizaiItemArea{
	width:440px;
	margin-right: 64px;
}
.works-container .list-content .jizaiItemArea .image .back{
	height: calc(100vh - 333px);
	margin-bottom:20px;
}
.works-container .list-content .jizaiItemArea .text{
	padding:0;
}
.works-container .list-content .jizaiItemArea .text .title{
	font-size:28px;
	letter-spacing: 8px;
	margin-bottom:16px;
}
.works-container .list-content .jizaiItemArea .text .jizaiTable{
	width:100%;
	text-align:left;
	margin-bottom:16px;
	font-size:14px;
}
.works-container .list-content .jizaiItemArea .text .jizaiTable caption{
	text-align:left;
	font-size:16px;
	margin-bottom:16px;
}
.works-container .list-content .jizaiItemArea .text .jizaiTable tr{
	border-bottom:1px solid #B7B7B7;
}
.works-container .list-content .jizaiItemArea .text .jizaiTable tr:first-child{
	border-top:1px solid #B7B7B7;
}
.works-container .list-content .jizaiItemArea .text .jizaiTable th{
	background: #F3F3F3;
}

.works-container .list-content .jizaiItemArea .text .jizaiTable th,
.works-container .list-content .jizaiItemArea .text .jizaiTable td{
	padding:8px;
}
.works-container .list-content .jizaiItemArea .text .note{
	display:flex;
	font-size:12px;
}
.works-container .list-content .jizaiItemArea .text .note dt{
	width:4em;
}
.works-container .list-content .jizaiItemArea .text .note dd{
	width: calc( 100% - 4em );
}

/***逐次成形　微細加工***/
.technic-container .list-content .section-wrapper > .chikujiBisaiItemArea{
	width:1278px;
	margin-right:200px;
}
.technic-container .list-content .section-wrapper > .chikujiBisaiItemArea .chikujiBisaiItemSet{
	display:flex;
	flex-wrap:wrap;
	height:calc( 100vh - 270px ) ;
}
.works-container .list-content .chikujiBisaiItemSet .text{
	width:calc( 96% - 670px);
	padding:0;
	padding-top:80px;
}
.works-container .list-content .chikujiBisaiItemSet .text .areaText{
	font-size:14px;
	margin-bottom:10px;
}
.works-container .list-content .chikujiBisaiItemSet .text .title{
	margin-bottom:90px;
	letter-spacing:18px;
}
.works-container .list-content .chikujiBisaiItemSet .text .catch{
	font-size:18px;
	margin-bottom:96px;
}
.works-container .list-content .chikujiBisaiItemSet .text .chikujiBisaiDetail{
	font-size:14px;
	
}
.works-container .list-content .chikujiBisaiItemSet .text .chikujiBisaiDetail:before{
	content:"";
	display:block;
	width:262px;
	height:1px;
	background:#000;
	margin-bottom:25px;
}


.works-container .list-content .chikujiBisaiItemSet .imageSp{
	display:none;
}
.works-container .list-content .chikujiBisaiItemSet .image{
	width:670px;
	margin-left:4%;
}
.works-container .list-content .chikujiBisaiItemSet .image .back{
	height:calc( 100vh - 270px ) ;
}
/*ギャラリー*/
#technicMainPhoto{
	width:100%;
	margin:0 auto;
	margin-bottom:2em;
}
.galleryPhoto img{
	width:100%;
	height: 100%;
    object-fit: cover;
}
.thumbSet{
	padding:80px 0;
}

#thumbList ul{
	display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
#thumbList li {
	width:calc( 82% / 10 );
	margin-left:2%;
}
#thumbList li:first-child{
	margin-left:0;
}
#thumbList a{
	display:block;
	font-size: 0;
	width:110px;
	height:110px;
}
#thumbList a.over{
	opacity: 0.7;
}
#thumbList a:hover{
	opacity: 0.7;
}
#thumbList img {
    width: 100%;
	height:100%;
	object-fit: cover;
}
/*ここまで*/

/***資料ダウンロード***/
.catalogue-container{
	padding-top: 80px;
    padding-bottom: 90px;
}
.catalogue-container .section-header {
    font-size: 33px;
    font-style: italic;
    letter-spacing: 8.25px;
    color: #000000;
}
.catalogue-container .section-header + hr {
    width: 490px;
    margin-top: 18px;
    margin-bottom: 110px;
    border-bottom: 1px solid;
    margin-left: 0;
}
.catalogue-container .section-body{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.catalogue-container .section-body .image{
	max-width:538px;
	margin-left:10%;
}
.catalogue-container .section-body .image img{
	max-width:100%;
}
.catalogue-container .section-body .text{
}
.catalogue-container .section-body .text p{
	margin-bottom:40px;
	line-height:180%;
}
.catalogue-container .section-body .downloadBtn a{
	border:1px solid #000;
	padding:8px 20px;
	display:inline-block;
}
.catalogue-container .section-body .downloadBtn a:hover{
	background:#000;
	color:#FFF;
	transition: all .3s;
}
.catalogue-container .section-body .downloadBtn a span:before{
	content:"";
	background: url("../assets/image/icon/download.svg") ;
	background-repeat: no-repeat;
    background-size: cover;
	display: inline-block;
	width:14px;
	height:14px;
	vertical-align: middle;
    margin-right: 1em;
	transition: all .3s;
}
.catalogue-container .section-body .downloadBtn a:hover span:before{
	background: url("../assets/image/icon/download_white.svg") ;
}

/***お問い合わせ***/
.contact-fuga-container .section-content .sectionBox{
	margin-bottom:110px;
}
.contact-fuga-container .section-content h2{
	font-size:24px;
	margin-bottom:16px;
	letter-spacing:2px;
}
.contact-fuga-container .section-content .sectionBox ul{
	padding-top:1em;
	padding-left:1em;
}
.contact-fuga-container .section-content .sectionBox ul li{
	list-style-type: disc;
}
.contact-fuga-container .section-content .ppText{
	padding-top:200px;
	margin-bottom:0;
}
.form-content.controll-panel{
	margin-top:24px;
}

@media only screen and (max-width: 1600px) {
	.works-container .cover-content .technicFirstVisual .technicFirstImg{
		width:100%;
	}
	.technicSubContents .cover-content .arrow{
		font-size:1.5vw;
		right: 4vw;
	}
}
@media only screen and (max-width: 860px) {
	.showSp{
		display:block;
	}
	.hideSp{
		display:none;
	}
	
	
	/***ヘッダー調整***/
	.technicSubContents .title-container{
		display:none;
	}
	.technicFirstLayer .title-container{
		display:none;
	}
	.works-container .title-container{
		display:none;
	}
	.page-works .header,
	.page-works .nav-side{
		display:block;
	}
	
	.nav-side .nav-wapper{
		padding: 0 10px;
	}
	.nav-side .fontJp{
		font-size:9px;
	}
	
	/***フッター調整***/
	.footer .nav-list > .item{
		font-size:16px;
		width:32%;
	}
	.footer .nav-list > .fontJp{
		width:50%;
	}
	.footer .contact-container .contact{
		text-align:center;
	}
	
	
	
	.works-container .footerStyle2G .contact{
		margin-bottom:10px;
	}
	.works-container .footerStyle2G .catalogue{
		margin-left:0;
	}
	.works-container .footerStyle2G .detail{
		text-align:left;
	}
	.works-container .footerStyle2G .detail .tel,
	.works-container .footerStyle2G .detail .fax,
	.works-container .footerStyle2G .detail .email,
	.works-container .footerStyle2G .detail .adress{
		margin-left:0;
	}
	.works-container .footerStyle2G .detail .label{
		margin-right:16px;
		text-align:right;
	}
	.works-container .footerStyle2G .detail .adress{
		display:flex;
	}
	.works-container .footerStyle2G .detail .adress .text{
		width:calc(100% - 66px);
		display:inline-block;
	}
	/***トップページ***/
	.index-container .news-content .outBtnStyle2G{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 80%;
		padding:1em;
	}
	
	.instaArea #instafeed{
		flex-wrap:wrap;
	}
	.instaArea #instafeed li{
		width:calc( 100% / 2 );
		padding:0 1%;
		margin-bottom:10px;
		height:158px;
	}
	/***technic一覧***/
	.technicFirstLayer .list-content .section-wrapper > .item{
		width:100%;
		display:block;
		margin-bottom:94px;
	}
	.technicFirstLayer .list-content .image .back{
		height: calc(100vw - 197px);
	}
	.technicFirstLayer .list-content .section-wrapper > .item .image{
		margin-bottom:20px;
	}
	.technicFirstLayer .list-content .text{
		padding:0 16px;
	}
	.technicFirstLayer .list-content .sub-title{
		font-size:12px;
		padding-top:0;
	}
	.technicFirstLayer .list-content .title{
		font-size:18px;
		font-weight: bold;
	}
	.technicFirstLayer .list-content .text .detail p{
		font-size:11px;
		text-indent: -3.2em;
		padding-left: 3em;
		margin-bottom:20px;
	}
	.technicFirstLayer .list-content .text .detail p:first-child:before{
		width:24px;
	}	
	
	
	/***テクニック下層共通***/
	.technicSubContents .cover-content{
		display:block;
		height:auto;
		overflow:visible;
	}
	.works-container .cover-content .technicFirstVisual{
		height:auto;
		margin-bottom:64px;
		padding:0 24px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText{
		padding: 0 16px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText .sub-title{
		margin-bottom:16px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText .title{
		font-size:24px;
		font-weight: bold;
		letter-spacing: 24px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText .catch{
		font-size:11px;
		margin-bottom:32px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText .catch:before{
		width:20px;
	}
	.works-container .cover-content .technicFirstVisual .technicFirstText .detail{
		font-size:10px;
	}
	.technicSubContents .cover-content .arrow{
		position: static;
		padding: 0 40px;
		transform:none;
		font-size:20px;
		display: flex;
		flex-direction: row-reverse;
		justify-content: left;
		align-items: center;
	}
	.technicSubContents .cover-content .arrow:after{
		content:"";
		background:none;
		display:block;
		width: 5px;
		height: 88px;
		border-left: 1px solid #000;
		border-bottom: 2px solid #000;
		transform: skewY(114deg);
		margin-right: 20px;
	}
	
	/***　　自在成形　　***/
	.works-container .cover-content .technicFirstVisual .technicFirstImg{
		height: calc(100vw - 48px);
	}
	.technicSubContents.jizaiContents .list-content{
		padding-top:0;
		padding-left: 24px;
		padding-right: 24px;
	}
	.technic-container .list-content .section-wrapper > .jizaiItemArea{
		width:100%;
		display:block;
		margin-right:0;
		margin-bottom:96px;
	}
	.works-container .list-content .jizaiItemArea .image .back{
		height: calc(100vw - 48px);
	}
	.works-container .list-content .jizaiItemArea .text{
		padding:0 16px;
	}
	.works-container .list-content .jizaiItemArea .text .title{
		font-size:24px;
		margin-bottom:16px;
	}
	.works-container .list-content .jizaiItemArea .text .jizaiTable{
		font-size:12px;
	}
	.works-container .list-content .jizaiItemArea .text .jizaiTable caption{
		font-size:14px;
		margin-bottom:10px;
	}
	.works-container .list-content .jizaiItemArea .text .jizaiTable colgroup{
		width:34%;
	}
	.works-container .list-content .jizaiItemArea .text .note{
		display:block;
	}
	.works-container .list-content .jizaiItemArea .text .note dt,
	.works-container .list-content .jizaiItemArea .text .note dd{
		width:auto;
	}
	
	/***逐次成形　微細加工***/
	.technicSubContents .list-content{
		padding-left: 40px;
		padding-right: 40px;
	}
	.technic-container .list-content .section-wrapper > .chikujiBisaiItemArea{
		width:100%;
		margin-right:0;
		overflow: visible;
		display: block;
		margin-bottom:120px;
	}
	.technic-container .list-content .section-wrapper > .chikujiBisaiItemArea .chikujiBisaiItemSet{
		display:block;
		height:auto;
	}
	.works-container .list-content .chikujiBisaiItemSet .text{
		width:100%;
		padding-top:0;
	}
	.works-container .list-content .chikujiBisaiItemSet .text .title{
		font-size:20px;
		margin-bottom: 8px;
		letter-spacing:normal;
	}
	.works-container .list-content .chikujiBisaiItemSet .image{
		display:none;
	}
	.works-container .list-content .chikujiBisaiItemSet .imageSp{
		display:block;
		width: calc(100vw - 24px);
		margin-right: calc(50% - 50vw);
		margin-left: -16px;
		margin-bottom:24px;
	}
	.works-container .list-content .chikujiBisaiItemSet .text .catch{
		font-size:16px;
		margin-bottom:24px;
	}
	.works-container .list-content .chikujiBisaiItemSet .text .chikujiBisaiDetail{
		font-size:12px;
	}
	.thumbSet{
		display:none;
	}
	
	
	/***資料ダウンロード***/
	.catalogue-container .section-header{
		font-size:24px;
		letter-spacing:4px;
	}
	.catalogue-container .section-header + hr{
		width: 100%;
		margin-bottom: 56px;
	}
	.catalogue-container .section-body{
		display:block;
	}
	.catalogue-container .section-body .downloadBtn{
		text-align:center;
	}
	.catalogue-container .section-body .image{
		max-width: none;
		width:100%;
		margin-left:0;
		text-align:center;
	}
	
	/***お問い合わせ***/
	.contact-fuga-container .section-content .ppText{
		font-size:13px;
	}
}
