@charset "UTF-8";
/* ----------------------------------------
* style_add
---------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,700;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@700&display=swap');

html,
body {
  font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	font-weight: 400;
	line-height: 1.5;
  /*font-size: 14px;*/
}
.roboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.roboto_b {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.red {
  color: #ff0000;
}
/*タイトルFutura代替Hind*/
.hind-bold {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-i {
	font-style: italic;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.btn_wrap {
  margin: 30px auto;
}
.btn_wrap .btn {
  position: relative;
  display: inline-block;
  background: #282828;
  border-radius: 50px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  width: 200px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 0 0.5rem 0 0;
}
.btn_wrap .btn .fa-arrow-right {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1;
  top: calc(50% - 0.4rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.btn_wrap .btn:hover .fa-arrow-right {
  right: 0.5rem;
}

.btn_wrap .btn .fa-arrow-down {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1;
  top: calc(50% - 0.4rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.btn_wrap .btn:hover .fa-arrow-down {
    top: 2rem;
}

.btn_wrap .btn .fa-external-link {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1;
  top: calc(50% - 0.4rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}

#header .btn_order {
  position: relative;
  display: inline-block;
  background: #282828;
  border-radius: 50px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  width: 180px;
  height: 55px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 1.1rem 0;
}

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

  #header .btn_order {
    font-size: 0.75rem;
    width: 100px;
    height: 38px;
    padding-top: 0.8rem;
  }
}

/* +++++++++++++++++++++++++　404 */

.error404 .main-inner {
  margin-right: 0;
}
.error404 h1.post-title {
  text-align: center;
  font-size: 10rem;
  line-height: 1.2;
}

.error404 h1.post-title span {
  display: block;
  font-size: 2rem;
}

/* +++++++++++++++++++++++++　.headerメニュー */

#header .header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#header .header-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0;
    line-height: 2.5;
}
#header .header-right ul li {
  margin: 0 18px;
}
#header .header-right ul li + li {
  padding-left: 0;
}
#header .header-right ul.header-sns {
  margin-left: 20px;
}

/************ header */


#top-head {
  width: 100%;
  z-index: 999;
}
#top-head .head-inner {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
#top-head .logo {
  width: 18%;
  min-width: 210px;
}
#top-head #global-nav {
  width: 80%;
}


/* Fixed 
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  background: #999;
  background: rgba(255,255,255,.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
*/
@media screen and (max-width: 767px) {

  /* Toggle Button */
  #header {
    padding: 0;
}

#header .header-right {
  display: block;
}
#header .header-right ul {
  display: block;
}
#header .header-right ul.header-sns {
  margin-left: 0;
}
#header .header-right ul li + li {
  padding-left: 0;
}
#top-head #global-nav {
  width: 100%;
  z-index: 200;
}
  #nav-toggle {
      display: none;
      position: absolute;
      right: 25px;
      top: 25px;
      width: 34px;
      height: 36px;
      cursor: pointer;
      z-index: 101;
  }
  #nav-toggle div {
      position: relative;
  }
  #nav-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #666;
      left: 0;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
      top: 0;
  }
  #nav-toggle span:nth-child(2) {
      top: 11px;
  }
  #nav-toggle span:nth-child(3) {
      top: 22px;
  }

  #top-head .head-inner {
  width: 100%;
}
#top-head .logo {
  width: 40%;
  min-width: auto;
}
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 80px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo, #top-head .logo {
      position: absolute;
      left: 13px;
      top: 12px;
      color: #333;
      font-size: 26px;
      max-width: 210px;
      z-index: 1000;
  }
  #top-head.fixed .logo {
      top: 4px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -545px;
      background: #333;
      width: 100%;
      text-align: center;
      padding: 10px 0 30px;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
      display: block;
  }
  #global-nav ul li {
      float: none;
      position: static;
  }
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 16px 0;
    font-size: 1rem;
}
#top-head #global-nav ul li a.btn_order {
    padding: 20px 0;
    height: 65px;
    font-size: 1rem;
}
  #nav-toggle {
      display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(625px);
      -webkit-transform: translateY(625px);
      transform: translateY(625px);
  }
}

