@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@media only screen and (max-width: 767px) {
  /*
    basic
----------------------------------------------*/
  html {
    font-size: 62.5%; }
  body {
	font-family: "Rounded Mplus 1c";
    word-break: break-all; }
  * {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1; }
  img {
    max-width: 100%;
    width: auto;
    height: auto; }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none; }
  .pc_n {
    display: none !important; }
  .pc_b {
    display: none !important; }
  .pc_i {
    display: none !important; }
  .sp_n {
    display: none; }
  .sp_b {
    display: block; }
  .sp_i {
    display: inline; }
  a:link,
  a:visited {
    color: #000;
    text-decoration: underline; }
  a:hover,
  a:focus,
  a:active {
    color: #ea5432;
    text-decoration: underline; }
  .sp-only { display:inline-block;}

  /*
    clearfix
----------------------------------------------*/
  .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  /************************************************
header
************************************************/
  header {
    width: 100%;
	height:100px;
    position: fixed;
	z-index: 10000; }
    header .inner {
      width: 100%;
	  height:100px;
      margin: 0 auto;
	  background: #fff;
      position: relative; }
      header .inner .logo {
        width: 80%;
		height:50px;
		padding:5px 0 0 0;
        position: absolute;
		z-index: 10001;
        top: 0;
        left: 0;}
      header .inner .logo img {
        height:40px;
		width:auto; }
    header nav {
	  position:absolute;
	  left:0;
	  top:50px;
	  width:100%; }
      header nav ul {
        font-size: 0;
		display:table;
		width:100%;}
          header nav ul li a {
            font-weight: bold;
            text-decoration: none !important;
			line-height:1.2;
			font-size:12px;
			color:#fff!important;
			display: block; }
			header nav ul li .sp-block {
				display:block;font-size: 12px !important;}
          header nav ul li:nth-child(1) {
			  background:#f0831e;
			  text-align: center;
			  width:33.3%;
			  height:50px;
			  display: table-cell;
			  vertical-align:middle;}
          header nav ul li:nth-child(2) {
            background:#EA5532;
			  text-align: center;
			  width:33.3%;
			  height:50px;
			  display: table-cell;
			  vertical-align:middle;}
          header nav ul li:nth-child(3) {
            background:#0095dc;
			  text-align: center;
			  width:33.3%;
			  height:50px;
			  display: table-cell;
			  vertical-align:middle;}
	header #navi-menu {
		display:block;
		position: fixed;
		top:0;
		left:0;
		height:50px;
		z-index: 9999;
		width: 100%;}
		header #navi-menu p.accordion {
			float:right;
			display:block;
			width:50px;
			height:50px;
			cursor:pointer;
			background-color:transparent;}
		header #navi-menu p.menu-open {
			background-image: url(../images/sp/header/sp-menu-open.png);
			background-position: center center;
			background-repeat:no-repeat;
		}
		header #navi-menu p.menu-close {
			background-image: url(../images/sp/header/sp-menu-close.png);
			background-position: center center;
			background-repeat:no-repeat;
		}
		header #navi-menu ul {
			display:none;
			position:absolute;
			left:0;
			top:100px!important;
			width: 100%;
			background-color:#fff;
			padding:20px 0;
			box-shadow:1px 1px 3px rgba(0,0,0,.5);}
			header #navi-menu ul li {
				display:inline-block;
				width:50%;
				margin:0;
				padding:0;
			}
				header #navi-menu ul li a {
					background-color:#fff;
					line-height:40px;
					color:#000;
					text-align:center;
					display:block;
					font-size:12px;
					text-decoration:none;
					font-size: 15px;
					font-size: 1.5rem;
					font-weight: medium;
					letter-spacing: 2px; }
				header #navi-menu ul li.blank {
					background-color:#fff;
					line-height:40px;
					color:#ccc;
					text-align:center;
					display:inline-block;
					width:50%;
					margin:0;
					padding:0;
					font-size:12px;
					text-decoration:none;
					font-size: 15px;
					font-size: 1.5rem;
					font-weight: medium;
					letter-spacing: 2px; }
				header #navi-menu ul li a:hover {
					color:#ea5432;
					text-decoration:none;}



  /************************************************
main
************************************************/
  main {
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    padding: 100px 0 0 0;
    display: block;
    overflow: hidden; }
  #main-visual {
    padding: 7% 0 33.5% 0;
    background: url(../images/sp/index/bg_main-visual.png) no-repeat;
    background-size: 100%;
    border-bottom: 3px solid #cc0000; }
    #main-visual .sentence {
      width: 83.12%;
      margin: 0 auto;
      text-align: center; }
    #main-visual h1 {
      width: 83.12%;
      margin: 0 auto 5% auto;
      text-align: center; }
    #main-visual .btn {
      width: 85%;
      margin: 0 auto;
      padding: 4% 0;
      border: 2px solid #c50018;
      border-radius: 35px;
      display: table;
      position: relative;
      background: rgba(197, 0, 24, 0.9);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #main-visual .btn::after {
        content: "";
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        right: 8%;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      #main-visual .btn a {
        display: table-cell;
        font-size: calc(13px + 15 * ((100vw - 320px) / 704));
        line-height: 1.3;
        font-weight: 700;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        position: relative;
        z-index: 1;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  /************************************************
loop
************************************************/
  #loop {
    width: 500%;
    margin: 0 0 -1px 0;
    padding-top: calc(240/640*100%);
    background: url(../images/sp/index/bg_artist_08.jpg) repeat-x;
    background-size: contain;
    -webkit-animation: leftSlideSp 6000s linear infinite;
    animation: leftSlideSp 6000s linear infinite;
    font-size: 0;
    line-height: 0; }
  @-webkit-keyframes leftSlideSp {
    0% {
      background-position: 0 0; }
    100% {
      background-position: -128000px 0; } }
  @keyframes leftSlideSp {
    0% {
      background-position: 0 0; }
    100% {
      background-position: -128000px 0; } }
  /************************************************
slider
************************************************/
  #slider {
    background: #fff; }
    #slider .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 6% 0 13% 0; }
    #slider .slick-dots {
      bottom: -45%; }
      #slider .slick-dots li {
        margin: 0 2px; }
        #slider .slick-dots li button:before {
          font-size: calc(36px + 20 * ((100vw - 320px) / 704));
          color: #ccc;
          opacity: 1; }
        #slider .slick-dots li.slick-active button:before {
          color: #cc0000; }
    #slider .slick-prev {
      width: 10%;
      max-width: 36px;
      height: 30%;
      margin: -3% 0 0 0;
      background: url(../images/sp/index/arrow_slider-left.png) no-repeat;
      background-size: contain;
      z-index: 10;
      left: -3%; }
      #slider .slick-prev:before {
        content: ""; }
    #slider .slick-next {
      width: 10%;
      max-width: 36px;
      height: 30%;
      margin: -3% 0 0 0;
      background: url(../images/sp/index/arrow_slider-right.png) no-repeat 100%;
      background-size: contain;
      z-index: 10;
      right: -3%; }
      #slider .slick-next:before {
        content: ""; }

  /************************************************
message
************************************************/
  #message {
    background: #fff; }
    #message .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 8% 0; }
      #message .inner h2 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(24px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #message .inner h2:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -45%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }
      #message .inner .heading {
        margin: 0 0 5% 0;
        text-align: center;
        font-size: calc(19px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #000; }
      #message .inner .image {
        width: 100%;
        margin: 0 0 5% -1%;
        line-height: 0; }
      #message .inner .sentence {
        margin: 0 0 5% 0;
        font-size: calc(11px + 20 * ((100vw - 320px) / 704));
        line-height: 1.7;
        color: #000; }
        #message .inner .sentence a {
          color: #cc0000; }
      #message .inner .btn {
        width: 56.25%;
        margin: 0 auto;
        padding: 4% 0;
        border: 2px solid #cc0000;
        border-radius: 35px;
        display: table;
        position: relative;
        background: white;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #message .inner .btn::after {
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #cc0000;
          border-right: 1px solid #cc0000;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
          right: 8%;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        #message .inner .btn a {
          display: table-cell;
          font-size: calc(13px + 15 * ((100vw - 320px) / 704));
          font-weight: bold;
          color: #cc0000;
          text-align: center;
          vertical-align: middle;
          position: relative;
          z-index: 1;
          text-decoration: none;
          -webkit-transition: 0.3s;
          transition: 0.3s; }

  /************************************************
news
************************************************/
  #news .inner {
    width: 100%;
    margin: 0 auto;
    background:#f0f0f3;
	padding: 7% 0; }
    #news .inner h2 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(24px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #news .inner h2:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -45%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }
    #news .inner dl {
      width: 90.62%;
      margin: 0 auto; }
      #news .inner dl + dl {
        margin: 4% auto 0 auto;
        padding: 4% 0 0 0;
        border-top: 1px solid #ccc; }
      #news .inner dl dt {
        margin: 0 0 2% 0;
        font-weight: bold;
        line-height: 1.5;
        font-size: 13px;
        font-size: 1.3rem;
        color: #cc0000; }
      #news .inner dl dd {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5; }
        #news .inner dl dd a {
          color: #000;
          text-decoration: underline; }
          #news .inner dl dd a:hover {
          	color: #ea5432;
            text-decoration: none; }
  /************************************************
twitter
************************************************/
  #twitter {
    background: #f0f0f3; }
    #twitter .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 8% 0; }
      #twitter .inner h2 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(24px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #twitter .inner h2:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -45%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }




  /************************************************
about (live)
************************************************/
  #liveinfo #main-visual {
    padding: 7% 0 5% 0;
    background: url(../images/sp/common/bg_main-visual.png) no-repeat 0 50%;
    background-size: cover;
    border-bottom: none; }
    #liveinfo #main-visual h1 {
      width: 28.28%;
      margin: 0 auto 3% auto;
      text-align: center; }
    #liveinfo #main-visual h2 {
      text-align: center;
      font-size: calc(20px + 20 * ((100vw - 320px) / 704));
      font-weight: bold;
      color: #cc0000; }
  #liveinfo #live h3, #liveinfo #legend h3, #liveinfo #onair h3 {
    margin: 0 0 9% 0;
    text-align: center;
    font-size: calc(24px + 20 * ((100vw - 320px) / 704));
    font-weight: bold;
    line-height: 1.3;
    color: #cc0000;
    letter-spacing: 1px;
    position: relative; }
    #liveinfo #live h3:after, #liveinfo #legend h3:after, #liveinfo #onair h3:after {
      content: "";
      width: 6.66%;
      height: 9px;
      position: absolute;
      left: 46.67%;
      bottom: -45%;
      background: url(../images/sp/common/bg_heading.png) no-repeat;
      background-size: contain; }
     #liveinfo #live .inner, #liveinfo #legend .inner , #liveinfo #onair .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 8% 0; }

  #liveinfo #live {
    background: #fff; }

  #liveinfo #legend {
    background: #f0f0f3; }
      #liveinfo #legend .inner .image {
        margin: 0 auto 5% auto;
        line-height: 0; }
      #liveinfo #legend .inner .heading {
        margin: 0 0 5% 0;
        text-align: center;
        font-size: calc(19px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #000; }
      #liveinfo #legend .inner .sentence {
        margin: 0 0 5% 0;
        font-size: calc(11px + 20 * ((100vw - 320px) / 704));
        line-height: 1.5;
        color: #000; }
      #liveinfo #legend .inner .btn {
        width: 56.25%;
        margin: 5% auto 0 auto;
        padding: 4% 0;
        border: 2px solid #cc0000;
        border-radius: 35px;
        display: table;
        position: relative;
        background: white;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #liveinfo #legend .inner .btn::after {
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #cc0000;
          border-right: 1px solid #cc0000;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
          right: 8%;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        #liveinfo #legend .inner .btn a {
          display: table-cell;
          font-size: calc(10px + 15 * ((100vw - 320px) / 704));
          font-weight: bold;
          color: #cc0000;
          text-align: center;
          vertical-align: middle;
          position: relative;
          z-index: 1;
          text-decoration: none;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  #liveinfo #onair {
    background: #fff; }
    #liveinfo #onair .heading {
      margin: 0 0 5% 0;
      text-align: center;
      font-size: calc(15px + 20 * ((100vw - 320px) / 704));
      font-weight: bold;
      line-height: 1.3;
      color: #000; }
    #liveinfo #onair .sentence {
      margin: 0 0 5% 0;
      font-size: calc(11px + 20 * ((100vw - 320px) / 704));
      line-height: 1.5;
      color: #000; }

      #live .inner dl dt, #onair .inner dl dt {
        padding: 4% 0 2% 0;
        text-align: center;
        font-size: calc(13px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1;
        color: #cc0000;
        background: #fff;
		border-bottom:1px dotted #cc0000; }
      #live .inner dl dd, #onair .inner dl dd {
        padding: 5%;
        font-size: calc(11px + 20 * ((100vw - 320px) / 704));
        line-height: 1.5;
        background: #fff; }
        #live .inner dl dd span, #onair .inner dl dd span {
          color: #ff0000; }
        #live .inner dl dd .strong, #onair .inner dl dd .strong {
          font-weight: bold;
          color: #000; }


  /************************************************
artist
************************************************/
#artist-page {
	background:#fff;}
  #artist-page #main-visual {
    padding: 7% 0 5% 0;
    background: url(../images/sp/common/bg_main-visual.png) no-repeat 0 50%;
    background-size: cover;
    border-bottom: none; }
    #artist-page #main-visual h1 {
      width: 28.28%;
      margin: 0 auto 3% auto;
      text-align: center; }
    #artist-page #main-visual h2 {
      text-align: center;
      font-size: calc(20px + 20 * ((100vw - 320px) / 704));
      font-weight: 900;
      color: #cc0000; }
  #artist-page #artist {
    background: #fff; }
    #artist-page #artist .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 5% 0; }
      #artist-page #artist .inner h2 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(24px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #artist-page #artist .inner h2:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -45%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }
	  #artist-page #artist .inner .day-jump-wrapper {
        margin: 0 0 5% 0;
		width:100%;
		border-bottom:4px solid #f0831e;
        display: table;
		margin: 0 auto;
		border-collapse: separate;
		border-spacing: 4px 0;
		}
		  #artist-page #artist .inner .day-jump-wrapper #select-day1,
		  #artist-page #artist .inner .day-jump-wrapper #select-day2 {
		  	display:table-cell;
			width:50%;
			cursor:pointer; }
		  #artist-page #artist .inner .day-jump-wrapper #select-day1 .day-jump,
		  #artist-page #artist .inner .day-jump-wrapper #select-day2 .day-jump {
			padding: 10px;
    	    font-family: 'Source Sans Pro', sans-serif;
            font-size: calc(14px + 20 * ((100vw - 320px) / 704));
			font-weight: bold;
			background: #fff;
			text-align: center;
			vertical-align: middle;
			position: relative;
			z-index: 1;
			-webkit-transition: 0.3s;
			transition: 0.3s; }
		  #artist-page #artist .inner .day-jump-wrapper #select-day1 .day-jump {
			border-left:2px solid #f0831e;
			border-top:2px solid #f0831e;
			border-right:2px solid #f0831e;
			color:#f0831e;}
		  #artist-page #artist .inner .day-jump-wrapper #select-day2 .day-jump {
			border-left:2px solid #EA5532;
			border-top:2px solid #EA5532;
			border-right:2px solid #EA5532;
			color:#EA5532;}
		  #artist-page #artist .inner .day-jump-wrapper #select-day1 .select {
		  background:#f0831e!important;
		  color:#fff;}
		  #artist-page #artist .inner .day-jump-wrapper #select-day2 .select {
		  background:#EA5532!important;
		  color:#fff;}
          #artist-page #artist .inner .day-jump a::after {
            content: "";
            width: 8px;
            height: 8px;
            border-top: 1px solid #cc0000;
            border-right: 1px solid #cc0000;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -75%) rotate(135deg);
            transform: translate(0, -75%) rotate(135deg);
            right: 10%;
            -webkit-transition: 0.2s;
            transition: 0.2s; }
          #artist-page #artist .inner .day-jump a:hover {
            color: #fff;
            background: #cc0000;
            border: 2px solid #cc0000; }
            #artist-page #artist .inner .day-jump a:hover::after {
              content: "";
              width: 8px;
              height: 8px;
              border-top: 1px solid #fff;
              border-right: 1px solid #fff;
              position: absolute;
              top: 50%;
              -webkit-transform: translate(0, -75%) rotate(135deg);
              transform: translate(0, -75%) rotate(135deg);
              right: 10%;
              -webkit-transition: 0.2s;
              transition: 0.2s; }

	#artist-page #artist .day-wrapper {
		display:block;
		width:100%;}
	#artist-page #artist .inner h3 {
	  text-align: center;
      font-size: calc(14px + 20 * ((100vw - 320px) / 704));
      line-height: 1.5;
	  font-weight:500;
	  margin:20px 0;
      letter-spacing: 1px; }
		#artist-page #artist .inner h3#day1 {
			color:#f0831e;}
		#artist-page #artist .inner h3#day2  {
			color:#EA5532;}
      #artist-page #artist .inner .artist-list {
        font-size: 0; }
        #artist-page #artist .inner .artist-list li {
          width: 48.27%;
          margin: 0;
          padding: 2%;
          background: #fff;
          display: inline-block;
		  vertical-align:top; }
          #artist-page #artist .inner .artist-list li:last-child {
            margin: 0; }
          #artist-page #artist .inner .artist-list li .name {
            margin: 0;
			padding:7px 0;
			line-height:1.2;
            font-size: calc(12px + 20 * ((100vw - 320px) / 704));
            font-weight: 500;
            color: #000;
			text-align:center;}



  /************************************************
ticket
************************************************/
  #ticket #main-visual {
    padding: 7% 0 5% 0;
    background: url(../images/sp/common/bg_main-visual.png) no-repeat 0 50%;
    background-size: cover;
    border-bottom: none; }
    #ticket #main-visual h1 {
      width: 28.28%;
      margin: 0 auto 3% auto;
      text-align: center; }
    #ticket #main-visual h2 {
      text-align: center;
      font-size: calc(20px + 20 * ((100vw - 320px) / 704));
      font-weight: bold;
      color: #cc0000; }
  #ticket #ticket-info {
    background: #fff; }
    #ticket #ticket-info .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 8% 0; }
      #ticket #ticket-info .inner h3 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(19px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #ticket #ticket-info .inner h3:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -65%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }
      #ticket #ticket-info .inner dl dt {
        padding: 4% 0 2%;
        text-align: center;
        font-size: calc(12px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        background: #fff;
		border-bottom:1px dotted #cc0000; }
      #ticket #ticket-info .inner dl dd {
        padding: 5%;
        font-size: calc(11px + 20 * ((100vw - 320px) / 704));
        line-height: 1.5;
        background: #fff; }
        #ticket #ticket-info .inner dl dd .caution-list li {
          padding: 0 0 0 1em;
          text-indent: -1em;
          font-size: calc(10px + 10 * ((100vw - 320px) / 704)); }
        #ticket #ticket-info .inner dl dd span {
          color: #ff0000; }
        #ticket #ticket-info .inner dl dd .strong {
          font-weight: bold;
          color: #000; }
        #ticket #ticket-info .inner dl dd .caution {
          font-size: calc(10px + 10 * ((100vw - 320px) / 704));
          line-height: 0.8;
          color: #000; }
      #ticket img.ticket_img {
	  	display:block;
		height:20px;
		width:auto;
		margin-bottom:3px;}

  /************************************************
access
************************************************/
  #access {
    background: #fff; }
    #access .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 5% 0 8% 0; }
      #access .inner h2 {
        margin: 0 0 9% 0;
        text-align: center;
        font-size: calc(24px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1.3;
        color: #cc0000;
        letter-spacing: 1px;
        position: relative; }
        #access .inner h2:after {
          content: "";
          width: 6.66%;
          height: 9px;
          position: absolute;
          left: 46.67%;
          bottom: -45%;
          background: url(../images/sp/common/bg_heading.png) no-repeat;
          background-size: contain; }
    #access .inner img.access_map {
		display:block;
		width:100%;
		height:auto;
		margin:10px auto;}
    #access .inner p.access_map_txt {
		font-size:12px;
		text-align:center;
		margin-bottom:20px;}
      #access .inner dl dt {
        padding: 4% 0 2% 0;
        text-align: center;
        font-size: calc(13px + 20 * ((100vw - 320px) / 704));
        font-weight: bold;
        line-height: 1;
        color: #cc0000;
        background: #fff;
		border-bottom:1px dotted #cc0000; }
      #access .inner dl dd {
        padding: 5%;
        font-size: calc(11px + 20 * ((100vw - 320px) / 704));
        line-height: 1.5;
        background: #fff; }
        #access .inner dl dd span {
          color: #ff0000; }
        #access .inner dl dd .strong {
          font-weight: bold;
          color: #000; }
   #access dl dt {
      color: #cc0000; }
   #map {
    background: #f0831e; }
     #map .google-map {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden; }
       #map .google-map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }


