@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;
  scroll-padding-top: 80px;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@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;
}

*::selection {
  color: #fff;
  background: #8bd5f7;
}

.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;
  right: 0;
  top: 0;
  z-index: 666;
  width: 100%;
}

#drawer-btn {
  position: absolute;
  z-index: 999;
  top: 8px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  padding: 12px 11px 11px 12px;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 70px;
    height: 70px;
    top: 20px;
    bottom: auto;
    right: 20px;
    padding: 21px 11px;
  }
}
#drawer-btn.has-border {
  /* borderを表示するためのクラス */
  border: #8bd5f7 1px solid;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #05adfa;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

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

.drawer-line {
  width: 25px;
  height: 3px;
  background: #05adfa;
  display: block;
  margin: 0 auto 4px 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: 30px;
  }
}

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

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

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

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

@nav

-------------------------------*/
#nav {
  font-size: 14px;
  display: flex;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #05adfa;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  z-index: 999;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
}

.sns {
  display: none;
}
@media screen and (min-width: 960px) {
  .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 100px;
  }
}

.sns-item {
  display: none;
}
@media screen and (min-width: 960px) {
  .sns-item {
    display: block;
    margin: 0 10px;
    color: #fff;
    background: #05adfa;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: all 0.4s ease;
    padding: 26px;
  }
  .sns-item:hover {
    background: #fba879;
    color: #fff;
  }
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-image: url(../img/teaser/bg.png);
  background-repeat: repeat;
  opacity: 1;
  padding: 30px 0 0 0;
  display: none;
}
@media screen and (min-width: 960px) {
  #drawer-container {
    padding: 50px 0 0 0;
  }
}

#drawer-container-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #drawer-container-inner {
    padding: 6% 0;
  }
}

#drawer-nav-container {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #05adfa;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
}

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

.drawer-nav-btn {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #05adfa;
  text-decoration: none;
  display: block;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    height: 80px;
    line-height: 80px;
  }
}
.drawer-nav-btn:hover {
  color: #fba879;
}

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

#footer

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#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: #e63663;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  aspect-ratio: 1.154;
  --_g: no-repeat radial-gradient(farthest-side, #05adfa 90%, #0000);
  background: var(--_g) 50% 0, var(--_g) 0 100%, var(--_g) 100% 100%;
  background-size: 35% 40.39%;
  animation: l16 1s infinite;
}

@keyframes l16 {
  50%, 100% {
    background-position: 100% 100%, 50% 0, 0 100%;
  }
}
/*-------------------------------

@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: 20px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
  background: #fba879;
  color: #fff;
}
.sns-btn:hover .share-link-btn {
  color: #fff !important;
}

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

.share-link-btn {
  display: block;
  color: #05adfa;
  transition: all 0.4s ease;
}

.custom-facebook-btn {
  transform: scale(1.2);
}

.custom-line-btn {
  transform: scale(1.4);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
}

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

@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

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

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

animation

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

.fadein {
  opacity: 0;
  transform: translate(0px, 10px);
  transition: all 2s ease;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.top-main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-main {
    overflow: hidden;
    width: 100vw;
    height: 60vw;
  }
}

@media screen and (min-width: 960px) {
  .main-img {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ttl {
  position: absolute;
  width: 36%;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.ttl.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .ttl {
    width: 16%;
    top: 25%;
  }
}

.copy0 {
  position: absolute;
  width: 11.5%;
  right: 1%;
  top: 10.5%;
  opacity: 0;
}
.copy0.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .copy0 {
    width: 6.5%;
    right: 4%;
    top: auto;
    bottom: 2%;
    opacity: 0;
  }
  .copy0.show {
    animation: show 1s ease-in-out forwards;
  }
}

.tiff {
  position: absolute;
  width: 35%;
  bottom: 0%;
  left: 1%;
  opacity: 0;
}
.tiff.show {
  animation: show 1s ease-in-out forwards;
}
@media screen and (min-width: 960px) {
  .tiff {
    width: 250px;
    top: auto;
    bottom: 1%;
    left: 1%;
    opacity: 0;
  }
  .tiff.show {
    animation: show 1s ease-in-out forwards;
  }
}

.top-kaku {
  padding: 10px 0;
}
@media screen and (min-width: 960px) {
  .top-kaku {
    padding: 15px 0;
  }
}

.top-bottom {
  background: url(../img/teaser/bg.png);
  padding: 20px 5%;
}
@media screen and (min-width: 960px) {
  .top-bottom {
    padding: 26px 5%;
  }
}

.copy1 {
  width: 100%;
  margin: 0 auto 1.5rem;
  max-width: 486px;
}
@media screen and (min-width: 960px) {
  .copy1 {
    width: 47%;
    margin: 0 auto 2.5rem;
    max-width: 600px;
  }
}

.billing {
  margin: 0 auto 2rem;
  width: 90%;
  max-width: 486px;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 50%;
    max-width: 600px;
  }
}

.sns-sp {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .sns-sp {
    display: none;
  }
}

.sns-sp-item {
  margin: 0 10px;
  color: #fff;
  background: #05adfa;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  transition: all 0.4s ease;
  padding: 26px;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .sns-sp-item {
    display: none;
  }
}

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

#news

-------------------------------*/
.news-wrap {
  background: #fff;
  margin-top: 30px;
  padding: 20px 5%;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 30px 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: #05adfa;
  line-height: 1.4;
  border-top: 1px solid #8bd5f7;
  border-bottom: 1px solid #8bd5f7;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #8bd5f7;
    transition: all 0.4s ease;
  }
  .news-item:hover {
    color: #fba879;
  }
}

