.footer-container {
  background: #E3FFFF;
  margin: -1px -10px 0 -10px;
}

.footer-container>.footer-share {
  margin: -65px auto -15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-container>.footer-share__list {
  display: flex;
}

.footer-container>.footer-share__list li {
  margin: 10px;
}

.footer-container>.footer-bnr {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 0;
}

.footer-container>.footer-bnr__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container>.footer-bnr__list li {
  margin: 10px;
}

.footer-container>.footer-access {
  margin: auto;
  text-align: center;
}

.footer-container>.footer-access a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  color: #000;
  background-image: url("/img/pagelink.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}

.footer-container>.footer-copyright {
  margin: 40px auto 0 auto;
  text-align: center;
  padding-bottom: 80px;
}

/* lineup.html */
#main-wrapper {
  margin: auto;
  max-width: 1240px;
  position: relative;
}

.section-ttl {
  width: 100%;
  max-width: 1440px;
  margin: 90px auto 0 auto;
  text-align: center;
  position: relative;
}

.section-ttl h1 {
  display: inline-block;
  text-align: center;
  font-size: 55px;
  font-weight: 100;
  color: #fff;
  background-color: #000;
  letter-spacing: -5px;
  line-height: 1;
  padding-right: 7px;
  padding-bottom: 6px;
}

@media (max-width: 1024px) {

  .section-ttl h1 {
    margin: 50px auto 80px auto;
  }

  .word-search {
    top: initial;
    bottom: 20px;
  }
}

@media (max-width: 850px) {
  .section-ttl {
    margin-top: 125px;
    text-align: right;
    line-height: 1;
  }

  .section-ttl h1 {
    font-size: 37px;
    text-align: right;
    display: inline;
    background: initial;
    padding-bottom: 0;
    padding-right: 0px;
  }

  .section-ttl h1 span {
    display: inline-block;
    background-color: #000;
    margin-right: 10px;
    padding-bottom: 2px;
  }

  .ttl-space {
    padding-right: 5px;
    margin-top: 10px;
  }

}

#section-lineup {
  display: flex;
}

.section-lineup__search-wrapper {
  display: block;
  margin: 70px;
}

.section-lineup__list-wrapper {
  margin: auto;
  max-width: 880px;
  width: 100%;
}

.section-lineup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 60px;
  gap: 10px;
  padding: 0;
}

.section-lineup__list li {
  position: relative;
  transition: all .4s ease 0s;
  /*overflow: hidden;*/
  opacity: 1;
  height: auto;
  margin: 0;
  text-align: center;
}


.section-lineup__list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  display:none;
}

.newicon{
    width: 50px;
    position: absolute;
    top:-20px;
    left: -20px;
    z-index: 1;
}

.showmore {
  display: block;
  margin: 140px auto;
  border: solid 2px #000;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 23px;
  border-radius: 50px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .showmore {
    margin: 40px auto;
  }

  .newicon {
    top: -15px;
    left: -15px;
}
}

.section-lineup__list-item {
  max-width: 196px;
  width: 100%;
}

.section-lineup__list-item p {
  margin-top: 10px;
  font-weight: 600;
  font-weight: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  text-align: left;
}

.list-item__img {
  max-width: 196px;
  overflow: hidden;
  height: 280px;
  display: flex;
}

.list-item__img img {
  display: block;
  margin: auto;
  max-height: 280px;
  height: 100%;
  object-fit: contain;
}

.list-item__img img {
  transition: 1s all;
}

.list-item__img img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}


.search-wrapper {
  position: relative;
  background: #000000;
  border: solid 1px #000;
  border-radius: 20px;
  transform-origin: 100% 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 250ms ease;
  margin-top: 10px;
  z-index: 1;
}

.search-wrapper.focused {
  width: 200px;
}

.search-wrapper.focused input {
    padding-left: 3px;
    margin-top: 1px;
    margin-left: 35px;
    width: 163px;
    border-radius: 0 25px 25px 0;
    transform: scale(1);
}

.search-wrapper input {
  background: #ffffff00;
  border: 0;
  color: rgb(0, 0, 0);
  outline: none;
  height: 37px;
  width: 0;
  overflow: hidden;
  font-weight: 100;
  transform: scale(0);
  transform-origin: 0 50%;
  transition: 275ms ease;
}

.search-wrapper.focused input {
  background: #fff;
}

.search-wrapper input::-moz-placeholder {
  color: #cccccc;
}

.search-wrapper input:-ms-input-placeholder {
  color: #cccccc;
}

.search-wrapper input::placeholder {
  color: #cccccc;
}

.search-wrapper i {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 18px;
    top: 50%;
    right: 0px;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
}

.ion-search:before {
  content: url("/img/search.svg");
  position: absolute;
  top: 7px;
  right: 9px;
}

.sr-only{
  opacity: 0;
  font-size: 0;
}

.search-button{
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  border: none;
  background: #00000000;
}

.search-category {
  position: absolute;
  left: 10px;
  z-index: 1;
}

.search-category__ttl {
  font-size: 14px;
}

.search-category__list-item {
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 20px;
  width: fit-content;
  padding: 2px 6px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  border: solid 1px #000;
}

  .search-category__list-item a{
    text-decoration: none;
    color: #000;
  }

  .nowpage a{
    text-decoration: none;
    color: #fff;
  }

.search-category__list-item:hover {
  background-color: #dddddd;
  transition: .5s all;
}

.search-category__list {
  padding: 0;
  width: 135px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
}

.search-feeling {
  position: absolute;
  right: 60px;
  z-index: 1;
}

.search-feeling__list {
  padding: 0;
}

.search-feeling__ttl {
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  font-size: 14px;
  margin: 0 auto;
}

