@charset "utf-8";

/* Reset */
*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

html {
	scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

/* color */
:root{
  --theme-gray: #f2f2f2;
  --theme-red: #8d1f24;
  --bs-white: #fff;
}
body {background: var(--bs-white);color: var(--bs-black);}

/*font-family*/
body {font-family: "FP-ヒラギノUD角ゴ StdN W4","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}
.company-txt-jp h3,.brands-txt-jp h3,#mission h3,#vision h3,#ism h3,#profile ul li dt,#staff h3, #employment h3{
  font-family: "FP-ヒラギノUD角ゴ StdN W6";
}
.company-txt-en,.brands-txt-en, .recruit-txt-en,.about-txt-en,.ms-txt-en,#copy,#history h3 span,#history ul li span,#profile ul li span,.our-brands-txt-en,.expansion-txt h3,ul.area-btn li a span{
  font-family: "AvenirLTPro-Medium";
  word-break: auto-phrase;
}
.avenir,.box-txtwrap li.hp,.menu a,a.btn-more,.footerwrap ul,.ms-txt-en span,.news-top h2{
  font-family: "AvenirLTPro-Heavy";
}
.copper,.title-en {
  font-family: "CopperplateGothicLTPro-31AB";
}
.defont {
	font-family: "FP-ヒラギノUD角ゴ StdN W4","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif!important;
}
input,textarea {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

/*font-size*/
:root{
  --font10: .625rem;
  --font11: .6875rem;
  --font12: .75rem;
  --font13: .8125rem;
  --font14: .875rem;
  --font15: .9375rem;
  --font16: 1rem;
  --font18: 1.125rem;
  --font20: 1.25rem;
  --font24: 1.5rem;
  --font28: 1.75rem;
  --font32: 2rem;
  --font40: 2.5rem;
  --font48: 3rem;
}
body {font-size: var(--font16);line-height: 2.1;}
@media (max-width: 767px){
  body{font-size: var(--font14);line-height: 1.8;}
}

/*link*/
a:link {color: #fff;text-decoration: underline;}
a:visited {color: #ccc;text-decoration:none;}
a:hover {color: #aaa;text-decoration: underline;}
a:active {color: #aaa;text-decoration: underline;}

a#top-button {
  z-index: 5;
  color: var(--bs-white);
  background-color: rgb(88 88 88 / 30%);
  border-color: var(--bs-white);
  opacity: 0.5;
  border-radius: 10%;
  margin-bottom: 4rem;
  margin-right: 1rem;
  right: 0;
  bottom: 0;
  position: fixed;
}
@media (max-width: 992px){
  a#top-button {
    margin-bottom: 1rem;
  }
}
.btn {
  --bs-btn-padding-x: 0.45rem;
  --bs-btn-padding-y: 0.05rem;
  --bs-btn-font-size: 1.6rem;
}

#wrap {
	width: 100%;
	margin: 0 auto;
}

/* 背景視差 */
.c-bgfix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background-image: url(../images/int05mono.webp);
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}
.c-bgfix::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba(143, 0, 0, 0.5); */
}
.mono1 {
  background-image: url(../images/int01mono.webp);filter: brightness(0.5);
}
.mono2 {
  background-image: url(../images/int06mono.webp);filter: brightness(0.5);
}
.mono3 {
  background-image: url(../images/int02mono.webp);filter: brightness(0.8);
}
.mono4 {
  background-image: url(../images/int03mono.webp);filter: brightness(0.5);
}
.mono-red {
  background-color: rgb(141 31 37 / 60%);
  margin: -1rem 0 0;
}
.bgfix-img-top-btm {
  background: rgb(0 0 0 / 50%);
}
.mono1::before,.mono2::before,.mono3::before,.mono4::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.bgfix-img {
  min-height: 500px;
}
.bgfix-img-contact {
  min-height: 500px;
}
.bgfix-img-company-btm,.bgfix-img-top-btm {
  min-height: 300px;
}

@media screen and (max-width: 767px){
    .bgfix-img,.bgfix-img-top-btm {
        min-height: 220px;
    }
    .bgfix-img-contact {
      min-height: 200px;
    }
}
@media screen and (max-width: 576px){
  .mono1,.mono4 {
    background-size: contain;
    top: -35%;
  }
}

