@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* アニメーション */
body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  width: 50vw;
  height: 100vh;
  background: #1eb9ee;
  animation: loadopen 1.5s forwards;
  animation-delay: 0.8s;
  z-index: 999;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

@keyframes loadopen {
  0% {
    width: 50vw;
  }
  100% {
    width: 0;
    visibility: hidden;
  }
}
.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#header

-------------------------------*/
#header {
  position: fixed;
  z-index: 90;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 960px) {
  #header {
    top: 10px;
    right: 10px;
  }
}

#drawer-btn {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#drawer-btn.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 80px;
    height: 80px;
    opacity: 1;
    visibility: visible;
  }
}

#drawer-txt {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1rem;
  text-align: center;
  color: #1eb9ee;
  padding: 15px 0 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 960px) {
  #drawer-txt {
    padding: 20px 0 0;
  }
}

#drawer-line-box {
  width: 53px;
  height: 28px;
  padding: 4px 3px 0px 0;
}
@media screen and (min-width: 960px) {
  #drawer-line-box {
    width: 70px;
    height: 28px;
    padding: 9px 0 0px 0;
  }
}

.drawer-line {
  width: 40px;
  height: 1px;
  background: #1eb9ee;
  display: block;
  margin: 0 0 6px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .drawer-line {
    width: 60px;
  }
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(15deg) translate(3px, 3px);
  transform: rotate(15deg) translate(3px, 3px);
}

.drawer-line.open:nth-child(2) {
  -webkit-transform: rotate(-15deg) translate(3px, -3px);
  transform: rotate(-15deg) translate(3px, -3px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #nav {
    background: rgba(13, 125, 148, 0.2);
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    display: flex;
    transition: background 0.4s ease;
  }
  #nav.active {
    background: rgb(13, 125, 148);
  }
}

#nav-container {
  width: 90%;
  margin: 0px auto 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #nav-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
}

.nav-box {
  width: 50%;
  padding: 5px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .nav-box {
    width: auto;
    padding: 0;
  }
}

#nav-theaters {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #nav-theaters {
    width: 300px;
  }
}

.nav-btn {
  display: block;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background: #1eb9ee;
  border-radius: 5px;
  margin: 0;
  padding: 20px;
}
.nav-btn:hover {
  background: #ebf0f2;
  color: #1eb9ee;
}
@media screen and (min-width: 960px) {
  .nav-btn {
    font-size: 0.8em;
    background: transparent;
    padding: 23px 20px;
  }
  .nav-btn:hover {
    background: transparent;
    color: #fdc24c;
  }
}

#sns-container {
  display: flex;
  justify-content: center;
}

.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background: #1eb9ee;
}
.sns-item a:hover {
  background: #ebf0f2;
  color: #1eb9ee;
}
@media screen and (min-width: 960px) {
  .sns-item {
    margin-right: 20px;
  }
  .sns-item a {
    background: transparent;
    width: 60px;
    height: 60px;
  }
  .sns-item a:hover {
    background: transparent;
    color: #fdc24c;
  }
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background-image: url(../img/top/menu_bg_sp.jpg);
  background-position: bottom right;
  background-size: cover;
  padding: 30px 0 30px 0;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    padding: 50px 0;
    background-image: url(../img/top/menu_bg_pc.jpg);
  }
}
#drawer-container .sns-container {
  position: relative;
  top: auto;
  right: auto;
  margin: 20px 0;
}

#drawer-container-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto 1rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #drawer-nav-container {
    margin: 0 auto 20px;
  }
}

.drawer-nav-sns {
  margin: 0 auto;
  text-align: center;
}
.drawer-nav-sns a {
  color: #1eb9ee;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  display: inline-block;
  margin: 0 1rem;
  font-size: 1.5rem;
  transition: all 0.5s ease;
}
.drawer-nav-sns a:hover {
  opacity: 0.6;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 1% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  display: block;
  color: #fff;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 15px 0;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    font-size: 2rem;
    padding: 10px 0;
  }
}

