@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
@media print, screen and (min-width: 767px) {
  #event {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    display: none;
  }
  #event div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
  }
  #event div > img {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
  }
  #event div figure img {
    width: 100%;
  }
  main {
    display: block;
    position: relative;
    margin-bottom: 45px;
    height: 465px;
  }
  main div {
    position: relative;
    width: 1100px;
    height: 465px;
    margin: 0 auto;
  }
  main div img:nth-of-type(1) {
    position: absolute;
    left: 50px;
    top: 30px;
    width: 180px;
  }
  main div img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 0;
    width: 500px;
    margin-left: -250px;
  }
  main div img:nth-of-type(3) {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 250px;
    margin-left: -125px;
  }
  main div img:nth-of-type(4) {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 220px;
  }
  #event_info {
    padding: 100px 0;
    background: url(../image/index/section_event_info_background.jpg);
    position: relative;
    overflow: visible;
    margin-bottom: 60px;
  }
  #event_info h2 {
    text-align: center;
    margin-bottom: 45px;
    line-height: 1em;
    font-size: 4em;
    font-family: 'Contrail One', cursive;
    color: #FFF;
    text-shadow: 3px 3px 0 #231815,-3px 3px 0 #231815,3px -3px 0 #231815,-3px -3px 0 #231815;
  }
  #event_info h2 span {
    font-family: 'Contrail One', cursive;
    line-height: 1em;
  }
  #event_info h2 span:nth-of-type(1),
  #event_info h2 span:nth-of-type(6),
  #event_info h2 span:nth-of-type(11),
  #event_info h2 span:nth-of-type(16) {
    color: #44a4f6;
  }
  #event_info h2 span:nth-of-type(2),
  #event_info h2 span:nth-of-type(7),
  #event_info h2 span:nth-of-type(12) {
    color: #86f293;
  }
  #event_info h2 span:nth-of-type(3),
  #event_info h2 span:nth-of-type(8),
  #event_info h2 span:nth-of-type(13) {
    color: #fdb722;
  }
  #event_info h2 span:nth-of-type(4),
  #event_info h2 span:nth-of-type(9),
  #event_info h2 span:nth-of-type(14) {
    color: #fff;
  }
  #event_info h2 span:nth-of-type(5),
  #event_info h2 span:nth-of-type(10),
  #event_info h2 span:nth-of-type(15) {
    color: #ff8467;
  }
  #event_info div {
    width: 90%;
    max-width: 1240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto 45px;
  }
  #event_info div dl {
    max-width: 380px;
    width: 30%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
  }
  #event_info div dl dt {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 290px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #event_info div dl dt img {
    width: 100%;
  }
  #event_info div dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
  #event_info div dl dd {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.75em;
    font-family: 'Noto Sans Japanese', sans-serif;
  }
  #event_info div dl dd a {
    color: #43312d;
    text-decoration: none;
  }
  #event_info div dl:nth-of-type(1):before,
  #event_info div dl:nth-of-type(3n+1):before {
    content: url(../image/index/event_info_dl_before01.png);
    position: absolute;
    right: -10px;
    top: -10px;
  }
  #event_info div dl:nth-of-type(1):after,
  #event_info div dl:nth-of-type(3n+1):after {
    content: url(../image/index/event_info_dl_after01.png);
    position: absolute;
    left: -10px;
    top: 55%;
  }
  #event_info div dl:nth-of-type(2):before,
  #event_info div dl:nth-of-type(3n+2):before {
    content: url(../image/index/event_info_dl_before02.png);
    position: absolute;
    right: -10px;
    top: -10px;
  }
  #event_info div dl:nth-of-type(2):after,
  #event_info div dl:nth-of-type(3n+2):after {
    content: url(../image/index/event_info_dl_after02.png);
    position: absolute;
    left: -10px;
    top: 55%;
  }
  #event_info div dl:nth-of-type(3):before,
  #event_info div dl:nth-of-type(3n+3):before {
    content: url(../image/index/event_info_dl_after03.png);
    position: absolute;
    right: -10px;
    top: -10px;
  }
  #event_info div dl:nth-of-type(3):after,
  #event_info div dl:nth-of-type(3n+3):after {
    content: url(../image/index/event_info_dl_before03.png);
    position: absolute;
    left: -10px;
    top: 55%;
  }
  #event_info > div:nth-of-type(3) {
    display: block;
    width: 354px;
    position: relative;
    overflow: visible;
  }
  #event_info > div:nth-of-type(3) a img:nth-of-type(1) {
    width: 100%;
    z-index: 0;
    position: relative;
  }
  #event_info > div:nth-of-type(3) a img:nth-of-type(2) {
    width: 92px;
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 10;
  }
  #event_info:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: url(../image/index/section_event_info_before.jpg);
  }
  #event_info:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0;
    bottom: 0;
    background: url(../image/index/section_event_info_after.jpg);
  }
  #news {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #news div:nth-of-type(1) {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  #news div:nth-of-type(1) h3 {
    width: 100px;
    margin-right: 45px;
    margin-bottom: 45px;
    line-height: 1em;
    font-size: 3em;
    font-family: 'Contrail One', cursive;
  }
  #news div:nth-of-type(1) h3 span {
    font-family: 'Contrail One', cursive;
    line-height: 1em;
  }
  #news div:nth-of-type(1) h3 span:nth-of-type(1) {
    color: #ff8467;
  }
  #news div:nth-of-type(1) h3 span:nth-of-type(2) {
    color: #44a4f6;
  }
  #news div:nth-of-type(1) h3 span:nth-of-type(3) {
    color: #fdb722;
  }
  #news div:nth-of-type(1) h3 span:nth-of-type(4) {
    color: #86f293;
  }
  #news div:nth-of-type(1) ul {
    width: 100%;
  }
  #news div:nth-of-type(1) ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1em;
    border-bottom: #eee solid 1px;
  }
  #news div:nth-of-type(1) ul li a {
    font-size: 1.2em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #news div:nth-of-type(1) ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #news div:nth-of-type(1) ul li:before {
    content: attr(data-text);
    font-size: 1em;
    color: #fdb722;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  #news div:nth-of-type(2) {
    width: 35%;
    margin-left: 50px;
    position: relative;
  }
  #news div:nth-of-type(2) h3 {
    margin-bottom: 30px;
    line-height: 1em;
    font-size: 3em;
    font-family: 'Contrail One', cursive;
  }
  #news div:nth-of-type(2) h3 span {
    font-family: 'Contrail One', cursive;
    line-height: 1em;
  }
  #news div:nth-of-type(2) h3 span:nth-of-type(1),
  #news div:nth-of-type(2) h3 span:nth-of-type(5) {
    color: #86f293;
  }
  #news div:nth-of-type(2) h3 span:nth-of-type(2),
  #news div:nth-of-type(2) h3 span:nth-of-type(6) {
    color: #fdb722;
  }
  #news div:nth-of-type(2) h3 span:nth-of-type(3),
  #news div:nth-of-type(2) h3 span:nth-of-type(7) {
    color: #ff8467;
  }
  #news div:nth-of-type(2) h3 span:nth-of-type(4),
  #news div:nth-of-type(2) h3 span:nth-of-type(8) {
    color: #44a4f6;
  }
  #news div:nth-of-type(2) div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    border: 1px #00c402 solid;
    width: 100%;
    position: relative;
  }
  #news div:nth-of-type(2) div a {
    width: 40%;
    display: block;
    padding: 20px 0;
    height: 100%;
    background: #00c402;
    text-align: center;
  }
  #news div:nth-of-type(2) div p {
    width: 60%;
    line-height: 1.5em;
    padding: 10px 20px;
  }
  .sns {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
  }
  .sns h3 {
    width: 100%;
    margin-right: 45px;
    margin-bottom: 45px;
    line-height: 1em;
    font-size: 3em;
    font-family: 'Contrail One', cursive;
    text-align: center;
  }
  .sns h3 span {
    font-family: 'Contrail One', cursive;
    line-height: 1em;
  }
  .sns h3 span:nth-of-type(1), .sns h3 span:nth-of-type(5) {
    color: #ff8467;
  }
  .sns h3 span:nth-of-type(2), .sns h3 span:nth-of-type(6) {
    color: #44a4f6;
  }
  .sns h3 span:nth-of-type(3), .sns h3 span:nth-of-type(7) {
    color: #fdb722;
  }
  .sns h3 span:nth-of-type(4), .sns h3 span:nth-of-type(8) {
    color: #86f293;
  }
  .sns h4 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Contrail One', cursive;
    letter-spacing: 0.25em;
  }
  .sns .instagram.pc {
    width: 90%;
    max-width: 1050px;
    position: relative;
    margin: 0 auto;
  }
  .sns .instagram.sp {
    display: none;
  }
  .sns .instagram iframe {
    width: 100% !important;
  }
  .sns .instagram a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
  }
  .sns .instagram iframe {
    position: relative;
    z-index: 0;
  }
  .sns p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 0 45px;
  }
  .sns p img {
    display: block;
    margin: 0 15px;
    width: 50px;
    height: 50px;
  }
  #recommend {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  #recommend h4 {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Contrail One', cursive;
    letter-spacing: 0.25em;
  }
  #recommend p {
    width: 16%;
    text-align: center;
    position: relative;
  }
  #recommend p img {
    max-width: 100%;
  }
  #recommend p:nth-of-type(5) img {
    width: 100px;
  }
  .pg-top__2col-bnr {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pg-top__2col-bnr a {
    display: block;
    width: 32%;
  }
  .pg-top__2col-bnr a img {
    width: 100%;
    display: block;
  }
  .pg-top__2col-bnr a img.sp {
    display: none;
  }
  #event_info .pg-top__more-view {
    display: block;
    width: 354px;
    position: relative;
    overflow: visible;
    margin: 0 auto 150px !important;
  }
  #event_info .pg-top__more-view img {
    position: absolute;
    top: -20px;
    right: 20px;
    z-index: 10;
  }
}