.search-feeling__list-item {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #000;
  background-color: #fff;
  margin: 10px;
  cursor: pointer;
}

.search-feeling__list-item:hover {
  background-color: #dddddd;
  transition: .5s all;
}

.feeling-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.feeling-text a{
  text-decoration: none;
  color: #000;
}

.nowpage > .feeling-text > a{
  text-decoration: none;
  color: #fff;
}


.text-three {
  width: 80%;
}

.nowpage {
  background-color: #000;
  color: #fff;
}

.floating-share {
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 0;
  background-color: #000;
  width: 50px;
  height: 100px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  bottom: 10px;
  align-content: center;
}

.floating-share__button {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 5px auto;
  width: 100%;
}

@media (max-width: 850px) {
  .section-lineup__list-wrapper {
    /* max-width: 680px;*/
  }

  .section-lineup__list-item {
    width: 100%;
  }

  .section-lineup__search-wrapper {
    display: block;
    margin: 0;
  }

  .search-feeling {
    display: none;
    position: relative;
  }

  .search-category {
    display: none;
    position: relative;
  }

  .section-lineup__list {
    margin-top: 50px;
  }

  .section-lineup__list-item {
    max-width: 100%;
    width: 48%;
    margin: auto;
  }

  .list-item__img {
    display: flex;
    height: 45vw;
    width: 45vw;
    margin: auto;
    max-width: 100%;
  }

  .list-item__img img {
    object-fit: contain;
    max-height: initial;
  }

  .floating-share {
    display: none;
  }

  .section-lineup__list {
    margin: 40px 10px 0 10px;
  }

  .showmore {
    font-size: 20px;
    margin:  0 auto;
  }

  .section-lineup__list li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
  }

  .footer-bnr__list {
    padding: 0;
    justify-content: center;
  }

  .footer-bnr__list li {
    width: 40%;
    text-align: center;
  }

}

/* lineup modal */
.modal__trigger {
  cursor: pointer;
  border: none;
  padding: 0;
  text-align: left;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal-url-active {
    display: block;
  }


@media (max-width: 850px) {
  .modal__trigger {
    margin: 0;
    background-color: #F0F0F0;
  }

  .toggle-btn{
    background-color: #F0F0F0;
  }
}

.modal__layer {
  height: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, .70);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  background: #fff;
  border: solid 2px #000;
}

.modal__inner {
  position: relative;
  overflow: auto;
  scrollbar-width: none;
  /* Firefox */
  height: 100%;
  padding: 100px 40px 40px;
}

.modal__inner::-webkit-scrollbar {
  display: none;
  /* Webkit */
}
.under-close{
  margin: auto;
  text-align: center;
}

.under-modal__close{
  display: inline;
  margin: auto;
  text-align: center;
  background: #fff;
  color: #000;
  border: solid 2px #000;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
}

.under-modal__close:hover{
  background: #000;
  color: #fff;
  transition: .3s;
}

.modal__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: #000;
  cursor: pointer;
  transition: opacity .6s;
  border: 0;
  border-radius: 0 0 0 10px;
  z-index: 100000;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.bookinfo__group {
  display: flex;
  flex-wrap: wrap;
}

.bookinfo__image {
  max-width: 266px;
  height: 380px;
  width: 100%;
  margin: 0 auto;
}

.bookinfo__image img {
  display: block;
  margin: auto;
  max-width: 266px;
  width: 100%;
  object-fit: contain;
  border: solid 1px #000;
}


.bookinfo__content {
  width: 580px;
  margin-left: 30px;
}

.bookinfo__title {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 26px;
}

.bookinfo__name {
  display: flex;
  font-weight: 500;
  font-size: 18px;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
}

.bookinfo__name-creator {
  margin-right: 20px;
}

.bookinfo__tagarea, .bookinfo__category-wrap {
  display: flex;
  align-items: center;
}

.bookinfo__tag {
  font-weight: 600;
  margin-right: 20px;
  text-decoration: underline;
}

.bookinfo__tag-wrap {
  display: flex;
  margin: 0;
  padding: 0;
}

.bookinfo__tag-feeling {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  border: solid 1px #000;
  background-color: #fff;
  margin: 10px;
}

.bookinfo__tag-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  margin: 0;
  font-weight: 600;
}

