/* =========================================================
   cmn.css  (共通スタイル)
   ========================================================= */

   html{
    font-size: 62.5%;
   }


:root{
  --page-width: 1101px;
  --col-left: 235px;
  --gutter: 48px;     
  --pad-x: 30px;     

  --text: #1A1311;
  --gray: #808080;
  --gray-dark: #4E4E4E;
  --border: #c0c0c0;
}

/* ----- Base ----- */
body{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--text);

  font-size: 11.3px;
  font-size: 1.13rem;
}

a{
  text-decoration: none;
  color: inherit;
}

h2{
  font-size: 2.5rem;
}

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

/*ローカルルール*/
/*
タイマーディスプレイ 初期値非表示設定
タイマーディスプレイに使用
*/
.timer_displaynone{
	display:none;
}

/*
改行設定　PCのみ改行(br_pc)、スマホのみ改行(br_sp)
brタグに使用
*/
.br-sp{
	display:none;
}

.br-pc{
	display:block;
}

.br_sp{
	display:none;
}

.br_pc{
	display:block;
}

/*
改行設定　PCのみ改行(br_pc)、スマホのみ改行(br_sp)
brタグに使用
*/
.dispPc{
	display:block!important;
}

.dispSp{
	display:none!important;
}
/*
PC表示設定　PCのみ非表示
*/
.pc_hidden{
	display: none;
}


#headerWrap,
#contents,
#footerWrap{
  max-width: var(--page-width);
  margin: 0 auto;
}

.spNone{
  display: block;
}

.spDisplay{
  display: none;
}

#searchWrap{
  display: none;
}
/*
ログイン判定設定　ヘッダーのログイン情報取得で使用
*/
.member_info_cart_info{
	position: absolute;
	top: 0;
	right: 0;
	display: none!important;
	width: 0;
	height: 0;
}

@media (max-width:587px){

  :root{
    --page-width: 90% !important;
    --gutter: 48px;     
    --pad-x: 10px;     
  }

  h2{
    font-size: 1.8rem;
  }

	.br-sp{
	display:block;
	}
	
	.br-pc{
	display:none;
	}
	
	.br_sp{
	display:block;
	}
	
	.br_pc{
	display:none;
	}
	.dispPc{
		display:none!important;
	}

	.dispSp{
		display:block!important;
	}

  .spNone{
    display: none;
  }

  .spDisplay{
    display: block;
  }

  .spDisplay233{
    display: block;
  }

  /* #headerWrap,
  #headerWrap2,
  #contents,
  #footerWrap{
    width: var(--page-width) !important;
    max-width: none; 
    margin: 0 auto;
  } */

  #headerWrap,
  #footerWrap{
    width: var(--page-width) !important;
    max-width: none; 
    margin: 0 auto;
  }

  #mainTop{
    width: 100% !important;
    max-width: none; 
    margin: 0 auto;
  }


}
/* =========================================================
   Header
   ========================================================= */
header{
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
}


#headerWrap{
  display: grid;
  grid-template-columns: var(--col-left) 1fr;
  align-items: center;
  padding: 70px var(--pad-x);
}

/* 左：2℃ロゴ */
#deg_MaylaClassique_logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
#deg_MaylaClassique_logo > img{
  width: 78px;
}

/* 右：上（ナビ）/ 下（ロゴ） */
#headerNaviBar{
  display: grid;
  grid-template-rows: auto auto;
  align-items: start;
}

#headerNavi{
  display: grid;
  grid-template-rows: auto auto;
  justify-items: end;
  row-gap: 20px;
  width: fit-content;
  justify-self: end;
}

#gNavi{
  width: 286px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
}