/* +++++++++++++++++++++++++　.worksフッターバナーエリア */
.workslink {
	padding: 200px 0;
}
.workslink h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
    text-align: center;
    font-size: 2.5rem;
}
.workslink h4 {
	font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.workslink .worksbnrarea {
    background: url(../images/common/footer_works_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    aspect-ratio: 3.5 / 1;
    border: 2px solid #282828;
    border-radius: 30px;
}
.worksbnrarea::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(40,40,40,0.2);
    border-radius: 30px;
}
.workslinkTxt {
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%);
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: right;
}
.workslinkTxt h5 {
    font-size: 6.625rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: .8;
}
.workslinkTxt h6 {
    font-size: 1rem;
}
.workslinkTxt p {
    margin-bottom: auto;
    border: 1px solid;
    display: inline-block;
    padding: 0 30px;
    margin-top: 10px;
}
.worksbnrarea .btn_wrap .btn {
  background: #fff;
  color: #282828;
}

@media screen and (max-width: 900px) {
  .workslink {
    padding: 100px 0;
  }
.workslink .worksbnrarea {
    aspect-ratio: 2.5 / 1;
}
}

@media screen and (max-width: 767px) {

  .workslink {
    padding: 2rem 0 5rem;
  }
  .workslink .worksbnrarea {
    aspect-ratio: 1.5 / 1;
    border: 1px solid #282828;
  }
  .workslinkTxt {
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  .workslink h3 {
    font-size: 2.5rem;
    margin: 0.5em 0 0;
  }
  .workslink h4 {
    margin: 0.5em 0 1em;
  }
  .workslinkTxt h5 {
    font-size: 2.7rem;
    margin: 0;
  }
  .workslinkTxt h6 {
    font-size: 1rem;
    margin: 1em 0 0.5em;
  }
}

/* +++++++++++++++++++++++++　ORDERフッターバナーエリア */
.sideoder {
	padding: 200px 0;
}
.sideoder h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
}
.sideoder.collage .ttl_slash h3::before {
  left: -10%;
}
.sideoder.collage .ttl_slash h3::after {
  right: -10%;
}
.sideoder.messagevideo .ttl_slash h3::before {
  left: -10%;
}
.sideoder.messagevideo .ttl_slash h3::after {
  right: -10%;
}
.sideoder .sideoderbnrarea {
  position: relative;
  width: 100%;
  aspect-ratio: 3.5 / 1;
  border: 2px solid #282828;
  border-radius: 30px;
}
.sideoder.portrait .sideoderbnrarea {
  background: url(../images/common/footer_portrait_bg.jpg);
  background-size: cover;
}
.sideoder.collage .sideoderbnrarea {
  background: url(../images/common/footer_collage_bg.png);
  background-size: cover;
}
.sideoder.businesscard .sideoderbnrarea {
  background: url(../images/common/footer_businesscard_bg.png);
  background-size: cover;
}
.sideoder.messagevideo .sideoderbnrarea {
  background: url(../images/common/footer_messagevideo_bg.png);
  background-size: cover;
}
.sideoderbnrarea::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40,40,40,0.2);
  border-radius: 30px;
}
.sideoderTxt {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sideoderTxt h5 {
  font-size: 6.625rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  line-height: .8;
}
.sideoderTxt h6 {
  font-size: 1rem;
}
.sideoderTxt .btn_wrap {
  margin-bottom: 0;
}
.sideoderTxt .btn_wrap .btn {
  background: #fff;
  color: #282828;
}



@media screen and (max-width: 900px) {
  .sideoder {
    padding: 100px 0;
  }
  .sideoder .sideoderbnrarea {
    aspect-ratio: 2.5 / 1;
  }
  .sideoder.businesscard .sideoderbnrarea {
    background-position: 45% top;
}
}



@media screen and (max-width: 767px) {
  .sideoder {
    padding: 2rem 0 5rem;
  }
  .sideoder.collage .ttl_slash h3::before {
    left: -20%;
  }
  .sideoder.collage .ttl_slash h3::after {
    right: -20%;
  }
  .sideoder.messagevideo .ttl_slash h3::before {
    left: -20%;
  }
  .sideoder.messagevideo .ttl_slash h3::after {
    right: -20%;
  }
  .sideoder .sideoderbnrarea {
    aspect-ratio: 1.5 / 1;
    border: 1px solid #282828;
  }
  .sideoder.portrait .sideoderbnrarea {
    background-position: right top;
  }
  .sideoder.collage .sideoderbnrarea {
    background-position: 35% top;
  }
  .sideoder.businesscard .sideoderbnrarea {
    background-position: 75% top;
  }
  .sideoder.messagevideo .sideoderbnrarea {
    background-position: 38% top;
  }
  .sideoderTxt {
    right: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
  .sideoder h3 {
    font-size: 2.5rem;
    margin: 0.5em 0 0.8em;
  }
  .sideoder h4 {
    margin: 0.5em 0 1em;
  }
  .sideoderTxt h5 {
    font-size: 2.7rem;
    margin: 0;
  }
  .sideoderTxt h6 {
    font-size: 1rem;
    margin: 1em 0 0.5em;
  }
  .sideoderTxt .btn_wrap {
    margin: 1rem auto 0;
  }
}

/* +++++++++++++++++++++++++　.contactorder フッターバナーエリア */  
.contactorder {
    height: 524px;
    margin: 200px 0 150px;
    position: relative;
    overflow: hidden;
}

.contactorder h2 {
    line-height: 1.2;
    text-align: center;
}
.contactorder h2 span.roboto {
    font-size: 2.625rem;
}
.contactorder h2 span {
    display: block;
}

.contactorder .btn_wrap .btn {
    width: 280px;
}
.contactlink {
    background: url(../images/common/btn_contact01_pc.png)  no-repeat center right /  auto 100%;
    width: 59%;
    height: 371px;
    margin-left: -10%;
    position: absolute;
    left: 0;
}
.contactlink .contactorderTxt {
    position: absolute;
    right: 0;
    padding: 90px 10vw 90px 0;
}
.orderlink {
    background: url(../images/common/btn_order01_pc.png) no-repeat center left /  auto 100%;
    width: 59%;
    height: 419px;
    margin-right: -10%;
    position: absolute;
    right: 0;
    top: 50px;
}
.orderlink .contactorderTxt {
    position: absolute;
    left: 0;
    top: 0;
    padding: 75px 0 75px 10vw;
}
.contactorder .orderlink h2 {
    color: #fff;
}

.contactorder .orderlink .btn_wrap .btn {
    background: #fff;
    color: #000;
}

@media screen and (max-width: 900px) {
.contactorder {
  margin: 120px 0 60px;
}
}
@media screen and (max-width: 767px) {
  .contactorder {
    height: 400px;
    margin: 4rem 0 1rem;
}
  .contactorder h2 span.roboto {
    font-size: 1.5rem;
}

  .contactlink {
    height: 210px;
}
.contactlink .contactorderTxt {
  padding: 15px 5vw 15px 0;
}
.contactorder .btn_wrap .btn {
  width: 205px;
}
.orderlink {
  height: 315px;
}
.orderlink .contactorderTxt {
  padding: 15px 0 15px 5vw;
}
}

@media screen and (max-width: 480px) {

  .contactorder {
    height: 510px;
    margin: 3rem 0 2rem;
}

.contactorder h2 {
    margin: 1.5em 0 .5em;
}
.contactorder h2 span {
  font-size: 0.875rem;
}
.contactorder h2 span.roboto {
  font-size: 1.75rem;
}
.contactorder .btn_wrap {
  margin: .5em auto;
}
.contactorder .btn_wrap .btn {
  width: 225px;
}
.contactlink {
    width: 100%;
    height: auto;
    aspect-ratio: 2 /1;
    margin-left: 0;
    left: -10%;
}
.contactlink .contactorderTxt {
  padding: 1rem 3rem;
}
.orderlink {
  width: 100%;
  height: auto;
  aspect-ratio: 2 /1.3;
  margin-right: 0;
  right: -10%;
  top: 225px;
}
.orderlink .contactorderTxt {
  padding: 1rem 3rem;
}

}

/* +++++++++++++++++++++++++　footer */
#footer nav.footer-nav_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 3;
}
#footer ul.footer-nav {
  margin-right: 40px;
  flex-wrap: wrap;
}
#footer-content-area .footer-gnav ul li {
    line-height: 2;
}
#footer-content-area .footer-gnav ul.footer-nav li + li::before {
  display: none;
}
#footer ul.footer-nav li a {
  color: #000;
  line-height: 2;
}

