@charset "UTF-8";
body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: url(/2018/wp-content/themes/win2One/images/bg.jpg)no-repeat;
}

a.ex_link {
	text-decoration: underline;
}

.br {
    display: block;
}

.red {
    color: #e93f4f;
}

.bdclear {
    border: 0 !important;
}

.sp {
    display: none;
}

.bodyWrap {
    width: 100%;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.tg-cen{
    text-align: center;
}

.txt-l {
	text-align: left !important;
}

.fs11 {
	font-size: 11px;
}

header.pc {
    background: -moz-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

.no-anchor{
    font-size: 1.4rem;
    color: #ccc;
    padding-left: 1.286em;
    position: relative;
}

.no-anchor:before{
    content: "";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.429em 0 0.429em 0.429em;
    border-color: transparent transparent transparent #ccc;
}


.hdLinkBarWrap {
    width: 1040px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px 0;
}

.hdLinkBarWrap .hdLinkBarL {
    font-size: 0;
    float: left;
}

.hdLinkBarWrap .hdLinkBarL li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 10px;
}

.hdLinkBarWrap .hdLinkBarL li:last-child {
    border-right: 0;
}

.hdLinkBarWrap .hdLinkBarR {
    font-size: 0;
    float: right;
}

.hdLinkBarWrap .hdLinkBarR ul {
    display: inline-block;
    vertical-align: middle;
}

.hdLinkBarWrap .hdLinkBarR .langWrap li {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
}

.hdLinkBarWrap .hdLinkBarR .langWrap li:last-child {
    border-right: 0;
}

.hdLinkBarWrap .snsWrap {
    font-size: 0;
}

.hdLinkBarWrap .snsWrap li {
    display: inline-block;
    padding-left: 10px;
}

.hdNavWrap {
    width: 1040px;
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 10px;
}

.hdNavWrap .hdNavL {
    float: left;
}

.hdNavWrap .hdNavL h1 {
    max-width: 210px;
}

.contentWrap {
    width: 1150px;
    max-width: 1150px;
    margin: 0 auto;
    padding: 50px 60px;
}
.home .contentWrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.contentWrap .contentL {
    width: 100%;
    max-width: 675px;
    float: left;
}

.contentWrap .contentR {
    width: 100%;
    max-width: 300px;
    float: right;
}

.contentWrap .newsTitleWrap {
    background: #e50012;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.contentWrap .newsTitleWrap h2 {
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
    padding: 10px 20px;
}

.contentWrap #newsWrap {
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
}

.contentWrap #newsWrap .newsListWrap {
    padding: 20px;
    height: 270px;
    overflow-y: scroll;
    margin-bottom: 50px;
    background: #fff;
}

.contentWrap #newsWrap .newsListWrap li {
    padding: 10px 0;
    border-bottom: 1px dotted #bababa;
}

.contentWrap #newsWrap .newsListWrap li time {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
}

.contentWrap #newsWrap .newsListWrap li .text {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#newsWrap ::-webkit-scrollbar {
    width: 10px;
}

#newsWrap ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

#newsWrap ::-webkit-scrollbar-thumb {
    background-color: rgba(198, 198, 198, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

#pickupWrap {
    margin-bottom: 50px;
}

#pickupWrap .pickTitleWrap {
    margin-bottom: 20px;
}

#pickupWrap .pickTitleWrap h2 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

#infoWrap {
    overflow: hidden;
}

#infoWrap h2 {
    font-size: 35px;
    font-size: 3.5rem;
    font-style: italic;
    color: #e60020;
    display: table;
    white-space: nowrap;
    margin-bottom: 30px;
}

#infoWrap h2:before {
    right: 1.5%;
}

#infoWrap h2:after {
    left: 1.5%;
}

#infoWrap h2:before,
#infoWrap h2:after {
    border-top: 3px solid #e60020;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}

#infoWrap .tabConWrap li:nth-child(2n) {
    background-color: #fbf9fa;
    background-image: linear-gradient(45deg, #e4e2e3 25%, transparent 25%, transparent 75%, #e4e2e3 75%, #e4e2e3), linear-gradient(45deg, #e4e2e3 25%, transparent 25%, transparent 75%, #e4e2e3 75%, #e4e2e3);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}

#infoWrap .tabConWrap li:nth-of-type(2n+1) {
    background: #fff;
}

#infoWrap .tabConWrap {
    padding: 5px;
}

#infoWrap .tabListWrap {
    font-size: 0;
    padding: 20px 50px;
}

#infoWrap .tabListWrap figure {
    max-width: 130px;
    display: inline-block;
}

#infoWrap .tabListWrap .titleWrap {
    max-width: 410px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#infoWrap .tabListWrap .titleWrap time {
    font-size: 12px;
    font-size: 1.2rem;
}

#infoWrap .tabListWrap .titleWrap .catWrap {
    margin-bottom: 10px;
}

#infoWrap .tabListWrap .titleWrap .catWrap span {
    margin-right: 5px;
}

#infoWrap .tabListWrap .titleWrap p {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

#infoWrap .tabConWrap li.btnMoreWrap{
    background: #ff9f00;
}
#infoWrap .btnMoreWrap {
    padding: 20px 0;
}

#mediaWrap {
    padding: 50px 0 20px;
    background: url(/2018/wp-content/themes/win2One/images/media_bg.jpg);
    margin-top: 40px;
}

#mediaWrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-style: italic;
    color: #fff;
    display: table;
    white-space: nowrap;
    margin-bottom: 30px;
    overflow: hidden;
}

#mediaWrap h2:before {
    right: 1.5%;
}

#mediaWrap h2:after {
    left: 2.5%;
}

#mediaWrap h2:before,
#mediaWrap h2:after {
    border-top: 2px solid #fff;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.8em;
    width: 45%;
}

#mediaWrap .title {
    width: 1024px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#bannerWrap {
    font-size: 0;
    background: #fff;
}

#bannerWrap dt {
    width: 160px;
    font-size: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

#bannerWrap dl {
margin-bottom: 20px;
	border-bottom: #ddd dotted 1px;}

#bannerWrap dd {
    max-width: 860px;
    display: inline-block;
    margin-bottom: 20px;
}

#bannerWrap dd li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

#bannerWrap dd li:last-child {
    margin-right: 0;
}

#bannerWrap .bannnerSSWidth {
    width: 200px;
    display: inline-block;
}

#bannerWrap .bannnerSWidth {
    width: 290px;
    display: inline-block;
}

#bannerWrap .bannnerMWidth {
    width: 300px;
    display: inline-block;
}

#bannerWrap .bannnerLWidth {
    width: 655px;
    display: inline-block;
}

#twiWrap {
    margin-bottom: 40px;
}

#jaepoWrap {
    margin-bottom: 20px;
}

footer {
    background-image: url(/2018/wp-content/themes/win2One/images/fooBg.png);
    background-repeat: repeat-x;
    background-color: #201d13;
    background-position: left 0 top 243px;
    position: relative;
}

footer .nyujou {
    position: fixed;
    bottom: 100px;
    z-index: 99999;
}

footer .nyujou a {
    display: block;
}

footer .nyujou img {
    width: 158px;
    height: auto;
}

footer .fooWrap {
    width: 1150px;
    margin: 0 auto;
    padding: 50px 0;
}

footer .fooLogo {
    max-width: 175px;
    margin-bottom: 10px;
}

footer .fooL {
    float: left;
}

footer .fooR {
    padding-top: 30px;
    float: left;
}

footer .fooR .foonaviWrap {
    width: 600px;
    margin-left: 90px;
}

footer .fooR ul {
    float: left;
}

footer .fooR dl {
    float: left;
    margin-left: 50px;
}

footer .fooR dt {
    color: #fff;
}

footer .fooR a {
    color: #fff;
}

footer .fooR i {
    color: #fff;
    margin-right: 5px;
}

footer .fooR li {
    width: 200px;
    float: left;
}


footer .reqWrap a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    padding: 10px;
}

footer .reqWrap .twitter_btn {
    display: none;
}

footer .copyWrap {
    background: #000;
}

footer .copyWrap p {
    max-width: 1150px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 10px 30px 10px;
}

footer .fooIcon01 {
    width: 8px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    background: url(/2018/wp-content/themes/win2One/images/fooIcon01.png) no-repeat;
}

.topScroll {
    position: absolute;
    bottom: 350px;
    right: 47px;
}

.topScroll i {
    color: #fff;
    padding: 15px;
    background: #e60020;
}

.dhNavR {
    width: 810px;
    float: right;
}

.dhNavR nav {
    position: relative;
    overflow: hidden;
}

.dhNavR nav li {
    width: 90px;
    background-color: #555;
    text-align: center;
    float: left;
}

.dhNavR nav li a {
    display: block;
    height: 95px;
}