/*-------------------------------

#footer

-------------------------------*/
/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  opacity: 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  top: calc(50% - 140px);
  left: calc(50% - 20px);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    top: calc(50% - 160px);
    left: calc(50% - 0px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #1eb9ee;
  text-align: center;
  position: absolute;
  top: 305px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
#preloaderAnime {
  top: 365px;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1eb9ee;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 30px auto;
  align-items: center;
  justify-content: center;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 10px;
}

.share-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #1eb9ee;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .share-link-btn:hover {
    color: #86daf7;
  }
}

.custom-twitter-btn {
  font-size: 14px;
}

.custom-facebook-btn {
  font-size: 16px;
}

.custom-line-btn {
  font-size: 20px;
}

.share-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.share-ttl {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  text-align: center;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

/*-------------------------------

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cboxOverlay {
  background: #c7f1ff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #000;
}

.modaal-close:after,
.modaal-close:before {
  width: 1px;
  left: 25px;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1) 1s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.delayItem {
  opacity: 0;
  z-index: 2;
}

/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
  background: #efede9 url(../img/top/bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #top {
    background: #efede9;
    background: #efede9 url(../img/top/bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}

.logo-e {
  position: absolute;
  margin: auto;
  width: 100%;
  z-index: 2;
}
@keyframes logo-wrap {
  100% {
    transform: translateX(100%);
  }
}
.main-img {
  position: relative;
  margin: 0 auto;
  opacity: 0;
  z-index: 2;
}
.main-img.show {
  animation: fadeInUp 1.5s ease-out 0.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
    /* 下からふわっと */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18vw;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .top-container {
    bottom: 1.5vw;
  }
}

.logo {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.logo svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  fill: #fff;
}

.roadshow {
  width: 43%;
  margin: 20px auto 0;
  z-index: 15;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 25%;
    max-width: 270px;
    margin: 40px auto 0;
  }
}

.roadshow-pc {
  display: none;
}

.copy0 {
  position: absolute;
  width: 60%;
  top: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.copy0 svg {
  fill: #006fbc;
}
@media screen and (min-width: 960px) {
  .copy0 {
    max-width: 350px;
    top: 1.6vw;
    z-index: 3;
  }
}

.copy2 {
  opacity: 0;
  position: absolute;
  width: 3.5%;
  top: 32vw;
  left: 6vw;
}
@media screen and (min-width: 960px) {
  .copy2 {
    width: 5vw;
    top: 15vw;
    left: 10vw;
  }
}

.copy1 {
  width: 60vw;
  max-width: 340px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .copy1 {
    margin: 30px auto 0;
  }
}

.bg_w {
  background: #fff;
  padding-bottom: 2%;
}

.billing {
  width: 90%;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 50%;
    max-width: 580px;
    margin: 0 auto;
    padding-top: 40px;
  }
}

.btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-list li {
  width: 50%;
  max-width: 200px;
  padding: 5px;
}
.btn-list li a:hover {
  opacity: 0.7;
}

#sns {
  margin: 30px auto 30px;
}
#sns .contents-ttl {
  margin: 0;
}

.official-btn {
  margin: 0 auto;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.official-btn a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  border-radius: 50%;
  background: #1eb9ee;
  display: block;
  margin: 15px 10px 0;
  text-align: center;
  line-height: 57px;
  border: 1px solid #1eb9ee;
}
@media screen and (min-width: 960px) {
  .official-btn a {
    font-size: 1.4rem;
  }
}
.official-btn a:hover {
  color: #1eb9ee;
  background: #fff;
}
.official-btn a:last-child {
  font-size: 2.1rem;
}
@media screen and (min-width: 960px) {
  .official-btn a:last-child {
    font-size: 1.5rem;
  }
}

#mvtk-widgets-container {
  margin: 0 auto 2rem !important;
}

.mvtk-normal-container {
  margin: 0 auto 2rem !important;
}

.mvtk {
  border: solid 1px #1eb9ee;
  width: 90%;
  margin: 0 auto 2rem;
  padding: 30px 5px 0;
  max-width: 800px;
}
@media screen and (min-width: 960px) {
  .mvtk {
    width: 60%;
  }
}

