ul, li {
    margin: 0;
    padding: 0;
}
dd {
    padding-left: 0;
    margin-left: 0;
}

.event__detailsArea a {
    color: #32a0e0;
}


/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}


/* ==========================================================================
   Custom base styles
   ========================================================================== */
/*
// ボックス要素
*/
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	color: #5e5e5e;
	letter-spacing: 0.03em;
}

p {
	padding: 3px 0;
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
}

i {
      vertical-align: middle;
}

/* ソーシャルボタン横並び用 */
.twitter-share-button {
    vertical-align: bottom;
}

.hwt {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.05em;
    font-size: 140%;
}


.gHeader {
    text-align: center;
    background: #3273c2;
    margin-bottom: 40px;
}

.gHeader__above {
    color: #fff;
    font-size: 80%;
    background: #0e4fa0;
}

.gNav {
    overflow: hidden;
    background: #ffdd21;
}

.gNav__mainList {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.07em;
    font-size: 120%;
    font-weight: bold;
    overflow: hidden;
    float: left;
}
.gNav__mainList__item > a {
    color: #3273bd;
    font-size: 95%;
    text-decoration: none;
}
.gNav__mainList__item > a:hover {
    color: #ff0f00;
}

.gNav__mainList__item {
    letter-spacing: 0.05em;
    float: left;
    margin-right: 30px;
    padding: 10px 0;
}

.gNav__subList {
    overflow: hidden;
    float: right;
}

.gNav__subList__item {
    font-size: 85%;
    float: left;
    margin-right: 10px;
    padding: 10px 0;
}
.gNav__subList__item:last-child {
    margin-right: 0;
}
.gNav__subList__item > a {
    color: #3273bd;
}
.gNav__subList__item > a:hover {
    color: #0a366e;
}

.gHeader__above__inner {
    width: 980px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.gHeader__above__lang {
    display: table;
    table-layout: fixed;
    width: 18%;
    float: right;
}

.gHeader__above__txt {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 50%;
    margin: auto;
}

.gHeader__lang__item {
    display: table-cell;
    border-right: 1px solid rgba(0,0,0,0.5);
}
.gHeader__lang__item:first-child {
    border-left: 1px solid rgba(0,0,0,0.5);
}
.gHeader__lang__item > a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
}

.gHeader__lang__item > a:hover {
    background: #0a366e;    
}


.gNav__inner {
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
}



.btn {
    font-size: 125%;
    text-align: center;
}
.btn > a {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.08em;
    color: #ff605c;
    text-decoration: none;
    border: 1px #ff605c solid;
    padding: 10px 40px;
}
.btn > a:hover {
    color: #656272;
    background: #ffdd21;
    border-color: #ffdd21;
}

.pagetop > a {
    color: #fff;
    background: #3273c2;
    display: inline-block;
    padding: 30px;
}
.pagetop > a:hover {
    color: #5e5e5e;
    background: #ffdd21;
}

.top__about__inner {
    width: 980px;
    margin: 0 auto 50px;
}

.top__voices__inner {
    width: 980px;
    margin: 0 auto;
}
 
.primaryH {
    color: #ff605c;
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.08em;
    font-size: 370%;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

.primaryH--reversal {
    color: #5e5e5e;
}

.eventOutline {
    color: #fff;
    width: 980px;

    
    margin: 0 auto;
}

.eventOutline__visual {
    float: left;
    width: 35.7%;
    margin-right: 3.3%;
}
.eventOutline__visual > a {
    display: inline-block;

}
.eventOutline__visual > a:hover {
    outline: 3px solid #ffdd21;
}

.eventOutline__info {
    float: right;
    width: 61%;
    padding-top: 1em;
}

.eventOutline__inner {
    position: relative;
    padding: 75px 65px;
}

.label {

}

.label__cont {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.08em;
    font-size: 108%;
    background: #ffdd21;
    border-radius: 20px;
    padding: 9px 40px;
}



.label--cs {
    opacity: 0.5;
}

.pagetop {
    text-align: center;
    background: #fff;
    padding: 50px;
}

.footer {
    color: #fff;
    background: #3273c2;
    padding: 70px 0;
}

.footer__clmnsWrap {
    width: 860px;
    overflow: hidden;
    margin: 0 auto;
}

.footer__clmn {
    width: 26%;
    float: left;
}
.footer__clmn--cntr {
	text-align: center;
    width: 48%;
}

.footer__h {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.05em;
    font-size: 130%;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer__clmn__item {
    margin-bottom: 15px;   
}
.footer__clmn__item > a {
    color: inherit;
    text-decoration: none;
}
.footer__clmn__item > a:hover {
    color: #ffdd21;
}

.footer__copyright {
    font-size: 75%;
}

.footer__socails__item {
    display: inline-block;
    margin-right: 20px;
}
.footer__socails__item > a:hover {
    color: #ffdd21;
}

.footer__clmn__list {
    margin-bottom: 30px;
}

.slick-slide .placeIco {
    display: inline !important;
}
.eventOutline__title {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.07em;
    font-size: 250%;
    line-height: 1;
    margin-bottom: 12px;
}
.eventOutline__title > a:hover {
    text-decoration: none;   
}

.eventOutline__subtitle {
    font-family: "hwt-artz",sans-serif;
    letter-spacing: 0.05em;
    font-size: 130%;
    line-height: 1;
}

.eventOutline__supply {
    margin-bottom: 5px;
}

.eventOutline__attrs {
    margin-bottom: 35px;
}

.eventOutline__attrs__type {
    color: #5e5e5e;
}

.eventOutline__attrs__item {
    display: inline-block;
    margin-right: 20px;
}

.eventOutline__titleArea {
    margin-bottom: 40px;
}

.gHeader__above__scrapLogo {
    padding-bottom: 1px;
}

.gHeader__lang__item--cs {
    background: #0a366e;
}

.gNav__mainList__item--cs > a {
    color: #ff0f00;
}



.contents__inner {
    width: 920px;
    margin: 0 auto;
    padding: 0 30px;
}

.eventOutline__balloon {
    position: absolute;
    right: 5px;
    top: -10px;   
}

.primaryH__subDescr {
    width: 58.1632653%;
    margin: 0 auto 60px;
}

.btn--pk > a {
    color: #fff;
    font-family: "hwt-artz", sans-serif;
    font-size: 120%;
    letter-spacing: 0.2em;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    width: 300px;
    background-color: #ff605c;
    margin: 0 auto;
    padding: 9px 0;
}
.btn--pk > a:hover {
    color: #5e5e5e;
    background-color: #ffdd21;
}

.eventOutlineWrap {
    background-color: #e50b11;
    margin-bottom: 30px;
    padding: 20px 0;
}

.label__cont--2clm {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.faq {
    margin-bottom: 60px;
}
