.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/* ============================================================================================ */
#special-page {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  #special-page {
    padding-top: 80px;
    padding-top: 21.33333vw;
    padding-bottom: 55px;
    padding-bottom: 14.66667vw;
  }
}

.headline {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .headline {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}

.headline__inner {
  position: relative;
  width: 680px;
  margin: 0 auto;
}

.headline__inner .m--headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .headline__inner {
    position: relative;
    width: 92.53%;
    margin: 0 auto;
  }
  .headline__inner .m--headline {
    margin-bottom: 37.5px;
    margin-bottom: 10vw;
  }
  .headline__inner .m--headline h2 img {
    width: 262px;
    width: 69.86667vw;
    height: auto;
  }
}

#special-page h3 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-family: 'Hina Mincho', serif;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: .1em;
  width: 680px;
  margin: 0 auto 60px;
}

#special-page h3::before {
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  background: url(../img/special/icon_line.png) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #special-page h3 {
    width: 92.53%;
    margin: 0 auto;
    font-size: 18px;
  }
}

/* ============================================================================================ */
.special {
  width: 940px;
  margin: 50px auto 0;
}

.special_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.special_item {
  width: 32%;
  margin-left: 2%;
  margin-top: 2%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (min-width: 769px) {
  .special_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .special_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

.special_item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .special {
    width: 92.53%;
    margin: 30px auto 0;
  }
  .special_list {
    display: block;
  }
  .special_item {
    width: 100%;
    margin-left: 0;
    margin-top: 6%;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .special_item:first-child {
    margin-top: 0;
  }
}

.special img {
  width: 100%;
}

/* ============================================================================================ */
.digicon {
  position: relative;
  width: 680px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .digicon {
    position: relative;
    width: 92.53%;
    margin: 30px auto;
  }
}

.digicon img {
  width: 100%;
}

.digicon .wp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .digicon .wp_flex {
    display: block;
  }
}

.digicon .wp_sp {
  width: 30%;
}

.digicon .wp_sp.center {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .digicon .wp_sp.center {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .digicon .wp_sp {
    width: 60%;
    margin: 30px auto 0;
  }
}

.digicon .wp_tablet {
  width: 65%;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .digicon .wp_tablet {
    width: 80%;
    margin: 30px auto 0;
  }
}

.digicon .wp_pc {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .digicon .wp_pc {
    margin-top: 30px;
  }
}

.digicon .tw_header {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .digicon .tw_header {
    margin-top: 30px;
  }
}

.digicon .tw_icon {
  width: 40%;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .digicon .tw_icon {
    width: 50%;
    margin: 30px auto 0;
  }
}
.tw_icon_list_box{
  margin: 50px auto 0;
}
.tw_icon_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tw_icon_list li{
    width: 23%;
    margin: 0 1% 2%;
}
@media screen and (max-width: 768px) {
  .tw_icon_list li{
    width: 46%;
    margin: 0 2% 5%;
  }
}

.digicon .dl_btn {
  position: relative;
  text-align: center;
  color: #876437;
  letter-spacing: 0.08em;
  font-family: saber, sans-serif;
  font-size: 25px;
  margin-top: 10px;
  background: #ccc;
  padding: 8px 0 9px;
  background: url(../img/special/tw100000/btn_c.png) repeat-x;
  background-size: contain;
  width: calc(100% - 20px);
  margin-left: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 768px) {
  .digicon .dl_btn {
    width: calc(100% - 19px);
    margin-left: 9px;
  }
}

.digicon .dl_btn::before {
  content: "";
  background: url(../img/special/tw100000/btn_l.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .digicon .dl_btn::before {
    left: -9px;
  }
}

.digicon .dl_btn::after {
  content: "";
  background: url(../img/special/tw100000/btn_r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
}

.digicon .dl_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .digicon .dl_btn:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .digicon .dl_btn {
    font-size: 22px;
    margin-top: 5px;
    padding: 7px 0 9px;
  }
}

.digicon .cap {
  text-align: center;
  margin-bottom: 10px;
  color: #876437;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .digicon .cap {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.tw_icon-list{
  display: flex;
  flex-wrap: wrap;
      justify-content: center;
}
.tw_icon-list .tw_icon{
  width: 32%;
  margin: 20px 0 0 2%;
}
@media screen and (min-width: 769px) {
  .tw_icon-list .tw_icon:nth-child(3n+1){margin-left: 0;}
  .tw_icon-list .tw_icon:nth-child(n+1):nth-child(-n+3){margin-top:10px;}
}
.cap.-only{margin-top: 50px;}

@media screen and (max-width: 768px) {
  .tw_icon-list .tw_icon{
    width: 49%;
    margin: 20px 0 0 2%;
  }
  .tw_icon-list .tw_icon:nth-child(2n+1){margin-left: 0;}
  .tw_icon-list .tw_icon:nth-child(n+1):nth-child(-n+2){margin-top: 5px;}
  .cap.-only{margin-top: 30px;}
}

/* ============================================================================================ */
.birthday {
  width: 680px;
  margin: 50px auto 0;
}

.birthday_img {
  width: 100%;
  margin: 0 auto;
}

.birthday_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .birthday {
    width: 92.53%;
    margin: 30px auto 0;
  }
  .birthday_img {
    width: 100%;
  }
}

.read {
  width: 680px;
  position: relative;
  text-align: center;
  font-size: 15px;
  margin: 0 auto 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .read {
    width: 92.53%;
    font-size: 13px;
    margin: 20px auto 0;
    padding-top: 20px;
  }
}


.card {
  width: 100%;
  margin: 0 auto 50px;
}
.card02 {
  width: 70%;
  margin: 0 auto 50px;
}


@media screen and (max-width: 768px) {
  .card {
    margin: 0 auto 30px;
    padding-top: 20px;
  }
  .card02 {
    width: 80%;
    margin: 0 auto 30px; 
    padding-top: 20px;
  }
}

/* ============================================================================================ */
/* Valentine */
/* ============================================================================================ */
.valentine {
  width: 680px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .valentine {
    width: 92.53%;
    margin: 30px auto 0;
  }
}

.valentine #Valentine_player_wrap > #Valentine_player {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.valentine #Valentine_player_wrap > #Valentine_player .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.valentine #Valentine_player_wrap > #Valentine_player .vjs-dock-text {
  visibility: hidden;
}

@media screen and (max-width: 900px) {
  .valentine #Valentine_player_wrap > #Valentine_player .vjs-time-control {
    display: none !important;
  }
}

