reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.ftCg {font-family: 'Cormorant Garamond', serif;}

.nc{
  padding: 90px 0 150px;
  position: relative;
}

.head01{
  font-size: 60px;
  font-size: 6.0rem;
  margin-bottom: 60px;
  padding-top: 20px;
}

.head01 span{
  position: relative;
}

.head01 span:after{
    content: "ク　ル　マ";
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", serif;
    top: -10px;
    left: 50%;
    letter-spacing: 0.20em;
    transform: translateX(-50%);
}

.introText {
    margin: 0 auto 90px;
}

.nc .bigImg{
  margin-bottom: 60px;
}

.nc .bigImg img{
  width: 100%;
}

.nc .flexBox{
  display: flex;
}

.nc .flexBox.intro{
  justify-content: space-between;
  align-items: center;
}

.nc .flexBox.intro .img{
  width: 52%;
}

.nc .flexBox.intro .img img{
  width: 100%;
}

.nc .flexBox.intro .detail{
  width: 44%;
}

.nc .flexBox.intro .detail .head{
  font-family: "Shippori Mincho B1", serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 50px;
}

.nc .flexBox.lineUp .ttlWrap{
  border-right: 1px solid #dddddd;
  padding-top: 80px;
  width: 12%;
}

.nc .flexBox.lineUp .ttlWrap .ttl{
  position: relative;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Shippori Mincho B1", serif;
  display: inline-block;
  padding: 0 20px;
  line-height: 1;
}

.nc .flexBox.lineUp .ttlWrap .ttl span{
  font-size: 21px;
  font-size: 2.1rem;
  font-family: 'Cormorant Garamond', serif;
}

.nc .flexBox.lineUp .ttlWrap .ttl span:before {
    content: "";
    position: absolute;
    background: #fd6531;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.nc .flexBox.lineUp .brandWrap{
  padding: 80px 0 0 80px;
  width: 88%;
}

.brandWrap ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brandWrap ul li{
  margin: 0 auto 20px;
  width: 15%;
}

.brandWrap ul li:nth-of-type(6),
.brandWrap ul li:nth-of-type(7),
.brandWrap ul li:nth-of-type(8),
.brandWrap ul li:nth-of-type(9),
.brandWrap ul li:nth-of-type(10){
  margin-bottom: 0;
}

.ex{
  padding: 120px 0 140px;
  position: relative;
}

.ex:after{
  content: "";
  position: absolute;
  background: url(../../../img/index/about-bg.png) repeat;
  width: 570px;
  height: 570px;
  right: 0%;
  top: 10%;
  z-index: -1; 
}

.ex .mainImg{
  width: 100%;
}

.ex .mainImg img{
  width: 100%;
}

.ex .top .bgText{
  color: rgba(0,42,95,0.05);
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  font-size: 12rem;
  font-weight: 600;
  writing-mode: vertical-lr;
  width: 20%;
}

.ex .top{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 90px;
}