.tokuten {
  width: 95%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 960px) {
  .tokuten {
    width: 65%;
  }
}

.top-info-text {
  padding: 0 5% 0;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}
.top-info-text p {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1em;
  line-height: 1.8;
  margin: 0;
  padding: 30px 0;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .top-info-text p {
    font-size: 1.2em;
    padding: 30px 0;
  }
}
.top-info-text.intro-info-text p {
  color: #1eb9ee;
}

#top-bnr a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 70%;
  max-width: 250px;
}
#top-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  #top-bnr {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 510px;
    margin: 0 auto;
    padding: 0;
  }
}

#top-comment-bnr a {
  display: block;
  margin: 0 auto 30px;
  padding: 5px;
  width: 75%;
  max-width: 300px;
}
#top-comment-bnr a img {
  border-radius: 50px;
}
#top-comment-bnr a:hover {
  opacity: 0.85;
}

#top-info-bnr {
  padding: 0;
}
#top-info-bnr a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 60%;
  max-width: 270px;
}
#top-info-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  #top-info-bnr {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 500px;
    margin: 0 auto;
    padding: 0;
  }
}

.btn-container {
  margin: 30px auto;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  width: 85%;
}
@media screen and (min-width: 960px) {
  .btn-container {
    margin: 30px 15px;
  }
}
.btn-container a {
  display: block;
  background: #1eb9ee;
  border-radius: 100px;
  margin: 10px auto;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4;
}
.btn-container a span {
  display: block;
  font-size: 0.6em;
}
@media screen and (min-width: 960px) {
  .btn-container a {
    width: 300px;
    transition: all 0.4s ease;
  }
  .btn-container a:hover {
    background: #1b95e0;
    color: #fff;
  }
}

/*-------------------------------

contents

-------------------------------*/
.contents {
  position: relative;
}

.contents-ttl {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1eb9ee;
  text-align: center;
  font-size: 1.7em;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}

.jp-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #777676;
  line-height: 2;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

.ph-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ph-container li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ph-container li {
    width: 25%;
  }
}

/*-------------------------------

#intro

-------------------------------*/
/*-------------------------------

#intro

-------------------------------*/
#intro {
  padding: 100vw 0 10vw 0;
  overflow: hidden;
  background-image: url(../img/intro/intro_bg_sp.jpg);
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 55vw 0 0 0;
    background-image: url(../img/intro/intro_bg_pc.jpg);
  }
}

.intro-copy {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .intro-copy {
    top: 1%;
  }
}

#intro .heading {
  width: 60%;
  max-width: 240px;
  margin: 10px auto 0;
}
#intro-main {
  position: relative;
}

.intro-main-lead {
  position: absolute;
  left: 4vw;
  width: 19vw;
  top: 5vw;
  max-width: 250px;
}
@media screen and (min-width: 960px) {
  .intro-main-lead {
    left: 10vw;
    width: 17vw;
    top: 2.3vw;
    max-width: 170px;
  }
}

@media screen and (min-width: 960px) {
  .intro-inner {
    width: 100%;
  }
}

.headimg {
  vertical-align: bottom;
}

.intro-lead {
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    max-width: 750px;
    padding: 30px 0 0;
    margin: 0 auto 50px;
  }
}

.intro-inner-txt {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0;
}
@media screen and (min-width: 960px) {
  .intro-inner-txt {
    width: 850px;
    margin: 0 auto;
    padding: 5vw 0;
  }
}

.intro-txt {
  line-height: 2;
  margin: 0 0 0.8em;
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    margin: 0 auto 30px;
    text-align: justify;
    line-height: 2.2em;
    letter-spacing: 0.05em;
  }
}

.kerning {
  display: inline !important;
  letter-spacing: -1px !important;
  font-size: 15px !important;
}

@media screen and (min-width: 960px) {
  .intro-photo {
    display: flex;
  }
  .intro-photo img {
    width: 50%;
  }
}