.news-date {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
  }
}

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

.news-btn {
  background: #8bd5f7;
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    background: #fba879;
    color: #fff;
  }
}

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

.btn-container {
  margin: 30px auto;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .btn-container {
    margin: 30px 15px;
  }
}
.btn-container a {
  display: block;
  background: #8bd5f7;
  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: #fba879;
    color: #fff;
  }
}

.bnr-container {
  padding: 0 0 20px;
}
.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 70%;
}
@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: 20%;
    transition: opacity 0.4s ease;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

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

#movie

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

#trailer-ttl {
  position: relative;
  display: inline-block;
}
#trailer-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #trailer-ttl::before {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 90px;
  }
}

.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;
}

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    position: relative;
  }
  .trailer-pc-modaal:hover {
    transform: scale(1.1);
  }
}

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

#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 20px;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #05adfa;
  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: #888;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #646464;
}

.trailer-button-prev,
.trailer-button-next {
  background: #8bd5f7;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
.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: #05adfa;
  }
}

.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% - 30px);
  }
}

.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% - 30px);
  }
}

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

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

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 36px;
  bottom: 20px;
  top: auto;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 36px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
    display: none;
  }
  .swiper-button-prev:after:hover,
  .swiper-button-next:after:hover {
    background: #05adfa;
  }
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/common/arrow_left.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/common/arrow_right.svg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #b2d3ec;
}

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

contents

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

.contents-ttl-wrap {
  position: relative;
  text-align: center;
}

.contents-ttl {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #05adfa;
  text-align: center;
  font-size: 2em;
}

.content-img-flex {
  display: flex;
}
.content-img-flex img {
  width: 50%;
}
.content-img-flex img:first-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .content-img-flex img:first-child {
    margin-bottom: 10rem;
  }
}
.content-img-flex img:last-child {
  margin-top: 3rem;
}
@media screen and (min-width: 960px) {
  .content-img-flex img:last-child {
    margin-top: 10rem;
  }
}

.small {
  display: block;
  font-size: 0.8em;
}
@media screen and (min-width: 960px) {
  .small {
    display: inline-block;
  }
}

.ph1-wrap {
  position: relative;
}

.ph1 {
  margin: 100px 0 0;
  width: 100%;
  height: 53.3333333333vw;
  background: url(../img/intro_story/gallery01.png) repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: ph1-sp 60s linear infinite;
}
@media screen and (min-width: 960px) {
  .ph1 {
    height: 28.59375vw;
    animation: ph1 100s linear infinite;
  }
}

@keyframes ph1-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1264px 0;
  }
}
@keyframes ph1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3792px 0;
  }
}
.ph1-item1 {
  width: 40vw;
  height: auto;
  position: absolute;
  top: 7%;
  left: 4%;
  animation: ph1-item1 30s ease infinite;
}
@media screen and (min-width: 960px) {
  .ph1-item1 {
    width: 21.875vw;
    top: 11%;
    left: 13%;
  }
}

