@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3f262d;
  letter-spacing: 0.05em;
}

/*.pc or .sp*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*////////////////
.header
////////////////*/
.header {
  width: 100%;
  height: 569px;
  background: url(../../img/header_bg.jpg) no-repeat top center;
}

.header_logo {
  width: 90%;
  margin: 0 auto;
  padding: 13px 0 0 0;
  text-align: right;
}

.header_logo img {
  width: 100px;
  height: auto;
}

.header_tt {
  position: relative;
  margin: -10px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .header {
    position: relative;
    width: auto;
    height: auto;
    background: none;
  }
  .header_logo {
    width: 98%;
    margin: 0 auto;
    padding: 2% 0 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .header_logo img {
    display: block;
    float: right;
    width: 17%;
    height: auto;
  }
  .header_tt2 img {
    width: 100%;
    height: auto;
  }
}

/*////////////////
.about
////////////////*/
.about {
  background: url(../../img/lead_bg.jpg) repeat-x;
}

.about_tt {
  display: none;
}

.about_inner {
  width: 1000px;
  height: 392px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_txt {
  width: 715px;
}

.about_desc {
  display: none;
}

.about_group {
  width: 295px;
  text-align: right;
}

.about_group img.mes_btn {
  float: right;
  display: block;
  padding: 0 0 25px 0;
}

.about_group img.mc {
  width: 270px;
  height: auto;
}

@media screen and (max-width: 999px) {
  .about {
    padding: 7% 0 2% 0;
    background: url(../../img/lead_bg_sp.jpg) top repeat;
  }
  .about_inner {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
  }
  .about_tt {
    display: block;
    margin: 0 0 7% 0;
    padding: 0;
    text-align: center;
  }
  .about_tt img {
    width: 80%;
    height: auto;
  }
  .about_txt {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 90%;
    line-height: 1.8;
    font-family: "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
 "MS PGothic", sans-serif;
  }
  .about_desc {
    display: block;
    padding: 0 0 5% 0;
  }
  .about_group {
    width: auto;
    margin: 4% 0;
    text-align: center;
  }
  .about_group img.mes_btn {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 9% 0;
  }
  .about_group img.mc {
    width: 70%;
    max-width: 270px;
    height: auto;
  }
}

/*////////////////
.tiktok
////////////////*/
.tiktok{
  padding: 50px 0 20px 0;
  text-align: center;
  background: #271717;
}

.tiktok img{
  width: 100%;
  max-width: 1000px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tiktok{
    padding: 12% 0 5% 0;

  }

  .tiktok img{
    width: 90%;
  }
}

/*////////////////
.guest 
////////////////*/
.guest {
  padding: 0 0 30px 0;
  background: #271717;
}

.guest_subtt {
  padding: 50px 0;
  background: url(../../img/subtitle_line.png) center no-repeat;
  text-align: center;
}

.guest_subtt img {
  width: 272px;
  height: auto;
}

.guest_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
}

.guest_item {
  width: 48%;
  display: flex;
  line-height: 1.6;
}

.guest_ph {
  margin: 0 20px 0 0;
  border: 4px solid #fff;
}

.guest_ph img{
  width:200px;
  height:230px;
  object-fit: cover; 
}

.guest_txt {
  padding: 20px 0 0 0;
  font-size: 150%;
}

.guest_item em {
  width:130px;
  display: block;
  margin: 0 0 10px 0;
  font-style: normal;
  font-size: 60%;
  text-align: center;
  background: #615555;
  border-left: 10px solid #ada6a6;
}

.guest_item span {
  display: block;
  color: #fff;
  font-size: 65%;
}

@media screen and (max-width: 999px) {
  .guest_subtt {
    padding: 7% 0;
  }
  .guest_subtt img {
    width: 65%;
    height: auto;
  }
  .guest_inner {
    display: block;
    width: auto;
  }
  .guest_item {
    width: 90%;
    margin: 0 auto 10%;
  }
  .guest_ph {
    width: 50%;
  }
  .guest_ph img {
    width: 100%;
    height:225px;
    object-fit: cover; 
  }
  .guest_txt {
      width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .guest_ph img {
    width: 100%;
    height:auto;
  }
}

.comment{
  background: #271717;
}
.comment_inner{
  border: 1px dotted #fff;
  padding: 16px;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  font-size: 90%;
}
.comment_inner strong{
  font-weight: bold;
  display: block;
  padding: 0 0 10px 0;
}
.comment_inner p{
  padding: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
.comment_inner{
  border: 1px dotted #fff;
  padding: 2%;
  max-width:85%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
  font-size: 85%;
}
}
/*////////////////
.archive 
////////////////*/
.archive {
  background: #271717;
}

.archive_subtt {
  padding: 50px 0;
  background: url(../../img/subtitle_line.png) center no-repeat;
  text-align: center;
}

.archive_subtt img {
  width: 272px;
  height: auto;
}

.archive_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
}

.archive_article {
  width: 32%;
  margin: 0 0 20px 0;
  line-height: 1.6;
  background:#fff;
}

.archive_title {
  padding: 12px;
  font-size: 100%;

}

.archive_tt {
  padding: 0 0 5px 0;
  background: url(../../img/dot_line.png) repeat-x bottom;
}

.archive_date {
  padding: 5px 0 0 0;
  font-size: 80%;
  background: url(../../img/arrow.png) no-repeat 100% 95% #fff;
}

.archive_ph {
  margin: 0 0 0 0;
}

.archive_ph img {
  width: 100%;
  height: auto;
}

.archive_ph a img:hover {
  opacity: 0.7;
}

.archive_morelink {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

.archive_morelink img{
  width: 276px;
  height: auto;
}

.archive_listlink {
  display: block;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

.archive_listlink img{
  width: 135px;
  height: auto;
}

.archive_inner a {
  text-decoration: none;
  color: #3f262d;
}


.archive_inner::after {
  content: "";
  display: block;
  width: 32%;
}



@media screen and (max-width: 999px) {
  .archive{
    padding:7% 0 0 0;
  }
  .archive_subtt {
    padding: 0;
    margin: 0 0 7% 0;
  }
  .archive_subtt img {
    width: 65%;
    height: auto;
  }
  .archive_inner {
    display: block;
    width: auto;
  }
  .archive_article {
    width: 90%;
    margin: 0 auto 5%;
    padding: 0;
  }
  .archive_morelink {
    margin: 0 auto 0;
  }
}

/*////////////////
.btn_list 
////////////////*/
.btn_list {
  padding: 50px 0;
  background: #271717;
}

.btn_list ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_list li {
  /* width: 48%; */
}

@media screen and (max-width: 999px) {
  .btn_list {
    margin: 0 auto;
    padding: 5% 0;
  }
  .btn_list ul {
    display: block;
    width: auto;
    text-align: center;
  }
  .btn_list li {
    width: 90%;
    margin: 0 auto 3%;
  }
  .btn_list li:last-child {
    margin: 0 auto;
  }
  .btn_list li a img {
    width: 100%;
    height: auto;
  }
  .btn_list li a:hover img {
    width: 100% !important;
    height: auto;
  }
}

.sponsor_bnr{
  height: auto;
  margin: 30px auto 0;
  padding: 30px 0 0 0;
  border-top: 1px dotted #615555;
  text-align: center;
}

.sponsor_bnr img{
  width: 448px;
  height: auto;
}


@media screen and (max-width: 999px) {
  .sponsor_bnr{
    margin: 5% auto 0;
    padding: 5% 0 0 0;
    border-top: 1px dotted #615555;
    text-align: center;
  }
  .sponsor_bnr img{
    width: 90%;
    height: auto;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  padding: 20px 0 0 0;
  background: url(../../img/bottom_line.png) repeat-x top center;
}

.footer_wrap {
  background: url(../../img/bottom_line.png) repeat-x top center;
}

.footer_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_copyright {
  width: 80%;
  margin: 10px 0 0 0;
  font-size: 80%;
  color: #3f262d;
  text-align: left;
}

.footer_aside {
  width: 140px;
  margin: 0 auto 30px;
}

.footer_aside ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_aside ul > li img {
  width: 38px;
  height: auto;
}
.footer_aside ul > li:first-child{
  width: 34px;
  height: 34px;
  border-radius: 34px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_aside ul > li:first-child img {
    width: 17px;
}
@media screen and (max-width: 999px) {
  .footer {
    padding: 4% 0 0 0;
  }
  .footer_bnr {
    width: 70%;
    margin: 0 auto;
  }
  .footer_inner {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .footer_copyright {
    clear: both;
    width: auto;
    margin: 0 0 5% 0;
    text-align: center;
  }
}

a.is-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: block;
  border-radius: 5px;
  color: #3f262d;
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  a.is-top {
    position: relative;
    bottom: auto;
    right: auto;
    width: 60px;
    padding: 4% 0 0 0;
    margin: 0 auto 4%;
  }
}

a.is-top img {
  width: 70px;
  height: auto;
}

@media screen and (max-width: 999px) {
  a.is-top img {
    width: 60px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


.wow {
  visibility: hidden;
}