.intro-item {
  color: #fff;
  margin: 0 auto;
  width: 90%;
  text-align: justify;
  margin-bottom: 60px;
  line-height: 2;
  letter-spacing: 0.05em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 960px) {
  .intro-item {
    width: 100%;
    margin: 0 0 50px;
    margin: 20px auto;
  }
}

.intro-item-txt {
  margin-bottom: 10px;
  text-align: justify;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .intro-item-txt {
    margin-bottom: 30px;
    text-align: justify;
    font-weight: normal;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.dash {
  letter-spacing: -0.2em;
}

#intro .slick-prev,
#intro .slick-next {
  top: 45%;
}
@media screen and (min-width: 960px) {
  #intro .slick-prev,
  #intro .slick-next {
    top: 55%;
  }
}

#intro .slick-next {
  right: -30px;
}

#intro .slick-prev {
  left: -75px;
}

/* Dots */
#intro .slick-dotted.slick-slider {
  margin: 30px auto;
}

#intro .slick-dots {
  position: absolute;
  width: 100%;
  list-style: none;
  text-align: center;
  display: none;
}

#intro .slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}

#intro.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#intro .slick-dots li button:hover,
#intro .slick-dots li button:focus {
  outline: none;
}

#intro .slick-dots li button:hover:before,
#intro .slick-dots li button:focus:before {
  opacity: 1;
}

#intro .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #1eb9ee;
  border-radius: 30px;
  content: "";
  text-align: center;
  opacity: 0.6;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#intro .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #1eb9ee;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1;
}

#intro .slick-next {
  right: -24px;
}
@media screen and (min-width: 960px) {
  #intro .slick-next {
    right: -34px;
  }
}

#intro .slick-prev {
  left: -44px;
}
@media screen and (min-width: 960px) {
  #intro .slick-prev {
    left: -60px;
  }
}

#intro .slick-prev:after {
  content: url(../common/img/left.png);
  width: 35px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
}

#intro .slick-next:after {
  content: url(../common/img/right.png);
  width: 35px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
}

/*-------------------------------

#story

-------------------------------*/
#story {
  padding: 60px 0 0;
  background: #fff;
}

.story-box {
  position: relative;
  padding: 70px 8%;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .story-box {
    margin: 0 auto;
    padding: 30px 0 60px;
  }
}

.stroy-img {
  width: 100%;
}
.stroy-img img {
  width: 100%;
}

.story-gallery1 {
  width: 100%;
  height: 110px;
  background: url(../img/intro/gallery1.jpg) repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: gallery1 100s linear infinite;
}
@media screen and (min-width: 960px) {
  .story-gallery1 {
    height: 150px;
  }
}

.story-gallery2 {
  width: 100%;
  height: 110px;
  background: url(../img/intro/gallery2.jpg) repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: gallery2 100s linear infinite;
}
@media screen and (min-width: 960px) {
  .story-gallery2 {
    height: 150px;
  }
}

@keyframes gallery1 {
  from {
    background-position: -1729px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes gallery2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3458px 0;
  }
}
/*-------------------------------

#comment

-------------------------------*/
#comment {
  padding: 40px 0;
  background: #ebf0f2;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 100px 0;
  }
}

#comment-ttl {
  position: relative;
  display: inline-block;
}
#comment-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

.comment-inner {
  position: relative;
  padding: 0 8%;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .comment-inner {
    margin: 0 auto;
    padding: 0;
  }
}

.comment-list {
  border-bottom: 1px solid #e6e5e2;
  padding: 30px 0;
}
.comment-list:first-child {
  padding-top: 30px;
}
.comment-list:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .comment-list {
    padding: 80px 0;
  }
}

.comment-btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .comment-btn:hover {
    cursor: pointer;
  }
  .comment-btn:hover .comment-name {
    color: #fba879 !important;
  }
}
.comment-btn .comment-img {
  width: 100%;
  margin-bottom: 10px;
}

.comment-box {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    max-width: 960px;
    margin: 80px auto;
  }
}

.cast-img {
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .cast-img {
    width: 17%;
  }
}

