@charset "utf-8";
#main_inner {
    display: flex;
}

.main_sa01_c {position: sticky;top: 0;}

.main_sa02 {
    width: 30%;
    max-width: 360px;
    margin: 0 30px 0 50px;
    flex-shrink: 0;
}

.twTimeline {
    height: 400px;
    overflow: auto;
}

div#nwu_001_t>div:not(:last-child) {
    margin-bottom: 50px;
}

.widgetWrap {
  position: relative;
  background: #967323;
}

.widgetWrap::before,
.widgetWrap::after  {
  content: "";
  position:absolute;
}
.widgetWrap::before {
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  background: #fbf6ec;
}
.widgetWrap::after {
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  border: 2px solid #967323;
}
.widgetInner {
  padding: 30px 36px 60px;
  position: relative;
  height: 100%;
  z-index: 1;
}
.twTimelineWrap .widgetInner {padding: 30px 16px 60px;} 
.widgetInner::before{
  content:"";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: url(../../images/main/cont/shape_tc.png) center 6px / 42px auto no-repeat,
    url(../../images/main/cont/shape_tl.png)top left / 104px auto no-repeat,
    url(../../images/main/cont/shape_tr.png)top right / 102px auto no-repeat,
    url(../../images/main/cont/shape_bl.png)bottom left / 102px auto no-repeat,
    url(../../images/main/cont/shape_br.png)bottom right / 104px auto no-repeat;
  pointer-events: none;
  backface-visibility: hidden;
}
.widgetHead {
  font-size: 4.5rem;
  font-family: 'Volkhov', serif;
  text-align: center;
  color: #967323;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
  position: relative;
}

.widgetHead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;right: 0;
  height: 50px;
  background: url(../../images/main/common/shape_star.png)center center no-repeat;
}
.moreBtnWrap {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.moreBtnWrap a {
    display: inline-flex;
    align-items:center;
    justify-content: center;
    position:  relative;
    width: 150px;
    height: 30px;
    background: url(../../images/main/common/btn_bg.svg)center center / contain no-repeat;
    color: #967323;
    text-decoration: none;
    font-family: 'Volkhov', serif;
}
@media screen and (max-width:1500px){
  .main_sa02{width: 300px;margin: 0px 0 50px 20px;}
}
@media screen and (max-width:1200px){
  #main_inner {
    flex-wrap: wrap;
  }
  .main_sa02 {
    width: 100%;
    max-width: none;
    margin: 50px 0;
  }
  #nwu_001_t{
    display:flex;
    justify-content:space-between;
    flex-wrap: wrap;
  }
  .widgetWrap{width:calc(50% - 15px);}
  .c-youtubeWrap{width:100%;}
}

@media screen and (max-width:999px){
  .main_sa02 {margin: 50px 0 0;}
}
@media screen and (max-width:600px){
  .widgetWrap{width:100%;}

}