.dhNavR nav .nav01 {
    border-top: 4px solid #ff1414;
    border-radius: 6px 0px 0px 6px;
    background: #fc4343;
    background: -moz-linear-gradient(top, #fc4343 0%, #ce0202 100%);
    background: -webkit-linear-gradient(top, #fc4343 0%, #ce0202 100%);
    background: linear-gradient(to bottom, #fc4343 0%, #ce0202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4343', endColorstr='#ce0202', GradientType=0);
}

.dhNavR nav .nav02 {
    border-top: 4px solid #ff800d;
    background: #feb337;
    background: -moz-linear-gradient(top, #feb337 0%, #e28e01 100%);
    background: -webkit-linear-gradient(top, #feb337 0%, #e28e01 100%);
    background: linear-gradient(to bottom, #feb337 0%, #e28e01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb337', endColorstr='#e28e01', GradientType=0);
}

.dhNavR nav .nav03 {
    border-top: 4px solid #ffbc0c;
    background: #fdd934;
    background: -moz-linear-gradient(top, #fdd934 0%, #d7b102 100%);
    background: -webkit-linear-gradient(top, #fdd934 0%, #d7b102 100%);
    background: linear-gradient(to bottom, #fdd934 0%, #d7b102 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd934', endColorstr='#d7b102', GradientType=0);
}

.dhNavR nav .nav04 {
    border-top: 4px solid #73b913;
    background: #a9d744;
    background: -moz-linear-gradient(top, #a9d744 0%, #70a102 100%);
    background: -webkit-linear-gradient(top, #a9d744 0%, #70a102 100%);
    background: linear-gradient(to bottom, #a9d744 0%, #70a102 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d744', endColorstr='#70a102', GradientType=0);
}

.dhNavR nav .nav05 {
    border-top: 4px solid #087b2a;
    background: #2caf66;
    background: -moz-linear-gradient(top, #2caf66 0%, #027e39 100%);
    background: -webkit-linear-gradient(top, #2caf66 0%, #027e39 100%);
    background: linear-gradient(to bottom, #2caf66 0%, #027e39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2caf66', endColorstr='#027e39', GradientType=0);
}

.dhNavR nav .nav06 {
    border-top: 4px solid #0b0c59;
    border-radius: 0;
    background: #323596;
    background: -moz-linear-gradient(top, #323596 0%, #02057e 100%);
    background: -webkit-linear-gradient(top, #323596 0%, #02057e 100%);
    background: linear-gradient(to bottom, #323596 0%, #02057e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323596', endColorstr='#02057e', GradientType=0);
}

.dhNavR nav .nav07 {
    border-top: 4px solid #0a0f2d;
    border-radius: 0;
    background: #313d6a;
    background: -moz-linear-gradient(top, #313d6a 0%, #101d4d 100%);
    background: -webkit-linear-gradient(top, #313d6a 0%, #101d4d 100%);
    background: linear-gradient(to bottom, #313d6a 0%, #101d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313d6a', endColorstr='#101d4d', GradientType=0);
}

.dhNavR nav .nav08 {
    border-top: 4px solid #770362;
    border-radius: 0;
    background: #ac1b9d;
    background: -moz-linear-gradient(top, #ac1b9d 0%, #69015e 100%);
    background: -webkit-linear-gradient(top, #ac1b9d 0%, #69015e 100%);
    background: linear-gradient(to bottom, #ac1b9d 0%, #69015e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac1b9d', endColorstr='#69015e', GradientType=0);
}

.dhNavR nav .nav09 {
    border-top: 4px solid #dc315c;
    border-radius: 0px 6px 6px 0px;
    background: #eb6c95;
    background: -moz-linear-gradient(top, #eb6c95 0%, #c41f55 100%);
    background: -webkit-linear-gradient(top, #eb6c95 0%, #c41f55 100%);
    background: linear-gradient(to bottom, #eb6c95 0%, #c41f55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6c95', endColorstr='#c41f55', GradientType=0);
}

.dhNavR nav a {
    position: relative;
}

.dhNavR nav a .nav-icon {
    width: 50px;
    height: 86px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-position: 0 0;
    cursor: pointer;
}

.dhNavR nav .nav01 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/01.png) no-repeat;
    width: 45px;
}

.dhNavR nav .nav02 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/02.png) no-repeat;
    width: 70px;
}

.dhNavR nav .nav03 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/03.png) no-repeat;
    width: 50px;
}

.dhNavR nav .nav04 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/04.png) no-repeat;
    width: 66px;
}

.dhNavR nav .nav05 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/05.png) no-repeat;
    width: 48px;
}

.dhNavR nav .nav06 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/06.png) no-repeat;
    width: 48px;
}

.dhNavR nav .nav07 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/07.png) no-repeat;
    width: 80px;
}

.dhNavR nav .nav08 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/08.png) no-repeat;
    width: 88px;
}

.dhNavR nav .nav09 a .nav-icon {
    background: url(/2018/wp-content/themes/win2One/images/nav/09.png) no-repeat;
    width: 78px;
}

.dhNavR nav a:hover .nav-icon {
    animation: fave-heart 1s steps(9);
    opacity: 1;
}

@keyframes fave-heart {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -747px;
    }
}

.slick-container {
    width: 100%;
    min-width: 1300px;
}

.slick-content a{
    display: block;
}

.slick-container .slick-carousel {
    width: auto;
    margin-bottom: 40px;
}

.slick-container .slick-slide {
    text-align: center;
    margin: 0 35px;
}

.slick-container .slick-dots {
    bottom: -30px;
}

.slick-container {
    margin: 0 auto;
    /* 任意の値 */
    position: relative;
}

.slick-container .slick-prev:before,
.slick-container .slick-next:before {
    content: "";
    display: block;
    padding-top: 20px;
}

.slick-container .slick-prev {
    left: 10%;
}

.slick-container .slick-next {
    right: 10%;
}

.slick-container .slick-arrow {
    z-index: 10;
}

.slick-container .cus-slick-next,
.slick-container .cus-slick-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #e60020;
    z-index: 50;
}

.slick-container .cus-slick-next:hover,
.slick-container .cus-slick-prev:hover {
    background: #e60020;
    opacity: .7;
}

.slick-dots li.slick-active button:before {
    color: #e60020 !important;
}

.slick-dots li button:before {
    color: #ccc;
    opacity: .3;
}

.slick-3col-container .slick-3col-carousel {
    width: auto;
    text-align: center;
}

.slick-3col-carousel .slick-slide {
    margin: 0 20px;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#jaepoWrap a{
    display: inline-block;
}
#bannerB a{
    display: inline-block;
}
/* the parent */

.slick-3col-carousel .slick-list {
    margin: 0 -19px 0 -19px;
    padding: 10px 0;
}

.slick-3col-container {
    margin: 0 auto;
    /* 任意の値 */
    position: relative;
}

.slick-3col-container .slick-prev:before,
.slick-3col-container .slick-next:before {
    content: "";
    display: block;
    padding-top: 10px;
}

.slick-3col-container .slick-prev {
    left: -2%;
    top: 90px;
}

.slick-3col-container .slick-next {
    right: -2%;
    top: 90px;
}

.slick-3col-container .slick-arrow {
    z-index: 10;
}

.slick-3col-container .cus-slick-next,
.slick-3col-container .cus-slick-prev {
    width: 34px;
    height: 34px;
    text-align: center;
    background: #e60020;
    z-index: 50;
}

.slick-3col-container .cus-slick-next:hover,
.slick-3col-container .cus-slick-prev:hover {
    background: #e60020;
    opacity: .7;
}

.slick-content .textWrap {
    text-align: left;
    padding: 10px;
}

.slick-content .textWrap .date {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background: #e60020;
    border-radius: 5px;
    margin-bottom: 5px;
}

.slick-content .textWrap .title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.slick-content .textWrap .text {
    font-size: 14px;
    font-size: 1.4rem;
}
.slick-content .textWrap p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slick-container-media {
    width: 1024px;
}

.slick-container-media .slick-carousel-media {
    width: auto;
    overflow: hidden;
}

.slick-container-media .slick-slide {
    text-align: center;
    margin: 0 10px;
}

.slick-container-media .slick-list {
    margin: 0 -9px 0 -9px;
}

.slick-container-media .slick-dots {
    bottom: -20px;
}

.slick-container-media {
    margin: 0 auto;
    /* 任意の値 */
    position: relative;
}

.slick-container-media .slick-prev:before,
.slick-container-media .slick-next:before {
    content: "";
    display: block;
    padding-top: 20px;
}

.slick-container-media .slick-prev {
    left: -70px;
}

.slick-container-media .slick-next {
    right: -70px;
}

.slick-container-media .slick-arrow {
    z-index: 10;
}

.slick-container-media .cus-slick-next,
.slick-container-media .cus-slick-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #e60020;
    z-index: 50;
}

.slick-container-media .cus-slick-next:hover,
.slick-container-media .cus-slick-prev:hover {
    background: #e60020;
    opacity: .7;
}

.tabNavi {
    padding-left: 10px;
}

.tabNavi li {
    color: #333;
    float: left;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    margin-right: 5px;
}

.tabNavi li:hover {
    opacity: .5;
}

.tabNavi li:hover.active {
    opacity: 1;
}

.tabNavi li.active {
    color: #fff;
    cursor: auto;
}

.tabConWrap>ul {
    display: none;
}

.tabConWrap>ul.show {
    display: block;
}

.btn {
    display: inline-block;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.btnM {
    width: 105px;
    height: 40px;
    padding: 13px;
    border-radius: 10px 10px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    transition: all .3s;
}

.btnS {
    height: 21px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 1.1rem;
    font-style: italic;
}

.btnMore {
    display: block;
    width: 186px;
    height: 40px;
    margin: 0 auto;
    padding: 13px;
    font-size: 1.6rem;
    background: #fff;
    border-radius: 20px;
}

.tabWrap .tabNavi li:nth-of-type(1) span {
    background: #ff9f00;
}

.tabWrap .tabNavi li:nth-of-type(2) span {
    background: #2274e3;
}

.tabWrap .tabNavi li:nth-of-type(3) span {
    background: #090c0b;
}

.tabWrap .tabNavi li:nth-of-type(4) span {
    background: #ff3aa5;
}

.tabWrap .tabNavi li:nth-of-type(5) span {
    background: #ff1313;
}

.tabWrap .tabNavi li:nth-of-type(6) span {
    background: #a81a99;
}

.bgColorPlay {
    background: #2274e3;
}

.bgColorView {
    background: #090c0b;
}

.bgColorMeet {
    background: #ff3aa5;
}

.bgColorBuy {
    background: #ff1313;
}

.bgColorInfo {
    background: #a81a99;
}

.tabConWrap.tabBg0 {
    background: #ff9f00;
}

.tabConWrap.tabBg1 {
    background: #2274e3;
}

.tabConWrap.tabBg2 {
    background: #090c0b;
}

.tabConWrap.tabBg3 {
    background: #ff3aa5;
}

.tabConWrap.tabBg4 {
    background: #ff1313;
}

.tabConWrap.tabBg5 {
    background: #a81a99;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg0 {
    background: #ff9f00;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg1 {
    background: #2274e3;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg2 {
    background: #090c0b;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg3 {
    background: #ff3aa5;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg4 {
    background: #ff1313;
}

#infoWrap .tabConWrap .btnMoreWrap.btnBg5 {
    background: #a81a99;
}

.btnMore.tabBg0 {
    color: #ff9f00;
}

.btnMore.tabBg1 {
    color: #2274e3;
}

.btnMore.tabBg2 {
    color: #090c0b;
}

.btnMore.tabBg3 {
    color: #ff3aa5;
}

.btnMore.tabBg4 {
    color: #ff1313;
}

.btnMore.tabBg5 {
    color: #a81a99;
}

.tabWrap .tabNavi .active:nth-of-type(1) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #ff9f00;
    margin: 8px auto 0;
}

.tabWrap .tabNavi .active:nth-of-type(2) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #2274e3;
    margin: 8px auto 0;
}

.tabWrap .tabNavi .active:nth-of-type(3) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #090c0b;
    margin: 8px auto 0;
}

.tabWrap .tabNavi .active:nth-of-type(4) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #ff3aa5;
    margin: 8px auto 0;
}

.tabWrap .tabNavi .active:nth-of-type(5) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #ff1313;
    margin: 8px auto 0;
}

.tabWrap .tabNavi .active:nth-of-type(6) span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    background: #a81a99;
    margin: 8px auto 0;
}

.js-load {
    display: none;
}

.js-load.active {
    display: block;
}

.underWrap {
    border-radius: 0 0 10px 10px;
    max-width: 1150px;
    width: 98%;
    margin: 0 auto 90px;
}

.nav-previous,
.nav-next {
    display: inline-block;
    margin: 0 2%;
}

.post-navigation {
    text-align: center;
}

.nav-links div a {
    color: #e60020;
    font-size: 1.2rem;
    background-color: #f2f0f0;
    border: #e60020 1px solid;
    display: inline-block;
    padding: 5px 55px 5px 35px;
    border-radius: 60px;
    position: relative;
}

.nav-links div.nav-previous a {
    padding: 5px 35px 5px 55px;
}

.nav-links div a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #e60020;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -4px;
}

.nav-links div a::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #e60020;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -0.5px;
}

.nav-links div.nav-previous a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #e60020;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 22px;
    right: inherit;
    margin-top: -4px;
}

.nav-links div.nav-previous a::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #e60020;
    position: absolute;
    top: 50%;
    left: 21px;
    margin-top: -0.5px;
}

.conWrap {
    width: 1150px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.tltleWrap {
    font-size: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 40px;
}

.tltleWrap span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.tltleWrap h2 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.archiveConWrap {
    padding: 60px;
    position: relative;
}

@media screen and (max-width: 767px) {
	
	
	footer {
    background-image: none !important;

}
	
    .underWrap {
        margin: 100px auto 90px;
    }
    .post-navigation {
        margin-bottom: 30px;
    }
    .nav-links div a {
        padding: 5px 40px 5px 20px;
    }
    .nav-links div.nav-previous a {
        padding: 5px 20px 5px 40px;
    }
}

.page-template-guide .mv_area {
    max-width: 1305px;
    width: 98%;
    margin: 0 auto 50px;
}

.page-template-guide .underWrap.guidePage {
    max-width: 1150px;
    width: 98%;
    margin: 0 auto 90px;
}

.page-template-guide .underWrap .hx-underPage {
    background-color: #ec2d2d;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 10px 10px 0 0;
    padding: 16.5px 0;
}

.page-template-guide .underWrap .hx-underPage img {
    display: inline-block;
    width: 32px;
    margin: 0 15px;
}

.page-template-guide .underWrap .hx-underPage .sub {
    font-size: .6em;
    margin-left: 10px;
}

.page-template-guide .underWrap .underBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 40px 5.218% 60px;
}

.page-template-guide .guide_tab_list {
    width: 92.196%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.page-template-guide .guide_tab_list li {
    width: 22.223%;
    margin-right: 2.117%;
}

.page-template-guide .guide_tab_list li a {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 16px 0;
    transition-duration: 0s;
}

.page-template-guide .guide_tab_list li a.active {
    font-size: 2.0rem;
    padding: 20px 0;
}

.page-template-guide .guide_tab_list li .overview_tab {
    background: #ec2d2d;
}

.page-template-guide .guide_tab_list li .ask_tab {
    background: #ff9f00;
}

.page-template-guide .guide_cont {
    display: none;
}

.page-template-guide .guide_cont.active {
    display: block;
}


/*overview_cont
---------------------------------------------------------------*/

.page-template-guide .overview_cont {
    border-top: #ec2d2d solid 7px;
    padding: 50px 3.903% 40px;
    background: #fff;
    box-shadow: 0px 9px 18px -5px rgba(0, 0, 0, 0.1);
}

.page-template-guide .overview_cont:not(:last-of-type) {
    margin-bottom: 65px;
}

.page-template-guide .overview_cont h3 {
    color: #ec2d2d;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.page-template-guide .overview_cont h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0.715em;
}

.page-template-guide .overview_cont h3 span::before,
.overview_cont h3 span::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.4em;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ec2d2d;
}

