@charset "utf-8";
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;font-size:100%;vertical-align:baseline;background:transparent; font-weight:normal;}
body{line-height:1;}
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:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;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 #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}

#wpadminbar{
  display: none;
}
html {
     margin-top: 0px !important;
}
.grecaptcha-badge{
  visibility: hidden;
}
@keyframes gradation_bg{
  0%{
    background-position: 250% 250%;
  }
  100%{
      background-position: 0% 0%;
  }
}
/*----------------------------
  Fonts
----------------------------*/
@font-face{
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"),
       url("../fonts/NotoSans/NotoSans-Regular.woff") format("woff"),
       url("../fonts/NotoSans/NotoSans-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"),
       url("../fonts/NotoSans/NotoSans-Bold.woff") format("woff"),
       url("../fonts/NotoSans/NotoSans-Bold.otf") format("truetype");
}
html,body{
    font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 2;
    font-weight: 300;
    color: #000;
    background: #232da8 ;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}
img{
  width: 100%;
  height: auto;
}
/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link,
a:visited,
a:active{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover{
    text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
  outline: none;
}
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}

/*----------------------------------------------------
  #loading
--------------------------------------------------- */

/*----------------------------------------------------
 loading
--------------------------------------------------- */
#loading{
  position: fixed;
  top: 0;
  left:0px;
  width :100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
#loading .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 40px;
  margin-left: -100px;
  margin-top: -20px;
  opacity: 0;
            transform-origin:center center;
    -webkit-transform-origin:center center;
  -webkit-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
     -moz-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
      -ms-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
       -o-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
          transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);

}
#loading.view .logo{
  opacity: 1;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -moz-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -ms-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -o-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
          transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transform: scale(1,1) translate(0%,0%) rotate(0deg);
     -moz-transform: scale(1,1) translate(0%,0%) rotate(0deg);
      -ms-transform: scale(1,1) translate(0%,0%) rotate(0deg);
       -o-transform: scale(1,1) translate(0%,0%) rotate(0deg);
          transform: scale(1,1) translate(0%,0%) rotate(0deg);
}
#loading.out .logo{
  opacity: 0;
  -webkit-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -moz-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -ms-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -o-transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
          transition: all 0.5s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
     -moz-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
      -ms-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
       -o-transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
          transform: scale(0.5,0.5) translate(0%,0%) rotate(0deg);
}
#loading .b1{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff100;
  -webkit-transform: scale3d(1,1,1) translate3d(0%,0px,0px) rotate(0deg);
     -moz-transform: scale3d(1,1,1) translate3d(0%,0px,0px) rotate(0deg);
      -ms-transform: scale3d(1,1,1) translate3d(0%,0px,0px) rotate(0deg);
       -o-transform: scale3d(1,1,1) translate3d(0%,0px,0px) rotate(0deg);
          transform: scale3d(1,1,1) translate3d(0%,0px,0px) rotate(0deg);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transition: -webkit-transform 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
                    transition: transform 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
                    transition: transform 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 0.8s cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
body.color-ragg #loading .b1{
  background: #4dadd9;
}
body.color-event #loading .b1{
  background: #53b46f;
}
#loading.out .b1{
  -webkit-transform: scale3d(0,1.1,0.5) translate3d(0%,0px,0px) rotate(0deg);
     -moz-transform: scale3d(0,1.1,0.5) translate3d(0%,0px,0px) rotate(0deg);
      -ms-transform: scale3d(0,1.1,0.5) translate3d(0%,0px,0px) rotate(0deg);
       -o-transform: scale3d(0,1.1,0.5) translate3d(0%,0px,0px) rotate(0deg);
          transform: scale3d(0,1.1,0.5) translate3d(0%,0px,0px) rotate(0deg);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
}
#loading.out{
  visibility: hidden;
  -webkit-transition: all 0s 1.5s ease;
     -moz-transition: all 0s 1.5s ease;
      -ms-transition: all 0s 1.5s ease;
       -o-transition: all 0s 1.5s ease;
          transition: all 0s 1.5s ease;
}
/*----------------------------------------------------
  #wrapper
--------------------------------------------------- */
#wrapper{
  position: relative;
  -webkit-backface-visibility:hidden;
  margin:40px auto;
 width: 1220px;
 padding-top: 60px;
}
body.page #wrapper{
  padding-top: 0;
}
.wrapper-inner{
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  #loading{
  }
  #wrapper{
    width: auto;
    margin:15px;
  }
.wrapper-inner{
  padding:0px;
}
  body:after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s 0s ease;
       -moz-transition: all 0.8s 0s ease;
        -ms-transition: all 0.8s 0s ease;
         -o-transition: all 0.8s 0s ease;
            transition: all 0.8s 0s ease;
  }
  body.active:after{
    visibility: visible;
    opacity: 1;
  }
}

/*----------------------------------------------------
 lang
--------------------------------------------------- */
.block_lang{
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100;
}
.block_lang ul{
  display: flex;
  flex-direction: column; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  border: 2px #FFF solid;
  border-radius: 80px;
  overflow: hidden;
}
.block_lang ul li{
  width: 100%;
}
.block_lang ul li:nth-child(1){
  position: relative;
}
.block_lang ul li:nth-child(1):after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2%;
  background: #FFF;
}
.block_lang ul li a{
  text-align: center;
  display: block;
  color: #FFF;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 7px;
  background: #c40018;
}
.block_lang ul li a:hover,
.block_lang ul li a.active{
  background: #FFF;
  color: #c40018;
}
@media only screen and (max-width: 768px) {
  .block_lang{
    top: 36px;
    right: 72px;
    z-index: 100;
  }
  .block_lang ul{
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
    border:none;
    overflow: hidden;
  }
  .block_lang ul li{
    width: 50%;
  }
  .block_lang ul li:nth-child(1){
  }
  .block_lang ul li:nth-child(1):after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #c40018;
  }
  .block_lang ul li a{
    font-size: 10px;
    line-height: 1;
    padding: 0px 10px;
    background: none;
    color: #c40018;
  }
  /* body.top .block_lang ul li:nth-child(1):after{
    background: #fff100;
  }
  body.top .block_lang ul li a{
    color: #fff100;
  }
  body.top .block_lang ul li:nth-child(1):after{
    background: #c40018;
  }
  body.top .block_lang ul li a{
    color: #c40018;
  } */
  .block_lang ul li a:hover,
  .block_lang ul li a.active{
    background: none;
    color: #c40018;
  }
}
/*----------------------------------------------------
 bg
--------------------------------------------------- */
#bg{
  position: fixed;
  top: 0;
  left:0px;
  width :100%;
  height: 100%;
  z-index: 0;
}
#bg span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff100;
  /* background: url(../img/common/bg.jpg?update=2021);
  -webkit-animation: bgloop 20s infinite linear;
  animation: bgloop 20s infinite linear; */
}
body.color-ragg #bg span{
  background: url(../img/common/bg_ragg.jpg?update=2021);
}
body.color-event #bg span{
  background: url(../img/common/bg_ringo.jpg?update=2021);
}
@-webkit-keyframes bgloop {
  0% {
  background-position: 0 0;
  }
  100% {
  background-position: -1198px -299px;
  }
}
@keyframes bgloop {
  0% {
  background-position: 0 0;
  }
  100% {
  background-position: -1198px -299px;
  }
}
/*----------------------------------------------------
  #border
--------------------------------------------------- */
#border:before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  background: #fff100;
}
#border:after{
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  background: #fff100;
}
/*----------------------------------------------------
  #header
--------------------------------------------------- */
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
body.top #header{
  top: -40px;
}
.header-inner{
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
#header.onScroll{
  top: -40px;
}
#header a.apple{
  position: absolute;
  top: 70px;
  left: 90px;
  width: 190px;
  z-index: 1;
  /* background: rgba(255,241,0,0.8);
  padding: 10px;
  border-radius: 10px; */
}
#header a.apple svg{
  width: 190px;
  height: 36px;
  fill:#c40018;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
body.top #header a.apple svg{
  fill: #c40018;
}
body.top #header.onScroll a.apple svg{
  fill: #c40018;
}
body.color-ragg #header a.apple svg{
  fill:#4dadd9;
}
body.color-event #header a.apple svg{
  fill:#53b46f;
}
#header:hover a.apple svg,
#header.onScroll a.apple svg,
body.top #header:hover a.apple svg,
body.color-ragg #header:hover a.apple svg,
body.color-ragg #header.onScroll a.apple svg,
body.color-event #header:hover a.apple svg,
body.color-event #header.onScroll a.apple svg{
  fill:#c40018;
  opacity: 1;
}
#header .bg{
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 60px;
  width : -webkit-calc(100% - 120px);
  width : calc(100% - 120px);
  height: 80px;
  background: #232da8;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
body.color-ragg #header .bg{
  background: #4dadd9;
}
body.color-event #header .bg{
  background: #53b46f;
}

#header:hover .bg,
#header.onScroll .bg{
  opacity: 1;
}
#header ul.menu{
  opacity: 0;
  display: table;
  position: absolute;
  top: 50px;
  left: 300px;
  height: 80px;
  width : -webkit-calc(100% - 360px);
  width : calc(100% - 360px);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#header:hover ul.menu,
#header.onScroll ul.menu{
  opacity: 1;
}
#header ul.menu > li{
  display: table-cell;
  text-align: center;
  border-left: 1px rgba(0,0,0,0.1) solid;

}
#header ul.menu > li.none{
  color: #c40018;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
#header ul.menu > li > a{
  display: block;
  line-height: 80px;
  text-align: center;
  color: #c40018;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#header ul.menu > li:hover > a{
  background: #c40018;
  color: #232da8;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
body.color-ragg #header ul.menu > li:hover > a{
  color: #4dadd9;
}
body.color-event #header ul.menu > li:hover > a{
  color: #53b46f;
}
@media only screen and (max-width: 1110px) {
  #header ul.menu > li > a{
    font-size: 12px;
  }
}

#header ul.menu > li ul{
  position: absolute;
  left: -250px;
  top: 80px;
  width: -webkit-calc(100% + 250px);
  width: calc(100% + 250px);
  background: #FFF;
  text-align: left;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  opacity: 0;
  visibility: hidden;
}
#header ul.menu > li:hover ul{
  opacity: 1;
  visibility: visible;
}
#header ul.menu > li ul li{
  float: left;
  padding-left: 40px;
  text-align: center;
}
#header ul.menu > li ul li a{
  display: block;
  color: #c40018;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
body.color-ragg #header ul.menu > li ul li a{
  color: #4dadd9;
}
body.color-event #header ul.menu > li ul li a{
  color: #53b46f;
}
#header ul.menu > li ul li a:hover{
  opacity: 0.5;
}