#footer-content-area .btn_wrap {
  margin: 30px;
}

#footer-content-area .footer-gnav ul li .link_txt {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  #footer nav.footer-nav_wrap {
    display: block;
}
  #footer ul.footer-nav {
    margin-right: 0;
    margin-bottom: 1rem;
}
#footer-content-area .footer-gnav ul.footer-sns {
  margin-bottom: 2rem;
}
#footer-content-area .footer-gnav ul.footer-nav li + li {
  margin-top: 0;
  padding-left: 0;
}
#footer-content-area .footer-gnav ul.footer-sns li + li {
  margin-top: 0;
}
#footer-content-area .btn_wrap {
  margin: 1rem 0 0;
}
}

label.contact-label {
  display: flex;
}
span.contact-ttl {
  width: 28%;
  margin-top: 5px;
}
span.contact-imp {
  width: 6%;
  margin-top: 10px;
  background-color: #FF0000;
  align-self: baseline;
  text-align: center;
  color: #fff;
  margin-right: 3%;
  font-weight: 800;
  font-size: .8rem;
}
span.contact-input {
  width: 60%;
}


.post-content p.confirm-ttl {
  margin-bottom: 1rem;
  font-weight: 800;

}
.contact-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
.contact-previousbtn-wrap input.wpcf7-form-control.wpcf7-previous {
  background-color: #ccc;
  border: none;
  padding: 10px 20px;
}





