@charset "utf-8";
* {
  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 {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  background: #fff;
  color: #000000;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.05ex;
  text-align: center;
  font-weight: 900;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg") center/cover no-repeat;
  -webkit-background-size: cover;
  min-width: 100%;
  background-position: center top 40%;
}*/
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;
  color: #000000;
  word-wrap: break-all;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: underline;
  color: inherit;
  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;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
table {
  border-collapse: collapse;
}
.link {
  text-decoration: underline;
  color: #828a1c;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*  SNS  */
#sns {
  min-width: 270px;
  margin: 15px auto 40px;
}
ul.snsBtn {
  display: flex;
  justify-content: center;
}
ul.snsBtn li {
  float: left;
  width: auto;
}
ul.snsBtn li:last-child {
  margin-left: 10px;
  /* margin-right: 20px; */
}
.btn-link {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
}
.btn-link a {
  background: #fa0193;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 51px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 3px solid #fa0193;
  width: 60%;
  margin: 4rem auto 0;
  line-height: 1.4;
}
.btn-link a:hover {
  background: #ffffff;
  color: #fa0193 !important;
  opacity: 1;
}
#about .btn-link a {
  margin: 2rem auto 0;
}
/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  width: 1040px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 5px solid #ece500;
}
.container.line0 {
  border-bottom: none;
}
#top_notice .container.line0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#top_notice .link_bnr {
  margin: 0 auto;
  width: 65%;
}
h2.heading {
  font-size: 2.2rem;
  letter-spacing: 0.1ex;
  font-weight: 600;
  position: relative;
  line-height: 1.4;
  color: #91959d;
}
h2.heading img {
  height: 200px;
  width: auto;
  margin: 0 auto;
}
h3.heading {
  background: #35308b;
  color: #ffffff;
  padding: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 2.5rem;
  border-radius: 40px;
}
h3.ttl {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 3.5rem;
  font-weight: bold;
  color: #35308b;
}
.sub_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.sub_ttl .small {
  font-size: 90%;
}
p {
  word-break: break-all;
  
  line-height: 1.6;
}
.attention {
  color: #35308b;
  margin-top: 1rem;
}
.inner {
  margin-top: 3.5rem;
  display: block;
}
.smp-only {
  display: none !important;
}
/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
#header {
  position: relative;
  /* width: 100%; */
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 600;
  color: #101d0c;
  
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  width: 900px;
}
#header .nav_container img {
  height: 55px;
  width: auto;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  padding: 16px 1rem;
  background: #ece500;
  margin: 0 auto;
  transition: .6s;
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  width: 1040px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-nav .nav_container > ul li {}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #ece501;
  width: 55px;
  height: 55px;
  left: 0px;
  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;
  left: -1px;
  top: -2px;
}
.menu-trigger {
  width: 35px;
  height: 35px;
  margin: 10px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.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;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  display: none;
  overflow: scroll;
}
.smp-nav-list img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: block;
  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;
}
@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;
  }
}
.smp-nav-list ul {
  margin: 2rem;
  padding: 20px 0;
}
.smp-nav-list ul li {
  list-style-type: none;
  /* border-bottom: #fff solid 1px; */
}
.smp-nav-list ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.3ex;
  font-weight: 600;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual {
  align-items: center;
}
.main_visual .img {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}
.main_visual .img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.main_visual .text {
  width: 45vw;
  padding: 1rem;
}
@media screen and (max-width: 900px) {
  .main_visual .text {
    width: 50vw;
  }
}
/*--------------------------------------
 * top_notice
 * ---------------------------------------*/
#top_notice .link_notice a {
  border: 3px solid #000000;
  border-radius: 80px;
  display: inline-block;
  padding: 10px 60px;
  position: relative;
  text-decoration: none;
  line-height: 1.4;
  text-align: center;
}
#top_notice .link_notice a:after {
  position: absolute;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 17%;
}
/*--------------------------------------
 *about
 * ---------------------------------------*/