#header .sp_menu{
  display: none;
}
@media only screen and (max-width: 768px) {
  #header{
    top: 0px;
  }
  body.top #header{
    top: -10px;
  }
  #header.onScroll,
  body.page #header{
    top: -10px;
  }
  #header a.apple{
    position: absolute;
    top: 35px;
    left: 40px;
    width: 100px;
    z-index: 1;
    /*opacity: 0;*/
            transition: all 0.5s ease;
  }
  #header a.apple svg{
    width: 100px;
    height: 28px;
  }
  body.page #header a.apple svg{
    fill:#c40018;
  }
  body.top #header.onScroll a.apple svg{
    fill:#c40018;
  }
  #header.onScroll a.apple,
  body.page #header a.apple{
    opacity: 1;
    /* left: 40px; */
  }
  #header .bg{
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 20px;
    width : -webkit-calc(100% - 40px);
    width : calc(100% - 40px);
    height: 40px;
    background: #232da8;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 1;
  }
  #header:hover .bg,
  #header.onScroll .bg,
  body.page #header .bg{
    opacity: 1;
  }

  #header .sp_menu{
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  #header .sp_menu span.l1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: -4px;
    margin-left: -10px;
    background: #c40018;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  #header .sp_menu span.l2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-left: -10px;
    background: #c40018;
            transform-origin: center center;
    -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  #header.onScroll .sp_menu span.l1,
  #header.onScroll .sp_menu span.l2,
  #header:hover .sp_menu span.l1,
  #header:hover .sp_menu span.l2,
  body.page #header .sp_menu span.l1,
  body.page #header .sp_menu span.l2{
    background: #c40018;
  }
  body.top #header .sp_menu span.l1,
  body.top #header .sp_menu span.l2{
    background: #c40018;
  }
  body.top #header.onScroll .sp_menu span.l1,
  body.top #header.onScroll .sp_menu span.l2{
    background: #c40018;
  }
  #header.active .sp_menu span.l1{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
  }
  #header.active .sp_menu span.l2{
    margin-top: 0px;
  -webkit-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
     -moz-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
      -ms-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
       -o-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
          transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
  }
  #header ul.menu{
  }

  #header .menu_area{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width :100%;
    z-index: 0;
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
  -webkit-overflow-scrolling: touch;
    display: none;
    opacity: 0;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
     -moz-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
      -ms-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -o-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  }
  #header.active .menu_area{
    visibility: visible;
    opacity: 1;
  }
  #header ul.menu{
    opacity: 1;
    background: #232da8;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width : -webkit-calc(100% - 40px);
    width : calc(100% - 40px);
    margin: 70px 0;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  body.color-ragg #header ul.menu{
    background: #4dadd9;
  }
  body.color-event #header ul.menu{
    background: #53b46f;
  }
  #header ul.menu > li{
    display: block;
    border-left:none;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
  }
  #header ul.menu > li.none{
    display: block;
    line-height: 60px;
    text-align: left;
    padding: 0 20px;
    color: #c40018;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
    opacity: 0.5;
  }
  #header ul.menu > li > a{
    display: block;
    line-height: 60px;
    text-align: left;
    padding: 0 20px;
    color: #c40018;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: relative;
  }
  #header ul.menu > li > a:after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
  -webkit-transform: scale(1,1) translate(-0%,-50%);
     -moz-transform: scale(1,1) translate(-0%,-50%);
      -ms-transform: scale(1,1) translate(-0%,-50%);
       -o-transform: scale(1,1) translate(-0%,-50%);
          transform: scale(1,1) translate(-0%,-50%);

  }
  #header ul.menu > li:nth-child(1) > a:after,
  #header ul.menu > li:nth-child(2) > a:after,
  #header ul.menu > li:nth-child(4) > a:after,
  #header ul.menu > li:nth-child(6) > a:after{
    content: "\f107";
  }
  #header ul.menu > li:nth-child(1).active > a:after,
  #header ul.menu > li:nth-child(2).active > a:after,
  #header ul.menu > li:nth-child(4).active > a:after,
  #header ul.menu > li:nth-child(6).active > a:after{
    content: "\f106";
  }
  #header ul.menu > li:hover > a{
    background: #151c70;
    color: #c40018;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0);
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0);
  }
  body.color-ragg #header ul.menu > li:hover > a{
    background: #4dadd9;
    color: #FFF;
  }
  body.color-event #header ul.menu > li:hover > a{
    background: #53b46f;
    color: #FFF;
  }
  #header ul.menu > li:nth-child(1).active,
  #header ul.menu > li:nth-child(2).active,
  #header ul.menu > li:nth-child(4).active,
  #header ul.menu > li:nth-child(6).active{
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  }
  #header ul.menu > li:nth-child(1).active > a,
  #header ul.menu > li:nth-child(2).active > a,
  #header ul.menu > li:nth-child(4).active > a,
  #header ul.menu > li:nth-child(6).active > a{
    background: #151c70;
  }
  body.color-ragg #header ul.menu > li:nth-child(1).active > a,
  body.color-ragg #header ul.menu > li:nth-child(2).active > a,
  body.color-ragg #header ul.menu > li:nth-child(4).active > a,
  body.color-ragg #header ul.menu > li:nth-child(6).active > a{
    background: #5ed2f6;
  }
  body.color-event #header ul.menu > li:nth-child(1).active > a,
  body.color-event #header ul.menu > li:nth-child(2).active > a,
  body.color-event #header ul.menu > li:nth-child(4).active > a,
  body.color-event #header ul.menu > li:nth-child(6).active > a{
    background:#9ee3a2;
  }

  #header ul.menu > li ul{
    position: relative;
    left: 0px;
    top: 0px;
    width: -webkit-calc(100% + 0px);
    width: calc(100% + 0px);
    background: #FFF;
    text-align: left;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: all 0s ease;
       -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
         -o-transition: all 0s ease;
            transition: all 0s ease;
  }
  #header ul.menu > li:hover ul{
  }
  #header ul.menu > li ul li{
    float: none;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
  }
  #header ul.menu > li ul li a{
    display: block;
    color: #c40018;
    line-height: 40px;
    padding: 0 20px;
    font-size: 12px;
    position: relative;
  }
  #header ul.menu > li ul li a:after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
  -webkit-transform: scale(1,1) translate(-0%,-50%);
     -moz-transform: scale(1,1) translate(-0%,-50%);
      -ms-transform: scale(1,1) translate(-0%,-50%);
       -o-transform: scale(1,1) translate(-0%,-50%);
          transform: scale(1,1) translate(-0%,-50%);

  }
  #header ul.menu > li ul li a:hover{
    opacity: 1;
  }
}
/*----------------------------------------------------
  #mainvisual
--------------------------------------------------- */
#mainvisual{
    border-radius: 5px;
    -webkit-border-radius: 5px;

/*  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0px;  */
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -moz-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -ms-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -o-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
          transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  /* -webkit-transform: scale(0.8,0.8) translate(-0%,0%);
     -moz-transform: scale(0.8,0.8) translate(-0%,0%);
      -ms-transform: scale(0.8,0.8) translate(-0%,0%);
       -o-transform: scale(0.8,0.8) translate(-0%,0%);
          transform: scale(0.8,0.8) translate(-0%,0%);
          opacity: 0; */
}
#mainvisual.view{
  opacity: 1;
  -webkit-transform: scale(1,1) translate(-0%,0%);
     -moz-transform: scale(1,1) translate(-0%,0%);
      -ms-transform: scale(1,1) translate(-0%,0%);
       -o-transform: scale(1,1) translate(-0%,0%);
          transform: scale(1,1) translate(-0%,0%);

}
#mainvisual .sp_only{
  display: none !important;
}
@media only screen and (max-width: 768px) {
  #mainvisual .pc_only{
    display: none !important;
  }
  #mainvisual .sp_only{
    display: block !important;
  }
}
/*----------------------------------------------------
  #pickup
--------------------------------------------------- */
#pickup{
  margin-top: 40px;
  letter-spacing: -0.4em;
  text-align: center;
  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);
  margin-left: -20px;
}
#pickup .column{
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  width : -webkit-calc(33.333333% - 40px);
  width : calc(33.333333% - 40px);
  margin: 0 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
#pickup .column:hover{
  -webkit-transform: scale(0.9,0.9) translate(-0%,0%);
     -moz-transform: scale(0.9,0.9) translate(-0%,0%);
      -ms-transform: scale(0.9,0.9) translate(-0%,0%);
       -o-transform: scale(0.9,0.9) translate(-0%,0%);
          transform: scale(0.9,0.9) translate(-0%,0%);
}
#pickup .column .exp{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,241,0,0.8);
  color: #c40018;
  padding: 20px 0px;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
          display: none;
}
#pickup .column:hover .exp{
  background:#c40018;
  color: #fff100;
}
#pickup .column figure{
    margin: 0;
}
#pickup .column figure .img_wrap{
    position: relative;
    padding-top: 100%;
    padding-top: 33.3333%;
    background: linear-gradient(90deg, #00e6d6 0%, #fff100 49%, #00e6d6 100%);
    background-size: 500% 500%;
    animation-name: gradation_bg;
    animation-duration: 4.0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
}
#pickup .column figure .img_wrap span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}
#pickup .column figure .img_wrap span.lazyloaded{
  opacity: 1;
  transition: all 0.5s 0s ease;
}
#pickup .column .exp .column_title{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #pickup{
    margin-top: 15px;
    width : -webkit-calc(100% + 0px);
    width : calc(100% + 0px);
    margin-left: 0px;
  }
  #pickup .column{
    margin: 0 10px;
    width: -webkit-calc(33.333333% - 20px);
    width: calc(33.333333% - 20px);
    margin-bottom: 10px;
    /* letter-spacing: normal;
    display: block;
    width : -webkit-calc(100%);
    width : calc(100%);
    margin: 0 0 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden; */
  }
}
/*----------------------------------------------------
  #news_list
--------------------------------------------------- */
#news_list{
  margin-top: 60px;
}
body.top #news_list.footer{
  display: none;
}
#news_list .category_title{
  text-align: center;
  font-size: 38px;
  color: #FFF;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
}
#news_list .list{
  text-align: left;
  width: 100%;
/*  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);*/
  margin-left: 0px;
/*  column-count: 3;
  column-gap: 0;*/
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#news_list .list.min{
  display: flex;
  margin-bottom: 0px;
  justify-content:space-between;
}
#news_list .list .column{
  width: 30%;
  margin: 0 1.6% 40px 1.6%;
  background: #FFF;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  position: relative;
  transition: all 0.5s 0s ease;
}
#news_list .list .column:hover{
    background: #232da8;
    transform: scale(0.9,0.9) translate(-0%,0%);
}
#news_list .list .column a{
display: block;
    padding: 40px;
    transition: all 0.5s 0s ease;
}
#news_list .list .column a:hover{
}
body.color-ragg #news_list .list .column a:hover{
  background: #4dadd9;
}
body.color-event #news_list .list .column a:hover{
  background: #53b46f;
}
#news_list .list .column a figure{
    margin-bottom: 20px;
}
#news_list .list .column a figure .img_wrap{
    position: relative;
    padding-top: 100%;
}
#news_list .list .column a figure .img_wrap span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
#news_list .list .column a .news_eye img{
  margin-bottom: 10px;
}
#news_list .list .column a .date{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ccc;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
#news_list .list .column a .event_date{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
  word-wrap: break-word;
  line-height: 1.8;
}
#news_list .list .column a .event_date span{
  display: block;
  font-size: 12px;
}
#news_list .list .column a .date span.category{
  background: #ccc;
  display: inline-block;
  vertical-align: 2px;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 2px 10px;
  margin-left: 4px;
}
#news_list .list .column a .title{
font-size: 18px;
line-height: 1.6;
  font-weight: bold;
  color: #c40018;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
  margin-bottom: 10px;
}
body.color-ragg #news_list .list .column a .title{
  color: #4dadd9;
}
body.color-event #news_list .list .column a .title{
  color: #53b46f;
}
#news_list .list .column a:hover .title,
body.color-ragg #news_list .list .column a:hover .title,
body.color-event #news_list .list .column a:hover .title{
  /* color: #FFF; */
}
#news_list .list .column a p{
  font-size: 12px;
  line-height: 1.8;
}
#news_list .more a{
  display: block;
  background: #fff100;
  text-align: center;
  font-size: 24px;
  line-height: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #c40018;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
body.color-ragg #news_list .more a{
  background: #4dadd9;
}
body.color-event #news_list .more a{
  background: #53b46f;
}
#news_list .more a:hover{
  background: #c40018;
  color: #fff100;
}
body.color-ragg #news_list .more a:hover{
  background: #FFF;
  color: #4dadd9;
}
body.color-event #news_list .more a:hover{
  background: #FFF;
  color: #53b46f;
}

@media only screen and (max-width: 768px) {
  #news_list{
    margin-top: 30px;
  }
  #news_list .category_title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
  }
  #news_list .list{
    text-align: left;
    width : -webkit-calc(100% + 40px);
    width : calc(100% + 40px);
    margin-left: -20px;
    column-count: 1;
    column-gap: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #news_list .list.min{
    display: block;
    margin-bottom: 15px;
  }
  #news_list .list .column{
    width: 100%;
    width : -webkit-calc(100% - 40px);
    width : calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 15px;
  }
    #news_list .list .column a{
    padding: 20px;
    }

    #news_list .list .column a .title{
        font-size: 16px;
        line-height: 1.6;
    }

    #news_list .list .column a .date{
        font-size: 11px;
    }
  #news_list .list.min .column a .date{
    font-size: 12px;
  }
  #news_list .list.min .column a .title{
    font-size: 14px;
    line-height: 1.8;
  }

  #news_list .more a{
    font-size: 16px;
    line-height:60px;
  }
}