/*header*/
header {
    position: fixed;
    width: 100%;
    background: var(--theme-red);
    z-index: 9999;
    height: 50px;
    scrollbar-width: none; /*Firefox対応*/  
    -ms-overflow-style: none/*IExplore対応*/   
}
header::-webkit-scrollbar {  
    display: none; /*Chrome、Safari、Edge対応*/
  }
header h1 {
    margin: 10px 0 0 10px;
    display: block;
    position: fixed;
    z-index: 9999;
}
header h1 a img {
    width: 140px;
    height: auto;
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px){ /* sp */
header {
    height: 50px;
}
}

/* Navbar */
.header {
  background: var(--theme-red);
  position: fixed;
  width: 100%;
  height: 52px;
}
.menu {
  list-style: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 50px;
  padding: 50px 0;
  clear: both;
  background: var(--theme-red);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  overflow: scroll;
}
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* .nav_open .menu {
  transform: scale(1, 1)!important;
} */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: var(--font18);
  text-transform: capitalize;
  color: var(--bs-white);
  opacity: 0;
  transition: 0.5s;
}
.menu a:hover {
  opacity: 0.5;
}
.menu li {
  padding: .7rem 1rem;
  margin: 0;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
  list-style-type: none;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

ul#news-list-short {
    margin: 2rem 0 1rem;
    padding: 0 1rem;
}
ul#news-list-short li dt {
    color: #fff;
    font-weight: normal;
    font-size: var(--font13);
    text-align: left;
}
ul#news-list-short li {
    text-align: left;
    border-bottom: solid 1px #fff;
}
ul#news-list-short li:first-child {
    border-top: solid 1px #fff;
}
ul#news-list-short li dd a,ul#news-list-short li dd {
    color: #fff;
    font-size: var(--font14);
    letter-spacing: 1px;
}

.menu li.list {
    text-align: right;
    padding: 0 2rem 5rem;
}
.menu li.list a{
  font-size: var(--font14);
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: flex;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 1px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.navlogo {
  position: absolute;
}
.menu li span{
  display: block;
  font-size: var(--font12);
  padding: 0.1rem 0 0;
  color: rgb(255 255 255 / 50%);
}
@media screen and (min-width: 767px){
  .menu {
    position: relative;
    top: -50px;
    margin-top: 0px;
    padding: 0 0 0px 0;
    background: var(--theme-red);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    transform: scale(1, 1);
    transform-origin: top;
    overflow: hidden;
}
.menu li {
  margin: 0 14px;
  padding: 18px 0;
  opacity: 1;
}
.menu li span{
  display: none;
}
.navicon {
  display: none;
}
.menu a {
  font-size: var(--font13);
  opacity: 1;
}
.menu a.active {
color: #ff8888;
}
.menu li:last-child {
  margin: 0 24px 0 14px;
}

ul#news-list-short,.menu li.list,.menu li.news-li {
    display: none;
}

}

/* video */
.videowrap{
  position: relative;
}
#video {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  margin: -40px 0 0;
}
.square {
  position: static;
}
.square img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 80%;
}
.square-absolute {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  margin: auto;
  background-color: rgb(255 255 255 / 70%);
  content: '';
}
@media screen and (max-width: 767px){
.square-absolute {
  width: 80px;
  height: 80px;
}
.square-absolute {
  top: 20px;
}
#video {
  margin: 50px 0 0;
}
}

