@charset "utf-8";

@media (max-width: 700px) {
	.france_flag {
    width: 56px;
    position: absolute;
    left: 6.15%;
    top: 24px;
}
	.concept_wrap {
    padding-top: 12.3%;
    position: relative;
    background-image: url(../images/top-about_bg1.png),url(../images/top-about_bg2.png),url("../images/top-collection_bg1.png"), url("../images/top-collection_bg2.png");
    background-repeat: no-repeat;
    background-position: left top 43%,right top,right bottom 49%,right bottom;
    background-size:60% auto,50% auto,50% auto,90% auto;
    padding-bottom: 27.69%;
		margin-bottom: 17.69%;
}
	.history {
    display: block;
}
	.section_body.irregular {
	width: 80%;
	margin-top:3.07%;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 24px;
    padding-bottom: 16px;
	position:relative;
		margin-left: auto;
}
	.section_body.irregular::after{
  content:"PARIS, FRANCE";
  position:absolute;
		top:20px;
		bottom:auto;
  right:inherit;
  left: -64px;
  writing-mode:vertical-rl;
  font-size:1.1rem;
  letter-spacing:.08em;
  font-weight:400;
  white-space:nowrap;
}
.section_body.irregular::before{
  content:"";
  position:absolute;
  top:10px;
  left:-10px;
  right:10px;
  bottom:-10px;
  border:1.2px solid #c02a2c;
  z-index: 2;
}
.top_history_img {
    margin-bottom: 16px;
}
	.top_history_img img{
		z-index:3;
		        position: relative;
	}
.section_body.irregular p {
    margin-bottom:0;
    letter-spacing: 0.032em;
	z-index:3;
		        position: relative;

}
.collection {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 52%;
}
.collection .section_body.irregular2 {
    width: 90%;
    margin-top: 2.3%;
    padding-right: 16px;
    padding-left: 32px;
    padding-top: 44px;
    z-index: 3;
    padding-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}
.top_louis_img {
    width: 74.61%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
    position: relative;
}
	#top_louis_p{
    letter-spacing: 0em;
    line-height: 1.6em;
	}
.collection .section_body.irregular2::before{
  content:"";
  position:absolute;
  top:10px;
  left:10px;
  right:-10px;
  bottom:-10px;
  border:1.2px solid #c02a2c;
  z-index: 1;
}
.top_louis_img::before{
  content:"LOUIS ALEXANDRE GRANGÉ";
  position:absolute;
  top:-8px;
  left:-36px;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:15px;
  letter-spacing:.08em;
  font-weight:400;
  white-space:nowrap;
}

	
	







.mv {
  width: 100%;
}
.slider{
  overflow:hidden;
}
.slide img{
  width:100%;
  height:auto;
  display:block;
}



.inner {
  width: min(100% - 19.23%, 1200px);
  margin-inline: auto;
}







.history .section_body_flex .vertical-rl {
    writing-mode: vertical-rl;
    font-size: 1.3rem;
    letter-spacing: .1em;
    margin-top: 50%;
    margin-right: -80px;
}

.collection .section_body {
    margin-top: 13.07%;
}











/* =========================
   商品一覧
========================= */

.products {
	padding-top: 9.23%;
    padding-bottom: 8.46%;
}
.products_head {
/*    margin-bottom: 6.15%;*/
}



.product-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:12px;

    padding:24px 0;
  }


/* カード */

.product-card{
  position:relative;
  aspect-ratio:1 / 1;
  overflow:visible;
  border:none;
  padding:0;
  background:none;
  cursor:pointer;
}
.product-card::after{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid #c02a2c;
  opacity:0;
  transition:0.4s;
  pointer-events:none;
  z-index:5;
}
.product-card:hover::after{
  opacity:1;
}
.product-card_img-wrap{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  overflow:hidden;
  aspect-ratio:1 / 1;
}

.product-card_img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
/*  transition:transform 0.4s ease;*/
}

.product-card:hover .product-card_img{
/*  transform:scale(1.05);*/
}

.product-card_new{
    position: absolute;
    top: 8px;
    right: -10px;
    width: 56px;
    z-index: 10;
    pointer-events: none;
}
.product-card_new img{
  display:block;
  width:100%;
  height:auto;
}




/* =========================
   モーダル
========================= */

.modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.8);
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px;
  z-index:9999;
}


/* 開いた状態 */

.modal.active{
  opacity:1;
  visibility:visible;
}


/* 中身 */

.modal-content{
    position: relative;
    width: min(600px, 100%);
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    padding-top: 56px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

.modal-image{
	width: 100%;
  position:relative;
  margin-bottom:16px;
}
.modal-main-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
}
.modal-image_new{
  position:absolute;
  top:8px;
  right:-12px;
  width:88px;
  z-index:10;
  pointer-events:none;
}
.modal-image_new img{
  display:block;

  width:100%;
  height:auto;
}
.modal-text h3{
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    border-bottom: 1px solid #c02a2c;
    padding-bottom: 8px;
}


.modal-text p{
    line-height: 1.8;
}
.modal-text .artist {
    margin-bottom: 8px;
    font-size: 18px;
}



/* 閉じる */

.modal-close{
  position:absolute;
  top:15px;
  right:15px;
  width:40px;
  height:40px;
  border:none;
  border-radius:50%;
  background:#000;
  color:#fff;
  font-size:20px;
  cursor:pointer;
	z-index: 1001;
}
.modal-prev,
  .modal-next{
    width:40px;
    height:40px;

    top:50%;
  }

  .modal-prev{
    left:8px;
  }

  .modal-next{
    right:8px;
  }

  .modal-prev::before,
  .modal-next::before{
    width:8px;
    height:8px;
  }


.foucher_official {
    padding-top: 10%;
    padding-bottom: 15.38%;
}
.official_catch {
    text-align: center;
    margin-top:9.23%;
}
.official_body {
    display: flex;
    justify-content: center;
    margin-top: 9.23%;
	gap:inherit;
	flex-direction: column;
}
.official_img {
    width: 100%;
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
	box-sizing:border-box; 
}
	.official_img img{
		width: 100%;
	}
.official_txt {
    width: inherit;
    text-align: center;
}
.official_logo {
    position:relative;
    width:120px;
    margin:0 auto 20px;
}
.official_logo img{
    display:block;
    width:100%;
    height:auto;
}

.official_txt p {
    margin-bottom: 16px;
	line-height: 1.7em;
}

}
