@charset "utf-8";
/* nomal */
@font-face {
  font-family: 'exfont';
  src: url('../font/rodin.woff') format('woff'), url('../font/rodin.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: 'exfont';
  src: url('../font/rodin_b.woff') format('woff'), url('../font/rodin_b.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  word-break: break-all;
  position: relative;
  font-family: "exfont", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: inherit;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}
a.link {
  text-decoration: underline;
  color: #09f;
}
table {
  border-collapse: collapse;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none !important;
}
.sp-nav{
	display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
/*--------------------------------------
 * contents
 * ---------------------------------------*/
.wrapper {
  overflow: hidden;
}
section {
  position: relative;
  margin-bottom: 110px;
  transition: .2s;
  padding-bottom: 5rem;
}
section.last{
  margin-bottom: 30px;
  padding-bottom: 110px;
}
.container {
  max-width: 85rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
  top: 110px;
  transition: .2s;
}
.inner {
  padding: 170px 5rem 4rem;
  background: #faf5eb;
}
p {
  word-break: break-all;
  line-height: 1.6;
  font-weight: normal;
}

h2 {
  width: 100%;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
h2.heading.-ta_l {
  background: #ffcf3c;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  height: 200px;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 45%;
  flex-wrap: wrap;
  text-align: right;
  transition: .2s;
}
h2.heading.-ta_r {
  background: #ffcf3c;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
  height: 200px;
  display: flex;
  align-items: center;
  z-index: 1;
  max-width: 50%;
  flex-wrap: wrap;
  text-align: left;
  transition: .2s;
}
h2.heading > div {
  line-height: 1;
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
}
h2.heading div > span {
  font-size: 1.3rem;
  display: block;
  font-family: "exfont", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.2;
}
.inner > h2 {
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 2rem;
}
h2.fontL {
  font-size: 3rem;
}
h3 {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.7;
}
.inner > h3 {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
}
h3.fontL {
  font-size: 2rem;
  font-weight: 900;
}
h4 {
  font-size: 1.6rem;
  line-height: 1.7;
}
.inner > h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
h5 {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.inner > h5 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.avant {
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: 700;
  font-style: normal;
}
.exfont{
	font-family: "exfont", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
}
.fs-small {
  font-size: 80%;
}
.fs-s {
  font-size: .9rem;
}
.fs-ss {
  font-size: .8rem;
}
.ta_c {
  text-align: center;
}
.uline {
  text-decoration: underline;
}
.attention{
	text-align: center;
	margin-bottom: 2rem;
	font-size: 75%;
}
.btn-link {
  font-size: 1.5rem;
  text-align: center;
}
.btn-link a {
  padding: 11px 15px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 70%;
  line-height: 1.4;
  font-weight: 700;
  border: #fff 2px solid;
  margin: 0 auto;
	color: #fff;
	background-color: #c83200;
}

/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
#header {
  position: relative;
  /* width: 100%; */
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 600;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  padding: 20px 1rem;
  background: #000000;
  margin: 0 auto;
  transition: .6s;
  color: #ffffff;
  font-size: 1.1rem;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  max-width: 85rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.global-nav .nav_container > ul li {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 1.4;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
}
.global-nav .nav_container > ul li span {
  display: block;
  color: #ffcf3c;
  font-size: 70%;
  font-family: "exfont", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #ffcf3c;
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 30;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 35px;
  height: 35px;
  margin: 10px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 0;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span {}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 25px;
}
.sp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(255,206,60, 1);
  transition: all 0.3s ease-in-out;
  display: none;
}
.sp-nav-list.active {
  display: flex;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
  overflow: scroll;
}
.sp-nav-list.active ul {
    font-size: 1.6rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
  }
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.sp-nav-list ul {
  margin: 2rem;
  padding: 20px 0;
}
.sp-nav-list ul li {
  list-style-type: none;
  width: 100%;
}
.sp-nav-list ul li a {
  font-size: 1.2rem;
  position: relative;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  text-align: center;
}
.sp-nav-list ul li a span {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 60%;
}
/*--------------------------------------
 * SETLIST
 * ---------------------------------------*/
#setlist .ttl{
	font-size: 1.7rem;
    line-height: 1.4;
    letter-spacing: 0.2ex;
    font-weight: bold;
    max-width: 1000px;
    margin: 0 auto;
    color: #000;
    border-bottom: 8px solid #ffcf3c;
}
#setlist .text{
	margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
#setlist .setlist_btn{
	padding: 1rem;
    background: #c83200;
    color: #fff;
    margin-top: 1rem;
    width: 40%;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
    border: 2px solid #c83200;
}

/*--------------------------------------
 *intro
 * ---------------------------------------*/
#intro .lead {
  text-align: center;
  font-size: 1.3rem;
}
#intro .lead .inner{
	background-color: #ffcf3c;
padding: 4rem 5rem;
margin-top: 7rem;
}
#intro .lead .inner p {
	font-weight: 700;
	line-height: 1.8;
}
.main_visual{
	max-height: 100vh;
	text-align: center;
	width: auto;
}
.main_visual img{
	max-height: 100vh;
	width: auto;
}
/*--------------------------------------
 *news
 * ---------------------------------------*/