/************************************************
goods
************************************************/
#goods #main-visual {
  padding: 7% 0 5% 0;
  background: url(../images/sp/common/bg_main-visual.png) no-repeat 0 50%;
  background-size: cover;
  border-bottom: none; }
  #goods #main-visual h1 {
    width: 28.28%;
    margin: 0 auto 3% auto;
    text-align: center; }
  #goods #main-visual h2 {
    text-align: center;
    font-size: calc(20px + 20 * ((100vw - 320px) / 704));
    font-weight: bold;
    color: #cc0000; }
    #goods .goods-list{
      width: 94%;
      margin: 0 auto;
      padding: 8% 0;
      font-size: 0;
    }
    #goods .goods-list li{
      width: 48.5%;
      margin: 0 3% 5% 0;
      display: inline-block;
      vertical-align: top;
    }
    #goods .goods-list li:nth-child(2n){
      margin: 0 0 5% 0;
    }
    #goods .goods-list li .thumb{
      margin: 0 0 2% 0;
      line-height: 0;
      /*border: 1px solid #ccc;*/
    }
    #goods .goods-list li .thumb img{
      max-width: 100%;
      border: 1px solid #ccc;
    }
    #goods .goods-list li .title{
      margin: 0 0 1% 0;
      text-align: center;
      font-size: calc(14px + 15 * ((100vw - 320px) / 704));
      font-weight: 700;
      line-height: 1.5;
      color: #000;
    }
    #goods .goods-list li .sentence{
      text-align: center;
      font-size: calc(13px + 15 * ((100vw - 320px) / 704));
      line-height: 1.5;
      color: #000;
    }


