@charset "UTF-8";

/*
Theme Name: speedy
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;1,400&display=swap');

:root { 
  --key-Color: #1a2254;
  --blue: #022e78;
  --red: #bf0826;
  --corner: 2.46em;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --w50-space: 45%;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1100px;
  --h1 :5.510vw;
  --h2 :5.7083vw;
  --h3 : 3.7rem;
  --h4 : 1.25rem;
  --Text-normal: 16px;
  --navi-ft-size: 1.0rem;
  --flex_hurf : calc(100% / 2);
  --flex_third : calc((100% - 5vw) / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --ph_left_img: 50vw;
  }
  
  @media screen and (min-width: 768px) and (max-width: 1350px) {
  
    :root { 
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 5vw;
      --negative_margin_bottom: -10vh;
    }
  
  }
  
  @media screen and (min-width: 768px) and (max-width: 1024px) {
  
    :root { 
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 1.5em;
      --col-space : 5vh;
      --s2-space: 3vh;
      --negative_margin_bottom: -10vh;
      --w50-space :100%;
      --ph_left_img: 70vw;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 4vw;
      --col-space : 5vh;
      --h1 :10.510vw;
      --h2 :10.7083vw;
      --s1-space: 5vh;
      --s2-space: 2.5vh;
      --s3-space: 1.5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      --sp-none: none;
      --fix_head_margin: 50px;
      --flex_concept01 : calc(100% / 2);
      --flex_concept02 : calc(100% / 2);
      --w50-space: 100%;
      }
  
      .sp-none{
        display:none;
      }
  
  }
  
  
  
  @media screen and (min-width: 768px) {
  
    .br-sp{display:none;}
  
    .pc-none{
    display:none;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
  

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1vw;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  }
  article.sec-block{
    position: relative;
  }

  article.sec-block:last-child{
    min-height: 125vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .sec-block.news{
    min-height: 50vh;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .block-bg {
    transition: all .7s ease;
}

html.active {
  overflow: hidden;
}

main {
  position: relative;
}

img {
  max-width:100%;
}

section {
  width: 100%;
  position: relative;
}

.post_main section:not([class]){
  padding: var(--col-space) var(--row-space);
}

section.group{
  padding-top: 0;
}

section.group.pb{
  padding-bottom: var(--col-space);
}

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

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h3.l-border{
  border-left: 8px solid var(--red);
  padding-left: 15px;
  font-size: calc(var(--h3) / 1.75);
  margin: var(--s2-space) 0;
}

h3.l-border.mt{
  margin-top: 0;
}

a {
  text-decoration: none;
}

p{
  font-size: 1.0rem;
  line-height: 1.9;
  color:#121212;
}

p:not(:last-child){
  margin-bottom: 1em;
}

p.Center{
  text-align: center;
}

p.bold{
  font-weight: bold;
}

p.mt{
  margin-top: var(--s2-space);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

.main_container {
  max-width: 93.75vw;
  padding: 0 50px;
  margin: auto;
}

.main_container1 {
  width:100%;
  max-width: 1200px;
  padding: 0;
  margin:0 auto;
}

.main_container2 {
  max-width: 1100px;
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 1;
}


p.title {
  font-family: GaramondPremrPro;
  font-weight: normal;
  font-size: 63.17px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #D2B338;
  background: linear-gradient(#D2B338 0%, #E8D691 87.47%, #E8D691 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* アニメーション */

.sitename{
  color:var(--sb-thumb-color);
  font-family: "goudy-old-style", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 46px;
}

.sitename span{
  opacity: 0;
  position:relative;
  transition: all .3s;  
}
@keyframes showtext{
  0%{
      opacity: 0;
      bottom:-60px;
      filter: blur(4px);
  }
  100%{
      opacity: 1;
      bottom:0;
      filter: blur(0);
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align:center;
  color:#111;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/

body{
    background:#333;
}

body.appear{
    background:#fff;
}

.splashbg{
  position: fixed;
  top: 0;
  right:0;
  bottom:0;
  left: 0;
  border-width: 0px;
  border-style:solid;
    border-color: var(--red);
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

@keyframes backBoxAnime{
  99.9% {
        z-index: 2;
    border-width: 0px;
  }
    100%{
       z-index: -1;
        border-width: 0px;
    }
}

#container{
    position: relative;
  opacity: 0;
}

body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay:0.2s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

.animation_wrap{
  position: relative;
  overflow: hidden;
}

.animation_wrap_text{
  position: relative;
}

.animation::before,
.animation::after{
    content: '';
    width: 100%;
    height: 100.5%;
    position: absolute;
    left: 0;
    top: 0;
}
.animation::before{
  background: var(--red);
  z-index: 3;
  transition: .55s;
}
.animation::after{
background: var(--blue);
  z-index: 2;
  transition: .55s;
}
.animation-bk::before,
.animation-bk::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
}
.animation-bk::before{
    background: #1a2254;
    z-index: 3;
    transition: 1s;
}
.animation-bk::after{
  background: #262626;
    z-index: 2;
    transition: 1s;
    transition-delay: .5s;
}

.animation.show::before,
.animation.show::after,
.animation-bk::before,
.animation-bk::after
{
    transform: translateY(100%);
}
.animation img, .animation-bk img{
    opacity: 0;
    transform: scale(1.5);
    transition: 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .4s;
}
.animation.show img, .animation-bk.show img{
    opacity: 1;
    transform: scale(1);
}

.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--red);
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}


.page__fv.animation{
  opacity: 0;
  transform: scale(1.5);
  transition: 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .4s;
}
.page__fv__wrap{
  overflow: hidden;
}
.page__fv.animation.show{
  opacity: 1;
  transform: scale(1);
}

.page__fv.animation::before{
  background: transparent;
}

.animation_wrap_top.show{
animation-delay:2s;
}

.animation-text{
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: 1.2s;
  transition-delay: 1s;
}