.modal-role {
  color: #1eb9ee;
  font-size: 0.7em;
  display: block;
  margin-top: 0.75rem;
}

.modal-role-staff {
  padding: 0 15px 0 0;
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
}

.chara {
  text-align: center;
  color: #777676;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .chara {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .modaal-container {
    background: rgba(105, 217, 255, 0.7) !important;
    overflow: scroll;
  }
}

.modaal-content-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.modaal-fullscreen .modaal-close {
  background: #fff;
}
.modaal-fullscreen .modaal-close::after, .modaal-fullscreen .modaal-close::before {
  background: #1eb9ee;
}

.modaal-close:focus,
.modaal-close:hover {
  background: #69d9ff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #fff;
}

.comment-box-inner {
  padding: 30px 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    padding: 60px;
    width: 90%;
    height: 90%;
    margin: auto;
    background: #fff;
  }
}

.excuse-notice-title {
  color: #1eb9ee;
  font-size: 1.4em;
  padding-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0 20px 1em;
  border: none;
  background: transparent;
}
@media screen and (min-width: 960px) {
  .excuse-notice-title {
    font-size: 1.4em;
    padding: 0 0 1em;
  }
}

.excuse-notice-footer {
  font-size: 0.85em;
  margin-top: 2em !important;
  text-align: right !important;
}
@media screen and (min-width: 960px) {
  .excuse-notice-footer {
    font-size: 0.8em;
    margin-top: 2.5em !important;
  }
}

@media screen and (min-width: 960px) {
  #excuse-popup .comment-box-inner {
    max-width: 800px;
    width: 85%;
    padding: 50px 60px;
  }
}
#excuse-popup .prof-box {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #excuse-popup .prof-box {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0;
  }
}
#excuse-popup .excuse-notice-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #excuse-popup .excuse-notice-content p {
    margin-bottom: 1.8em;
    line-height: 2;
  }
}

.comprof {
  color: #fff;
  font-size: x-small;
  transition: all 0.4s ease;
  background: #1eb9ee;
  width: 100%;
  margin: 0 auto;
  padding: 7px;
}
.comment-txt {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    padding: 0 30px;
  }
}

.comment-name {
  color: #1eb9ee;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.3em;
  text-align: center;
  margin: 10px auto 0;
}
@media screen and (min-width: 960px) {
  .comment-name {
    margin: 0;
  }
}
.comment-name .role {
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
  padding: 0 10px 0 0;
}

.prof-box {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 20px auto;
    padding: 0 30px;
    max-width: 960px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}

.prof-ttl {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #1eb9ee;
  font-size: 1.1em;
  margin-bottom: 10px;
}

/*-------------------------------

#profile

-------------------------------*/
.sp-br {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

#profile {
  position: relative;
  min-height: 100vh;
  /* セクションの最小高さを設定 */
}
#profile .profile-bg_1 {
  position: relative;
  background-color: transparent;
  z-index: -5;
}
#profile .profile-bg_1:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/cast_staff/cast_bg_sp.jpg) no-repeat top left;
  background-size: cover;
  /* iPhone Safariだけ全画面にならず白が出るので対応 */
}
@supports (-webkit-touch-callout: none) {
  #profile .profile-bg_1:before {
    height: 100vh;
    height: -webkit-fill-available;
    min-height: 100vh;
    /* より確実な対応 */
    height: calc(100vh + 1px);
  }
}
@media screen and (min-width: 960px) {
  #profile .profile-bg_1:before {
    background: url(../img/cast_staff/cast_bg_pc.jpg) no-repeat top left;
  }
}
#profile .profile-bg_2 {
  position: relative;
  background-color: transparent;
  z-index: -2;
}
#profile .profile-bg_2:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/cast_staff/cast_bg_sp_02.png) no-repeat top left;
  mix-blend-mode: difference;
  animation: neonFlickerSp 2.5s ease-in-out infinite;
  background-size: cover;
  /* iPhone Safariだけ全画面にならず白が出るので対応 */
}
@supports (-webkit-touch-callout: none) {
  #profile .profile-bg_2:before {
    height: -webkit-fill-available;
    min-height: 100vh;
  }
}
@media screen and (min-width: 960px) {
  #profile .profile-bg_2:before {
    background: url(../img/cast_staff/cast_bg_pc_02.png) no-repeat top left;
    animation: neonFlicker 2.5s ease-in-out infinite;
  }
}
@keyframes neonFlicker {
  0%, 100% {
    opacity: 0.3;
  }
  5% {
    opacity: 0.5;
  }
  10% {
    opacity: 0.2;
  }
  12% {
    opacity: 0.5;
  }
  15% {
    opacity: 0.3;
  }
}
@keyframes neonFlickerSp {
  0%, 100% {
    opacity: 0.2;
  }
  5% {
    opacity: 0.9;
  }
  10% {
    opacity: 0.4;
  }
  12% {
    opacity: 1;
  }
  15% {
    opacity: 0.5;
  }
}
#profile .contents-ttl {
  color: #fff;
}
#profile .contents-inner {
  padding: 10% 5% 0;
  margin: 0 auto 60px;
  max-width: 1440px;
}
#profile .profile-wrap {
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 960px) {
  #profile .profile-wrap {
    gap: 40px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}
