<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(animate.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&amp;amp;display=swap");
/* reset
-------------------------------------------------*/
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;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/*
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*/
nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a:link {
  color: #0f0f0f;
}

a:visited {
  color: #0f0f0f;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix
-------------------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

#page {
  margin: 0 auto;
  width: 100%;
  background: url(../../img/bg.png) repeat center top;
}

@media screen and (max-width: 899px) {
  #page {
    max-width: 900px;
    background: url(../../img/bg.png) repeat center top;
    background-size: 20px 20px;
  }
}

/* nav
------------------------------------------------------------*/
#nav_bg {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #53325d;
  z-index: 7;
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: url(../../img/bg.png) repeat center top;
  left: 0;
  top: 0;
  z-index: 6;
}

@media screen and (max-width: 899px) {
  #nav_open {
    background: url(../../img/bg.png) repeat center top;
    background-size: 20px 20px;
  }
}

#nav_toggle {
  cursor: pointer;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 13px;
  z-index: 10;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 3px;
}

#nav_toggle span:nth-child(2) {
  top: 11px;
}

#nav_toggle span:nth-child(3) {
  top: 19px;
}

#global-nav {
  margin: calc(50vh - 300px) auto;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 899px) {
  #global-nav {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}

#global-nav.active {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  padding-bottom: 40px;
}

#global-nav li a {
  text-decoration: none;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-style: italic;
  color: #53325d;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  #global-nav li a {
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
  }
}

#global-nav .jp a {
  text-decoration: none;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-style: italic;
  color: #53325d;
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 899px) {
  #global-nav .jp a {
    font-size: 2.4rem;
  }
}

/*nav open*/
.open #nav_toggle span {
  background: #FFFFFF;
}

.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.open #nav_bg {
  background-color: #53325d;
}

/*  header  
-------------------------------------------------*/
.header_nav {
  height: 60px;
  background-color: #FFFFFF;
}

.station {
  height: 60px;
  background-color: #FFFFFF;
}

.station_tfm {
  position: absolute;
  top: 15px;
  left: 15px;
}

.station_tfm img {
  width: 100px;
}

.station_spotify {
  position: absolute;
  top: 14px;
  left: 145px;
}

.station_spotify img {
  width: 105px;
}

.header {
  overflow: hidden;
  margin: 0 auto 30px;
  position: relative;
  width: 100%;
  min-height: 90vh;
  background: url(../../img/header_bg.png) bottom/cover;
  /*background:url(../../img/header_bg.png) no-repeat ;*/
  /*background:url(../../img/header_bg.png) repeat-x center top;*/
}

.header_logo {
  padding-top: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 534px;
  z-index: 5;
}

.header_logo a {
  display: block;
}

.header_logo img {
  width: 534px;
}

.header_inner {
  max-width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: relative;
}

.header_ill {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 899px) {
  .header {
    margin: 0 auto 10px;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 900px;
    min-height: 70vh;
    background: url(../../img/sp_header_bg.png) bottom/cover;
  }
  .header_logo {
    padding-top: 60px;
    position: static;
    width: 100%;
  }
  .header_logo img {
    width: 80%;
    max-width: 600px;
  }
  .header_spon {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 6;
  }
  .header_spon img {
    width: 120px;
  }
  .header_inner {
    max-width: 900px;
    height: 550px;
  }
  .header_ill {
    font-size: 1.2rem;
  }
}

@media (min-width: 560px) and (max-width: 899px) {
  .header {
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 900px;
    min-height: 90vh;
    background: url(../../img/sp_header_bg.png) bottom/cover;
  }
  .header_logo {
    padding-top: 50px;
    position: static;
    width: 100%;
  }
  .header_logo img {
    width: 70%;
    max-width: 600px;
  }
}

/*  about  
-------------------------------------------------*/
.about {
  margin-bottom: 60px;
  text-align: center;
}