#news .news-data {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #c83200;
  width: 250px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -1px;
}
#news .news-title {
  width: 100%;
}
#news .news-title a {
	text-decoration: underline;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li:last-child {
	border: none;
	margin-bottom: 0;
}
#news .news_lists li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
border-bottom: 3px solid #ffffff;
padding-bottom: 1.5rem;
}
/*NEWS アーカイブ*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.archive_news {
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.archive_news .news_lists {
  margin-top: 1rem;
}
.close-btn, .btn_news-more {
  display: block;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  padding: 15px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #faf5eb;
}
.contents.news .btn_news-more .open {
  display: block;
}
p.open, p.close {
  color: #c83200;
  font-weight: bold;
}
.close-btn {
  background: none;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.close-btn {
  padding: 10px;
  margin-bottom: 0;
}
/*--------------------------------------
 * about 
 * ---------------------------------------*/
#about .about_list {
  margin-top: 3rem;
}
/*--------------------------------------
 * tickets 
 * ---------------------------------------*/
#tickets .tickets_list {
  margin-top: 2rem;
}
/*--------------------------------------
 * about /ticket
 * ---------------------------------------*/

dl {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 1.5rem;
}
dl:last-child {
  margin-bottom: 0;
  border: none;
}
dl dt {
  width: 260px;
  font-size: 1.2rem;
  color: #c83200;
}
dl dd {
  font-size: 1.2rem;
  width: 100%;
}
dd a {
  text-decoration: underline;
  color: #c83200;
}
dd .indent {
  text-indent: 1em;
}
/*--------------------------------------
 * 出演者
 * ---------------------------------------*/
#artists h3.heading {
  font-size: 1.8rem;
}
#artists .inner .gridbox {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem 1rem;
  margin-bottom: 2rem;
}
#artists .inner .gridbox li {
  cursor: pointer;
}
#artists .inner .gridbox li .name {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
}
#artists .inner .gridbox li .name >span{
  display: block;
  margin-top: 0.5rem;
}

#artists .inner .andmore {
  text-align: center;
  font-size: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #c83200;
}
#artists .box{
	padding-top: 2rem;
	border-top: 3px solid #ffffff;
	margin-top: 2rem;
	display: flex;
}
#artists .box h4 {
	font-size: 1.2rem;
color: #c83200;
	margin-bottom: 1rem;
}
#artists .box .playing {
	padding-right: 3rem;
}
#artists .box .directed img {
    max-width: 400px;
	min-width: 150px;
  }
#artists .box .directed p {
	text-align: center;
	margin-top: 0.5rem;
}
/*--------------------------------------
 * program
 * ---------------------------------------*/
#program .song-list {
	text-align: center;
line-height: 2.2;
font-size: 1.3rem;
}

/*--------------------------------------
 * モーダル
 * ---------------------------------------*/
