@charset "UTF-8";

/*----------------------------------------------
 * * reset styles
 * *----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 * * formatting styles
 * *----------------------------------------------*/
:root {
  --blue: #0950a0;
  --red: #c60000;
}

@media screen and (max-width: 767px) {
  :root {
    --w: 85.3334%;
  }
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-width: 1120px;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #333;
  background-color: #fffff8;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: inherit;
  transition-duration: 0.3s;
}

_::-webkit-full-page-media,
_:future,
:root a {
  text-underline-offset: 2px;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg.hidden {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

/*----------------------------------------------
 * * scrollani
 * *----------------------------------------------*/
/* .scrollani {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.scrollani.show {
  opacity: 1;
  transform: none;
}

.scrollani--lr {
  transform: translate(-100px, 0);
}

.scrollani--rl {
  transform: translate(100px, 0);
}

.scrollani--up {
  transform: translate(0, 100px);
}

.scrollani--down {
  transform: translate(0, -100px);
}

.scrollani--scaleUp {
  transform: scale(0.5);
}

.scrollani--scaleDown {
  transform: scale(1.5);
}

.scrollani--rotateL {
  transform: rotate(180deg);
}

.scrollani--rotateR {
  transform: rotate(-180deg);
}

@media print {
  .scrollani {
    opacity: 1;
    transform: none;
  }
} */

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

/* ----------------------------------------------
 * * main
 * *----------------------------------------------*/
.mainvisual {
  text-align: center;
}

.mainvisual img {
  width: 100%;
}

/* メインビジュアルのスライダー */
.mainvisual {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  height: 700px;
  margin-top: 2em;
  overflow: hidden;
}

@media screen and (max-width:1510px) {
  .mainvisual {
    margin-top: 0;
  }
}

.main-logo {
  position: absolute;
  top: 75%;
  left: 35%;
  transform: translate(-30%, -30%);
  z-index: 100;
}

.slideimg {
  position: absolute;
  z-index: 10;
  inset: 0;
  /*親要素内にフルサイズで配置*/
  opacity: 0;
  background-size: cover;
  /* 画像をスライド全体にカバー */
  animation: slideAnime 25s infinite;
  /* 15秒で1サイクル */
}

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

  .main-logo {
    position: absolute;
    top: 80%;
    left: 15%;
    transform: translate(-10%, -30%);
    z-index: 100;
  }
}

@keyframes slideAnime {

  0%,
  30%,
  100% {
    opacity: 0;
  }

  /* スライドの非表示タイミング */
  10%,
  20% {
    opacity: 1;
  }

  /* スライドの表示タイミング */
}

/* 各スライドのアニメーションタイミングを均等にずらす */
.slideimg:nth-of-type(1) {
  background-image: url('http://www.home-tv.co.jp/wp-content/uploads/2025/01/kv01.jpg');
  background-position: center;
  animation-delay: 0s;
}

.slideimg:nth-of-type(2) {
  background-image: url('http://www.home-tv.co.jp/wp-content/uploads/2025/01/kv02.jpg');
  background-position: center;
  animation-delay: 5s;
}

.slideimg:nth-of-type(3) {
  background-image: url('http://www.home-tv.co.jp/wp-content/uploads/2025/01/kv03.jpg');
  background-position: center;
  animation-delay: 10s;
}

.slideimg:nth-of-type(4) {
  background-image: url('http://www.home-tv.co.jp/wp-content/uploads/2025/01/kv04.jpg');
  background-position: center;
  animation-delay: 15s;
}

.slideimg:nth-of-type(5) {
  background-image: url('http://www.home-tv.co.jp/wp-content/uploads/2025/01/kv05.jpg');
  background-position: center;
  animation-delay: 20s;
}


.hidden {
  display: none !important;
}

section {
  padding: 80px 0 100px;
}

h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 10px 16px;
  background: url(../img/underline01.png) no-repeat center bottom;
  background-size: 800px 20px;
  line-height: 1.33;
  font-size: 4.2rem;
}