.page-template-guide .overview_cont h3 span::before {
    right: 100%;
}

.page-template-guide .overview_cont h3 span::after {
    left: 100%;
}

.page-template-guide .overview_cont .in_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.page-template-guide .overview_cont .in_wrap .box01 {
    width: 45.524%;
}

.page-template-guide .overview_cont .in_wrap .box01 table {
    width: 100%;
    table-layout: fixed;
}

.page-template-guide .overview_cont .in_wrap .box01 table th,
.overview_cont .in_wrap .box01 table td {
    padding: calc(18px - 0.35em) 0;
}

.page-template-guide .overview_cont .in_wrap .box01 table th,
.overview_cont .in_wrap .box01 table td {
    border-bottom: dotted 1px #aaaaaa;
}

.page-template-guide .overview_cont .in_wrap .box01 table tr:not(:last-child) th,
.overview_cont .page-template-guide .in_wrap .box01 table tr:not(:last-child) td {
    border-bottom: dotted 1px #aaaaaa;
}

.page-template-guide .overview_cont .in_wrap .box01 table th {
    width: 35.546%;
    text-align: left;
}

.page-template-guide .overview_cont .in_wrap .box02 {
    width: 48.005%;
}

.page-template-guide .about_cont .about_txt {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.819;
    font-weight: bold;
}

.page-template-guide .summary_cont .box01 table tr:last-child th,
.summary_cont .box01 table tr:last-child td {
    border-bottom: none;
}

.page-template-guide .guide_ticket {
    border: 4px solid #e60020;
    border-radius: 10px;
    padding-top: 30px;
}

.page-template-guide .guide_ticket .guide_ticket_tit {
    width: 34.097%;
    margin: 0 auto 10px;
}

.page-template-guide .guide_ticket table {
    width: 81.694%;
    table-layout: fixed;
    margin: 0 auto 20px;
}

.page-template-guide .guide_ticket table th,
.guide_ticket table td {
    padding: calc(18px - 0.35em) 0;
    border-bottom: dotted 1px #aaaaaa;
}

.page-template-guide .guide_ticket table th {
    width: 38.096%;
    text-align: left;
}

.page-template-guide .guide_ticket table th span {
    color: #e60020;
    font-weight: normal;
}

.page-template-guide .guide_ticket .note_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 1.2rem;
    width: 81.694%;
    margin: 0 auto 40px;
}

.page-template-guide .guide_ticket .note_list li {
    line-height: 1;
}

.page-template-guide .guide_ticket .note_list li:first-child {
    margin-right: 1em;
}

.page-template-guide .guide_ticket .ticket_btn_area {
    background: #e60020;
    text-align: center;
    padding: 18px 0;
}

.page-template-guide .guide_ticket .ticket_btn_area a {
    display: inline-block;
    width: 68.193%;
    border-radius: 25px;
    background: #fff;
    color: #e60020;
    font-size: 2rem;
    line-height: 1;
    padding: 15px 0;
    font-weight: bold;
}

.page-template-guide .access_cont .box01 table {
    margin-bottom: 20px;
}

.page-template-guide .access_cont .access_route {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-weight: bold;
}

.page-template-guide .access_cont .access_route dt {
    width: 100%;
}

.page-template-guide .access_cont .access_route dd:not(:last-of-type)::after {
    content: "＞";
    font-weight: normal;
    padding: 0 0.5em;
}

.page-template-guide .access_cont .access_txt {
    margin-bottom: calc(35px - 0.35em);
}

.page-template-guide .access_cont .access_btn_area {
    text-align: center;
}

.page-template-guide .access_cont .access_btn_area a {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    width: 77.725%;
    padding: 15px;
    line-height: 1;
    background: #e60020;
}

.page-template-guide .access_cont .access_btn_area a::after {
    content: "";
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    margin-right: 0.5em;
    background: url(/2018/wp-content/themes/win2One/img/icon_link.png) no-repeat;
    background-size: 100% 100%;
}


/*ask
---------------------------------------------------------------*/

.page-template-guide .ask_cont {
    border-top: #ff9f00 solid 7px;
    padding: 50px 3.903% 40px;
    background: #fff;
    box-shadow: 0px 9px 18px -5px rgba(0, 0, 0, 0.1);
}

.page-template-guide .ask_cont h3 {
    color: #ff9f00;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1;
}

.page-template-guide .ask_cont h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0.715em;
}

.page-template-guide .ask_cont h3 span::before,
.ask_cont h3 span::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.4em;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ff9f00;
}

.page-template-guide .ask_cont h3 span::before {
    right: 100%;
}

.page-template-guide .ask_cont h3 span::after {
    left: 100%;
}

.page-template-guide .ask_cont .ask_txt {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px;
}

.page-template-guide .ask_cont .ask_list {
    width: 90.918%;
    margin: auto;
}

.page-template-guide .ask_cont .ask_list>li {
    border: 4px solid #ff9f00;
    border-radius: 10px;
}

.page-template-guide .ask_cont .ask_list>li:not(:last-child) {
    margin-bottom: 10px;
}

.page-template-guide .ask_cont .ask_list .ask_list_tit {
    background: #ff9f00;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding: 16px 3.76% 20px;
    border-radius: 0px 0px 4px 4px;
    position: relative;
}

.page-template-guide .ask_cont .ask_list .ask_list_tit::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 2.471%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0.5em 0 0.5em;
    border-color: #ffffff transparent transparent transparent;
}

.page-template-guide .ask_cont .ask_list>li.active,
.ask_cont .ask_list>li:hover {
    border-color: #ff6300;
}

.page-template-guide .ask_cont .ask_list>li.active .ask_list_tit,
.ask_cont .ask_list>li:hover .ask_list_tit {
    background: #ff6300;
}