.ex .top .detail{
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.ex .top .detailLeft{
  width: 58%;
}

.ex .top .detailLeft img{
  width: 100%;
}

.ex .top .detailLeft .txt-basic{
  margin-bottom: 70px;
}

.ex .top .detailRight{
  width: 37%;
}

.ex .top .detailRight img{
  width: 100%;
}

.re{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.re .img{
  width: 68%;
  margin-left: -20%;
}

.re .detail{
  margin-left: 5%;
  width: 38%;
}

.re .detail .border{
  display: block;
  background: #dddddd;
  width: 90px;
  height: 1px;
  margin-bottom: 50px;
}

.re .detail .head{
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 60px;
}

.sec-gray{
  position: relative;
  padding: 130px 0 180px;
}

.sec-gray:after{
  content: "";
  position: absolute;
  background: url(../../../img/index/about-bg.png) repeat;
  width: 570px;
  height: 570px;
  left: 5%;
  top: 0;
  z-index: -1;
}

.sec-gray .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}

.sec-gray .flexBox .img{
  order: 2;
  width: 68%;
  margin-right: -20%;
}

.sec-gray .flexBox .img img{
  width: 100%;
}

.sec-gray .flexBox .detail{
  order: 1;
  width: 48%;
}

.sec-gray ul{
  display: flex;
  justify-content: space-between;
}

.sec-gray ul li{
  width: 48%;
}

.sec-gray ul li .iconTtl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.sec-gray ul li .iconTtl .icon{
  margin-right: 25px;
}

.sec-gray ul li .iconTtl .icon img{
  height: 60px;
  width: 100%;
}

.sec-gray ul li .iconTtl .ttlText h5{
  font-size: 32px;
  font-size: 3.2rem;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}

.sec-gray ul li .iconTtl .ttlText p{
  font-size: 13px;
  font-size: 1.3rem;
}

.sec-gray ul li .img{
  margin-bottom: 35px;
}

.sec-gray ul li .img img{
  width: 100%;
}

.sec-gray ul li .head04{
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 25px;
}

.sec-gray ul li:nth-of-type(2){
  margin-top: 70px;
}


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

.head01 {
    font-size: 2.0rem;
}

.introText {
    margin: 0 auto 30px;
}

.nc{
    padding: 40px 0;
}

.re{
  padding: 40px 0 0;
}

.re .introText {
    margin: 0 auto 30px;
}

.nc .head01 {
    margin-bottom: 25px;
    padding-top: 10px;
}

.nc .head01 span:after {
    font-size: 1rem;
    top: -6px;
    letter-spacing: -0.2em;
}   

.nc .bigImg {
    margin-bottom: 25px;
}

.nc .flexBox{
  display: block;
}

.nc .flexBox.intro {
    display: block;
} 

.nc .flexBox.intro .detail {
    width: 100%;
    margin-bottom: 40px;
}

.nc .flexBox.intro .img {
    width: 100%;
    margin-bottom: 25px;
}

.nc .flexBox.intro .detail .head {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
}

.nc .flexBox .linUp{
    display: block;
}

.nc .flexBox.lineUp .ttlWrap {
    border-right: none;
    padding-top: 0;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
}

.nc .flexBox.lineUp .brandWrap {
    padding: 0;
    width: 100%;
}

.brandWrap ul li {
    margin: 0 auto 10px;
}

.brandWrap ul li img{
  width: 100%;
}

.ex {
    padding: 20px 0 40px;
    position: relative;
}

.ex:after {
    width: 200px;
    height: 270px;
    right: -10%;
    top: 80px;
}

.ex .top {
    display: block;
    margin-bottom: 0;
}

.ex .top .bgText{
    width: 100%;
    writing-mode: horizontal-tb;
    font-size: 3rem;
    margin-bottom: 0px;
    text-align: center;
}

.ex .top .detail {
    display: block;
    position: relative;
    width: 100%;
}

.ex .top .detailLeft {
    width: 100%;
}

.ex .top .detailLeft img {
    width: 68%;
}

.ex .top .detailRight {
    width: 37%;
    position: absolute;
    bottom: -40px;
    right: -8%;
}

.ex .top .detailLeft .txt-basic {
    margin-bottom: 25px;
}

.re {
    display: block;
}

.re .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
}

.re .detail {
    width: 100%;
    margin-left: 0;
}

.re .detail .border {
    width: 40px;
    height: 1px;
    margin-bottom: 25px;
}

.re .detail .head {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.sec-gray {
    position: relative;
    padding: 40px 0;
}

.sec-gray .flexBox {
    display: block;
    margin-bottom: 40px;
}

.sec-gray .flexBox .img {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
}

.sec-gray .flexBox .detail {
    order: 1;
    width: 100%;
}

.sec-gray .head03{
  margin-bottom: 15px;
}

.sec-gray ul {
    display: block;
}

.sec-gray ul li {
    width: 100%;
}

.sec-gray ul li:nth-of-type(2) {
    margin-top: 40px;
}

.sec-gray ul li .head04 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
}

.sec-gray ul li .iconTtl .icon {
    margin-right: 15px;
}

.sec-gray ul li .img {
    margin-bottom: 25px;
}

.sec-gray ul li .iconTtl {
    margin-bottom: 10px;
}

.sec-gray ul li .iconTtl .icon img {
    height: 35px;
    width: 100%;
}

.sec-gray ul li .iconTtl .ttlText h5 {
    font-size: 2.2rem;
}

.sec-gray ul li .iconTtl .ttlText p {
    font-size: 1.0rem;
}
}

@media screen and (max-width: 480px){
.nc .flexBox.intro .img img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}
}