.hamburger{
    color: #fff;
}
.hamburger-inner span{
    background-color: #fff;
}
.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.ob-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 768px){
.ob-img img {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
  }
}
#key {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#key .slide-fade {
  overflow: hidden;
}
#key .photo,
#key [class^=slide] {
  min-height: 100vh;
}
#key .slide1 {
  background-image: url(../img/key_01.jpg);
}
#key .slide2 {
  background-image: url(../img/key_02.jpg);
}
#key .slide3 {
  background-image: url(../img/key_03.jpg);
}
#key .slide {
  animation: bgscale 8s linear infinite;
}
@keyframes bgscale {
  0% {
    transform : scale(1.1);
  }
  100% {
    transform : scale(1);
  }
}

#header {
  height: 100vh;
}
header .head-top:before {
	opacity: 0;
}
header .head-top.active:before {
	opacity: 1;
}
#header .logo-visible {
  opacity: 0;
}
#header .key_txt {
  transition: all ease 0.8s;
}
#header .key_txt.hide {
  transform: translateY(-100%);
  opacity: 0;
}

@keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.body-fadein {
  animation: pageFadeIn 2s ease-in-out 0s 1 normal;
  -webkit-animation: pageFadeIn 2s ease-in-out 0s 1 normal;
}

.box-liveinfo a {
  transition: all ease 0.3s;
  display: block;
}
.box-liveinfo a:hover {
  color: #C30000;
}
.box-liveinfo a:hover .cate {
  background-color: #C30000 !important;
}
.box-liveinfo a:hover dl {
  background: url(../img/icon_nxtred.svg) no-repeat center right 25px;
}
.box-liveinfo dl {
  background: url(../img/icon_nxtwhite.svg) no-repeat center right 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all ease .3s;
  padding: 29px 45px 29px 0;
  display: flex;
}
.box-liveinfo dl dt {
  width: 330px;
}
.box-liveinfo dl dt .date {
     font-family: goldenbook, serif;
    letter-spacing: 0.1em;
    width: 175px;
    display: inline-block;
}
.box-liveinfo dl dt .cate {
  min-width: 80px;
  margin: 0 0 0 ;
  background-color: #fff;
  display: inline-block;
  transition: all ease 0.3s;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-align: center;
  color: #000;
}
.box-liveinfo dl dd {
  letter-spacing: 0.05em;
  width: calc(100% - 216px);
}
.view-more {
  padding: 0 25px;
  font-family: goldenbook, serif;
  margin-top: 32px;
  text-align: right;
}
.view-more a {
  background: url(../img/icon_nxtwhite.svg) no-repeat center right;
  padding-right: 21px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
}
.view-more a:hover {
  background: url(../img/icon_nxtred.svg) no-repeat center right;
  color: #C30000;
}
@media screen and (max-width: 767px){
  .box-liveinfo dl {
    background-position: center right 18px;
    padding: 19px 40px 20px 0;
    display: block;
    line-height: 22px;
  }
  .box-liveinfo dl dt .cate {
    margin: 0 10px;
  }
  .box-liveinfo dl dd {
    line-height: 28px;
    margin-top: 3px;
    width: 100%;
  }
  .view-more {
    padding: 0 18px;
    margin-top: 33px;
  }
  .box-liveinfo dl dt{
    width: 100%;
  }
}

.box-news dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 27px 60px 27px 0;
    /* min-height: 100px; */
    box-sizing: border-box;
    display: flex;
    
    line-height: 30px;
    position: relative;
}
.box-news dl dt {
  font-family: goldenbook, serif;
  letter-spacing: 0.1em;

}
.box-news dl dd {
  margin-left: 40px;
  letter-spacing: 0.07em;
  width:calc(100%);
}
.box-news dl dd.toggle-link{
  padding-right: 30px;
}
.box-news dl .js-title-height {
    transition: all ease .5s;
    overflow: hidden;
  }     
  .box-news dl .js-title-height{
    padding-right: 6%;
  }      
.box-news dl .js-title-height span {
        display: block;
    }
.box-news dl .js-title-height .plus{
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -8px;
    display: block;
    height: 20px;
    border-right: 1px solid #000;
    opacity: 0;
}
.box-news dl .toggle-link:before{
  content: "";
  position: absolute;
  top: 14px;
  right: 9px;
  margin-top: -8px;
  display: block;
  height: 20px;
  border-right: 1px solid #000;
  transition: all 0.3s;
  opacity: 1;
}
.box-news dl .toggle.active .toggle-link:before{
  opacity: 0;
}
.box-news dl .toggle  a{
  text-decoration: underline;
}
.box-news dl .js-title-height.active .plus{
    border-right-color: transparent;
}
.box-news dl .toggle-link:after{
  content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    border-bottom: 1px solid #000;
}
.box-news dl .js-title-height .plus:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    width: 20px;
    border-bottom: 1px solid #000;
}
/* .box-news dl.has-plus .js-title-height:not(.active) {
    height: 60px !important;
} */
.box-news dl.has-plus dd .js-title-height  .plus{
     opacity: 1;
}
.box-news dl.has-plus {
    cursor: pointer;
}