.lock {
  overflow: hidden;
  transition: .2s;
}
.modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  max-width: 800px;
  -ms-transform: translateY(0px) translateX(60%);
  -ms-zoom: 90%;
}
.modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
}
.modal-wrap {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  -ms-text-align: left;
}
.modal-open {
  transition: .5s;
}
#artists .gridbox .modal-open {
  text-decoration: none !important;
	position: relative;
}
#artists .icon-new:before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #c83200;
    color: #ffffff;
    padding: 6px 10px 3px;
    font-family: "itc-avant-garde-gothic-pro";
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}
span.attention {
  padding: 3px;
  background: #f1991b;
  color: #ffffff;
  margin-left: 7px;
  font-size: 80%;
  border-radius: 4px;
}
h4.comment_ttl {
  color: #989f44;
  display: block;
  margin-bottom: 0.5rem;
}
.modal-open:hover {
  opacity: 0.7;
}
.btn-inner {
  margin-top: 23.5px;
}
.modal-inner {
  width: 80vw;
  max-width: 800px;
  max-height: 85%;
  margin: auto;
  padding: 2rem 1.5rem;
  background: #faf5eb;
  overflow-y: auto;
  z-index: 1;
  position: relative;
}
.modal-content {
  text-align: left;
}
.modal-content-ttl {
  font-size: 1.6rem;
  line-height: 1.4;
	font-weight: 700;
  padding-right: 2rem;
}
.modal-content-ttl .small {
  font-size: 80%;
}
.modal-content .comment {
  margin-top: 1.5rem;
  line-height: 2;
  font-size: 1rem;
}
.modal-content .flexbox {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 230px 1fr;
  -ms-grid-columns: 150px 1fr;
  gap: 1.5rem;
  font-size: 90%;
  letter-spacing: 0.05ex;
  margin-top: 3rem;
  grid-rows: auto auto;
  -ms-grid-rows: auto auto;
}
.modal-content.band .flexbox {
  font-size: 1rem;
}
.modal-content .flexbox.profile a {
  text-decoration: underline;
  color: #c83200;
}
.modal-content .flexbox .ttl_icon {
  position: relative;
}
.modal-conten .flexbox .ttl_icon img {
  height: 120px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-content .text li {
    margin-top: 1rem;
}
.modal.is-open {
  animation: modal_open .5s ease forwards;
}
.modal.is-open .modal-inner {
  animation: modal_inner_open .5s ease forwards;
}
.modal.is-close {
  animation: modal_close .5s ease forwards;
}
.modal.is-close .modal-inner {
  animation: modal_inner_close .5s ease forwards;
}
.modal-inner.small span.small {
  margin-left: 5px;
  font-size: 80%;
}
.modal-inner .credit {
  display: block;
  font-size: 80%;
}
.modal-inner .btn-wrap {
  margin: 3rem auto 0;
}
.modal-inner .btn-close {
  text-decoration: underline;
  background: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: #c83200;
  width: 35px;
  cursor: pointer;
  height: 35px;
}
/*setlist*/
.modal-inner.setlist {
  padding: 2rem;
}
.modal-inner.setlist .list {
  margin-top: 1.5rem;
  line-height: 2;
  font-size: 1rem;
}
.modal-inner.setlist .list .ttl {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #989f44;
  margin-top: 1rem;
}
/* modal_setlist */
.modal_setlist .modal-content .flexbox {
	display: block;
}
.modal_setlist .modal-content-ttl {
	font-size: 1.2rem;
}

@keyframes modal_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 10000;
  }
}
@keyframes modal_inner_open {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_close {
  0% {
    z-index: 10000;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal_inner_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.ticket_info {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 20%;
    transition: 0.3s transform;
    -webkit-transition: 0.3s transform;
    display: none;
    writing-mode: vertical-rl;
    background: #c83200;
    color: #ffffff;
    padding: 1rem 1rem 1rem 0.7rem;
    line-height: 1;
    font-size: 2rem;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
  background: #000000;
  margin-top: 30px;
}
.footer_container {
  width: 1040px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.copyright {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.15ex;
}
/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods .goods_lists {}
#goods .goods_lists li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#goods .goods_lists li .thum {margin-right: 2rem;}
#goods .goods_lists li .thum img {
  width: auto;
  max-height: 400px;
}
#goods .goods_lists li h4{
	
margin-bottom: 0.8rem;
}
#goods .goods_lists li .detail {
  width: 100%;
  text-align: left;
}
/*--------------------------------------
 * release
 * ---------------------------------------*/
#release h3.heading {
  font-size: 1.8rem;
}
#release .inner .gridbox {
  
}
#release .inner .gridbox li {
  margin-bottom: 3.5rem;
  display: flex;
width: 100%;
justify-content: space-between;
}
#release .inner .gridbox li .thum {
	width: 40%;
}
#release .inner .gridbox li .item-name {
  margin: 0.5rem 0;
}
#release .inner .gridbox li .detail {
  font-size: 95%;
  width: 58%;
}
/*--------------------------------------
 * profile
 * ---------------------------------------*/
#profile .flexbox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#profile .flexbox .thum {
  width: 35%;
  margin-top: 5rem;
}
#profile .flexbox .detail {
  width: 62%;
}
/*--------------------------------------
 * access
 * ---------------------------------------*/
#access .access_list {
  margin-top: 1rem;
}
#access .access_list dl {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
border-bottom: 3px solid #ffffff;
padding-bottom: 1.5rem;
}
#access .access_list dl:last-child {
  margin-bottom: 0;
  border: none;
}
#access .access_list dl dt {
  width: 130px;
  font-size: 1.3rem;
}
#access .access_list dl dd {
  font-size: 1.2rem;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 400px;
  position: relative;
  margin-bottom: 3rem;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .map.container {
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
/*--------------------------------------
 * footer
 * ---------------------------------------*/
.sns_container .sns_lists {
  padding-right: 0;
  list-style-type: none;
  font-size: 3rem;
  display: flex;
  justify-content: center;
}

.sns_container .sns_lists li {
    margin: 0 1rem;
    line-height: 1;
}

.footer_container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 0;
  color: #ffffff;
}
.footer_container .sns {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer_container .sns li a {
  display: inline-block;
  color: #ffffff;
}
.footer_container .sns li a:hover {}
.copyright {
  font-size: 70%;
  line-height: 1.4;
  padding: 1rem;
}

/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .container {
  margin-top: 0;
	text-align: center;
}
#notice .sub_ttl {
  font-size: 1.3rem;
line-height: 1.4;
letter-spacing: 0;
font-weight: bold;
color: #fff;
margin-bottom: 1rem;
background-color: #c83200;
display: inline;
padding: 1rem 1.3rem;
}

/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center !important;
  display: block;
}
.ta_l {
  text-align: left !important;
  display: block;
}
.ta_r {
  text-align: right !important;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: bold;
}
/*--  text-color  --*/
.red {
  color: red;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 92% !important;
}
.fs_ms {
  font-size: 70% !important;
}
.fs_s {
  font-size: 50% !important;
}