.movies {
  width: 880px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.movies li {
  flex: 0 0 400px;
  margin-top: 56px;
}

.movies li:nth-child(even) {
  margin-left: auto;
}

.movies li:nth-child(-n+2) {
  margin-top: 0;
}

.movies li p {
  margin-top: 16px;
}

.moviebox {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

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

/* -----menu-button-追記：齋藤-ここから----------- */
html {
  scroll-behavior: smooth;
}

.menu-button-inner {
  margin-top: 2em;
  display: flex;
  padding: 0 20px;
  gap: 10px;
}

.menu-button-inner ul {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  /* width: 100%; */
  width: 1500px;
  margin: 0 auto;
}

.menu-button li {
  list-style: none;
  text-align: center;
  width: 100%;
}

.menu-button li a {
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color: #b88756;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.menu-button li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .menu-button-inner {
    gap: 5px;
    margin-top: 1em;
  }

  .menu-button-inner ul {
    display: block;
    width: 100%;
  }

  .menu-button li a {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

/* -----menu-button-追記：齋藤-ここまで----------- */


/* -------map-movie-追記：齋藤ここから------- */

.map-movie {
  margin-top: 2em;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map-movie {
    font-size: 2rem;
  }
}

/* -------map-movie-追記：齋藤ここまで------- */


/* -----topics-追記：齋藤　ここから------ */
.topics-flex {
  display: flex;
}

.topics-flex img {
  padding: 20px;
}

.topics-ana {
  text-align: center;
}

.topics-cast {
  text-align: center;
}

.topics-cast img {
  padding: 20px;
  max-width: 80%;
}

.ishiyama img {
  max-width: 50%;
}


.topics-hyou {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 30px;
}

.topics-hyou dl {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #ccc;
  border-bottom: none;
}

.topics-hyou dt {
  flex-basis: 20%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

.topics-hyou dd {
  flex-basis: 80%;
  padding: 19px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

/* .ddimg dd img {
  max-width: 80%;
  margin: 0 auto;
} */

.topics-img {
  display: flex;
  gap: 5px;
  margin-top: 3em;
}

.topics-img img {
  max-height: 200px;
}

.topics-button {
  text-align: center;
  margin-top: 30px;
}

.topics-button a {
  display: block;
  width: 300px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 40px;
  color: #fff;
  background-color: #b88756;
  border: #b88756 solid 2px;
  border-radius: 60px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.topics-button a:hover {
  opacity: .8;
}

/* -----topics-追記：齋藤　ここまで------ */

@media screen and (max-width: 767px) {

  section {
    padding: 50px 0 30px;
  }

  h2 {
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 3rem;
  }

  .movies {
    width: var(--w);
    display: block;
  }

  .movies li:nth-child(n) {
    margin-top: 25px;
  }

  .movies li p {
    margin-top: 10px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .topics-hyou {
    padding: 0px;
  }

  .topics-hyou dd {
    padding: 10px 5px;
    font-size: 14px;
  }

  .topics-img img {
    width: 33%;
    height: 33%;
  }

  .topics-button a {
    font-size: 14px;
    padding: 10px 40px;
    border: #b88756 solid 2px;
    max-width: 100%;
  }

  .topics-cast img {
    padding: 0;
    max-width: 90%;
  }

  .ishiyama img {
    max-width: 50%;
  }

}

@media screen and (max-width: 559px) {
  .topics-hyou dl {
    flex-flow: column;
  }

  .topics-hyou dd {
    padding: 10px 5px;
  }

  .topics-flex img {
    padding: 0;
  }

  .topics-ana {
    font-size: 12px;
  }

  .topics iframe {
    width: 340px;
    height: 190px;
  }

  .topics-img {
    margin-top: 2em;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
  }

  .topics-img img {
    max-height: none;
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}

.regulationMap ul {
  list-style: none;
  text-align: center;
}

.regulationMap li:nth-child(n+2) {
  margin-top: 40px;
}

.regulationMap__text {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .regulationMap li {
    width: var(--w);
    margin: 0 auto;
  }

  .regulationMap li:nth-child(n+2) {
    margin-top: 30px;
  }

  .regulationMap li iframe {
    width: 512px;
    height: 288px;
  }
}

@media screen and (max-width: 600px) {
  .regulationMap li iframe {
    width: 340px;
    height: 190px;
  }

  .regulationMap__text {
    font-size: 14px;
    text-align: start;
  }
}

/* top-text 齋藤記述　ここから */
.top-text {
  width: 1120px;
  margin: 0 auto;
}

.top-text p {
  font-weight: bold;
  font-size: 1.2em;
}

.top-images {
  margin-top: 2em;
  /* margin-bottom: 3em; */
}

.top-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

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

.top-movie {
  position: relative;
  width: 100%;
  padding-top: 26.45%;
}

@media screen and (max-width: 768px) {
  .top-text {
    width: 100%;
    text-align: left;
  }

  .top-text p {
    margin: 0 2em;
    margin-top: 1em;
    font-size: 1em !important;
  }

  .top-flex {
    flex-direction: column;
  }

  .top-movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }


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

/*スライダーのためのcss*/
.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 10px;
  /*スライド左右の余白調整*/
}


/* news */

.newslist {
  list-style: none;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}

.newsbox {
  flex: 0 0 auto;
  width: 320px;
  margin-left: 80px;
  margin-top: 80px;
}

.newsbox:nth-child(-n+3) {
  margin-top: 0;
}

.newsbox:nth-child(3n+1) {
  margin-left: 0;
}

.newsbox a {
  display: block;
  text-decoration: none;
}

.newsbox .date {
  text-align: right;
  font-size: 1.3rem;
  color: #999;
}

.newsbox .thumb {
  margin-top: 7px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.newsbox .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  scale: 1 1;
  transition-duration: 0.3s;
  transition-property: scale;
}

.newsbox .title {
  margin: 15px 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.newsbox p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newsbox .more {
  margin-top: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--blue);
  background-color: #fff;
  margin-left: auto;
  width: 115px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
  color: var(--blue);
  transition-duration: 0.3s;
}

.newsbox .more .icon {
  display: inline-block;
  margin-left: 10px;
}

.newsbox .more svg {
  fill: var(--blue);
  transition-duration: 0.3s;
}

/* moreボタン */
.more02 {
  text-align: end;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 3em;
}

.more02 a {
  text-decoration: none;
  font-weight: bold;
  color: #0950a0;
}

/* もどるボタン */
.back {
  text-align: start;
  max-width: 1120px;
  margin: 2em auto;
}

.back a {
  text-decoration: none;
  font-weight: bold;
  color: #0950a0;
}

@media (any-hover: hover) {
  .newsbox a:hover .thumb img {
    scale: 1.1 1.1;
  }

  .newsbox a:hover .more {
    background-color: var(--blue);
    color: #fff;
  }

  .newsbox a:hover .more svg {
    fill: #fff;
  }
}

@media (any-hover: none) {
  .newsbox a:active .thumb img {
    scale: 1.1 1.1;
  }

  .newsbox a:active .more {
    background-color: var(--blue);
    color: #fff;
  }

  .newsbox a:active .more svg {
    fill: #fff;
  }
}

@media screen and (max-width: 767px) {
  .newslist {
    width: var(--w);
    display: block;
  }

  .newsbox {
    width: 100%;
  }

  .newsbox:nth-child(n) {
    margin-top: 26px;
    margin-left: 0;
  }

  .newsbox .title {
    margin: 11px 0;
  }

  .newsbox .more {
    margin-top: 15px;
  }

  .newsbox .more .icon {
    margin-left: 8px;
  }
}

.about {
  font-size: 1.8rem;
  padding: 80px 0 30px;
}

.about p {
  width: 780px;
  margin: 0 auto;
}

.about p+p {
  margin-top: 1.6em;
}

.about dl {
  width: 780px;
  margin: 75px auto 0;
  border: 1px solid var(--blue);
  display: flex;
}

.about dt {
  flex: 0 0 244px;
  background-color: var(--blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}

.about dd {
  flex: 1 0 0%;
  padding: 25px 35px;
  background-color: #fff;
}

.about dd li {
  font-size: 1.1em;
  font-weight: bold;
  list-style: none;
  display: flex;
  padding-left: 55px;
  line-height: 35px;
  background-size: 42px 28px;
  background-position: 0px 4px;
  background-repeat: no-repeat;
}

.about dd .country {
  flex: 0 0 6em;
}

.about dd .name {
  flex: 1 0 0%;
}

/* 広告設定 */
.ad {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 950px;
  margin: 0 auto;
  margin-top: 5em;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .ad {
    margin-bottom: 0;
    margin-top: 3em;
  }
}

.hiroshimag7-logo img {
  max-width: 340px;
  margin: 0 auto;
}

/* ----------------------------------
LIVE 記述：齋藤
------------------------------------- */
.live__container {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.live__item {
  width: 560px;
}

.live__item iframe {
  width: 560px;
  height: 315px;
}

.live__item p {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .live__container {
    flex-direction: column;
    width: 560px;
    margin: 0 auto;
  }

  .live__item {
    width: 560px;
  }

  .live__item iframe {
    width: 560px;
    height: 315px;
  }

  .live__item p {
    font-size: 1em;
  }
}

@media screen and (max-width:570px) {

  .live__container {
    flex-direction: column;
    width: 340px;
    margin: 0 auto;
  }

  .live__item {
    width: 340px;
  }

  .live__item iframe {
    width: 340px;
    height: 190px;
  }

  .live__item p {
    font-size: 1em;
  }

}

/* ----------------------------------
ac-topics__movie 記述：齋藤
------------------------------------- */

.ac-topics__movie {
  width: 840px;
  margin: 0 auto;
  margin-top: 3em;
}

.ac-topics__movie iframe {
  width: 840px;
  height: 473px;
}

@media screen and (max-width: 767px) {
  .ac-topics__movie {
    width: 560px;
    margin: 0 auto;
    margin-top: 1em;
  }

  .ac-topics__movie iframe {
    width: 560px;
    height: 315px;
  }
}

@media screen and (max-width: 570px) {
  .ac-topics__movie {
    width: 340px;
    margin: 0 auto;
    margin-top: 1em;
  }

  .ac-topics__movie iframe {
    width: 340px;
    height: 190px;
  }
}

/* LIVE */
.LIVE {
  padding: 30px 0;
}



@media screen and (max-width: 767px) {
  .about {
    font-size: 100%;
  }

  .about p {
    width: var(--w);
  }

  .about dl {
    margin-top: 25px;
    width: var(--w);
    display: block;
  }

  .about dt {
    padding: 10px 0;
    font-size: 1.8rem;
  }

  .about dd {
    padding: 15px 20px;
  }

  .about dd li {
    display: block;
    font-size: 13px;
    line-height: 16px;
  }

  .about dd li:nth-child(n+2) {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
 * * CM 齋藤記述
 * *----------------------------------------------*/
.cm-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.cm-wrapper p {
  font-weight: bold;
  margin-bottom: 1em;
}

.cm {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 5em;
}

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

.cm-archive-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.cm-archive-wrapper p {
  font-weight: bold;
  margin-bottom: 1em;
}

.cm-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.cm-archive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 5em;
}

.cm-archive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.archive-movie {
  margin-top: 5em;
}

@media screen and (max-width:768px) {
  .cm-wrapper p {
    margin: 0 1em;
    margin-bottom: 1em;
  }

  .archive-movie {
    margin-top: 4em;
  }
}



/* ----------------------------------------------
 * * footoer
 * *----------------------------------------------*/
footer {
  background-color: var(--blue);
  padding: 30px 0 28px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}

footer .logo a {
  display: inline-block;
}

footer .copyright {
  margin-top: 28px;
}

@media (any-hover: hover) {
  footer .logo a:hover {
    opacity: 0.6;
  }
}

@media (any-hover: none) {
  footer .logo a:active {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-family: Verdana, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  }
}

/*==================================================
topicsアコーディオンのためのcss
===================================*/

.p-accordion {
  max-width: 900px;
  padding: 0 15px;
  margin-inline: auto;
}

.p-accordion-desc {
  font-size: 15px;
  font-weight: 700;
}

.p-accordion__head {
  font-weight: bold;
  cursor: pointer;
  border: 2px #b88756 solid;
  background-color: #b88756;
  display: block;
  color: white;
  padding: 13px 20px;
  margin-top: 15px;
  transition: .1s cubic-bezier(0.45, 0, 0.55, 1);
}

.p-accordion__head:hover {
  background-color: #fff;
  color: #b88756;
  border: 2px #b88756 solid;
}

.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}

.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}

.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.p-accordion__input input[name=p-accordion__block] {
  display: none;
}

.p-accordion__input .p-accordion__block {
  cursor: pointer;
}

.p-accordion__input .p-accordion__content {
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}

.p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head>.p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}

.p-accordion__input input[name=p-accordion__block]:checked+.p-accordion__head+.p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 30px 10px;
}

.center-p {
  text-align: center;
}

.hyou-white {
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  .p-accordion__head {
    font-size: 14px;
  }

  .hyou-white {
    margin-top: 3em;
  }
}


/*==================================================
マップアコーディオンのためのcss
===================================*/

.map-accordion {
  max-width: 900px;
  padding: 0 15px;
  margin-inline: auto;
}

.map-accordion-desc {
  font-size: 15px;
  font-weight: 700;
}

.map-accordion__head {
  font-weight: bold;
  cursor: pointer;
  border: 2px #0950a0 solid;
  background-color: #0950a0;
  display: block;
  color: white;
  padding: 13px 20px;
  margin-top: 15px;
  transition: .1s cubic-bezier(0.45, 0, 0.55, 1);
}

.map-accordion__head:hover {
  background-color: #fff;
  color: #0950a0;
  border: 2px #0950a0 solid;
}

.map-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map-accordion__icon {
  display: block;
  position: relative;
  width: 24px;
  transition: transform 0.25s;
}

.map-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.map-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.map-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}

.map-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.map-accordion__input input[name=map-accordion__block] {
  display: none;
}

.map-accordion__input .map-accordion__block {
  cursor: pointer;
}

.map-accordion__input .map-accordion__content {
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}

.map-accordion__input input[name=map-accordion__block]:checked+.map-accordion__head>.map-accordion__head-inner .map-accordion__icon {
  transform: rotate(-180deg);
}

.map-accordion__input input[name=map-accordion__block]:checked+.map-accordion__head+.map-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 30px 10px;
}

.map-accordion__box {
  margin: 3em 0;
}

.map-accordion__box h3 {
  font-size: 18px;
  padding: 5px 20px;
  background-color: red;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .map-accordion__box {
    margin: 1em 0;
  }
}

/* IMP. */
.imp {
  max-width: 1250px;
  margin: 0 auto;
}

.imp-inn {
  background: url(../img/rainbow-back.png);
  background-size: cover;
  border-radius: 20px;
  margin: 0 20px;
  padding: 2em;
}

.imp .logo {
  text-align: center;
  margin-bottom: 2em;
}

.imp .logo img {
  max-width: 600px;
}

.imp .text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .imp-inn {
    padding: 1em;
  }

  .imp h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .imp h2 img {
    width: 80%;
  }

  .imp .text {
    text-align: left;
    font-weight: bold;
    margin-bottom: 3em;
  }
}

/* imp スライダー */
.imp-slider-box {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 7em;
}

.imp-slider-box p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  margin-top: 3em;
  font-weight: bold;
}

.imp-slider-box p span {
  font-size: 1.3em;
}

.container {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
}

.slick-img img {
  height: auto;
  width: 100%;
}

.thumbnail {
  margin-top: 1em;
}

.thumbnail-img {
  opacity: .3;
  transition: opacity .3s linear;
}

.thumbnail .slick-current {
  opacity: 1;
}

@media screen and (max-width:768px) {
  .imp-slider-box {
    margin-top: 5em;
  }

  .imp-slider-box p {
    text-align: left;
    margin: 0 auto;
  }
}

.imp-flex {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}

.imp-artpic {
  max-width: 300px;
}

.imp-artpic img {
  max-width: 300px;
}

.imp-pic img {
  width: 300px;
}

.imp-pic-detail h3 {
  font-size: 1.2em;
}

.imp-pic-detail span {
  color: red;
  font-size: .8em;
  font-weight: bold;
}

.imp-pic-container {
  padding: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 0 rgba(184, 135, 86, .7);
  border: 2px solid #b88756;
}


.imp-pic-detail {
  margin-top: 1em;
  font-weight: bold;
}

.imp-pic-detail:first-of-type {
  margin-top: 0;
}

.imp-pic-policy {
  margin-top: 1em;
  font-size: .8em;
  padding: 15px;
  background-color: #eee;
}

.imp-pic-policy a {
  text-decoration: none;
  color: #0950a0;
}

@media screen and (max-width:768px) {
  .imp-flex {
    flex-direction: column;
  }

  .imp-artpic {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 1em;
  }

  .imp-artpic img {
    max-width: 50%;
  }

  .imp .logo img {
    width: 100%;
  }

  .imp-pic-container {
    padding: 20px;
  }

}

/* 絵おと芝居 */
.eoto-inn {
  max-width: 1210px;
  margin: 0 auto;
  background: url(../img/eoto_background.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 2em;
  padding-bottom: 4em;
}

.eoto-inn .logo {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.eoto .text {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.5em;
  color: #7c3800;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px #fff;
}

@media screen and (max-width:768px) {
  .eoto-inn {
    margin: 0 20px;
    padding: 1em;
  }

  .eoto-inn .logo {
    max-width: 100%;
  }

  .eoto .text {
    margin-bottom: 2em;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
  }
}

/* クラウドファンディング */
.eoto-cloudfunding {
  text-align: center;
  margin-bottom: 3em;
}

.eoto-cloudfunding img {
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.eoto-cloudfunding img:hover {
  opacity: 0.7;
}

.eoto-cloudfunding p {
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: bold;
}

/* 絵おと芝居　公演内容 */
.stage-box:last-of-type {
  margin-bottom: 0;
}

.stage-box {
  position: relative;
  display: flex;
  background-color: #fff;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.stage-box img {
  max-width: 250px;
  height: auto;
  padding: 5px;
}

.Item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  /*お好みで調整*/
}

.Item-Content-Flg4 {
  /*三角形右上 PC*/
  position: absolute;
  top: 8px;
  right: 8px;
  border-top: 30px solid #4c90a5;
  border-left: 30px solid transparent;
}

/* .stage-button {
  margin-top: 1em;
} */

.stage-button a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  background-color: #4c90a5;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 60px;
}

@media screen and (max-width:768px) {
  .stage-box {
    max-width: 100%;
    flex-direction: column;
  }

  .stage-box img {
    max-width: 320px;
  }
}

.Item-Content-main dl {
  padding: 15px;
  padding-top: 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.Item-Content-main dt {
  flex-basis: 15%;
  padding: 10px;
  font-weight: bold;
  /* background-color: #f1f1f1;*/
  border-bottom: 1px solid #ccc;
}

.Item-Content-main dd {
  flex-basis: 85%;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 559px) {
  .Item-Content-main dl {
    flex-flow: column;
    margin: 20px 0;
    padding: 0;
  }

  .Item-Content-main dd:last-of-type {
    border-bottom: none;
  }

  .Item-Content-main dt {
    text-align: center;
    background-color: #f1f1f1;
  }
}


/* 絵おと芝居　動画 */
.eoto-news,
.eoto-movie {
  margin-top: 5em;
}

@media screen and (max-width: 768px) {

  .eoto-news,
  .eoto-movie {
    margin-top: 3em;
  }
}

/*====================================================================
動画スライドショー
====================================================================*/

/* .slick-prev:before,
.slick-next:before {
  display: none;
} */

/* .slider_item {
  padding: 0 20px;
} */

.regular_3 {
  max-width: 90%;
  margin: 0 auto;
}

.slick-dots li button:before {
  font-size: 17px;
  top: 10px;
}

@media screen and (max-width:768px) {
  .regular_3 {
    display: none !important;
  }
}

.josei-text {
  text-align: center;
  margin-top: 3em;
}

@media screen and (max-width:768px) {
  .josei-text {
    text-align: left;
    margin-top: 2em;
  }
}

/* 過去の公演の様子 */
.kako {
  margin-top: 7em;
}

@media screen and (max-width:768px) {
  .kako {
    margin-top: 3em;
  }
}

/* 賛同 */

.support {
  background-color: #f7e6d5;
  padding: 5em 0;
}

.support .grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.support .grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .support {
    padding: 3em 0;
  }

  .support .grid {
    margin: 15px;
  }
}


/* 映画「原爆資料館」 */
.movie-inn {
  max-width: 1210px;
  margin: 0 auto;
  background: url(../img/movie/bg.png);
  background-size: contain;
  border-radius: 20px;
  padding: 2em;
  padding-bottom: 4em;
  font-weight: bold;
}

.movie .logo {
  max-width: 600px;
  margin: 0 auto;
}

.movie-top-text {
  font-size: 1.3em;
  text-align: center;
  margin: 2em 0;
}

.movie-main {
  max-width: 90%;
  margin: 0 auto;
}

.movie-flex {
  display: flex;
  gap: 2em;
}

.movie-flex img {
  max-width: 40%;
}

.movie-synopsis {
  font-size: 1.1em;
  line-height: 1.7em;
}

.movie-music {
  margin-top: 10.2em;
}

.movie-music-text {
  gap: 1em;
  font-size: 1em;
}

.movie-music-title {
  color: #b88756;
}

.movie-music img {
  max-width: 30%;
}

.movie-about {
  background-color: #fff;
  margin-top: 2em;
}

.movie-about p {
  background-color: #ccc;
  font-weight: bold;
  font-size: 1.1em;
  padding: 8px;
  text-align: center;
}

.movie-hyou {
  padding: 0.5em 1em;
  justify-content: space-around;
  align-items: center;
}

.movie-about dl {
  display: flex;
  flex-flow: row wrap;
  width: 60%;
}

.movie-about dt {
  flex-basis: 15%;
  padding: 10px;
  /* background-color: #f1f1f1; */
  border-bottom: 1px dotted #ccc;
}

.movie-about dd {
  flex-basis: 85%;
  padding: 10px;
  /* background-color: #fff; */
  border-bottom: 1px dotted #ccc;
}

.movie-about dt:last-of-type,
.movie-about dd:last-of-type {
  border-bottom: none;
}

.movie-button {
  text-align: center;
}

.movie-button a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 300px;
  background-color: #b88756;
  color: #fff;
  padding: 10px;
  border-radius: 60px;
}

.movie-button02 a {
  margin-top: 2em;
  font-size: 1.2em;
  width: 500px;
  padding: 13px 0;
}

.mt20 {
  margin-top: 20px;
}


@media screen and (max-width: 768px) {

  .movie-inn {
    margin: 0 20px;
    padding: 1em;
    background-size: cover;
  }

  .movie .logo {
    max-width: 100%;
  }

  .movie-top-text {
    font-size: 1em;
    text-align: left;
    margin-bottom: 0;
  }

  .movie-main {
    max-width: 100%;
  }

  .movie-flex img {
    max-width: 64%;
    margin: 0 auto;
  }

  .movie-flex {
    flex-direction: column;
    gap: 1em;
  }

  .movie-synopsis {
    font-size: 1em;
  }

  .movie-music {
    margin-top: 2em;
    font-size: 0.7em;
  }

  .movie-music img {
    max-width: 80px;
  }

  .movie-music-title {
    background-color: #b88756;
    color: #fff;
    padding: 5px;
  }

  .movie-music-text {
    flex-direction: inherit;
    align-items: center;
    line-height: 1.4em;
  }

  .movie-about {
    border: #ccc 1px solid;
  }

  .movie-about p {
    font-size: 1em;
  }

  .movie-about dl {
    flex-flow: column;
    width: 100%;
    text-align: center;
  }

  .movie-about dt {
    background-color: #eee;
  }

  .movie-hyou {
    padding: 0;
    padding-bottom: 1em;
  }

  .movie-button02 a {
    max-width: 320px;
    margin-top: 0;
  }
}