@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}

#sixtieth_anniv * {
  box-sizing: border-box;
}

#sixtieth_anniv a {
  text-decoration: none;
}

#sixtieth_anniv {
  text-align: center;
  font-size: 14px;
  padding: 0;
  background: url("/ec/shop/images/campaign/20241003_60th_anniv/mvbg2.png") repeat;    
}

#sixtieth_anniv .wrap_inner {
  width: 990px;
  margin: 0 auto;
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#sixtieth_anniv .pc {
  display: block;
}

#sixtieth_anniv .sp {
  display: none;
}

/*--------------------------------------------
半角空け調整
--------------------------------------------*/
#sixtieth_anniv .mr {
  margin-right: .5rem;
}

/*--------------------------------------------
MV
--------------------------------------------*/
#sixtieth_anniv .mv {
  background: url("/ec/shop/images/campaign/20241003_60th_anniv/mvbg.png") repeat-x center;
  background-color: #f9f7ed;    
}

#sixtieth_anniv .mv .mv_inner {
  display: flex;
  justify-content: center;
  align-items: center;    
}


/*--------------------------------------------
帯
--------------------------------------------*/
#sixtieth_anniv .about {
  background-color: #c50012;    
}

#sixtieth_anniv .about p {
    line-height: 65px;
    letter-spacing: .05em;
    font-size: 22px;
    color: #fff;
}



/*--------------------------------------------
ナビ
--------------------------------------------*/
#sixtieth_anniv .navi_area {
  padding: 25px 25px 15px;
  letter-spacing: .1rem;
  margin: 50px auto 0;
  background-color: #E9E0C7;
}


#sixtieth_anniv .navi {
  display: flex;
  flex-wrap: wrap;
}


/*--------------------------------------------
ナビ ソープ×アートの融合
--------------------------------------------*/

#sixtieth_anniv .navi_area_bgc {
  margin: 0 auto 50px;    
  background-color: #e7fbfc;
}

#sixtieth_anniv .navi_area_bgc .navi {
  display: block;
}

#sixtieth_anniv .navi_area_bgc .navi li {
  height: 70px; 
}


#sixtieth_anniv .navi_area_bgc .navi li a {
  color: #4aa7ac; 
}

#sixtieth_anniv .navi_area_bgc .navi li::after {
    border-top: solid 2px #4aa7ac;
    border-right: solid 2px #4aa7ac;
}

/*--------------------------------------------
ナビ ソープ×アートの融合 バナー
--------------------------------------------*/

#sixtieth_anniv .link_bnr {
    margin-bottom: 50px;
    margin-top: 25px;
}

#sixtieth_anniv .link_bnr a:hover{
    opacity: .7;
}





/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#sixtieth_anniv .navi li {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: .4s;
  background: #FFF;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

#sixtieth_anniv .navi li:hover {
  opacity: .7;
  cursor: pointer;
}

#sixtieth_anniv .navi li a {
  color: #93703C;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: .8em 0;
  line-height: 1.3;
}

#sixtieth_anniv .navi li::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #93703C;
  border-right: solid 2px #93703C;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

#sixtieth_anniv .navi li a .nav-s {
  font-size: 10px;
  font-weight: normal;
}

/*--------------------------------------------
ボタン2列
--------------------------------------------*/
#sixtieth_anniv .navi2 li:not(:nth-of-type(2n)) {
  margin-right: 10px;
}

#sixtieth_anniv .navi2 li {
  width: calc((100% - 10px) / 2);
  height: 70px;
}

/*--------------------------------------------
ボタン3列
--------------------------------------------*/
#sixtieth_anniv .navi3 li:not(:nth-of-type(3n)) {
  margin-right: 10px;
}

#sixtieth_anniv .navi3 li {
  width: calc((100% - 20px) / 3);
  height: 70px;
}

/*--------------------------------------------
ボタン幅可変
--------------------------------------------*/
#sixtieth_anniv .navi {
  display: flex;
  justify-content: space-between;
}


#sixtieth_anniv .navi2n li {
  width: calc((100% - 20px) / 2);
  height: 70px;
  margin-right: 10px;
}

#sixtieth_anniv .navi2n li:nth-child(2n) {
  margin-right: 0;
}


/*--------------------------------------------
見出し 
--------------------------------------------*/