.gNaviLogin,
.gNaviIcon{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gNaviIcon{
  justify-content: space-between;
  width: 100px;
}

.gNaviLogin li,
.gNaviIcon li{
  line-height: 1;
}

.gNaviLogin li:first-child::after{
  content: "｜";
}

.gNaviLogin a,
.gNaviIcon a{
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.gNaviIcon img{
  display: block;
  height: 18px;
  width: auto;
}





/* -------------------------------Languages------------------------ */

.translationlangSelect{
  justify-self: end;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  width: 145px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  padding: 0 28px 8px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #1A1311;
  cursor: pointer;
  outline: none;
  
  background-image: linear-gradient(45deg, transparent 50%, #7a7a7a 50%),
                    linear-gradient(135deg, #7a7a7a 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px),
                       calc(100% - 8px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}






/* ロゴ */
#headerNaviBar h1{
  margin: 0;
  justify-self: center;
}
#headerNaviBar h1 img{
  width: 403px;
  display: block;
}



@media (max-width: 587px){

  #deg_MaylaClassique_logo{
    display: none !important;
  }
  .gNaviLogin{
    display: none !important;
  }
  .spNone{
    display: none !important;
  }
  

  #headerWrap{
    display: block;  
    padding: 40px 0 20px;
  }
  
  #headerNaviBar{
    display: grid;
    grid-template-columns: 15% 1fr 15%; 
    grid-template-rows: auto auto; 
    align-items: center;
    column-gap: 0;
    row-gap: 25px;
  }
  /* 
  #hambsp{
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  #hambsp .hamb{
    width: 25px !important; 
    height: 15px !important; 
    position: relative !important;
    display: block !important;
  }

  #hambsp .hamb i{
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: var(--text) !important;
    border-radius: 2px !important;
  }

  #hambsp .hamb i:first-child{ top: 0 !important; }
  #hambsp .hamb i:last-child{ bottom: 0 !important; } */


  #headerNaviBar h1{
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin: 0;
  }
  #headerNaviBar h1 img{
    width: 200px;
    display: block;
  }

  #gNavi{
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: auto;
    display: flex;
    justify-content: flex-end;
  }
  .gNaviIcon{
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
  }
  .gNaviIcon img{
    width: 25px;
    height: 20px;
    display: block;
  }

  /* -------------------------------Languages------------------------ */

  .translationLangArea{
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    display: flex;
    justify-content: flex-end; 
  }

  .translationLangArea .translationlangSelect,
  .translationLangArea #parts_translationlang{
    width: auto;
    margin-left: auto;
  }

  .translationLangArea .translationlangSelect button{
    margin-left: auto;
  }

  /* -------------------------------SP Naviメニュー------------------------ */
  #headerNavi{
    display: contents;
  }

  .menuButtom img{
    width: 30px;
    height: 20px;

  }

	.navMenu{
		color: #222;
		border-bottom: 1px solid #cfcfcf;
		width: 90%;
		margin: 0 auto;
	}
	
	.navMenu h6{
		font-weight: normal;
		text-align: center;
		padding-top: 5%;
		margin-bottom: 3%;
		font-size: 4vw;
		line-height: 3.1;
	}
	
	.navMenu li{
		font-size: 3.2vw;
		line-height: 3.1;
		border-top: 1px solid #cfcfcf;
	}
	
	.navMenu li ul li{
		padding: 0 6.4%;
	}
	
	
	.navMenu li a{
		text-decoration: none;
		color: #222;
		display: block;
	}



	
	
	.navMenu .toggle ,.navMenuMain li{
		font-size: 4.5vw;
		padding: 0 6.4%;
		display: block;
		cursor:pointer;
	}
	
	.navMenu .toggle2{
		display: block;
		cursor:pointer;
		position: relative;
	}
	
	.navMenu li ul .toggle{
		font-size: 3vw;
		padding: 0;
	}
	
	.navMenu li ul .submenu{
		font-size: 3.8vw;
		padding: 0;
	}
	




	.navMenu .switch li{
		position: relative;
	}
	
	.navMenu .switch ul {
		display: none;
	}
	
	.navMenu .switch .toggle::after {
		position: absolute;
		right: 6vw;
		top: 1.2vw;
		content: '>';
		font-size: 3vw;
		color: #666;
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-moz-transition: all, 0.25s, linear;
		-o-transition: all, 0.25s, linear;
		-webkit-transition: all, 0.25s, linear;
		transition: all, 0.25s, linear;
	}
	
	.navMenu .switch .active::after {
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
		transform: translate(0, 50%);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	.navMenu .switch2 .toggle2::after{
		content: '＋';
		display: block;
		position: absolute;
		top: 50%;
		right:  0.5vw;
		transition: ease .3s;
		color: #777;
		transform:translateY(-50%);
		z-index: 2;
		width: 15px;
		height: 15px;
		line-height: 15px;
		border: 1px solid #777;
		text-align:center;
	}

	.navMenu .switch2 .active::after{
		content: '－';
	}





  
}



/* =========================================================
   Main layout（2カラム共通）
   ========================================================= */
/* パンくずリスト */
.breadcrumbWrap{
  /* margin: 50px auto 0; */
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between; /* 左右に分ける */
  /* align-items: center; */
  /* max-width: 695px; */
}