/*----------------------------------------------------
block_list
--------------------------------------------------- */
.block_list{
    margin-top: 60px;
}
body.top .block_list.footer{
    display: none;
}
.block_list .category_title{
    text-align: center;
    font-size: 38px;
    color: #FFF;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
}
.block_list .list{
    text-align: left;
    width: 100%;
    margin-left: 0px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.block_list .list.min{
    display: flex;
    margin-bottom: 0px;
    justify-content:space-between;
}
.block_list .list .column{
    width: 30%;
    margin: 0 1.6% 40px 1.6%;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    position: relative;
    transition: all 0.5s 0s ease;
}
#magazine_list.block_list .list .column{
    background: #f8eb00;
}
.block_list .list .column:hover{
    background: #232da8;
    transform: scale(0.9,0.9) translate(-0%,0%);
}
#magazine_list.block_list .list .column:hover{
    background: #232da8;
}
.block_list .list .column a{
    display: block;
    padding: 40px;
    transition: all 0.5s 0s ease;
}
.block_list .list .column a:hover{
}
body.color-ragg .block_list .list .column a:hover{
    background: #4dadd9;
}
body.color-event .block_list .list .column a:hover{
    background: #53b46f;
}
.block_list .list .column a figure{
    margin-bottom: 20px;

}
.block_list .list .column a figure .img_wrap{
    position: relative;
    padding-top: 100%;
    background: linear-gradient(90deg, #00e6d6 0%, #fff100 49%, #00e6d6 100%);
    background-size: 500% 500%;
    animation-name: gradation_bg;
    animation-duration: 4.0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
    border-radius: 5px;
    overflow: hidden;
}
.block_list .list .column a figure .img_wrap span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
}
.block_list .list .column a figure .img_wrap span.lazyloaded{
  opacity: 1;
  transition: all 0.5s 0s ease;
}
.block_list .list .column a .news_eye img{
    margin-bottom: 10px;
}
.block_list .list .column a .date{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ccc;
    transition: all 0.5s 0s ease;
}
.block_list .list .column a .event_date{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.8;
}
.block_list .list .column a .event_date span{
    display: block;
    font-size: 12px;
}
.block_list .list .column a .date span.category{
    background: #ccc;
    display: inline-block;
    vertical-align: 2px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    padding: 2px 10px;
    margin-left: 4px;
}
.block_list .list .column a .title{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    color: #c40018;
    transition: all 0.5s 0s ease;
    margin-bottom: 10px;
}
body.color-ragg .block_list .list .column a .title{
    color: #4dadd9;
}
body.color-event .block_list .list .column a .title{
    color: #53b46f;
}
.block_list .list .column a:hover .title,
body.color-ragg .block_list .list .column a:hover .title,
body.color-event .block_list .list .column a:hover .title{
    color: #c40018;
}
.block_list .list .column a p{
    font-size: 12px;
    line-height: 1.8;
}
.block_list .more a{
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    transition: all 0.5s 0s ease;
    background: #FFF;
    color: #c40018;
    border-radius: 5px;
}
#magazine_list.block_list .more a{
    background: #f8eb00;
    color: #c40018;
}
body.color-ragg .block_list .more a{
    background: #4dadd9;
}
body.color-event .block_list .more a{
    background: #53b46f;
}
.block_list .more a:hover,
#magazine_list.block_list .more a:hover{
    background: #c40018;
    color: #232da8;
}
body.color-ragg .block_list .more a:hover{
    background: #FFF;
    color: #4dadd9;
}
body.color-event .block_list .more a:hover{
    background: #FFF;
    color: #53b46f;
}
  
  @media only screen and (max-width: 768px) {
    .block_list{
      margin-top: 30px;
    }
    .block_list .category_title{
      text-align: left;
      padding: 0 10px;
      font-size: 24px;
      margin-bottom: 10px;
      text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
    }
    .block_list .list{
        text-align: left;
        width : -webkit-calc(100% + 30px);
        width : calc(100% + 30px);
        margin-left: -15px;
        column-count: 1;
        column-gap: 0;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .block_list .list.sp_slider{
        display: flex;
        column-count:auto;
        column-gap:normal;
        overflow: hidden;
        width: 100vw;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        flex-wrap: nowrap;
    }
    .block_list .list.min{
      display: block;
      margin-bottom: 15px;
    }
    .block_list .list .column{
      width: 100%;
      width : -webkit-calc(100% - 40px);
      width : calc(100% - 40px);
      margin: 0 auto;
      margin-bottom: 15px;
    }
    .block_list .list.sp_slider .column{
        width: 80vw;
        width: 300px;
        margin: 0;
        margin-bottom: 15px;
        margin-left: 15px;
    }
    .block_list .list.sp_slider .column:last-child{
        margin-right: 15px;
    }
    .block_list .list .column a{
        padding: 20px;
    }
    .block_list .list.min .column a{
        padding: 20px;
        display: flex;
        flex-direction: row; /* row row-reverse column */
        justify-content: space-between; /* flex-start  center  space-between */
        align-items: flex-start; /* flex-start  center  */
    }
    
    .block_list .list.min .column a figure{
        width: 80px;
        margin: 0;
    }
    .block_list .list.min .column a .textarea{
        width : -webkit-calc(100% - 100px) ;
        width : calc(100% - 100px) ;
    }

    .block_list .list .column a .title{
        font-size: 16px;
        line-height: 1.6;
    }

    .block_list .list.sp_slider .column a .title{
        word-break:normal;
        white-space:normal;
        width: 260px;
    }
    .block_list .list .column a .date{
        font-size: 11px;
    }
    .block_list .list.min .column a .date{
        font-size: 12px;
    }
    .block_list .list.min .column a .title{
      font-size: 14px;
      line-height: 1.8;
    }
    .block_list .more a{
      font-size: 16px;
      line-height:60px;
    }
  }

  

/*----------------------------------------------------
  .block_podcast
--------------------------------------------------- */
.block_podcast{
    margin-top: 120px;
}
.block_podcast .embed{
    position: relative;
    padding-top: 300px;
}
.block_podcast .embed iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .block_podcast{
        margin-top: 60px;
    }
}
/*----------------------------------------------------
  #poster
--------------------------------------------------- */
#poster{
  margin-top: 40px;
  letter-spacing: -0.4em;
  text-align: center;
  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);
  margin-left: -20px;
}
#poster .category_title{
  text-align: center;
  font-size: 38px;
  color: #FFF;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
}
#poster .left{
  letter-spacing: normal;
  display: inline-block;
  width : -webkit-calc(50% - 40px);
  width : calc(50% - 40px);
  margin: 0 20px 20px 20px;
  vertical-align: top;
}
#poster .right{
  letter-spacing: -0.4em;
  display: inline-block;
  width : -webkit-calc(50% - 40px);
  width : calc(50% - 40px);
  margin: 0 20px;
  vertical-align: top;
  text-align: left;
}
#poster .right .column{
  display: inline-block;
  letter-spacing: normal;
  width : -webkit-calc(33.333333% - 20px);
  width : calc(33.333333% - 20px);
  margin: 0 10px 20px 10px;
  vertical-align: top;
}
#poster .center{
  letter-spacing: -0.4em;
  margin: 0 20px;
  vertical-align: top;
  text-align: left;
}
#poster .center .column{
  display: inline-block;
  letter-spacing: normal;
  width : -webkit-calc(20% - 20px);
  width : calc(20% - 20px);
  margin: 0 10px 20px 10px;
  vertical-align: top;
}
#poster .column{
  position: relative;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
}
#poster .column a{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #fff100;
  line-height: 50px;
  text-align: center;
  color: #c40018;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
#poster .column a:hover{
  background: #c40018;
  color: #fff100;
}
#poster .right .column a{
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 768px) {
  #poster{
    margin-top: 15px;
    width : -webkit-calc(100% + 0px);
    width : calc(100% + 0px);
    margin-left: 0px;
  }
  #poster .category_title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 1px 10px 15px rgba(51, 51, 51, 0.2);
  }
  #poster .left,
  #poster .right,
  #poster .center{
    width : -webkit-calc(100% - 0px);
    width : calc(100% - 0px);
    margin: 0px;
    margin-bottom: 25px;
  }
  #poster .center .column{
  width : -webkit-calc(33.3333333% - 20px);
  width : calc(33.3333333% - 20px);
  }

  #poster .column a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}
/*----------------------------------------------------
  #spotify
--------------------------------------------------- */
#spotify{
  margin-top: 60px;
}
#spotify iframe{
  width: 100%;
  height: 50.55vw;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  #spotify{
    margin-top: 30px;
  }
}
/*----------------------------------------------------
  #movie
--------------------------------------------------- */
#movie{
  margin-top: 60px;
}
#movie iframe{
  width: 100%;
  height: 50.55vw;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  #movie{
    margin-top: 30px;
  }
}
/*----------------------------------------------------
  #footer
--------------------------------------------------- */
#footer{
  margin-top: 60px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
#footer ul.f_menu{
    background: #232da8;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content:center; /* flex-start  center  space-between */
    align-items: center; /* flex-start  center  */
}
#footer ul.f_menu li{
  margin: 0 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-weight: bold;
  color: #c40018;
}
body.color-ragg #footer ul.f_menu li{
  color: #4dadd9;
}
body.color-event #footer ul.f_menu li{
  color: #53b46f;
}
#footer ul.f_menu li svg{
  width: 20px;
  fill:#c40018;
  vertical-align: middle;
}
#footer ul.f_menu li a{
  color: #c40018;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px #c40018 solid;
  display: flex;
  border-radius: 40px;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
}
body.color-ragg #footer ul.f_menu li a{
  color: #4dadd9;
}
body.color-ragg #footer ul.f_menu li svg{
  fill: #4dadd9;
}
body.color-event #footer ul.f_menu li a{
  color: #53b46f;
}
body.color-event #footer ul.f_menu li svg{
  fill: #53b46f;
}
#footer ul.s_menu{
  text-align: center;
    padding: 20px;
}
#footer ul.s_menu li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#footer ul.s_menu li a{
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c40018;

}
body.color-ragg #footer ul.s_menu li a{
  color: #4dadd9;
}

body.color-event #footer ul.s_menu li a{
  color: #53b46f;
}


#footer ul.logo{
  text-align: center;
  position: relative;
  /* top: 40px;
  right: 30px; */
  /* width: 50%; */
  padding: 20px;
}
#footer ul.logo li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px;
  margin-bottom: 0px;
}
#footer ul.logo li img{
  width: 120px;
  filter: grayscale(100%);
}

#footer ul.support_text{
  text-align: center;
  position: relative;
  /* top: 40px;
  right: 30px; */
  /* width: 50%; */
  padding: 20px ;
  margin-bottom: 20px;
}
#footer ul.support_text li{
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#footer ul.support_text li small{
  font-size: 10px;
}
#footer .s_title{
  text-align: center;
  font-size: 14px;
}
#footer ul.back_text{
  text-align: center;
  position: relative;
  padding: 20px 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #footer ul.back_text{
    padding: 20px;
  }
}
#footer ul.back_text li{
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#footer ul.back_text li:after{
  content: "／";
}
#footer ul.back_text li:last-child:after{
  display: none;
}
#footer ul.back_text li small{
  font-size: 10px;
}
#footer .copyright{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #footer{
    margin-top:30px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
  }
  #footer ul.f_menu{
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #footer ul.f_menu li{
    margin: 0 10px;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  #footer ul.f_menu li img{
    width: 20px;
    vertical-align: middle;
  }
  #footer ul.f_menu li a{
  }
  #footer ul.f_menu li.t{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  #footer ul.s_menu{
    margin-bottom: 0px;
  }
  #footer ul.s_menu li{
    margin: 0 1.5vw;
  }
  #footer ul.s_menu li a{
    font-size: 3vw;

  }


  #footer ul.logo{
    position: static;
    margin-bottom: 20px;
    width: auto;
    padding: 0;
  }
  #footer ul.logo li{
    display: inline-block;
    vertical-align: middle;
  }
  #footer ul.logo li img{
    width: 80px;
  }
  #footer .copyright{
    position: static;
    font-size: 9px;
    padding-bottom: 120px;
  }
  #footer ul.logo li.min img{
    height: auto;
    width: 100%;
  }
}