.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default .vjs-big-play-button:active,
.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default .vjs-big-play-button:focus,
.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default:active .vjs-big-play-button,
.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default .vjs-big-play-button {
  background: url(../img/special/valentine/btn_play.png) no-repeat;
  background-size: contain;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default:hover .vjs-big-play-button {
  background: url(../img/special/valentine/btn_play.png) no-repeat;
  background-size: contain;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default .vjs-play-progress,
.valentine #Valentine_player_wrap > #Valentine_player .bc-player-default_default .vjs-volume-level {
  background-color: #876437;
}

.valentine .bc-player-default_default .vjs-big-play-button {
  margin-left: -1.4em;
  margin-top: -1.4em;
  width: 2.8em;
  height: 2.8em;
  line-height: 2.8em;
  top: 50%;
  left: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .valentine .bc-player-default_default .vjs-big-play-button {
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
}



/* ============================================================================================ */
/* taidan */
/* ============================================================================================ */
.teidan_bg {
  position: fixed;
  background: url(../img/special/teidan/bg.jpg) no-repeat top center;
  background-size: cover;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}

h3.teidan_ttl .cap {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  h3.teidan_ttl .cap {
    font-size: 15px;
  }
}

.teidan {
  width: 1080px;
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .teidan {
    width: 92.53%;
    margin: 30px auto 0;
  }
}

.teidan img {
  max-width: 100%;
}

.teidan_cap {
  width: 1000px;
  margin: 0 auto;
}

.teidan_item {
  width: 680px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .teidan_item {
    width: 100%;
  }
}

.teidan_item dt {
  font-size: 18px;
  margin-bottom: 15px;
}

.teidan_item dt span {
  letter-spacing: -3px;
}

.teidan_item dd {
  margin-bottom: 10px;
  line-height: 1.5em;
}

.teidan_item p {
  display: inline-block;
  font-weight: 700;
  color: #876437;
}

.teidan_item p.komoto {
  color: #876437;
}

.teidan_item p.kobayashi {
  color: #a02015;
}

.teidan_item p.kawashima {
  color: #d5c17e;
}

.teidan_item .dot {
  letter-spacing: -5px;
}

@media screen and (max-width: 768px) {
  .teidan_item {
    font-size: 13px;
  }
  .teidan_item dt {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .teidan_item dd {
    line-height: 1.4em;
    letter-spacing: 1px;
  }
}

.teidan .select {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .teidan .select {
    margin-top: 70px;
  }
}

.teidan .select_cap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .teidan .select_cap {
    width: 100%;
  }
}

.teidan .select_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.teidan .select_img li {
  width: 33%;
  margin-left: 0.5%;
}

@media screen and (min-width: 769px) {
  .teidan .select_img li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .teidan .select_img {
    display: block;
    margin-top: 10px;
  }
  .teidan .select_img li {
    width: 100%;
    margin: 10px auto 0;
  }
  .teidan .select_img li:first-child {
    margin-top: 0;
  }
}

.teidan .more {
  text-align: center;
  color: #876437;
  font-size: 20px;
  margin-top: 80px;
}

.teidan .more p {
  background: #fff;
  display: inline-block;
  padding: 15px 20px 17px;
  border: #876437 solid 1px;
}

@media screen and (max-width: 768px) {
  .teidan .more {
    font-size: 14px;
    margin-top: 60px;
    line-height: 1.4em;
  }
}


/* ============================================================================================ */
/* interview */
/* ============================================================================================ */
.interview_bg {
  position: fixed;
  background: url(../img/special/interview/bg.jpg) no-repeat top center;
  background-size: cover;
  opacity: 0.8;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.interview {
  width: 680px;
  margin: 50px auto 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .interview {
    width: 92.53%;
    margin: 30px auto 0;
  }
}

.interview_list {
  background: #000;
  padding: 20px;
}

.interview_item {
  position: relative;
  border-bottom: #876437 solid 1px;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .interview_item {
    padding: 12px 0;
  }
}

.interview_item::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 16px;
  background: #876437;
  background: url(../img/special/interview/ar.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.interview_item .head {
  font-size: 13px;
  color: #876437;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 1em;
}

.interview_item .head p {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .interview_item .head {
    font-size: 12px;
  }
}

.interview_item .date {
  font-family: jazzier, serif;
  margin-right: 10px;
}

.interview_item .ttl {
  margin-top: 5px;
  width: 600px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 768px) {
  .interview_item .ttl {
    width: 88%;
    font-size: 13px;
    line-height: 1.5em;
  }
}

.interview_item:first-child {
  border-top: #876437 solid 1px;
}

.interview_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .interview_item:hover .head {
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .interview_item:hover .ttl {
    opacity: .5;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .interview_item:hover::before {
    right: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}



/******************************************************************/
.gif_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 680px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .gif_list {
    width: 92.53%;
    margin: 20px auto 0;
  }
}

.gif_list .gif_item {
  width: 32.6%;
  margin-left: 1%;
  margin-top: 1%;
}

.gif_list .gif_item img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .gif_list .gif_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .gif_list .gif_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .gif_list .gif_item {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }
  .gif_list .gif_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .gif_list .gif_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}