@charset "UTF-8";
*:focus {
  outline: none; }

html, body {
  height: 100%; }

html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

html {
  height: 100%;
  font-size: 62.5%;
  /* font-sizeは16pxの62.5%の10px */ }

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  font-size: 1.5rem;
  /* 15px */
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  min-width: inherit;
  overflow-y: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  /*-ms-overflow-style: none;*/
  /*Firefoxへの対応*/
  /*scrollbar-width: none;*/ }

/*Google Chrome、Safariへの対応*/
/*body::-webkit-scrollbar{
  display: none;
}*/
img {
  max-width: 100%;
  height: auto; }

a img {
  border: none; }

/*---PCは非表示、SPは表示---*/
.is-pc {
  display: none; }

.is-sp {
  display: block; }

/*--- wrap ---*/
.wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  background: #7AC1E2;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400; }

.condensed {
  width: 100%; }

@media screen and (max-width: 560px) {
  .condensed {
    transform: scale(0.8, 1);
    transform-origin: 0 0;
    width: 125%; } }
/*----- header -----*/
.headline {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  background: #fff;
  text-align: left;
  position: relative; }
  .headline .headline_logo {
    display: block;
    width: 24%;
    min-width: 100px !important;
    max-width: 140px !important;
    height: auto;
    margin: 0;
    position: relative; }

.titleBox {
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  background: #7AC1E2;
  background: linear-gradient(0deg, #7ac1e2 7%, white 98%);
  text-align: center;
  position: relative; }
  .titleBox h1 {
    display: block;
    width: 86%;
    min-width: 300px !important;
    max-width: 620px !important;
    height: auto;
    margin: 0 auto;
    padding: 2% 0 2% 3%;
    position: relative; }

.news_wrapper {
  display: block;
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  position: relative; }

.news_subline {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }
  .news_subline .date_txt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.0;
    margin-bottom: 4px; }
  .news_subline h2 {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2px; }
  @media screen and (min-width: 1024px) {
    .news_subline h2 {
      font-size: 1.8rem;
      line-height: 1.7;
      margin-bottom: 4px; } }
  .news_subline .news_dotline {
    border: none;
    background: radial-gradient(circle farthest-side, #fff, #fff 60%, transparent 60%, transparent);
    background-size: 8px 8px;
    display: block;
    height: 8px;
    width: 100%;
    margin: 0;
    padding: 0; }

.news_txtArea {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto 40px auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  position: relative; }

@media screen and (min-width: 1024px) {
  .news_txtArea {
    font-size: 1.5rem;
    line-height: 1.6; } }
.prev {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative; }

/*----- 本文用 -----*/
.newsInner {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 15px 0 18px 0;
  position: relative; }
  .newsInner .date {
    display: block;
    width: 44%;
    max-width: 430px;
    background: #de9100;
    font-family: 'Crimson Text', serif;
    font-size: 1.8rem;
    line-height: 1.0;
    color: #fff;
    padding: 14px 0 14px 30px; }
  .newsInner h2 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 16px 30px;
    font-size: 2.0rem;
    line-height: 1.68;
    font-family: YakuHanMPs, "Noto Serif JP", serif;
    font-weight: 600; }
  @media screen and (max-width: 560px) {
    .newsInner h2 {
      transform: scale(0.85, 1);
      transform-origin: 0 0;
      width: 118%; } }
  .newsInner .newsTxt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 20px 30px; }
    .newsInner .newsTxt a {
      color: #d10000;
      text-decoration: underline; }
    .newsInner .newsTxt a:hover {
      color: #de9100;
      text-decoration: underline; }
  .newsInner .caption {
    font-size: 1.3rem;
    line-height: 1.5; }

.copyright {
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 20px auto 40px auto; }
  .copyright img {
    width: 100%;
    padding-bottom: 40px; }

/*----- 本文内画像指定 -----*/
img.w_100 {
  width: 100%; }

img.w_90 {
  width: 100%;
  max-width: 580px; }

img.w_80 {
  width: 100%;
  max-width: 560px; }

img.w_70 {
  width: 95%;
  max-width: 540px; }

img.w_60 {
  width: 80%;
  max-width: 500px; }

img.w_50 {
  width: 75%;
  max-width: 500px; }

img.w_45 {
  width: 70%;
  max-width: 480px; }

img.w_40 {
  width: 65%;
  max-width: 440px; }

img.w_30 {
  width: 60%;
  max-width: 400px; }

.sp_taC {
  text-align: center; }

.photo_flex {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0; }
  .photo_flex img {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0; }

/*----------
   TABLET
----------*/
@media screen and (min-width: 600px) and (max-width: 799px) {
  .is-sp {
    display: none; }

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

  .is-pc {
    display: block; } }
