@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);
/*---------------------------- リセット  style < _reset ----------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

hr {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

@keyframes fadeanim {
  0% {
    opacity: .7;
  }
  1% {
    opacity: .8;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: .8;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: .9;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: .7;
  }
}
@keyframes fadeanim2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------- 基本設定 --------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  height: 100%;
}

body {
  min-width: 320px;
  height: 100%;
  background: #d6d3c5;
  color: #333333;
  font-family: raleway,"Helvetica Neue",Helvetica,Arial,"Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic;
  font-size: 2.2rem;
  font-weight: 200;
  text-align: center;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 1px;
}

/*最大幅を固定する要素用*/
.container {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

/*リンク関係*/
body:not(.notpc) a.underline:hover:after, body:not(.notpc) span.underline:hover:after {
  left: 0;
  width: 100%;
}

a, span {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a.underline, span.underline, span.underline > a {
  /*下線のアニメーション付き*/
  display: inline-block;
  position: relative;
  //padding: 10px 0;
  padding: 4px 0;
  color: #ffffff;
  letter-spacing: 2px;
  cursor: pointer;

}
a.underline:after, span.underline:after {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: white;
  content: " ";
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a.boxline, span.boxline {
  /*背景色ごと変わるアニメーション付き*/
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 5px;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a.boxline > span, span.boxline > span {
  min-width: 160px;
  width: 200px;
  display: inline-block;
  position: relative;
  z-index: 5;
  margin-left: 1px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}
a.boxline:before, span.boxline:before {
  position: absolute;
  top: -5%;
  left: -190%;
  width: 150%;
  height: 110%;
  background: #ffffff;
  content: "";
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  transform-origin: top right;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
a.boxline:hover, span.boxline:hover {
  color: #000000;
}
a.boxline:hover:before, span.boxline:hover:before {
  left: -35%;
}

/*エフェクト関係*/
.js_move {
  /*スクロールで表示領域に入ったら指定した要素をフェードイン*/
  opacity: 0;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.js_move.onmv {
  opacity: 1;
}

/*-------------------------- 詳細設定：通常時 --------------------------*/
/*ヘッダ・内容の大枠（+フッタ）・メニュー*/
body > header {
  /*ヘッダ*/
  position: absolute;
  z-index: 3;
  //z-index: 4;
  width: 100%;
  background: transparent;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body > header > div {
  display: table;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 42px;
  padding: 10px 0;
}
body > header > div > span {
  /*ロゴ*/
  display: table-cell;
  position: relative;
  padding-left: 10px;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
body > header > div > span > span.logo_white {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 1;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body > header > div > span > span.logo_black {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body > header > div > a {
  /*メニューボタン*/
  display: table-cell;
  position: relative;
  width: 60px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
body > header > div > a > div {
  display: block;
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 20px;
  width: 35px;
  height: 20px;
  cursor: pointer;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body > header > div > a > div > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body > header > div > a > div > span:nth-of-type(1) {
  top: 0;
}
body > header > div > a > div > span:nth-of-type(2) {
  top: 9px;
}
body > header > div > a > div > span:nth-of-type(3) {
  top: 18px;
}
body > header.fixed {
  /*スクロールされていたら*/
  position: fixed;
  background: #ffffff;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body > header.fixed > div > span {
  /*ロゴ*/
}
body > header.fixed > div > span > span.logo_white {
  top: 0;
  opacity: 0;
}
body > header.fixed > div > span > span.logo_black {
  top: 0;
  opacity: 1;
}
body > header.fixed > div > a {
  /*メニューボタン*/
}
body > header.fixed > div > a > div > span {
  background: #000000;
}
body > header.fixed:before {
  height: 100%;
  background: #ffffff;
}
body > #basewrapper {
  /*内容の大枠（+フッタ）*/
  position: relative;
  min-height: 100%;
  height: auto;
  text-align: center;
}
body > #basewrapper > #mainarea {
  margin: auto;
  padding-bottom: 45px;
  /*footer分開ける +で余白を付けたければ*/
}
body > #basewrapper > footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
body > #basewrapper > footer > div {
  position: relative;
  height: 100%;
}
body > #basewrapper > footer > div > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  line-height: 1em;
}
body > nav {
  /*メニュー*/
  position: fixed;
  //z-index: 2;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8d94c7;
  opacity: 0;
  overflow-y: scroll;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body > nav > div {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body > nav > div.top {
  /*上からくる*/
  top: -100%;
}
body > nav > div.bottom {
  /*下からくる*/
  top: 100%;
}
body > nav > div > ul {
  //display: -webkit-flex;
  //display: flex;
  //overflow-y: scroll;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 120ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
  -o-transition: all 120ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
  -webkit-transition: all 120ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 320ms;
  transition: all 120ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
}
body > nav > div > ul > li {
  list-style-type: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
body > nav > div > ul > li > a, body > nav > div > ul > li > span {
  color: #ffffff;
  font-size: 3.8rem;
}
body > nav > div.f1 {
  display: none;
}
body > nav > div.f1 > span {
  display: block;
  position: absolute;
  top: 66px;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ffffff;
  opacity: 0;
  color: #ffffff;
  font-size: 40px;
  cursor: pointer;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body > nav > div.f1 > span:hover {
  padding: 10px 0 30px;
  opacity: 1;
}
body > nav > div.open {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
}
body > nav > div.open.top, body > nav > div.open.bottom {
  top: 0;
}
body > nav > div.open.f1 {
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 320ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
body > nav > div.open.f1 > span {
  opacity: 1;
}
body > nav > div.open.f1 > ul {
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 320ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 320ms;
}
body > nav > div.open > ul {
  opacity: 1;
}
body > nav.bgc_f1 {
  /*followを開いているとき*/
  background: #73a99f;
}
body #popup {
  /* background: #ffffff; */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* padding: 50px; */
  padding: 0;
  /* margin: 140px auto 0; */
  margin: 10px auto;
  /* max-width: 900px; */
  max-width: 1600px;
  height: 98%;
  position: relative;
}
body #popup.mfp-hide {
  display: none;
}
body #popup .mfp-close {
  display: block;
  position: absolute;
  z-index: 6;
  width: 35px;
  height: 35px;
  cursor: pointer;
  /* top: -60px; */
  top: 5px;
  /* right: 30px; */
}
body #popup > div > img {
  width: 100%;
  /* 2019/01/11 追加 */
  /* height: 100%;
  max-height: 1200px; */
}
body #popup > div.image {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 40%;
}
body #popup > div.text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 20px 0 40px;
}
body #popup > div.text > p > a, body #popup > div.text > p > span {
  font-weight: 400;
  color: #9a805a;
  margin: 20px 25px 0;
}
body #popup > div.text > p > a:after, body #popup > div.text > p > span:after {
  background: #9a805a;
}
body .mfp-bg {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
  height: 100%;
}
body .mfp-wrap {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  /* 2019/01/11 追加 */
  height: 100%;
}
body .mfp-wrap .mfp-container {
  position: relative;
  z-index: 5;
  /* 2020/03/10 */
  /* width: 95%;
  margin: auto; */
  width: 100%;
  height: 100%;
}
body .mfp-wrap .mfp-container .mfp-content {
  height: 100%;
}
body .mfp-wrap .mfp-preloader {
  display: none;
}
body .mfp-wrap iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100% !important;
  height: 80% !important;
  max-height: 700px !important;
}
body .mfp-wrap .mfp-close {
  display: block;
  position: absolute;
  z-index: 6;
  width: 35px;
  height: 35px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
body .mfp-wrap .mfp-close > div {
  display: block;
  position: relative;
}
body .mfp-wrap .mfp-close > div > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
body .mfp-wrap .close-bk > div > span {
  background: #000000;
}
body .mfp-wrap .mfp-close > div > span:nth-of-type(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-close > div > span:nth-of-type(2) {
  top: 19px;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
body .mfp-wrap .mfp-close > div > span:nth-of-type(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*内容*/
body .section {
  /*共通指定*/
  position: relative;
  min-height: 500px;
  color: #ffffff;
}
body .section.nomove {
  min-height: auto;
  height: auto !important;
}
body .section.nomove:before, body .section.nomove:after {
  display: none;
}
body .section.nomove > div, body .section.nomove > ul {
  top: 0;
  opacity: 1;
}
body .section.nomove:hover > div, body .section.nomove:hover > ul {
  top: 0;
  opacity: 1;
}
body .section > div, body .section > ul {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  top: 30px;
  height: 100%;
  opacity: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body .section > div > div, body .section > div > li, body .section > ul > div, body .section > ul > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
body .section > div > div h1, body .section > div > div h2, body .section > div > div p, body .section > div > li h1, body .section > div > li h2, body .section > div > li p, body .section > ul > div h1, body .section > ul > div h2, body .section > ul > div p, body .section > ul > li h1, body .section > ul > li h2, body .section > ul > li p {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 3.5rem;
  font-weight: 200;
  word-break: break-word;
}
body .music_01 > div > div p {
  text-shadow: none !important;
}
body .section.left > div, body .section.left > ul {
  flex-direction: row;
  -webkit-flex-direction: row;
}
body .section.right > div, body .section.right > ul {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
body .section:before {
  /*背景(被せる用)*/
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  content: "";
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body .section:after {
  /*背景*/
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  content: "";
}
body .section:hover > div, body .section:hover > ul {
  top: 0;
  opacity: 1;
}
body .section:hover:before {
  opacity: .3;
}
body .section .linkpoint {
  position: absolute;
  top: -60px;
}
body .section {
  /*種類別指定*/
}
body .section[class*="view_"] > div > div {
  letter-spacing: 10px;
}
body .section[class*="music_"] {
  /* background: #e1ebe8; */
  background: url(../img/release_bg.jpg) center center/cover no-repeat;
}
body .section[class*="music_"] > div > div.text {
  padding: 0 8px;
  color:#000000;
}
body .section[class*="music_"] > div > div.text p span{
  display:inline-block;
  font-size: 80%;
  margin-left: 10px;
}
body .section[class*="music_"] > div > div.text p{
  padding:10px 0;
}
body .section[class*="music_"] > div > div.text p:first-child{
  padding:0 0 0;  
}
body .section[class*="music_"] > div > div.text a {
  /* color: #000000; */
  color: #f7cd71;
  margin: 0 15px;
}
body .section[class*="music_"] > div > div.text a:after {
  /* background: #666666; */
  background: #f8d68d
}
body .section[class*="music_"] > div > div.image {
  max-width: 50%;
}
body .section[class*="music_"] > div > div.image > img {
  width: 100%;
}
body .section[class*="play_"] > .container {
  position: absolute;
}
body .section[class*="play_"] > .container > div h2 {
  margin-bottom: 10px;
}
body .section[class*="play_"] > .container > div h2 span {
  display: inline-block;
  padding: 0 10px;
}
body .section[class*="play_"] > .container.open {
  position: relative;
}
body .section[class*="play_"] > .js_content {
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  display: none;
  z-index: 0;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body .section[class*="play_"] > .js_content .youtube {
  position: relative;
  width: 100%;
  height: 100%;
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn {
  display: block;
  position: absolute;
  z-index: 3;
  width: 35px;
  height: 35px;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn > div {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  top: 18px;
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn > div > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn > div > span:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn > div > span:nth-of-type(2) {
  top: 9px;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
body .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn > div > span:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .section[class*="play_"] > .js_content .youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  max-height: 700px !important;
}
body .section[class*="play_"] > .js_content.open {
  z-index: 3;
  opacity: 1;
  display: block;
  pointer-events: auto;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body .section[class*="follow_"] > ul > li > a {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 2.2rem;
}
body .section {
  /*個別指定（画像や透過の調整等）*/
}
body .section.view_01:after {
  background: url(../img/bg001.jpg) no-repeat 80% center;
  background-size: cover;
  animation: fadeanim2 10s infinite linear;
  -ms-animation: fadeanim2 10s infinite linear;
  -webkit-animation: fadeanim2 10s infinite linear;
  -moz-animation: fadeanim2 10s infinite linear;
}
body .section.members_01:after {
  /* background: url(../img/bg002.jpg) no-repeat center center; */
  background: url(../img/bg002.jpg) no-repeat 70% center;
  background-size: cover;
  animation: fadeanim 40s infinite linear;
  -ms-animation: fadeanim 40s infinite linear;
  -webkit-animation: fadeanim 40s infinite linear;
  -moz-animation: fadeanim 40s infinite linear;
}
body .section.play_01:hover:before,
body .section.play_02:hover:before,
body .section.play_03:hover:before {
  opacity: .5;
}
body .section.play_01:after,
body .section.play_02:after,
body .section.play_03:after {
  background: url(../img/bg004.jpg) no-repeat center center;
  background-size: cover;
  animation: fadeanim2 15s infinite linear;
  -ms-animation: fadeanim2 15s infinite linear;
  -webkit-animation: fadeanim2 15s infinite linear;
  -moz-animation: fadeanim2 15s infinite linear;
}
body .section.play_02:after {
  background: url(../img/bg007.jpg) no-repeat center center;
}
body .section.play_03:after {
/*   background: url(../img/bg008.jpg) no-repeat center center; */
  background: url(../img/bg008.jpg) no-repeat center center;
  background-size: cover;
}
body .section.follow_01:hover:before {
  opacity: .4;
}
body .section.follow_01:after {
  background: url(../img/bg003.jpg) no-repeat center center;
  background-size: cover;
  animation: fadeanim 30s infinite linear;
  -ms-animation: fadeanim 30s infinite linear;
  -webkit-animation: fadeanim 30s infinite linear;
  -moz-animation: fadeanim 30s infinite linear;
}

/*内容*/
/*PC以外の環境用補正（hoverしないと表示されない文字要素などを常時表示化）*/
body.notpc .underline:active:after {
  left: 0;
  width: 100%;
}
body.notpc .mfp-wrap iframe {
  max-height: 70% !important;
}
body.notpc .section > div, body.notpc .section > ul {
  top: 0;
  opacity: 1;
}
body.notpc .section:before {
  opacity: .3;
}
body.notpc .section.follow_01:before {
  opacity: .4;
}
body.notpc .section[class*="play_"] > .js_content .youtube > .js_contentclosebtn {
  display: none;
}

/*-------------------------- 詳細設定：メニュー表示中 --------------------------*/
/*ヘッダ・メニュー　※内容の大枠（+フッタ）はJSでCSS強制的に修正するため記述なし*/
body.open {
  overflow: hidden;
}
body.open > header {
  background: transparent;
}
body.open > header.fixed {
  /*スクロールされていたら*/
  background: transparent;
}
body.open > header.fixed div > span, body.open > header.fixed div > a {
  color: #ffffff;
}
body.open > header.fixed div > span > a.logo_white, body.open > header.fixed div > a > a.logo_white {
  top: 0;
  opacity: 1;
  -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
body.open > header.fixed div > span > a.logo_black, body.open > header.fixed div > a > a.logo_black {
  top: -60px;
  opacity: 0;
}
body.open > header.fixed:before {
  height: 0;
  background: #7077a9;
}
body.open > header > div > a > div {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.open > header > div > a > div > span {
  background: #ffffff;
}
body.open > header > div > a > div > span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open > header > div > a > div > span:nth-of-type(2) {
  top: 9px;
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
body.open > header > div > a > div > span:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.open > nav {
  opacity: 1;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
body.open > nav > div.f1 {
  display: block;
}


/*-------------------------- 2019/01/09 追加 --------------------------*/
.live__contents {
  width: 100%;
  display: flex;
}
.live__contents a.underline,.live__contents span.underline {
  color: #f5cd76;
}
.live__contents a.underline:after, .live__contents span.underline:after {
  background: #f5cd76;
}
.live__left {
  width: 50%;
}
.live__left img {
  width: 100%;
}
.live_right {
  width: 50%;
  position: relative;
  background: url(../img/live_bg_02.jpg) center center/cover no-repeat;
}
.live__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8rem;
  color: #f5cd76;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

body #popup>div.imgae__only {
  /* -webkit-flex-grow: 1;
  flex-grow: 1; */
  max-width: 100%;
  /* 2019/01/11 追加 */
  height: 100%;
}
body #popup>div.imgae__only img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  body #popup>div.imgae__only {
    height: auto;
  }
}

/*-------------------------- 2020/03/06 追加 --------------------------*/
.musiccontents {
  display: flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.musiccontents img {
  width: 100%;
}
.musiccontents__left,.musiccontents__right {
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.musiccontents__text {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.musiccontents__text span {
  display: table-cell;
  vertical-align: middle;
}
.musiccontents__text a {
  color: #f7cd71;
  margin: 0 15px;
  /* 2020/03/11 */
  text-shadow: 1px 1px 3px #000;
}
.musiccontents__text a:after {
  background: #f8d68d;
}

.follow_01 ul.container {
  flex-wrap: wrap;
  max-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

body .section.viewphotos:after {
  /* background: url(../img/bg005.jpg) no-repeat center center; */
  background: url(../img/bg005.jpg) no-repeat 80% center;
  background-size: cover;
  animation: fadeanim 30s infinite linear;
  -ms-animation: fadeanim 30s infinite linear;
  -webkit-animation: fadeanim 30s infinite linear;
  -moz-animation: fadeanim 30s infinite linear;
}
.viewphotos a.boxline {
  margin-top: 10px;
}

.modal__viewphoto {
  display: none;
}
.modal__close {
  position: absolute; 
  top: 20px; 
  right: 20px;
  cursor: pointer;
}
.slick-lightbox-close {
  width: 20px;
  height: 20px;
}
.slick-lightbox-close img,
.slick-next img,
.slick-prev img {
  width: 100%;
}
.slick-lightbox-close:before,
.slick-next:before,
.slick-prev:before {
  content: none;
}
.slick-lightbox-slick-item-inner {
  max-width: 99.5%;
}
.slick-lightbox-slick-img {
  max-width: 100%;
}

body .timeline > .container > div h2 {
  margin-bottom: 10px;
}
body .section.timeline:after {
  background: url(../img/bg006.jpg) no-repeat center center;
  background-size: cover;
  animation: fadeanim 30s infinite linear;
  -ms-animation: fadeanim 30s infinite linear;
  -webkit-animation: fadeanim 30s infinite linear;
  -moz-animation: fadeanim 30s infinite linear;
}

.modal__contents {
  /* font-family: "Helvetica Neue",Helvetica,Arial,"Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic; */
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8d94c7;
  opacity: 0;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.modal__contents__inner {
  position: absolute;
  z-index: 1;
  top: -100%;
  left: 0;
  right: 0;
  width: 95%;
  height: 100%;
  margin: auto;
  opacity: 0;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.modal__contents__ttl {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: bold;
}
.modal__contents__inner .timeline__contents {
  margin: 20px 0;
  /* font-weight: bold; */
  color: #fff;
}
.modal__contents__inner .timeline__year {
  margin: 0;
  font-weight: normal;
}
.modal__contents__inner .timeline__detail {
  padding: 5px;
  box-sizing: border-box;
}
.timeline__photo {
  display: inline-block;
  cursor: pointer;
  color: #f9f9f9;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 8px;
  background: #222;
  text-decoration: underline;
}

.modal__close {
  opacity: 0;
  display: block;
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 20px;
}
.modal__close span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.modal__close span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal__close span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.modal__close span:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#aniimated-thumbnials,.aniimated-thumbnials {
  display: none;
}
.lg-sub-html, .lg-toolbar {
  background-color: transparent;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #8d94c7;
}
.lg-outer .lg-thumb-outer {
  background-color: transparent;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0,0,0,0);
  border-radius: 2px;
  color: #ffffff;
}
.lg-toolbar .lg-icon {
  color: #fff;
}
.lg-actions .lg-next:before {
  content: '＞';
}
.lg-actions .lg-prev:after {
  content: '＜';
}

/*-------------------------- timeline表示中 --------------------------*/
body.timeline-open .modal__contents {
  z-index: 4;
  opacity: 1;
  -moz-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -o-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  -webkit-transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0ms;
  transition: all 320ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}

body.timeline-open .modal__contents__inner {
  top: 0;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
body.timeline-open .modal__contents__inner::-webkit-scrollbar {
  display: none;
}
body.timeline-open .modal__close {
  opacity: 1;
}

/* .slick-prev, .slick-next {
	font-family: 'Open Sans', sans-serif;
	transform: scaleX(0.5);
	-webkit-transform: scaleX(0.5);
} */

@media screen and (max-width: 750px) {
  .musiccontents {
    display: block;
  }
  .musiccontents__left,.musiccontents__right {
    max-width: 100%;
  }
  .follow_01 ul.container {
    //max-height: 350px;
    flex-wrap: nowrap;
  }
  body .section[class*="follow_"] > ul > li {
    margin-bottom: 20px;
  }
  body .section > div > div h1, body .section > div > div h2, body .section > div > div p, body .section > div > li h1, body .section > div > li h2, body .section > div > li p, body .section > ul > div h1, body .section > ul > div h2, body .section > ul > div p, body .section > ul > li h1, body .section > ul > li h2, body .section > ul > li p {
    font-size: 2.8rem;
  }

  .modal__contents__inner {
    width: 98%;
  }
  .modal__contents__ttl {
    font-size: 2.5rem;
    margin-top: 30px;
  }
  .modal__contents__inner .timeline__detail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .musiccontents__text {
    font-size: 3rem !important;
  }
  body .section > div > div h1, body .section > div > div h2, body .section > div > div p, body .section > div > li h1, body .section > div > li h2, body .section > div > li p, body .section > ul > div h1, body .section > ul > div h2, body .section > ul > div p, body .section > ul > li h1, body .section > ul > li h2, body .section > ul > li p {
    font-size: 2.6rem;
  }
  a.boxline, span.boxline {
    font-size: 2rem;
  }
  body .section[class*="follow_"] > ul > li > a {
    font-size: 2rem;
  }
}

/*-------------------------- 幅による見た目の調整 --------------------------*/
/*極端に大きい画面の時（1700px以上）*/
@media screen and (min-width: 1700px) {
  html {
    font-size: 70%;
  }
}
/*小さめのウィンドウの時1（750px以下）*/
@media screen and (max-width: 750px) {
  /*最大幅を固定する要素用*/
  .container {
    max-width: none;
    width: 96%;
    padding-right: 2%;
    padding-left: 2%;
  }

  /*ヘッダ・メニュー*/
  body > nav > div > ul > li > a, body > nav > div > ul > li > span {
    font-size: 3rem;
  }
  .section > div > div h2 {
    font-size: 2.2rem;
  }

  /*内容*/
  body .section.right > div, body .section.right > ul, body .section.left > div, body .section.left > ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body .section.right > div > div, body .section.right > div > li, body .section.right > ul > div, body .section.right > ul > li, body .section.left > div > div, body .section.left > div > li, body .section.left > ul > div, body .section.left > ul > li {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  body .section > div, body .section > ul {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  body .section > div > div, body .section > div > li, body .section > ul > div, body .section > ul > li {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  body .section[class*="music_"] > div > div.text {
    padding: 100px 20px 120px;
  }
  body .section[class*="music_"] > div > div.text a {
    margin: 0 20px;
  }
  body .section[class*="music_"] > div > div.image {
    max-width: none;
  }

  body .section[class*="music_"] > div > div.text p:first-child{
  }

  body .section[class*="play_"] > .container > div h2,
  body .timeline > .container > div h2 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  body .section[class*="follow_"] > ul > li:first-child {
    /* margin-bottom: 40px; */
  }
  body > nav > div.open > ul {
    height: auto;
  }
  body > nav > div > ul {
    flex-direction: column;
    height: 0;
    padding-top: 25%;
    -webkit-flex-direction: column;
  }
  body > nav > div > ul > li {
    margin-bottom: 10px;
  }
  body > nav > div > ul > li > a, body > nav > div > ul > li > span {
    font-size: 3.8rem;
  }

  /*モーダル*/
  body #popup {
    flex-direction: column;
    -webkit-flex-direction: column;
    /* padding: 30px;
    margin-top: 60px;
    max-width: 260px; */
  }
  body #popup .mfp-close {
    /* top: -50px; */
    /* right: 0; */
    right: 10px;
  }
  body .mfp-wrap .close-bk > div > span {
    background: #fff;
  }
  body #popup > div.image {
    max-width: 260px;
  }
  body #popup > div.text {
    max-width: 220px;
    padding: 20px 0 0;
  }
  body #popup > div.text > p > a, body #popup > div.text > p > span {
    margin: 0 25px 0;
  }

  /*-------------------------- 2019/01/09 追加 --------------------------*/
  .live__contents {
    display: block;
  }
  .live__left {
    width: 100%;
  }
  .live_right {
    width: 100%;
  }
  .live__ttl {
    font-size: 3.8rem;
  }
  body .section.viewphotos:after {
    /* background: url(../img/bg005.jpg) no-repeat center center; */
    background: url(../img/bg005.jpg) no-repeat 50% center;
    background-size:cover;
  }
}
/*小さめのウィンドウの時2（480px以下）*/
@media screen and (max-width: 480px) {
  /*ヘッダ・メニュー*/
  body > header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    content: "";
  }

  /*内容*/
  body .section[class*="music_"] > div > div.text {
    padding: 60px 20px 70px;
  }
  body .section[class*="music_"] > div > div.text > p{
    font-size: 3rem;
    font-weight: 300;
  }

  body .section[class*="play_"] > .container > div h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    letter-spacing: .6px;
  }
  body .section[class*="play_"] > .container > div h2 span {
    padding: 0 0 0 5px;
  }

  /*メニュー表示中*/
  body.open > header:after {
    border-bottom: 1px solid #ffffff;
    -moz-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition-delay: 0ms;
    transition: all 320ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}