#profile .profile-wrap.staff {
  display: block !important;
}
@media screen and (min-width: 960px) {
  #profile .profile-wrap.staff {
    margin-top: 40px;
    display: flex !important;
    justify-content: center !important;
  }
}
#profile .prof-list {
  width: 45%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #profile .prof-list {
    width: 220px;
    margin: 0;
  }
}
#profile .prof-list-01 {
  margin: 0 20px;
}
@media screen and (min-width: 960px) {
  #profile .prof-list-01 {
    margin: 0;
  }
}

.comment-name {
  color: #000 !important;
}

.profile-name {
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 1em;
  transition: all 0.4s ease;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: center;
}
.profile-name .role {
  color: #1eb9ee;
  font-size: 0.7em;
  display: block;
  padding: 10px 0 0;
}
.profile-name .staff {
  font-size: 0.7em;
  display: block;
  padding: 0 0 10px 0;
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  background: #ebf0f2;
  position: relative;
  padding: 30px 0 10px;
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  #trailer .swiper-container {
    padding: 0 5% 30px;
  }
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

.pc-modal-movie {
  display: none;
}

#movie-container {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 100%;
    max-width: 1440px;
  }
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

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

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 15px;
    width: 46.875vw;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #1eb9ee;
  font-size: 16px;
  font-weight: bold;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  background: #20b9ee;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #20b9ee;
}
@media screen and (min-width: 960px) {
  .swiper-pagination-bullet-active {
    display: none;
  }
}

.trailer-button-prev,
.trailer-button-next {
  background: #1eb9ee;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    display: none;
  }
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
  .trailer-button-prev:hover,
  .trailer-button-next:hover {
    background: #1eb9ee;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

@media screen and (min-width: 960px) {
  .top-bottom-btn {
    display: flex;
    justify-content: center;
  }
}

.bnr-container {
  padding: 0 0 40px;
}
.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 75%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 33.3333333333%;
    transition: opacity 0.4s ease;
    max-width: 250px;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

#mvtk-widgets-container {
  margin: 0 auto;
}

/*-------------------------------

#news

-------------------------------*/
.news-wrap {
  background: #fff;
  padding: 20px 5%;
  border: 1px solid #d3f4ff;
  margin: 50px 5%;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 60px auto 0;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  font-size: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 10px 0;
  color: #1eb9ee;
  line-height: 1.4;
  border-top: 1px solid #ebf0f2;
  border-bottom: 1px solid #ebf0f2;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #ebf0f2;
    transition: all 0.4s ease;
  }
}

.news-date {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  background: #1eb9ee;
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: small;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
}

/*-------------------------------

#fotter

-------------------------------*/
#footer {
  background: #ebf0f2;
  position: relative;
  padding: 40px 5%;
}/*# sourceMappingURL=style.css.map */