.animation-text.show {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.animation-title{
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition: 1.2s;
  transition-delay: .8s;
}

.animation-title.show {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.animation p{
    color: #FFF;
    opacity: 0;
    transform: translateX(-40px);
    transition: 1.2s;
    transition-delay: .8s;
    z-index: 1;
    overflow: hidden;
}
.animation.show p{
    opacity: 1;
    transform: translateX(0);
}

.animation-pattern2 {
  opacity: 0;
  transform: translateY(40px);
  transition: .8s;
  transition-delay: .8s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  padding-bottom: 1px;
}

.animation-pattern2.show{
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.animation-pattern2.show:hover{
  opacity: 0.85;
}

.animation-pattern2.show .eye img{
  transition:1s all;
}

.animation-pattern2.show:hover .eye img{
  transform:scale(1.1,1.1);
  transition:1s all;
}

.animation-pattern2.show .eye{
  overflow: hidden;
}

.animation-pattern3.show, .animation-pattern4.show {
  opacity: 1;
  transform: translateX(0);
}

.animation-pattern3{
  opacity: 0;
  transform: translateX(40px);
  transition: .8s;
  transition-delay: .5s;
}
 
.animation-pattern4{
  opacity: 0;
  transform: translateX(40px);
  transition: .8s;
  transition-delay: 1s;
}

header .header_main ul li{
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: .2s;
}

header .header_main ul li:nth-of-type(2){
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: .4s;
}

header .header_main ul li:nth-of-type(3){
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: .6s;
}

header .header_main ul li:nth-of-type(4){
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: .8s;
}

header .header_main ul li:nth-of-type(5){
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: 1s;
}

header .header_main ul li:nth-of-type(6){
  opacity: 0;
  transform: translateY(-100px);
  transition: .8s;
  transition-delay: 1.2s;
}

header .show.header_main ul li{
  opacity: 1;
  transform: translateY(0px);
}


/* header */
header {
  width: 100%;
  position: absolute;
  padding:0;
  z-index: 5;
}

header .header_main{
  margin-top:-2.5vh;
  margin-right: 110px;
}

header .header_logo{
  margin-top:0;
  margin-bottom:0;
  position: relative;
}

header .header_logo{
  padding: 1em;
  position: relative;
  z-index: 1;
}

header .header_logo {
  width:370px;
  height:180px;
  position: relative;
  background: url(../images/logo_bg.png)no-repeat left top;
  background-size: contain;
  padding: 1em 1em 1em 2em;
}


header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
header .header .header_logo img {
  width: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.title_wrap{
  position: absolute;
  left: var(--col-space);
  bottom:9.55vh;
  z-index: 2;
  max-width: 50vw;
  margin-top: auto;
  padding: 2.5vw;
  background: rgba(0,0,0,0.25);
}

.site__title{
  font-size: var(--h1);
  color:#fff;
  font-family: 'Anton', sans-serif;
  font-weight: 900;
  line-height: 1.15;
}

.site__title:nth-of-type(2){
  margin-left:12.5vw;
}

.top_slider .disc{
  color:#fff;
  margin-top: 2em;
  font-size: 1.0rem;
}

header .header .header_main.open .Left {
  width: 44.4vw;
  height: 103vh;
  background: url(../images/nav_bg.jpg)no-repeat;
  background-size: cover;
}

header .header .header_main.open .Right {
  width: 55.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .header .header_main.open .Right .flex{
  display: flex;
  justify-content: flex-start;
  column-gap: 5vw;
}

@media screen and (max-width: 767px) {
  header .header .header_main.open .Right .flex{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    column-gap: 0;
  }
}

header .header .header_main ul {
  display: none;
  gap: 40px;
}

header .header .header_main.open ul{
  display: flex;
}

header .header .header_main ul li a {
  letter-spacing: 0.08em;
  color: #221818;
}

.sp_menu_btn {
  top:0;
  right:0;
  width: 11.9047619048vw;
  height: 11.9047619048vw;
  max-width:90px;
  max-height: 90px;
  z-index: 100;
  position: fixed;
  opacity:1;
  background: var(--red);
  backdrop-filter: blur(3px);
  transition: all 0.3s;
  display: block;
}

.sp_menu_btn .bt-menu-trigger {
  font-size: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.sp_menu_btn .bt-menu-trigger span {
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -0.1em;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.3s;
}
.sp_menu_btn .bt-menu-trigger span:after,
.sp_menu_btn .bt-menu-trigger span:before {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 100%;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.sp_menu_btn .bt-menu-trigger span:before {
  transform: translateY(-5px);
}
.sp_menu_btn .bt-menu-trigger span:after {
  transform: translateY(5px);
}
.sp_menu_btn .bt-menu-trigger.bt-menu-open span:before {
  transform: translateY(-3px) translateX(7.5px) rotate(45deg) scaleX(0.6);
}
.sp_menu_btn .bt-menu-trigger.bt-menu-open span:after {
  transform: translateY(3px) translateX(7.5px) rotate(-45deg) scaleX(0.6);
}

.sp_menu_btn.isActive {
  opacity: 1;
  transition: all 0.65s;
  pointer-events: inherit;
}

header .header .header_main.open {
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100vw;
  height: 103vh;
  padding: 0;
  background: #fff;
  z-index: 99;
  transition: all 0.3s;
}

header .header .header_main.open .Left{
  width:44.4vw;
  height:103vh;
  background: url(../images/nav_bg.jpg)no-repeat;
  background-size: cover;
}

header .header .header_main .Right .copy{
  display: none;
}

header .header .header_main.open .Right{
  width:55.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: var(--col-space);
}

header .header .header_main.open .Right .copy{
  margin:0 auto 5vh;
  text-align: center;
  max-width: 300px;
  display: block;
}

header .header .header_main.open .copy img{
  max-width: 100%;
  width: auto;
}

header .header .header_main.open ul {
  flex-direction: column;
  justify-content: flex-start;
  gap: .5238095238vw;
  margin-right: var(--row-space);
}
header .header .header_main.open ul li a {
  font-size: 20px;
  padding-left: 30px;
  display: block;
  border: 1px solid #eee;
  padding: .5em;
  border-left: 2px solid #b00818;
  position: relative;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header .header .header_main.open ul li a:before{
  content: '';
  background: url(../images/curcle.svg) left center;
  position: absolute;
  bottom:5px;
  right:5px;
  width:15px;
  height: 15px;
  background-size: contain;
}

header .header .header_main ul li a:hover{
  color:var(--red);
  transition: transform .3s;
}

header .header .header_main ul li a:after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--red);
  transition: transform .3s;
  transform-origin: right top;
  transform: scale(0,1);
}
header .header .header_main ul li a:hover:after {
  transform-origin: left;
  transform: scale(1,1);
}

header .Inner{
  position: relative;
}

.top_slider {
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.bottom__square{
  background: url(../images/bottom_triangle.png)no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom:0;
  z-index: 5;
  width:25%;
  height:170px;
}

.top_slide_main{
  overflow: hidden;
}

.top_slider .slick-img img {
  width: 100%;
}

.top_slider .slick-next, .top_slider .slick-prev{
  background: var(--red);
  width:60px;
  height:60px;
  z-index: 10;
  top:inherit;
  bottom:20px;
  cursor: pointer;
}
.top_slider .slick-prev:hover::before{
-webkit-animation: prev-arrow .5s forwards;
    animation: prev-arrow .5s forwards;
}

.top_slider .slick-next:hover::before{
  -webkit-animation: next-arrow .5s forwards;
    animation: next-arrow .5s forwards;
}

@keyframes prev-arrow{
0% {
  opacity: 0;
  margin-left: 10px;
}
99.9%, 100% {
  opacity: 1;
  margin-left: 1px;
}
}
@keyframes next-arrow{
  0% {
    opacity: 0;
    margin-right: 10px;
  }
  99.9%, 100% {
    opacity: 1;
    margin-right: 1px;
  }
  }

.top_slider .slick-prev{
  left:inherit;
  right:120px;
}

.slick-prev:before, .slick-next:before{
  font-size: 28px;
  display: block;
}

.slick-prev:before{
  font-family: "FontAwesome";
	content: '\f104';
}

.slick-next:before{
  font-family: "FontAwesome";
	content: '\f105';
}


.top_slider .slick-next{
  left:inherit;
  right:50px;
}

.dots-5{
  position: absolute;
  z-index: 10;
  bottom:2em;
}

.dots-5 .slick-dots {
  text-align: center;
}
.dots-5 .slick-dots li {
  display: inline-block;
  width: 100px;
  height: 6px;
  margin: 4px;
  background: #eaeaea;
  cursor: pointer;
}
.dots-5 .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}
.dots-5 .slick-dots .slick-active button {
  background: #0a467d;
  opacity: 1;
}
.slick-slide{
position: relative;
}

.slide-items .slick-slide img, .slide-items-brand .slick-slide img{
  height:100%;
  width:100%;
  object-fit: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.top_slider::after{
  content: '';
  position: absolute;
  bottom:0;
  right:calc(100% - 89.06vw);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.42vw 10.42vw 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: -1;
  }

.top_slider .top_slide_main {
  width: 100vw;
  margin: 0;
}
.top_slider .top_slide_main .slide img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
.top_slider .main_content {
  position: absolute;
  right: 15.3333333333vw;
  top: 11.0208333333vw;
}

.top_slider .main_content h2 span {
  font-size: 35px;
  display: block;
  margin-top: 7.5vh;
}

.top_slider .scroll__down {
  position: absolute;
  right: calc(var(--row-space) * 1.5);
  bottom: 10.5vh;
  font-family: "goudy-old-style", serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 24.01px;
  color: var(--key-Color);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}


.page__fv{
  min-height:35vh;
  margin: 0 calc(50% - 50vw);
  width:100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.page__fv h1{
  margin: 0 auto;
  font-size: 3.4375vw;
  color: #fff;
  text-align: center;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  max-height: 25vh;
  position: relative;
  z-index: 5;
}

.page__fv::after{
  content:'';
  background: rgba(0,0,0,0.355);
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  transform: translateY(0%) !important;
}

.page__fv.company, .page__fv.privacy-policy{
  background: url(../images/company/company_fv.jpg)no-repeat center top;
  background-size: cover;
}
.page__fv.about-us{
  background: url(../images/aboutus/aboutus_fv.jpg)no-repeat center center;
  background-size: cover;
}
.page__fv.news{
  background: url(../images/aboutus/aboutus_fv.jpg)no-repeat center center;
  background-size: cover;
}
.page__fv.culture-deck, .page__fv.super-lotax, .page__fv.products{
  background: url(../images/culture-deck/culture-deck_fv.jpg)no-repeat center center;
  background-size: cover;
}
.page__fv.brand-car-system{
  background: url(../images/brand/carsystem_fv.png)no-repeat center center #e40815;
  background-size: contain;
}

.page__fv.brand{
  background: url(../images/contact-bg.jpg)no-repeat center center;
  background-size: cover;
}
.page__fv.contact{
  background: url(../images/contact-bg.jpg)no-repeat center center;
  background-size: cover;
}
.page__fv.recruit{
  background: url(../images/recruit/recruit_fv.jpg)no-repeat center center;
  background-size: cover;
}
.about_part {
  padding:var(--col-space) var(--row-space);

}
.about_part::before{
  content: '';
  background: url(../images/border-bottom.png)no-repeat right top;
  background-size: contain;
  width: 0;
  height:30%;
  position: absolute;
  z-index: -1;
  right:var(--col-space);
  top:0;
  transition: .5s;
  transition-delay: .5s;
}

.show.about_part::before{
  width: 20vw;
  transition: .5s;
  transition-delay: .5s;
}

.about_part .Inner{
  position: relative;
}

.about_part .Inner::before{
  content: '';
  position: absolute;
  bottom:0vh;
  right:-5vw;
  width: 40vw;
  height: 50vh;
background: url(../images/engine_bg.png)no-repeat right bottom;
background-size: contain;
mix-blend-mode: multiply;
}

.about_part.products .Inner::before{
  content: '';
  position: absolute;
  bottom:-10vh;
  right:-5vw;
  width: 40vw;
  height: 50vh;
background: url(../images/engine_bg_03.png)no-repeat right bottom;
background-size: contain;
mix-blend-mode: multiply;
}

.about_part .Inner.none::before{
  display: none;
}

.about_part .main_container1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about_part .main_container1 .about_one {
  width: calc((100% - 4.17vw) / 2);
}

.about_part .main_container1 .about_one.small{
  width:20%;
}

.about_part .main_container1 .about_one .content {
  padding: 20px 12px 0;
}

.about_part .main_container1 .about_one .content p {
  font-weight: 400;
  line-height: 2.0;
  margin-top: 15px;
  font-size: 1.0rem;
}

.about_part .main_container1.reverse{
  flex-direction: row;
}

.about_part .main_container1.center{
  align-items: center;
}

.about_part .main_container1 + .main_container1{
  margin: var(--col-space) auto;
}

.about_part .main_container1 + .main_container1:last-child{
  margin-bottom: 0;
}

.about_one h3{
  font-size: calc(var(--h3) / 2);
}

section h2.en__title{
  font-family: 'Anton', sans-serif;
  font-weight: 900;
  position: relative;
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: var(--s2-space);
  line-height:0;
}

section h2.en__title.Center{
  text-align: center;
}

section h2.en__title span{
  display: block;
  line-height: 1.1;
}

section h2.en__title span.jan{
  display: inline-block;
  background: var(--red);
  margin-top: -2em;
  color:#fff;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  line-height: 1.1;
  font-size: 17px;
  font-weight: 400;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  z-index: 1;
}

section h2.jan{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 700;
  font-size: calc(var(--h2) / 1.75);
  margin-bottom: var(--s2-space);
}

section p + h2.jan{
  margin-top: var(--s2-space);
}

section h2.jan.Center{
  display: block;
  text-align: center;
}

section h2.block{
  display: block;
  width: 100%;
}

.about_part h2, .about_part h3{
  color:#292828;
}

.about_part h2{
  margin-top: 4.5vw;
}

.map iframe{
   height:50vh !important;
}

.map{
  margin-bottom: var(--s2-space);
}

section h3{
  font-weight: 400;
  font-size: var(--h3);
  margin-bottom: var(--s3-space);
  font-weight: 600;
  line-height: 1.55;
}

p.tl + h3{
  margin-top: var(--s3-space);
}

h3.l-bordert{
  font-size: calc(var(--h3) * 0.65);
}

.about_part h2.en__title img{
  width:22.1666vw;
  position: absolute;
  bottom:-3.5vh;
  left:4.01vw;
  z-index: 0;
}

.brand_part {
  padding-right: var(--row-space);
  padding-top:0;
  padding-bottom:0;
  position: relative;
}

.spilits_part {
  padding-right: var(--row-space);
  padding-top:0;
  padding-bottom:var(--col-space);
  position: relative;
}

.category_part {
  padding-right:0;
  padding-left:0;
  padding-top: 0;
  padding-bottom:var(--col-space);
  position: relative;
}

.brand_part_wrap, .category_part_wrap{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
padding: var(--col-space) 0;
}

.brand_part_wrap{
  padding-left: var(--row-space);
}

.category_part_wrap{
  padding-left: var(--row-space);
  padding-bottom: 0;
}

.brand_part_wrap::after{
  content: '';
  background: url(../images/border-top.png)no-repeat right top;
  background-size: cover;
  width: 0;
  height:100%;
  position: absolute;
  z-index: -1;
  right:0;
  top:0;
  transition: .5s;
  transition-delay: .5s;
}

.show.brand_part_wrap::after{
  width: 40vw;
  transition: .5s;
  transition-delay: .5s;
}

.brand_part .slick-next:before, .brand_part .slick-prev:before, .category_part .slick-next:before, .category_part .slick-prev:before{
  color: var(--red);
  font-size: 50px;
  font-weight: 200;
}

.brand_part .slick-prev:after, .category_part .slick-prev:after{
  content: '';
  background: var(--red);
  width: 1px;
  height:5vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:-15px;
}

.brand_part .slick-prev, .brand_part .slick-next, .category_part .slick-prev, .category_part .slick-next{
  top:-50px;
  height: 50px;
}

.brand_part .slick-prev{
  left: inherit;
  right:100px;
}
.brand_part .slick-next{
  left: inherit;
  right:50px;
}

.category_part .slick-prev{
  left: 50px;
  bottom:0px;
}
.category_part .slick-next{
  left: 100px;
  bottom:0px;
  right: inherit;
}

.selif__center{
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  font-size: calc(var(--h3) / 1.5);
  text-align: center;
  margin: var(--s2-space) calc(50% - 50vw);
  line-height: 1.9;
  position: relative;
  padding: var(--col-space) var(--row-space);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.selif__center::before{
  content: '';
  background: var(--red);
  position: absolute;
  width:90px;
  height:3px;
  top:-2px;
  left:var(--col-space);
}

.selif__center.products{
  padding: 1em;
}

.products + figure.Center{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--s2-space);
}

.recruit_part_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: var(--col-space) 0 0;
  background: #fff;
}

.about_part::after{
  content: '';
  background: rgb(239 241 249);
  width:0%;
  height:40%;
  top:0;
  left:-5vw;
  z-index: -1;
  position: absolute;
}

.about_part.afnone::after{
  display: none;
}


.show.about_part::after{
    opacity:1.0;
    width:70%;
    transition: .5s;
    transition-delay: .5s;
}

.brand_part .content:first-child {
  width:57.7%;
  position: relative;
  z-index: 2;
}

.brand_part h2.en__title{
  color:#292828;
  margin-bottom: 0;
}

.recruit_part .content:nth-of-type(1){
  width:46.88vw;
  display: flex;
}

.brand_part_wrap .content:nth-of-type(2), .recruit_part .content:nth-of-type(2){
  max-width:46.88vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.recruit_part .content:nth-of-type(2){
  padding-top: 10vh;
}

.brand_scroll_wrap{
  padding-bottom: 1em;
  padding-top:80px;
  overflow-x: auto;
  width: 100vw;
  margin:0 cacl(50% - 50vw);
}

.slick-slider{
  margin-bottom: 0;
}

.slide-items-brand li{
  overflow: hidden;
}

.slide-items-brand img{
  transition:1s all;
}

.slide-items-brand li:hover img{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.recruit_part::before{
  content: '';
  background: url(../images/engine_bg_02.png)no-repeat left center;
  background-size: contain;
  width: 50vw;
  height:50%;
  position: absolute;
  z-index:1;
  left:0;
  bottom:0vh;
  mix-blend-mode: multiply;
}

.brand_part .content:nth-of-type(2)::before, .brand_part .content:nth-of-type(3)::before{
  display: none;
}

.slide-items {
  background: #f7f7f7;
  padding: 1em;
  margin:0 auto;
}

.slide-items li{
  position: relative;
}

.factory__box{
  background:#fff;
  padding: var(--s2-space);
  position: relative;
  margin-top: var(--col-space);
  transition: all .3s;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
}

.factory__box:before{
  content: 'Factory Model';
  color:#b5b5b5;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 4.66vw;
  bottom:.125em;
  right:1em;
  position: absolute;
  opacity:0.22;
}

.factory__box:nth-of-type(n+2){
  margin-top: 2em;
}

.factory__box a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index: 1;
}

.factory__box span.cat{
  display: inline-block;
  padding: 5px;
  border:1px solid var(--red);
  color:var(--red);
  margin-top: 1em;
}

.factory__box .eye{
 width:40%;
}

.factory__box .eye img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  counter-reset: number 0;
}

.factory__box .txt{
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #363636;
  padding: var(--row-space);
  position: relative;
  width:60%;
}

.factory__box .txt:before{
  counter-increment: number 1;
  content: "0" counter(number) " ";
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  position:absolute;
  right: -0.2em;
  top: -0.2em;
  font-size: 60px;
  color:#e2e2e2;
}

.factory__box::after{
  width:50px;
  height:50px;
  background: var(--red);
  position: absolute;
  right:0;
  bottom: 5px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  font-family: "FontAwesome";
	content: '\f105';
  color:#fff;
}

.factory__box .title{
  font-weight: 400;
  font-size: 22px;
  color:#262626;
  margin-bottom: 0;
  font-weight: 600;
}


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

  .factory__box .title{
    font-size: 17px;
  }
}

.factory__box:not(:last-child){
  margin-top: var(--s3-space);
}

.factory__box:first-child{
  margin-top: 0 !important;
}

.factory__index{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color:#b5b5b5;
  position: absolute;
  top:calc(var(--col-space) * 2);
  left:var(--row-space);
  font-size: 2.46vw;
  font-weight: 600;
  z-index: 1;
}

.factory__index a{
  color:#b5b5b5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.factory__index a:hover{
  color: var(--red);
}

.factory__index i{
  display: inline-block;
  margin-bottom: .5em;
}

.brand__image{
  width:100%;
  height:50vh;
  position: relative;
}

.brand__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spilits__image{
  width:100%;
  height:50vh;
  margin-bottom: var(--col-space);
}

.spilits__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_part {
  padding-left: var(--row-space);
  padding-top: var(--col-space);
  padding-bottom:var(--col-space);
  position: relative;
}

.recruit__image{
  width:100%;
  height:50vh;
}

.recruit__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_part {
  padding: 0 var(--row-space);
  position: relative;
  z-index: 1;
}

.news_part::before{
  content: '';
  background: url(../images/border-bottom.png)no-repeat right bottom;
  width: 0;
  height:var(--col-space);
  position: absolute;
  z-index: 0;
  right:0;
  top:0;
}
.show.news_part::before{
  opacity:1.0;
  width:50vw;
  transition: .5s;
  transition-delay: .5s;
}

.news_part::after{
  position: absolute;
  content: '';
  background: #f6f6f6;
  bottom:0;
  height:80%;
  width:0%;
  z-index: 0;
  left: 0;
}

.show.news_part::after{
    opacity:1.0;
    width:100vw;
    transition: .5s;
    transition-delay: .5s;
}

.news_part .image__wrap{
  background: url(../images/topics__bg.png)no-repeat right top;
  background-size: contain;
  position: relative;
  margin-bottom: calc(var(--col-space) * .5);
  opacity:0;
  filter: blur(10px);
}
.show.image__wrap{
transition: .25s;
transition-delay: .25s;
opacity:1;
filter: blur(0px);
padding-bottom: 5vh;
}

.news_part .image__wrap .images{
  max-width: 56.5vw;
}

.news_part .image__wrap .title__wrap{
  position: absolute;
  right: var(--col-space);
  bottom: 5vh;
}

.news_part h2.en__title img{
  width:37.97vw;
  bottom:-10vh;
  left:-2.01vw;
  z-index: 0;
  position: relative;
}

.news_part.sec__part h2.en__title span{
  position: relative;
  text-align: center;
  margin-bottom: 0;
  bottom:0;
  right:0;
}

.news_part p.title {
  text-align: center;
}
.news_part .main {
  margin-top: 20px;
  border-top: 1px solid rgba(180, 165, 146, 0.5);
}
.news_part .main .one {
  padding: 30px 45px;
  border-bottom: 1px solid rgba(180, 165, 146, 0.5);
}
.news_part .main .one a {
  display: flex;
  gap: 40px;
  transition: all .3s;
  position: relative;
}

.news_part .main .one a:after{
  font-family: "FontAwesome";
	content: '\f105';
  position: absolute;
  width:40px;
  height: 40px;
  line-height: 40px;
  background: var(--red);
  color: #fff;
  text-align: center;
  bottom:0;
  right:0;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_part .main .one a:hover p.txt{
  color:var(--red) !important;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news_part .main .one a:hover::after{
  right:-10px;
}
.news_part .main .one p.cat{
  display: inline-block;
  background: var(--blue);
  padding: 10px 25px;
  min-width: 33%;
  color:#fff;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 0;
}

.news_part .main .one p.date {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-style: italic;
  color: #a4a4a4;
  margin-bottom: 0;
}
.news_part .main .one p.txt {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #262626;
  margin-bottom: 0;
}

.more_btn {
  position: relative;
  text-align: center;
  border: none;
  margin: 2em 0;
  background: transparent;
  min-height: 45px;
  padding: 0;
}

.more_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #121212;
  position: relative;
  padding-left: 55px;
  padding-top: 5px;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news .more_btn a, .recruit_part_wrap .more_btn a{
  justify-content: flex-start;
}

.more_btn a:before{
  width:45px;
  height:45px;
  line-height:45px;
  text-align: center;
  color: #fff;
  background: var(--red);
  position: absolute;
  font-family: "FontAwesome";
	content: '\f105';
  left:0;
  top: 0;
}

.more_btn a:hover{
color:var(--red);
}

.more_btn a:hover::before{
  -webkit-animation: prev-arrow .5s forwards;
    animation: prev-arrow .5s forwards;
}

@keyframes prev-arrow{
0% {
  opacity: 0;
  margin-left: 10px;
}
99.9%, 100% {
  opacity: 1;
  margin-left: 1px;
}
}

.news_part .more_btn a:hover span, .btn__wh:hover span{
 right:-10px;

}

.news_part .more_btn a:hover span:before, .btn__wh:hover span:before{
  left:-40px;
}

.cat_name{
  background: rgba(255,255,255,0.85);
  display: inline-block;
  padding: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  color:#121212;
  text-align: center;
  position: absolute;
  bottom:0;
  left:0;
  z-index: 2;
}

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

.arrow{
  position: relative;
  width:30px;
  height: 30px;
  background: var(--red);
  padding: 5px;
  z-index: 2;
}

.arrow:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) scale(.8);
  transform: translate(-50%,-50%) scale(.8);
  color: #fff;
  -webkit-animation-timing-function: cubic-bezier(0,0,0,.97);
  animation-timing-function: cubic-bezier(0,0,0,.97);
  font-size: 19px;
}

.gallery_part {
  padding: var(--col-space) 0 var(--col-space) 0;
  width: auto;
  opacity:0;
filter: blur(10px);
}

.show.gallery_part{
transition: .25s;
transition-delay: .25s;
opacity:1;
filter: blur(0px);
}

.gallery_part .main {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.7335%;
       column-gap: 3.7335%;
  row-gap: 2.6041666667vw;
  margin:0 var(--row-space);
  justify-content: center;
}
.gallery_part .main .one {
  width: 22.2%;
}

.gallery_part .main .one:nth-of-type(2){
  margin-top: 12.5vh;
}

.gallery_part .main .one:nth-of-type(3){
  margin-top: 25vh;
}

.gallery_part::before {
  content: "";
  position: absolute;
  background: url(../images/bottom__bg.png)no-repeat center top;
  background-size: cover;
  top:0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.contact_part{
  padding: var(--col-space) var(--row-space);
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  min-height: 100vh;
  margin-top: 25vh;
}

.contact_part.bg{
  background: var(--red);
  margin-top: 0;
}

.contact_part::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.content-wrap--bg.show::before {
  opacity: 1;
  height:100%;
}
.content-wrap--bg001::before {
  background: var(--red);
}

.contact_part .top_text{
  max-width: 1200px;
  position: absolute;
  left:0;
  width: 100%;
  z-index: 0;
  top: 30%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  opacity: 0.225;
}

.contact_part h2.en__title{
  color: #fff;
  text-align: center;
}

.contact_part h2.en__title span.jan{
  text-align: center;
  color: var(--red);
  background: #fff;
  padding: 1em;  
}

.contact_part img{
  max-width: 100%;
  width: auto;
}

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

.sec__part{
  padding: var(--col-space) var(--row-space);
}

a.btn__wh{
  outline: 1px solid #fff;
  color:#fff;
  font-size: calc(var(--h3) / 2.2);
  text-align: center;
  display: block;
  max-width: 495px;
  margin:var(--s2-space) auto 0;
  position: relative;
  padding: 1.25em 0.55em 1.25em 1em;
}

a.btn__wh::after{
  font-family: "FontAwesome";
	content: '\f105';
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: .5em;
  vertical-align: middle;
  line-height: 30px;
  background: transparent;
  color: #fff;
}

a.btn__wh:hover{
  background:#fff;
  transition: all .3s;
  color:var(--red)
}

a.btn__wh:hover::after{
  color:var(--red);
}

/****************  製品情報=TOP & 詳細ページ *************************/

.products__archive__wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.products__archive__wrap .Item{
  width: calc(96% / 3);
  margin-right: 2%;
  margin-top: var(--s2-space);
}

.products__archive__wrap .Item:nth-of-type(3n){
  width: calc(96% / 3);
  margin-right: 0;
}

.products__archive__wrap .Item h3{
  font-size: var(--h4);
  margin-top: 1.5em;
  color:#010101;
}

.products__archive__wrap .Item h3 a{
  color:#010101;
}

.products__archive__wrap .Item a img{
  transition: all .3s;
}

.products__archive__wrap .Item a img:hover{
 opacity: 0.8;
 background: #fff;
}

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

  .products__archive__wrap .Item{
    width: 100%;
    margin: 0 auto var(--s2-space);
  }
  
  .products__archive__wrap .Item:nth-of-type(3n){
    margin-right: 0;
  }
  
}

.slider-photo, .thumbnail{
 max-width:600px;
 margin:0 auto 1em;
 background: #fafaf9;
 padding: .5em;
}
.slider-photo{
box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.125)
}
.slider-photo li{
  text-align: center;
}

.slider-photo img{
  margin: auto;
}

ul.thumbnail li{
  background: #fafaf9;
  height: 100%;
}

ul.thumbnail img{
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px solid #fafaf9;
  background: #fff;
}

.products_txt{
  margin:2em auto;
}

.products_txt .short{
  max-width: 1000px;
}

.products_txt .short.wide .about_one:first-child{
  width:auto;
}

.products_txt .short .main_container1 + .main_container1{
  margin-top: var(--s3-space);
  margin-bottom: 0;
}

.products_txt .short .main_container1{
  flex-direction: row;
  align-items: center;
}

figure.Center{
  text-align: center;
}

figure.Center img{
  margin: auto;
}

.about_part .short .about_one:last-of-type{
  width:80%;
  margin-left: 2%;
}

.products_txt table{
  border:1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 500px;
  font-size: 1.0rem;
  margin: 2em auto;
}

.table-container table.min{
  min-width: 300px;
}

.table-container table{
  background: #fff;
}

.products_txt table th, .products_txt table td{
  padding: .5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.products_txt table td p:last-child{
  display: none;
}

.products_txt table .rtecenter, .products_txt table th{
  background: #ddd !important;
  text-align: center;
  font-weight: 400;
}

.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

/****************  修理事例 *************************/

.factory img{
  display: block;
  margin: var(--s2-space) auto;
}

.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}

@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.scroll-hint--show {
  display: block;
}

.detail_part p{
  margin-top: var(--s2-space);
  margin-bottom: var(--s2-space);
}

.detail_part .title{
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 20px;
  margin-bottom: 1em;
  font-style: italic;
  letter-spacing: 0.083em;
}

.detail_part dl{
  margin-top: 20px;
  display: flex;
  font-size: 1.0rem;
  justify-content: space-between;
}
.detail_part dl dt{
  padding: 1em;
  display: flex;
  align-items: center;
  border-top:1px solid #121212;
  border-bottom:1px solid #121212;
  width:25%;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.detail_part dl dd{
  font-weight: normal;
  letter-spacing: 0.08em;
  width:74%;
  text-align: left;
  color: #262626;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
  margin-bottom: 0;
  line-height: 1.8;
  border-bottom: 1px solid rgba(180, 165, 146, 0.5);
  border-top: 1px solid rgba(180, 165, 146, 0.5);
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.detail_part dd p{
  margin-top: 0;
  margin-bottom: 1em;
}

input[type="radio"]{
  width:25px;
  height:25px;
  vertical-align:top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
 	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding:1em .5em;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
border:solid 1px #a7a7a7;
margin:auto;
width:100%;
display:block;
line-height:1.4;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border:solid 1px #d00249;
background-color: #f2f2f2;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"]{
    background-color: #fafafa;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
	display:block;
   margin:1em auto 0 auto;
   padding:25px;
   -moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	background-color: #ea850f;
	border: 0px;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:50%;
	box-sizing:broder-box;
	font-size:1.4rem;
	font-weight:400;
	letter-spacing:1px;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    background:#ea1f0f;
}

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

	.spacious-button,
	input[type="reset"],
	input[type="button"],
	input[type="submit"] {
	width:100%;
	font-size:1.1rem;
	}
  .about_part .short .about_one:last-of-type{
    width:100%;
  }

}


select{
 font-size:1.0rem;
 }

.aboutus_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: var(--row-space);
  background: #fafaf9;
  margin: var(--s2-space) auto;
}

.aboutus_wrap .Item{
  width: calc(96% / 2);
  margin: 2em 0;
  position: relative;
  z-index: 1;
}

.aboutus_wrap::after{
  content: '';
  border:30px solid #c3cbe3;
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 40%;
  top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
}

ul.disc{
  margin: 0;
  list-style: none;
}

ul.disc li{
  position: relative;
  padding-left: 1.2em;
  font-size: 1.0rem;
}

ul.disc li:not(:last-child){
  margin-bottom: 1em;
}

ul.disc li:before{
  content:'●';
  color: var(--red);
  font-size: 0.95rem;
  position: absolute;
  top:0;
  left:0;
}

footer {
  padding:0;
  font-size: 1.0rem;
  position: relative;
  z-index: 1;
}

footer .main_container1{
  max-width: 100%;
  background: #fff;
}

footer .link__wrap{
  background: #fafafa;
  padding: var(--col-space) var(--row-space);
}

footer .link__wrap .Inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .link__wrap .Inner .Hurf{
  width:calc(100% / 2);
  display: flex;
  align-items: center;
}

footer .link__wrap .Inner .Hurf > div{
  padding: 0 1em;
}

footer .link__wrap .Inner .Hurf ul.link{
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.0rem;
}

footer .link__wrap .Inner .Hurf ul.link li{
  width:calc(96% / 4);
  margin-bottom: .75em;
  margin-right: .25em;
  font-size: 0.95rem;
}

footer .link__wrap .Inner .Hurf ul.link li::before{
  content:'';
  background: url(../images/curcle.svg)no-repeat;
  background-size: contain;
  width:17px;
  height: 22px;
  display: inline-block;
  margin-right: .25em;
  vertical-align: middle;
}

footer ul.external li{
  margin-bottom: .75em;
}

footer .main_container1{
  padding: 1em var(--col-space);
  text-align: right;
}

footer ul.external li a{
  color:#333333;
  text-decoration: underline;
}

footer .link__wrap .Inner .Hurf ul.link li a{color: #121212;}

footer .link__wrap .Inner .Hurf ul.link li a:hover{
  text-decoration: underline;
}

footer .main{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

footer .main .instagram{
  width: 50%;
  text-align: left;
  font-family: "goudy-old-style", serif;
  font-size: 16px;
  color: var(--key-Color);
}

footer .main .instagram a{
  color: var(--key-Color);
}

footer .main p.copyright {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7b7b7b;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {

  footer .link__wrap .Inner .Hurf{
    width: 100%;
    margin: 0 auto 2em;
    justify-content: center;
  }

  footer .link__wrap .Inner .Hurf:last-child{
    margin-bottom: 0;
  }

}

.page__gallery, section.group{
  position: relative;
  padding: 0 var(--row-space);
}

section.group{
  padding-top: var(--col-space);
}

span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
  
hr{position: relative;background: #ddd;opacity: 1;margin: var(--col-space) auto;}

hr::after{
  content: '';
  background: var(--blue);
  position: absolute;
  top:0;
  height: 1px;
  width:100px;
  right: var(--col-space);
  left: 50%;
  transform:translateX(-50%);
}

hr + section{
  padding-top: 0 !important;
}

.deck .wrap{
  display: flex;
}
.area{
  overflow: hidden;
}

.deck .full_image{
	z-index:1;
}

.deck .wrap .item{
  width:100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.deck .full_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deck .full_image .text{
	position:absolute;
	right:1.5vw;
	top:10vh;
	width:60vw;
	height:30vh;
}

.deck .full_image .text img{
	object-fit: contain;
}

iframe {
    border: 0;
    margin: auto;
    display: block;
}

/************* fixed **************/

.fixed-contact{
  position:fixed;
  right:-200px;
  top:90px;
  z-index:10;
  max-width:202px;
  width:202px;
  height: 90px;
 }
 
 .fixed-contact .left{
   position:relative;
   padding:.3em;
   text-align:center;
   color:#fff;
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   width: 90px;
 }
 
 .fixed-contact img:hover{
  opacity:1;
 }
 
 .fixed-contact a:first-child{
  margin-bottom:.5em;
 }
 
 .fixed-contents{
   position:fixed;
   right: -202px;
   top:90px;
   width:292px;
   z-index: 55;
   background:#000;
   display: flex;
   align-items: center;
   padding:.75em .2em;
 }
 
 .fixed-contact i{
  font-size:20px;
  color:#fff;
 }

 #searchform{
  display: flex;
  justify-content: center;
  flex-direction: column;
 }
 
 #searchform button{
  padding: 10px;
  font-size: 0.7rem;
  color:#fff;
  background: #353535;
  margin-top: 5px
 }

 #searchform input{
  padding: 10px;
  font-size: 0.8rem;
 }

 /************* 
 
 SP  
 
 ************************************/
 
 @media screen and (max-width: 767px) {
   .fixed-contact{
    display:none;
   }
	 .news_part .main .one a:after{
	width: 25px;
    height: 25px;
    line-height: 25px;
	 }
	 
 }

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

  .factory__index{
    display: none;
  }

  p.title {
    font-size: 4.6448529412vw;
  }

  header .header .header_main ul {
    gap: 2.9411764706vw;
  }

  header .header_main{
    margin-top: 0;
  }

  header .title_wrap{
    top: 7.85vh;
  }

  header .header_main{
    margin-top:0;
  }

  .page__fv{
    min-height: 35vh;
  }
  
  .page__fv h1{
    font-size: 1.55rem;
  }

  .top_slider .main_content{
    top: 7vh;
  }
  
  .top_slider .main_content h2 span{
    margin-top: 2.5vh;
  }

  .top_slider .main_content h3 {
    font-size: 4.275vw;
    line-height: 5.1323529412vw;
    color: #100a0c;
    margin-top: 2.2058823529vw;
  }
  .top_slider .instagram_link {
    left: 0.7352941176vw;
    bottom: -1.4705882353vw;
  }
  .top_slider .instagram_link a {
    font-size: 1.3235294118vw;
    line-height: 1.7654411765vw;
  }

  .about_part .main_container1 .about_one .content {
    padding: 1.4705882353vw 0.8823529412vw;
    min-height: 25.7352941176vw;
  }
  .about_part .main_container1 .about_one .content h4 {
    font-size: 2.3529411765vw;
    height: 6.6176470588vw;
  }

  .aboutus_wrap{
  margin: var(--col-space) calc(50% - 50vw);
  width: 100vw;
  }

  .aboutus_wrap::after{
    width:0px;
    height: 65%;
    border: 15px solid #c3cbe3;
    opacity: 0.25;
  }

  .aboutus_wrap .Item{
    width: 100%;
  }

  .about_part .main_container1 .about_one.small{
    width:100%;
  }

  .philosophy_part {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .philosophy_part .content p.txt2 {
    font-size: 5.2022058824vw;
  }
  .philosophy_part .content p.txt3 {
    font-size: 1.3235294118vw;
    line-height: 2.7933823529vw;
    margin-top: 2.2058823529vw;
  }
  .news_part .main {
    margin-top: 1.4705882353vw;
  }
  .news_part .main .one {
    padding: 2.2058823529vw 3.3088235294vw;
  }
  .news_part .main .one a {
    gap: 2.9411764706vw;
  }

  .news_part::before{
    background: url(../images/border-bottom.png)no-repeat right bottom;
    background-size: cover;
  }

  .news_part .main .more_btn a {
    font-size: 16px;
  }
 
  .more_btn a{
    padding-top: 0;
    font-size: 19px;
  }

  .more_btn a:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .products_part {
    padding: 8.8235294118vw 11.1979166667vw 8.8235294118vw 11.3020833333vw;
  }
  .products_part .main {
    margin-top: 3.6764705882vw;
  }
  .products_part::before {
    width: 23.5294117647vw;
  }  
  .company_part {
    padding-top: 4.4117647059vw;
    padding-bottom: 4.4117647059vw;
  }
  .company_part .main {
    margin-top: 2.9411764706vw;
  }
  .company_part .main .one {
    padding: 1.4705882353vw 0;
  }
  .company_part .main .one p {
    font-size: 1.3235294118vw;
  }
  .company_part .main .one p.txt3 {
    font-size: 1.0235294118vw;
    line-height: 1.7544117647vw;
    padding-left: 2.9411764706vw;
  }
  footer {
    padding: 4.4117647059vw 0 0;
  }
  footer .contact_link .one {
    width: 42.5735294118vw;
    height: 12.5vw;
    border: 0.2205882353vw solid #efe8d9;
  }
  footer .contact_link .one p.txt1 {
    font-size: 1.3235294118vw;
  }
  footer .contact_link .one p.txt2 {
    font-size: 3.1448529412vw;
  }
  footer .contact_link .one p.txt2.phone::before {
    padding-right: 0.8823529412vw;
  }
  footer .main {
    row-gap: 1.8382352941vw;
  }
  footer .main .menu_list a {
    font-size: 1.1764705882vw;
  }
  footer .main p.copyright {
    font-size:10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

body, p{
  font-size: 1.0rem;
}

.top_slider .main_content{
  top: 4vh;
}
section h2.en__title span.jan{
  margin-top: 1em;
}

.about_part .main_container1{
  flex-wrap: wrap;
}

.about_part .main_container1 .about_one .content, .about_part .main_container1 .about_one{
  width:100%;
}

.top_slider .slick-next{
  right:10px;
}

.top_slider .slick-prev{
  right:80px;
}

.top_slider .slick-next, .top_slider .slick-prev{
  bottom:0;
}

.spilits_part{
  padding-left: var(--row-space);
}

section h3{
  font-size: 1.65rem;
}
.recruit_part .content:nth-of-type(2){
  padding-top: 5vh;
}

.recruit__image, .brand__image, .spilits__image{
  height: 30vh;
}

.factory__box{
  width:95%;
  margin-left: auto;
  margin-right: auto;
}

.factory__box:before{
  right:2em;
}

footer .link__wrap .Inner .Hurf ul.link li{
  width: calc(96% / 2);
  font-size: 0.9rem;
}

footer .link__wrap .Inner .Hurf:first-child{
  flex-wrap: wrap;
  justify-content:center;
}

footer .link__wrap .Inner .Hurf > div:first-child{
  width:100px;
}

footer .link__wrap .Inner .Hurf > div:last-child{
  margin-top: .5em;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1264px) {
	footer .link__wrap{
		padding-left:2vw;
		padding-right:2vw;
	}
	footer .link__wrap .Inner .Hurf ul.link li {
		width: calc(96% / 3);}
	footer .link__wrap .Inner .Hurf > div:last-of-type{
		width:100%;
		font-size:0.9rem;
		margin-top:.5em;
	}
	footer .link__wrap .Inner .Hurf:first-of-type{
		flex-wrap:wrap;
	}
}
@media only screen and (max-width: 767px) {

  .sp_menu_btn{
    top: 3.47vw;
    right: var(--row-space);
  }

  header .header .header_main.open .Right .copy{
    display: none;
  }

  header .header .header_main.open{
    display: block;
  }
  
  header .header .header_main.open .Left{
    display: none;
  }

  header .header .header_main.open .Right{
    width:100%;
    height: 100%;
  }

  header .header .header_main.open ul li a {
    font-size: 1.0rem;
    display: block;
  }

  header .header .header_main ul li a:after{
    bottom: -5px;
  }

  header .header .header_main.open ul {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 9.5238095238vw;
  }
  @media screen and (max-width: 767px) {
  header .header .header_main.open ul{
    gap:2.5vw;
    margin-top: 25vw;
    padding-bottom: 5vh;
  }
}

  header .header .header_main.open .Left{
    display: none;
  }

  header .header .header_main.open .Right{
    width:100%;
    border-left: 20px solid #b00818;
    overflow-y: auto;
  }

  header .show.header_main ul p.logo{
    max-width: 250px;
    margin: 0 ;
  }

  .top_slider .disc{
    margin-top: 1em;
    font-size: 0.9rem;
  }

  .title_wrap{
    max-width: 95%;
    bottom:15vh;
    left:2.5em;
  }

  .about_part::after{
    height: 20%;
  }

  section h2.en__title span.jan{
    margin-top: .5em;
  }
	.deck .wrap .item{
		justify-content: flex-start;
	}
	
	.deck .full_image .text{
	position:absolute;
	right:2.5vw;
top: 50%;
  transform: translateY(-50%);
	width:90vw;
	height:30vh;
}

  .about_one h3 {
    font-size: calc(var(--h3) / 3);
}

.about_part .short .about_one:last-of-type{
  font-size: 1.0rem;
}

.recruit_part::before{
  width: 60vw;
}

.spilits_part{
  padding-left: var(--row-space);
}

.deck .wrap .item{
  justify-content: flex-start;
  padding:var(--col-space) var(--row-space);
}
	
	.deck .wrap .item.image{
		padding:0;
	}

.recruit__image, .brand__image, .spilits__image{
  height: 30vh;
}

.brand_part .slick-prev:after, .category_part .slick-prev:after{
  right:-5px;
}

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main_container {
    padding: 0 5%;
  }
  p.title {
    font-size: 6.6666666667vw;
  }
  header .header {
    padding: 0;
    height: 11.9047619048vw;
  }

  .top_slider .slick-next, .top_slider .slick-prev{
    width: 40px;
    height: 40px;
  }

  .top_slider .slick-next, .top_slider .slick-prev{
    bottom:0;
  }

  .top_slider .slick-prev{
    right:60px;
  }

  .top_slider .slick-next{
    right:15px;
  }

  header .header_logo {
    width: 200px;
    height: 100px;
    margin-top: 50px;
  }

  header .header .header_logo img {
    width: 80px;
    left: 15%;
  }
  header .header a.contact_btn {
    display: none;
  }
  header .header .header_main {
    display: none;
  }

  header .header_logo .discription{
    margin-top:1.5vh;
	font-size:12px;
  }

  header .title_wrap{
    display: none;
  }

  .c-scrolldown{
    right: 0;
    width: 65px;
    bottom: 19.5vh;
  }

  .slider-dot-box{
    right: calc(var(--row-space) * 2.8);
  }

  .top_slider .scroll__down{
    bottom:2vh;
    right: calc(var(--row-space) * 1.35);
    color:#ccc;
    font-size: 14px;
  }

  .slider-dot button{
    line-height: 30px;
  }

  .top_slider {
    padding-right: 0;
    padding-left: 0;
    margin-top:0;    
  }
  .top_slider .top_slide_main {
    width: 100vw;
  }
  .top_slider .top_slide_main .slide {
    height:100vh;
  }
  .top_slider .top_slide_main .slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_slider .main_content {
    left: inherit;
    right:var(--row-space);
    top: 5vh;
    bottom: inherit;
  }

  .bottom__square{
    width:50%;
  }

  .top_slider .main_content h2{
    color:#fff;
    font-size: 5.1428571429vw;
  }

  .top_slider .main_content h2 span {
    font-size: 7.1428571429vw;
  }
  .top_slider .main_content h3 {
    font-size: 7.1428571429vw;
    line-height: 10.7142857143vw;
    color: #100a0c;
    margin-top: 7.1428571429vw;
    display: flex;
    justify-content: center;
  }
  .top_slider .instagram_link {
    left: 2.380952381vw;
    bottom: 2.380952381vw;
  }
  .top_slider .instagram_link a {
    font-size: 4.2857142857vw;
    line-height: 5.7166666667vw;
  }
  .top_slider .instagram_link a::after {
    padding-top: 2.380952381vw;
  }
  .top_slider .instagram_link a span {
    display: none;
  }
  section h3, .detail_part .title{
    font-size: 19px;
    line-height: 1.8;
  }
  .about_part .Inner::before {
    display: none;
  }

  .show.brand_part_wrap::after{
    width: 70vw;
  }

  .about_part::before{
    background: url(../images/border-bottom.png)no-repeat right top;
    background-size: contain;
    height:20%;
    width:0;
  }

  .about_part .main_container1 {
    flex-direction: column;
    row-gap: 11.9047619048vw;
  }
  .about_part .main_container1 .about_one {
    width: 100%;
  }
  .about_part .main_container1 .about_one .content {
    padding: 0 0 11.9047619048vw;
    min-height: auto;
  }
  .about_part .main_container1 .about_one .content h4 {
    font-size: 6.6666666667vw;
    height: 14.2857142857vw;
  }

  .about_part h2.en__title img{
    width:72vw;
    bottom:-2vh;
  }

  .detail_part dl{
    display: block;
  }

  .detail_part dl dt{
    width: 100%;
    justify-content: center;
  }

  .detail_part dl dd{
    width: 100%;
  }

  .brand_part{
    padding-right: 0;
  }

  .brand_part .content:first-child{
    margin-bottom: var(--row-space);
  }

  .brand_part .content:first-child, .brand_part_wrap .content:nth-of-type(2){
    width:calc(100% - var(--row-space));
    max-width:calc(100% - var(--row-space));
  }

  .brand_part_wrap{
    flex-direction: column-reverse;
  }

  .brand_part_wrap .content:nth-of-type(2){
    margin-right:0;
  }

  .brand_part h2.en__title{
    margin-top:5vh;
  }

  .brand_part .slick-next{
    right:20px;
  }

  .brand_part .slick-prev{
    right:50px;
  }

  .category_part .slick-prev{
    left: 20px;
  }

  .category_part .slick-next{
    left: 50px;
  }

  .contact_part h2.en__title span.jan{
    padding: .55em;
  }

  .brand_part .slick-prev, .brand_part .slick-next, .category_part .slick-prev, .category_part .slick-next{
    top:-30px;
  }

  .selif__center, h3.l-border{
    font-size: calc(var(--h3) / 3);
  }

  .map iframe{
    height:30vh !important;
 }

  .pagetop{
    width:60px;
    bottom:0px;
  }

  .recruit_part .content, .recruit_part .content:nth-of-type(1), .recruit_part .content:nth-of-type(2){
    padding-top: 0;
    width:100%;
    max-width: 100%;
  }

  .factory__box .txt:before{
    font-size: 38px;
  }

  .factory__box:before{
    right:2em;
  }

  .factory__box span.cat{
    font-size: 0.8rem;
  }

  .factory__box::after {
    width: 25px;
    line-height: 25px;
    height: 25px;
  }

  .brand_scroll_wrap{
    padding-top: 60px;
  }

  .factory__box{
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .news_part h2.en__title img{
    width:82vw;
  }

  .news_part .image__wrap .title__wrap{
    bottom: 10vh;
    position: relative;
    left: 2.5vw;
  }

  .brand_part h2.en__title img{
    top:0;
    width:82vw;
    left:-90%;
  }

  .news_part .image__wrap .images{
    max-width:calc(100% - var(--row-space));
  }

  .news_part .main_container1{
    margin-top:-7vh;
    padding: 0 var(--row-space);
  }

  .philosophy_part {
    padding: 11.9047619048vw 5%;
    flex-direction: column-reverse;
  }
  .philosophy_part .content {
    width: 100%;
  }
  .philosophy_part .content p.txt2 {
    font-size: 11.4285714286vw;
  }
  .philosophy_part .content p.txt3 {
    font-size: 4.2857142857vw;
    line-height: 7.619047619vw;
    margin-top: 7.1428571429vw;
  }

   .news_part .main {
    margin-top: 11.9047619048vw;
    border-top: 0;
  }
  .news_part .main .one {
    padding: 4.7619047619vw 0;
  }
  .news_part .main .one a {
    flex-direction: column;
    gap: 1.9047619048vw;
  }
  .news_part .main .one p.date, .factory__box .date{
    font-size: 3.8095238095vw;
    margin-bottom: 0;
  }
  .news_part .main .one p.txt {
    font-size: 3.8095238095vw;
  }
  .factory__box p.txt{
    font-size: 2.8095238095vw;
  }
  .news_part .main .more_btn {
    margin-top: 9.5238095238vw;
  }
  .news_part .main .more_btn a {
    font-size: 3.8095238095vw;
  }
  .products_part {
    padding: 11.9047619048vw 5%;
    margin-right: 0;
  }
  .products_part p.title {
    text-align: center;
  }
  .products_part .main {
    margin-top: 11.9047619048vw;
    row-gap: 7.1428571429vw;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .products_part .main .one {
    width: 47%;
  }
  .products_part::before {
    display: none;
  }

  .gallery_part .main .one{
     width:75vw;
     margin-top: 0;
  }

  .gallery_part .main{
    display: block;
  }

  .gallery_part .main .one:nth-of-type(2){
    margin-left: 15vw;
    margin-top: 5vh;
  }

  .gallery_part .main .one:nth-of-type(3){
    margin-right: 25vw;
    margin-top: 5vh;
  }

  a.btn__wh{
    font-size: 1.3rem;
    padding-left: 2em;
  }

  .contact_part h2.en__title{
    font-size: 17.5vw;
  }

  .contact_part p{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .factory__box:nth-of-type(n+2){
    margin-top: 2.5vh;
  }

  .factory__box:not(:last-child){
 margin-top: var(--col-space);

  }
  
  .company_part {
    padding-top: 14.2857142857vw;
    padding-bottom: 14.2857142857vw;
  }
  .company_part .main {
    margin-top: 9.5238095238vw;
  }
  .company_part .main .one {
    padding: 4.7619047619vw 0;
  }
  .company_part .main .one p {
    font-size: 3.8095238095vw;
    text-align: left;
  }
  .company_part .main .one p.txt1 {
    width: 24%;
  }
  .company_part .main .one p.txt3 {
    font-size: 3.3142857143vw;
    line-height: 5.680952381vw;
    padding-left: 0;
  }
  .company_part .main .one div {
    width: 76%;
  }

  footer .link__wrap .Inner .Hurf ul.link{
    display: none;
  }

  footer{
    padding-top: 0;
  }

  footer .contact_link {
    flex-direction: column;
    row-gap: 7.1428571429vw;
  }
  footer .contact_link .one {
    width: 100%;
    height: 28.5714285714vw;
    border: 0.7142857143vw solid #efe8d9;
  }
  footer .contact_link .one p.txt1 {
    font-size: 3.8095238095vw;
  }
  footer .contact_link .one p.txt2 {
    font-size: 8.5714285714vw;
  }
  footer .contact_link .one p.txt2.phone::before {
    padding-right: 2.8571428571vw;
  }

  footer .link__wrap .Inner .Hurf{
    width:100%;
    flex-wrap: wrap;
  }

  footer .link__wrap .Inner .Hurf > div{
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
    text-align: center;
  }

  footer .main .instagram{
    margin:1em auto;
    width:auto;
  }

  footer .main .menu_list {
    display: flex;
    flex-direction: column;
    row-gap: 2.380952381vw;
  }
  footer .main .menu_list a {
    font-size: 3.8095238095vw;
  }
  footer .main .menu_list a::before {
    display: none;
  }
  footer .main p.copyright {
    font-size: 2.3095238095vw;
    margin: auto;
    text-align: center;
  }

  .page__gallery .flex .one, .page__gallery .flex .two{
    width:100%;
  }

  footer .link__wrap .Inner .Hurf ul.link{
    font-size: 0.8rem;
  }

  footer .link__wrap .Inner .Hurf ul.link li{
    width: calc(98% / 2);
  }

  footer .main_container1{
    text-align: center;
  }

  footer .link__wrap .Inner .Hurf ul.link{
    justify-content: center;
  }

}/*# sourceMappingURL=style.css.map */