/*----------------------------------------------------
  .ページ共通
--------------------------------------------------- */
/* ページタイトル */
.pageTitle{
  position: relative;
  background: #232da8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  height: 100px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  margin-bottom: 40px;

}
.pageTitle .title{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
    text-align: center;
    font-size: 28px;
    color: #c40018;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  -webkit-transform: scale(1,1) translate(-0%,-50%);
     -moz-transform: scale(1,1) translate(-0%,-50%);
      -ms-transform: scale(1,1) translate(-0%,-50%);
       -o-transform: scale(1,1) translate(-0%,-50%);
          transform: scale(1,1) translate(-0%,-50%);

}
body.color-ragg .pageTitle .title{
  color: #4dadd9;
}
body.color-event .pageTitle .title{
  color: #53b46f;
}
@media only screen and (max-width: 768px) {
  .pageTitle{
    height: 120px;
    margin-bottom: 30px;
  }
  .pageTitle .title{
      font-size: 20px;
      margin-top: 25px;
  }
}

/* カテゴリータイトル */
.category_title{
  text-align: center;
  color: #FFF;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;

}
@media only screen and (max-width: 768px) {
  .category_title{
    font-size: 22px;
    margin-bottom:20px;
  }
}
/*ページャー*/
.pager,
.pagerBox{
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.pagerBox .pagerLef,.pagerBox .pagerRig {
    display: inline-block;
    vertical-align: middle;
}
.pager .page-numbers,
.pagerBox .pagerLef a,.pagerBox .pagerRig a {
    font-size: 16px;
    margin:0 10px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #c40018;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;

}
body.color-event .pager .page-numbers,
body.color-event .pagerBox .pagerLef a,
body.color-event .pagerBox .pagerRig a{
    color: #53b46f;

}
.pager a.page-numbers:hover,
.pagerBox .pagerLef a:hover,.pagerBox .pagerRig a:hover{
  background: #232da8;
  color: #c40018;
}
body.color-event .pager a.page-numbers:hover,
body.color-event .pagerBox .pagerLef a:hover,
body.color-event .pagerBox .pagerRig a:hover{
  background: #53b46f;
  color: #FFF;
}
.pager .page-numbers.current{
    background: #232da8;
    color: #FFF;
    font-weight: bold;
}
body.color-event .pager .page-numbers.current{
    background: #53b46f;
    color: #FFF;
}
.pager .page-numbers.dots{
  background: none;
  color: #FFF;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0);
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0);
}
.pager .prev, .pager .next {
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .pager .page-numbers {
    font-size: 10px;
    margin:0 2px;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
  }
  .pager .prev, .pager .next {
      padding: 0 10px;
  }
}


/* メイン */
#main{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  margin-bottom: 40px;
}
#main .inner{
  padding: 40px;
}
#main .inner ul.listTxt{
  margin-bottom: 40px;
  letter-spacing: -0.4em;
}
#main .inner ul.listTxt li{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 23%;
  margin: 0 1%;
  margin-bottom: 10px;
  text-align: center;
}
#main .inner ul.listPic{
  margin-bottom: 40px;
  letter-spacing: -0.4em;
}
#main .inner ul.listPic li{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 23%;
  margin: 0 1%;
  margin-bottom: 10px;
}
#main .inner ul.listTxt li a{
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #main .inner ul.listTxt{
    margin-bottom: 40px;
    letter-spacing: -0.4em;
  }
  #main .inner ul.listTxt li{
    width: 48%;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  #main .inner ul.listPic{
    margin-bottom: 40px;
    letter-spacing: -0.4em;
  }
  #main .inner ul.listPic li{
    width: 48%;
    margin: 0 1%;
    margin-bottom: 10px;
  }
  #main .inner ul.listTxt li a{
    line-height: 1.5;
  }
}
#main .inner .media{
  width: 80%;
  margin: 0 auto;
  border:1px #fff100 solid;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#main .inner .media a{
  display: block;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  background: #fff100;
  color: #c40018;
}
#main .coming{
    text-align: center;
    color: #fff100;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
/*NEWS*/
.news_top_txt{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.news_top_txt span{
  font-weight: bold;
  color: #ccc;
}
#main p{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 30px;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#main p.three_column{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main p.three_column img{
  display: block;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#main .entry{
  margin-bottom: 20px;
}
#main .entry.min{
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}
#main .entry img{
  margin-bottom: 10px;
}
#main .news_eye{
  margin-bottom: 20px;
}
#main.about p{
 /* text-align: justify;
  text-justify: inter-ideograph;*/
}
#main a{
  color: #c40018;
  text-decoration: underline;
}
#main b,
#main strong{
  font-weight: bold;
}
#main small{
  font-size: 11px;
  line-height: 1.6;
}

#main .entry.min p{
    font-size: 12px;
    line-height: 1.8;
}
#main .t18{
  font-size: 18px;
}
#main.event a{
  color: #53b46f;
  text-decoration: underline;
}
#main img{
  width: auto;
  max-width: 100%;
  height: auto;
}
#main th,
#main td{
  text-align: left;
}
#main .pdf,
#artist_two_column  .pdf{
  margin: 0 20px;
  margin-bottom: 20px;
  margin-top: 40px;
  display: block;
  background: #fff100;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #c40018 !important;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

#main .pdf:hover,
#artist_two_column .pdf:hover{
  background: #c40018;
  color: #fff100 !important;
}
#main .news_cate a{
    background: #c40018;
    display: inline-block;
    vertical-align: 2px;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    padding: 2px 10px;
    margin-left: 4px;
    text-decoration: none;
}
#main .news_ttl{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #c40018;
    margin-bottom: 20px;
}
/*タイトル周り*/
#main .sub_title01{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #c40018;
    border-bottom:1px #c40018 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body.color-event #main.event .event_date{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
    word-wrap: break-word;
    line-height: 1.8;
}
body.color-event #main.event .news_ttl{
    color: #53b46f;
}
#main.event .information{
  margin-bottom: 20px;
  border:1px #ccc solid;
  padding:20px;

}
#main.event p a{
  text-decoration: underline;
}
#main.event .information dl{
    margin-bottom: 10px;
  overflow: hidden;
}
#main.event .information dl dt{
  display: inline-block;
  vertical-align: top;
  width: 100px;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.8;
  word-wrap : break-word;
  overflow-wrap : break-word;
  font-weight: bold;
}
#main.event .information dl dd{
   width : -webkit-calc(100% - 120px) ;
   width : calc(100% - 120px) ;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.8;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#main.event .information dl dd p{
  font-size: 13px;
  line-height: 1.8;

}
#main.about .attention{
  border:1px #fff100 solid;
  padding: 20px;
  margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
body.color-ragg #main.about .attention{
  border:1px #4dadd9 solid;
}
body.color-event #main.about .attention{
  border:1px #53b46f solid;
}
#main.about .attention a{
  display: block;
  text-align: center;
  background: #fff100;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
#main.about a.btn{
  display: block;
  text-align: center;
  background: #fff100;
  color: #FFF;
  text-decoration: none;
  padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
body.color-ragg #main.about .attention a{
  background: #4dadd9;
}
body.color-ragg #main.about  a.btn{
  background: #4dadd9;
}
body.color-event #main.about .attention a{
  background: #53b46f;
}
#main.about h5 {
    color: #fff100;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 10px;
    border-bottom: 1px #fff100 solid;
    padding-bottom: 5px;
}
body.color-ragg #main.about h5 {
    color: #4dadd9;
    border-bottom: 1px #4dadd9 solid;
}
body.color-event #main.about h5 {
    color: #53b46f;
    border-bottom: 1px #53b46f solid;
}
#main.about ul.list{
  overflow: hidden;
}
#main.about ul.list li{
  width: 50%;
  float: left;
}


/*photo report*/
#main .photo_report{
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: 2px #fff100 solid;
  padding-bottom: 40px;
}
#main .photo_report .image{
  margin-bottom: 20px;
}
#main .photo_report .textarea{
  overflow: hidden;
  letter-spacing: -0.4em;
}
#main .photo_report .textarea .text{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 620px;
  padding-right: 10px;
  border-right:1px #ccc solid;
  font-size: 13px;
  line-height: 1.8;
}
#main .photo_report .textarea .text p{
  font-size: 13px;
  line-height: 1.8;
}
#main .photo_report .textarea .text .photo{
  padding-top: 40px;
  font-size: 12px;
  display: block;
}
#main .photo_report .textarea .cameraman{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 260px;
  text-align: right;
  color: #0067ac;
  font-size: 22px;
  font-weight: bold;
}
#main .photo_report.w01 .textarea .text{
  width: 520px;
}
#main .photo_report.w01 .textarea .cameraman{
  width: 360px;
}
#main .photo_report .textarea .cameraman span{
  font-size: 16px;
  display: block;
  font-weight: bold;
}
#main .photo_report .textarea .cameraman span.s{
  font-size: 14px;
  display: block;
  font-weight: bold;
}
#main .photo_report.tate .image{
  float: right;
  width: 500px;
  margin-bottom: 20px;
}
#main .photo_report.tate .textarea{
  float: left;
  width: 380px;
  overflow: hidden;
}
#main .photo_report.tate .textarea .text{
  display:block;
  float: none;
  width: 100%;
  padding-right: 0px;
  border-right:none;
}
#main .photo_report.tate .textarea .cameraman{
  display:block;
  float: none;
  width: 100%;
  text-align: left;
  color: #0067ac;
  font-size: 26px;
  font-weight: bold;
  border-bottom:1px #ccc solid;
  margin-bottom: 20px;
  padding-bottom: 80px;
  padding-top: 80px;
}
/*イベント詳細*/
#main .artist_list{
  margin-bottom: 20px;
  margin-top: 20px;
}
#main .artist_list .artist_title{
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #53b46f;
}
#main .artist_list  ul.artist_list_ul{
  overflow: hidden;
}
#main .artist_list  ul.artist_list_ul li{
  width : -webkit-calc(33.333% - 26px);
  width : calc(33.333% - 26px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main .artist_list  ul.artist_list_ul li{
}
#main .artist_list  ul.artist_list_ul li .image{
  width: 100%;
  height: 200px;
}
#main .artist_list  ul.artist_list_ul li div.column-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(83,180,111,0.8);
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
}
#main .artist_list  ul.artist_list_ul li div p{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  text-align: center;
}
#main .artist_list  ul.artist_list_ul li div p .artist_name{
  font-size: 10px;
  font-style:normal;
}




