@charset "utf-8";

/* base style
****************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  line-height: 1.6;
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

h3 {
  font-size: 1.6em;
}

.money,
.time {
  font-size: 1.3em;
}


/* original style
****************************************/

.red {
  color: #990000;
}

.first-red::first-letter {
  color: #990000;
}

.white {
  color: #fff;
}

.gray {
  background-color: #dcdcdc;
}

.black {
  background-color: #000000;
}

.inner100 {
  width: 100%;
  margin: 0 auto;
}

.inner940 {
  width: 96%;
  max-width: 940px;
  margin: 0 auto;
}

.inner800 {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.is-between {
  justify-content: space-between;
}

.is-center {
  align-items: center;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  justify-content: center;
}

.inline-block {
  display: inline-block;
}

.line-height35 {
  line-height: 35px;
}

.is-start {
  align-items: flex-start;
}

#modal,
#modal_01,
#modal_02 {
  display: none;
}

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

.header {
  position: relative;
}

.background {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.3);
}

.navToggle {
  display: none;
}

/* mv
****************************************/
#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -100;
  background: url('poster.jpg') no-repeat;
  background-size: cover;
}

/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title {
  position: relative;
  /*必ず必要*/
  z-index: 2;
  /*必ず必要*/
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}

/* slider
****************************************/
.sliderbox {
  position: relative;
}