#about .ttl {
  line-height: 2;
  color: #000000;
}
#about .txt {
  margin-top: 2rem;
}
#about dl {
  margin-top: 2rem;
}
#about a {
  color: #35308b;
}
#about dd {
  padding: 1rem;
}
#about .date {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #35308b;
  line-height: 1.4;
}
#about .time {
  margin-top: 0.5rem;
  font-size: 1.8rem;
}
#about .contact {
  margin-top: 0.5rem;
}
#about .credit {
  margin-top: 2rem;
}
#about .attention {
  margin-top: 1rem;
  font-weight: bold;
}
/*--------------------------------------
 *table
 * ---------------------------------------*/
dl.table {
  display: flex;
  transition: .2s;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 80%;
  font-size: 1.2rem;
  margin: 0 auto;
}
dl.table:first-child {
  padding-top: 0;
}
dl.table:last-child {
  border-bottom: none;
}
dl.table dt {
  font-weight: 600;
  width: 25%;
  align-items: center;
  text-align: right;
  padding-right: 1rem;
}
dl.table dd {
  line-height: 1.6;
  width: 75%;
  padding-left: 2rem;
}
/*--------------------------------------
 *news
 * ---------------------------------------*/
#news .news-data {
  letter-spacing: 0.2ex;
  display: inline-block;
  width: 15%;
  vertical-align: top;
}
#news .news-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0.5rem;
}
#news .news-title a {
  display: block;
  margin-bottom: 1rem;
}
#news .news-title a:last-of-type {
  margin-bottom: 0;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  margin-top: 1rem;
  text-align: left;
}
/*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: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.contents.news .btn_news-more .open {
  display: block;
}
p.open, p.close {
  color: #35308b;
}
.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;
}
.andmore {
  margin-top: 1rem;
}
.andmore img {
  width: 200px;
  float: right;
}
/*--------------------------------------
 * ticket

 * ---------------------------------------*/
#ticket .venue {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #35308b;
  line-height: 1.4;
  margin-top: 2rem;
}
#ticket .flexbox {
  display: flex;
  width: 100%;
  padding-right: 1rem;
}
#ticket .ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}
#ticket .flexbox .ttl {
  width: 30%;
  padding-right: 1rem;
  text-align: right;
  margin-top: 1.5rem;
}
#ticket .flexbox .ttl span {
  line-height: 1.4;
  font-size: 70%;
}
#ticket .flexbox .detail {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
  padding-left: 1rem;
  margin-top: 1.5rem;
}
#ticket .url {
  font-size: 1.2rem;
}
#ticket dl.table dt {
  width: 25%;
  text-align: left;
}
#ticket dl.table dd {
  text-align: left;
}
#ticket dl.table h4 {
  margin-top: 1rem;
}
#ticket dl.table .text {
  line-height: 2;
}
#ticket dl.table .text li {
  display: flex;
}
#ticket dl.table .text li div {
  width: 100%;
}
#ticket dl.table .text li .ttl {
  width: 70%;
  line-height: 1.8;
}
#ticket .btn-ticket {
  text-align: center;
}
#ticket .btn-ticket a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-sizing: border-box;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  margin: 1rem auto 2rem;
}
#ticket .btn-ticket a.ml0 {
  margin-left: 0;
}
#ticket .btn-ticket a span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
#ticket .btn-ticket a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0646b+1,dd2c35+44,e1000e+56,e1000e+100 */
  background: #e0646b; /* Old browsers */
  background: -moz-linear-gradient(top, #e0646b 1%, #dd2c35 44%, #e1000e 56%, #e1000e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e0646b 1%, #dd2c35 44%, #e1000e 56%, #e1000e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e0646b 1%, #dd2c35 44%, #e1000e 56%, #e1000e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0646b', endColorstr='#e1000e', GradientType=0); /* IE6-9 */
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
#ticket .btn-ticket a:hover {
  opacity: 1;
}
#ticket .btn-ticket a:hover span {
  transform: translate(0, 0);
}
#ticket .btn-ticket a:hover:after {
  transform: translate(0, 0);
}
#ticket h3.ttl {
  background: none;
  color: #ffffff;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  padding: 10px;
  background: #35308b;
  border-radius: 54px;
}
#ticket .notes a {
  text-decoration: underline;
  margin-right: 1rem;
}
#ticket .notes h4 {
  font-size: 1rem;
  font-weight: bold;
}
#ticket .end {
  color: #aaaaaa;
  font-size: 80%;
}
/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
#goods .goods_lists li {
  width: 50%;
  padding: 0 0.5rem;
  margin-top: 3.5rem;
}
#goods .goods_lists li.mt0{
	margin-top: 0;
	width: 100%;
	text-align: center;
}
#goods .goods_list .goods_ttl {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
  
  font-weight: 600;
  color: #35308b;
  margin-top: 1rem;
}
#goods .goods_list .goods_detail {
  margin-top: 1rem;
  line-height: 1.6;
}
#goods .goods_list .goods_price {
  font-size: 90%;
  margin-top: 1rem;
  line-height: 1.4;
}
#goods .goods_list .goods_price a {
    color: #35308b;
}
#goods span.small {
  font-size: 90%;
  display: block;
  line-height: 1.6;
  text-align: center;
}
#goods .goods_list .thum {
  height: auto;
}
#goods .goods_list .thum img {
  height: auto;
  width: 85%;
  margin: 0 auto;
}