@keyframes ph1-item1 {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  6% {
    opacity: 1;
    filter: blur(0px);
  }
  19% {
    opacity: 1;
    filter: blur(0px);
  }
  32% {
    opacity: 1;
    filter: blur(0px);
  }
  45% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.ph1-item2 {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 7%;
  right: 4%;
  animation: ph1-item2 30s ease infinite;
}
@media screen and (min-width: 960px) {
  .ph1-item2 {
    width: 21.875vw;
    bottom: 13%;
    right: 30%;
  }
}

@keyframes ph1-item2 {
  0% {
    opacity: 0;
  }
  19% {
    opacity: 0;
    filter: blur(10px);
  }
  31% {
    opacity: 1;
    filter: blur(0px);
  }
  44% {
    opacity: 1;
    filter: blur(0px);
  }
  57% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.ph1-item3 {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 13%;
  left: 3%;
  animation: ph1-item3 30s ease infinite;
}
@media screen and (min-width: 960px) {
  .ph1-item3 {
    width: 21.875vw;
    bottom: 4%;
    left: 20%;
  }
}

@keyframes ph1-item3 {
  0% {
    opacity: 0;
  }
  26% {
    opacity: 0;
  }
  39% {
    opacity: 0;
    filter: blur(10px);
  }
  52% {
    opacity: 1;
    filter: blur(0px);
  }
  65% {
    opacity: 1;
    filter: blur(0px);
  }
  78% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.ph1-item4 {
  width: 40vw;
  height: auto;
  position: absolute;
  bottom: 46%;
  right: 3%;
  animation: ph1-item4 30s ease 0s infinite;
}
@media screen and (min-width: 960px) {
  .ph1-item4 {
    width: 21.875vw;
    bottom: 33%;
    right: 8%;
  }
}

@keyframes ph1-item4 {
  0% {
    opacity: 0;
  }
  39% {
    opacity: 0;
  }
  52% {
    opacity: 0;
    filter: blur(10px);
  }
  65% {
    opacity: 1;
    filter: blur(0px);
  }
  78% {
    opacity: 1;
    filter: blur(0px);
  }
  91% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------

#intro

-------------------------------*/
.bg-intro_story {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.bg-intro_story:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/intro_story/intro_bg.jpg) no-repeat top center;
  background-size: cover;
}

#intro {
  padding: 0 0 67px;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 0 0 100px;
    text-align: center;
  }
}
#intro .txt-container {
  margin: 0 auto 7%;
  width: 91%;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #intro .txt-container {
    width: 67%;
    max-width: 1280px;
  }
}
#intro .txt-container p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.intro-ttl {
  position: relative;
  display: inline-block;
}
.intro-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon_w.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .intro-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

.intro-inner-visual01 {
  margin-bottom: 12.5%;
}
@media screen and (min-width: 960px) {
  .intro-inner-visual01 {
    margin-bottom: 5.5%;
  }
}

.intro .contents-ttl-wrap {
  margin-bottom: 5%;
}
@media screen and (min-width: 960px) {
  .intro .contents-ttl-wrap {
    margin-bottom: 3%;
  }
}

.intro .intro-lead-txt {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 1440px;
}
@media screen and (min-width: 960px) {
  .intro .intro-lead-txt {
    margin: 0 auto 60px;
  }
}
.intro .intro-lead-txt img {
  width: 90%;
}

.intro-txt0 {
  color: #05adfa;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.intro-txt1 {
  color: #05adfa;
  text-align: center;
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.4;
}

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

# story

-------------------------------*/
.story .story-ttl {
  margin-bottom: 2rem;
}
.story .txt-container {
  text-align: center;
  width: 91%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .story .txt-container {
    width: 100%;
  }
}
.story .txt-container p {
  line-height: 1.8;
  margin-bottom: 7%;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .story .txt-container p {
    text-align: center;
    margin-bottom: 3%;
  }
}

.story-ttl {
  position: relative;
  display: inline-block;
}
.story-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon_w.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .story-ttl::before {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 90px;
  }
}

.story-text {
  line-height: 1.5;
  font-size: 1.5rem;
  text-align: center;
  color: #05adfa;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .story-text {
    font-size: 2rem;
  }
}

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

#comment

-------------------------------*/
#cast {
  padding-top: 20%;
}
@media screen and (min-width: 960px) {
  #cast {
    padding-top: 8.5%;
  }
}

#staff {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #staff {
    padding: 120px 0 0;
  }
}

.comment-ttl-l {
  position: relative;
  display: inline-block;
}
.comment-ttl-l::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .comment-ttl-l::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