.page-template-guide .ask_cont .ask_list>li.active .ask_list_tit::after {
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #ffffff transparent;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box {
    padding: 30px 3.572% 40px;
    display: none;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box h4 {
    font-size: 2rem;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 6px 0 6px 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #ff6300;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box dl {
    margin-bottom: calc(30px - 0.35em);
}

.page-template-guide .ask_cont .ask_list>li .accordion_box dt {
    font-weight: bold;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box dd {
    text-indent: -1em;
    padding-left: 1em;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box a {
	color: #0076f1;
	text-decoration: underline;
}

.page-template-guide .ask_cont .ask_list>li .accordion_box a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
    .page-template-guide .mv_area {
        margin: 100px auto 25px;
    }
    .page-template-guide .underWrap.guidePage {
        margin: 0 auto 90px;
    }
    .page-template-guide .underWrap .hx-underPage {
        font-size: 1.8rem;
        text-align: center;
    }
    .page-template-guide .underWrap .underBox {
        padding: 3%;
    }
    .page-template-guide .guide_tab_list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .page-template-guide .guide_tab_list li {
        width: 48%;
        margin-right: 0;
    }
    .page-template-guide .guide_tab_list li a {
        font-size: 11px;
        padding: 8px 0;
    }
    .page-template-guide .guide_tab_list li a:hover {
        opacity: 1;
    }
    .page-template-guide .guide_tab_list li a.active {
        font-size: 12px;
        padding: 10px 0;
    }
    .page-template-guide .overview_cont {
        padding: 3% 3% 6%;
    }
    .page-template-guide .overview_cont:not(:last-of-type) {
        margin-bottom: 25px;
    }
    .page-template-guide .overview_cont h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .page-template-guide .overview_cont h3 span {
        padding: 0 0.3em;
    }
    .page-template-guide .overview_cont h3 span::before,
    .overview_cont h3 span::after {
        width: 1em;
    }
    .page-template-guide .about_cont .about_txt {
        font-size: 15px;
    }
    .page-template-guide .overview_cont .in_wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .page-template-guide .overview_cont .in_wrap .box01 {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-template-guide .overview_cont .in_wrap .box02 {
        width: 100%;
    }
    .page-template-guide .overview_cont .in_wrap .box01 table th,
    .overview_cont .in_wrap .box01 table td {
        border-bottom: dotted 1px #aaaaaa;
        font-size: 12px;
    }
    .page-template-guide .overview_cont .in_wrap .box01 table th,
    .overview_cont .in_wrap .box01 table td {
        padding: calc(9px - 0.35em) 5px;
    }
    .page-template-guide .guide_ticket {
        border: 4px solid #e60020;
        border-radius: 10px;
        padding-top: 10px;
    }
    .page-template-guide .guide_ticket .guide_ticket_tit {
        width: 50%;
    }
    .page-template-guide .guide_ticket table {
        width: 90%;
        margin: 0 auto 10px;
    }
    .page-template-guide .guide_ticket .note_list {
        -webkit-flex-direction: column;
        flex-direction: column;
        font-size: 1.2rem;
        width: 90%;
        margin: 0 auto 20px;
    }
    .page-template-guide .guide_ticket .ticket_btn_area {
        padding: 10px 0;
    }
    .page-template-guide .guide_ticket .ticket_btn_area a {
        width: 80%;
        color: #e60020;
        font-size: 15px;
        padding: 10px 0;
    }
    .page-template-guide .access_cont .access_route {
        font-size: 12px;
    }
    .page-template-guide .access_cont .access_txt {
        font-size: 12px;
        margin-bottom: calc(15px - 0.35em);
    }
    .page-template-guide .access_cont .access_btn_area a {
        font-size: 15px;
        width: 80%;
        padding: 10px;
    }
    .page-template-guide .access_cont .gmap_box {
        height: 300px;
    }
    .page-template-guide .ask_cont {
        padding: 3% 3% 6%;
    }
    .page-template-guide .ask_cont h3 {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .page-template-guide .ask_cont h3 span {
        padding: 0 0.3em;
    }
    .page-template-guide .ask_cont h3 span::before,
    .ask_cont h3 span::after {
        width: 1em;
    }
    .page-template-guide .ask_cont .ask_txt {
        text-align: center;
        font-size: 15px;
        line-height: 1.819;
        margin-bottom: 20px;
    }
    .page-template-guide .ask_cont .ask_list {
        width: 100%;
    }
    .page-template-guide .ask_cont .ask_list .ask_list_tit {
        background: #ff9f00;
        font-size: 11px;
        line-height: 1;
        padding: 8px 3.76% 12px;
    }
    .page-template-guide .ask_cont .ask_list>li:hover {
        border-color: #ff9f00;
    }
    .page-template-guide .ask_cont .ask_list>li:hover .ask_list_tit {
        background: #ff9f00;
    }
    .page-template-guide .ask_cont .ask_list>li.active {
        border-color: #ff6300;
    }
    .page-template-guide .ask_cont .ask_list>li.active .ask_list_tit {
        background: #ff6300;
    }
    .page-template-guide .ask_cont .ask_list>li .accordion_box {
        padding: 15px 3.572% 20px;
    }
    .page-template-guide .ask_cont .ask_list>li .accordion_box h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .page-template-guide .ask_cont .ask_list>li .accordion_box dl {
        margin-bottom: calc(15px - 0.35em);
        font-size: 13px;
    }
}

.post-type-archive-booth .underWrap .boothLst {
    width: 48.6%;
	height: 146px;
    background: #fff;
    margin-right: 2.8%;
    margin-bottom: 20px;
    float: left;
}
.post-type-archive-booth .underWrap .boothLst a{
    display: block;
}
.post-type-archive-booth .booth .hx-underPage {
    background-color: #f7d32d;
}

.booth_popup.active{
    width: 250px;
    padding: 20px;
    position: fixed;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99999;
}

.popupbtn:hover{
    opacity: .8;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .post-type-archive-booth .underWrap .boothLst a {
        /* display: table; */
        box-sizing: border-box;
        padding: 1% 2%;
        border: 5px solid transparent;
        position: relative;
    }
    .post-type-archive-booth .underWrap .boothLst a:hover {
        border-color: #f7d32d;
        opacity: 1;
    }
    .post-type-archive-booth .underWrap .boothLst a::after {
        content: "GO";
        color: #fff;
        font-weight: bold;
        display: inline-block;
        background: #f7d32d;
        padding: 5px 0.5em;
        position: absolute;
        line-height: 1;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: all .3s;
    }
    .post-type-archive-booth .underWrap .boothLst a:hover::after {
        opacity: 1;
    }
}

.post-type-archive-booth .underWrap .kanrenMovie .boothLst.movie {
    padding: 0;
}

.post-type-archive-booth .underWrap .boothLst iframe {
    width: 100%;
    height: 150px;
    padding: 0;
}

.post-type-archive-booth .underWrap .boothLst:nth-of-type(even) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .post-type-archive-booth .underWrap .boothLst {
        width: 100%;
        margin-bottom: 10px;
		
    }
    .post-type-archive-booth .underWrap .boothLst:nth-of-type(even) {
        margin-right: 0;
    }
}
@media screen and (max-width: 600px) {
    .post-type-archive-booth .underWrap .boothLst {
height: inherit;
	}
}

.post-type-archive-booth .underWrap .thumBox {
    width: 27.53%;
    display: table-cell;
}

.post-type-archive-booth .underWrap .thumBox img {
    width: 100%;
    max-width: 166px;
    height: auto;
    vertical-align: middle;
}

.post-type-archive-booth .underWrap .nameBox {
    vertical-align: top;
    display:table;
    /* padding-top: 5px; */
    padding-left: 3%;
}

.post-type-archive-booth .underWrap .nameBox p{
    font-size: .7em;
}
.post-type-archive-booth .underWrap .nameBox .text {
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .post-type-archive-booth .underWrap .thumBox {
        padding: 4% 0 38.53% 4%;
    }
    .post-type-archive-booth .underWrap .nameBox {
        padding: 4%;
    }
    .post-type-archive-booth .underWrap .nameBox p:not(.text) {
        font-size: 12px;
        font-weight: bold;
    }
    .post-type-archive-booth .underWrap .nameBox p.text {
        font-size: 10px;
        margin-top: 5px;
    }
}

.booth .content {
    margin-bottom: 20px;
}

.booth .hx-underPage {
    background-color: #f7d32d;
}

.underWrap .contentL {
    width: 65.535%;
    max-width: 675px;
    float: left;
}

.underWrap .contentR {
    width: 29.127%;
    max-width: 300px;
    float: right;
}

.topMidashiImgBox {
    margin-bottom: 20px;
}

.topMidashiImgBox h3 {
    width: 95%;
    font-size: 20px;
    font-size: 2rem;
    color: #e60020;
    border: #e60020 4px solid;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}

.midokoroWrap {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.midokoroWrap .midokoroTitleWrap {
    color: #fff;
    background-color: #ffa000;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
}

.midokoroWrap ul {
    padding: 0 15px 20px;
}

.midokoroWrap li {
    font-weight: bold;
    padding: 0 0 10px;
    margin: 10px 0 0;
    border-bottom: #111 1px dotted;
}

.midokoroWrap li .num {
    background: #ffa000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    /* line-height: 20px; */
    font-size: 14px;
    padding: 0px 0 5px;
    margin-right: 5px;
    color: #fff;
}

.midokoroSpec {
    background: #fff;
    padding: 2% 3% 3%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.midokoroSpec>h3 {
    font-size: 2.8rem;
    font-style: italic;
    color: #e60020;
    border-bottom: #e60020 3px solid;
    margin-bottom: 30px;
}

.leftCol01 {
    width: 55%;
    float: right;
}

.leftCol02 {
    width: 40%;
    float: left;
}

.midokoroSpec .midokorCol01 {
    width: 55%;
    float: left;
}

.midokoroSpec .midokorCol02 {
    width: 40%;
    float: right;
}

.midokoroSpec .midokorCol02 img {
    margin-bottom: 10px;
}

.mg-b15 {
    margin-bottom: 15px;
}

.sankaArtist .artistLst {
    width: 32.6%;
    background: #fff;
    display: table;
    margin-bottom: 20px;
    position: relative;
    float: left;
    height: 79px !important;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.sankaArtist .artistLst:nth-of-type(3n+3) {
    margin: 0 1%;
}

.midokoroTitleWrap {
    color: #fff;
    background: #e60020;
    padding: 5px 0 5px 5px;
    margin-bottom: 20px;
}

.sankaArtist .nameBox .affi {
    font-size: 14px;
    font-size: 1.2rem;
    color: #818181;
    display: block;
    line-height: 1;
}

.kanrenMovieTitleWrap {
    color: #fff;
    background: #ffa000;
    padding: 5px 0 5px 5px;
    margin-bottom: 20px;
}

.kanrenMovie .boothLst {
    width: 49%;
    margin-bottom: 5px;
    float: left;
}

.kanrenMovie .boothLst iframe {
    width: 100%;
}

.kanrenMovie .boothLst:nth-of-type(2n) {
    margin-right: 11px;
}

.midokoroSpec p {
    margin-bottom: 30px;
    font-size: 0.9em;
}

.leadWrap{
  font-size: 12px;
  font-size: 1.2rem;
}
.liveiframe{
  width: 100%;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
    .underWrap .contentL {
        width: 100%;
        float: initial;
    }
    .underWrap .contentR {
        width: 100%;
        float: initial;
        padding: 10px;
        margin: 0 auto;
    }
    .topMidashiImgBox h3 {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 5px;
        text-align: left;
    }
    .midokoroTitleWrap {
        margin-bottom: 10px;
    }
    .midokoroTitleWrap h3 {
        font-size: 14px;
    }
    .midokoroSpec>h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .midokoroTitleWrap {
        margin-bottom: 10px;
    }
    .midokoroTitleWrap h3 {
        font-size: 14px;
    }
    .midokoroSpec .midokorCol02 {
        width: 100%;
        float: inherit;
        text-align: center;
    }
    .midokoroSpec .midokorCol01 {
        width: 100%;
        float: inherit;
    }
    .midokoroSpec p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    .midokorCol01,
    .midokorCol02,
    .leftCol01,
    .leftCol02 {
        width: 100%;
        float: initial;
        margin-bottom: 10px;
    }
    .sankaArtist .artistLst {
        width: 100%;
        float: initial;
    }
    .sankaArtist .artistLst:nth-of-type(3n+3) {
        margin: 0 0 20px 0;
    }
    .kanrenMovie .boothLst {
        width: 100%;
    }
    .kanrenMovie .boothLst iframe {
        max-width: 100%;
    }
    .kanrenMovie .boothLst:nth-of-type(2n) {
        margin-right: 0;
    }
}

.underFullWrap {
    margin-top: 30px;
}

.underWrap.gamePage {
    max-width: 1150px;
    width: 98%;
    margin: 0 auto 90px;
}

.game-conText{
    font-size:0.7em; 
}

@media screen and (max-width: 767px) {
    .underWrap.gamePage {
        margin: 100px auto 90px;
    }
}

.game .hx-underPage {
    background-color: #8bbb21;
}

.underWrap .hx-underPage {
    color: #fff;
    font-size: 2.2rem;
    border-radius: 10px 10px 0 0;
    padding: 16.5px 0;
}

.underWrap .hx-underPage img {
    width: 36px;
    height: 28px;
    display: inline-block;
    margin: 0 15px;
}

.underWrap .hx-underPage .sub {
    font-size: .6em;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .underWrap .hx-underPage {
        font-size: 1.8rem;
        text-align: center;
        padding-right: 10px;
    }
}

.underWrap .underBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 60px 5.218%;
}

@media screen and (max-width: 767px) {
    .underWrap .underBox {
        padding: 3%;
    }
}

.underWrap .gameListBox {
    margin-bottom: 20px;
}

.underWrap .gameListBox:last-of-type {
    margin-bottom: 0;
}

.underWrap .hx-game {
    font-size: 3.0rem;
    color: #8bbb21;
    border-bottom: #8bbb21 6px solid;
    margin-bottom: 30px;
}

.underWrap .gameLst {
    width: 48.6%;
    background: #fff;
    display: table;
    padding: 1% 2%;
    margin-right: 2.8%;
    margin-bottom: 20px;
    float: left;
}
/* .underWrap .gameLst .nameBox {
	display: -webkit-flex;
	display: flex;
	flex-flow: column;
	height: 100%;
}
.underWrap .gameLst .thumBox {
	height: auto;
	padding-bottom: 0;
}
.underWrap .gameLst .nameBox .nameHead {
	flex: 1;
} */
.underWrap .gameLst:nth-of-type(even) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .underWrap .gameLst {
        width: 100%;
        padding: 3%;
        margin-bottom: 10px;
    }
    .underWrap .gameLst:nth-of-type(even) {
        margin-right: 0;
    }
}

.underWrap .thumBox {
    width: 38.53%;
    height:0;
    padding-bottom:50.53%;
    display: table-cell;
    overflow: hidden;
    float: left;
    position:relative;

}

.underWrap .thumBox img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    padding-right: 5px;
}

.underWrap .nameBox {
    vertical-align: top;
    display: table;
    /* padding-top: 10px; */
    padding-left: 2%;
}

.underWrap .nameBox .game_link {
    margin-top: 20px;
}

.underWrap .nameBox .game_link a {
    color: #e60020;
    font-size: 1.2rem;
    background-color: #f2f0f0;
    border: #e60020 1px solid;
    display: inline-block;
    padding: 5px 15px 5px 35px;
    border-radius: 60px;
    position: relative;
}

.underWrap .nameBox .game_link a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #e60020;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
}

.underWrap .nameBox .game_link a::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #e60020;
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -0.5px;
}

.post-type-archive-artist .nameBox .entry-title{
    font-size: 16px;
    font-weight: 500;
}
.post-type-archive-artist .nameBox .affi{
    font-size: 14px;
    font-size: 1.4rem;
    color: #818181;
    display: block;
}
@media screen and (max-width: 767px) {
    .underWrap .nameBox {
        padding-top: 5px;
        padding-left: 4%;
    }
    .underWrap .gameLst p:not(.game_link) {
        font-size: 12px;
    }
    .underWrap .nameBox .game_link {
        margin-top: 10px;
    }
    .underWrap .nameBox .game_link a {
        font-size: 1.2rem;
        background-color: #f2f0f0;
        border: #e60020 1px solid;
        display: inline-block;
        padding: 5px 15px 5px 35px;
        border-radius: 25px;
        position: relative;
        line-height: 1.2;
    }
    .post-type-archive-artist .nameBox .entry-title{
        font-size: 11px;
    }
    .post-type-archive-artist .nameBox .affi{
        font-size: 11px;
    }
    .underWrap .nameBox h3{
        font-size: .8em;
        line-height: 1.3;
    }
}

.artist.underWrap .hx-underPage {
    background-color: #27a961;
}

.artist.underWrap .hx-underPage img {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0 15px;
}

.artist.underWrap .hx-underPage .sub {
    font-size: .6em;
    margin-left: 10px;
}

.artist.underWrap .initialList {
    margin-bottom: 10px;
}

.artist.underWrap .initialList li {
    width: 30px;
    height: 30px;
    color: #ccc;
    display: inline-block;
    cursor: default;
    text-align: center;
}

.artist.underWrap .initialList li a {
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    display: block;
    border-radius: 50px;
    margin-right: 1%;
    padding-top: 2px;
}

.artist.underWrap .hx-artist {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #27a961;
    border-bottom: #27a961 6px solid;
    margin-bottom: 30px;
}

.artist.underWrap .artistLst {
    width: 23.69%;
    background: #fff;
    display: inline-block;
    margin-right: 1.7%;
    margin-bottom: 20px;
    position: relative;
    float: left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.artist.underWrap .artistLst:nth-of-type(4n){
    margin-right: 0;
}
.artist.underWrap .artistLst:hover {
    cursor: pointer;
    opacity: .7;
}

.underWrap .initialList li a:hover {
    background-color: #27a961;
    color: #fff;
    opacity: 1;
}
.is-hide{
  display:none; 
 }
.loader{
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  vertical-align: top;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 9999;
}
.loader svg path,
.loader svg rect{
  fill: rgb(255, 0, 0);
}
.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
		text-align: center;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    overflow-y: scroll;
}
.popup .entry-header{
    text-align: center;
    margin-bottom: 20px;
}


.popup-container,
.popup:after {
	display: inline-block;
	vertical-align: middle;
}
.popup:after {
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.popup-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    /* margin: 4em auto; */
    padding: 2%;
    opacity: 1;
    background: #FFF;
    border: #e60021 6px solid;
    border-radius: .25em .25em .4em .4em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /* -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); */
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	text-align: left;
}
.popup-container.wide-container {
	max-width: 1200px;
}
.popup-container.is-visible {
  opacity: 1;
}

.popup-container .close {
    background: #e50012;
    font-size: 3.0rem;
    width: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    position: absolute;
    top: -6px;
    right: -6px;
}
.btnClose {
	position: absolute;
top: -20px;
right: -20px;
display: block;
overflow: visible;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
cursor: pointer;
-webkit-transition: color 0.2s;
transition: color 0.2s;
text-decoration: none;
color: #95979c;
border: 0;
outline: 0;
background: #ff0000;
border-radius: 35px;
z-index: 20;
}
.btnClose::before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
	color: #fff;
}

.popup-container .close:hover {
    cursor: pointer;
}

.popup-container .name {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.popup-container .imgwrap {
    margin-bottom: 20px;
    position: relative;
}

.popup-container .imgwrap .sns,
.popup-container .imgwrap .nico,
.popup-container .imgwrap .otherlink {
    display: inline-block;
}

.popup-container .imgwrap .linkwrap{
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.popup-container .imgwrap .sns img,
.popup-container .imgwrap .nico img,
.popup-container .imgwrap .otherlink img{
    width: 52px;
}


.popup-container .midashi {
    background: #e50012;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding-left: 2%;
    margin-top: 20px;
}

.popup-container .tweet{
    width: 100%;
    text-align: center;
}

.popup-container .news {
    font-size: 1.6rem;
    color: #e60021;
    display: block;
    text-decoration: underline;
    margin-top: 10px;
}

.popup-container .time {
    font-size: 1.4rem;
    padding-left: 2%;
}

.tweet {
    color: #279def;
    line-height: 18px;
    margin-top: 20px;
    display: inline-block;
}

.tweet img {
    width: 18px;
    height: 18px;
    display: inline-block;
}

@media screen and (max-width: 640px) {
	.popup {
		padding: 10px 10px 0;
	}
	.popup-container {
		width: 90%;
		margin: 20px auto 10px;
		border: none;
		border-radius: 0;
	}
	.btnClose {
		top: 10px;
    right: 10px;
	}
}

@media screen and (max-width: 767px) {
    .artist.underWrap .hx-underPage {
        text-align: left;
        padding: 16.5px 0 0;
    }
    .artist.underWrap .hx-underPage .sub {
        margin-left: 70px;
        position: relative;
        top: -25px;
    }
    .artist.underWrap .tab_list {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 10px 0;
    }
    .artist.underWrap .tab_list li.active {
        background: #27a961;
        color: #fff;
    }
    .artist.underWrap .tab_list li {
        text-align: center;
        width: 30%;
        background: #ccc;
        border-radius: 25px;
        font-weight: bold;
        padding: 0.5em 0;
        transition: all .3s;
    }
    .artist.underWrap .tab_list li:hover {
        cursor: pointer;
        opacity: .7;
    }
    .artist.underWrap .hx-artist {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .artist.underWrap .artistLst {
        width: 49%;
        margin-bottom: 10px;
        display: block;
    }
    .artist.underWrap .artistLst:nth-of-type(even) {
        margin-right: 0;
    }
    .tabcon {
        display: none;
    }
    .tabcon.show {
        display: block;
    }
}

.page-template-map .underWrap .hx-underPage {
    background-color: #323596;
}

.page-template-map .underWrap .hx-underPage img {
    display: inline-block;
    width: 35px;
    margin: 0 15px;
}

.page-template-map .underWrap .hx-underPage .sub {
    font-size: .6em;
    margin-left: 10px;
}

.page-template-map .underWrap .underBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 60px 5.218%;
}

.page-template-map .map_btn_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto 28px;
    width: 65.759%;
    font-size: 2.0rem;
    font-weight: bold;
}

.page-template-map .map_btn_list li {
    width: 31.361%;
    text-align: center;
}

.page-template-map .map_btn_list li a {
    color: #e60020;
    display: block;
    background: #f2f0f0;
    border: 1px solid #e60020;
    border-radius: 25px;
    padding: 12px 0;
    line-height: 1;
}

.map_btn_list li a.active,
.page-template-map .map_btn_list li a:hover {
    background: #e60020;
    color: #fff;
    opacity: 1;
}

.page-template-map .map_cont {
    display: none;
}

.page-template-map .map_cont.active {
    display: block;
}

.page-template-map .map_cont .map {
    margin-bottom: 50px;
    text-align: center;
}

.page-template-map .map_cont .map img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 946px;
}

.page-template-map .map_cont .booth_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.page-template-map .map_cont .booth_list li {
    width: 18.75%;
    margin-bottom: 30px;
}

.page-template-map .map_cont .booth_list li a {
    position: relative;
    display: block;
    min-height: 140px;
}

.page-template-map .map_cont .booth_list li a:hover {
    opacity: 1;
}

.page-template-map .map_cont .booth_list li a>* {
    position: relative;
    z-index: 1;
}

.page-template-map .map_cont .booth_list li a::before {
    content: "";
    width: 106%;
    height: 106%;
    display: block;
    position: absolute;
    top: -3%;
    left: -3%;
    border: 4px solid transparent;
    z-index: 0;
    transition: all .3s;
}

.page-template-map .map_cont .booth_list li a:hover::before {
    border-color: #ffd300;
    background: #fff;
}

.page-template-map .map_cont .booth_list li:not(:nth-child(5n + 1)) {
    margin-left: 1.563%;
}

.page-template-map .map_cont .booth_list li .category {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: url(/2018/wp-content/themes/win2One/img/category_bg.png);
    padding: 5px 3.125%;
    line-height: 1;
    margin-bottom: 10px;
}

.page-template-map .map_cont .booth_list li .category p {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.page-template-map .map_cont .booth_list li .category strong {
    width: 62.222%;
    text-align: center;
    line-height: 1;
}

.page-template-map .map_cont .booth_list li .category span {
    background: #fff;
    color: #2f2f2f;
    padding: 9px 0;
    width: 37.778%;
    text-align: center;
    line-height: 1;
}

.page-template-map .map_cont .booth_list li .txt {
    font-size: 1.4rem;
    font-weight: bold;
}

.page-template-map .map_cont .booth_list li .txt p {
    line-height: 1.25;
    margin-top: calc(10px - 0.125em);
}

@media screen and (max-width: 767px) {
    .page-template-map .underWrap.mapPage {
        margin: 100px auto 90px;
    }
    .page-template-map .underWrap .hx-underPage {
        font-size: 1.8rem;
        text-align: center;
    }
    .page-template-map .underWrap .underBox {
        padding: 3%;
    }
    .page-template-map .map_btn_list {
        margin-bottom: 15px;
        width: 100%;
        font-size: 15px;
    }
    .page-template-map .map_cont .map {
        margin-bottom: 25px;
    }
    .page-template-map .map_cont .booth_list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .page-template-map .map_cont .booth_list li {
        width: 48%;
    }
    .page-template-map .map_cont .booth_list li {
        margin-bottom: 15px;
    }
    .page-template-map .map_cont .booth_list li:not(:nth-child(5n + 1)) {
        margin-left: 0;
    }
    .page-template-map .map_cont .booth_list li .category {
        font-size: 12px;
    }
    .page-template-map .map_cont .booth_list li .category span {
        padding: 4px 0;
    }
    .page-template-map .map_cont .booth_list li .txt {
        font-size: 14px;
    }
    .page-template-map .map_cont .booth_list li a::before {
        display: none;
    }
}

.post-type-archive-live .tltleWrap {
    background: #f3ce00;
}

.tax-live_category .underWrap .hx-underPage {
    background-color: #98138a;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 10px 10px 0 0;
    padding: 16.5px 0;
}

.tax-live_category .underWrap .hx-underPage img {
    display: inline-block;
    width: 28px;
    margin: 0 15px;
}

.tax-live_category .underWrap .underBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 40px 5.218% 60px;
}

.tax-live_category .live_tab_list {
    width: 100%;
    padding: 0 3.902%;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-bottom: #98138a solid 7px;
}

.tax-live_category .live_tab_list li {
    width: 22.223%;
    margin-right: 2.117%;
}

.tax-live_category .live_tab_list li a {
    display: block;
    font-size: 1.8rem;
    font-style: italic;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 16px 0;
    transition-duration: 0s;
    background: #5b0850;
}

.tax-live_category .live_tab_list li a.active {
    font-size: 2.2rem;
    padding: 20px 0;
    background: #98138a;
}

.tax-live_category .live_cont {
    display: none;
}

.tax-live_category .live_cont.active {
    display: block;
}

.tax-live_category .live_cont .anchor_list {
    width: 91.114%;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tax-live_category .live_cont .anchor_list li {
    width: 23.259%;
    line-height: 1.2;
    margin-bottom: calc(17px - 0.1em);
}

.tax-live_category .live_cont .anchor_list li a {
    text-decoration: underline;
    padding-left: 1.286em;
    display: block;
    position: relative;
    font-size: 1.4rem;
}

.tax-live_category .live_cont .anchor_list li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.429em 0 0.429em 0.429em;
    border-color: transparent transparent transparent #000000;
}

.tax-live_category .live_cont_box {
    background: #fff;
    padding-bottom: 30px;
}

.tax-live_category .live_cont_box .tit_area {
    background: #e7e7e7;
    padding: 6px 0.586% 6px 1.954%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px;
}

.tax-live_category .live_cont_box .tit_area h3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

.tax-live_category .live_cont_box .tit_area .booth_link {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    background: #e60020;
    border-radius: 10px;
    padding: 12px 1em;
}

.tax-live_category .live_cont_box .tit_area .booth_link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.429em 0 0.429em 0.429em;
    border-color: transparent transparent transparent #fff;
    margin-right: 0.5em;
}