@media screen and (max-width: 767px) {
  label.contact-label {
    display: block;
}
span.contact-imp {
  width: 20%;
  margin-top: 2px;
  margin-right: 0;
  padding: 0 1rem;
  display: block;
}
span.contact-input form textarea,
span.your-message textarea {
  width: 100%;
}
}


/* +++++++++++++++++++++++++　VOICE読み込み */

#gallery .voice .ttl_roboto {
    width: 25%;
    text-align: left;
}
#gallery .voice .arrowlist {
    width: 75%;
    align-items: flex-start;
}

#gallery .voice .arrowlist li {
    width: 32%;
    margin-bottom: 20px;
}
#gallery .voice .arrowlist li img {
    border: 2px solid #282828;
    border-radius: 50%;
    width: 90%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1;
}
#gallery .voice .arrowlist .post-content {
    padding: 1rem 2rem;
}
#gallery .voice .arrowlist .post-title {
    font-size: 1.25rem;
    position: relative;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gallery .voice .arrowlist .post-title a {
    display: flex;
}
#gallery .voice .arrowlist .post-title a:hover {
    color: initial;
}
#gallery .voice .arrowlist .post-title .btninner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-self: center;
}



#gallery .voice .arrowlist .post-title .fa-arrow-right  {
    position: absolute;
    font-size: 0.875rem;
    line-height: 1;
    top: calc(50% - 0.7rem);
    right: -1.5rem;
    margin: 0;
    padding: 4px 5px;
    transition: all 0.3s;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
}
#gallery .voice .arrowlist a:hover .post-title .fa-arrow-right {
    right: -2.5rem;
}





@media screen and (max-width: 1000px) {
#gallery .voice .ttl_roboto {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
#gallery .voice .arrowlist {
    width: 100%;
    justify-content: center;
}
}

@media screen and (max-width: 767px) {
  

#gallery .voice .arrowlist li {
    width: 50%;
}
#gallery .voice .arrowlist .post-content {
    padding: .5rem 1rem;
}
#gallery .voice .arrowlist .post-title {
    font-size: 1rem;
}
}