/*--------------------------------------
 * release
 * ---------------------------------------*/
#release .release_lists li.release_list {
  padding-bottom: 3rem;
}
#release .release_list {
  margin-top: 3rem;
}
#release .release_list .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .release_list .release_text {
  line-height: 2;
}
#release .release_list .lead {
  margin-bottom: 2rem;
}
#release .release_list .sub_ttl {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#release .release_list a {
  color: #35308b;
}
#release .release_list .release_text .release_price {
  font-size: 95%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#release .release_list .thum {
  margin-bottom: 2rem;
}
#release .release_list .thum img {
  height: 320px;
  width: auto;
  margin: 2rem auto 0;
}
#release .release_list .detail {
  margin-top: 2rem;
  line-height: 1.6;
}
/*  youtube  */
.youthum {
  width: 80%;
  margin: 1rem auto 3rem;
}
.youthum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.youthum a::before {
  position: absolute;
  content: url(../images/btn_you.png);
  text-align: center;
  top: 45%;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

/*  footer  */
.ohplink {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
}
.ohplink.main a {
  background: #35308b;
  color: #ffffff;
  padding: 10px 50px;
  border-radius: 51px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 3px solid #35308b;
  width: 60%;
  margin: 5rem auto 0;
}
.ohplink.main a:hover {
  background: #ffffff;
  color: #35308b;
  opacity: 1;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice2 .cover {
  background: #35308b;
  color: #fff;
  padding: 2rem;
  font-size: 2rem;
}
#notice2 .cover span {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
#notice2 .ohplink {
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
}
/*notice.html*/
#notice2 .container {
  text-align: left;
}
#notice2 ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#notice2 ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
  margin-bottom: 1rem;
}
#notice2 .ttl {}
#notice2 .sub_ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
#notice2 .bold {
  font-weight: bold;
  background: #35308b;
  color: #ffffff;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1rem;
}
#notice2 a {
  color: #35308b;
}
#notice2 .btn-top a {
  text-align: center;
  margin-top: 3rem;
  display: block;
  font-size: 110%;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.ticket_info {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 77%;
  z-index: 30;
  width: 130px;
  height: auto;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
  background: #ece500;
  margin-top: 5rem;
}
.footer_container {
  width: 1040px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}
.copyright {
  color: #000000;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.15ex;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  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;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: bold;
}
/*--  text-color  --*/
.red {
  color: red;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0px;
}
.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: 0px;
}
.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: 0px;
}
.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: 0px !important;
}
.mb2r {
  margin-bottom: 2rem;
}
.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: 125%;
}
.fs_l {
  font-size: 115%;
}
.fs_m {
  font-size: 92%;
}
.fs_ms {
  font-size: 80%;
}
.fs_s {
  font-size: 50%;
}
.w100 {}