.tax-live_category .live_cont_box .live_list {
    width: 91.114%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.tax-live_category .live_cont_box .live_list .live_box {
    width: 31.726%;
    background: #f6f6f6;
    display: table;
    padding: 1% 2%;
    margin-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.tax-live_category .live_cont_box .live_list .live_box:not(:nth-child(3n + 1)) {
    margin-left: 2.411%;
}

.tax-live_category .live_cont_box .live_list .live_box iframe {
    width: 100%;
}

.tax-live_category .live_cont_box .live_list .live_box .thumBox {
    width: 48%;
    background: #f6f6f6;
    display: table;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
}

.tax-live_category .live_cont_box .live_list .live_box .nameBox {
    width: 49%;
    vertical-align: top;
    display: block;
    padding-top: 3px;
    padding-left: 2%;
    float: right;
}

.tax-live_category .live_cont_box .live_list .live_box .nameBox .text {
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 5px;
}

.tax-live_category .live_cont_box .live_list .live_box .comment {
    font-size: 1.2rem;
    clear: both;
}

.tax-live_category .live_cont_box .live_list .live_box .time_balloon {
    display: block;
		max-width: 100%;
    color: #fff;
    background: #e60020;
    position: absolute;
    top: -18px;
    left: -7px;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px 10px 4px;
}
.tax-live_category .live_cont_box .live_list .live_box .time_balloon p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tax-live_category .live_cont_box .live_list .live_box .time_balloon::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #e60020 transparent transparent;
}


/*special
--------------------------*/

.tax-live_category h3.special_tit {
    color: #98138a;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1;
}

.tax-live_category h3.special_tit span {
    display: inline-block;
    position: relative;
    padding: 0 0.715em;
}

.tax-live_category h3.special_tit span::before,
h3.special_tit span::after {
    content: "";
    display: block;
    position: absolute;
    width: 2.4em;
    height: 3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #98138a;
}

.tax-live_category h3.special_tit span::before {
    right: 100%;
}

.tax-live_category h3.special_tit span::after {
    left: 100%;
}

.tax-live_category #special .special_wrap:first-of-type {
    margin-bottom: 50px;
}

.tax-live_category .special_wrap .tit_area {
    padding: 17px 1.954% 17px;
}

.tax-live_category .special_wrap .live_cont_box {
    padding-bottom: 23px;
}

.tax-live_category .special_wrap .live_cont_box:not(.movie_cont_box) .live_list .live_box {
    margin-bottom: 17px;
}

