@charset "UTF-8";
/*----------------------------------------
 main_head
----------------------------------------*/
.main_head {
  background: url(../../../common/img/common/main_head-bg.jpg) repeat 0 0;
  border-bottom: 1px solid #b58f14;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.main_head .en {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.main_head .jp {
  color: #801d21;
  font-size: 26px;
}
@media screen and (max-width: 900px) {
  .main_head { height: 85px;}
  .main_head .en { font-size: 14px;}
  .main_head .jp { font-size: 16px;}
}
/*-------------------------------------------*/
/*-----------------　common　--------------*/
/*---------------------------------------*/
#special {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*----------------------------------------
 sec01
----------------------------------------*/
.pos_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sec01 {
  padding: 90px 0 135px;
  background: url(../img/bg.jpg) no-repeat center center / cover;
}
.sec01 .txt {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 75px;
}
.special_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  max-width: 980px;
  margin: auto;
}
.special_list .item {
  background: -o-linear-gradient(315deg,  rgba(190,160,70,1) 0%,rgba(230,230,185,1) 20%,rgba(196,176,74,1) 35%,rgba(240,230,170,1) 60%,rgba(255,255,220,1) 75%,rgba(220,200,120,1) 90%,rgba(190,160,55,1) 100%);
  background: linear-gradient(135deg,  rgba(190,160,70,1) 0%,rgba(230,230,185,1) 20%,rgba(196,176,74,1) 35%,rgba(240,230,170,1) 60%,rgba(255,255,220,1) 75%,rgba(220,200,120,1) 90%,rgba(190,160,55,1) 100%);
  padding: 2px;
}
.special_list .bg { 
  opacity: .3;
  transition: all .3s;
}
.special_list .item:hover .bg { opacity: 1;}
.special_list .cont {
  background-color: #fff;
  position: relative;
}
.special_list .ttl {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 50px;
  width: 100%;
}
.special_list .ttl span { display: block;}
.special_list .ttl .ttl_jp {
  color: #96141e;
  letter-spacing: 0;
}
.special_list .ttl .ttl_en { font-size: 180%;}

@media screen and (max-width: 1024px) {
  .sec01 { padding: 90px 0;}
  .sec01 .txt {
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 45px;
  }
  .special_list .ttl {
    font-size: 12px;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 { padding: 60px 0;}
  .sec01 .txt {
    font-size: 12px;
    line-height: 2;
  }
  .special_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
  }
  .special_list .ttl { font-size: 10px;}
}
.update{
  text-align:right;
  color: #aa2227;
  font-family: sans-serif;
  font-weight: 800;
}