@media only screen and (max-width: 768px) {
  #main{
    max-width: auto;
    margin-bottom: 40px;
    word-break: break-all;
  }
  
    #main.magazine_main{
    position: relative;
    width: 100vw;
    left: -15px;
    margin: 0 auto;
    border-radius: 0px;
    margin-bottom: 40px;
  }
  #main .pdf,
  #artist_two_column .pdf{
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0;
  }

  #main .inner{
    padding: 20px;
  }
  /*NEWS*/
  .news_top_txt{
      font-size: 16px;
  }
  #main p{
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.8;
  }
  #main p.three_column img{
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  #main img{
    width: auto;
    max-width: 100%;
    margin: 0px;
  }
  #main th{
    width: 20%;
  }
  #main.contact th,
  #contactBox03 th{
    width: 100%;
  }
  #main .news_cate a{
      display: inline-block;
      vertical-align: 2px;
      color: #FFF;
      font-size: 12px;
      line-height: 1;
      padding: 2px 10px;
      margin-left: 4px;
      text-decoration: none;
  }
  #main .news_ttl{
      font-size: 16px;
      line-height: 1.8;
      font-weight: bold;
      margin-bottom: 20px;
  }
  #main.about ul.list li{
    width: 100%;
    float: none;
  }

  #main.event .information dl{
    margin-bottom: 10px;
  }
  #main.event .information dl dt{
    display:block;
    vertical-align: top;
    width: 100%;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.8;
  }
  #main.event .information dl dd{
    display:block;
    vertical-align: top;
    width: 100%;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.8;
  }


  /*photo report*/
  #main .photo_report{
    margin-bottom: 40px;
  }
  #main .photo_report .image{
    margin-bottom: 20px;
  }
  #main .photo_report .textarea{
    overflow: hidden;
  }
  #main .photo_report .textarea .text{
    float: none;
    width: 100%;
    padding-right: 0px;
    border-right:none;
  }
  #main .photo_report.w01 .textarea .text{
    float: none;
    width: 100%;
    padding-right: 0px;
    border-right:none;
  }
  #main .photo_report .textarea .cameraman{
    float: none;
    width: 100%;
    text-align: right;
    border-bottom:1px #ccc solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #main .photo_report.w01 .textarea .cameraman{
    float: none;
    width: 100%;
    text-align: right;
    border-bottom:1px #ccc solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #main .photo_report.tate .textarea .cameraman{
    display:block;
    float: none;
    width: 100%;
    text-align: right;
    color: #0067ac;
    border-bottom:1px #ccc solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
  padding-top: 0px;
  }
  #main .photo_report .textarea .cameraman span{
    font-size: 14px;
  }
  #main .photo_report.tate .image{
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #main .photo_report.tate .textarea{
    float: none;
    width: 100%;
  }
  #main .photo_report.tate .textarea .text{
    display:block;
    float: none;
    width: 100%;
    padding-right: 0px;
    border-right:none;
  }

  /*イベント詳細*/
  #main .artist_list{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #main .artist_list  ul.artist_list_ul li{
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    height: 62vw;
  }
  #main .artist_list  ul.artist_list_ul li{
  }
  #main .artist_list  ul.artist_list_ul li .image{
    width: 100%;
    height: 62vw;
  }
  #main .artist_list  ul.artist_list_ul li div.column-bg{
    padding: 5px 0px;
  }
  #main .artist_list  ul.artist_list_ul li div p{
    font-size: 8px;
    font-style:normal;
  }
  #main .artist_list  ul.artist_list_ul li div p .artist_name{
    font-size: 8px;
    font-style:normal;
  }

}

/*ABOUT*/
#main.about .main_v{
  text-align: center;
  padding: 100px 0;
  background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/about.jpg) no-repeat center 40%;
  background-size: cover;
  color: #FFF;
  font-size: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main .sttl{
  border-bottom:2px #c40018 solid;
  padding-bottom: 5px;
  text-align: center;
  font-size: 24px;
  color: #c40018;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: 'Montserrat',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}

body.color-ragg #main .sttl{
  border-bottom:2px #4dadd9 solid;
  color: #4dadd9;
}
body.color-event #main .sttl{
  border-bottom:2px #53b46f solid;
  color: #53b46f;
}
#main.about .contents_inner{
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.8;
}
.t_align_c{
  text-align: center;
}
.t_align_r {
  text-align: right;
}
#main.about img[align="right"]{
  margin: 0 0 10px 10px;
}

@media only screen and (max-width: 768px) {
  #main.about .main_v{
    padding: 50px 0;
    background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/about.jpg) no-repeat center 40%;
    background-size: cover;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  #main .sttl{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    padding: 5px 10px;
  }
  #main .contents_inner,
  #main.about .contents_inner{
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}
/*history*/
#main.history{
}
#main.history .pic{
  margin-bottom: 20px;
}
#main.history h4{
  background: #fff100;
  text-align: center;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#main.history h5{
  color: #fff100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-bottom:1px #fff100 solid;
  padding-bottom: 5px;
}
#main.history p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.picBox{
  overflow: hidden;
}
.picBox ul li{
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #main.history h4{
    font-size: 18px;
    line-height: 1.8;
  }
  #main.history h5{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    border-bottom:1px #fff100 solid;
    padding-bottom: 5px;
  }
  #main.history p{
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 12px;
  }
}

/*ringo*/

#main.ringo .main_v.ticket{
  text-align: center;
  padding: 100px 0;
  background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/ticket.jpg) no-repeat center 40%;
  background-size: cover;
  color: #FFF;
  font-size: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#main.ringo .main_v.access{
  text-align: center;
  padding: 100px 0;
  background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/about.jpg) no-repeat center 40%;
  background-size: cover;
  color: #FFF;
  font-size: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
#artist_two_column .main_v.artist_visual{
  text-align: center;
  padding: 100px 0;
  background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/artist.jpg) no-repeat center 40%;
  background-size: cover;
  color: #FFF;
  font-size: 38px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
     margin: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #main.ringo .main_v.ticket{
    text-align: center;
    padding: 40px 0;
    background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/ticket.jpg) no-repeat center 40%;
    background-size: cover;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  #main.ringo .main_v.access{
    text-align: center;
    padding: 40px 0;
    background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/about.jpg) no-repeat center 40%;
    background-size: cover;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }

  #artist_two_column .main_v.artist_visual{
    text-align: center;
    padding: 40px 0;
    background: url(http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/main_visual/artist.jpg) no-repeat center 40%;
    background-size: cover;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }
}

/* artist_two_column */
#artist_two_column{
  letter-spacing: -0.4em;
  text-align: center;
  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);
  margin-left: -20px;
     overflow: hidden;
    margin-bottom: 40px;
}
#artist_two_column .two_column{
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width : -webkit-calc(50% - 40px);
  width : calc(50% - 40px);
  margin: 0 20px 20px 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #FFF;
}
#artist_two_column .column{
  letter-spacing: normal;
  vertical-align: top;
  display: block;
  width : -webkit-calc(100% - 40px);
  width : calc(100% - 40px);
  margin: 0 0px 20px 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #FFF;
  /* padding-top: 20px; */
}
body.color-ragg #main #artist_two_column .column
 .sttl{

}
#artist_two_column .two_column h3,
#artist_two_column .column h3{
  background: #fff100;
  text-align: center;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c40018;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#artist_two_column .two_column h3 span,
#artist_two_column .column h3 span{
  font-size: 14px;
}
#artist_two_column .two_column h3.no_day,
#artist_two_column .column h3.no_day{
  margin-top: -20px;

}
#artist_two_column .two_column ul,
#artist_two_column .column ul{
  overflow: hidden;
}
#artist_two_column .stage{
  margin: 20px;
  font-size: 14px;
  padding:5px 10px;
  font-weight: bold;
  border:1px #eb65a2 solid;
  color: #eb65a2;
  letter-spacing: 0.1em;
     border-radius: 5px;
    -webkit-border-radius: 5px;
}
#artist_two_column .stage.stage02{
  border:1px #00a7b7 solid;
  color: #00a7b7;
}
#artist_two_column .stage.stage03{
  border:1px #e39f00 solid;
  color: #e39f00;
}
#artist_two_column .stage.stage04{
  border:1px #a778a7 solid;
  color: #a778a7;
}
#artist_two_column .stage.stage05{
  border:1px #67b837 solid;
  color: #67b837;
}
#artist_two_column .stage.stage06{
  border:1px #f29a72 solid;
  color: #f29a72;
}
#artist_two_column .stage.stage07{
  border:1px #657ebe solid;
  color: #657ebe;
}
#artist_two_column .stage.stage08{
  border:1px #605432 solid;
  color: #605432;
}
#artist_two_column .stage span{
  font-size: 10px;
}
#artist_two_column .two_column ul li{
  width : -webkit-calc(50% - 30px);
  width : calc(50% - 30px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  /* height: 13vw; */
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#artist_two_column .two_column ul li a{
}
#artist_two_column .two_column ul li a figure{
  margin: 0;
}
#artist_two_column .two_column ul li a figure{
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#artist_two_column .two_column ul li a .image{
  /* width: 100%;
  height: 13vw; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#artist_two_column .two_column ul li a div.column-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,241,0,0.8);
  color: #c40018;
  padding: 10px 0px;
  transition: all 0.5s 0s ease;
}
#artist_two_column .two_column ul li a:hover div.column-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c40018;
  color: rgba(255,241,0,1);
  padding: 10px 0px;
}
#artist_two_column .two_column ul li a div p{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#artist_two_column .two_column ul li a div p em{
  font-size: 10px;
  font-style:normal;
}
#artist_two_column .column ul li{
  width : -webkit-calc(33.333% - 26px);
  width : calc(33.333% - 26px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#artist_two_column.min .column ul li{
  width : -webkit-calc(25% - 26px);
  width : calc(25% - 26px);
}
#artist_two_column .column ul li a figure{
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0;
}
#artist_two_column .column ul li a .image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:  100%;
}
#artist_two_column.min .column ul li a .image{
  height: 200px;
}
#artist_two_column .column ul li a div.column-bg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,241,0,0.8);
  color: #c40018;
  padding: 15px 0px;
  transition: all 0.5s 0s ease;
}
#artist_two_column .column ul li a:hover div.column-bg{
  color: #fff100;
  background: #c40018;
}
#artist_two_column.agogo .column ul li a div.column-bg{
  background: rgba(77,173,217,0.8);
}
#artist_two_column .column ul li a div.column-bg p{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
}

#artist_two_column .two_column  ul li .ragg{
  position: absolute;
  top: 0px;
  right: 4px;
}
#artist_two_column .two_column  ul li .ragg .ragg-column{
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 3px;
  font-size: 10px;
  padding: 0 5px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  background: #ffe100;
  font-family: 'Montserrat', sans-serif;
}
#artist_two_column .column ul.min li{
  width : -webkit-calc(25% - 26px);
  width : calc(25% - 26px);
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 200px;
}
#artist_two_column .column ul.min li a div{
  /* padding: 0px 0px; */
}
#artist_two_column .column ul.min li a div p{
  font-size: 13px;
  line-height: 20px;
}
#artist_two_column .column ul li a div p em{
  font-size: 10px;
  font-style:normal;
}
@media only screen and (max-width: 768px) {
  #artist_two_column{
    width : -webkit-calc(100% + 0px);
    width : calc(100% + 0px);
    margin-left: 0px;
  }
  #artist_two_column .two_column,
  #artist_two_column .column{
    letter-spacing: normal;
    display: block;
    width : -webkit-calc(100%);
    width : calc(100%);
    margin: 0 0 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
  }
  #artist_two_column .two_column h3,
  #artist_two_column .column h3{
    margin-bottom: 20px;
     font-size: 18px;
  }
  #artist_two_column .two_column ul li{
    height: 32vw;
  }
  #artist_two_column .two_column ul li,
  #artist_two_column .column ul li,
  #artist_two_column .column ul.min li,
  #artist_two_column.min .column ul li{
    width : -webkit-calc(50% - 30px);
    width : calc(50% - 30px);
    float: left;
    height: auto;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #artist_two_column .two_column ul li a figure,
  #artist_two_column .column ul li a figure,
  #artist_two_column .column ul.min li a figure,
  #artist_two_column.min .column ul li a figure{
    padding-top: 88%;
    /* height: 32vw; */
  }
  #artist_two_column .two_column ul li a .image,
  #artist_two_column .column ul li a .image,
  #artist_two_column .column ul.min li a .image,
  #artist_two_column.min .column ul li a .image{
    /* height: 32vw; */
  }
  #artist_two_column .two_column ul li a div.column-bg,
  #artist_two_column .column ul li a div.column-bg,
  #artist_two_column .column ul.min li a div.column-bg{
    padding: 5px 0px;
  }
  #artist_two_column .two_column ul li a div.column-bg p,
  #artist_two_column .column ul li a div.column-bg p,
  #artist_two_column .column ul li.min a div.column-bg p,
  #artist_two_column .column ul li p{
    font-size: 9px;
    line-height: 16px;
    padding: 0 5px;
  }

  #artist_two_column .two_column  ul li .ragg{
    position: absolute;
    top: 0px;
    right: 4px;
  }
  #artist_two_column .two_column  ul li .ragg .ragg-column{
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 3px;
    font-size: 8px;
    padding: 0 3px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    background: #ffe100;
    font-family: 'Montserrat', sans-serif;
  }
  #artist_two_column .two_column ul li a div p em,
  #artist_two_column .column ul li a div p em{
    font-size: 8px;
    font-style:normal;
  }
}