.bookinfo__store {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.bookinfo__store-link {
  font-size: 18px;
  width: 48%;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  margin: 0 10px 10px 0;
  border-radius: 30px;
}

.bookinfo__store-link span {
  margin-left: 5px;
  font-size: 16px;
}

.bookinfo__ttl {
  margin-top: 70px;
  width: 100%;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.bookinfo__story {
  width: 520px;
}

.bookinfo__detail {
  max-width: 300px;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}

.bookinfo__story-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}

.bookinfo__recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.bookinfo__recommend-detail {
  max-width: 196px;
  /*width: 100%;*/
}

.bookinfo__recommend-detail a {
  color: #000;
  text-decoration: none;
}

.bookinfo__recommend-detail p {
  font-size: 16px;
  font-weight: 600;
}

.recommend__img {
  max-width: 196px;
}

.recommend__img img {
  display: block;
  margin: auto;
  max-height: 280px;
  border: solid 1px #000;
}

@media (max-width: 1024px) {
  .bookinfo__content {
    width: 100%;
    margin: 20px auto;
  }
}

@media (max-width: 850px) {
  .modal__container {
    width: 100%;
    height: 100vh;
    border: none;
  }

  .modal__inner {
    padding: 70px 20px 90px;
    margin-bottom: 70px;
  }

  .bookinfo__content {
    width: 100%;
    margin: 20px auto;
  }

  .bookinfo__title {
    font-size: 24px;
  }

  .bookinfo__name {
    justify-content: left;
  }

  .bookinfo__tagarea {
    justify-content: center;
  }

  .bookinfo__tag-feeling {
    margin: 0 0 0 10px;
  }

  .bookinfo__tag {
    margin-right: 10px;
    font-size: 14px;
  }

  .bookinfo__store {
    justify-content: space-between;
  }

  .bookinfo__store-link {
    width: 49%;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
  }

  .bookinfo__store-link span {
    font-size: 9px;
  }

  .bookinfo__ttl {
    margin-top: 40px;
    width: 100%;
    font-size: 26px;
    font-weight: 600;
  }

  .bookinfo__detail {
    margin-top: 30px;
    max-width: 100%;
    padding-left: 0;
  }

  .bookinfo__recommend {
    gap: initial;
    justify-content: space-between;
  }

  .bookinfo__recommend-detail {
    width: 48%;
  }
}

/* spsearchmenu */
.sp-searchmenu {
  display: none;
}

@media (max-width: 850px) {
  .hidden {
    display: none;
  }

  .search-wrapper {
    display: none;

  }

  .sp-searchmenu {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 101;
  }

  .sp-searchmenu-parent {
    position: relative;
    height: 75px;
    padding-top: 25px;
    background-color: #FFFF8A;
    color: #000;
    text-align: center;
    line-height: 50px;
    border: solid 1px #000;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: 600;
  }

  .open {
    background-color: #FFF;
  }

  .sp-searchmenu-parent:before {
    content: '';
    background: #333;
    border-radius: 50%;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .sp-searchmenu-parent:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 28%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 50%;
    transform: translateX(-50%) rotate(225deg);
    -webkit-transform: translateX(-50%) rotate(225deg);
    -ms-transform: translateX(-50%) rotate(225deg);
    transition: .3s;
  }

  .sp-searchmenu-parent.open:after {
    top: 22%;
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-searchmenu-child {
    border-top: solid 1px #fff;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    display: none;
    padding: 0 10px 1px 10px;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
  }

  .search-category__list {
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
  }

  .search-category__list-item {
    border: solid 1px #000;
    padding: 2px 9px;
    margin: 4px;
    font-size: 15px;
    font-weight: 600;
  }
  .sp-searchmenu-ttl {
    border-bottom: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px;
  }

  #sp-searchmenu-toggle{
    border-bottom: none;
    font-size: 14px;
    font-weight: 600;
    margin: 10px;
    background: none;
    border: none;
    color: #000;
  }

  .search-feeling__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
  }

  .search-feeling__list-item {
    margin: 0;
  }

  .feeling-text {
    line-height: 1.2;
    font-size: 11px;
  }

  .sp-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #000000;
    border-radius: 25px;
    margin-bottom: 15px;
  }

  .sp-search-form input {
    width: 250px;
    margin-left: 15px;
    height: 40px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
  }

  .sp-search-form input::placeholder {
    color: #777777;
  }

  .sp-search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .sp-search-form button::after {
    width: 24px;
    height: 24px;
    background-image: url("/img/search.svg");
    background-repeat: no-repeat;
    content: '';
  }
}

/* index.html */
#contents {
  background: #E3FFFF;
}

#fv {
  margin: 100px auto 0 auto;
  max-width: 1240px;
  width: 95%;
  background: #F2F2DA;
  border-radius: 2rem;
  border: solid 2px #000;
  height: 600px;
  object-fit: contain;
  background-image: url("/img/OTOproject_main.jpg");
  background-size: cover;
  z-index: 0;
  background-position: right;
  overflow: hidden;
    position: relative;
}


@media (max-width: 1175px) {
  #fv {
    margin: 60px auto 0 auto;
  }
}

.particle {
  display: block;
  max-width: 1240px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* Animation */
.particle__container {
  position: absolute;
  top: 0;
  overflow: hidden;
  /*height: 600px;*/
  border-radius: 2rem;
}

.particle {
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
  animation-play-state: running;
}

@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }

  100% {
    transform: translateY(0%);
  }
}

.scrollbar__container {
  position: relative;
  z-index: 3;
}

.scrollbar__text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #000;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 10%;
  transform: translateX(-50%);
}

.scrollbar {
  position: absolute;
  left: 5%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 2px;
  height: 100px;
  background: #fff;
  z-index: 0;
}