.tax-live_category .live_cont_box .live_list .live_box.movie {
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .tax-live_category .underWrap .hx-underPage {
        font-size: 1.8rem;
        text-align: center;
    }
    .tax-live_category .underWrap .underBox {
        padding: 3%;
    }
    .tax-live_category .live_tab_list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .tax-live_category .live_tab_list li {
        width: 33%;
        margin-right: 0;
    }
    .tax-live_category .live_tab_list li a {
        font-size: 11px;
        padding: 8px 0;
    }
    .tax-live_category .live_tab_list li a:hover {
        opacity: 1;
    }
    .tax-live_category .live_tab_list li a.active {
        font-size: 12px;
        padding: 10px 0;
    }
    .tax-live_category .live_tab_list {
        padding: 0 2%;
        margin-bottom: 20px;
    }
    .tax-live_category .all_anchor_btn {
        color: #98138a;
        display: block;
        background: #f2f0f0;
        border: 1px solid #98138a;
        border-radius: 25px;
        padding: 12px 0;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
    }

    .tax-live_category .live_cont .anchor_list {
        width: 100%;
        margin: 0 auto 10px;
        padding: 10px;
        background: #98138a;
        display: none;
        letter-spacing: -.5em;
    }
    .tax-live_category .live_cont .anchor_list li {
        display: inline-block;
        width: 48%;
        line-height: 1.2;
        margin-bottom: calc(10px - 0.1em);
        letter-spacing: normal;
        vertical-align: top;
    }
    .tax-live_category .live_cont .anchor_list li:nth-child(2n + 1) {
        margin-right: 2%;
    }
    .all_anchor_btn:hover{
        cursor: pointer;
        opacity: .7;
    }
    .tax-live_category .live_cont .anchor_list li a {
        text-decoration: underline;
        padding-left: 1.2em;
        font-size: 1.2rem;
        color: #fff;
    }
    .no-anchor {
        padding-left: 1.2em;
        font-size: 1.2rem;
        color: #ccc;
        display: block;
    position: relative;
    }
    .tax-live_category .live_cont .anchor_list li a::before {
        border-color: transparent transparent transparent #fff;
    }
    .tax-live_category .live_cont_box .tit_area h3 {
        font-size: 15px;
        max-width: 70%;
        line-height: 1.2;
    }
    .tax-live_category .live_cont_box .tit_area .booth_link {
        display: block;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        background: #e60020;
        border-radius: 5px;
        padding: 8px 0.5em;
    }
    .tax-live_category .live_cont_box .tit_area {
        padding: 6px 1% 6px 1.954%;
    }
    .tax-live_category .live_cont_box .live_list {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .tax-live_category .live_cont_box .live_list .live_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .tax-live_category .live_cont_box .live_list .live_box:not(:nth-child(3n + 1)) {
        margin-left: 0;
    }
    .tax-live_category .live_cont_box .live_list .live_box .thumBox {
        padding: 4% 0 4% 4%;
        margin-bottom: 0;
    }
    .tax-live_category .live_cont_box .live_list .live_box .nameBox {
        padding: 4%;
    }
    .tax-live_category .live_cont_box .live_list .live_box .time_balloon {
        display: inline-block;
        color: #fff;
        background: #e60020;
        position: absolute;
        top: -18px;
        left: -7px;
        line-height: 1;
        font-weight: bold;
        border-radius: 5px;
        padding: 3px 10px 4px;
        font-size: 12px;
    }
    .tax-live_category h3.special_tit {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .tax-live_category h3.special_tit span {
        padding: 0 0.3em;
    }
    .tax-live_category h3.special_tit span::before,
    h3.special_tit span::after {
        width: 1em;
    }
}

.tax-goods_category .underWrap .hx-underPage {
    background-color: #e96892;
    color: #fff;
    font-size: 2.2rem;
    border-radius: 10px 10px 0 0;
    padding: 16.5px 0 16.5px 1.391%;
}

.tax-goods_category .underWrap .hx-underPage img {
    display: inline-block;
    width: 32px;
    margin: 0 15px;
}

.tax-goods_category .underWrap .hx-underPage .sub {
    font-size: .6em;
    margin-left: 10px;
}

.tax-goods_category .underWrap .underBox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 10px;
    padding: 40px 5.218% 60px;
}

.tax-goods_category .gf_cont {
    display: none;
}

.tax-goods_category .gf_cont.active {
    display: block;
}

.tax-goods_category .goods_tab_list {
    width: 100%;
    padding: 0 3.902%;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    border-bottom: #e96892 solid 7px;
}

.tax-goods_category .goods_tab_list li a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    color: white;
    line-height: 1;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 16px 0px;
    background: #d52a54;
}

.tax-goods_category .goods_tab_list li a.active {
    font-size: 2.2rem;
    padding: 20px 0;
    background: #e96892;
}

.tax-goods_category .goods_tab_list li {
    width: 22.223%;
    margin-right: 2.117%;
}

.tax-goods_category .goods_btn_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: auto;
    width: 65.759%;
    font-size: 2.0rem;
    font-weight: bold;
}

.tax-goods_category .goods_btn_list li a {
    color: #e96892;
    display: block;
    background: #f2f0f0;
    border: 1px solid #e96892;
    border-radius: 25px;
    padding: 12px 0;
    line-height: 1;
}

.tax-goods_category .goods_btn_list li a.active,
.goods_btn_list li a:hover {
    background: #e96892;
    color: #fff;
    opacity: 1;
}

.tax-goods_category .goods_btn_list li {
    width: 31.361%;
    text-align: center;
}

.tax-goods_category .goods_cont {
    padding: 50px 0 40px;
}

.tax-goods_category .goods_list_box {
    display: none;
}

.tax-goods_category .goods_list_box.active {
    display: block;
}

.tax-goods_category .goods_list_box .pager .previous a::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #b2b2b2 transparent transparent;
    margin-right: 0.5em;
}

.tax-goods_category .goods_list_box .pager .next a::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #b2b2b2;
    margin-left: 0.5em;
}

.tax-goods_category .goodsContentsList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 0 30px;
}

.tax-goods_category .goodsContentsList li {
    width: 18.64%;
    margin: 0 0 20px 0;
    position: relative;
    cursor: pointer;
}

.tax-goods_category .goodsContentsList li:not(:nth-child(5n + 1)) {
    margin-left: 1.7%;
}

.tax-goods_category .goodsContentsList li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tax-goods_category .goodsContentsList li .contentwrap {
  display: -webkit-flex;
  display: flex;
	flex-flow: column;
	height: 100%;
}

.tax-goods_category .goodsContentsList li .contentCatch {
	flex: 1;
}

.tax-goods_category .goodsContentsList li img {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    height: 192px;
    width: auto;
}

.tax-goods_category .goodsContentsList li img:hover {
    opacity: 0.7;
}

.tax-goods_category .goodsContentsList li img {
    
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    box-shadow: none;

}

.tax-goods_category .goodsContentsList .text {
    text-align: justify;
}

.tax-goods_category .goodsContentsList .price {
    text-align: right;
    font-weight: bold;
}

.tax-goods_category .pager {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #959595;
    margin-bottom: 30px;
}

.tax-goods_category .pager li a {
    display: block;
}

.tax-goods_category .pager li.previous {
    margin-right: 15px;
}

.tax-goods_category .pager li.next {
    margin-left: 15px;
}

.tax-goods_category .pager li.btn {
    margin: 0 5px;
}

.tax-goods_category .pager li.btn a {
    background: #f2f0f0;
    font-weight: bold;
    line-height: 1;
    padding: 0.8125em 1em;
}

.tax-goods_category .pager li.active.btn a {
    background: #e60021;
    color: #fff;
}

.tax-goods_category .pagination .icon-arrow-left,
.tax-goods_category .pagination .icon-arrow-right {
    display: none;
}

.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.pagination .page-numbers {
    background: #f2f0f0;
    font-weight: bold;
    line-height: 1;
    padding: 0.6em 1em;
    display: inline-block;
}

.pagination .current {
    background: #e60021;
    color: #fff;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    font-weight: 100;
    background: none;
    color: #000;
}

.pagination .prev .screen-reader-text::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    border-color: transparent #b2b2b2 transparent transparent;
    margin-right: 0.5em;
}

.pagination .next .screen-reader-text::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #b2b2b2;
    margin-left: 0.5em;
}

.tax-goods_category .contentwrap figure{
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  width: 192px;
  height: 192px;
}
.tax-goods_category .contentwrap figure span{
  font-size: 13px;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(102, 102, 102, .8);
}
.tax-goods_category .contentwrap h3{
  font-size: 16px;
  font-weight: 100;
  font-weight:bold;
}
/* .tax-goods_category .popup{
  opacity: 1;
  visibility: initial;
} */
.tax-goods_category .popup-container{
  opacity: 1;
}
.tax-goods_category .popup-container .close{
  z-index: 10;
}
.tax-goods_category .popup-container .imgwrap{
  padding: 15px;
  margin: 0;
}
.tax-goods_category .popup-container .imgwrap span{
  font-size: 13px;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(102, 102, 102, .8);
}
.tax-goods_category .popup-container .price{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #888;
  margin-bottom: 20px;
}
.tax-goods_category .popup-container .price .small{
  font-size: 14px;
}
.tax-goods_category .popup-container .company{
  border-top: 1px dashed #aaaaaa;
  border-bottom: 1px dashed #aaaaaa;
  margin: 10px 0;
  padding: 10px 0;
}


@media screen and (max-width: 767px) {


    .tax-goods_category .contentwrap figure {
        width: 166px;
        height: 166px;
    }

.tax-goods_category .goodsContentsList li {
	height: auto !important;
}

.tax-goods_category .goodsContentsList li img {
    height: 166px;
    width: auto;
}

    .tax-goods_category .underWrap.goodsPage {
        margin: 100px auto 90px;
    }
    .tax-goods_category .underWrap .hx-underPage {
        font-size: 1.8rem;
        text-align: center;
    }
    .tax-goods_category .underWrap .underBox {
        padding: 3%;
    }
    .tax-goods_category .goods_tab_list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .tax-goods_category .goods_tab_list li {
        width: 48%;
        margin-right: 0;
    }
    .tax-goods_category .goods_tab_list li a {
        font-size: 11px;
        padding: 8px 0;
    }
    .tax-goods_category .goods_tab_list li a:hover {
        opacity: 1;
    }
    .tax-goods_category .goods_tab_list li a.active {
        font-size: 12px;
        padding: 10px 0;
    }
    .tax-goods_category .goods_tab_list {
        padding: 0 2%;
        margin-bottom: 20px;
    }
    .tax-goods_category .goods_btn_list {
        width: 100%;
        font-size: 10px;
    }
    .tax-goods_category .goods_btn_list li {
        width: 33%;
    }
    .tax-goods_category .goods_cont {
        padding: 25px 0;
    }
    .tax-goods_category .pager {
        margin-bottom: 15px;
        font-size: 10px;
    }
    .tax-goods_category .pager li.previous {
        margin-right: 8px;
    }
    .tax-goods_category .pager li.next {
        margin-left: 8px;
    }
    .tax-goods_category .pager li.btn {
        margin: 0 3px;
    }
    .tax-goods_category .goodsContentsList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 15px;
        font-weight:bold;
    }
    .tax-goods_category .goodsContentsList li {
        width: 48%;
        margin: 0 0 10px 0;
    }
    .tax-goods_category .goodsContentsList li:not(:nth-child(5n + 1)) {
        margin-left: 0%;
    }
    .tax-goods_category .note_list {
        font-size: 12px;
    }
    .pagination {
        margin-bottom: 15px;
        font-size: 10px;
    }
}

.tax-timetable_date .fullCon{
    margin-top: 30px;
}
.tax-timetable_date .spAccoBtn {
    display: none;
}

.tax-timetable_date .timeicon {
    width: 29px;
    height: 30px;
}

.tax-timetable_date .pamphletLink {
    background: #313d6a;
    position: absolute;
    right: 60px;
    top: 50px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tax-timetable_date .pamphletLink p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}

.tax-timetable_date .pamphletLink a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    color: #000;
}

.tax-timetable_date .tltleWrap {
    background: #313d6a;
    margin-bottom: 0;
}

.tax-timetable_date .dateListWrap {
    margin-bottom: 20px;
}

.tax-timetable_date .dateListWrap li {
    display: inline-block;
    margin-left: 10px;
}

.tax-timetable_date .dateListWrap li:first-child {
    margin-left: 0;
}

.tax-timetable_date .dateListWrap .tagNoBg {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #888888;
    display: inline-block;
    line-height: 1;
    padding: 10px 40px;
    background: #e1e1e1;
    border-radius: 20px;
}