.comment-ttl-r {
  position: relative;
  display: inline-block;
}
.comment-ttl-r::before {
  content: "";
  position: absolute;
  top: -24px;
  right: -40px;
  width: 60px;
  height: 60px;
  background: url(../img/teaser/ttl_icon.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .comment-ttl-r::before {
    top: -40px;
    right: -60px;
    width: 90px;
    height: 90px;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-cast {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.comment-list-cast02 {
  max-width: 870px;
}
.comment-list-cast02 li {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .comment-list-cast02 li {
    width: 33%;
  }
}
.comment-list-cast02 li .comment-btn-img {
  width: 48%;
}
@media screen and (min-width: 960px) {
  .comment-list-cast02 li .comment-btn-img {
    width: 68%;
  }
}
.comment-list-cast03 {
  max-width: 1100px;
}
.comment-list-cast03 li {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .comment-list-cast03 li {
    width: 25%;
  }
}
.comment-list-cast03 li .comment-btn-img {
  width: 48%;
}
@media screen and (min-width: 960px) {
  .comment-list-cast03 li .comment-btn-img {
    width: 71%;
  }
}

@media screen and (min-width: 960px) {
  .comment-list-staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 800px;
  }
  .comment-list-staff li {
    width: 26%;
    margin: 0 20px;
  }
}

.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-img {
  width: 50%;
  margin: 0 auto 1rem;
}

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

.comment-box-img {
  width: 62%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 960px) {
  .comment-box-img {
    width: 22%;
  }
}

.modaal-content-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-fullscreen .modaal-close {
  background: #8bd5f7;
}

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

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

.comment-box-inner {
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    max-width: 960px;
    padding: 60px 30px;
  }
}

.comprof {
  color: #8bd5f7;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  transition: all 0.4s ease;
}

.comment-txts {
  padding: 22px 10px;
  text-align: left;
  position: relative;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .comment-txts {
    padding: 0 30px;
  }
}
.comment-txts::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: #8bd5f7;
  height: 1px;
  width: 20px;
}
.comment-txts::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  background: #8bd5f7;
  height: 100px;
  width: 1px;
}

.comment-txts-ttl {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #05adfa;
  font-size: 1.1em;
  margin-bottom: 10px;
  text-align: left;
}

.comment-txts-txt {
  position: relative;
}
.comment-txts-txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  background: #8bd5f7;
  height: 1px;
  width: 20px;
}
.comment-txts-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  background: #8bd5f7;
  height: 100px;
  width: 1px;
}

.comment-name {
  display: inline-block;
  color: #05adfa;
  font-weight: bold;
  font-size: 1.4em;
  background: url(../img/teaser/fukidashi0.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 1em;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.comment-name .role {
  font-size: 0.8em;
}

.comment-list-cast li:nth-child(6) .comment-name {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.prof-box {
  position: relative;
  margin: 20px auto;
  padding: 20px 10px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 40px auto;
    padding: 30px 30px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}

.prof-ttl {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #05adfa;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.comment-director {
  background: url(../img/teaser/fukidashi1.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.comment-original {
  background: url(../img/teaser/fukidashi2.png) no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.ph2-wrap {
  position: relative;
}

.ph2 {
  margin: 100px 0 0;
  width: 100%;
  height: 49.6vw;
  background: url(../img/intro_story/gallery02.png) repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: ph2-sp 100s linear infinite;
}
@media screen and (min-width: 960px) {
  .ph2 {
    height: 22.34375vw;
    animation: ph2 100s linear infinite;
  }
}

@keyframes ph2-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2300px 0;
  }
}
@keyframes ph2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4600pX 0;
  }
}
.ph2-item1 {
  width: 26.6666666667vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 6%;
  animation: ph2-item1 30s ease infinite;
}
@media screen and (min-width: 960px) {
  .ph2-item1 {
    width: 11.71875vw;
    top: 0;
    left: 20%;
  }
}

@keyframes ph2-item1 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
    filter: blur(10px);
  }
  30% {
    opacity: 1;
    filter: blur(0px);
  }
  45% {
    opacity: 1;
    filter: blur(0px);
  }
  60% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.ph2-item2 {
  width: 32vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 10%;
  animation: ph2-item2 30s ease 0s infinite;
}
@media screen and (min-width: 960px) {
  .ph2-item2 {
    width: 17.1875vw;
    bottom: 0;
    right: 16%;
  }
}

@keyframes ph2-item2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
    filter: blur(10px);
  }
  60% {
    opacity: 1;
    filter: blur(0px);
  }
  70% {
    opacity: 1;
    filter: blur(0px);
  }
  80% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