/*ABOUT*/
#main.outline dl{
  overflow: hidden;
  border-top: 1px #eee solid;
  padding-top: 10px;
  margin-top: 10px;
}
#main.outline dl dt{
  display: inline-block;
  width: 120px;
  vertical-align: top;
  font-weight: bold;
}
#main.outline dl dd{
   width : -webkit-calc(100% - 140px) ;
   width : calc(100% - 140px) ;
  display: inline-block;
  vertical-align: top;
}

/*ABOUT*/
.ticket_list{
  overflow: hidden;
}
#main.outline dl.ticket{
  float: left;
  width: 48%;
  margin-right: 2%;
  overflow: hidden;
  border-top: none;
  padding-top: 10px;
  margin-top: 10px;
}
#main.outline dl.ticket dt{
  display:block;
  width: 100%;
  text-align: center;
}
#main.outline dl.ticket dd{
  display:block;
  width: 100%;
}


#main.outline .schedule{
  border:1px #fff100 solid;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}
body.color-event #main.outline .schedule{
  border:1px #53b46f solid;
}
#main.outline .meta{
  margin-top: 20px;
}
#main.outline .meta span{
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  #main.outline dl{
    overflow: hidden;
  }
  #main.outline dl dt{
    display:block;
    width: 100%;
    font-size: 13px;
    padding-bottom: 10px;
  }
  #main.outline dl dd{
    display:block;
    width: 100%;
  }
  
#main.outline dl.ticket{
  float: none;
  width:100%;
  margin-right: %;
  padding-top: 10px;
  margin-top: 10px;
}
#main.outline dl dd span{
  font-size: 12px;
  line-height: 1.7;
}
  #main.outline .schedule{
    border:1px #fff100 solid;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
  }
  #main.outline .meta{
    margin-top: 20px;
    font-size: 10px;
  }
  #main.outline .meta span{
    font-size: 8px;
  }
}
/*----------------------------------------------------
  #category_list
--------------------------------------------------- */
#category_list{
  letter-spacing: -0.4em;
  text-align: center;
  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);
  margin-left: -20px;
  text-align: left;
}
#category_list .column{
  vertical-align: middle;
  text-align: center;
  letter-spacing: normal;
  display: inline-block;
  width : -webkit-calc(33.333333% - 40px);
  width : calc(33.333333% - 40px);
  margin: 0 20px 20px 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
#category_list .column:hover{
  -webkit-transform: scale(0.9,0.9) translate(-0%,0%);
     -moz-transform: scale(0.9,0.9) translate(-0%,0%);
      -ms-transform: scale(0.9,0.9) translate(-0%,0%);
       -o-transform: scale(0.9,0.9) translate(-0%,0%);
          transform: scale(0.9,0.9) translate(-0%,0%);
}
#category_list .column .exp{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  color: #c40018;
  padding: 20px 0px;
  -webkit-transition: all 0.5s 0s ease;
     -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
       -o-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
#category_list .column.none_visual .exp{
  position: relative;
}
body.color-ragg #category_list .column .exp{
  background: rgba(0,195,255,0.8);
}
body.color-event #category_list .column .exp{
  background: rgba(93,222,101,0.8);
}
#category_list .column:hover .exp{
  background: rgba(255,255,255,0.9);
  color: #c40018;
}
body.color-ragg #category_list .column:hover .exp{
  background: rgba(255,255,255,0.9);
  color: #4dadd9;
}
body.color-event #category_list .column:hover .exp{
  background: rgba(255,255,255,0.8);
  color: #53b46f;
}
#category_list .column .exp .column_title{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #category_list{
    width : -webkit-calc(100% + 0px);
    width : calc(100% + 0px);
    margin-left: 0px;
  }
  #category_list .column{
    letter-spacing: normal;
    display: block;
    width : -webkit-calc(100%);
    width : calc(100%);
    margin: 0 0 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
  }
}

/*----------------------------------------------------
  #category_list_m
--------------------------------------------------- */
#category_list_m{
  letter-spacing: -0.4em;
  text-align: center;
  width : -webkit-calc(100% + 40px);
  width : calc(100% + 40px);
  margin-left: -20px;
  text-align: left;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 40px;
}
#category_list_m .column{
  width: 24%;
  text-align: center;
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s 0s ease;
}
#category_list_m .column:hover{
          transform: scale(0.9,0.9) translate(-0%,0%);
}
#category_list_m .column .exp{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(231,0,0,0.8);
  color: #FFF;
  padding: 20px 0px;
  transition: all 0.5s 0s ease;
}
#category_list_m .column.none_visual .exp{
  position: relative;
}
body.color-ragg #category_list_m .column .exp{
  background: rgba(0,195,255,0.8);
}
body.color-event #category_list_m .column .exp{
  background: rgba(93,222,101,0.8);
}
#category_list_m .column:hover .exp{
  background: rgba(255,255,255,0.8);
  color: #fff100;
}
body.color-ragg #category_list_m .column:hover .exp{
  background: rgba(255,255,255,0.8);
  color: #4dadd9;
}
body.color-event #category_list_m .column:hover .exp{
  background: rgba(255,255,255,0.8);
  color: #53b46f;
}
#category_list_m .column .exp .column_title{
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #category_list_m{
    width : -webkit-calc(100% + 0px);
    width : calc(100% + 0px);
    margin-left: 0px;
  }
  #category_list_m .column{
    letter-spacing: normal;
    display: block;
    width : -webkit-calc(100%);
    width : calc(100%);
    margin: 0 0 15px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
  }
}

/*----------------------------------------------------
  #sub_navi
--------------------------------------------------- */
#sub_navi{
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  margin-top: -20px;
}
body.color-ragg #sub_navi{
  background: #4dadd9;
}
body.color-event #sub_navi{
  background: #53b46f;
}
#sub_navi ul{
  overflow: hidden;
}
#sub_navi ul li{
  float: left;
  border-left: 1px rgba(0,0,0,0.1) solid;
}
#sub_navi ul li a{
  display: block;
  color: #c40018;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;

}
#sub_navi ul li a:hover{
  background: #c40018;
  color: #232da8;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(51, 51, 51, 0.2);
}
body.color-ragg #sub_navi ul li a:hover{
  color: #4dadd9;
}
body.color-event #sub_navi ul li a:hover{
  color: #53b46f;
}

@media only screen and (max-width: 768px) {
  #sub_navi{
  }
  #sub_navi ul li{
    float: none;
    border:none;
    border-bottom: 1px rgba(0,0,0,0.1) solid;
  }
  #sub_navi ul li a{
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
  }
  #sub_navi ul li a:after {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: scale(1,1) translate(-0%,-50%);
      -moz-transform: scale(1,1) translate(-0%,-50%);
      -ms-transform: scale(1,1) translate(-0%,-50%);
      -o-transform: scale(1,1) translate(-0%,-50%);
      transform: scale(1,1) translate(-0%,-50%);
  }
}

/*----------------------------------------------------
  .scrollView
--------------------------------------------------- */
/* .scrollView{
  -webkit-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
     -moz-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
      -ms-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -o-transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
          transition: all 0.8s 0s cubic-bezier(0.860, 0.000, 0.070, 1.000);
  -webkit-transform: scale(0.8,0.8) translate(-0%,0%);
     -moz-transform: scale(0.8,0.8) translate(-0%,0%);
      -ms-transform: scale(0.8,0.8) translate(-0%,0%);
       -o-transform: scale(0.8,0.8) translate(-0%,0%);
          transform: scale(0.8,0.8) translate(-0%,0%);
          opacity: 0;
}
.scrollView.view{
  opacity: 1;
  -webkit-transform: scale(1,1) translate(-0%,0%);
     -moz-transform: scale(1,1) translate(-0%,0%);
      -ms-transform: scale(1,1) translate(-0%,0%);
       -o-transform: scale(1,1) translate(-0%,0%);
          transform: scale(1,1) translate(-0%,0%);

} */


/*----------------------------------------------------
  .form
--------------------------------------------------- */
.form {
  height: auto;
}
.form table {
  width: 100%;
  margin: 5px auto 0 auto;
  text-align: left;
}
.form table th {
  width: 30.105263157%;
  padding: 15px 0;
  border-bottom: 1px solid #C5C8BF;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
}
.form table th.icon01 {
  line-height: 40px;
  background: url("http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/contact_icon01.png") no-repeat right 25px;
}
.form table th.icon02 {
  line-height: 40px;
  background: url("http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/contact_icon02.gif") no-repeat right 25px;
}
.form table th.fo01 {
  line-height: 22px !important;
  padding: 12px 0 5px 15px;
}
.form table th.fo02 {
  line-height: 22px !important;
  vertical-align: middle;
}
.form table th.vat {
  vertical-align: top;
}
.form table th.vat.icon01 {
  background-position: right 24px;
}
.form table th div {
  font-size: 12px;
  line-height: 1.5em;
}
.form table td {
  padding: 15px 0 15px 34px;
  width: 69.684210526%;
  border-bottom: 1px solid #C5C8BF;
  box-sizing: border-box;
}
.form table td input {
  border: none;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 5px;
  background: #eee;
}
.form table td textarea {
  box-sizing: border-box;
  padding: 5px;
  border: none;
  background: #eee;
}
.form table td .fo03 {
  width: 410px;
  height: 100px;
  margin-bottom: 5px;
}
.form #btnBox {
  margin: 20px 0 0;
  height: 100px;
  text-align: center;
}
.form #btnBox div {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
.form #btnBox input {
  display: block;
  width: 144px;
  line-height: 40px;
  height: 40px;
  background-color: #58543C;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
}
.form #btnBox input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#contactBox03 .wpcf7-list-item {
  display: block;
  line-height: 1em;
  height: 1em;
  margin-bottom: 10px;
}
#contactBox03 .wpcf7-list-item input,
#contactBox03 .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1em;
  height: 1em;
  vertical-align: middle;
}

td.form_hottel span.wpcf7-list-item {
  display: block;
  padding-bottom: 5px;
}

td.form_hottel span.wpcf7-list-item {
  display: block;
  padding-bottom: 5px;
}

#contactBox02 span.wpcf7-list-item {
  margin-left: 0;
}

#contactBox03 .wpcf7-textarea,
#contactBox03 .wpcf7-text {
  width: 100%;
}




@media only screen and (max-width: 768px) {
  /*contact*/
  .form {
    height: auto;
  }
  .form img {
    width: auto;
  }
  .form table {
    width: 100%;
    margin: 5px auto 0 auto;
    text-align: left;
    display: block;
  }
  .form table tr,
  .form table tbody {
    display: block;
  }
  .form table tr {
    padding-bottom: 5%;
    margin-bottom: 3%;
    border-bottom:none;
  }
  .form table th {
    width: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    display: block;
    /*&.vat {
        vertical-align: top;
        &.icon01 {
            background-position: right 24px;
        }
    }*/
  }
  .form table th div {
    line-height: 1.4rem;
    padding: 0 0 0% 0 !important;
    width: 100%;
  }
  .form table th.icon01 {
    line-height: 40px;
    background: url("http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/contact_icon01.png") no-repeat right center;
    background-size: 19px 10px;
  }
  .form table th.icon02 {
    line-height: 40px;
    background: url("http://ringofes.info/wp/wp-content/themes/ringofes/2016/images/contact_icon02.gif") no-repeat right center;
  }
  .form table th.fo01 {
    line-height: 22px !important;
    padding: 12px 0 5px 15px;
  }
  .form table th.fo02 {
    line-height: 22px !important;
    vertical-align: middle;
  }
  .form table td {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  .form table td input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
  }
  .form table td input.sty01 {
    border: none;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
  }
  .form table td textarea {
    box-sizing: border-box;
    padding: 5px;
    border: none;
    width: 100%;
  }
  .form table td .fo03 {
    height: 100px;
    margin-bottom: 5px;
  }
  .form #btnBox {
    margin: 5% 0 8%;
    text-align: center;
    height: 30px;
  }
  .form #btnBox div {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
  }
  .form #btnBox input {
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    background-color: #58543C;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    border: none;
  }
  .form #btnBox input:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
    #contactBox03 .wpcf7-list-item {
    display: block;
    line-height: 1em;
    height: 1em;
    margin: 0 0 0 0em;
    margin-bottom: 10px;
  }
  #contactBox03 .wpcf7-list-item input,
  #contactBox03 .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    line-height: 1em;
    height: 1em;
    font-size: 2vw;
    letter-spacing: 0;
  }

  td.form_hottel span.wpcf7-list-item {
    display: block;
    padding-bottom: 5px;
  }

  td.form_hottel span.wpcf7-list-item {
    display: block;
    padding-bottom: 5px;
  }

  #contactBox02 span.wpcf7-list-item {
    margin-left: 0;
  }

  #contactBox03 .wpcf7-textarea,
  #contactBox03 .wpcf7-text {
    width: 100%;
  }

  #contactBox03 th {
    line-height: 1.5em;
    padding-bottom: 5px;
  }

  #contactBox03 input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto !important;
  }
}