/* news-top */
.news-top {
    position: absolute;
    bottom: 1rem;
    left: .5rem;
}
.news-top h2{
    font-size: var(--font12);
    color: #fff;
}
.news-top h2 a{
    font-size: var(--font12);
    color: #fff;
    padding-left: .5rem;
}
.news-top dl {
    display: flex;
    flex-direction: row;
}
.news-top ul {
    margin: 0;
    padding: .2rem 0;
}
.news-top li{
    list-style-type: none;
}
.news-top li dl {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.news-top li dt{
    font-size: var(--font12);
    color: #fff;
    padding-right: .5rem;
    font-weight: normal;
}
.news-top li a{
    font-size: var(--font14);
    color: #fff;
    display: block;
    width: 16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-top li dd{
    display: flex;
}
.news-top li dd i {
    padding-left: .1rem;
    color: #fff;
}
@media screen and (min-width: 767px){
  .news-top {
    bottom: 3rem;
    left: 2rem;
  }
  .news-top li a,.news-top li dd{
    width: auto;
    padding-right: .5rem;
    font-size: var(--font14);
  }
  .news-top h2{
    font-size: var(--font16);
  }
  .news-top h2 a {
    font-size: var(--font12);
  }
  .news-top li dt {
    font-size: var(--font14);
  }
  .news-top a:hover {
    opacity: .5;
  }

  }

/* title */
.title-en {
  font-size: var(--font40);
  line-height: 2.4rem;
}
@media screen and (max-width: 1199px){
  .title-en {
    font-size: var(--font32);
  }
  }
.title-en span {
  font-size: var(--font28);
}
@media screen and (max-width: 767px){
  .title-en {
    font-size: var(--font28);
    line-height: 1.7rem;
  }
  .title-en span {
    font-size: var(--font20);
  }
  }
h2.sub {
  font-size: var(--font12);
  font-weight: normal;
  margin: 0.1rem 0 0;
}
a.btn-more {
  padding: 5px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: var(--font14);
}
a.btn-more:hover {
opacity: 0.5;
}

/* company */
.company-title{
  margin: -120px 0 0 0;
  color: var(--bs-white);
}
.company-txt-jp{
  font-size: var(--font14);
  line-height: 2.0rem;
  margin-top: 120px;
}
.company-txt-jp h3{
  font-size: var(--font28);
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.company-txt-jp span{
  font-size: var(--font10);
}
.company-txt-en{
  font-size: var(--font14);
  line-height: 1.6rem;
  color: #999;
}
.company-img{
  margin: -100px 0 0 0;
  width: 450px;
}
.companywrap{
  justify-content: space-between;
}
.more-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px){
  .company-img{
    width: 400px;
  }
}
@media screen and (max-width: 992px){
  .companywrap{
    flex-direction: column;
  }
  .company-txt-jp {
    margin-top: 100px;
  }
  .company-img{
    margin: 50px auto;
  }

}
@media screen and (max-width: 576px){
  .company-title {
    margin: -110px 0 0 0;
}
  .company-txt-jp {
    margin-top: 80px;
    padding: 0 2%;
    font-size: var(--font14);
  }
  .company-txt-jp h3 {
    font-size: var(--font20);
    line-height: 2.0rem;
    margin-bottom: 1rem;
  }
  .company-txt-en {
    padding: 0 2%;
    font-size: var(--font13);
    line-height: 1.3rem;
  }
  .company-img{
    padding: 0 4%;
  }
  .more-btn {
    margin-top: 2rem;
    padding: 0 2%;
  }
}

/* brands */
.brands-title{
  margin: -120px 0 0 0;
}
.brands-txt-jp{
  font-size: var(--font14);
  line-height: 2.0rem;
  margin-top: 120px;
}
.brands-txt-jp h3{
  font-size: var(--font28);
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.brands-txt-jp span{
  font-size: var(--font10);
}
.brands-txt-en{
  font-size: var(--font14);
  line-height: 1.6rem;
  color: #999;
}
@media screen and (max-width: 992px){
  .brands-txt-jp {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px){
  .brands-title {
    margin: -110px 0 0 0;
}
.brands-txt-jp {
  margin-top: 80px;
  padding: 0 2%;
  font-size: var(--font14);
}
.brands-txt-jp h3 {
  font-size: var(--font20);
  line-height: 2.0rem;
  margin-bottom: 1rem;
}
.brands-txt-en {
  padding: 0 2%;
  font-size: var(--font13);
  line-height: 1.3rem;
}
}

.shopwrap {
  margin: 100px 0 -100px 0;
  display: flex;
}
.shopwrap .box{
  padding: 0 4% 4%;
  position: relative;
}
.shopwrap .box img{
  filter: brightness(0.7);
}
.shopwrap .box img.uns {
  filter: unset;
}
.shopwrap .box p {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
  color: var(--bs-white);
}
.shopwrap .box p img{
  filter: brightness(1);
  width: 30%;
  margin: 0 auto;
}
.shopwrap .box p img.bgw {
  background: rgb(255 255 255 / 80%);
  padding: 10px;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.shopwrap .box p img.bgw-d {
  background: rgb(255 255 255 / 80%);
  padding: 25px 10px;
  width: 30%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .shopwrap .box p img.bgw-d {
    padding: 10% 10px;
    width: 40%;
  }
}
.area-shopwrap .box p img.bgw-d {
  background: rgb(255 255 255 / 80%);
  padding: 8% 4%;
  width: 40%;
  height: auto;
}
.shopwrap .box a {
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 0;
  width: 76%;
  height: 94%;
}
.shopwrap .box a h3 {
  font-size: var(--font13);
  text-align: right;
  margin: 0.3rem 0;
  bottom: 0;
  position: absolute;
  right: 0;
  background: rgb(255 255 255 / 60%);
  letter-spacing: 0.01em;
  padding: 0.1rem 0;
}
.shopwrap .box a:hover {
  opacity: 0.4;
  background: #ffffff;
}

@media screen and (max-width: 992px){
  .shopwrap .box a {
    width: 84%;
    height: 98%;
  }
}
@media screen and (max-width: 768px){
  .shopwrap .box a {
    width: 84%;
    height: 100%;
  }
}
@media screen and (max-width: 576px){
  .shopwrap {
    margin: 50px 0 -60px 0;
  }
  .shopwrap .box p {
    font-size: var(--font11);
  }
  .shopwrap .box a {
    width: 92%;
    height: 94%;
  }
  .shopwrap .box p img{
    width: 40%;
  }
  .shopwrap .box p img.bgw {
    width: 40%;
  }
  .shopwrap .box{
  padding: 0 2% 4%;
  }
}

/* recruit */
.recruit-title{
  margin: -80px 0 0 0;
  color:var(--bs-white);
}
.recruit-txt-jp{
  font-size: var(--font14);
  line-height: 2.0rem;
  margin-top: 120px;
}
.recruit-txt-jp span{
  font-size: var(--font10);
}
.recruit-txt-en{
  font-size: var(--font14);
  line-height: 1.6rem;
  color: #999;
}
.recruit-img{
  margin: -100px 0 0 0;
  width: 450px;
}
.recruitwrap{
  justify-content: space-between;
}
@media screen and (max-width: 992px){
  .recruitwrap{
    flex-direction: column;
  }
  .recruit-txt-jp {
    margin-top: 70px;
}
  .recruit-img{
    margin: 50px auto;
  }
}
@media screen and (max-width: 576px){
  .recruit-title {
    margin: -70px 0 0 0;
  }
  .recruit-txt-jp {
    margin-top: 80px;
    padding: 0 2%;
    font-size: var(--font14);
  }
  .recruit-txt-en {
    padding: 0 2%;
    font-size: var(--font13);
    line-height: 1.3rem;
  }
  .recruit-img{
    padding: 0 4%;
  }
}

/* expansion */
.expansion-title{
  margin: -80px 0 0 0;
  color:var(--bs-white);
}
.expansion-txt{
  max-width: 500px;
  padding: 0 4%;
  margin: 0 auto;
}
.expansion-txt h3{
  font-size: var(--font20);
  line-height: 2.0rem;
  margin: 2rem 0 1rem;
}
.expansion-txt-jp{
  font-size: var(--font13);
  line-height: 2rem;
}
.expansion-txt-en{
  font-size: var(--font13);
  line-height: 1.6rem;
  color: #999;
  margin: 0 0 1rem;
}
.expansion-imgl{
  margin: 100px auto 0;
  width: 94%;
  max-width: 450px;
}
.expansion-imgr{
  margin: 70px auto 0;
  width: 94%;
  max-width: 450px;
}
.expansionwrap{
  justify-content: space-between;
}
.expansionwrap a img:hover{
  opacity: 0.6;
}
.expansion-txt .hp a {
  position: relative;
  background: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 10px 30px 10px 40px;
  color: #fff;
  font-size: var(--font12);
  line-height: 1.3;
  text-decoration: none;
  float: right;
}
.expansion-txt .hp a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  left: 10px;
}
.expansion-txt .hp a:hover {
  background: #fff;
  color: #000000;
}
.expansion-txt .hp a:hover:before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}


/* footer */
footer{
    color: var(--bs-white);
    padding: 0 1rem;
    background: var(--theme-red);
    position: relative;
    padding: 5rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footerwrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.footerwrap .f-logo {
  margin: 0 0 5rem 2rem;
}
.footerwrap .f-logo a img {
  width: 220px;
  height: auto;
  filter: brightness(0) invert(1);
}
.footerwrap ul {
  display: flex;
  flex-direction: row;
}
.footerwrap ul li{
  list-style-type: none;
  margin: 0 2em 0 0;
}
.footerwrap ul li a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: var(--font13);
  color: var(--bs-white);
}
.footerwrap ul li a:hover {
  opacity: 0.5;
}
#copy {
  font-size: var(--font12);
  margin: 0 1rem 1rem;
}
@media screen and (max-width: 992px){
  footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.footerwrap {
  align-items: center;
}
.footerwrap .f-logo {
  margin: 0 0 2rem 0rem;
}
.footerwrap .f-logo a img {
  width: 180px;
}
.footerwrap ul {
  display: flex;
  flex-direction: row;
  padding: 0 0 2rem;
}
}
@media screen and (max-width: 576px){
  footer {
    padding: 2rem 0 0;
}
  .footerwrap {
    align-items: center;
    padding: 0 0 2rem;
}
.footerwrap ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  justify-content: center;
  width: 100%;
}
.footerwrap ul li {
  margin: 0 5px 0.5em 5px;
  text-align: center;
}
.footerwrap ul li a {
  font-size: var(--font11);
}
#copy {
  font-size: var(--font11);
  margin: 0 0 0.5rem;
}
}