.ph2-item3 {
  width: 24vw;
  height: auto;
  position: absolute;
  bottom: 52%;
  left: 35%;
  animation: ph2-item3 30s ease infinite;
}
@media screen and (min-width: 960px) {
  .ph2-item3 {
    width: 11.71875vw;
    bottom: 52%;
    left: 45%;
  }
}

@keyframes ph2-item3 {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
    filter: blur(10px);
  }
  80% {
    opacity: 1;
    filter: blur(0px);
  }
  90% {
    opacity: 1;
    filter: blur(0px);
  }
  95% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------

# Original

-------------------------------*/
.bg-ori_music {
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
  background-color: transparent;
}
.bg-ori_music:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/ori_music/bg_sp.jpg) no-repeat top center;
  background-size: 100% 100%;
}
@media screen and (min-width: 960px) {
  .bg-ori_music:before {
    background: url(../img/ori_music/bg.jpg) no-repeat top center;
    background-size: cover;
  }
}

.original-box {
  margin: 20px auto;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .original-box {
    margin: 50px auto 20px;
  }
}

#original {
  padding: 120px 0;
}

.original-ttl {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 960px) {
  .original-ttl {
    margin-bottom: 2rem;
    font-size: 1.375em;
  }
}

.original-link {
  width: 220px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 960px) {
  .original-link {
    width: 240px;
  }
}
.original-link a {
  width: 100%;
  display: inline-block;
  background-color: #05adfa;
  border-radius: 30px;
  padding: 16px 35px;
  text-decoration: none;
  transition: all 0.4s ease;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .original-link a {
    padding: 14px 35px;
  }
}
.original-link a:hover {
  opacity: 0.7;
}

.original-img {
  margin: 10px auto;
  width: 48%;
  max-width: 240px;
}
@media screen and (min-width: 960px) {
  .original-img {
    margin: 20px auto 15px;
    width: 60%;
  }
}

.original-att {
  font-size: 10px;
  margin-bottom: 1.75rem;
}

#music {
  padding-bottom: 100px;
  text-align: center;
}
#music .contents-ttl {
  margin-bottom: 3.5rem;
}

.music-subttl {
  text-align: center;
  color: #05adfa;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  margin-bottom: 5rem;
  position: relative;
  display: inline-block;
  width: 80%;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .music-subttl {
    width: 50%;
    font-size: 1.25rem;
  }
}
.music-subttl:before {
  content: "";
  width: 28%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #05adfa;
}
@media screen and (min-width: 960px) {
  .music-subttl:before {
    width: 35%;
  }
}
.music-subttl:after {
  content: "";
  width: 28%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #05adfa;
}
@media screen and (min-width: 960px) {
  .music-subttl:after {
    width: 35%;
  }
}

.music-contents {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 6rem;
}

.music-contents-01 .music-img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 280px;
}
.music-contents-01 .music-link {
  width: 300px;
  margin: 0 auto 1.75rem;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .music-contents-01 .music-link {
    width: 340px;
    margin: 0 auto 1.5rem;
    line-height: 1.5;
  }
}
.music-contents-01 .music-link a {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 1rem;
  color: #05adfa;
  font-weight: bold;
  border: #05adfa 1px solid;
}
@media screen and (min-width: 960px) {
  .music-contents-01 .music-link a {
    padding: 10px 18px;
    font-size: 0.875rem;
  }
}
.music-contents-01 .music-link a:hover {
  opacity: 0.7;
}

.music-contents-02 {
  max-width: 1100px;
  margin: 0 auto;
}

.music-contents-item {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .music-contents-item {
    width: 40%;
  }
}

.music-contents-item-01 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  .music-contents-item-01 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .music-contents-item-02 .music-text {
    margin-bottom: 3rem;
  }
}

.music-ttl {
  color: #05adfa;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.music-text {
  line-height: 1.8;
  font-weight: 700;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 1rem;
}

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

#footer

-------------------------------*/
#footer {
  background: url(../img/teaser/bg.png);
  padding: 30px 5%;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 60px 5%;
  }
}

.staffbilling {
  margin: 0 auto;
  width: 100%;
  max-width: 628px;
}

.share-container {
  margin: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}