@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/*
------------------------------------------------------------
以下、共通部分
------------------------------------------------------------
*/
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

*::before,
*::after{
  background-size: cover;
  background-position: center;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body{
  color:#42352e;
  font-size: 16px;
  letter-spacing: 0.01em;
  min-width: 1280px;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
}


img{
  display: block;
  object-position: center;
}

#container{
  margin: 0 auto;
  padding: 0;
}

.container{
  max-width:1280px;
  padding:0 40px;
  margin:0 auto;
  background: none;
}


.hover-opa{
  transition-duration: 0.5s;
}

.hover-opa:hover{
  opacity: 0.7;
}

a.common-button{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d36217;
  width:280px;
  height:60px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height:1;
  color:#fff;
  letter-spacing: 0.1em;
}

a.common-button::after{
  content:"";
  width:8px;
  height:15px;
  background-image: url('../img/add/common/white-next.png');
  position: absolute;
  top:0;
  right:20px;
  bottom:0;
  margin:auto;
}

.main-view{
  position: relative;
}

.main-view .view{
  width:100%;
}

.main-view .title{
  position: absolute;
  width:780px;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
}

.contents-section{
  position: relative;
  padding:120px 0 152px;
}

.contents-section::before{
  content:"";
  width:100%;
  height:100%;
  background-image: url('../img/add/goods/goods-bg.jpg');
  position: absolute;
  z-index:-10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contents-section ul{

}

.contents-section ul li{
  display: flex;
  margin-bottom: 96px;
}

.contents-section ul li .thumb{
  width:620px;
  height:460px;
}

.contents-section ul li .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.contents-section ul li .text-area{
  padding-top: 20px;
  width: calc(100% - 620px);
}

.contents-section ul li .text-area p.p1{
  font-size: 28px;
  line-height:48px;
  font-weight: bold;
  margin-bottom: 12px;
  font-feature-settings: "palt";
}

.contents-section ul li .text-area p.p1 span{
  font-size: 22px;
  line-height:48px;
  font-weight: bold;
  font-feature-settings: "palt";
}

.contents-section ul li .text-area p.p2{
  font-size: 18px;
  font-weight: bold;
  line-height:1;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}

.contents-section ul li .text-area p.p3{
  font-weight: 500;
  line-height:2;
  margin-bottom: 32px;
}

.contents-section ul li:nth-child(odd) .text-area{
  padding-left: 56px;
}

.contents-section ul li:nth-child(even){
  flex-direction: row-reverse;
}

.contents-section ul li:nth-child(even) .text-area{
  padding-right: 56px;
}

.contents-section ul li:last-child{
  margin-bottom: 0;
}