.scrollbar::before {
  z-index: 1;
  content: url("/img/scroll.svg");
  text-align: center;
  position: absolute;
  bottom: 0;
  left: -41px;
  width: 80px;
  height: 26px;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 120px;
  }

  100% {
    bottom: 20px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.top-news__ttl {
  position: absolute;
  bottom: 20px;
  left: -87px;
  background-color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 60px;
  color: #fff;
  line-height: 59px;
  min-height: 250px;
}

.top-news__container {
  position: absolute;
  bottom: 60px;
  background-color: #000;
  border: solid 3px #fff;
  border-radius: 20px;
  width: 600px;
  padding: 10px 10px 30px 10px;
  left: 39%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.top-news__list-item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.list-item__ttl {
  padding-left: 15px;
  text-decoration: underline;
  font-size: 18px;
}

.list-item__data {
  text-decoration: none;
}

.top-news__list {
  color: #fff;
  -webkit-line-clamp: 5;
}

.top-news__list-show {
  background-color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 20px;
  border: solid 2px #000;
  position: absolute;
  color: #000;
  font-weight: 600;
  right: -20px;
  bottom: -15px;
}


.top-news__list-show:hover {
  background-color: #000;
  color: #fff;
  transition: .5s;
  border: solid 2px #fff;
}

.top-news__list-item {
  margin: 10px 0;
}

.line {
  margin: 50px 0 -5px 0;
  height: 200px;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-image: url("/img/wave2.svg");
  object-fit: cover;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

.line-end {
  margin-top: -55px;
  height: 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
  background-image: url("/img/wave2.svg");
  object-fit: cover;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

@media (max-width: 1024px) {
  .top-news__container {
    left: 45%;
  }
}

@media (max-width: 767px) {

  #fv {
        width: 95%;
    margin: 53px auto 0 auto;
  }

  .word-search {
    display: none;
  }

.line {
  height: 168px;
  object-fit: cover;
  background-size: contain;
  width: 101%;
}

.line-end {
  height: 60px;
  object-fit: cover;
  background-size: contain;
  width: 101%;
}

}

.panel {
  height: 100%;
  width: 101%;
  overflow: hidden;
}

.panel.section_03 {
  margin-bottom: 0;
}

.section_01 {
  background: #E3FFFF;
  padding-bottom: 150px;
  margin-top: -140px;
}

.section_02 {
  background: #D7FBE2;
  border-radius: 2rem 2rem 0 0;
  border: solid 2px #000;
  margin: -140px 0px 0px -2px;
}

.section_03 {
  background: #D1FFF9;
  border-radius: 2rem 2rem 0 0;
  border: solid 2px #000;
  margin: -60px 0px 0px -2px;
}

.section_04 {
  background: #FCFBDF;
  border-radius: 2rem 2rem 0 0;
  border: solid 2px #000;
  margin: -60px 0px 0px -2px;
}

.section_05 {
  background: #FFEBF0;
  border-radius: 2rem 2rem 0 0;
  border: solid 2px #000;
  margin: -60px 0px 0px -2px;
}

.section_06 {
  background: #D2E3F9;
  border-radius: 2rem 2rem 0 0;
  border: solid 2px #000;
  margin: -60px 0px 0px -2px;
}

.section_07 {
  background: #E3FFFF;
  margin: -30px 0 50px 0;
  padding: 10px 0;
}

.illustration {
  text-align:center;
  margin-top: -110px;
  margin-bottom: 130px;
}

.section_enjoy{
  text-align: center;
}

.enjoy_audiobook{
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  display: inline-block;
  margin: auto;
  line-height: 1;
  padding-bottom: 3px;
  font-feature-settings: "palt";
}

.enjoy_text p {
  font-feature-settings: "palt";
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 0%;
  padding: 5px 0;
}

.enjoy_text>p>span>.kerning-left {
  margin-left: -20px;
}

.enjoy_text>p>span>.kerning-right {
  margin-right: -18px;
}

.enjoy_text a {
  font-weight: 500;
  font-size: 22px;
  line-height: 0;
  letter-spacing: 0%;
  text-decoration: none;
  color: #000;
}

.enjoy_text p span {
  font-size: 42px;
  margin-left: 5px;
  line-height: 1.9;
}

.enjoy_image {
  background: #fff;
  border: solid 2px #000;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}

.enjoy_image-text {
  width: 520px;
  height: 520px;
  margin: 40px auto;
  font-weight: 600;
  font-size: 5px;
}

.enjoy_image-text svg {
  overflow: visible;
}

.enjoy_image-text path {
  fill: none;
}

.enjoy_image-text text {
  fill: #000000;
}

@keyframes donut-spin {
  to {
    transform: rotate(1turn);
  }
}

.svgtext_small {
  font-size: 3px;
}

.enjoy_image-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 15%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.enjoy_image-item {
  height: 180px;
  text-align: center;
  position: relative;
}

.enjoy_image-inner p {
  display: block;
  width: 100%;
  margin: 3px auto;
  font-family: Noto Serif JP;
  font-weight: 600;
}

.enjoy_image-inner>div:first-child {
  width: 100%;
}

.enjoy_image-item img {
  margin: auto;
  border: solid 1px #000;
}

.audio_button1,
.audio_button2,
.audio_button3 {
  position: absolute;
  width: 50px;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 50px;
  margin: 0 auto;
  background: url("/img/audio-start.svg") no-repeat center center;
  background-size: contain;
  border: none;
}


.audio_button1:hover,
.audio_button2:hover,
.audio_button3:hover {
  background: url("/img/audio-start-hover.svg") no-repeat center center;
  transition: .5s;
}

.play .audio_button1,
.play .audio_button2,
.play .audio_button3 {
  background-image: url("/img/audio-stop.svg");
}

.play .audio_button1:hover,
.play .audio_button2:hover,
.play .audio_button3:hover {
  background-image: url("/img/audio-stop-hover.svg");
  transition: .5s;
}

.section__ttl {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: auto;
  position: relative
}

.ttl-padding {
  width: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes backeffect {
  0% {
    transform: translateY(-2%);
  }

  100% {
    transform: translateY(0%);
  }
}

.animation-effects,
.animation-effects2,
.animation-effects3,
.animation-effects4,
.animation-effects5 {
  animation: backeffect 2s ease-in-out infinite alternate-reverse;
  animation-play-state: running;
}

.ttl-section-02 {
  background-image: url("/img/OTOproject_sub_01asakatsu.jpg");
}
.ttl-section-effects {
  background-image: url("/img/OTOproject_sub_01asakatsu_object.png");
    position: absolute;
    width: 57%;
    height: 1015px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section_03-contents>div>.ttl-section-effects {
  background-image: url("/img/OTOproject_sub_02drive_object.png");
}

.section_04-contents>div>.ttl-section-effects {
  background-image: url("/img/OTOproject_sub_03lunch_object.png");
}

.section_05-contents>div>.ttl-section-effects {
  background-image: url("/img/OTOproject_sub_04sunset_object.png");
}

.right-effects{
  right: 0;
  top: -10px;
}

.ttl-section-effects_flight {
  background-image: url("/img/OTOproject_sub_05flight-effects.png");
  left: 0;
  top: 50px;
  z-index: 0;
  background-size: contain;
}

.ttl-section-03 {
  background-image: url("/img/OTOproject_sub_02drive.jpg");
}

.ttl-section-04 {
  background-image: url("/img/OTOproject_sub_03lunch.jpg");
}

.ttl-section-05 {
  background-image: url("/img/OTOproject_sub_04sunset.jpg");
}

.ttl-section-06 {
  background-image: url("/img/OTOproject_sub_05flight.png");
  z-index: 1;
}

.ttl-section-06-effects {
  position: absolute;
  background-image: url("/img/OTOproject_sub_05flight-effects.png");
  animation: backeffect 2s ease-in-out infinite alternate-reverse;
  animation-play-state: running;
  top: 200px;
  left:20px;
}

.section_01-contents {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 60px auto 90px auto;
  justify-content: space-evenly;
}

.section_07-contents {
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}

.section_07-contents h3 {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 100;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  padding-bottom: 2px;
}

.section_07-contents p {
  font-size: 23px;
  text-align: center;
  font-family: Noto Serif JP;
  font-weight: 500;
  line-height: 50px;

}

.ttl-text {
  margin: 0 auto;
  padding: 190px 0 520px 0;
}

.ttl-text h3 {
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 60px;
  color: #fff;
  line-height: 59px;
}

.ttl-text h3 span {
  display: inline-block;
  background-color: #000;
  margin: 0 5px;
  white-space: nowrap
}

.mini{
  font-size: 20px;
}
.section__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 140px 0;
  max-width: 1240px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.inner-text-wrap {
  width: 420px;
  margin: auto;
}

.section_03-contents>div>div>.inner-text-wrap {
  width: 340px;
}

.section_04-contents>div>div>.inner-text-wrap {
  width: 500px;
}

.section_05-contents>div>div>.inner-text-wrap {
  width: 510px;
}

.section_06-contents>div>.ttl-text {
  margin: 0 auto;
  padding: 120px 0 380px 0;
}


.inner-text {
  width: 49%;
  text-align: center;
    margin: 100px 0px 100px 20px;
position: relative;
}

.inner-text-flont {
  display: block;
  margin: 5px auto;
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 8px;
  text-align: left;
}

.inner-text-end {
  display: block;
  margin: 5px auto;
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 8px;
  text-align: right;
}

.section_05-contents>div>div>.inner-text-wrap>.inner-text-flont,
.section_05-contents>div>div>.inner-text-wrap>.inner-text-end {
  font-weight: 600;
  font-size: 26px;
}

.inner-image {
  width: 49%;
  position: relative;
}


/* top-recommend */

.inner-image-audio {
  top: -250px;
  position: absolute;
  background: #fff;
  border: solid 2px #000;
  height: 560px;
  width: 560px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
}

.inner-image-text {
  top: -273px;
  left: -7px;
  position: absolute;
  width: 580px;
  height: 580px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 4px;
    letter-spacing: 0.8px;
}

.inner-image-text svg {
  overflow: visible;
}

.inner-image-text path {
  fill: none;
}

.inner-image-text text {
  fill: #000000;
}

@keyframes donut-spin2 {
  to {
    transform: rotate(1turn);
  }
}

.section-right-text {
  top: -273px;
  left: 37px;
  position: absolute;
  width: 580px;
  height: 580px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 4px;
  letter-spacing: 0.7px;
}

.section-right-image {
  left: 52px;
}

.inner-image-item {
  height: 180px;
  text-align: center;
  position: relative;
}

.inner-image-ttl {
  font-weight: 600;
  font-size: 24px;
  margin: 15px auto;
}

.inner-image-name {
  margin: 5px auto;
  font-size: 18px;
}

.inner-image-link {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-weight: 600;
  border-radius: 40px;
  border: solid 2px #000;
  padding: 4px 10px 5px 10px;
  margin: 20px auto;
}

.inner-link {
  margin: 80px auto 30px auto;
}

.inner-link a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  background-color: #fff;
    padding: 8px 20px 9px 20px;
  border-radius: 40px;
  border: solid 2px #000;
}

.inner-image-link:hover,
.inner-link a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

/* top-slider */
.splide__slide {
  text-align: center;
  padding-top: 20px;
}

.splide__slide img {
  height: auto;
  max-height: 248px;
  border: solid 1px #000;
}

@media (max-width: 1140px) {
  .line,.line-end{
    background-size: contain;
    width: 101%;
  }


.line {
  background-image: url("/img/wave2sp.svg");
}

.line-end {
  background-image: url("/img/wave2sp.svg");
    height: 55px;
}

  .section_01-contents{
    align-items: flex-end;
  }

  .enjoy_image {
    height: 400px;
    width: 400px;
  }

  .enjoy_image-text {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 420px;
    height: 420px;
    margin: 0;
  }

  .enjoy_image-item {
    height: 130px;
  }

  .enjoy_image-inner {
    top: 5%;
  }

  .inner-image-audio {
    height: 520px;
    width: 520px;
    right: 40px;
  }

  .inner-image-text {
    top: -265px;
    right: 25px;
    left: initial;
    position: absolute;
    width: 550px;
    height: 550px;
  }

  .inner-text-wrap {
    width: 100%;
  }

  .inner-text-flont {
    text-align: center;
    letter-spacing: 3px;
    font-size: 22px!important;
  }

  .inner-text-end {
    text-align: center;
    letter-spacing: 3px;
    font-size: 22px!important;
  }

  .inner-text {
    margin: 100px 20px 100px 0px;
  }

  .section-right-image {
    left: 50px;
  }

  .section-right-text {
    left: 33px;
  }
}

.pconly {
  display: inline-block;
}

.sponly {
  display: none;
}

@media (max-width: 1023px) {
  .enjoy_text {
    width: 100%;
  }

  .enjoy_text p {
    text-align: center;
  }

  .enjoy_text a {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.5;
  }

  .enjoy_image {
    margin: 40px auto 0 auto;
  }

  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }

  .section__ttl{
    justify-content: space-evenly;
  }

  .ttl-padding {
    height: 600px;
    width: 100%;
    background-size: contain;
    background-position: top;
  }

  .ttl-section-effects{
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .ttl-text {
    margin: -200px 0 0 100px;
    padding: 0;
  }

  .inner-image {
    width: 300px;
    height: 300px;
    top: -0;
    margin: auto;
    text-align: center;
  }

  .inner-image-audio {
    top: 110px;
    left: 50%;
    right: initial;
    width: 350px;
    height: 350px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .inner-image-text {
    top: -79px;
    right: 20px;
    margin: auto;
    height: 350px;
    width: 350px;
    position: relative;
  }

  .section__inner {
    position: relative;
    margin: 110px auto 110px auto;
    flex-direction: column-reverse;
  }

  .ttl-text h3 {
        font-size: 30px;
        line-height: 31px;
        margin: 10px auto;
        position: relative;
        z-index: 2;
        letter-spacing: 1;
  }

  .ttl-text h3 span {
    margin: 0 2px;
}

  .inner-image-ttl {
    font-size: 16px;
    margin: 15px auto 0 auto;
  }

  .inner-image-name {
    margin: 0px auto;
    font-size: 13px;
  }

  .splide__slide {
    text-align: center;
    padding-top: 10px;
  }

  .inner-image-link {
    margin: 10px auto 0 auto;
    font-size: 14px;
    padding: 10px 20px;
  }

  .inner-text {
    margin: 20px auto;
    width: 100%;
  }

  .inner-link {
    position: absolute;
    left: 50%;
    bottom: 8%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    margin: 0 auto;
  }

  .section_03-contents>.section__ttl,
  .section_05-contents>.section__ttl {
    flex-direction: column-reverse;
  }

  .ttl-section-03 {
    z-index: 0;
  }

  .inner-link a {
    font-size: 18px;
  }

  .section_03-contents>.section__ttl>.ttl-text {
    margin: -120px 0 0 260px;
    z-index: 2;
  }


  .section_05-contents>.section__ttl>.ttl-text {
    margin: -65px 0 0 260px;
    z-index: 2;
  }



  .section_03-contents>.section__inner{
    margin: 40px auto 110px auto;
    flex-direction: column;
  }


  .section_05-contents>.section__inner {
    margin: 45px auto 110px auto;
    flex-direction: column;
  }



  .section_04-contents>.section__inner {
        margin: 80px auto 110px auto;
  }

  .section_06-contents>.section__inner {
        margin: 33px auto 80px auto;
  }


.section_02-contents>.section__ttl>.ttl-text{
        margin: -85px 0 -70px -260px;
        width: 100%;}

.section_04-contents>.section__ttl>.ttl-text,
.section_06-contents>.section__ttl>.ttl-text{
        margin: -150px 0 -70px -260px;
        width: 100%;
}

.section_06-contents>.section__ttl>.ttl-text {
        margin: -138px 0 -70px -215px;
        padding: 0;
        z-index: 3;
      }

.section_06-contents>.section__ttl>.ttl-text h3{
        font-size: 28px;
        line-height: 30px;
}

.section_06-contents>.section__ttl>.ttl-text h3 span{
        margin: 0 4px;
        line-height: 1;
}

.listen{
        line-height: 0.8;

}

.section_04-contents>div>div>.inner-text-wrap,
.section_05-contents>div>div>.inner-text-wrap {
  width: 100%;
}

.section-right-text {
  left: -32px;
  right: initial;
}

.splide__slide img {
  max-height: 140px;
}

.section_07-contents {
  padding: 10px;
}

  .section_07-contents h3 {
    font-size: 30px;
  }

  .section_07-contents p {
    text-align: left;
    font-size: 17px;
    line-height: 40px;
    max-width: 360px;
    margin: auto;
  }

  .list-item__ttl {
    display: block;
    padding-left: 0;
    font-size: 15px;
  }

  #fv {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% bottom 45%;
  }

  .top-news__container {
    bottom: 15%;
    width: 80%;
    left: 50%;
  }

  .top-news__ttl {
    top: -21%;
    left: -9%;
    font-size: 35px;
    line-height: 40px;
    min-height: 150px;
    max-height: 160px;
  }

  .top-news__list {
    padding: 10px;
    margin: 0 auto;
  }

  .particle__container {
    height: 700px;
  }

  .particle {
    height: 850px;
    object-fit: cover;
  }

  .scrollbar {
    left: 8%;
    bottom: -5px;
  }

  .scrollbar::before {
    content: url("/img/scroll_bk.svg");
    color: #fff;
    left: -29px;
    width: 58px;
    height: 0px;
    font-size: 12px;
  }

  .scrollbar::after {
    background: #000;
    left: -2px;
    height: 50px;
  }


  @keyframes circlemove {
    0% {
      bottom: 75px;
    }

    100% {
      bottom: 30px;
    }
  }

  @keyframes cirlemovehide {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .panel {
    width: 101.2%;
  }

  .horizontal_scroll .scroller {
    margin-top: 130px;
  }

  .horizontal_scroll .scroller>* {
    font-size: 70px;
    font-feature-settings: normal;
    margin: 0;
  }

  .enjoy_text p {
    font-size: 17px;
    line-height: 35px;
    margin: 0 auto 30px auto;
    max-width: 360px;
    text-align: left;
  }

  .enjoy_text p span {
    font-size: 32px;
    margin: 10px 0;
    display: block;
  }

  .enjoy_text>p>span>.kerning-right {
    margin-right: -16px;
    display: inline;
  }

  .enjoy_text>p>span>.kerning-left {
    margin-left: -15px;
    display: inline;
  }

  .enjoy_text a {
    font-size: 20px;
  }

  .enjoy_image {
    height: 420px;
    width: 420px;
    margin: 40px auto 0 auto;
  }

  .enjoy_image-inner p {
    width: 90%;
  }

  .enjoy_image-inner {
    top: 15%;
    gap: 5px 10px;
  }

  .enjoy_image-text {
    position: absolute;
    top: 35px;
    left: 24px;
    width: 370px;
    height: 370px;
    margin: 0;
  }

  .audio_button1,
  .audio_button2,
  .audio_button3 {
    top: 40px;
  }

  .enjoy_image-item {
    height: 125px;
  }

.enjoy_audiobook{
  text-align: left;
  font-size: 50px;
  background-color: initial;
}

.enjoy_audiobook span{
  display: inline-block;
  background-color: #000;
  margin: 4px auto;
  line-height: 1.1;
  padding-bottom: 2px;
}

.section_01-contents{
    margin: 40px auto 90px auto;
}

}

@media (max-width: 750px) {
  .ttl-padding{
    background-size: cover;
  }
  .ttl-section-effects{
    background-size: cover;
  }

  .ttl-section-effects_flight {
    background-size: contain;
  }
}


/* news */

.news__ttl {
  position: absolute;
  background-color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 60px;
  color: #fff;
  line-height: 59px;
  left: 0;
  top: -40px;
}

.news__wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 200px auto 20px auto;
  text-align: center;
  position: relative;
  min-height: 240px;
}

.news__list {
  padding: 0;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  max-width: 700px;
  margin: auto;
}

.news__list a {
  color: #000;
  text-decoration: none;
}

.news__item-ttl {
  text-decoration: underline;
  margin-left: 20px;
  font-weight: 600;
}

.news__item-data {
  text-decoration: none;
  font-size: 16px;
}

@media (max-width: 1250px) {
  .news__ttl {
    top: 0;
  }
}

@media (max-width: 1024px) {
  .news__wrapper {
    margin: 240px auto 20px auto;
  }

  .news__ttl {
    top: 0;
  }
}

@media (max-width: 980px) {
  .news__ttl {
    margin: 0;
    position: absolute;
    background-color: #000;
    writing-mode: initial;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    right: 10px;
    left: initial;
    top: -80px;
  }
}

@media (max-width: 767px) {
  .news__wrapper {
    margin: 180px auto 20px auto;
  }

  .news__ttl {
    margin: 0;
    position: absolute;
    background-color: #000;
    writing-mode: initial;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    right: 10px;
    left: initial;
    top: -80px;
  }

  .news__list {
    text-align: left;
    margin: 30px 10px;
  }

  .news__item {
    line-height: 30px;
    margin: 15px auto;
  }

  .news__list a {
    font-size: 15px;
  }

  .news__list a>span {
    display: block;
    margin: 0;
    font-size: 18px;
  }
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
}

.relative {
  position: relative;
}

.scroll_contents>*:last-child {
  margin-right: 20px;
}


.scroll_wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 105px 0 30px 0;
}

.scroll_contents {
  display: flex;
  padding-left: 20px;
  margin-top: 85px;
}

.scroll_item {
  font-size: 156px;
  padding: 0 0 10px 0;
  background-color: #000;
  color: #fff;
  font-weight: 100;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: -2px;
  margin-left: -2px;
}


.scroll_contents>*:first-child {
  margin-left: 20px;
}

.scroll_contents>*:nth-child(7),
.scroll_contents>*:nth-child(8) {
  margin-left: -5px;
}

.loading {
  z-index: 3;
    width: 100%;
  position: absolute;
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
  transition: all 0.5s linear;
  background-color: #f2f2da;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 100%;
  display: flex;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  opacity: 0;
visibility: hidden;
}

.loading-bg {
  max-width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  z-index: 2;
  background-color: #f2f2da;
  position: relative;
}

.loading-bg.loaded {
  opacity: 0;
  visibility: hidden;
}

.top-news__container {
  opacity: 0;
  visibility: hidden;
}

.top-news__container.newsopen {
  opacity: 1;
  visibility: visible;
  transition: .6s;
}

@media (max-width: 750px) {
  .top-news__ttl {
    left: -20%;
    min-height: 150px;
  }
}

@media (max-width: 1023px) {
  .loading {
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .loading.loaded {
    width: 100%;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .scroll_item {
    font-size: 60px;
  }

}

video {
  outline: solid 1px #f2f2da;
  border: solid 1px #f2f2da;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.animation-stop,.loading-stop{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.loading-stop {
  z-index: 3;
}

.effects-stop,
.effects-stop3,
.effects-stop5{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}
.effects-stop2,
.effects-stop4{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#check01,#loading-check{
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 27px;
    height: 28px;
    cursor: pointer;
    opacity: 1;
}

#effects01{
    position: absolute;
    right: -42px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
}

#effects02,#effects04{
    position: absolute;
    left: -43px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
}

#effects03{
    position: absolute;
    right: -42px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
}

#effects05 {
    position: absolute;
    right: -42px;
    bottom: 7px;
    width: 29px;
    height: 29px;
    cursor: pointer;
    opacity: 1;
}

.animation-stop input[type="checkbox"] + label,
.loading-stop input[type="checkbox"] + label
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-stop.svg");
    background-size: contain;
    cursor: pointer;
}

.effects-stop input[type="checkbox"] + label,
.effects-stop3 input[type="checkbox"] + label,
.effects-stop5 input[type="checkbox"] + label
{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-stop.svg");
    background-size: contain;
    cursor: pointer;
}


.effects-stop2 input[type="checkbox"] + label,
.effects-stop4 input[type="checkbox"] + label
{
    position: absolute;
    right: 10px ;
    left: initial;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-stop.svg");
    background-size: contain;
    cursor: pointer;
}

.animation-stop input[type="checkbox"]:checked + label,
.loading-stop input[type="checkbox"]:checked + label{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-start.svg");
    background-size: contain;
    cursor: pointer;
}

.effects-stop input[type="checkbox"]:checked + label,
.effects-stop3 input[type="checkbox"]:checked + label,
.effects-stop5 input[type="checkbox"]:checked + label{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-start.svg");
    background-size: contain;
    cursor: pointer;
}

.effects-stop2 input[type="checkbox"]:checked + label,
.effects-stop4 input[type="checkbox"]:checked + label{
    position: absolute;
    right: 10px;
    left: initial;
    bottom: 10px;
    width: 29px;
    height: 29px;
    background-image: url("/img/animation-start.svg");
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 750px) {
.animation-stop,.loading-stop  {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.loading-stop {
  z-index: 3;
}

.animation-stop input[type="checkbox"] + label,
.loading-stop input[type="checkbox"] + label{
    right: 0;
    bottom: 0;
    width: 44px;
    height: 45px;}

.animation-stop input[type="checkbox"]:checked + label,
.loading-stop input[type="checkbox"]:checked + label{
    right: 0;
    bottom: 0;
    width: 44px;
    height: 45px;}
}

.splide__arrow{
    background: #ffffff;
    border: solid 2px #000;
}

.splide__arrow{
    width: 50px;
    height: 50px;
}

.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 21px;
  left: 12px;
  margin: auto;
  position: absolute;
  top: 6px;
  width: 20px;
}

.prev::before {
  background-image: url("/img/prev.svg");}
.next::before {
  background-image: url("/img/next.svg");
}

.splide__arrow{
  opacity:1!important;
}

.splide__arrow:hover {
    opacity: 0.5!important;
  transition: .4s;
}

@media (max-width: 1023px) {
  .section__ttl{
    max-width: 450px;
  }

.effects-stop,
.effects-stop3,
.effects-stop5{
    right: 0;
    bottom: 0;
}

.effects-stop2,
.effects-stop4{
    left: 0;
    bottom: 0;
}

#effects01{
    position: absolute;
    right: 9px;
    bottom: 25px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
}

#effects02,#effects04{
    position: absolute;
    left: 13px;
    bottom: 92px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
}