.sliderbox_ttl {
  width: 96%;
  color: #fff;
  font-family: 'Anton';
  letter-spacing: 3px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 2%;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.slider {
  z-index: 1;
}

.slider img {
  width: 100%;
}


/* main
****************************************/

.en {
  font-family: 'Anton';
  letter-spacing: 0.05em;
  font-weight: 400;
}

.jp {
  font-family: serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.title_en_only {
  font-size: 2.5em;
  padding: 30px 0 30px 0;
  line-height: 50px;
}

.title_en {
  font-size: 2.5em;
  height: 1.4em;
}


.title_topdown {
  padding: 30px 0 20px 0;
}

.shoes_title {
  font-size: 1.8em;
  font-weight: bold;
}

.font_s {
  font-size: 1.0em;
  padding-bottom: 10px;
  font-weight: bold;
}

.bottom10 {
  padding-bottom: 10px;
}

.bottom20 {
  padding-bottom: 20px;
}

.bottomt20 {
  padding-top: 20px;
}


.bottom40 {
  padding-bottom: 40px;
}

.bottom60 {
  padding-bottom: 60px;
}


.comment {
  font-size: 1.2em;
}

.link {
  padding: 20px 0 60px 0;
}

.col32 {
  width: 32%;
}

.col48 {
  width: 48%;
  max-width: 400px;
}

.bolder {
  font-weight: bold;
}



/* other_link
****************************************/


.onav li {
  width: 24%;
}

.onav a {
  display: block;
  text-align: center;
  padding: 80px 0;
  background: #000;
  transition: 0.2s all ease 0s;
  font-size: 28px;
}

.onav a:hover {
  background-color: #deb887;
  transform: translate(0px, 4px);
}

.onav .ja {
  font-size: 12px;
  line-height: 1;
  display: block;
}

/* order
****************************************/


/* news
****************************************/

.newsimg {
  margin-bottom: 10px;
  position: relative;
  padding-top: calc(220 / 400 * 100%);
}

.newsimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bkcolor_black {
  background-color: #000;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.box {
  display: block;
  width: 60%;
  margin: 0 auto 40px;
  padding: 10px 10px;
  border-top: solid 3px #CCC;
  border-bottom: solid 3px #CCC;

}

.box p {
  margin: 0;
  padding: 0;
}



/* footer
****************************************/
.footer {
  padding: 20px;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.footer_box img {
  margin-top: 20px;
}


/* button
****************************************/
.button :hover {
  outline: 3px solid #fff;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -10px;
  /* 対象の要素からの距離、マイナス(内側)にも対応 */
}


/* top page
****************************************/
.top_worksList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}

.top_worksList>li {
  width: 32%;
  margin-bottom: 20px;
}

.top_worksList a {
  display: block;
}

.top_worksList ._imgBox {
  position: relative;
  padding-top: calc(200 / 300 * 100%);
}

.top_worksList ._imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top_worksList ._textBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}

.top_worksList ._textBox ._en::first-letter {
  color: #990000;
  font-size: 1.8em;
}

.top_worksList ._textBox p:first-child {
  margin-right: 0.3em;
}

.top_worksList ._textBox p+p::before {
  content: "/";
}


.section_top_newsList {
  gap: 40px 0;
}

@media screen and (max-width:700px) {
  .top_worksList {
    gap: 0 4%;
  }

  .top_worksList>li {
    width: 48%;
  }

  .section_top_newsList {
    gap: 20px 0;
  }
}



/* about
****************************************/
.profile {
  width: 60%;
}

.about_career_profile {
  position: relative;
}

.absolute {
  position: absolute;
  top: 20%;
  right: 20%;
}

.about_career_01 {
  /*    float: right;*/
  text-align: left;
  vertical-align: sub;
}

.career_ttl {
  position: relative;
  z-index: 2;
}

.career_container {
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.career_textBox {
  width: 560px;
  margin-top: 10px;
  margin-left: auto;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.career_logo {
  font-size: 16px;
}

.career_name {
  font-size: 72px;
  line-height: 1;
  font-feature-settings: 'palt';
}

.career_name_en {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
  line-height: 1.2;
  vertical-align: middle;
  margin-top: -5px;
}

.career_profile dl {
  display: flex;
  line-height: 1.2;
  margin-top: 30px;
}

.career_profile dt {
  width: 70px;
  font-family: 'Anton';
  font-size: 24px;
  letter-spacing: 0.05em;
}

.career_profile dt:first-letter {
  color: #900;
}

.career_profile dd {
  font-size: 18px;
}

.career_profile dd p+p {
  margin-top: 30px;
}

.career_image {
  width: 50%;
  text-align: right;
  position: absolute;
  right: 45%;
  bottom: 0;
}



/* works
****************************************/
.worksCont {
  padding-bottom: 60px;
}

.worksCont_main {
  margin-bottom: 10px;
  padding-top: calc(450 / 800 * 100%);
  position: relative;
}

.worksCont_main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.worksCont_thumbnail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px calc((100% - 19% * 5) / 4);
  margin-bottom: 20px;
}

.worksCont_thumbnail>div {
  width: 19%;
  padding-top: calc(85.5 / 800 * 100%);
  position: relative;
}

.worksCont_thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

@media screen and (max-width:700px) {
  .worksCont_info {
    text-align: center;
  }
}


/* NEWS
****************************************/
.text {
  padding-left: 20px;
}


.news_list {
  margin-top: 60px;
  border-bottom: 1px solid #000;
}

.news_list a {
  display: block;
  border-top: 1px solid #000;
  position: relative;
  padding: 20px 45px 20px 20px;
}

.news_list a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.item_borrom {
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  line-height: 1;
}

.news_date {
  margin-right: 10px;
  letter-spacing: 0.12em;
  font-weight: bold;
}

.news_list_2019 {
  display: block;
  font-size: 1.2em;
  line-height: 1.6;
  text-align: right;
  font-weight: bold;
  padding: 20px 0 60px;
}

.pagenation {
  margin: 40px 0 60px;
}

.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  font-size: 16px;
}

.pagenation .current,
.pagenation a:hover {
  color: #990000;
}




/* NEWS_ダウン
****************************************/
.postTtl {
  margin: 20px 0 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.postCont {
  margin-top: 20px;
  font-size: 1.2em;
  text-align: center;
}

.postCont p,
.postCont .wp-block-image {
  margin-bottom: 20px;
}

.postCont .wp-block-image figcaption {
  margin: 2px 0 0;
  font-size: 13px;
}

.postCont a {
  text-decoration: underline;
}

.postCont a:hover {
  color: #990000;
}

.postCont .wp-block-gallery {
  gap: 10px 10px;
}

.postCont .wp-block-gallery .wp-block-image {
  margin: 0 !important;
  position: relative;
  width: calc((100% - 10px) / 2) !important;
  max-width: calc((100% - 10px) / 2) !important;
  padding-top: calc((100% - 10px) / 2) !important;
}

.postCont .wp-block-gallery .wp-block-image a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.postCont .wp-block-gallery .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 600px) {
  .postCont .wp-block-gallery .wp-block-image {
    width: calc((100% - 20px) / 3) !important;
    max-width: calc((100% - 20px) / 3) !important;
    padding-top: calc((100% - 20px) / 3) !important;
  }
}

#fancybox-wrap #fancybox-left span {
  left: 10px;
}