.breadcrumb{
  font-size: 1.4rem;
  color: #1A1311;
}

.breadcrumb ol{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb a{
  color: inherit;
  text-decoration: none;
}

.breadcrumb li + li::before{
  content: ">";
  margin-right: 10px;
  color: #1A1311;
}

.breadcrumb ol{
    flex-wrap: wrap;   /* 折り返しON */
  }

.breadcrumbOption{
  font-size: 13px;
  color: #1A1311;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.breadcrumbOption input{
  width: 14px;
  height: 14px;
}


#contents{
  display: grid;
  grid-template-columns: var(--col-left) 1fr;
  /* column-gap: var(--gutter); */
  align-items: stretch;
  /* padding: 0 var(--pad-x); */
  border: none;
}


#mainTop{
  display: grid;
  grid-template-columns: 1fr;
  min-width: 0; 
  margin: 0 auto;
}

@media (max-width: 587px){
  #contents{
    display: block;
  }

  .breadcrumbWrap{
    margin: 20px 0 0;
  }

  .breadcrumb{
  font-size: 1.2rem;
  }
}

/* =========================================================
   Sidebar（共通）
   ========================================================= */

#sidebar{
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: stretch;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  width: 235px;
}

#leftWrap{
  width: 200px !important;
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;

  display: block;
  /* grid-template-rows: auto 1fr auto; */
  /* height: 100%; */
}

.sideContents > h3{
  font-size: 2rem;
  text-align: left;
  margin: 0 0 12px;
  line-height: 1.2;
}

/* #categoryWrap{
  padding: 0 10px;
}

#categoryWrap ul{
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#categoryWrap ul > li{
  font-size: 15px;
  padding-top: 22px;
}

#categoryWrap ul > li > a{
  color: var(--text);
}

#categoryWrap > span{
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #707070;
} */

.collection{
  margin-top: 60px;
}

.shopGuide{
  margin-top: 30px;
}

.sideBottom{
  align-self: auto;
  display: grid;
  row-gap: 30px;
}

#category a{
	display:block;
	color: #333;
	text-decoration: none;
}

#category li a{
	/* padding-left: 16px; */
  font-size: 1.4rem;
  padding: 10px 0 10px 16px;
}

#category a:hover{
    background-color: #e9e9e9;
}


/*#category .categoryInnerList{
	border-bottom: 1px solid #c0c0c0;
}*/

#category .border{
	border-bottom: 1px solid #c0c0c0;
}

#category .blockListType{
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c0c0c0;
}

#category .blockTileType dt{
	margin-bottom: 9px;
}

#category .blockTileType{
	overflow:hidden;
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c0c0c0;
}

#category .blockTileType dd{
	float: left;
    text-align: center;
    border: 1px solid #c0c0c0;
    width: 81px;
    margin-right: 5px;
    height: 19px;
    line-height: 19px;
    font-size: 0.85rem;
    margin-bottom: 7px;
}


#category .sales{
	padding-top: 13px;
	padding-bottom:26px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 26px;

  font-size: 1.6rem;
}

#category .sale a{
	color: #BE1E2D;
}

#category .kindWrap{
	padding-bottom: 32px;
}

#category .categoryAccordion .categoryToggle{
	/* padding-left:14px; */
	position:relative;
  font-size: 1.4rem;
  padding: 10px 0 10px 16px;
}


#category .categoryAccordion .categoryToggle span::after{
    content: '＋';
	  display: block;
    position: absolute;
    top: 50%;
	  right: 16px;
    transition: ease .3s;
    color: #777;
    transform:translateY(-50%);
    z-index: 2;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #777;
    text-align:center;
}

#category .categoryAccordion .isOpen span::after{
	content: '－';
}

#category .categoryAccordion .categoryToggle:hover{
	background-color:#e9e9e9;
	cursor: pointer;
}

#category .categoryAccordion li ul{
	display:none;
	margin-left: 14px;
}

#category .categoryAccordion li ul a{
	position: relative;
}

#category .categoryAccordion li ul a::before{
	content: "";
	display:block;
	position: absolute;
	top: 18%;
	left: 0;
	width:9px;
	height:9px;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

#category .categoryAccordion li ul li:last-of-type{
	margin-bottom: 15px;
}


#category .color dd{
	width: 83px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	border:none;
}

#category .color dd:hover span{
	margin-top:0;
}

#category .color .eAll{
	border: 1px solid #c0c0c0;
}