.tax-timetable_date .dateListWrap .tagBg {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 40px;
    background: #313d6a;
    border-radius: 20px;
}

.tax-timetable_date .checkWrap {
    font-size: 0;
    margin-bottom: 10px;
}

.tax-timetable_date .checkWrap li {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    background: #e1e1e1;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 5px;
}

.tax-timetable_date .checkWrap li:hover {
    opacity: .7;
}

.tax-timetable_date .checkWrap .active {
    color: #fff;
    background: #313d6a;
}

.tax-timetable_date .checkWrap .active:hover {
    opacity: 1;
    cursor: initial;
}

.tax-timetable_date #checkListWrap {
    margin-bottom: 20px;
}

.tax-timetable_date #checkListWrap li {
    width: 257.5px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    float: left;
}

.tax-timetable_date #checkListWrap .hide_over_30 {
    margin-right: 5px;
}

.tax-timetable_date .timeDate {
    font-size: 14px;
    font-size: 1.4rem;
    color: #313d6a;
    font-weight: bold;
}

.noticeText {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
}

.schedulelist {
    position: relative;
}

.schedulelist .h2titleWrap {
    text-align: center;
    background: #313d6a;
}

.schedulelist .h2titleWrap h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    line-height: 1;
}

.schedulelist .title {
    font-size: 16px;
}

.timeSlidWrap {
    border: solid #ccc;
    border-width: 0px 1px 1px 1px;
}

.colwrap {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

#timelaywrap {
    overflow: auto;
}

#parentWrap {
    margin: 100px 50px;
    overflow: hidden;
}

.no1 {
    position: fixed;
}

.widthtimewrap {
    padding-top: 50px;
}

.widthWrap {
    display: inline-block;
    vertical-align: top;
}

.widthWrap .title {
    height: 50px;
    line-height: 50px;
}

.widthWrap>li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.timewrap {
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
}

.timewrap>li {
    height: 80px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 80px;
    display: block;
    box-sizing: border-box;
}

.heightWrap {
    height: 2400px;
    position: relative;
    /* height: 2000px; */
    overflow: hidden;
    margin: 0 10px 1px;
}

.heightWrap>li {
    display: block;
}

.noa1 {
    position: relative;
}

.timeh3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.textareaWrap {
    font-size: 12px;
    font-size: 1.2rem;
}

.timeLiveBtn,
.timeBoothBtn {
    display: inline-block;
}

.timeLiveBtn a {
    font-weight: bold;
    color: #e60021;
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #e60021;
    border-radius: 5px;
}

.timeBoothBtn a {
    font-weight: bold;
    color: #313d6a;
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #313d6a;
    border-radius: 5px;
}

.timeartiTitle {
    font-size: 12px;
    font-size: 1.2rem;
}

.timeartiList {
    font-size: 12px;
    font-size: 1.2rem;
}

.noa1wrap {
    background: #f7f7f7;
    padding: 10px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 100px;
    bottom: 1500px;
    border: 1px solid #ccc;
}

.posWrap:nth-of-type(0) {
    z-index: 10;
}

.posWrap:nth-of-type(1) {
    z-index: 20;
}

.posWrap:nth-of-type(2) {
    z-index: 30;
}

.posWrap:nth-of-type(3) {
    z-index: 40;
}

.posWrap:nth-of-type(4) {
    z-index: 50;
}

.posWrap:nth-of-type(5) {
  z-index: 60;
}

.posWrap:nth-of-type(6) {
  z-index: 70;
}

.posWrap:nth-of-type(7) {
  z-index: 80;
}

.posWrap:nth-of-type(8) {
  z-index: 90;
}

.posWrap:nth-of-type(9) {
  z-index: 100;
}

.posWrap:nth-of-type(10) {
  z-index: 110;
}

.posWrap:nth-of-type(11) {
  z-index: 120;
}
.positionset:nth-of-type(0) {
    left: 30px;
}

.positionset:nth-of-type(1) {
    left: 60px;
}

.positionset:nth-of-type(2) {
    left: 90px;
}

.positionset:nth-of-type(3) {
    left: 120px;
}

.positionset:nth-of-type(4) {
    left: 150px;
}

.timenumwrap {
    width: 30px;
    z-index: 100;
    padding-top: 40px;
    background: #b1b1b1;
}

.tableWrap .timenumwrap {
    float: left;
}

.tableWrap .over_30 .h3 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #000;
    padding: 10px 0;
}

.tbl_area .table1 {
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    font-size: 14px;
    box-sizing: border-box;
    width: 940px;
    margin: 0 auto;
    background: #fff;
}
.tbl_area .table1 th {
    /* background-color: #f3f3f3; */
    font-weight: bold;
    font-size: 1.5rem;
    padding: 14px 0;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    box-sizing: border-box;
    text-align: center;
    width: 25%;
    color: #fff;
    vertical-align: middle;
}
.tbl_area .table1 td {
    padding: 20px 10px;
    font-size: 1.3rem;
    border-left: 2px solid #000000;
    border-top: 2px solid #000000;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.page-template-ticket .hx-underPage{
    background: #ff9f00;
    padding: 16px 60px;
}

.page-template-ticket .boxWrap li{
    width: 32%;
    height: 220px;
    float: left;
    margin-right: 2%;
    border: 1px solid #ff9f00;
    background: #ff9f00;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.page-template-ticket .boxWrap li div{
    height: 190px;
    padding: 30px;
    background: #fff;
}
.page-template-ticket .boxWrap li:last-child{
    margin-right: 0;
}
.page-template-ticket .boxWrap li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.429em 0 0.429em 0.429em;
    border-color: transparent transparent transparent #fff;
    margin: 0 auto;
    transform: rotate(90deg);
}
.page-template-ticket .boxWrap li h2{
    text-align: center;
    margin-bottom: 10px;
    color: #ff9f00;
}
.page-template-ticket .boxWrap li dt{
    width: 80px;
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.page-template-ticket .boxWrap li dd{
    max-width: 160px;
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.page-template-ticket .boxWrap li p{
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
}
.page-template-ticket .textCen{
    width: 750px;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.ticWrap{
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    border-top:7px solid #ff9f00;
}
@media screen and (max-width: 767px) {
    .main {
        margin-top: 93px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    main {
        margin-bottom: 50px;
    }
    .hdWrap {
        padding: 15px;
		background: #fff;
    }
    .hdWrap .spLogoWrap a {
        max-width: 120px;
        display: inline-block;
        vertical-align: middle;
    }
    .hdWrap .spLogoWrap .textWrap {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        margin-left: 5px;
    }
    .hdWrap .spLogoWrap .textWrap small {
        font-size: 10px;
        font-size: 1rem;
    }
    .hdWrap .textWrap {
        display: inline-block;
        vertical-align: middle;
    }
    .header.sp {
        width: 100%;
        position: absolute;
        z-index: 100;
        background:inherit;
				text-align: left;
				padding: 0;
    }
    .header.sp .spToggleNavWrap {
        width: 34px;
        overflow: hidden;
        height: 24px;
        position: absolute;
        top: 35px;
        right: 15px;
    }
	.smphdon {
		height: 100%;
		overflow-y: scroll;
	}
    .header.sp .toggleNavButton {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        width: 100%;
        height: 3px;
        background-color: #000;
        border-radius: 2px;
    }
    .header.sp .toggleNavButton:before,
    .header.sp .toggleNavButton:after {
        border-radius: 2px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        content: "";
        position: absolute;
        top: 10px;
        left: -3px;
        background-color: #000;
        width: 40px;
        height: 3px;
    }
    .header.sp .toggleNavButton:after {
        top: 20px;
    }
    .header.sp .toggleNavButton.active {
        width: 0;
    }
    .header.sp .toggleNavButton.active:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .header.sp .toggleNavButton.active:after {
        top: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .header.sp .subnav {
        width: 100%;
        border-bottom: 0px solid #e60b3e;
        background-color: #e60021;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        overflow: hidden;
        height: 0px;
    }
    .header.sp .subnav nav {
        margin-bottom: 20px;
    }
    .header.sp .subnav nav li {
        width: 33.33%;
        float: left;
        -webkit-transition-duration: 1.3s;
        transition-duration: 1.3s;
    }
    .header.sp .subnav.active {
        height: 100%;
        padding-bottom: 50px;
        overflow-y: scroll;
    }
    .header.sp .splinkWrap {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .header.sp .splinkWrap li {
        width: -moz-calc(50% - 8px);
        width: -o-calc(50% - 8px);
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
        border-radius: 5px;
        background: #fff;
        text-align: center;
        float: left;
        margin-bottom: 10px;
    }
    .header.sp .splinkWrap li a {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        color: #e60021;
        display: block;
        padding: 15px 0;
    }
    .header.sp .splinkWrap li:nth-of-type(2n+1) {
        margin-right: 16px;
    }
    .topSlideFullWrap {
        margin-top: 93px;
    }
    .contentWrap {
        width: 100%;
        padding: 0px;
    }
    .contentWrap .contentL {
        max-width: 100%;
        float: initial;
    }
    .contentWrap .contentR {
        max-width: 100%;
        float: initial;
        padding: 10px;
    }
    #jaepoWrap,
    #bannerB{
        text-align: center;
    }
    #newsWrap {
        margin: 0 20px 30px;
    }
    #newsWrap .newsTitleWrap h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    #newsWrap .newsListWrap time {
        font-size: 10px;
        font-size: 1rem;
    }
    #newsWrap .newsListWrap .text {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #pickupWrap .pickTitleWrap h2{
        max-width: 200px;
    }
    #pickupWrap {
        padding: 20px 20px 0;
    }
    #pickupWrap .textWrap .date {
        font-size: 10px;
        font-size: 1rem;
    }
    #pickupWrap .textWrap .title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #pickupWrap .textWrap .text {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #infoWrap h2 {
        font-size: 25px;
        font-size: 2.5rem;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    #infoWrap .tabWrap {
        padding: 10px;
    }
    #infoWrap .tabNavi {
        width: 300px;
        margin: 0 auto;
        padding-left: 0;
    }
    #infoWrap .tabNavi li {
        margin-right: 7px;
        margin-bottom: 15px;
    }
    #infoWrap .tabNavi li:nth-of-type(3n) {
        margin-right: 0;
    }
    #infoWrap .btnM {
        font-size: 12px;
        font-size: 1.2rem;
        width: 90px;
        border-radius: 10px;
    }
    #infoWrap .tabListWrap {
        padding: 10px;
    }
    #infoWrap .tabListWrap figure {
        max-width: 100px;
    }
    #infoWrap .tabListWrap .titleWrap {
        width: -moz-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
        margin-left: 10px;
    }
    #infoWrap .tabListWrap .titleWrap .catWrap {
        margin-bottom: 5px;
    }
    #infoWrap .tabListWrap .titleWrap .catWrap span {
        margin-bottom: 5px;
    }
    #infoWrap .tabListWrap .titleWrap p {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #mediaWrap {
        margin-bottom: 40px;
    }
    #mediaWrap h2 {
        font-size: 20px;
        font-size: 2rem;
    }
    #mediaWrap .title {
        width: 100%;
    }
    #bannerWrap .contentWrap {
        padding: 30px 15px 0;
    }
    #bannerWrap dl {
        margin-bottom: 10px;
    }
    #bannerWrap dt {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #bannerWrap dd {
        width: 100%;
    }
    #bannerWrap .bannnerLWidth {
        width: 100%;
    }
    #bannerWrap .bannnerMWidth {
        width: 100%;
    }
    #bannerWrap .bannnerSWidth {
        width: 100%;
    }
	
	#bannerWrap .List1Col li {
		display: inherit;
    }
	
    #bannerWrap .List2Col li {
        width: -moz-calc(50% - 7.5px);
        width: -o-calc(50% - 7.5px);
        width: -webkit-calc(50% - 7.5px);
        width: calc(50% - 7.5px);
        margin: 0 0 15px 0;
    }
    #bannerWrap .List2Col li a {
        width: 100%;
    }
    #bannerWrap .List2Col li:nth-of-type(2n+1) {
        margin-right: 15px;
    }
    #twiWrap {
        display: none;
    }
    
    footer {
        background-image: url(/2018/wp-content/themes/win2One/img/spfooBg.png);
        background-size: 100% auto;
        padding-top: 21px;
    }
    footer .nyujou {
        position: absolute;
        bottom: 0;
        z-index: 99999;
    }
    footer .nyujou img {
        width: 79px;
        height: auto;
    }
    footer .fooWrap {
        width: 100%;
        padding: 0;
    }
    footer .fooL {
        float: initial;
        padding: 0 4.0625% 0 4.6875%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px;
    }
    footer .fooLogo {
        width: 46.496%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 0;
    }
    footer .fooLogo img {
        width: 70.221%;
        margin-bottom: 13px;
        display: inline-block;
    }
    footer .reqWrap {
        width: 53.504%;
        border: none;
    }
    footer .reqWrap a {
        display: block;
        padding: 12px;
        border-radius: 25px;
        text-align: center;
        color: #fff;
        font-size: 11px;
    }
    footer .reqWrap .coverage_btn {
        background: #e60021;
        margin-bottom: 10px;
    }
    footer .reqWrap .twitter_btn {
        background: #1da1f2;
        display: block;
    }
    footer .fooR {
        padding-top: 0;
        padding-bottom: 10px;
        float: initial;
    }
    footer .fooR .foonaviWrap {
        width: 100%;
        margin-left: 0;
    }
    footer .fooR ul {
        float: initial;
    }
    footer .fooR li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        margin-bottom: 0;
        border-top: 1px solid #4d4a42;
    }
    footer .fooR li:nth-child(odd) {
        border-right: 1px solid #4d4a42;
    }
    footer .fooR dl {
        float: initial;
        margin-left: 0;
        font-size: 0;
    }
    footer .fooR dt {
        width: 100%;
        color: #000;
        text-align: center;
        padding: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        background: #fff;
    }
    footer .fooR dd {
        width: 33.3%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #4d4a42;
        border-top: 1px solid #4d4a42;
        border-bottom: 1px solid #4d4a42;
    }
    footer .fooR dd:last-child {
        border-right: 0;
    }
    footer .fooR a {
        font-size: 12px;
        font-size: 1.2rem;
        display: block;
        padding: 15px;
    }
    footer .foot_btn_area {
        height: 50px;
        position: relative;
    }
    footer .nyujou {
        position: fixed;
        bottom: 20px;
        left: 10px;
        z-index: 99999;
    }
    footer .nyujou img {
        width: 79px;
        height: auto;
    }
    footer .copyWrap p {
        width: 100%;
    }
    footer .topScroll {
        bottom: 7px;
        right: 3.125%;
    }
    footer .topScroll i {
        color: #fff;
        padding: 10px;
        background: #e60020;
    }
    .tax-timetable_date .spAccoBtn {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .tax-timetable_date .spAccoBtn span {
        font-weight: bold;
        color: #fff;
        border-radius: 5px;
        padding: 10px 30px;
        background: #e63d4c;
        display: inline-block;
    }
    .tax-timetable_date .spAccoBtn span .fa-angle-right {
        margin-left: 10px;
        transition: all .3s;
    }
    .tax-timetable_date .checkbox01-input {
        display: none;
    }
    .tax-timetable_date .checkbox01-parts {
        padding-left: 20px;
        position: relative;
        margin-right: 20px;
    }
    .tax-timetable_date .checkbox01-parts::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #999;
        border-radius: 4px;
    }
    .tax-timetable_date .checkbox01-input:checked+.checkbox01-parts::after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        left: 5px;
        width: 7px;
        height: 14px;
        transform: rotate(40deg);
        border-bottom: 3px solid #009a9a;
        border-right: 3px solid #009a9a;
    }
    .tax-timetable_date .spAccoWrap {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .3s;
    }
    .tax-timetable_date .activeCh {
        height: 300px;
        opacity: 1;
        overflow-y: scroll;
        background: #fff;
        padding: 10px;
        margin-bottom: 20px;
    }
    .tax-timetable_date .rotate.fa-angle-right {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    .tax-timetable_date .timeicon {
        width: 20px;
        vertical-align: top;
        margin-right: 5px;
    }
    .tax-timetable_date .pamphletLink {
        text-align: center;
        padding: 10px 5px;
        position: initial;
    }
    .tax-timetable_date .pamphletLink p {
        font-size: 10px;
        font-size: 1rem;
    }
    .tax-timetable_date .pamphletLink a {
        font-size: 10px;
        font-size: 1rem;
    }
    .tax-timetable_date .dateListWrap li .tagBg,
    .tax-timetable_date .dateListWrap li .tagNoBg {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px 20px;
    }
    .tax-timetable_date #checkListWrap li {
        padding: 5px;
    }
    .slick-container {
        width: 100%;
        min-width: initial;
    }

    .slick-container .slick-slide {
        margin: 0;
    }
    .slick-container .slick-prev,
    .slick-container .slick-next {
        display: none;
    }
    .slick-3col-container {
        position: relative;
    }
    .slick-3col-container #arrows {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .slick-3col-container .slick-next {
        position: absolute;
        top: -10px;
        bottom: 0;
        right: 10px;
    }
    .slick-3col-container .slick-prev {
        position: absolute;
        top: -10px;
        bottom: 0;
        left: 10px;
    }
    .slick-container-media {
        width: 90%;
    }
    .slick-container-media #arrows {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
    }
    .slick-container-media .cus-slick-next,
    .slick-container-media .cus-slick-prev {
        width: 40px;
        height: 40px;
    }
    .slick-container-media .slick-prev:before,
    .slick-container-media .slick-next:before {
        padding-top: 13px;
    }
    .slick-container-media .slick-next {
        right: 0px;
    }
    .slick-container-media .slick-prev {
        left: 0px;
    }
    .active .tabWrap .tabNavi li:after {
        margin: 4px auto 0;
    }
    .conWrap {
        width: 100%;
    }
    .tltleWrap {
        padding: 10px;
    }
    .tltleWrap h2 {
        font-size: 20px;
        font-size: 2rem;
    }
    .tltleWrap .noticeText {
        font-size: 10px;
        font-size: 1rem;
        margin-left: 0;
        display: block;
    }
    .archiveConWrap {
        padding: 20px 10px;
    }
    .tbl_area{
        overflow-y: hidden;
    }
    .tbl_area .table1 {
        overflow: auto;
        border-collapse: collapse;
        border-spacing: 0;
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
        font-size: 14px;
        box-sizing: border-box;
        width: 700px !important;
        margin: 0 auto;
        background: #fff;
    }
}