#sixtieth_anniv .ttl {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 600px;
    box-sizing: border-box;
    background-color: #fefefe;
    margin: 0 auto 30px;
}




#sixtieth_anniv .h2 {
    color: #231815;
    font-weight: bold;
    font-size: 42px;
}

/*--------------------------------------------
商品 
--------------------------------------------*/
#sixtieth_anniv .list {
  gap: 30px;
  display: grid;    
}

#sixtieth_anniv .item {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #f9f7ed;
  text-align: left;
  justify-content: space-between;    
}

#sixtieth_anniv .item a:hover  {
  opacity: .7;
}



#sixtieth_anniv .item:nth-child(2n) {
  flex-direction:row-reverse;
}

#sixtieth_anniv .item:nth-child(2n) .item_img {
  margin-right: 0;
  margin-left: 30px;    
}



#sixtieth_anniv .item_img {
  width: 250px;
  margin-right: 30px;
}

#sixtieth_anniv .item_text {
  width: calc(100% - (250px + 30px));
}

#sixtieth_anniv .item_name {
  font-size: 20px;
  font-weight: bold;
  color: #614822;  
}

#sixtieth_anniv .item_price {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  margin-left: 10px;    
    color: #614822;
}

#sixtieth_anniv .item_desc {
  font-size: 16px;
    color: #614822;
}

#sixtieth_anniv .item_desc:not(:last-of-type) {
  margin-bottom: 8px;
}

#sixtieth_anniv .item_desc:last-of-type {
  margin-bottom: 24px;
}

#sixtieth_anniv p.item_desc-font {
  color: #c50012;
  font-weight: bold;    
}


#sixtieth_anniv .item_btn-lead {
  font-size: 18px;
    font-weight: bold;    
  text-align: center;
  display: block;
    color: #846537
}

#sixtieth_anniv .color-b span {
color: #93703C;
}

#sixtieth_anniv .color-n span {
color: #181a33;
}  

#sixtieth_anniv .color-blue span {
color: #1f4180;
}

#sixtieth_anniv .color-brown span {
color: #905e3b;
}    



#sixtieth_anniv .item_btn {
  display: flex;
  /*justify-content: center;*/
  gap: 15px;
}


#sixtieth_anniv .item_btn:not(:last-child) {
  margin-bottom: 1rem;
}



#sixtieth_anniv .item_btn li {
  border-radius: 5px;   
}

#sixtieth_anniv .item_btn li a:hover {
  /*opacity: .7;*/
  cursor: pointer;
}



#sixtieth_anniv .item_btn-text {
  position: relative;    
  background-color: #93703C;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;    
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#sixtieth_anniv .color-n .item_btn-text {
background-color: #181a33;
}

#sixtieth_anniv .color-blue .item_btn-text {
    background-color: #1f4180;
}

#sixtieth_anniv .color-brown .item_btn-text {
    background-color: #905e3b;
}


#sixtieth_anniv .item_btn-text::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
}


/*--------------------------------------------
ALLボタン
--------------------------------------------*/
#sixtieth_anniv .All-btn {
    margin: 40px auto 0;
    width: 990px;
}

#sixtieth_anniv .All-btn:hover {
    opacity: .7;
  cursor: pointer;
}


#sixtieth_anniv .All-btn a {
    font-size: 28px;
    font-weight: bold;
    border: 1px solid #93703C;
    color: #93703C;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9E0C7;
    line-height: 100px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

#sixtieth_anniv .All-btn a::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #93703C;
    border-right: solid 2px #93703C;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6px;
}

  
/* SP */

/*--------------------------------------------
共通 
--------------------------------------------*/

#news .headerNews .headerHeadline {
    width: 100%;
}
#news #d_topic_path {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

#news #sixtieth_anniv .wrap_inner {
  width: 100%;
}

/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#news #sixtieth_anniv .pc {
  display: none;
}

#news #sixtieth_anniv .sp {
  display: block;
}


/*--------------------------------------------
半角空け調整
--------------------------------------------*/s
#news #sixtieth_anniv .mr {
  margin-right: 0;
}

/*--------------------------------------------
MV
--------------------------------------------*/

#news #sixtieth_anniv {
  background: url("/ec/shop/images/campaign/20241003_60th_anniv/spmvbg.png") repeat;
  background-size: contain;    
}