.about_ttl {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 1.6;
  color: #53325d;
  letter-spacing: 0.2rem;
}

.about_ttl span {
  font-size: 2.5rem;
}

.about_wrap li {
  margin-bottom: 30px;
}

.about_list {
  max-width: 940px;
  margin: 0 auto;
  border: 2px dashed #53325d;
  background-color: #FFFFFF;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_label {
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-right: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.about_label span {
  border-radius: 25px;
  padding: 5px 10px;
  background-color: #fe72b1;
}

.about_prog {
  font-size: 1.4rem;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.about_lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.2rem;
  line-height: 2.0;
  color: #53325d;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .about {
    padding: 15px;
    margin-bottom: 7px;
    text-align: left;
  }
  .about_ttl {
    text-align: center;
    font-size: 2.4rem !important;
  }
  .about_ttl span {
    font-size: 2.0rem;
  }
  .about_lead {
    padding: 0 0 10px;
    font-size: 1.8rem !important;
    line-height: 1.6;
  }
  .about_wrap li {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .about_list {
    border: 2px dashed #53325d;
    background-color: #FFFFFF;
    padding: 15px;
    display: inline-block;
    text-align: left;
  }
  .about_label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about_label span {
    padding: 2px 10px;
    border-radius: 25px;
  }
}

/*
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .about_lead {
    text-align: center;
    padding: 35px 0 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    font-size: 1.8rem;
    line-height: 2.0;
    color: $accentColor;
    }
}
*/
/*  goods 
-------------------------------------------------*/
.goods {
  margin-bottom: 40px;
  text-align: center;
}

.goods_bg {
  height: 360px;
  background: url(../../img/kv_bg.png) no-repeat 100% center;
  background-attachment: scroll;
  background-attachment: fixed;
  overflow: hidden;
  padding: 60px 0;
}

.goods_ttl {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 5.0rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  font-style: italic;
  line-height: 1.2;
}

.goods_ttl span {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: italic;
  font-weight: normal;
}

.goods_inner {
  margin: -130px auto 20px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods_list {
  max-width: 560px;
  margin: 0 auto;
}

.goods_list li {
  margin-bottom: 30px;
}

.goods_inner2 {
  margin: 0 auto 50px;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods_list2 {
  padding-top: 100px;
  max-width: 500px;
}

.goods_list2 li {
  margin-bottom: 30px;
}

.goods_ph {
  padding: 6px;
  /*background-color: $baseColor;*/
}

.goods_ph2 {
  padding: 6px;
  /*background-color: $baseColor;*/
}

.goods_ph2 img {
  max-width: 250px;
}

.goods_txt {
  color: #53325d;
  margin-bottom: 20px;
}

.goods_txt span {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.goods_label a {
  color: #FFFFFF;
}

.goods_label span {
  padding: 7px 17px;
  border-radius: 25px;
  background-color: #1db954;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.goods_wrap li {
  margin-bottom: 30px;
}

.goods_lead {
  color: #ffdd68;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.goods_hp {
  color: #ffdd68;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}

.goods_hp span {
  color: #ffdd68;
  padding: 5px 13px;
  border: 2px solid #ffdd68;
  border-radius: 45px;
}

@media screen and (max-width: 899px) {
  .goods_bg {
    height: 600px;
    padding: 30px 0;
    background: url(../../img/kv_bg.png) no-repeat 100% center;
    overflow: hidden;
  }
  .goods_ttl {
    margin-bottom: 25px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    color: #FFFFFF;
    letter-spacing: 0.2rem;
    font-style: italic;
    line-height: 1.2;
  }
  .goods_ttl span {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-style: italic;
    font-weight: normal;
  }
  .goods_inner {
    margin: -350px auto 20px;
    max-width: 680px;
    display: inherit;
    background-color: #FFFFFF;
    width: 90%;
  }
  .goods_list {
    margin-bottom: 30px;
  }
  .goods_list li {
    margin-bottom: 15px;
  }
  .goods_inner2 {
    margin: 0 auto 50px;
    max-width: 680px;
    display: inherit;
  }
  .goods_list2 {
    padding-top: 0px;
    max-width: 500px;
    margin: 0 auto;
  }
  .goods_list2 li {
    margin-bottom: 15px;
  }
  .goods_wrap li {
    margin-bottom: 20px;
  }
  .goods_lead {
    font-size: 1.6rem;
  }
  .goods_ph2 {
    padding: 0;
  }
  .goods_ph2 img {
    max-width: 200px;
  }
  .goods_txt {
    color: #53325d;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .goods_txt span {
    font-size: 2.0rem;
  }
  .goods_label span {
    font-size: 1.5rem;
  }
  .goods_hp {
    font-size: 1.2rem;
  }
}

/*  program  
-------------------------------------------------*/
.prog {
  margin: 0 auto 80px;
}

.prog_ttl {
  margin-bottom: 25px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 5.0rem;
  color: #53325d;
  letter-spacing: 0.2rem;
  font-style: italic;
  line-height: 1.2;
}

.prog_ttl span {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: italic;
  font-weight: normal;
}

.prog_list {
  margin: 0 auto;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.prog_list li {
  width: 31%;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.prog_list li strong {
  display: block;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: italic;
  border-bottom: 2px dotted #000;
  padding: 10px 0 7px 0;
  margin-bottom: 10px;
}

.prog_list li span {
  color: #154d97;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.prog_list li:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}

.prog_wrap:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}

@media screen and (max-width: 899px) {
  .prog_wrap:after {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .prog {
    margin: 0 auto 50px;
  }
  .prog_ttl {
    margin-bottom: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 3.6rem;
    color: #53325d;
    letter-spacing: 0.2rem;
    font-style: italic;
    line-height: 1.2;
  }
  .prog_ttl span {
    display: block;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-style: italic;
    font-weight: normal;
  }
  .prog_wrap {
    margin: 0 auto;
    width: auto;
    display: inherit;
    padding: 0 20px;
  }
  .prog_wrap li {
    display: inline-block;
    width: 100%;
  }
  .prog_wrap li img {
    width: 100%;
    max-width: 210px;
  }
  .prog_list {
    margin: 0 auto;
    width: 100%;
    display: inherit;
  }
  .prog_list li {
    margin: 0 auto;
    width: auto;
    padding: 20px;
    font-size: 1.6rem;
  }
  .prog_list a {
    text-align: center;
    display: block;
  }
  .prog_list a img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .prog_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

/*  detail
-------------------------------------------------*/
.detail {
  padding: 40px;
  border: 1px solid #DEDEDE;
  background-color: #FFFFFF;
}

.detail_inner {
  margin: 0 auto 40px;
  width: 900px;
  border-bottom: 5px #53325d solid;
}

.detail_song {
  color: #53325d;
  border-bottom: 1px solid #DEDEDE;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.detail_song::after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.detail_txt {
  width: 100%;
  padding-bottom: 20px;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  text-align: left;
}

.detail_txt b {
  color: #53325d;
}

.detail_txt strong {
  color: #53325d;
}

.detail_txt figure {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}

.detail_txt figure img {
  max-width: 300px;
}

.detail_area {
  float: right;
  font-size: 1.6rem;
  font-weight: normal;
  background: url(../../img/article_map_w.png) no-repeat 10px center;
  background-size: 15px 18px;
  color: #FFFFFF;
  background-color: #53325d;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 4px 25px 3px 35px;
  border-radius: 35px;
}

.detail_ph {
  max-height: 280px;
}

@media screen and (max-width: 899px) {
  .detail {
    padding: 20px;
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
  }
  .detail_inner {
    margin: 0 auto 40px;
    width: 90%;
  }
  .detail_song {
    color: #53325d;
    border-bottom: 1px solid #DEDEDE;
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .detail_txt {
    width: 100%;
    padding-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .detail_txt figure {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .detail_txt figure img {
    width: 80%;
    max-width: 300px;
  }
  .detail_area {
    font-size: 1.2rem;
    font-weight: normal;
    background: url(../../img/article_map_w.png) no-repeat 10px center;
    background-size: 12px 15px;
    color: #FFFFFF;
    background-color: #53325d;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 4px 15px 3px 30px;
    border-radius: 35px;
    margin-top: 20px;
  }
  .detail_ph {
    max-height: 260px;
  }
}

.detail h2 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.6rem;
  font-family: 'M PLUS Rounded 1c';
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: bold;
}

.detail h2 span {
  position: relative;
  padding: 0 3.0em 0 3.2em;
}

@media screen and (max-width: 899px) {
  .detail h2 {
    text-align: center;
    padding-top: 15px;
    margin: 0 0 15px 0;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .detail h2:before {
    position: inherit;
    background: none;
  }
  .detail h2 span {
    position: inherit;
    padding: 0;
  }
}

/*  notes 
-------------------------------------------------*/
.notes {
  margin-bottom: 80px;
}

.notes_bg {
  height: 360px;
  background: url(../../img/kv_bg.png) no-repeat 100% center;
  background-attachment: scroll;
  background-attachment: fixed;
  overflow: hidden;
  padding: 100px 0 0;
}

.notes_ttl {
  padding-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 3.2rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  font-style: italic;
  line-height: 1.2;
  position: relative;
}

.notes_ttl::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 620px;
  height: 100%;
  background: url(../../img/giza.svg) repeat-x 0 bottom;
  background-size: 240px auto;
}

.notes_inner {
  margin: -240px auto 60px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notes_inner2 {
  margin: 0 auto 60px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.notes_box {
  max-width: 450px;
  height: 100%;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  background-color: #FFFFFF;
}

.notes_list {
  max-width: 440px;
  margin: 0 auto;
  padding: 15px;
}

.notes_song {
  color: #53325d;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid #a9a9a9;
}

.notes_txt {
  color: #53325d;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.notes_per {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 10px;
  min-height: 90px;
  border-bottom: 5px #53325d solid;
}

.notes_per span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.notes_perph {
  width: 92px;
}

.notes_pertxt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 0 20px;
}

.notes_perprog {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #154d97;
}

.notes_label a {
  color: #FFFFFF;
}

.notes_label span {
  padding: 7px 17px;
  border-radius: 25px;
  background-color: #1db954;
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.notes_wrap li {
  margin-bottom: 30px;
}

.notes_lead {
  color: #ffdd68;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 899px) {
  .notes {
    margin-bottom: 40px;
  }
  .notes_bg {
    height: 360px;
    background: url(../../img/kv_bg.png) no-repeat 100% center;
    overflow: hidden;
    padding: 40px 0 0;
  }
  .notes_ttl {
    font-size: 2.2rem;
  }
  .notes_ttl::after {
    width: 70%;
  }
  .notes_inner {
    margin: -260px auto 30px;
    width: 90%;
    display: inherit;
  }
  .notes_inner2 {
    margin: 0 auto 30px;
    max-width: 90%;
    display: inherit;
  }
  .notes_list {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .notes_song {
    font-size: 1.8rem;
  }
  .notes_box {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .notes_per {
    min-height: auto;
  }
  .notes_per span {
    font-size: 1.4rem;
  }
  .notes_perph {
    width: 92px;
  }
  .notes_pertxt {
    width: 80%;
    font-size: 1.4rem;
  }
}

/*  archive
-------------------------------------------------*/
.archive {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 80px;
}

.archive_ttl {
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 3.2rem;
  color: #53325d;
  letter-spacing: 0.2rem;
  font-style: italic;
  line-height: 1.2;
  position: relative;
}

.archive_ttl::after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 560px;
  height: 100%;
  background: url(../../img/giza_purple.svg) repeat-x 0 bottom;
  background-size: 240px auto;
}

.archive_inner {
  margin: 0 auto 50px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.archive_inner::after {
  content: "";
  display: block;
  width: 33.3%;
  height: 0;
}

@media screen and (max-width: 899px) {
  .archive {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .archive_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .archive_ttl::after {
    width: 70%;
  }
  .archive_inner {
    margin: 0 auto 30px;
    width: 90%;
    display: inherit;
  }
  .archive_inner::after {
    content: "";
    display: block;
    width: 33.3%;
    height: 0;
  }
}

.report {
  display: none;
  margin-bottom: 20px;
  width: calc(33.3333333% - 20px);
  background-color: #FFFFFF;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 5px #53325d solid;
}

.report_inner {
  padding: 17px;
}

.report_ttl {
  margin: 15px 0;
  text-align: left;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #a9a9a9;
}

.report_ttl a {
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #53325d;
  font-size: 1.8rem;
}

.report_txt {
  color: #000;
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}

.report_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.report_ph {
  width: 100%;
  max-height: 250px;
}

.report_ph iframe {
  height: 340px;
}

.report_area {
  font-size: 1.5rem;
  color: #000;
  padding-left: 20px;
  padding-top: 5px;
  background: url(../../img/article_map.png) no-repeat 0px center;
  background-size: 15px 18px;
}

.report_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
}

.report_more a {
  padding: 2px 10px;
  background-color: #53325d;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 899px) {
  .report {
    margin-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF;
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 5px #53325d solid;
  }
  .report_inner {
    padding: 10px;
  }
  .report_ttl {
    margin: 15px 0;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
  }
  .report_ttl a {
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #53325d;
    font-size: 1.8rem;
  }
  .report_txt {
    color: #000;
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 30px;
  }
  .report_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .report_ph {
    width: 100%;
    max-height: 240px;
  }
  .report_area {
    font-size: 1.5rem;
    color: #000;
    padding-left: 20px;
    padding-top: 5px;
    background: url(../../img/article_map.png) no-repeat 0px center;
    background-size: 15px 18px;
  }
  .report_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    font-size: 1.4rem;
    margin: 0 0 0 auto;
  }
  .report_more a {
    padding: 2px 10px;
    background-color: #53325d;
    font-size: 1.4rem;
    color: #FFFFFF;
    display: block;
  }
}

.report_detail {
  margin-bottom: 20px;
  width: calc(33.3333333% - 10px);
  border-radius: 10px;
  background-color: #FFFFFF;
}

.report_detail_inner {
  padding: 13px;
}

.report_detail_ttl {
  margin: 15px 0;
  text-align: left;
  min-height: 50px;
  line-height: 1.3;
}

.report_detail_ttl a {
  color: #53325d;
  font-size: 1.8rem;
}

.report_detail_txt {
  color: #000;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 15px;
}

.report_detail_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.report_detail_ph {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
}

.report_detail_ph img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.report_detail_ph img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.report_detail_area {
  font-size: 1.5rem;
  color: #000;
  padding-left: 20px;
  padding-top: 5px;
  background: url(../../img/article_map.png) no-repeat 0px center;
  background-size: 15px 18px;
}

.report_detail_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
}

.report_detail_more a {
  padding: 2px 10px;
  background-color: #53325d;
  font-size: 1.4rem;
  color: #FFFFFF;
  display: block;
}

@media screen and (max-width: 899px) {
  .report_detail {
    margin-bottom: 20px;
    width: 100%;
  }
  .report_detail_inner {
    padding: 13px;
  }
  .report_detail_ph {
    width: 100%;
    border: 1px solid #ccc;
  }
  .report_detail_ph img {
    width: 100%;
    height: auto;
    max-width: 900px;
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rightbox {
  float: right;
}

.rightbox img {
  max-width: 300px;
  height: auto;
  margin-top: 20px;
  margin-left: 30px;
}

@media screen and (max-width: 899px) {
  .rightbox {
    float: inherit;
    margin-top: 20px;
    text-align: center;
  }
  .rightbox img {
    margin: 0 auto;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
  }
}

/*  illust
-------------------------------------------------*/
.illust {
  width: 100%;
  max-width: 1200px;
  margin: 90px auto 40px;
  padding: 10px;
  background: #eeeeee;
  line-height: 1.7;
  border: 2px solid #000;
}

.illust h2 {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  padding: 3px;
  margin: 0 5px 0 0;
  background: #222222;
  border-radius: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.illust h3 {
  width: 75%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 2.0rem;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.illust h3 em {
  display: inline-block;
  font-size: 1.6rem;
  font-style: normal;
  margin-left: -10px;
}

.illust_ttl {
  padding: 15px;
  border-bottom: 1px solid #000;
}

.illust_txt {
  padding: 15px;
  font-size: 1.3rem;
}

.illust_inner {
  font-size: 1.4rem;
  border: 1px solid #000;
  background-color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.illust_inner strong {
  display: block;
  margin: 20px 0 5px 0;
  color: #000;
  font-size: 1.8rem;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.illust_inner img {
  float: left;
  width: 511px;
  height: auto;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 899px) {
  .illust {
    width: auto;
    max-width: 100%;
    margin: 20px;
    padding: 10px;
    background: #eeeeee;
    line-height: 1.7;
    border: 2px solid #000;
  }
  .illust h2 {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    padding: 3px;
    margin: 0 5px 0 0;
    background: #222222;
    border-radius: 45px;
    color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .illust h3 {
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 1.6rem;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .illust h3 em {
    display: inline-block;
    font-size: 1.4rem;
    font-style: normal;
    margin-left: -10px;
  }
  .illust_ttl {
    padding: 15px;
    border-bottom: 1px solid #000;
  }
  .illust_txt {
    padding: 15px;
    font-size: 1.3rem;
  }
  .illust_inner {
    font-size: 1.2rem;
    border: 1px solid #000;
    background-color: #FFFFFF;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .illust_inner strong {
    display: block;
    margin: 20px 0 5px 0;
    color: #000;
    font-size: 1.6rem;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .illust_inner img {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}

/*  bnr  
-------------------------------------------------*/
.bnr {
  text-align: center;
  margin: 0 auto 90px;
}

.bnr img {
  max-width: 600px;
}

@media screen and (max-width: 899px) {
  .bnr {
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  .bnr img {
    width: 100%;
    max-width: 600px;
  }
}

.bnr_spo {
  text-align: center;
  margin: 0 auto 50px;
}

.bnr_spo img {
  max-width: 800px;
}

@media screen and (max-width: 899px) {
  .bnr_spo {
    margin: 0 auto 30px;
  }
  .bnr_spo img {
    width: 90%;
    max-width: 600px;
  }
}

/*  widget
------------------------------------------------------------*/
.widget {
  margin: 0 auto 60px;
}

.widget_inner {
  max-width: 750px;
  margin: 0 auto;
}

.widget_txt {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: italic;
  margin-bottom: 20px;
  color: #53325d;
  font-size: 2.0rem;
}

@media screen and (max-width: 899px) {
  .widget {
    margin: 0 auto 20px;
  }
  .widget_inner {
    max-width: 90%;
    margin: 0 auto;
    display: inherit;
  }
  .widget_txt {
    font-size: 1.6rem;
  }
}

.multibox {
  padding-top: 8px;
  border-top: 1px solid #ccc;
  background: url(../../img/footer_top.png) repeat-x top left;
}

/* footer
------------------------------------------------------------*/
.footer {
  background-color: #222222;
  padding: 18px 0;
}

.footer_wrap .copy {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
}

.footer_wrap .copy li {
  margin: 0 auto;
}

.footer_box {
  margin: 0 auto;
  max-width: 98%;
  position: relative;
}

@media screen and (max-width: 899px) {
  .footer {
    text-align: center;
    padding: 15px 0;
  }
  .footer_wrap {
    height: auto;
    display: inherit;
    padding: 0;
  }
  .footer_wrap .copy {
    position: inherit;
    width: 100%;
    max-width: 100%;
    display: inherit;
    padding: 7px 0 5px;
    font-size: 1.0rem;
    font-weight: normal;
  }
  .footer_wrap .copy li {
    margin-right: 0;
    padding-bottom: 5px;
  }
  .footer_box {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}

.sns {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sns li {
  padding: 0 3px;
  width: 36px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .sns {
    width: 100px;
    margin: 0 auto;
  }
  .sns li a img {
    width: 35px;
    height: auto;
  }
}

.go-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url(../../img/top.png) no-repeat 0 top;
  width: 56px;
  height: 68px;
  z-index: 5;
}

@media screen and (max-width: 899px) {
  .go-top a {
    background: url(../../img/top.png) no-repeat 0 top;
    background-size: 56px 60px;
    width: 56px;
    height: 68px;
  }
}

/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/*  more
-------------------------------------------------*/
.more {
  margin: 0 auto;
  width: 302px;
  outline: 1px solid #FFFFFF;
  outline-offset: -6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .more {
    margin: 0 auto;
    max-width: 250px;
  }
}

.more:hover {
  width: 300px;
  outline: 0px solid #53325d;
  outline-offset: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more li {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1db954;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1db954;
}

@media screen and (max-width: 899px) {
  .more li {
    width: 100%;
  }
}

.more em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more:hover em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.more span {
  font-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding: 15px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .more span {
    font-size: 1.4rem;
  }
}

.more span::after {
  content: "もっと見る";
  white-space: pre;
  margin: 5px 0;
  display: inline-block;
}

.on-click span::after {
  content: "閉じる";
}

.txt-hide {
  display: none;
}

/*  report_btn
-------------------------------------------------*/
.report_btn {
  margin: 0 auto;
  width: 302px;
  outline: 1px solid #FFFFFF;
  outline-offset: -6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .report_btn {
    margin: 0 auto;
    max-width: 250px;
  }
}

.report_btn:hover {
  width: 300px;
  outline: 0px solid #53325d;
  outline-offset: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.report_btn li {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1db954;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1db954;
}

@media screen and (max-width: 899px) {
  .report_btn li {
    width: 100%;
  }
}

.report_btn em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.report_btn:hover em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.report_btn span {
  font-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding: 15px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .report_btn span {
    font-size: 1.4rem;
  }
}

.report_btn span::after {
  content: "もっと見る";
  white-space: pre;
  margin: 5px 0;
  display: inline-block;
}

/*  back
-------------------------------------------------*/
.back {
  margin: 0 auto;
  width: 302px;
  outline: 1px solid #FFFFFF;
  outline-offset: -6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .back {
    margin: 0 auto;
    max-width: 250px;
  }
}

.back:hover {
  width: 300px;
  outline: 0px solid #53325d;
  outline-offset: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back li {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1db954;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1db954;
}

@media screen and (max-width: 899px) {
  .back li {
    width: 100%;
  }
}

.back em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back:hover em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.back span {
  font-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding: 15px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .back span {
    font-size: 1.4rem;
  }
}

.back span::after {
  content: "戻る";
  white-space: pre;
  margin: 5px 0;
  display: inline-block;
}

/*  request
-------------------------------------------------*/
.request {
  margin: 0 auto;
  width: 502px;
  outline: 1px solid #FFFFFF;
  outline-offset: -6px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  cursor: pointer;
  font-size: 1.8rem;
}

@media screen and (max-width: 899px) {
  .request {
    margin: 0 auto;
    max-width: 300px;
  }
}

.request:hover {
  width: 500px;
  outline: 0px solid #53325d;
  outline-offset: -1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request li {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1db954;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1db954;
}

@media screen and (max-width: 899px) {
  .request li {
    width: 100%;
  }
}

.request em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request:hover em {
  padding: 0 12px;
  width: 8px;
  position: absolute;
  right: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.request span {
  font-size: 100%;
  color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  padding: 15px 0px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .request span {
    font-size: 1.6rem;
  }
}

.request span::after {
  content: "リクエストを送る";
  white-space: pre;
  margin: 5px 0;
  display: inline-block;
}

/* pageswitch
---------------------------------------------------- */
.pageswitch {
  margin: 30px 0 50px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 33px !important;
}

.pageswitch strong {
  background-color: #FFFFFF;
  border: 1px solid #1db954;
  color: #1db954;
  font-weight: bold;
}

.pageswitch a {
  color: #1db954;
  text-decoration: none !important;
}

.pageswitch a.num {
  background-color: #1db954;
  border: 1px solid #1db954;
  color: #FFFFFF;
  text-decoration: none !important;
}

.pageswitch a.num:link, .pageswitch a.num:visited {
  background-color: #1db954;
  border: 1px solid #1db954;
  text-decoration: none !important;
}

.pageswitch a.num:hover, .pageswitch a.num:active {
  background-color: #1db954;
  border: 1px solid #1db954;
  text-decoration: none !important;
}

.pageswitch .prevLink {
  margin-right: 10px;
}

.pageswitch .nextLink {
  margin-left: 10px;
}

.pageswitch a[title="Previous page"] {
  background: rgba(0, 0, 0, 0) url("../../img/arw_prev.png") no-repeat scroll left center/13px 23px;
  /*display: inline-block;*/
  height: 33px;
  line-height: 33px;
  padding-left: 20px;
  text-align: right;
  text-indent: -1000em;
}

.pageswitch a[title="Next page"] {
  background: rgba(0, 0, 0, 0) url("../../img/arw_next.png") no-repeat scroll right center/13px 23px;
  /*display: inline-block;*/
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
  text-align: left;
  text-indent: -1000em;
}

/* app
---------------------------------------------------- */
.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 550px;
  height: 200px;
  margin: 0 auto 60px;
  padding: 30px 0;
  border: 2px solid #1a2e6e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
}

@media screen and (max-width: 899px) {
  .app {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px;
    width: auto;
    height: auto;
  }
}

.app_box {
  width: 50%;
  height: 100%;
  text-align: center;
  border-right: 1px dashed #1a2e6e;
}

.app_box:last-of-type {
  border-right: none;
}

.app_box img {
  max-width: 100%;
  height: 40px;
}

@media screen and (max-width: 899px) {
  .app_box img {
    max-height: 30px;
  }
}

.app_bbl {
  position: relative;
  width: 110px;
  height: 30px;
  margin: 0 auto 20px;
  background: #1a2e6e;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  border-radius: 15px;
}

.app_bbl:after {
  position: absolute;
  bottom: -9px;
  left: 50px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #1a2e6e transparent transparent transparent;
  content: "";
}

.app_name {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 899px) {
  .app {
    padding: 20px 10px;
  }
  .app_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .app_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .app_btn {
    margin: 0 auto 30px;
  }
  .app_txt {
    margin: 0 auto 25px;
    font-size: 1.3rem;
  }
  .app_box {
    height: auto;
    padding: 0 15px;
  }
  .app_bbl {
    width: 75px;
    height: 18px;
    margin: 0 auto 15px;
    font-size: 1rem;
    line-height: 18px;
  }
  .app_bbl:after {
    bottom: -6px;
    left: 36px;
    border-width: 6px 3px 0 3px;
  }
  .app_name {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>