/*----------------------------------------------------
  応募フォーム
--------------------------------------------------- */
#main ul.listAll{
  padding: 20px;
  text-align: left;
}
#main ul.listAll li{
  padding-left:1em;
  text-indent:-1em;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#main ul.listAll li a{
  color: #4dadd9;
}
#main .place{
  margin-bottom: 20px;
}
#main .place_title{
  background: #9de5fb;
  padding:5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#main .stage{
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #ccc dotted;
}
#contactBox03 .wpcf7-list-item {
  display: block;
  line-height: 1em;
  height: auto;
  margin-bottom: 10px;
}
span.wpcf7-list-item {
    display:block;
    margin: 0 0 10px 0em !important;

}
#main td p,
#main td li{
    font-size: 14px;
    line-height: 1.8;
}
.contents_inner p{
  text-align: left;
  padding: 20px;
}
.form table td input[type="checkbox"]{
    border: none;
    height: auto;
    line-height: auto;
    box-sizing: border-box;
    padding: 0px;
    background: #eee;
}
#contactBox03 .wpcf7-list-item label{
  cursor: pointer;
}
#contactBox03 .wpcf7-list-item label:hover .wpcf7-list-item-label{
  color: #fff100;
}
#contactBox03 .wpcf7-list-item input[type="checkbox"]{
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
#contactBox03 .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label{
  font-weight: bold;
  color: #fff100;
}
@media only screen and (max-width: 768px) {
  #main ul.listAll{
    padding: 0px;
  }
  .contents_inner p{
    padding: 10px;
  }
  #contactBox03 .wpcf7-list-item label:hover .wpcf7-list-item-label{
    color: #000;
  }
  #contactBox03 .wpcf7-list-item input[type="checkbox"]{
      display: inline-block;
      height: 20px;
      width: 20px;
      margin-right: 4px;
      -webkit-transform: scale(1.2);
    transform: scale(1.2);
    vertical-align: 10px;
  }
  #contactBox03 .wpcf7-list-item input, #contactBox03 .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
   width : -webkit-calc(100% - 40px) ;
   width : calc(100% - 40px) ;
    line-height: 1.8;
    height: auto;
    letter-spacing: 0px;
    font-size: 13px;
    letter-spacing: 0;
    }
    .form table td{
      padding-top: 10px;
      border-bottom: none;
    }
  #main td p,
  #main td li{
      font-size: 13px;
      line-height: 1.8;
  }
  #main ul.listAll li{
    font-size: 13px;
  }
}
/*----------------------------------------------------
  page-fes
--------------------------------------------------- */
.page-fes{
  position: relative;
}
#main .page-fes .sttl {
    background: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom:1px #232da8 solid;
    text-align: center;
    font-size: 24px;
    color: #232da8;
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 0px;
  -webkit-border-radius: 0px;
    font-family: 'Montserrat',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
#main .page-fes .chui{
    color: #c40018;
    font-weight: bold;
    margin-bottom: 20px;

}
.ticket-group,
.column-group{
  margin-bottom: 40px;
}
.ticket-group .ticket-column{
  margin-bottom: 20px;
  display: block;
  text-align: center;
  background: #FFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  border:4px #232da8 solid;
  overflow: hidden;
  padding: 20px 0;
}
.ticket-group .ticket-column dl dt{
  text-decoration: none;
  letter-spacing: 0.1em;
  /* background: rgba(231,0,0,0.8); */
  background: #fff100;
  font-size: 18px;
  padding: 10px;
  text-decoration: none !important;
  color: #c40018;
  font-weight: bold;
  margin-bottom: 20px;
}
.ticket-group .ticket-column dl dd{
  padding: 10px;
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  color: #c40018;
  text-decoration: none !important;
}
.ticket-group .ticket-column dl dd .icon{
  width: 180px;
  margin: 0 auto;
  padding-top: 10px;
}
.ticket-group .ticket-column dl dd span{
  font-size: 24px;
  margin: 0 10px 0 30px;
}
.ticket-group .ticket-column dl dd span.sold{
  font-size: 38px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0px;
  position: relative;
  display: inline-block;
}
.ticket-group .ticket-column dl dd span.s{
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  margin-left: 10px;
}
.ticket-group .ticket-column dl dd span.sold:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}
.ticket-group .ticket-column dl dd span.sold:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff100;
}
.ticket-group .ticket-column dl dd span.ms{
  font-size: 14px;
  font-weight: bold;
margin: -10px 10px 0 10px;
    display: block;
}
.ticket-group .ticket-column dl dd span.bl{
  font-weight: bold;
}
#main .ticket-group .ticket-column dl dd small{
  font-size: 14px;
  font-weight: bold;
  color: #c40018;
}
.ticket-group .ticket-column ul.t_2{
  overflow: hidden;
}
.ticket-group .ticket-column ul.t_2 li{
  float: left;
  width: 50%;
}
  .ticket-group .ticket-column p{
  padding-bottom: 20px;
  font-weight: bold;
}
.ticket-group .ticket-column .btn a{
  margin:0 20px;
  margin-bottom: 20px;
  display: block;
  background:#FF0000;
  text-align: center;
  font-size: 24px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #FFF !important;
  text-decoration: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.ticket-group .ticket-column .btn a span{
  font-size: 14px;
}
.ticket-group .btn a:hover{
  background: #232da8;
  color: #FF0000;
}
.ticket-group .ticket-column ul.attention{
  text-align: left;
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  margin-bottom: 20px;
}
.ticket-group .ticket-column ul.attention li {
    padding-left: 1em;
    text-indent: -1em;
}
.column-group img{
  margin: 10px 0;
}

.ticket-group .ticket-column dl dd .soldout{
  position: relative;
  margin: 0 20px;
  padding-bottom: 20px;
  background: #ccc;
  margin-top: 20px;
}
.ticket-group .ticket-column dl dd .soldout:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
}
.ticket-group .ticket-column dl dd .soldout:after{
  content: "SOLD OUT!（完売したチケットの当日券の販売はありません）";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(-0%,-50%);
     -moz-transform: translate(-0%,-50%);
      -ms-transform: translate(-0%,-50%);
       -o-transform: translate(-0%,-50%);
          transform: translate(-0%,-50%);
  text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
     font-family: 'Montserrat',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
}
.ticket-group .ticket-column .playguide-column{
  margin-bottom: 20px;
}
.ticket-group .ticket-column .playguide-column ul.playguide-info{
  margin:0px;
  margin-bottom: 20px;
}
.ticket-group .ticket-column .playguide-column .card{
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 20px;
}
.ticket-group .ticket-column .playguide-column ul.playguide-info li{
  display:block;
  margin: 0 auto;
}
.ticket-group .ticket-column .playguide-column ul.playguide-info li:nth-child(1){
  display:block;
  margin: 0 auto;
  width: 50%;
}
.ticket-group .ticket-column .ticket-kyoroku{
  margin: 0 20px;
  text-align: left;
  padding-bottom: 20px;
}
.ticket-group .ticket-column .ticket-kyoroku .contents_inner{
  overflow: hidden;
}
.ticket-group .ticket-column .ticket-kyoroku .contents_inner dl{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20%;
  border-top: 1px #eee solid;
  padding-top: 10px;
  margin-top: 10px;
}
.ticket-group .ticket-column .ticket-kyoroku .contents_inner dl dt{
  position: absolute;
  top: 10px;
  left: 0;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: none;
  font-size: 14px;
  padding: 0px;
  text-decoration: none !important;
  color: #c40018;
  font-weight: bold;
}
.ticket-group .ticket-column .ticket-kyoroku .contents_inner dl dd{
  float: left;
  width: 50%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none !important;
}
.ticket-group .ticket-column .contents_inner{
    padding: 20px;
    text-align: left;
}

@media only screen and (max-width: 768px) {
  .page-fes{
    position: relative;
  }
  #main .page-fes .sttl {
      font-size: 16px;
      margin-bottom: 15px;
  }
  #main .page-fes .chui{
    padding: 0 20px;
    text-align: left;
  }
  #main .page-fes .ticket-kyoroku .chui{
    padding: 0px;
    text-align: left;
  }
  ul.playguide-info{
    padding: 0 20px;
    text-align: left;
  }
  
  #main .page-fes .ticket-kyoroku  ul.playguide-info{
    padding: 0px;
    text-align: left;
  }
  
  .ticket-group{
  }
  .ticket-group .ticket-column{
  }
  .ticket-group .ticket-column dl{
    margin-bottom: 20px;
  }
  .ticket-group .ticket-column dl dt{
  }
  .ticket-group .ticket-column dl dd{
    padding:0 10px;
    font-size: 30px;
    font-weight: bold;
    color: #c40018;
    text-decoration: none !important;
    line-height: 1.2;
  }
  .ticket-group .ticket-column dl dd .icon{
    width: 100px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .ticket-group .ticket-column dl dd span{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    padding-top: 20px;
  margin: 0px;
  }
  .ticket-group .ticket-column dl dd span.ms{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    line-height: 1.8;
    padding-top: 5px;
  }
  .ticket-group .ticket-column ul.t_2 li{
    float: none;
    width: 100%;
  }
  .ticket-group .ticket-column p{
    padding-bottom: 20px;
    font-weight: bold;
  }
  .ticket-group .ticket-column .btn a{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 15px 0;
  }
  .ticket-group .ticket-column .btn a span{
    display: block;
    font-size: 12px;
    letter-spacing: 0;
  }
  .ticket-group .ticket-column ul.attention li {
    font-size: 12px;
  }

  .ticket-group .ticket-column dl dd .soldout{
    position: relative;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ticket-group .ticket-column .playguide-column{
    margin-bottom: 20px;
  }
  .ticket-group .ticket-column .playguide-column ul.playguide-info{
    margin: 0 0px;
    margin-bottom: 20px;
  }
  .ticket-group .ticket-column .playguide-column ul.playguide-info li{
    font-size: 11px;
  }
  .ticket-group .ticket-column .playguide-column ul.playguide-info li:nth-child(1){
    width: 90%;
  }
  .ticket-group .ticket-column dl dd .soldout:after{
    width: auto;
    content: "SOLD OUT!（完売したチケットの当日券の販売はありません）";
      font-size: 13px;
      line-height: 1.5;
      padding: 0 20px;
       font-family: 'Montserrat',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
  }
  .ticket-group .ticket-column .ticket-kyoroku .contents_inner{
    overflow: hidden;
  }
  .ticket-group .ticket-column .ticket-kyoroku .contents_inner dl{
    overflow: hidden;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding-left: 0%;
  }
  .ticket-group .ticket-column .ticket-kyoroku .contents_inner dl dt{
    position: relative;
    letter-spacing: 0.1em;
    font-size: 14px;
    color: #c40018;
    font-weight: bold;
  }
  .ticket-group .ticket-column .ticket-kyoroku .contents_inner dl dd{
    font-size: 12px;
    line-height: 1.8;
    width: 100%;
    float: none;
  }
  
  .ticket-group .ticket-column dl dd span.bl{
    font-weight: bold;
    font-size: 14px;
  }
  #main .ticket-group .ticket-column dl dd small {
    font-size: 10px;
  }
}



/*----------------------------------------------------
 #pop
--------------------------------------------------- */
#pop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 120px;
  height: 120px;
  z-index: 101;
