.main .main_carousel {
  width: 100%;
  height: 220px;
  background-color: #000;
  overflow: hidden;
  z-index: 5;
}
.main .main_carousel:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .main .main_carousel {
    width: 100%;
    height: 100%;
  }
  .main .main_carousel:after {
    height: 100%;
  }
}
.main .carousel_wrapper {
  width: 100%;
  height: 100%;
}
.main .slick-list {
  height: 100%;
}
.main .slick-track {
  height: 100%;
}
.main .carousel_list {
  height: 100%;
}
@keyframes carouselSlideIn {
  0% {
    left: -10px;
  }
  100% {
    left: 0;
  }
}
.main .carousel_image {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .main .main_concept {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
}
.main .cassette {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main .cassette {
    display: block;
    width: 680px;
    height: 200px;
    position: relative;
    background-size: 680px;
  }
}
.main .cassette_wrap {
  height: 100%;
  position: relative;
}
.main .cassette_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  border: solid 3px #fff;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.main .cassette_btn:after {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  color: #fff;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.main .cassette_btn-back {
  left: 0;
}
.main .cassette_btn-back:after {
  content: "STOP";
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.main .cassette_btn-back:hover:after {
  color: #aaa;
}
.main .cassette_btn-next {
  right: 0;
}
.main .cassette_btn-next:after {
  content: "PLAY";
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.main .cassette_btn-next:hover:after {
  color: #aaa;
}
.main .cassette_btnText {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/top/btn_tape.svg) center center no-repeat;
  background-size: 150px 150px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.main .cassette_btnText.state-stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.main .cassette_center {
  height: 100%;
  background: url(../img/top/tape_center.svg) center center no-repeat;
  background-size: 150px 35px;
}
.main .cassette_centerTitle {
  padding-top: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
.main .cassette_centerUrl {
  margin-top: 75px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
.main .concept {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: justify;
}
.newsWrap {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .main .concept {
    padding: 0 0 30px 0;
    position: relative;
    width: 650px;
    line-height: 2.5;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.13em;
    color: #fff;
  }
}
.main .inner-main {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .main .section-mainVisual {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.main .section-news,
.main .section-map {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .main .section-news,
  .main .section-map {
    padding: 110px 60px 0;
    height: calc(100% - 110px);
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .main .inner-news {
    padding: 0;
  }
}
.main .newsList {
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 10px 0 20px;
}
.main .newsList:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .main .newsList {
    line-height: 2;
  }
}
.main .news_text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2em;
  margin-bottom: 10px;
  text-align: justify;
}

.news_text a { 
  text-decoration: underline;
}

.news_text img { 
  width: 300px;
}

.news_text2 img { 
  width: 500px;
}

.news_title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 15px;
  text-align: justify;
}

.main .news_date {
  font-size: 11px;
  font-size: 1.1rem;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .main .news_date {
    font-size: 10px;
    font-size: 1rem;
  }
}

.doga {
  position: relative;
  width: 580px;
}

@media only screen and (max-width: 767px) {
  .news_text br { 
    display:none; 
  }
  .news_text img { 
    width: 100%;
  }
  .news_text2 img { 
    width: 100%;
  }
  .doga {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .doga iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.main .sectionFooter_sp {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .main .sectionFooter_sp {
    display: none;
  }
}
.main .inner-map {
  padding: 0;
}
.main #gMap {
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 1280px) {
  .main #gMap {
    height: 450px;
  }
}
.main .map_address {
  margin-top: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
  .main .map_address {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