@media screen and (max-width: 1020px) {
    .kanrenMovie .boothLst {
        width: 100%;
    }
}

.booth .contentL a {
    text-decoration: underline;
}

.booth .contentL a:hover {
    text-decoration: none;
    }
		.popup .remodalbox,
		.remodal .remodalbox {
		  overflow-y: auto;
		  max-height: 630px;
		  text-align: left;
		  padding: 10px 40px; }
		.remodalbox time {
		  font-size: 1.4rem;
		  padding: 6px 10px;
		  border-radius: 6px;
		  background-color: #e60021;
		  color: #fff;
		  display: inline-block; }
		.remodalbox .ttl {
		  font-size: 2.8rem;
		  font-weight: bold;
		  margin-bottom: 30px;
		  margin-top: 15px; }
		.remodalbox p {
		  font-size: 1.6rem;
		  margin-bottom: 30px; }
		.remodalbox img {
		  margin-bottom: 30px;
		  width: auto; }
		
		.remodal-caution dl {
		  text-align: left;
		  margin-bottom: 35px; }
		  .remodal-caution dl dt {
		    font-size: 1.6rem;
		    font-weight: bold;
		    margin-bottom: 15px; }
		  .remodal-caution dl dd {
		    font-size: 1.4rem; }
		    .remodal-caution dl dd ul li {
		      padding-left: 1em;
		      text-indent: -1em;
		      margin-bottom: 15px; }
					.remodal .img100 {
	    width: 100%;
	    height: auto;
	}
		
		@media only screen and (max-width: 1200px) {
		  .remodal {
		    max-width: 90% !important; } }
		@media only screen and (max-width: 767px) {
		  .remodal {
		    width: 95% !important;
		    margin-top: 20px !important;
		    padding: 8px !important; }
		    .remodal .remodal-close {
		      top: -15px;
		      right: -15px; }
				.popup .remodalbox,
		    .remodal .remodalbox {
		      overflow-y: auto;
		      max-height: 100%;
		      padding: 10px 10px; }
		    .remodalbox time {
		      font-size: 1.4rem;
		      padding: 6px 10px;
		      border-radius: 6px;
		      background-color: #e60021;
		      color: #fff;
		      display: inline-block; }
		    .remodalbox .ttl {
		      font-size: 2.8rem;
		      font-weight: bold;
		      margin-bottom: 30px;
		      margin-top: 15px; }
		    .remodalbox p {
		      font-size: 1.6rem;
		      margin-bottom: 30px; }
		    .remodalbox img {
		      margin-bottom: 30px; }
					
					.remodal .img100-sp {
						width: 100%;
						height: auto;
					}
		  .remodal-caution dl {
		    text-align: left;
		    margin-bottom: 35px; }
		    .remodal-caution dl dt {
		      font-size: 1.6rem;
		      font-weight: bold;
		      margin-bottom: 15px; }
		    .remodal-caution dl dd {
		      font-size: 1.4rem; }
		      .remodal-caution dl dd ul li {
		        padding-left: 1em;
		        text-indent: -1em;
		        margin-bottom: 15px; } }
		@media only screen and (max-width: 480px) {
		  .remodalbox time {
		    font-size: 3.0625vw; }
		  .remodalbox .ttl {
		    font-size: 5.0625vw;
		    margin: 15px 0; }
		  .remodalbox p {
		    font-size: 4.0625vw;
		    margin: 15px 0; }
		  .remodalbox img {
		    margin: 15px 0; } }
.remodalbox a {
	color: #0076f1;
	text-decoration: underline;
}
.remodalbox a:hover {
	text-decoration: none;
}
#pickupWrap .slick-slide figure {
	text-align: center;
}
#pickupWrap .slick-slide img {
	display: inline;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 112px;
}



/* 竹山追加 */
@media screen and (min-width: 768px) {
footer .reqWrap a {
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    margin: 0 0 10px;
    }
}

.post-type-archive-artist .artist.underWrap .artistLst {
	overflow: hidden;
}
.post-type-archive-artist .underWrap .thumBox {
    width: 38.53%;
    height:  0;
    padding-bottom:  38.53%;
    display: block;
    overflow:  hidden;
    float: left;
		position: relative;
}
.post-type-archive-artist .underWrap .thumbInner {
    position: absolute;
		top: 0; bottom: 0; right: 0; left: 0;
}
.post-type-archive-artist .underWrap .thumbImg {
    display: table;
    width: 100%;
		height: 100%;
}
.post-type-archive-artist .underWrap figure {
	display: table-cell;
	vertical-align: middle;
}
.post-type-archive-artist .underWrap .thumBox img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.post-type-archive-artist .underWrap .nameBox {
    vertical-align: top;
    display: inline-block;
    /* padding-top: 10px; */
    width:  59.47%;
    padding-left: 2%;
    float:  right;
}



/* 情報支給後公開タイムテーブル */


/*.tax-timetable_date .pamphletLink,
.tax-timetable_date .dateListWrap,
.tax-timetable_date .spAccoBtn,
.spAccoWrap {
    display: none !important;
}*/


/* 情報支給後公開マップ */

.page-template-map .map_btn_list,
.map_area {
    /*display: none !important;*/
}


/* グッズ・フード */
.tax-goods_category .goods_tab_list,
.tax-goods_category .goods_btn_list,
.tax-goods_category .goods_cont,
.note_list {
	/*display: none !important;*/
}


@media only screen and (max-width: 767px) {
.page-template-map .map_cont .map img {
    max-height:456px;
    }
}


.hxsubtxt {

    font-size: 1.8rem;
    margin-left: 20px;
    font-style: italic;
    letter-spacing: 0.1em;
}

@media only screen and (max-width: 650px) {
.hxsubtxt {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 5px;
    letter-spacing: 0;
    display: block;
}

    }


    .tax-timetable_date .pamphletLink {
        display: none !important;
    }




    .tax-goods_category .goodsContentsList li{
        height: 310px !important\9; /* IE10以下 */
 
}

@media all and (-ms-high-contrast: none){
  .tax-goods_category .goodsContentsList li{
    height: 310px !important;
    
  }
}