#sec1 {
  padding: 200px 0 0;
  position: relative;
}
#sec1:before {
  content: "";
  background: url(../img/header_sd.png) repeat-x center top;
  position: absolute;
  top: -204px;
  left: 0;
  right: 0;
  height: calc(100% + 204px);
}
#sec1 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec1 .group {
  width: 50%;
}
#sec1 .group h2 {
  margin-left: 18px;
  margin-bottom: 0;
}
#sec1 .group p {
  margin-left: 112px;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: goldenbook, serif;
	font-style: normal;
	font-weight: 400;
}
#sec1 .group p + p {
  margin-top: 22px;
}
#sec1 .photo {
  width: 43.7%;
}

#sec2 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 190px 0 190px;
}
#sec2 .title-main {
  margin-bottom: 10px;
}
#sec2 .box-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
  text-align: center;
}
#sec2 .box-share h3 {
  /* font-weight: 700; */
  font-size: 18px;
  letter-spacing: 0.07em;
}
#sec2 .box-share ul {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
#sec2 .box-share ul li {
  margin: 0 12px;
}
#sec2 .box-share ul li a img {
  transition: all 0.3s;
}
#sec2 .box-share ul li a:hover img {
  opacity: 0.5;
}
#sec3 {
  background: url("../img/live_bg.jpg") no-repeat center center/cover;
  padding: 190px 0 119px;
  color: #fff;
}
#sec3 .title-main {
  margin-bottom: 13px;
}

.online-shopping {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 200px 0 200px;
}
.online-shopping .bnr a {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  color: #fff;
  background: #C30000;
  padding: 60px 60px 56px;
  box-sizing: border-box;
  display: block;
}
.online-shopping .bnr a img {
  opacity: 1;
}
.online-shopping .bnr a:hover {
  opacity: 0.7;
}
.online-shopping .bnr .photo {
    max-width: 275px;
    position: absolute;
    top: -25px;
    right: 23px;
}
.online-shopping .bnr .text {
    margin-top: 11px;
    font-size: 20px;
}
.online-shopping .bnr .text span {
    display: inline-block;
}
.online-shopping .bnr .text span:last-of-type {
    padding-right: 24px;
    background: url("../img/icon_bnr.svg") no-repeat center right;
}

@media screen and (max-width: 767px){
    #header {
      height: 122.4vw;;
    }
    #key {
      height: auto;
    }
    #key .key_txt{
        top: auto;
        bottom: 6vw;
        left: 8%;
        width: 50%;
        transform: none;
    }
    #key .photo,
    #key [class^=slide] {
      min-height: 122.4vw;
    }
    #key .slide1 {
      background-image: url("../img/key_01_sp.jpg");
    }
#key .slide2 {
      background-image: url("../img/key_02_sp.jpg");
    }
#key .slide3 {
      background-image: url("../img/key_03_sp.jpg");
    }
    #sec1{
        padding-top: 100px;
    }
    #sec1 .wrap{
        display: block;
    }
    #sec1 .photo{
        width: 68%;
        margin: 0 auto;
    }
    #sec1 .group {
        width: 100%;
        box-sizing: border-box;
        padding: 50px 9% 0;
    }
    #sec1 .group h2{
        margin-left: 0;
        margin-bottom: 0;
    }
    #sec1 .group p{
        width: 86%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 28px;
    }
    #sec1 .group p + p{
        margin-top: 17px;
    }
    #sec2 {
        padding: 97px 6px 97px;
    }
    #sec2 .title-main {
      margin-bottom: 10px;
    }
    #sec2 .box-share {
      margin-top: 35px;
    }
    #sec2 .box-share ul{
        margin-left: 0;
    }
    #sec2 .box-share h3 {
      width: 100%;
    }
    .box-news dl .js-title-height .plus{
        right: 18px;
    }
    .box-news dl {
        display: block;
        padding: 19px 0 18px;
        line-height: 22px;
    }
    .box-news dl dt  {width: auto;}
    .box-news dl dd{
        line-height: 28px;
        margin-left: 0;
        margin-top: 3px;
        width: 100%;
    }
    
    #sec3{
        background: url("../img/live_bg_sp.jpg") no-repeat center / cover;
        padding: 99px 6px 90px;
    }
    .online-shopping{
        padding: 100px 5%;
    }
    .online-shopping .bnr a {
        padding: 46px 15px 45px;
    }
    .online-shopping .title-main{
        font-size: 24px;
        line-height: 28px;
    }
    .online-shopping .bnr .photo {
        position: absolute;
        top: 6px;
        right: -9%;
        width: 60%;
    }
    .online-shopping .bnr .text {
        font-size: 18px;
        line-height: 25px;
    }
    .online-shopping .bnr .text span{
        line-height: 25px;
    }
    .online-shopping .bnr .text span:first-of-type{
        display: block;
    }
    
}