@charset "UTF-8";
/* reset */
/*
https://github.com/stackcss/css-wipe
*/
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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: 62.5%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* sass set */
body {
  line-height: 1.5;
	overflow-x: hidden;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}
a:focus, a:hover {
  opacity: 0.6;
}
a.el_link {
  text-decoration: underline;
}

/* layout */
.ly_container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1080px;
}
@media screen and (min-width: 1200px) {
  .ly_container {
    padding-right: 0;
    padding-left: 0;
  }
  .ly_container.mo__widthS01 {
    width: 864px;
  }
	.bl_step_item_boxTxt .ly_container.mo__widthS01 {
    width: 100%;
	background-color: #fff;
  }
}

.ly_row {
  display: flex;
  flex-wrap: wrap;
}
.ly_row.mo__col3 {
  margin-bottom: -20px;
}
.ly_row.mo__col3 > .ly_col {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .eventMainBox{
  	min-height: 400px;
  }
  .ly_row.mo__col3 {
    margin-bottom: -40px;
  }
  .ly_row.mo__col3 > .ly_col {
    width: 27%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .ly_row.mo__col3 > .ly_col:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* element */
.el_pageTtl01 {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .el_pageTtl01 {
    font-size: 3.2rem;
  }
}

.el_ttlT01 {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 1.6rem;
  padding: 0;
}
.el_ttlT01.mo__boT01 {
  border-left: 2px solid #000;
  padding: 0 0 0 15px;
}
.sec_eventData_txtEnd,
.bl_box_link {
	font-size: 1.4rem;
}
.bl_box_link {
	word-break: break-all;
}
@media screen and (min-width: 1200px) {
	.el_ttlT01,
	.sec_eventData_txtEnd,
	.bl_box_link {
    font-size: 1.6rem;
  }
  .el_ttlT01.mo__boT01 {
    padding-left: 25px;
  }

}

.el_lead {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .el_lead {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .el_lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.8rem;
  }
}

.el_p {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.el_p.mo__fsS {
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .el_p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .el_p.mo__lh2 {
    line-height: 2;
  }
  .el_p.mo__fsS {
    font-size: 1.4rem;
  }
}

.el_txtScroll {
  display: none;
}
@media screen and (max-width: 767px) {
  .el_txtScroll {
    display: block;
    margin-top: 14px;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    text-align: center;
  }
}

.el_ul > li {
  position: relative;
  padding-left: 1em;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.el_ul > li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.3em;
  height: 0.3em;
  background-color: #666;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .el_ul {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.el_table {
  margin-bottom: 16px;
  width: 100%;
}
.el_table table {
  width: 100%;
}
.el_table th, .el_table td {
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.el_table th {
  background-color: #7e7e7e;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el_table.mo__mdScroll {
    overflow-x: auto;
  }
  .el_table.mo__mdScroll th, .el_table.mo__mdScroll td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1199px) {
  .el_table th, .el_table td {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .el_table th, .el_table td {
    font-size: 1.4rem;
    padding: 15px;
  }
}

.el_tag {
  display: inline-block;
  margin: 0 15px 0 0;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .el_tag {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

.el_btn {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 20px 30px;
  background-color: #fff;
  border: 2px solid #cacaca;
  border-radius: 4px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
}
@media screen and (min-width: 1200px) {
  .el_btn {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.el_btn.mo__iconNext:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 39px;
  height: 14px;
  background-image: url(../../img/common/el_btn_iconNext.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.el_btn.mo__iconMovie:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/el_btn_icon_moviePlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
}
.el_btn.mo__iconPdf:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/el_btn_icon_pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -3px;
}
.el_btn.mo__sM {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
@media screen and (min-width: 1200px) {
  .el_btn.mo__sM {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 480px;
  }
}
.el_btn.mo__sS {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding: 10px 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .el_btn.mo__sS {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    width: 280px;
    font-size: 1.4rem;
  }
}
.el_btn.mo__sS.mo__iconNext:after {
  width: 25px;
  height: 12px;
}
.el_btn.mo__T02 {
  background-color: #00b2db;
  border: 2px solid #00b2db;
  color: #fff;
}
.el_btn.mo__T02.mo__iconNext:after {
  background-image: url(../../img/common/el_btn_iconNext02.svg);
}
.el_btn.mo__T03 {
  background-color: #a19f98;
  border: 2px solid #a19f98;
  color: #fff;
}
.el_btn.mo__T03.mo__iconNext:after {
  background-image: url(../../img/common/el_btn_iconNext02.svg);
}
.el_btn.mo__T04 {
  background-color: #1ba3b6;
  border: 2px solid #1ba3b6;
  color: #fff;
}
.el_btn.mo__T04.mo__iconNext:after {
  background-image: url(../../img/common/el_btn_iconNext02.svg);
}
.el_btn.mo__T05 {
  background-color: #FFF;
  border: 2px solid #FFF;
  color: #24acc1;
}
.el_btn.mo__T06 {
  border: 1px solid #cacaca;
}
.el_btn .el_btn_txtS {
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .el_btn .el_btn_txtS {
    font-size: 1.4rem;
  }
}

.el_calendar_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el_calendar_ttl {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .el_calendar_ttl {
    font-size: 2rem;
  }
}
.el_calendar_prev, .el_calendar_next {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .el_calendar_prev, .el_calendar_next {
    font-size: 2.4rem;
  }
}
.el_calendar_prev {
  padding-left: 10px;
}
.el_calendar_next {
  padding-right: 10px;
}
.el_calendar_table {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .el_calendar_table {
    margin-bottom: 12px;
  }
}
.el_calendar_table th, .el_calendar_table td {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
}
@media screen and (min-width: 1200px) {
  .el_calendar_table th, .el_calendar_table td {
    font-size: 1.6rem;
  }
}
.el_calendar_table th.el_tableSelect, .el_calendar_table td.el_tableSelect {
  background-color: #ff9f36;
}
.el_calendar_table th.el_tableSun, .el_calendar_table td.el_tableSun {
  background-color: #f8e7e7;
}
.el_calendar_table th.el_tableSat, .el_calendar_table td.el_tableSat {
  background-color: #e8f0f5;
}
.el_calendar_table th.el_tablePrevMonth, .el_calendar_table td.el_tablePrevMonth {
  margin-top: 10px;
}
.el_calendar .el_p {
  margin-top: 10px;
}

.el_map {
  border: 8px solid #f2f2f2;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .el_map {
    margin-bottom: 14px;
  }
}
.el_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.el_map iframe, .el_map object, .el_map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.el_nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
  font-size: inherit;
}

.el_em {
  font-weight: bold;
  font-style: normal;
  font-size: inherit;
}

/* block Module */
.bl_navMainList_item {
  display: inline-block;
  margin: 0 10px 10px;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .bl_navMainList_item {
    font-size: 1.4rem;
  }
}

.bl_navSnsList_item {
  display: inline-block;
  margin: 0 5px 10px;
  width: 25px;
}
.bl_navBnrList {
  background-color: #f7f7f7;
  padding: 20px 0 10px;
}
.bl_navBnrList .ly_row {
  margin: 0 30px;
}
.bl_navBnrList_item {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .bl_navBnrList {
    padding: 40px 0 20px;
  }
  .bl_navBnrList_item {
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    width: 31.3%;
  }
	.mo__col4 .bl_navBnrList_item {
		width: 23%;
	}
}

.bl_copyright {
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .bl_copyright {
    font-size: 1.2rem;
  }
}

.bl_evertPosts_item {
  display: block;
  padding: 14px 0;
  text-decoration: none;
  transition: 0.25s;
}
.bl_evertPosts_item:focus, .bl_evertPosts_item:hover {
  opacity: 0.6;
}
.bl_evertPosts_date {
  display: block;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 6px;
  text-decoration: none;
}
.bl_evertPosts_ttl {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .bl_evertPosts_item {
    display: flex;
    flex-wrap: wrap;
  }
  .bl_evertPosts_date {
    margin-bottom: 0;
    width: 23%;
  }
  .bl_evertPosts_ttl {
    margin-bottom: 0;
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .bl_evertPosts_date {
    font-size: 1.6rem;
  }
  .bl_evertPosts_ttl {
    font-size: 1.6rem;
  }
}

.bl_card_body {
  padding: 10px 0;
  text-align: center;
}
.bl_card_body > *:last-child {
  margin-bottom: 0;
}
.bl_card_date {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
}
.bl_card_ttl {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .bl_card_body {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .bl_card_date {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .bl_card_ttl {
    font-size: 1.6rem;
  }
}

a.bl_card {
  display: block;
  color: currentColor;
  text-decoration: none;
  transition: 0.25s;
}

a.bl_card .bl_card_ttl,
a.bl_card .bl_card_date {
  transition: 0.25s;
}

a.bl_card:focus,
a.bl_card:hover {
  opacity: 0.6;
}

a.bl_card.close {
	position: relative;
}
a.bl_card.close::before {
	content: '終了しました';
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 0;
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}
.bl_cardUnit.mo__col3 {
  margin-bottom: -20px;
}
.bl_cardUnit.mo__col3 > .bl_card {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bl_cardUnit.mo__col3 {
    margin: 0 auto -40px;
		width: 102.4%;
		max-width: 1107px;
  }
  .bl_cardUnit.mo__col3 > .bl_card {
    width: 30.93%;
    margin-right: 1.2%;
    margin-left: 1.2%;
    margin-bottom: 40px;
  }
  /*.bl_cardUnit.mo__col3 > .bl_card:nth-of-type(3n) {
    margin-right: 0;
  }*/
}

.bl_boxT01 {
  border-left: 2px solid #000;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
.bl_boxT01 > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_boxT01 {
    padding-left: 25px;
    margin-bottom: 50px;
  }
}

.bl_boxT02 {
  background-color: #f4f4f4;
  margin: 0 0 30px;
  border-radius: 10px;
  padding: 15px;
}
.bl_boxT02 > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_boxT02 {
    padding: 30px;
  }
}

.bl_boxT03 {
  margin: 0 0 30px;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 15px;
}
.bl_boxT03 > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_boxT03 {
    padding: 30px;
  }
}

.bl_boxT04 {
  background-color: #ddf2f5;
  margin: 0 0 30px;
  border-radius: 10px;
  padding: 15px;
}
.bl_boxT04 > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .bl_boxT04 {
    padding: 30px;
  }
}

.bl_step_item {
  position: relative;
  display: flex;
  background-color: #ddf2f5;
  margin: 0 0 30px;
  border-radius: 8px;
}
.bl_step_item:after{
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/bl_step_iconDown.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.bl_step_item:last-child:after {
  display: none;
}
.bl_step_item_fig {
  width: 20%;
  padding-right: 15px;
}
.bl_step_item_ttl {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}
.bl_step_item_lead {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .bl_step_item {
    padding: 15px;
    align-items: center;
  }
  .bl_step_item_fig {
    width: 12%;
  }
  .bl_step_item_boxTxt {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .bl_step_item {
    padding: 15px 30px;
    align-items: center;
  }
  .bl_step_item_fig {
    width: 13%;
    padding-right: 20px;
  }
  .bl_step_item_boxTxt {
    width: 87%;
  }
  .bl_step_item_ttl {
    font-size: 1.5rem;
  }
  .bl_step_item_lead {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .sec_base {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_base {
    padding: 80px 0;
  }
}
.sec_base_ttl {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 20px;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}

/* ホーム */
.sec_mainImg {
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}
.sec_mainImg img {
  max-width: none;
  width: auto;
  display: block;
}
.sec_mainImg_bg {
  position: absolute;
  width: 100%;
}
.sec_mainImg_logo {
  z-index: 10;
  position: absolute;
  width: 100%;
}
.sec_mainImg_logo img {
  margin-right: auto;
  margin-left: auto;
}
.sec_mainImg_left {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.sec_mainImg_right {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.sec_mainImg_v01 {
  position: absolute;
  z-index: 11;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .sec_mainImg {
    padding-top: 100%;
  }
  .sec_mainImg_bg {
    top: -150px;
    left: 0%;
    animation: mainImg_bg 2s ease-in-out 0s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_bg img {
    width: 200%;
    margin-left: -200px;
  }
  .sec_mainImg_logo {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_mainImg_logo img {
    width: 90%;
  }
  .sec_mainImg_left {
    bottom: -180px;
    left: -13%;
    animation: mainImg_left 2s ease-in-out 1.5s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_left img {
    width: 40%;
  }
  .sec_mainImg_right {
    bottom: -230px;
    right: -70%;
    animation: mainImg_right 2s ease-in-out 2.5s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_right img {
    width: 50%;
  }
  .sec_mainImg_v01 {
    bottom: 10%;
    left: 60%;
    animation: mainImg_V01 2s ease-in-out 4s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_v01 img {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_mainImg {
    height: calc(100vh - 82px);
  }
  .sec_mainImg_bg {
    top: -300px;
    left: 0%;
    animation: mainImg_bg_pc 2s ease-in-out 0s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_bg img {
    width: 120%;
    margin-left: -8%;
  }
  .sec_mainImg_logo {
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec_mainImg_logo img {
    width: 60%;
  }
  .sec_mainImg_left {
    bottom: -430px;
    left: 50%;
    transform: translateX(-45%);
    animation: mainImg_left_pc 2s ease-in-out 1.5s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_left img {
    width: 25%;
  }
  .sec_mainImg_right {
    bottom: -350px;
    left: 50%;
    transform: translateX(20%);
    animation: mainImg_left_pc 2s ease-in-out 2.5s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_right img {
    width: 30%;
  }
  .sec_mainImg_v01 {
    bottom: 4%;
    left: 60%;
    animation: mainImg_V01 2s ease-in-out 4s 1 normal;
    animation-fill-mode: forwards;
  }
  .sec_mainImg_v01 img {
    width: 12%;
  }
}

@keyframes mainImg_bg {
  100% {
    top: -500px;
  }
}
@keyframes mainImg_bg_pc {
  100% {
    top: -550px;
  }
}
@keyframes mainImg_left {
  100% {
    bottom: -50px;
    opacity: 1;
  }
}
@keyframes mainImg_left_pc {
  100% {
    bottom: -100px;
    opacity: 1;
  }
}
@keyframes mainImg_right {
  100% {
    bottom: -40px;
    opacity: 1;
  }
}
@keyframes mainImg_right_pc {
  100% {
    bottom: -100px;
    opacity: 1;
  }
}
@keyframes mainImg_V01 {
  100% {
    opacity: 1;
  }
}
.sec_homeCatch {
  text-align: center;
}
.sec_homeCatch_img {
  margin-right: auto;
  margin-left: auto;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .sec_homeCatch {
    padding: 40px 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_homeCatch {
    padding: 80px 0;
  }
}
.sec_homeCatch_img {
	font-size: 3rem;
}
.sec_infoStampRally {
  position: relative;
}
.sec_infoStampRally .bl_boxT04 {
  text-align: center;
}
.sec_infoStampRally_ttl {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 5px;
  color: #333;
  font-size: 1.9rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #0093c5;
}
.sec_infoStampRally_lead {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec_infoStampRally .el_btn {
  position: relative;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sec_infoStampRally .sec_stamprallyHead_fig {
  overflow: unset;
}
@media screen and (max-width: 1199px) {
  .sec_infoStampRally .ly_container {
    padding: 20px 0 0;
  }
  .sec_infoStampRally .bl_boxT04 {
    padding: 0 0 10px;
  }
}
@media screen and (min-width: 1200px) {
.sec_homeCatch_img {
	font-size: 5rem;
}
  .sec_infoStampRally {
    margin: 0;
  }
  .sec_infoStampRally .bl_boxT04 {
    padding: 50px 0 30px;
		margin-bottom: 0;
  }
  .sec_infoStampRally_ttl {
    font-size: 2.7rem;
  }
  .sec_infoStampRally_lead {
    font-size: 1.8rem;
  }
}

.sec_infoIndex {
  padding: 40px 0;
}
.sec_infoIndex_head {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: solid 2px #333;
}
.sec_infoIndex_ttl {
  width: 50%;
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}
.sec_infoIndex_goToIndex {
  width: 50%;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .sec_infoIndex {
    padding: 110px 0 0;
  }
  .sec_infoIndex_head {
    margin-bottom: 30px;
  }
  .sec_infoIndex_ttl {
    font-size: 2.4rem;
  }
  .sec_infoIndex_goToIndex {
    font-size: 1.6rem;
  }
}

.sec_schedule {
  position: relative;
}
@media screen and (max-width: 767px) {
.sec_infoStampRally {
	overflow: hidden;
}
  .sec_schedule {
    padding: 40px 0;
    background-image: url(../../img/home/sec_schedule_bg.png);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 22% 280px;
  }
}
@media screen and (min-width: 768px) {
  .sec_schedule {
    padding: 0 0 40px;
    background-image: url(../../img/home/sec_schedule_bg_pc.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: 20% 40%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_schedule {
    padding: 120px 0 10px;
    background-image: url(../../img/home/sec_schedule_bg_pc.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 20% 0%;
  }
}
.sec_schedule_logo {
  text-align: center;
  margin-bottom: 30px;
}
.sec_schedule_logo img {
  width: 160px;
}
.sec_schedule .el_p {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec_schedule_head {
      margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_schedule_logo {

  }
  .sec_schedule_logo img {
    width: 200px;
  }
  .sec_schedule .el_p {
  }
}

/* イベント */
.sec_eventHead {
  padding: 30px 0;
  text-align: center;
  border-bottom: 2px solid #f4f4f4;
}
.sec_eventHead h1 img {
  width: 300px;
}
@media screen and (min-width: 1200px) {
  .sec_eventHead {
    padding: 80px 0;
  }
  .sec_eventHead h1 img {
    width: auto;
  }
}

.sec_eventData {
  padding: 0 0 30px;
}
.sec_eventData .ly_container {
  position: relative;
}
.sec_eventData_date {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 8px;
}

.endText{
  color: #a4a4a4;
  font-size: 1.8rem;
}

.sec_eventData_place {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 6px;
}
.sec_eventData_ttl {
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.sec_eventData_tagBox,
.sec_eventReport_slideBox,
.sec_eventReport_clickPic
 {
  margin: 0 0 30px;
}
.sec_eventData_tagBoxHead {
  background-color: #f4f4f4;
  padding: 15px 15px 15px;
}
.sec_eventData_fig img {
  width: 100%;
}
.sec_eventData_footer {
  text-align: center;
}
.sec_eventData_txtT01 {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
	.sec_eventData_footer {
		margin-top: 20px;
	}
	.sec_eventData_inner + .sec_eventData_footer {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
  .sec_eventData_tagBox {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .sec_eventReport_slideBox,
  .sec_eventReport_clickPic{
    width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
	.sec_eventData_footer {
		margin-top: 40px;
	}
	.sec_eventData_inner + .sec_eventData_footer {
		margin-top: 70px;
	}
}
@media screen and (min-width: 1200px) {
  .sec_eventData {
    padding: 0 0 80px;
  }
  .sec_eventData_inner {
    width: 54.6%;
  }
  .sec_eventData_date {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .sec_eventData_place {
    font-size: 2rem;
  }
  .sec_eventData_ttl {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .sec_eventData_tagBox {
    position: absolute;
    top: 70px;
    right: 0;
    width: 380px;
  }
  .sec_eventReport_slideBox,
  .sec_eventReport_clickPic {
    width: 768px;
  }
  
  .sec_eventData_tagBoxHead {
    padding: 20px 20px 10px;
  }
  .sec_eventData_txtT01 {
    font-size: 1.8rem;
  }
.sec_eventData_inner.reportLater {
	position: relative;
	width: 100%;
}
.sec_eventData_inner.reportLater .bl_boxT01 {
	width: 54.6%;
}
.sec_eventData_inner.reportLater .sec_eventData_tagBox {
	top: 0;
}
}

.sec_eventLive {
  margin: 20px 0 40px;
  padding: 30px 20px;
  border: 4px solid #3350cd;
  text-align: center;
}
.sec_eventLive_ttl {
  color: #3350cd;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec_eventLive_date {
  position: relative;
  display: inline-block;
  background-color: #3350cd;
  padding: 10px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.sec_eventLive_date:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top: 10px solid #3350cd;
  width: 0;
  height: 0;
}
.sec_eventLive_bnr {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sec_eventLive_bnr {
    width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_eventLive {
    margin: 0 0 80px;
    padding: 40px;
  }
  .sec_eventLive_ttl {
    font-size: 3rem;
  }
  .sec_eventLive_date {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.sec_eventArtist {
  margin-bottom: 40px;
}
.sec_eventArtist_fig {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.sec_eventArtist .bl_boxT01 {
  margin-bottom: 0;
}
.sec_eventArtist .bl_boxT01 .el_ttlT01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec_eventArtist_row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .sec_eventArtist_fig {
    margin-bottom: 0;
    width: 35%;
  }
  .sec_eventArtist .bl_boxT01 {
    width: 65%;
    padding-right: 10%;
  }
  .sec_eventArtist .bl_boxT01 .el_ttlT01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_eventArtist {
    margin-bottom: 80px;
  }
}

.sec_eventArtist_wrapper,
.sec_eventReport_wrapper {
  padding: 40px 0;
  background-color: #f4f4f4;
}
.sec_eventArtist_wrapper .sec_eventArtist:last-child {
  margin-bottom: 0;
}
.sec_eventReport_wrapper {
	margin-bottom: 40px;
}
.sec_eventReport_wrapper .sec_eventReport_ttl {
  margin-top: 0;
}
.sec_eventReport_wrapper .sec_aboutMakeLogo_movie:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .sec_eventArtist_wrapper,
  .sec_eventReport_wrapper {
    padding: 80px 0;
  }
.sec_eventReport_wrapper {
	margin-bottom: 80px;
}

}

.sec_eventUtility {
  padding: 40px 0;
  background-color: #f4f4f4;
}
.sec_eventUtility .ly_container > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .sec_eventUtility {
    padding: 80px 0;
  }
}

.sec_eventSpec {
  margin-bottom: 30px;
  max-width: 100%;
}

.sec_eventSpec_wrapper {
  padding: 40px 0;
  clear: both;
}
@media screen and (min-width: 1200px) {
  .sec_eventSpec_wrapper {
    padding: 80px 0;
  }
}

.sec_eventGotoIndex {
  padding: 20px 0;
  text-align: right;
}
.sec_eventGotoIndex .el_btn {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .sec_eventGotoIndex {
    padding: 30px 0 20px;
  }
}

/* TRADについて */
.sec_aboutHead {
  position: relative;
  margin: 0 0 30px;
  padding: 40px 0 0 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sec_aboutHead h1 {
    padding-top: 100px;
  }
	
  .sec_aboutHead #player1 {position: absolute;}
  .sec_aboutHead .el_btn {
    position: absolute;
	  left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

.sec_aboutGreeting_ttl {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin: 5px 0 20px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sec_aboutGreeting_catch {
    width: 50%;
  }
  .sec_aboutGreeting .bl_boxT02 {
    margin-top: -2%;
  }
}
@media screen and (min-width: 1200px) {
  .sec_aboutGreeting {
    margin-bottom: 80px;
  }
  .sec_aboutGreeting .bl_boxT02 {
    margin-top: -20px;
    padding: 40px;
  }
  .sec_aboutGreeting_ttl {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1199px) {
  .sec_aboutData_photo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .sec_aboutData .ly_row .bl_boxT01 {
    padding-right: 5%;
    width: 50%;
  }
  .sec_aboutData_photo {
    padding-left: 3%;
    width: 50%;
    align-self: center;
  }
}

.sec_aboutMakeLogo {
  padding: 40px 0;
  text-align: center;
}
.sec_aboutMakeLogo_ttl {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.sec_aboutMakeLogo_movie {
  margin: 0 auto 40px auto;
}

.sec_aboutMakeLogo_movie {
  position: relative;
	max-width: 800px;
  width: 100%;
  padding-top: 56.25%;
}

.sec_aboutMakeLogo_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .sec_aboutMakeLogo {
    padding: 80px 0;
  }
  .sec_aboutMakeLogo_ttl {
    font-size: 1.8rem;
  }
  .sec_aboutMakeLogo_movie {
    margin-bottom: 80px;
  }
}

/* アプリについて */
.sec_appHead {
  background-color: #ddf2f5;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .sec_appHead {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_appHead {
    padding: 100px 0;
  }
}

.sec_appStep01_ttl {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1199px) {
  .sec_appStep01 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_appStep01 {
    padding-bottom: 40px;
  }
  .sec_appStep01_ttl {
    font-size: 2.4rem;
  }
}

.sec_appLead {
  text-align: center;
}
.sec_appLead .el_lead .un_txtL {
  font-weight: bold;
}
.sec_appLead .el_lead .un_color01 {
  color: #1ba3b6;
}
.sec_appLead .el_lead .un_color02 {
  color: #f77298;
}
@media screen and (max-width: 1199px) {
  .sec_appLead {
    padding: 30px 0 15px;
  }
  .sec_appLead .el_lead .un_txtL {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_appLead {
    padding: 60px 0 30px;
  }
  .sec_appLead .el_lead .un_txtL {
    font-size: 26px;
  }
}

.sec_appDownload {margin: 30px 0;}

.sec_appDownload .bl_boxT03 {
  margin: 0;
  padding: 30px 0 10px;
}
.sec_appDownload_ttl {
  display: flex;
  margin-bottom: 20px;
}
.sec_appDownload_ttlIcon {
  margin-right: 10px;
  width: 45px;
}
.sec_appDownload_ttlTxt {
  color: #333;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-weight: bold;
}
.sec_appDownload_txt {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-weight: bold;
}
.sec_appDownload_txt02 {
  margin-left: 1rem;
  width: 100%;
  color: #333;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-indent: -1rem;
  text-align: center;
}
.sec_appDownload_site {
  display: flex;
}
.sec_appDownload_siteItem {
  padding: 10px;
  width: 50%;
  text-align: center;
}
.sec_appDownload_siteItem img {
  margin-bottom: 7px;
}
.sec_appDownload_qr {
  display: flex;
}
.sec_appDownload_qrItem {
  padding: 10px;
  width: 50%;
  text-align: center;
}
.sec_appDownload_qrItem img {
  width: 100px;
}
@media screen and (max-width: 1199px) {
  .sec_appDownload .bl_boxT03 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_appDownload .ly_colAppDown {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
  }
  .sec_appDownload .ly_colAppDown:nth-child(2) {
    border-top: 1px solid #dde5e6;
  }
  .sec_appDownload_ttl {
    width: 265px;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_appDownload_txt02 {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_appDownload .bl_boxT03 {
    padding: 30px 0 20px;
  }
  .sec_appDownload .ly_colAppDown {
    width: 50%;
    padding: 20px 50px;
  }
  .sec_appDownload .ly_colAppDown:nth-child(2) {
    border-left: 1px solid #dde5e6;
  }
  .sec_appDownload_ttlIcon {
    width: 57px;
  }
  .sec_appDownload_ttlTxt {
    font-size: 2.4rem;
  }
  .sec_appDownload_txt {
    font-size: 1.3rem;
  }
  .sec_appDownload_txt02 {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .sec_appDownload_qrItem img {
    width: 110px;
  }
}

.sec_appStep02 .el_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_appStep02 .ly_container.mo__widthS01 {
    padding-right: 0;
  }
  .sec_appStep02_fig {
    overflow: scroll;
  }
  .sec_appStep02_fig img {
    max-width: none;
    width: 640px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .sec_appStep02 {
    padding: 40px 0;
  }
  .sec_appStep02_fig {
    display: table;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .sec_appStep02 {
    padding: 80px 0;
  }
  .sec_appStep02 .el_btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

/* スタンプラリー */
.sec_stamprallyHead {
  position: relative;
  background-color: #ddf2f5;
  text-align: center;
}
.sec_stamprallyHead_fig {
  text-align: center;
  overflow: hidden;
  display: block;
}
.sec_stamprallyHead .el_pageTtl01 {
  margin-bottom: 10px;
}
.sec_stamprallyHead .el_pageTtl01_txt {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #24acc1;
  font-size: inherit;
}
.sec_stamprallyHead_data {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .sec_stamprallyHead {
    padding: 0 0 30px;
  }
  .sec_stamprallyHead_fig source,
.sec_stamprallyHead_fig img {
    margin: -10px 0px 10px 5px;
    width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .sec_stamprallyHead {
    padding: 100px 0;
  }
  .sec_stamprallyHead_fig {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -50%);
  }
  .sec_stamprallyHead_fig source,
.sec_stamprallyHead_fig img {
    max-width: none;
    width: auto;
  }
  .sec_stamprallyHead_data {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1199px) {
  .sec_stamprallyDesc {
    padding: 0 0 0;
  }
  .sec_stamprallyDesc .mo__widthS01 {
    max-width: 480px;
  }
  .sec_stamprallyDesc_fig {
    margin-top: 30px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .sec_stamprallyDesc {
    padding: 0 0 0;
  }
  .sec_stamprallyDesc_txtBox {
    width: 100%;
	  text-align: center;
  }
  .sec_stamprallyDesc_fig {
    width: 40%;
	  margin: 20px auto;
  }
}

.sec_stamprallyPoint .el_table:nth-child(2) {
  margin-bottom: 50px;
}
.sec_stamprallyPoint .el_table tr td:nth-child(1) {
  text-align: center;
}
.sec_stamprallyPoint .el_table th, .sec_stamprallyPoint .el_table td {
  vertical-align: middle;
}
.sec_stamprallyPoint .el_table .up_txt {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .sec_stamprallyPoint {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sec_stamprallyPoint {
    padding: 10px 0;
  }
  .sec_stamprallyPoint .el_table .up_txt {
    font-size: 1.6rem;
  }
}

/* site_header */
.site_header {
  position: relative;
  background-color: #f4f4f4;
}
.site_header_inner {
  padding: 10px;
}
.site_header_logo {
  width: 250px;
}

.nendo{
  color: #ccc;
  font-size: 5.8rem;
  font-weight: bold;
}

.site_header .bl_navMainList_item {
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .site_header .bl_navMainList {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .site_header .bl_navMainList_item {
    display: block;
    margin: 0;
  }
  .site_header .bl_navMainList_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
  }
  .site_header .bl_navMainList_item a:after {
    content: ">";
    display: inline-block;
    font-size: 2.4rem;
    color: #000;
    margin-right: 4px;
  }
  .site_header .bl_navSnsList {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
  }
  .site_header_logo {
    width: 360px;
  }
  .site_header .bl_navMainList {
    margin-top: 2px;
  }
  .site_header .bl_navMainList_item {
    margin: 0 20px 0;
    font-weight: bold;
  }
  .site_header .bl_navSnsList {
    margin-left: 20px;
  }
	.site_header .bl_navSnsList > ul {
		white-space: nowrap;
	}
  .site_header .bl_navSnsList_item {
    margin-bottom: 0;
  }
}

.nav__wrapper {
  transition: 0.5s;
}
@media screen and (max-width: 1199px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  .nav__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
  }
}

.nav__toggle {
  border: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}
.nav__toggle:focus, .nav__toggle:hover {
  border: none;
  outline: 0;
}
@media screen and (min-width: 1200px) {
  .nav__toggle {
    display: none;
  }
}

:root {
  --hamburger-menu-size: 50px;
  /* メニューの大きさ */
  --hamburger-menu-padding: 15px;
  --hamburger-menu-border-px: 2px;
  /* 線の太さ */
  --hamburger-menu-border-color: #342534;
  /* 線の色 */
  --hamburger-menu-transition: 0.3s;
  /* アニメーション秒数 */
}

.hamburger-menu {
  margin: 0 auto;
  /* 中央寄せしたいだけ */
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f4f4f4;
}

.hamburger-menu-line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}

.line-top {
  top: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.line-middle {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  left: var(--hamburger-menu-padding);
}

.line-bottom {
  bottom: var(--hamburger-menu-padding);
  left: var(--hamburger-menu-padding);
}

.hamburger-menu-active > .line-top {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
}

.hamburger-menu-active > .line-middle {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}

.hamburger-menu-active > .line-bottom {
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}

/* site_footer */
.site_footer {
  border-top: 2px solid #f4f4f4;
  padding: 40px 0 0;
  text-align: center;
}
.site_footer_logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  width: 120px;
}
.site_footer .bl_navMainList {
  margin-bottom: 20px;
}
.site_footer .bl_navSnsList {
  margin-bottom: 20px;
}
.site_footer .el_p {
  margin-bottom: 40px;
  text-align: center;
}
.site_footer .site_footer_logoToa {
  display: inline-block;
  width: 80px;
}
.site_footer .site_footer_data {
  margin-top: 40px;
  margin-bottom: 40px;
}
.site_footer .site_footer_dataItem {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.site_footer .site_footer_dataItem:last-child {
  margin-top: 25px;
}
.site_footer_dataItem a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .site_footer .el_p {
    margin-right: auto;
    margin-left: auto;
    width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .site_footer {
    padding-top: 60px;
  }
  .site_footer_logo {
    width: 150px;
  }
  .site_footer .bl_navMainList {
    margin-bottom: 40px;
  }
  .site_footer .bl_navSnsList {
    margin-bottom: 40px;
  }
  .site_footer .el_p {
    margin-bottom: 60px;
  }
  .site_footer .site_footer_dataItem {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

/* プラグイン */
/* slide-box */
.slide-box {
  position: relative;
  margin: 0;
  padding: 0;
}

/* slide */
.slide,
.slide2,
.slide_report,
.slide_event1,
.slide_event2 {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide .item,
.slide2 .item,
.slide_report .item,
.slide_event1 .item,
.slide_event2 .item {
  position: relative;
  height: 100%;
}

.slide .item a ,
.slide2 .item a,
.slide_report .item .image,
.slide_event1 .item .image,
.slide_event2 .item .image {
  display: block;
}
/* イベントレポート */
.slide_report .item .image,
.slide-navigation_report .item .image {
	padding-top: 66.666%;
}
.slide_event1 .item .image,
.slide_event2 .item .image,
.slide-navigation_event1 .item .image,
.slide-navigation_event2 .item .image {
	padding-top: 66.76%;
}
.slide_report .item .image,
.slide_event1 .item .image,
.slide_event2 .item .image,
.slide-navigation_report .item .image,
.slide-navigation_event1 .item .image,
.slide-navigation_event2 .item .image {
	background-color: #cacaca;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}

/* slide-navigation */
.slide-navigation,
.slide-navigation2,
.slide-navigation_report,
.slide-navigation_event1,
.slide-navigation_event2 {
  line-height: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-navigation .item,
.slide-navigation2 .item,
.slide-navigation_report .item,
.slide-navigation_event1 .item,
.slide-navigation_event2 .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item .image,
.slide-navigation2 .item .image,
.slide-navigation_report .item,
.slide-navigation_event1 .item,
.slide-navigation_event2 .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .slide-navigation,
  .slide-navigation2,
  .slide-navigation_report,
  .slide-navigation_event1,
  .slide-navigation_event2 {
    width: 100%;
  }

.slide-navigation .item .image::before,
.slide-navigation2 .item .image::before,
.slide-navigation_report .item .image::before,
.slide-navigation_event1 .item .image::before,
.slide-navigation_event2 .item .image::before {
    padding-top: 50%;
  }
}
/* slick */
.slick-vertical .slick-slide {
  border: 0 solid transparent;
}

.slick-arrow {
  z-index: 999;
}

.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin: auto;
}

.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

#tr_03 .slide-navigation .slick-track {
  margin-left: -1%;
}

/* カレンダー関連上書き */
.fc-row .fc-content-skeleton {
  height: 80%;
}
.fc-row .fc-content-skeleton table {
  height: 100%;
}

.fc-unthemed .fc-content-skeleton td.fc-day-top {
  text-align: center;
  vertical-align: bottom;
  padding-top: 8px;
}
@media screen and (min-width: 1200px) {
  .fc-unthemed .fc-content-skeleton td.fc-day-top {
    padding-top: 4px;
  }
}
.fc-unthemed .fc-content-skeleton td.fc-day-top .fc-day-number {
  float: none;
  font-size: 1.4rem;
}

.fc-widget-header .fc-day-header {
  font-size: 1.4rem;
  padding: 5px 0;
}

.fc-toolbar h2 {
  padding-bottom: 0;
  font-size: 2rem;
}

.fc-widget-header .fc-sun {
  background-color: #f8e7e7;
}

.fc-widget-header .fc-sat {
  background-color: #e8f0f5;
}

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: unset;
  outline: unset -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #333;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #333;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem white;
  box-shadow: 0 0 0 0.2rem white;
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */
.fc-button-primary {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.fc-button-primary:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem white;
  box-shadow: 0 0 0 0.2rem white;
}

.fc-button-primary:disabled {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 2rem;
}

.fc-unthemed td.fc-today {
  background-color: #fff;
}

.fc-bgevent {
  opacity: 1;
}

/* ヘルパー */
.hp_taLeft {
  text-align: left !important;
}

.hp_taRight {
  text-align: right !important;
}

.hp_taCenter {
  text-align: center !important;
}

.hp_vaMiddle {
  vertical-align: middle !important;
}

.fcred{color: #D00003!important;}
.fcblue{color: #3350cd!important;}


.toTop {
   display: none;
   position: fixed;
   z-index: 99999;
   bottom: 40px;
   right: 16px;
   text-align: right;
}
.toTop a{
   display: inline-block;
   color: #3350cd;
   font-size: 18px;
   font-weight: bold;
}

.genreSearch{
	margin: 30px auto;
	width: 100%;
}

.genreSearch p,.genreSearch li{
	font-size: 1.8rem;
}

.genreSearch li{
	display: inline-block;
	border-right: 1px solid #333;
	padding: 0 12px;
}

.genreSearch li:last-child{
	border-right: none;
}

.genreSearch li a:focus{
	opacity: 1;
	text-decoration: underline;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
}

ul.nav li#eventtype_nav_all a.current.active {
	text-decoration: underline;
}

.noevent{
	font-size: 1.6rem;
	margin: 30px auto 50px;
	text-align: center;
}
.liveSearch .date {
	margin-top: 1.6rem;
}
.liveSearch .date p{
	font-size: 1.6rem;
}
.liveSearch .date p.time{
	margin-left: 4.8rem;
}
.liveSearch a.close {
	pointer-events: none;
	position: relative;
	display: block;
}
.liveSearch a.close img {
	opacity: 0;
}
.liveSearch a.close::before {
	content: '現在配信はございません';
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #ddd;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.scheduleSearch .fc-content-skeleton .fc-day-top{
	cursor: pointer;
}

.scheduleSearch .fc-content-skeleton td.active{
	background-color: #FF3204 !important;
}

@media screen and (min-width: 769px) {
	.pconly{
		display: block;
	}

	.sponly{
		display: none;
	}
	
.sec_schedule_head {
	display: table-cell;
	width: 65%;
	padding-right: 3%;
	vertical-align: top;
}
	.sec_schedule_head.w100 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding-top: 110px;
	}
	.sec_schedule_head.w100 .sec_schedule_logo {
		width: 29.6%;
		text-align: center;
		padding: 0 48px;
		margin-bottom: 0;
	}
	.sec_schedule_logo + .el_p.mo__lh2 {
		width: 70.4%;
		margin-bottom: 0;
	}

	.scheduleSearch{
		display: table-cell;
		width: 35%;
		padding-right: 2%;
	}

	.scheduleSearch .calender_container,
	.liveSearch .filter {
		max-width: 380px;
	}

	.liveSearch{
		display: table-cell;
		width: 30%;
	}

	.genreSearch .el_ttlT01{
		display: table-cell;
		width: 12%;
	}

	.genreSearch .nav{
		display: table-cell;
		width: 58%;
		text-align: right;
	}
}

@media screen and (max-width: 768px) {
	.pconly{
		display: none;
	}

	.sponly{
		display: block;
	}

	.genreSearch .el_ttlT01{
		margin-bottom: 10px;
	}

	.genreSearch .nav{
		margin-bottom: 10px;
	}
	.scheduleSearch{
		margin-bottom: 20px;
	}
	.scheduleSearch .ly_container{
		padding: 0;
	}
}

.sec_eventReport_ttl{
	margin: 80px auto 20px;
	padding: 10px;
	border: 1px solid #00b2db;
	border-radius: 5px;
	text-align: center;
	font-size: 2.2rem;
}

.sec_eventReport_ttl2{
	margin: 0 auto 20px;
	padding: 10px;
	border: 1px solid #00b2db;
	border-radius: 5px;
	text-align: center;
	font-size: 2.2rem;
}

.sec_eventReport_inner p{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.sec_today_ttl{
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin: 20px auto;
}

.live_attention{
	margin: 20px auto;
}

.movie_link{
	line-height: 2.1;
	font-size: 1.6rem;
}

.movie_link a{
	color: #333;
}

@media screen and (min-width: 769px) {
.sec_eventReport_maincatch{
	text-align: center;
	font-size: 2.2rem;
	margin: 20px 0;
}

.sec_eventReport_title{
	font-weight: bold;
	font-size: 2.0rem;
	margin:30px 0;
	clear: both;
}

.sec_eventReport_left{
	float: left;
	width: 50%;
}
.sec_eventReport_box {
	clear: both;
	overflow: hidden;
}

.sec_eventReport_left figure{
	max-width: 100% !important;
}

.sec_eventReport_right{
	float: left;
	width: 50%;
	padding-left: 2%;
}

.sec_eventReport_right .intro,
.sec_eventReport_right .memo{
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.sec_eventReport_right .strong{
	font-weight: bold;
	font-size: 1.6rem;
}


.el_komidashi{
	font-weight: bold;
	font-size: 1.6rem;
}

.btn_bottom_text{
	font-size: 1.6rem;
}

}

@media screen and (max-width: 768px) {
.sec_eventReport_maincatch{
	text-align: center;
	font-size: 1.8rem;
	margin: 20px 0;
}

.sec_eventReport_title{
	font-weight: bold;
	font-size: 1.6rem;
	margin:30px 0;
}

.sec_eventReport_right .intro,
.sec_eventReport_right .memo{
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.sec_eventReport_right .strong{
	font-weight: bold;
	font-size: 1.4rem;
}

.el_komidashi{
	font-weight: bold;
	font-size: 1.4rem;
}

.btn_bottom_text{
	font-size: 1.4rem;
}

}

.fullImg{
	width: 100%;
	margin: 20px auto 40px;
	text-align: center;
}

.period1_title,
.period2_title,
.period_date{
	font-size: 16px;
}

.period_date{
	padding-left: 1.2em;
	margin-bottom: 8px;
}

.period1_title,
.period2_title{
	padding-bottom: 5px;
	padding-left: 1.2em;
	position: relative;
}

.period1_title:before{
	background: #ff9f36;
    content: "";
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 3px;
}

.period2_title:before{
	background: #47be71;
    content: "";
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 3px;
}
/* slider */
.sliderWrap .slick-prev, .sliderWrap .slick-next {
	width: 25px !important;
	height: 25px !important;
	top: 0 !important;
	bottom: 0 !important;
}
.sliderWrap .slick-prev {
	left: 10px !important;
}
.sliderWrap .slick-next {
	right: 10px !important;
}
.sliderWrap .slick-prev:before,
.sliderWrap .slick-next:before {
	opacity: 1 !important;
	display: block;
	content: '' !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 25px;
	height: 25px;
}
.sliderWrap .slick-next:before {
	background-image: url("/trad/img/common/btn_slide_r.svg");
}
.sliderWrap .slick-prev:before {
	background-image: url("/trad/img/common/btn_slide_l.svg");
}
@media screen and (max-width: 767px) {
.sliderWrap.ly_container {
	padding: 0;
}
.sliderWrap .slick-slide > div,
.eventSleder .slick-slide > div {
	padding: 0 10px;
}
}
@media screen and (min-width: 768px) {
.sliderWrap .slick-slide > div,
.eventSleder .slick-slide > div{
	padding: 0 12px;
}
}
/* つながる */
#connect {
	background-color: #f4f4f4;
}
#connect .ly_container p,
.bl_cardUnit.mo__col4 .name {
	font-size: 1.6rem;
}
.bl_cardUnit.mo__col4,
.bl_cardUnit.mo__col4 .name {
	margin-top: 1.6rem;
}
.bl_cardUnit.mo__col4 > li {
	margin-bottom: 2rem;
}
.bl_cardUnit.mo__col4 > li a {
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
#connect {
	padding: 35px 0 25px;
}
.bl_cardUnit.mo__col4 > li {
	width: 47%;
	margin-right: 6%;
}
.bl_cardUnit.mo__col4 > li:nth-child(2n) {
	margin-right: 0;
}
.bl_cardUnit.mo__col4 > li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}
}
@media screen and (min-width: 768px) {
#connect {
	padding: 90px 0 80px;
}
.bl_cardUnit.mo__col4 > li {
	width: 22.4%;
	margin-right: 3.46%;
}
.bl_cardUnit.mo__col4 > li:nth-child(4n) {
	margin-right: 0;
}
.bl_cardUnit.mo__col4 > li:nth-last-child(-n + 4) {
	margin-bottom: 0;
}
}
/* 協賛企業 */
.site_footer_sponsor {
	margin-top: 40px;
	margin-bottom: 40px;
}
.sponsor_ttl {
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333;
	margin-bottom: 0.8rem;
}
.sponsorList {
	letter-spacing: -0.4em;
	margin-bottom: -10px;
}
.sponsorList > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.sponsorList > li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
.sponsorList > li {
	max-width: 105px;
	margin-right: 5px;
}
}
@media screen and (min-width: 768px) {
.sponsorList > li {
	max-width: 140px;
	margin-right: 18px;
}
}
/* つながる */
.sec_connection{
	text-align: center;
	border-bottom: #f4f4f4 2px solid;
}
.sec_connection h1,
.sec_connection h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.sec_connection + .ly_container p {
	font-size: 1.6rem;
}
.genreSearch.navWrap {
	text-align: left;
}
.genreSearch.navWrap .nav {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 1.6rem;
}
.genreSearch.navWrap .nav:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.sec_connection {
	padding: 20px 0;
}
.sec_connection h1,
.sec_connection h2 {
	width: 290px;
}
.sec_connectionIndex {
	padding: 30px 20px 40px;
}
}
@media screen and (min-width: 768px) {
.sec_connection {
	padding: 55px 0 65px;
}
.sec_connection h1,
.sec_connection h2 {
	width: 486px;
}
.sec_connectionIndex {
	padding: 100px 0 120px;
}
}
/* ページャー */
ul.page-numbers {
	text-align: center;
	letter-spacing: -0.4em;
}
ul.page-numbers > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
ul.page-numbers > li {
	margin-right: 18px;
}
ul.page-numbers > li:last-child {
	margin-right: 0;
}
ul.page-numbers > li a {
	border: #333 1px solid;
}
ul.page-numbers > li a,
ul.page-numbers > li .current {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
ul.page-numbers > li .current {
	color: #fff;
	background-color: #2aa2b5;
	border: #2aa2b5 1px solid;
}
.ly_container + .ly_container ul.page-numbers {
	margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
ul.page-numbers {
	margin-top: 30px;
}
}
@media screen and (min-width: 768px) {
ul.page-numbers {
	margin-top: 70px;
}
}
/* つながる詳細 */
.btnTop {
	margin-top: 30px;
}
.btnTop a {
	display: inline-block;
	border: #cacaca 1px solid;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1em 6em;
	background-image: url("/trad/img/common/el_btn_iconNext.svg");
	background-repeat: no-repeat;
	background-position: right 3em center;
	background-size: 24px auto;
}
.btnTop + .sec_connection_detail {
	margin-top: 25px;
}
.sec_connection_detail h1 {
	font-weight: bold;
}
.connection_detailList {
	padding-left: 2rem;
	border-left: #000 2px solid;
}
.connection_detailList dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.linkList {
	margin-top: 1.6rem;
}
.linkList li {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.linkList li:last-child {
	margin-bottom: 0;
}
.linkList li a {
	background-image: url("/trad/img/common/icon_blank.svg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px auto;
	padding-left: 30px;
	padding-bottom: 0.5rem;
	text-decoration: underline;
	word-break: break-all;
}
.linkList li a[href$=".pdf"] {
	background-image: url("/trad/img/common/icon_pdf.svg");
}
.linkList li a[href$=".doc"],
.linkList li a[href$=".txt"],
.linkList li a[href$=".doc"],
.linkList li a[href$=".xlsx"],
.linkList li a[href$=".xls"],
.linkList li a[href$=".xml"],
.linkList li a[href$=".rtf"]{
	background-image: url("/trad/img/common/icon_doc.svg");
}
.linkList li a[href*="facebook.com"] {
	background-image: url("/trad/img/common/icon_facebook.svg");
}
.linkList li a[href*="twitter.com"] {
	background-image: url("/trad/img/common/icon_twitter.svg");
}

.sec_relatedEvents {
	background-color: #f4f4f4;
}

@media screen and (max-width: 767px) {
.sec_connection_detail h1 {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.profileWrap {
	display: flex;
	flex-direction: column;
}
.profileWrap .connection_detailPhoto {
	order: 1;
	margin-bottom: 30px;
}
.profileWrap .connection_detailList {
	order: 2;
}
.linkList li {
	font-size: 1.4rem;
}
.profileWrap + .connection_detailList,
.connection_detailList + .connection_detailList {
	margin-top: 40px;
}
.column.recommend {
	margin-top: 30px;
}
.sec_relatedEvents {
	margin-top: 60px;
	padding: 40px 0 30px;
}
}
@media screen and (min-width: 768px) {
.sec_connection_detail h1 {
	font-size: 2rem;
	margin-bottom: 70px;
}
.connection_detailList {
	line-height: 2;
}
.profileWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.connection_detailList {
	width: 64.8%;
	padding-right: 7rem;
}
.profileWrap .connection_detailPhoto {
	width: 35.2%;
	text-align: right;
}
.profileWrap + .connection_detailList,
.connection_detailList + .connection_detailList {
	margin-top: 50px;
}
.column.recommend {
	margin-top: 90px;
}
.sec_relatedEvents {
	margin-top: 120px;
	padding: 120px 0 100px;
}
}
/* 宝塚おすすめスポット移植 */
.wrapHn03{
	background-color: #e3d2e2;
	padding: 10px 10px 10px 0;
	margin-top: 30px;
}
.wrapHn03 .hn{
	border-left: 6px solid #7f027a;
	padding-left: 13px;
	line-height: 1.2em;
}
.wrapHn03 + .imageLtxtRSet {
	margin-top: 15px;
}
.btnDetail {
	text-align: right;
	margin-top: 15px !important;
}
.btnDetail > a {
	background-image: url(/common/img/icon_detail_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #7f027a;
	font-size: 1.3rem;
	line-height: 1em;
	display: inline-block;
}
.btnDetail > a:link {
	color: #7f027a;
	text-decoration: none;
}
.column .wrapHn03 {
	display: table;
	width: 100%;
}
.column .wrapHn03 .hn {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.column .wrapHn03 .btnDetail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
.wrapHn03 .hn {
	font-size: 1.5rem;
}
.column .column2:first-child .wrapHn03{
	margin-top: 12px;
}
.storeList.imageLtxtRSet > p {
	margin-right: 1.6%;
	float: left;
	width: 33.3%;
}
.imageLtxtRSet > p img {
	width: 100%;
	height: auto;
}
.storeList.imageLtxtRSet > div {
	overflow: hidden;
}
.storeList.imageLtxtRSet:after {
	content: "";
	display: table;
	clear: both;
}
.storeList.imageLtxtRSet > div > p {
	line-height: 1.2em;
	font-size: 1.3rem;
}
.imageLtxtRSet > div > *:first-child {
	margin-top: 0;
}
.storeList.imageLtxtRSet > div > p {
	line-height: 1.2em;
	font-size: 1.3rem;
}
.btnDetail > a {
	padding: 10px 20px 10px 15px;
}
}
@media screen and (min-width: 768px) {
.wrapHn03 .hn{
	font-size: 2.0rem;
}
.imageLtxtRSet > p {
	width: 200px;
	min-height: 150px;
	height: 150px;
	float: left;
	margin-right: 25px;
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.imageLtxtRSet > p img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.imageLtxtRSet > div {
	overflow: hidden;
}
.column .column2 {
	font-size: 1.4rem;
	line-height: 1.6em;
	letter-spacing: normal;
}
.imageLtxtRSet > div > *:first-child {
	margin-top: 0;
}
.btnDetail > a {
	padding: 4px 20px 4px 15px;
}
.imageLtxtRSet:after {
	content: "";
	display: block;
	clear: both;
}
.column:after{
	content:"";
	display:block;
	clear:both;
}
.column{
	letter-spacing: -.4rem;
	line-height: 0;
}
.column .column2{
	margin-left: 3%;
	display: inline-block;
	vertical-align: top;
	width: 48.5%;
	font-size: 1.4rem;
	line-height: 1.6em;
	letter-spacing: normal;
}
.column .column2:nth-child(2n-1){
	margin-left: 0;
}
}
/* 関連するTRAイベントslider */
.eventSleder {
	width: calc(100% + 24px);
	margin-left: -12px;
}
.eventSleder .slick-prev:before {
	background-image: url(/trad/img/common/btn_slide_l_wh.svg);
}
.eventSleder .slick-next:before {
	background-image: url(/trad/img/common/btn_slide_r_wh.svg);
}
.eventSleder .slick-prev {
	left: 22px !important;
	bottom: auto !important;
}
.eventSleder .slick-next {
	right: 22px !important;
	bottom: auto !important;
}
.eventSleder .slick-dots li button:before {
	opacity: 1;
	color: #333;
}
.eventSleder .slick-dots li.slick-active button:before {
	color: #2aa2b5;
}
@media screen and (max-width: 767px) {
.eventSleder {
	margin-top: 20px;
}
.eventSleder .slick-prev,
.eventSleder .slick-next {
	top: 36vw !important;
}
.eventSleder .slick-dots li {
	margin: 0;
}
}
@media screen and (min-width: 768px) {
.eventSleder {
	margin-top: 30px;
}
.eventSleder .slick-prev,
.eventSleder .slick-next {
	top: 10vw !important;
}
}
/* 宝塚アートコレクション */
.art_collectionTtl {
	background-image: url("/trad/img/common/ttl_collection_bg.svg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;
	border-bottom: #f4f4f4 2px solid;
}
.art_collectionTtl__inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sec_art_collection p,
.sec_art_collection dd {
	font-size: 1.6rem;
}
.sttlH02 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.8rem;
}
.sec_art_collection .btnWrap {
	margin-top: 1.6rem;
}
.sec_art_collection .btn_collection {
	margin-top: 1.6rem;
}
.sec_art_collection .profileWrap:last-child {
	margin-bottom: 0;
}
.bl_navBnrList.bgWhite {
	background-color: #fff;
}
.sec_art_collection .nodata {
	width: 100%;
	text-align: center;
	margin-bottom: 1.6rem;
}
.sec_art_collection .nodata + .btnWrap {
	width: 100%;
}
@media screen and (max-width: 767px) {
.art_collectionTtl {
	padding:  20px 0;
}
.art_collectionTtl__inner .logo {
	width: 56.4%;
	padding-right: 5.4%;
}
.art_collectionTtl__inner .sub {
	width: 43.6%;
}
.art_collectionTtl + .sec_art_collection {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec_art_collection .profileWrap {
	margin-bottom: 30px;
}
}
@media screen and (min-width: 768px) {
.art_collectionTtl {
	padding: 55px 0 65px;
}
.art_collectionTtl__inner .logo {
	width: 41.67%;
	padding: 0 4.6% 0 9.2%;
}
.art_collectionTtl__inner .sub {
	width: 58.33%;
}
.art_collectionTtl + .sec_art_collection {
	padding: 70px 0 100px;
}
.sec_art_collection p {
	line-height: 2;
}
.sec_art_collection .profileWrap {
	margin-bottom: 70px;
}
.ly_row.hp_taCenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
/* 宝塚アートコレクション作家別 */
.collectionNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.collectionNav li {
	font-size: 1.6rem;
	text-align: center;
}
.collectionNav li > a {
	display: block;
	padding: 0.8rem;
	line-height: 1;
	border: #a19f98 1px solid;
}
.collectionNav li > a.current {
	background-color: #2aa2b5;
	border: #2aa2b5 1px solid;
	color: #fff;
}
@media screen and (max-width: 767px) {
.collectionNav {
	margin-bottom: 30px;
}
.collectionNav li {
	width: 47.7%;
	margin-right: 4.6%;
	margin-top: 15px;
}
.collectionNav li:nth-child(2n) {
	margin-right: 0;
}
.collectionNav li:nth-child(-n + 2) {
	margin-top: 0;
}
.collectionNav + .bl_cardUnit.mo__col3 {
	width: 100%;
	padding: 0;
}
.collectionNav + .bl_cardUnit.mo__col3 > .bl_card {
	width: 46.8%;
	margin-right: 6.4%;
}
.collectionNav + .bl_cardUnit.mo__col3 > .bl_card:nth-child(2n) {
	margin-right: 0;
}
.bl_cardUnit + .page-numbers {
	margin-top: 30px;
	margin-bottom: 30px;
}
.bl_cardUnit + .page-numbers + .btnWrap {
	margin-bottom: -34px;
}
}
@media screen and (min-width: 768px) {
.collectionNav {
	margin-bottom: 70px;
}
.collectionNav li {
	width: 17.84%;
	margin-right: 2.7%;
	margin-top: 30px;
}
.collectionNav li:nth-child(5n) {
	margin-right: 0;
}
.collectionNav li:nth-child(-n + 5) {
	margin-top: 0;
}
.bl_cardUnit + .page-numbers {
	margin-top: 10px;
	margin-bottom: 60px;
}
.art_collectionTtl + .sec_art_collection + .bl_navBnrList.bgWhite {
	margin-top: -70px;
}
.collectionNav + .bl_cardUnit.mo__col3 {
	margin-left: -1.2%;
}
}
/* 宝塚アートコレクション収蔵品詳細 */
.performanceSlideWrap,
.specListWrap {
	margin-left: auto;
	margin-right: auto;
}
.performanceSlide_img .slick-slide > div {
	padding: 0;
}
.performanceSlide_nav .slick-slide > div > li {
	display: block;
	cursor: pointer;
}
.specList {
	border-bottom: #000 2px solid;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.specList:last-child {
	margin-bottom: 0;
}
.specList dt {
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.performanceSlideWrap {
	margin-bottom: 30px;
}
.performanceSlide_img {
	margin-bottom: 10px;
}
.performanceSlide_nav .slick-slide > div {
	padding: 0 5px;
}
.performanceSlide_nav {
	width: calc(100% + 10px);
	margin-left: -5px;
}
.specList > dt,
.specList > dd{
	font-size: 1.4rem;
}
.specList > dt {
	width: 10em;
}
.specList > dd {
	width: calc(100% - 10em);
}
}
@media screen and (min-width: 768px) {
.performanceSlideWrap {
	width: 90%;
	max-width: 768px;
	margin-bottom: 100px;
}
.performanceSlide_img {
	margin-bottom: 20px;
}
.performanceSlide_nav .slick-slide > div {
	padding: 0 10px;
}
.performanceSlide_nav {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.specListWrap {
	width: 90%;
	max-width: 860px;
}
.specList {
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.specList > dt {
	width: 220px;
}
.specList > dd {
	width: calc(100% - 220px);
}
.performanceSlide_nav .slick-slide > div > li {
	transition: 0.25s;
}
.performanceSlide_nav .slick-slide > div > li:hover {
	opacity: 0.6;
}
}

ul.connection_filter a.current{
	text-decoration: underline;
}

.attention2020{
	background-color: #f77298;
	color: #fff;
	padding: 20px;
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

.attention2020 a{
	color: #fff;
	font-size:2.2rem;
	font-weight: bold;
}