@charset "UTF-8";
@import url("https://use.typekit.net/ehm5amh.css");
/*@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
*/
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "adobe-garamond-pro", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
 /* overflow: hidden;
  position: fixed;*/
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
/*
body.looking {
  overflow: hidden;
}
*/

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

a:hover, a:active, a.active {
  color: #666;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
/*
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 264px;
  height: 20px;
  background-image: url(../images/brandlogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 132px);
  top: calc(50% - 10px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}
*/
header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
}
header .inner {
  width: 100%;
  padding: 60px 0 0 0;
}
header .inner ul {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
header .inner ul li {
  width: 180px;
}
header .inner ul li a {
  color: #FFF;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
  width: 100%;
  height: 35px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
  background-color: #FFF;
}

main {
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  padding: 0px;
}
main .inner .visual {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main .inner .visual .kv {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
main .inner .visual .kv img {
  width: 100%;
  height: auto;
}
main .inner .visual h2 {
  width: 580px;
  height: 108px;
  background-image: url(../img/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
  /*opacity: 0;
  transition: opacity 0.5s ease-in 1s;*/
}

main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 150px 0 150px 0;
  
}

main .inner .sec .box{
  width:1000px;
  margin: 0 auto;
}
main .inner .sec .box_w{
  width:calc(100% - 20px);
  margin: 0 auto;
}



/*------ title ------*/
main .inner .sec .box .ttl{
  width: 100%;
  display: flex;
  display: -webkit-flex; 
  justify-content: start;
  align-items: center; 
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .box .ttl > div{
  position: relative;
}
main .inner .sec .box .ttl h3{
  font-size: 50px;
  padding:0 18px 0 68px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 10px;
}
main .inner .sec .box .ttl p{
  padding-bottom: 10px;
}

main .inner .sec .box .ttl_sa{
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  display: -webkit-flex; 
  justify-content: start;
  /*align-items: center; */
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
}
main .inner .sec .box .ttl_sa > div.tx{
  position: relative;
  width: 400px;
}
main .inner .sec .box .ttl_sa > div.tx > p{width: 50px;}
main .inner .sec .box .ttl_sa > div.tx > div.intx{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
}
main .inner .sec .box .ttl_sa > div.tx > div.intx h3{
  font-size: 50px;
  padding:0;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 10px;
}
main .inner .sec .box .ttl_sa > div.ph{
  width: 600px;
  text-align: right;
}
main .inner .sec .box .ttl_sa > div.ph > p{
  width: 320px;
  margin: 0 0 0 auto;
}


/*--------------------- NUM ------------------------*/

main .inner .sec#sec02 .box .ttl h3 {
  background-image: url(../img/num02.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec03 .box .ttl h3 {
  background-image: url(../img/num03.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}


main .inner .sec#sec05 .box .ttl h3 {
  background-image: url(../img/num05.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec06 .box .ttl h3 {
  background-image: url(../img/num06.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec07 .box .ttl h3 {
  background-image: url(../img/num07.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec08 .box .ttl h3 {
  background-image: url(../img/num08.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec09 .box .ttl h3 {
  background-image: url(../img/num09.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}

main .inner .sec#sec10 .box .ttl h3 {
  background-image: url(../img/num10.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px;
}




/*------ 01 new era ------*/
main .inner .sec .box01 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex; 
  justify-content: space-between;
  /*align-items: center; */
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #000;
  padding: 4px 4px 0 4px;
  text-align: left;
}
main .inner .sec .box01 > div{
  width: 50%;
  box-sizing: border-box;
  position: relative;
  background-color: #FFF;
  
}
main .inner .sec .box01 > div:nth-child(odd){border-right: solid 2px #000; margin-bottom: 4px;}
main .inner .sec .box01 > div:nth-child(even){border-left:  solid 2px #000; margin-bottom: 4px;}
main .inner .sec .box01 > div:first-child{padding: 36px;}
main .inner .sec .box01 > div:last-child{padding: 36px;}
main .inner .sec .box01 > div h3{
  font-size: 50px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 10;
  
}
main .inner .sec .box01 > div h4{
  font-size: 21px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 20px;
}

main .inner .sec .box01 > div p.caption{
  font-size: 1.2rem;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  line-height: 2rem;
  letter-spacing: 0em;
} 
main .inner .sec .box01 > div p.num01{
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 36px;
  left: 36px;
} 



/*------ 02 ALESSANDRA ------*/


/*------ 11 HOORSENBUHS ------*/
.box_w h3{width: 240px; padding-bottom: 60px; margin: 0 auto;}
.brand_consept{
  font-size: 1.2rem;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  line-height: 2rem;
  letter-spacing: 0em;
}


/*------ 12 BNR ------*/

main .inner .sec .bnr{width:600px; margin: 0 auto 120px;}
main .inner .sec .bnr a{ display: block;}


/*----------- column ----------*/

.col03, .col02, .col04{
  display: flex;
  display: -webkit-flex; 
  justify-content:start;
  /*align-items: center; */
  flex-wrap: wrap;
  box-sizing: border-box;
}
.col03 > div{
  width: calc(33.3% - 13px);
  margin-top: 50px;
  margin-right: 20px;
  box-sizing: border-box;
}
.col03 > div:nth-child(3n){margin-right: 0;}

.col03 > div > div{
  
}

.col02 > div{
  width: calc(100% / 2 - 20px);
  margin-top: 50px;
  margin-right: 20px;
}
.col02 > div:nth-child(2n){margin-right: 0;}

.col04 > div{
  width: calc(25% - 15px);
  margin-top: 50px;
  margin-right: 20px;
}
.col04 > div:nth-child(4n){margin-right: 0;}





/*----------- CERDIT ----------*/
main .inner .sec .credit {
  width: 100%;
  padding-bottom: 6px;
}
main .inner .sec .box01 div{position: relative;}
main .inner .sec .box01 div > div.newera_credit{position: absolute; bottom: 36px; left: 36px;}
main .inner .sec .box01 div > div.newera_credit .credit {margin-top: 0;}

main .inner .sec .credit:not(:last-child) {
}
main .inner .sec .credit dl {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .inner .sec .credit dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  
}
main .inner .sec .credit dl dt strong {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
}
main .inner .sec .credit dl dt strong:last-child {
  font-weight: 400;
  padding: 0 0 0 5px;
  display: inline-block;
}
main .inner .sec .credit dl dt strong:last-child::before {
  content: "-";
  margin: 0 5px 0 0;
  display: inline-block;
}
main .inner .sec .credit dl dt strong span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
main .inner .sec .credit dl dt strong span.items__price::after {
  content: "[TAX IN]";
  padding: 0 0 0 5px;
}
main .inner .sec .credit dl dd {
  width: 40px;
  margin: 0px;
}
main .inner .sec .credit dl dd a {
  color: #FFF;
  font-family: din-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 21px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.15s ease-in;
}
main .inner .sec .credit dl dd a:hover {
  background-color: #666;
}
main .inner .sec .credit dl dd a:not([href]) {
  display: none;
}
main .inner .sec .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
main .inner .sec .credit dl dd a[href] + a.linelink {
  display: none;
}



/*--------------------- SEC設定 -----------------------*/

main .inner .sec#sec01 {
  background: #FFF;
}
main .inner .sec#sec02 {
  background-color: #E9F868;
}
main .inner .sec#sec03 {
  overflow: hidden;
}
main .inner .sec#sec04 {
  background-color: #000;
  color: #FFF;
}
main .inner .sec#sec04 .items__name strong{color: #fff;}

main .inner .sec#sec05 {
  background-color: #E9F868;
}
main .inner .sec#sec06 {
  background: #FFF;
}
main .inner .sec#sec07 {
  background-color: #000;
  color: #FFF;
}
main .inner .sec#sec07 .items__name strong{color: #fff;}

main .inner .sec#sec08 {
  background: #FFF;
}
main .inner .sec#sec09 {
  background-color: #E9F868;
}
main .inner .sec#sec10 {
  background-color: #E9F868;
}
main .inner .sec#sec11 {
  background: #FFF;
}

footer {
  text-align: left;
  width: 100%;
  padding: 120px 0 40px 0;
  margin: 0 auto;
  background-color: #000;
  font-size: 1.2rem;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
footer .infoot {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
footer .infoot ul {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 20px;
}
footer .infoot ul li a {
  color: #FFF;
}
footer .infoot ul li a:hover {
  text-decoration: underline;
}
footer .infoot p {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .infoot p span {
  color: #FFF;
  font-size: 1rem;
  text-align: right;
}



/*-------------- COMMON ---------------*/
.pc{display: block;} .sp{display: none;}
.ph_mb{margin-bottom: 20px;}


/* ----------------------------------------------- Media Queries Smartphone -----------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .logo {
    width: 200px;
    height: 15px;
    left: calc(50% - 100px);
    top: calc(50% - 10px);
  }

  .loaded main {
    opacity: 1;
  }

  header .inner {
    padding: 40px 0 0 0;
  }
  header .inner ul {
    width: calc(100% - 20px);
  }
  header .inner ul li {
    width: 130px;
  }
  header .inner ul li a {
    color: #FFF;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #FFF;
    background-color: #000;
  }

  main {
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main .inner {
    width: 100%;
    padding: 0px;
  }
  main .inner .visual {
    width: 100%;
    padding: 0 0 30px 0;
    background-repeat: repeat;
    background-position: left top;
    background-size: 20px;
    position: relative;
  }
  main .inner .visual h2 {
    width: 300px;
    height: 56px;
    top: 50%;
    left: 50%;
  }
  

  
  main .inner .sec {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 10px 80px 10px;
  
}

main .inner .sec .box{
  width:100%;
  margin: 0 auto;
}
main .inner .sec .box_w{
  width:100%;
  margin: 0 auto;
}
  
  
  
  
/*------ title ------*/
main .inner .sec .box .ttl{
  width: 100%;
}
main .inner .sec .box .ttl > div{
  position: relative;
}
main .inner .sec .box .ttl h3{
  font-size: 46px;
  padding: 3px 10px 0 58px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 10px;
}
main .inner .sec .box .ttl p{
  padding-bottom: 10px;
}

main .inner .sec .box .ttl_sa{
  width: 100%;
  margin-bottom: 50px;
}
main .inner .sec .box .ttl_sa > div.tx{
  position: relative;
  width: 100%;
}
main .inner .sec .box .ttl_sa > div.tx > p{width: 50px; margin-bottom: 20px;}
main .inner .sec .box .ttl_sa > div.tx > div.intx{
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
}
main .inner .sec .box .ttl_sa > div.tx > div.intx h3{
  font-size: 46px;
}
  
main .inner .sec .box .ttl_sa > div.tx > div.intx p{
  margin-bottom: 30px;
}
  
main .inner .sec .box .ttl_sa > div.ph{
  width: 100%;
  text-align: right;
}
main .inner .sec .box .ttl_sa > div.ph > p{
  width: 100%;
  margin: 0 0 0 auto;
}
  
  
  
  /*------ 01 new era ------*/
main .inner .sec .box01 {
  width: 90%;
  margin: 0 auto;

}
main .inner .sec .box01 > div{
  width: 100%;
}
  
main .inner .sec .box01 > div:nth-child(odd){border: none; margin-bottom: 4px;}
main .inner .sec .box01 > div:nth-child(even){border: none; margin-bottom: 4px;}
main .inner .sec .box01 > div:first-child{height: 400px; padding: 20px;}
main .inner .sec .box01 > div:last-child{position: relative; padding: 36px 20px 20px 20px;}
main .inner .sec .box01 > div h3{
  font-size: 40px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding-bottom: 5px;
  
}
main .inner .sec .box01 > div h4{
  font-size: 17px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 20px;
}

main .inner .sec .box01 > div p.caption{
  font-size: 1.2rem;
  font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;
  line-height: 2rem;
  letter-spacing: 0em;
} 
main .inner .sec .box01 > div p.num01{
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
} 
  
  
/*------ 12 BNR ------*/

main .inner .sec .bnr{width:90%; margin: 0 auto 80px;}
  
  
  
/*----------- column ----------*/

.col03, .col02, .col04{
  display: flex;
  display: -webkit-flex; 
  justify-content:start;
  /*align-items: center; */
  flex-wrap: wrap;
  box-sizing: border-box;
}
.col03 > div{
  width: calc(100% / 2 - 5px);
  margin-top: 50px;
  margin-right: 10px;
  box-sizing: border-box;
}
.col03 > div:nth-child(2n){margin-right: 0;}
.col03 > div:nth-child(3){margin-right: 10px;}

.col03 > div > div{
  
}

.col02 > div{
  width: 100%;
  margin-top: 50px;
  margin-right: 0;
}
.col02 > div:nth-child(2n){margin-right: 0;}

.col04 > div{
  width: calc(100% / 2 - 5px);
  margin-top: 50px;
  margin-right: 10px;
  box-sizing: border-box;
}
.col04 > div:nth-child(2n){margin-right: 0;}
  
  

  
/*------------credit-------------*/
  
main .inner .sec .box01 div > div.newera_credit{position: static;}
main .inner .sec .box01 div > div.newera_credit .credit {margin-top: 0;}
  
  
  
  
  
  
  main .inner .sec .insec .style .look .credits {
    width: 100%;
  }
  main .inner .sec .insec .credits .credit {
    width: 100%;
    padding-bottom: 6px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 5px 1px;
  }
  main .inner .sec .insec .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .sec .insec .credits .credit dl {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main .inner .sec .insec .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  main .inner .sec .insec .credits .credit dl dt strong {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child {
    padding: 5px 0 0 0;
  }
  main .inner .sec .insec .credits .credit dl dt strong:last-child::before {
    content: "-";
    margin: 0 5px 0 0;
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dt strong span {
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .credits .credit dl dt strong span.items__price::after {
    content: "[TAX IN]";
    padding: 0 0 0 5px;
  }
  main .inner .sec .insec .credits .credit dl dd {
    width: 40px;
    margin: 0px;
  }
  main .inner .sec .insec .credits .credit dl dd a {
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 25px;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in;
  }
  main .inner .sec .insec .credits .credit dl dd a:hover {
    background-color: #666;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) {
    display: none;
  }
  main .inner .sec .insec .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  main .inner .sec .insec .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  main .inner .sec#sec1 {
    background-repeat: repeat;
    background-position: left top;
    background-size: 20px;
    padding-bottom: 60px;
  }
  main .inner .sec#sec2 .insec {
    padding: 20px 0 20px 0;
  }
  main .inner .sec#sec2 .insec .style .instyle > dl.type2 {
    flex-wrap: wrap;
  }
  main .inner .sec#sec2 .insec .style .instyle > dl.type2 dt:nth-child(1) {
    margin: 0 0 10px 0;
  }
  main .inner .sec#sec2 .insec .style .instyle > dl.type2 dt:nth-child(3) {
    margin: 0px;
  }
  main .inner .sec#sec2 .insec .style .instyle > dl.type2 dd:nth-child(2) {
    text-align: left;
    width: calc(100% - 120px);
    margin: 0 0 10px 10px;
  }
  main .inner .sec#sec2 .insec .style .instyle .text p {
    color: #FFF;
  }
  main .inner .sec#sec2 .insec .style .instyle .credits .credit {
    background-image: url(../images/dotline2.png);
  }
  main .inner .sec#sec2 .insec .style .instyle .credits .credit dl dt strong {
    color: #FFF;
  }
  main .inner .sec#sec2 .insec .style .instyle .credits .credit dl dd a {
    color: #000;
    background-color: #FFF;
  }
  main .inner .sec#sec2 .insec .style .look {
    background-color: #FFF;
  }
  main .inner .sec#sec3 {
    overflow: hidden;
  }
  main .inner .sec#sec3::before {
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 1.21);
    top: 10px;
    left: 0px;
  }
  main .inner .sec#sec3::after {
    content: "";
    width: calc(100vw - 20px);
    height: calc((100vw - 20px) * 1.21);
    top: calc((100vw - 20px) * 1.21);
    right: 0px;
    left: auto;
  }
  main .inner .sec#sec3 .insec {
    padding-top: 120px;
  }
  main .inner .sec#sec3 .insec .style {
    background-color: transparent;
  }
  main .inner .sec#sec3 .insec .style .look {
    background-color: #FFF;
  }

  footer {
    padding: 40px 0 40px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    text-decoration: underline;
  }
  footer .infoot p {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot p span {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  
  
  /*-------------- COMMON ---------------*/
  .pc{display: none;} .sp{display: block;}
  
}