#effects03{
    position: absolute;
    right: 7px;
    bottom: 57px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
}

#effects05 {
    position: absolute;
    right: 18px;
    bottom: 109px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    opacity: 1;
}

.effects-stop input[type="checkbox"] + label
{
    right: 11px;
    left: initial;
    bottom: 28px;
    width: 44px;
    height: 44px;
}

.effects-stop3 input[type="checkbox"] + label
{
    right: 10px;
    left: initial;
    bottom: 60px;
    width: 44px;
    height: 44px;
}

.effects-stop5 input[type="checkbox"] + label
{
    right: 20px;
    left: initial;
    bottom: 112px;
    width: 44px;
    height: 44px;
}

.effects-stop2 input[type="checkbox"] + label,
.effects-stop4 input[type="checkbox"] + label{
    left: 17px;
    right: initial;
    bottom: 95px;
    width: 44px;
    height: 44px;
}

.effects-stop input[type="checkbox"]:checked + label
{
    right: 11px;
    left: initial;
    bottom: 28px;
    width: 44px;
    height: 44px;
}

.effects-stop3 input[type="checkbox"]:checked + label
{
    right: 10px;
    left: initial;
    bottom: 60px;
    width: 44px;
    height: 44px;
}

.effects-stop5 input[type="checkbox"]:checked + label
{
    right: 20px;
    left: initial;
    bottom: 112px;
    width: 44px;
    height: 44px;
}