#fancybox-wrap #fancybox-right span {
  left: auto;
  right: 10px;
}

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

  #fancybox-wrap #fancybox-left-ico,
  #fancybox-wrap #fancybox-right-ico {
    top: 100%;
    margin-top: 10px;
  }
}

.news_label {
  margin-top: 60px;
}

@media screen and (max-width:700px) {
  .postCont {
    text-align: left;
  }
}

/* order flow
****************************************/
.course02,
.flow,
.repair {
  display: flex;
  margin: 0 auto;
}

.repair {
  justify-content: center;
  align-items: center;
}

.course02_mainBox,
.flow_mainBox {
  width: 40%;
}

.course02_subBox,
.flow_subBox {
  padding-left: 40px;
  width: 60%;
}

.repair_subBox {
  padding-left: 30px;
  width: 400px;
}



/*flow
****************************************/

.arrow_bottom {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}


/*option
****************************************/
.option {
  display: none;
}

.option_container {
  padding: 100px 0;
  text-align: center;
}

.option_ttlEn {
  font-size: 80px;
  line-height: 1.2;
  text-align: center;
}

.option_ttlJp {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: bold;
}


.option_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1%;
  line-height: 1.2;
}

.option_list li {
  width: 19.2%;
}

.option2 .option_list li {
  width: 24%;
}

.option_list ._icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 68px;
}

.option_list ._contTtl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
}

.option_list p+p {
  margin-top: 10px;
}

.option_list ._contTtl+p {
  margin-top: 5px;
}



/*option カラー*/
.optionColor {
  background: url(../img/op/color_bg.svg) center / 500px auto no-repeat;
}

.optionColor_cont {
  display: inline-block;
  text-align: left;
}

.optionColor_cont p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
}


@media screen and (max-width:700px) {
  .modaal-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .option_container {
    padding: 30px 0;
  }

  .option_ttlEn {
    font-size: min(calc(80 / 700 * 100vw), 80px);
  }

  .option_ttlJp {
    margin-bottom: 40px;
    font-size: 17px;
  }


  .option_list {
    justify-content: center;
    gap: 30px 4%;
    max-width: 400px;
    margin: 0 auto;
  }

  .option_list li,
  .option2 .option_list li {
    width: 48%;
    font-size: 13px;
  }


  .option_list ._contTtl {
    font-size: 14px;
  }

  .option_list p:nth-of-type(3) {
    margin-top: 0;
    font-size: 12px;
  }




  .optionColor {
    background-size: contain;
  }

  .optionColor_cont p {
    font-size: 16px;
  }
}



/*contact
****************************************/


.contact_01 {
  margin-bottom: 30px;
}

.w45 {
  width: 45%;
}