-webkit-transition: all 0.5s 0s ease;
   -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
     -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease;
}
#pop:hover{
-webkit-transform: scale(0.8,0.8);
   -moz-transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
     -o-transform: scale(0.8,0.8);
        transform: scale(0.8,0.8);

}
#pop.out{
  opacity: 0;
  visibility: hidden;
}
#pop .bg{
  background: url(../img/common/pop.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation:rotationP 36s linear 0s infinite;
          animation:rotationP 36s linear 0s infinite;
              transform-origin: center center;
      -webkit-transform-origin: center center;
}
#pop .txt{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
     line-height: 1.3;
    font-weight: bold;
    font-size: 18px;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#pop .txt .s{
  font-size: 12px;
}
@-webkit-keyframes rotationP{
  0%  {-webkit-transform: rotate(0deg)}
  100%{-webkit-transform: rotate(360deg)}
}
@keyframes rotationP{
  0%  {transform: rotate(0deg)}
  100%{transform: rotate(360deg)}
}
@media only screen and (max-width: 768px) {
  #pop{
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
  }
  #pop .txt{
       line-height: 1.3;
      font-size: 15px;
  }
  #pop .txt .s{
    font-size: 10px;
  }
}

/*アーティスト*/
#main.artist_detail{

}
#main.artist_detail .artistName{
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #c40018;
  margin-bottom: 10px;
}
#main.artist_detail .status{
  margin-bottom: 20px;
  text-align: center;
}
#main.artist_detail .status .graduate{
  display: none;
}
#main.artist_detail .status .graduate li{
  display: inline-block;
  border-radius: 5px;
    -webkit-border-radius: 5px;
  margin: 0 5px;
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
  color: #c40018;
  border:1px #c40018 solid;
}
#main.artist_detail .status .ragg{
}
#main.artist_detail .status .ragg li{
  display: inline-block;
  border-radius: 5px;
    -webkit-border-radius: 5px;
  margin: 0 5px;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  color: #000;
  font-weight: bold;
  background: #ffe100;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
}
#main.artist_detail .artistPic{
  text-align: center;
  margin-bottom: 40px;
}
#main.artist_detail .artistPic img{
  max-width: 600px;
  height: auto;
}
#main.artist_detail .txt{
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 26px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#main.artist_detail .official_link a {
    margin: 0 20px;
    margin-bottom: 20px;
    display: block;
    background: #fff100;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 40px;
    color: #c40018 !important;
    text-decoration: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    transition: all 0.5s 0s ease;
}
#main.artist_detail .official_link a:hover{
  background: #c40018;
  color: #fff100 !important;
}
#main.artist_detail .instagram_link a {
    margin: 0 20px;
    margin-bottom: 20px;
    display: block;
    background: #fff100;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 40px;
    color: #c40018 !important;
    text-decoration: none !important;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgba(51, 51, 51, 0.2);
    transition: all 0.5s 0s ease;
}
#main.artist_detail .instagram_link a svg{
  vertical-align: -4px;
  margin-right: 10px;
  fill: #c40018;
  transition: all 0.5s 0s ease;
}
#main.artist_detail .instagram_link a:hover{
  background: #c40018;
  color: #fff100 !important;
}
#main.artist_detail .instagram_link a:hover svg{
  fill: #fff100;
}

#main.artist_detail .youtube_area{
  margin: 0 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
#main.artist_detail .youtube_area .y_wrap{
  position: relative;
  padding-top: 56.68%;
}
#main.artist_detail .youtube_area .y_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.linkBox{
  text-align: center;
}
.linkBox a{
  font-size: 16px;
    margin: 0 10px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #fff100;
    color: #c40018;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;

}
.linkBox a:hover{
  background: #fff100;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  #main.artist_detail{

  }
  #main.artist_detail .artistName{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #main.artist_detail .artistPic{
    text-align: center;
    margin-bottom: 40px;
  }
  #main.artist_detail .artistPic img{
    max-width: 100%;
    height: auto;
  }
  #main.artist_detail .txt{
     font-size: 12px;
    line-height: 1.8;
  }
  #main.artist_detail .official_link a {
      margin: 0px;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 60px;
      margin-top: 20px;
  }
  #main.artist_detail .official_link a:hover{
    background: #FFF;
    color: #fff100 !important;
  }
  
  #main.artist_detail .instagram_link a {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 60px;
    margin-top: 20px;
  }
  #main.artist_detail .instagram_link a svg{
  margin-left: 10px;
  vertical-align: -6px;
  }
  #main.artist_detail .youtube_area{
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .linkBox{
    text-align: center;
  }
  .linkBox a{
    font-size: 16px;
      margin: 0 10px;
      letter-spacing: 0.05em;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      -webkit-box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
      box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.2);
      -webkit-transition: all 0.5s 0s ease;
      -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
      -o-transition: all 0.5s 0s ease;
      transition: all 0.5s 0s ease;

  }
  .linkBox a:hover{
  }
}




/*----------------------------------------------------
 magazine
--------------------------------------------------- */
#main .magazine_title{
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  color: #c40018;
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  #main .magazine_title{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}
#main time{
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 40px;
}
#main .magazine_entry{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 2;
}
#main .magazine_entry .textarea{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
#main .magazine_entry .textarea p{
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {

  #main .magazine_entry{
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 2;
  }
  #main .magazine_entry .textarea{
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #main .magazine_entry .textarea p{
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
  }
}
#main .magazine_entry figure.image{
  margin-bottom: 40px;
  text-align: center;
}
#main .magazine_entry figure.image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#main .magazine_entry figure.image figcaption{
  display: block;
  padding-top: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #main .magazine_entry figure.image{
    margin-bottom: 40px;
  }
  #main .magazine_entry figure.image img {
    width: 100%;
    height: auto;
  }
  #main .magazine_entry figure.image figcaption{
    display: block;
    padding-top: 10px;
    font-size: 12px;
    text-align: left;
  }

}
#main .magazine_entry .sub_title01{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #c40018;
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
#main .magazine_entry .sub_title02{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #c40018;
  border-bottom: 1px #c40018 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #main .magazine_entry .sub_title01{
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  #main .magazine_entry .sub_title02{
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

}
#main .magazine_entry .inyou{
  padding: 20px;
  background: #eee;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
#main .magazine_entry .gallery{
  padding: 0 20px;
  padding-bottom: 40px;
  position: relative;
}
#main .magazine_entry .gallery .swiper-slide{
  width: 600px;
  opacity: 0.3;
  transition: all 0.5s ease;
}
#main .magazine_entry .gallery .swiper-slide.slick-current{
  opacity: 1;
}
#main .magazine_entry .gallery .swiper-slide figure{
  padding: 0 10px;
}
#main .magazine_entry .gallery .swiper-slide figure figcaption {
  display: block;
  padding-top: 10px;
  font-size: 12px;
}
#main .magazine_entry .gallery .slick-prev{
  position: absolute;
  top: 270px;
  left: -20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #FFF url(../img/common/prev.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
#main .magazine_entry .gallery .slick-next{
  position: absolute;
  top: 270px;
  right: -20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background:  #FFF url(../img/common/next.svg) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}
#main .magazine_entry .gallery .slick-prev.slick-disabled,
#main .magazine_entry .gallery .slick-next.slick-disabled{
  opacity: 0;
}

@media only screen and (max-width: 768px) {

  #main .magazine_entry .gallery{
    padding: 0px;
    position: relative;
    left: -20px;
    width: 100vw;
    padding-bottom: 40px;
  }
  #main .magazine_entry .gallery .swiper-slide{
    width: 70vw;
  }
  #main .magazine_entry .gallery .swiper-slide figure{
    padding: 0 5px;
  }
  #main .magazine_entry .gallery .swiper-slide figure figcaption {
    display: block;
    padding: 0 10px;
    line-height: 1.5;
    padding-top: 10px;
    font-size: 12px;
}
  #main .magazine_entry .gallery .slick-prev{
    display: none;
    visibility: hidden;
  }
  #main .magazine_entry .gallery .slick-next{
    position: absolute;
    top: 23vw;
    right: 29px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background:  #FFF url(../img/common/next.svg) no-repeat center center;
    background-size: contain;
  }
}


#main .block_pager{
  padding: 40px 15px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border-top: 1px #000 solid;
}
#main .block_pager .prev{
  width: 30%;
}
#main .block_pager .prev a{
  display: table;
  width: 100%;
}
#main .block_pager .prev a figure{
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
#main .block_pager .prev a figure .img_wrap{
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#main .block_pager .prev a figure .img_wrap span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.8s 0s ease;
}
#main .block_pager .prev a:hover figure .img_wrap span{
  transform: scale3d(1.1, 1.1, 1.1);
}
#main .block_pager .prev a .t{
  display: table-cell;
  vertical-align: top;
  width : -webkit-calc(100% - 120px) ;
  width : calc(100% - 120px) ;
  position: relative;
}
#main .block_pager .prev a .t .p_title_p{
  padding-left: 20px;
  color: #c40018;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
#main .block_pager .prev a .t .p_title{
  position: absolute;
  bottom: 0;
  left: 0px;
  padding-left: 20px;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}
#main .block_pager .to_list{
  width: 30%;
}
#main .block_pager .to_list a{
  display: block;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  color: #c40018;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
#main .block_pager .next{
  width: 30%;
}
#main .block_pager .next a{
  display: table;
  width: 100%;
}
#main .block_pager .next a figure{
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
#main .block_pager .next a figure .img_wrap{
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#main .block_pager .next a figure .img_wrap span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.8s 0s ease;
}
#main .block_pager .next a:hover figure .img_wrap span{
  transform: scale3d(1.1, 1.1, 1.1);
}
#main .block_pager .prev a figure .img_wrap:after,
#main .block_pager .next a figure .img_wrap:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(244, 117, 234, 0.8);
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items:center; /* flex-start  center  */
  transition: all 0.5s 0s ease;
}
#main .block_pager .prev a:hover figure .img_wrap:after,
#main .block_pager .next a:hover figure .img_wrap:after{
  opacity: 1;
  visibility:visible;
}
#main .block_pager .next a .t{
  display: table-cell;
  vertical-align: top;
  width : -webkit-calc(100% - 120px) ;
  width : calc(100% - 120px) ;
  position: relative;
  text-align: right;
}
#main .block_pager .next a .t .p_title_p{
  padding-right: 20px;
  color: #c40018;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
#main .block_pager .next a .t .p_title{
  position: absolute;
  bottom: 0;
  right: 0px;
  padding-right: 20px;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 896px) {

    #main .block_pager{
        padding: 20px 0px;
        align-items: flex-start; /* flex-start  center  */
    }
    #main .block_pager .prev{
    width: 30%;
    padding:0;
    padding-top: 20px;
    }
    #main .block_pager .prev a{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
    }
    #main .block_pager .prev a figure{
    display:block;
    width: 78px;
    }
    #main .block_pager .prev a figure .img_wrap{
    }
    #main .block_pager .prev a figure .img_wrap span{
    }
    #main .block_pager .prev a:hover figure .img_wrap span{
    }
    #main .block_pager .prev a .t{
    display:block;
    vertical-align: top;
    width : auto;
    position: static;
    }
    #main .block_pager .prev a .t .p_title_p{
    padding-left: 0px;
    font-size: 12px;
    position: absolute;
    top: -20px;
    left: 0;
    }
    #main .block_pager .prev a .t .p_title{
        display: none;
    }
    #main .block_pager .to_list{
    width: 30%;
    }
    #main .block_pager .to_list a{
    font-size: 12px;
    }
    #main .block_pager .next{
    width: 30%;
    padding-top: 20px;
    }
    #main .block_pager .next a{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
    }
    #main .block_pager .next a figure{
    display:block;
    width: 78px;
    margin: 0 0 0 auto;
    }
    #main .block_pager .next a figure .img_wrap{
    }
    #main .block_pager .next a figure .img_wrap span{
    }
    #main .block_pager .next a:hover figure .img_wrap span{
    }
    #main .block_pager .prev a figure .img_wrap:after,
    #main .block_pager .next a figure .img_wrap:after{
    }
    #main .block_pager .prev a:hover figure .img_wrap:after,
    #main .block_pager .next a:hover figure .img_wrap:after{
    }
    #main .block_pager .next a .t{
    display:block;
    vertical-align: top;
    width : auto;
    position: static;
    }
    #main .block_pager .next a .t .p_title_p{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    position: absolute;
    top: -20px;
    right:  0;
    }
    #main .block_pager .next a .t .p_title{
    display: none;
    }

}