#category .color strong{
	font-weight:normal;
	width:83px;
	height:22px;
	line-height:22px;
	display:block;
	cursor:pointer;
}
#category .color dd span{
	display:block;
	height:22px;
	width:83px;
	margin-top:-22px;
}

#category .price{
	margin-bottom: 36px;
}

#category .price span{
	display: inline-block;
	font-size: 1rem;
	-webkit-transform: scale(0.8);
}

#category .price dd {
    width: 83px;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
}

#category .themePage{
	margin-left: 10px;
	line-height: 234%;
	margin-bottom: 28px;
}

#category .themePage dt{
	margin-bottom:9px;
}

#category .themePage dt:before{
	 content: "";
	 background-image:url("/images/frame_parts/icon_left.jpg");
	 background-repeat: no-repeat;
	 padding-left: 13px;
}


#category .themePage dd a{
	padding-left: 13px;
}


#maylaHashMatome {
    margin-bottom: 56px;
}


#category .iconTheme img{
	width: auto;
}

/* ========================SP==================== */

@media (max-width: 587px){

  /* #sidebar{ */
  #sidebar, #leftWrap{ 
    display: none;
  }
  
  .spDisplay{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    grid-column: 1;
    grid-row: 1;

    justify-self: start;
    align-self: center;

    width: 32px;
    height: 32px;

    background: transparent;
    border: none;
    padding: 0;
    margin: 0;

    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .spDisplay .hamb{
    position: relative;
    width: 22px;   
    height: 12px;  
    display: block;
  }

  .spDisplay .hamb i{
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;          
    background: var(--text);      
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease;
  }

  .spDisplay .hamb i:first-child{
    top: 0;
  }

  .spDisplay .hamb i:last-child{
    bottom: 0;
  }
}


/* =========================================================
   Common UI: Button
   ========================================================= */
.viewMore{
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 237px;
  height: 51px;

  color: #707070;
  border: 1px solid #707070;
  font-size: 1.7rem;
  transition: .2s;

  margin: 50px 0 0;
}

.viewMore:hover{
  background: #707070;
  color: #fff;
}

/* =========================================================
   Footer（共通）
   ========================================================= */
footer{
  width: 100%;
  padding-top: 100px;
  border-top: 1px solid #c0c0c0;
}


#footerWrap{
  /* padding: 150px var(--pad-x); */
}

#footerWrap a{
  color: var(--gray);
}

#footerWrap .footer-nav{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 80px;
  align-items: start;
}

#footerWrap .footer-col h3{
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 2rem;
  color: var(--gray-dark);
}

#footerWrap .footer-col ul:not(.snsList){
  margin: 0;
  padding: 0;
  list-style: none;

  display: grid;
  gap: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* SNS（3列折り返し） */
#footerWrap .snsList{
  margin: 0;
  padding: 0;
  list-style: none;

  width: 151px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

#footerWrap .snsList li{
  line-height: 0;
}

#footerWrap .snsList a{
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

#footerWrap .snsList img{
  display: block;
  width: 30px;
  height: 30px;
}

#footerWrap .address{
  display: block;
  text-align: center;
  padding: 100px 0 50px;
  color: var(--gray-dark);
  font-size: 1.6rem;
}

@media (max-width: 587px){

  footer{
    padding-top: 0;
  }

  #footerWrap{
    padding: 50px 0;
  }

  #footerWrap .footer-nav{
    grid-template-columns: 1fr 1fr; 
    gap: 28px;
  }

  #footerWrap .footer-col:nth-child(3){
    display: none;
  }

  #footerWrap .footer-col:nth-child(4){
    grid-column: 1 / -1;
    margin-top: 30px;
    text-align: center;
  }

  #footerWrap .footer-col h3{
    font-size: 1.4rem;
    margin: 0 0 12px;
  }

  #footerWrap .footer-col ul:not(.snsList){
    font-size: 1.2rem;
    gap: 8px;
  }

  #footerWrap .snsList{
    width: auto; 
    display: grid;
    grid-template-columns: repeat(3, 30px);
    gap: 18px 24px;
    justify-content: center;
    margin-top: 14px;
  }

  #footerWrap .address{
    padding: 40px 0 20px;
    font-size: 1.1rem;
  }
}




/* =========================================================================
  動画コンテンツ
   ========================================================================= */

#movieWrap{
  margin: 80px 0;
  text-align: center;
}
#movieWrap div{
  margin: 60px 0 0;
}
/* ------------------------------------------------------------------------------------------ */