.cp_iptxt {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

.cp_iptxt input[type='text'],
.cp_iptxt input[type='tel'],
.cp_iptxt input[type='email'] {
  font: 15px/24px sans-serif;
  width: 100%;
  padding: 0.3em;
  transition: 0.3s;
  letter-spacing: 1px;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
}

textarea {
  border: 1px solid #000;
  width: 100%;
  min-height: 100px;
}

input[type='submit'] {
  width: 30%;
  background: #000;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding: 10px 0;
}

.info {
  width: 45%;
  display: block;
  position: relative;
}

.googlemap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section_contact_form {
  margin: 40px auto 60px;
}




/* media
****************************************/
@media screen and (min-width:701px) {
  .nav {
    display: block !important;
  }
}

/* media
****************************************/
@media screen and (max-width:1140px) {

  .career_textBox {
    width: 60%;
    max-width: 548px;
    margin-top: -10px;
    padding-bottom: 40px;
  }

  .career_name {
    font-size: 56px;
  }

  .career_profile dl {
    margin-top: 4%;
  }

  .career_profile dt {
    font-size: 20px;
  }

  .career_profile dd {
    font-size: 16px;
  }

  .career_profile dd p+p {
    margin-top: 4%;
  }

  .career_image {
    max-width: 500px;
    right: 50%;
  }
}


@media screen and (max-width:700px) {
  .col32 {
    width: 48%;
  }

  .onav li {
    width: 60%;
    margin: 0 auto 10px;
  }

  .onav a {
    padding: 10px;
  }

  .navToggle {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 10px;
    right: 10px;
    width: 40px;
    padding: 10px;
    z-index: 10;
  }

  .navToggle:hover {
    cursor: pointer;
  }

  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 6px;
    background: #fff;
    transition: 0.4s;
  }

  .navToggle span:first-child {
    margin-top: 0;
  }

  .navToggle.on span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navToggle.on span:nth-child(2) {
    transform: translateX(10px);
    opacity: 0;
  }

  .navToggle.on span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 58px;
    right: 0;
    z-index: 11;
  }

  .gnav {
    display: block;
    text-align: center;
  }

  .gnav a {
    display: block;
    padding: 10px;
  }




  .course02,
  .flow,
  .repair {
    display: block;
    max-width: 400px;
  }

  .course02_mainBox,
  .flow_mainBox,
  .repair_mainBox {
    width: 100%;
  }

  .course02_subBox,
  .flow_subBox,
  .repair_subBox {
    width: 100%;
    padding-left: 0;
  }

  .section_contact_form {
    display: block;
  }

  .section_contact_form .w45,
  .info {
    width: 100%;
  }

  .googlemap {
    position: static;
    width: 80%;
  }

  .info {
    padding: 40px 0 20px;
    ;
  }



  .career_textBox {
    width: 100%;
    max-width: 100%;
    margin-top: -28px;
    padding-left: 12px;
    padding-bottom: 26px;
  }

  .career_logo {
    font-size: 10px;
    font-size: 2.6vw;
  }

  .career_logo img {
    width: 12%;
  }

  .career_name {
    font-size: 28px;
    font-size: 7.5vw;
  }

  .career_name_en {
    font-size: 7px;
    font-size: 2vw;
    margin-left: 10px;
  }

  .career_profile dl {
    margin-top: 2%;
  }

  .career_profile dt {
    width: 8%;
    font-size: 12px;
    font-size: 2.6vw;
    padding-top: 0.1em;
  }

  .career_profile dd {
    width: 92%;
    font-size: 12px;
    font-size: 2.6vw;
  }

  .career_profile dd p+p {
    margin-top: 2%;
  }


  .career_image {
    width: 63%;
    left: auto;
    right: 0;
  }

  .repair {
    display: block;
    text-align: center;
  }

  .repair_subBox {
    width: 100%;
    text-align: center;
  }

  .info_details {
    padding-bottom: 20px;
  }

}

.comment {
  width: 85%;
  margin: 0 auto;
}


/* media
****************************************/
@media screen and (max-width:450px) {
  .comment {
    text-align: left;
  }

  .inner800 {
    width: 85%;
  }

  .box {
    width: 100%;
  }
}


/* 404ページ
****************************************/
.page404_headerBg {
  background: #000;
  height: 140px;
}

.page404 {
  padding: 200px 0;
}

.page404_ttl {
  margin-bottom: 60px;
  font-size: 18px;
}

.page404 a {
  text-decoration: underline;
}

@media screen and (max-width:700px) {
  .page404_headerBg {
    display: none;
  }

  .page404 {
    padding: 100px 0;
  }
}