/* section */
#section1{
  position: relative;
  z-index: 2;
  padding: 0 0 220px;
  background: var(--theme-gray);
}
#section2{
  position: relative;
  z-index: 2;
  background: var(--bs-white);
}
#section3{
  position: relative;
  z-index: 2;
  padding: 0 0 220px;
  background: var(--bs-white);
}
#section4{
  position: relative;
  z-index: 2;
  padding: 0 0 220px;
  background: var(--theme-gray);
}

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

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

} */
@media screen and (max-width: 992px){
  #section1 {
    padding: 0 0 120px;
  }
}
/* @media screen and (max-width: 768px){

} */
@media screen and (max-width: 576px){
  #section3{
    padding: 0 0 70px;
  }
  #section4{
    padding: 0 0 120px;
  }
  .col-sm-6 {
    width: 50%;
  }
  #section3-brands .col-sm-6,#section4-brands .col-sm-6,#section5-brands .col-sm-6,#section6-brands .col-sm-6,#section7-brands .col-sm-6 {
    width: 100%;
  }
}

/* 下層h2アニメーション */
.slideDown .title-en {
  animation: slideDown 1s;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform : translate(0, -50px);
  }
  100% {
    opacity: 1;
    transform : translate(0, 0);
  }
}

.slideDown h2 {
  animation-name: fadeIndelay500m;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeIndelay500m {
  0% {
  }
  100% {
      opacity: 1;
  }
}


/* スクロールでクラス付与 */
.js-scroll {
  opacity : 0;
  transition:all 2s;
}
.js-scroll.is-active {
  opacity : 1;
}
.js-scroll .title-en {
  transform : translate(0, -50px);
  transition:all 1s;
}
.js-scroll.is-active .title-en {
  transform : translate(0, 0);
}
.js-scroll h2.sub {
  opacity : 0;
  transition:all 1s;
  transition-delay: 0.5s;
}
.js-scroll.is-active h2.sub {
  opacity : 1;
}
.js-scroll a.btn-more {
  border-bottom: solid 1px #fff;
  transition:all 2s;
}
.js-scroll.is-active a.btn-more {
  border-bottom: solid 1px #000;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