/*----------
   PC
----------*/
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6;
    line-height: 1.8; }

  /*---PCは表示、SPは非表示---*/
  .is-pc {
    display: block; }

  /*PCのみ表示の時*/
  .is-sp {
    display: none; }

  /*スマホのみ表示の時*/
  .nav_btn {
    right: 10px;
    top: 10px; }

  .navLogo {
    margin: 50px auto 20px auto;
    padding: 0 0; }

  /*----
  		.nav ul.navList {
  				display: flex;
  				flex-wrap: wrap;
  				justify-content: center;
  				align-content: flex-start;
  				width: 900px;
  				height: auto;
  				padding: 0 0 0 0;
  				margin: 0 auto;
  				line-height: 1.0;
  		}
  
  		.nav ul.navList > li {
  				display: flex;
  				width: auto;
  				margin: 10px 8px;
  				padding: 0;
  				text-align: center;
  				line-height: 1.0;
  				border-bottom: 0;
  		}
  		
  		li.slash{
  			display: flex;
  			width:18px!important;
  			height: 32px!important;
  			margin:0;
  			padding: 0;
  			background:url("../img/common/slash2.svg") center center no-repeat;
  			background-size: 100%;
  			opacity: 0.5;
  		}
  
  
  		.nav ul.navList > li.goHome{
  				width: 100%;
  				padding: 0 100px;}
  
  		.nav ul.navList > li a {
  				display: block;
  				width: 100%;
  				height: auto;
  				padding: 10px 6px;
  				margin: 0;
  				text-align: center;
  				text-decoration: none;
  				transition: 0.5s ease;
  				font-size: 1.8rem;
  		}
  		
  		.nav ul.navList > li.goHome a {
  				width: 140px;
  				height: auto;
  				padding: 26px 6px 0 6px;
  				margin: 0 auto;
  				text-align: center;
  				text-decoration: none;
  				transition: 0.5s ease;
  		}
  
  		.nav ul.navList > li a img{
  			width: auto;
  			height: 40px;
  			transition: 0.3s ease;
  		}
  		
  		.nav ul.navList > li a:hover,
  		.nav ul.navList > li a:hover img{
  			opacity: 0.6;
  		}
  		
  		--*/
  /* PCナビゲーション ここまで */
  /*----- header -----*/
  /*----- 本文用 -----*/
  .newsInner {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    padding: 15px 0 18px 0;
    position: relative; }
    .newsInner .date {
      display: block;
      width: 44%;
      max-width: 430px;
      background: #de9100;
      font-family: 'Crimson Text', serif;
      font-size: 2.0rem;
      line-height: 1.0;
      color: #fff;
      padding: 14px 0 14px 40px;
      margin-left: -20px; }
    .newsInner h2 {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 20px 56px;
      font-size: 2.0rem;
      line-height: 1.8;
      font-family: YakuHanMPs, "Noto Serif JP", serif; }
    .newsInner .newsTxt {
      padding: 0 56px 20px 56px; }
    .newsInner .caption {
      font-size: 1.36rem;
      line-height: 1.5; }

  /*----- 本文内画像指定 -----*/
  img.w_100 {
    width: 100%; }

  img.w_90 {
    width: 90%; }

  img.w_80 {
    width: 80%; }

  img.w_70 {
    width: 70%; }

  img.w_60 {
    width: 60%; }

  img.w_50 {
    width: 50%; }

  img.w_45 {
    width: 45%; }

  img.w_40 {
    width: 40%; }

  img.w_30 {
    width: 30%; }

  .sp_taC {
    text-align: left; }

  .photo_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0; }
    .photo_flex img {
      width: 49%;
      height: auto;
      margin: 0 0.5% 16px 0.5%; } }
/*---etc.---*/
.photo_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 760px !important;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0; }
  .photo_flex2 img {
    width: 49.4%;
    height: auto;
    margin: 0 0 8px 0; }
  .photo_flex2 img.lge {
    width: 100%;
    height: auto;
    margin: 0 0 12px 0; }

hr.newsborder {
  width: 88%;
  height: 1px;
  margin: -8px auto 12px auto;
  background-color: #999999; }

.movieBox {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center; }

.trailer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  background: transparent;
  text-align: center;
  position: relative; }

.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden; }

.player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btList {
  display: block;
  margin: 20px auto 10px auto;
  width: auto;
  /*text-align: center;*/
  position: relative; }

.btList a {
  line-height: 1;
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 30px;
  padding: 15px 40px 15px 20px;
  background-color: #fff;
  text-decoration: none !important;
  text-align: left;
  color: #000 !important;
  font-weight: 500;
  margin: 0 auto; }

.btList a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: #49b4e7 2px solid;
  border-bottom: #49b4e7 2px solid;
  transform: rotate(-45deg); }

.btList a:hover {
  background-color: #0a82bc;
  color: #fff !important;
  text-decoration: none; }

.alphaBnr a img {
  transition: .3s; }

.alphaBnr a:hover img {
  opacity: 0.6; }

.fc_br {
  color: #7e2701; }

.topComment {
  display: block;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .topComment .close {
    display: block;
    width: 50%;
    max-width: 200px;
    height: auto;
    margin: 0 auto; }