/*--------------------------------------------
帯
--------------------------------------------*/
#news #sixtieth_anniv .about p {
    line-height: 1.4;
    font-size: calc(((100 / 375) * 14) * 1vw);
    padding: 1rem 0;
}

/*--------------------------------------------
ナビ
--------------------------------------------*/
#news #sixtieth_anniv .navi_area {
  padding: 10px;
  margin: 0 auto;
}

#news #sixtieth_anniv .navi_area li {
font-size: calc(((100 / 375)* 12)* 1vw);
height: 13vw;    
}




/*--------------------------------------------
3列
--------------------------------------------*/

#news #sixtieth_anniv .navi3 li {
    width: calc((100% - 10px) / 3);
    margin-bottom: 0;
}

#news #sixtieth_anniv .navi3 li:not(:nth-of-type(3n)) {
    margin-right: 5px;
}


/*--------------------------------------------
2列
--------------------------------------------*/
#news #sixtieth_anniv .navi2 li {
  font-size: calc(((100 / 375) * 12) * 1vw);
  width: calc((100% - 5px) / 2);
  margin-bottom: 0;    
}

#news #sixtieth_anniv .navi2 li:not(:nth-of-type(2n)) {
    margin-right: 5px;
}


#news #sixtieth_anniv .navi2 li:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }


#news #sixtieth_anniv .navi li::after {
  right: 7px;
}


/*--------------------------------------------
ナビ ソープ×アートの融合
--------------------------------------------*/

#news #sixtieth_anniv .navi_area_bgc {
  margin: 0 auto 20px;
}

#news #sixtieth_anniv .navi_area_bgc .navi li {
  height: auto;
  font-size: 17px;    
}

#news #sixtieth_anniv .navi_area_bgc .navi li a {
  flex-direction: column;
}

#news #sixtieth_anniv .navi_area_bgc .navi li a .nav-m {
  font-size: 10px;
  margin-left: 0;
}


/*--------------------------------------------
ナビ ソープ×アートの融合 バナー
--------------------------------------------*/

#news #sixtieth_anniv .link_bnr {
    margin-bottom: 20px;
    margin-top: 10px;
}



/*--------------------------------------------
商品 
--------------------------------------------*/

#news #sixtieth_anniv .list {
  gap: 15px;
  width: 96%;
  margin: 0 auto;    
}

#news #sixtieth_anniv .item {
  flex-direction: column;
  padding: 20px;
  text-align: center;    
}



#news #sixtieth_anniv .item_img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
}

#news #sixtieth_anniv .item:nth-child(2n) .item_img {
    margin-right: 0;
    margin-left: 0;
}

#news #sixtieth_anniv .item_img img {
  width: 100%;
}

#news #sixtieth_anniv .item_txt {
  width: 100%;
}

#news #sixtieth_anniv .item_name {
  font-size: 16px;
}

#news #sixtieth_anniv .item_price {
  font-size: 18px;
  margin-bottom: 3px;
  margin-left: 0;    
}

#news #sixtieth_anniv .item_desc {
  font-size: 12px;
  width: 100%;
  text-align: left;    
}

#news #sixtieth_anniv .item_desc:not(:last-of-type) {
  margin-bottom: 6px;
}

#news #sixtieth_anniv .item_desc:last-of-type {
  margin-bottom: 8px;
}

#news #sixtieth_anniv .item_btn-lead {
  font-size: 12px;
}

#news #sixtieth_anniv .item_btn {
  flex-direction: column;
  gap: 10px;
}

#news #sixtieth_anniv .item_btn-text {
  color: #fff;
  width: 200px;
  height: 45px;
  align-items: center;
  background-position: right 7px center;
  background-size: 15px 15px;
  font-size: 14px;
  margin: 0 auto;
}


#news #sixtieth_anniv p.item_desc-font {
  text-align: center;    
}



/*--------------------------------------------
見出し 
--------------------------------------------*/

#news #sixtieth_anniv .ttl {
    width: 100%;
    margin-bottom: 20px;
}

#news #sixtieth_anniv .h2 {
    font-size: calc(((100 / 375) * 26) * 1vw);
}




/*--------------------------------------------
ALLボタン
--------------------------------------------*/
#news #sixtieth_anniv .All-btn {
    width: 96%;
    margin-top: 20px;
}

#news #sixtieth_anniv .All-btn a {
   font-size: calc(((100 / 375) * 20) * 1vw);
   height: 76px;    
}