/************************************************
news
************************************************/
#news-detail {
  background: #f0f0f3;
}
#news-detail #main-visual {
  padding: 7% 0 5% 0;
  background: url(../images/sp/common/bg_main-visual.png) no-repeat 0 50%;
  background-size: cover;
  border-bottom: none; }
#news-detail #main-visual .category {
  text-align: center;
  font-size: calc(20px + 20 * ((100vw - 320px) / 704));
  font-weight: bold;
  color: #cc0000; }
#news-detail .news-contents {
  width: 94%;
  margin: 4% auto 8% auto;
  padding: 5%;
  background: #fff;
  position: relative;
}
#news-detail .news-contents .date{
  margin: 0 0 5% 0;
  font-size: calc(11px + 20 * ((100vw - 320px) / 704));
  font-weight: bold;
  color: #cc0000;
}
#news-detail .news-contents h1{
  margin: 0 0 7% 0;
  /*text-align: center;*/
  font-size: calc(17px + 20 * ((100vw - 320px) / 704));
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}
#news-detail .news-contents h2{
  margin: 6% 0 5% 0;
  font-size: calc(14px + 20 * ((100vw - 320px) / 704));
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
#news-detail .news-contents .sentence{
  font-size: calc(12px + 20 * ((100vw - 320px) / 704));
  line-height: 1.5;
  color: #000;
}
#news-detail .news-contents .image{
  margin: 5% 0;
  text-align: center;
}
#news-detail .news-contents .mg-image{
  margin: 5% 0;
  text-align: center;
  font-size: 0;
}
#news-detail .news-contents .mg-image a{
  width: 48.5%;
  display: inline-block;
}
#news-detail .news-contents .mg-image a:last-child{
  margin: 0 0 0 3%;
}
#news-detail .anchor{
    position: absolute;
    top: -100px;
}


  /************************************************
bottom-fixed
************************************************/
  #bottom-fixed {
    width: 100%;
    background: #cc0000;
    position: fixed;
    bottom: -20%;
    z-index: 10000;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #bottom-fixed .inner {
      width: 90.62%;
      margin: 0 auto;
      padding: 3% 0; }
      #bottom-fixed .inner .btn {
        width: 80%;
        margin: 0 auto;
        padding: 4% 0;
        border: 2px solid #cc0000;
        border-radius: 35px;
        display: table;
        position: relative;
        background: white;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        #bottom-fixed .inner .btn::after {
          content: "";
          width: 5px;
          height: 5px;
          border-top: 1px solid #cc0000;
          border-right: 1px solid #cc0000;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
          right: 8%;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
        #bottom-fixed .inner .btn a {
          display: table-cell;
          font-size: calc(12px + 15 * ((100vw - 320px) / 704));
          line-height: 1.3;
          font-weight: 700;
          color: #cc0000;
          text-align: center;
          vertical-align: middle;
          position: relative;
          z-index: 1;
          text-decoration: none;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
  /************************************************
footer
************************************************/
  .to-top {
    width: 10%;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 99999; }
    .to-top a:hover {
      opacity: 0.7; }
  footer {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 8% 0 22% 0;
    background: #000; }
    footer h2 {
      margin: 0 0 5% 0;
      text-align: center;
      font-size: calc(16px + 20 * ((100vw - 320px) / 704));
      font-weight: bold;
      color: #fff;
      letter-spacing: 1px; }
    footer .sns-list {
      margin: 0 auto 6% auto;
      width: 50%;
	  display:table;
      text-align: center; }
      footer .sns-list li {
	    vertical-align:middle;
        display: table-cell; }
      footer .sns-list li img {
        width: 50%;
		height:auto;
		margin:0 auto; }
    footer .bnr-list{
      width: 60%;
      margin: 0 auto 5% auto;
      text-align: center; }
      footer .bnr-list li + li{
        margin: 3% auto 0 auto;}
    footer .copyright {
      font-size: calc(10px + 20 * ((100vw - 320px) / 704));
      text-align: center;
      color: #fff; } }