.effects-stop2 input[type="checkbox"]:checked + label,
.effects-stop4 input[type="checkbox"]:checked + label
{
    left: 15px;
    right: initial;
    bottom: 95px;
    width: 44px;
    height: 44px;
}

}

@media (max-width: 820px) {

.newicon {
  top: -20px;
  left: 20px;
}

.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 18px;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 5px;
  width: 18px;
}
.prev::before {
  background-image: url("/img/prev.svg");}
.next::before {
  background-image: url("/img/next.svg");
}
.splide__arrow--next::before {
    top: 2px;
}

.splide__arrow{
    width: 44px;
    height: 44px;
}

.splide__arrow--next{
  right: 5px;
}

.splide__arrow--prev{
  left: 5px;
}

  .enjoy_image-text {
  right: 0;
  left: 0;
  margin: 0 auto;
}

}
@media (max-width: 430px) {
    .enjoy_image {
        height: 110vw;
        width: 110vw;
        margin: 40px -4vw 0 -6vw;
    }

      .newicon {
        top: -20px;
        left: 10px;
        width: 40px;
    }

  .section_06-contents > div > div > div > p.inner-text-flont {
    font-size: 20px!important;
  }

  .section_06-contents > div > div > div > p.inner-text-end {
    font-size: 20px!important;
  }


}
