@charset "UTF-8";

/* ===================================================
 common
=================================================== */
html{
    font-size: 62.5%; /* デフォルトサイズを 16px から 10px にする */
}
p,
ul {
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

/* フォントの指定 */
body {
    font-family: -apple-system, "Noto Sans Japanese" , sans-serif;
}
.mincho {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳＰ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
}

/* clearfix */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 768px){
  br.pc {
    display: none;
  }
}
@media (min-width: 769px){
  br.sp {
    display: none
    ;
  }
}
/*ヘッダー
---------*/
header {
    height: 47vw;
}
.top-back {
    /* background-image: url(../img/top.jpg), url(../img/top_back.jpg);
    background-size: cover;
    background-repeat: no-repeat,no-repeat; */
    width: 100%;
    height: 100%;
    position: relative;
}
.top-back .bg-list,
.top-back .bg-list li,
.top-back .bg-list li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 0;
}
.top-back .bg-list li {
  overflow: hidden;
  transition: 1s all linear;
  opacity: 0;
}
.top-back .bg-list li img {
  display: inline-block;
  width:auto;
  height:auto;
  max-height: 100%;
  transform: none;
}
.top-back .bg-list li.active {
  z-index: 10;
  opacity: 1;
}
.top-back .bg-list li.delay {
  opacity: 0;
}
.top-back .bg-list li.active img {
  animation: slide_pc 10s;
}
@keyframes slide_pc {
  0%{ transform: none; }
  100%{ transform: scale(1.3) translate(50px, 10px); }
}

.top-back .sp-img,
.sponsorship .sp-img {
    display: none;
}

header .top-back img {
    width: 100%;
    z-index: -10;
}
header .top-back .top-after {
    position: absolute;
    top: 0;
    z-index: 1;
}
header img.banner-title {
    top: 6vw;
    right: 1%;
    width: 44%;
    position: absolute;
    z-index: 1;
}
header img.ribon {
    position: absolute;
    width: 40%;
    right: 2%;
    top: 24.5vw;
    z-index: 1;
}
header img.date {
    position: absolute;
    top: 26vw;
    right: 5%;
    width: 33%;
    z-index: 1;
}
header img.banner-logo {
    position: absolute;
    width: 32%;
    top: 32vw;
    right: 5.5%;
    z-index: 1;
}
header .banner-logo{
    position: absolute;
    top: 59%;
    right: 3%;
    width: 35%;
}
header .sponsorship {
    position: absolute;
    top: 36.5vw;
    left: 71%;
    z-index: 1;
    text-align: center;
    font-size: 0.8vw;
    line-height: 20px;
}
.twitter-logo{
    position: fixed;
    top: 10px;
    right: 70px;
    z-index: 10;
}
.twitter-logo img{
    width: 4em;
}
.english-btn {
    position: fixed;
    top: 20px;
    right: 132px;
    z-index: 10;
    font-size: 1.5em;
    color: #3daba4;
    letter-spacing: 2px;
}
.english-btn img{
    width: 8em;
}
@media (max-width: 768px){
    header {
        height: 100vw;
    }
    .top-back {
        background: none;
        margin-top: 50px;
    }
    .top-back .bg-list {
      display: none;
    }
    .top-back .sp-img {
        display: block;
    }
    .hm_wrap {
        background-color: #000;
    }
    header img.banner-title {
        top: 54vw;
        right: 0;
        left: 5%;
        width: 90%;
    }
    header img.ribon {
        width: 90%;
        right: 0;
        left: 5%;
        top: 93vw;
   }
   header img.date {
        top: 97vw;
        right: 0;
        width: 78%;
        left: 11%;
   }
   header img.banner-logo {
        width: 78%;
        top: 113vw;
        right: 0;
        left: 10%;
   }
   header .sponsorship {
        top: 128vw;
        left: 21%;
        font-size: 3.2vw;
        line-height: 5vw;
   }
}
@media (max-width: 560px){
   header img.banner-title {
        top: 59vw;
   }
   header img.ribon {
        top: 96vw;
   }
   header img.date {
        top: 100vw;
   }
   header img.banner-logo {
        top: 114vw;
   }
}
@media (max-width: 400px){
   header img.banner-title {
        top: 63vw;
   }
   header img.ribon {
        top: 99vw;
   }
   header img.date {
        top: 103vw;
   }
   header img.banner-logo {
        top: 116vw;
   }
}

@media (max-width: 375px){
  .english-btn {
      position: fixed;
      top: 29px;
      right: 110px;
      z-index: 10;
      font-size: 1.5em;
      color: #3daba4;
      letter-spacing: 2px;
  }
}
/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position : fixed;
	top : 0;
	right :0;
	width : 100%;
	padding : 10px 20px;
  z-index: 10;
}
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: right;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #3daba4 0 12px 0;
	box-shadow: #3daba4 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #3daba4;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
    width: 28em;
    height: 20%;
    background: #fff;
    position: absolute;
    right: -100%;
    top: -20px;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	right: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
    list-style-type: none;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #64bbba;
    padding-left: 3em;
}
.hm_list li a {
    color: #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-size: 1.6em;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
    background: #eee;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    right: 0;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
img.menu-logo{
  width: 13.1em;
}
/* リンクを押した時の処理 */
.open_nav .hm_list {
    display: none;
}
.open_nav .hm_btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 2;
}
.open_nav .hm_btn::before,
.open_nav .hm_btn::after {
    width: 30px;
    height: 6px;
    background: #3daba4;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* メニュー内のリストスタイル△△ */
@media (max-width: 768px){
    .twitter-logo {
        top: 9px;
        display: inline-block;
    }
}
@media (max-width: 375px){
  .hm_menu_wrap {
      width: 100%;
      height: 20%;
      background: #fff;
      position: absolute;
      right: -100%;
      top: -20px;
      -webkit-transition: right 0.4s;
      transition: right 0.4s;
  }
  .hm_list {
      list-style-type: none;
      padding-top: 70px;
      padding-bottom: 70px;
      background-color: #64bbba;
      padding-left: 23%;
  }
  .hm_wrap {
      display: inline-block;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      padding: 20px;
      z-index: 10;
      background: #000000;
  }
  .twitter-logo img {
      width: 4em;
      position: fixed;
      right: 6em;
      top: 18px;
  }
  .english-btn img {
      width: 8em;
      position: fixed;
      right: 11em;
    }
}

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */


/* special
----------------------------------------------*/
.special{
    margin: 0 auto;
    width: 100%;
}
.special-ttl{
    text-align: center;
}
.special-ttl img {
    width: 28%;
    margin-top: -3.5%;
    position: relative;
    z-index: 2;
    margin-left: -7%;
}

p.detail {
    text-align: center;
    font-size: 1.1em;
}
.events-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.events-flex .pikup-event{
    border: 1px solid #000000;
    text-align: center;
    width: 26%;
    margin: 10px;
    font-size: 1.4em;
    padding: 20px 0 16px;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: flex-start;
}
.events-flex .event {
    border: 1px solid #000000;
    text-align: center;
    width: 26%;
    margin: 10px;
    font-size: 1.4em;
    padding: 20px 0 16px;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.events-flex .pikup-event {
    border: 1px solid #64bbba;
    padding: 0 0 16px 0;
}
.events-flex .pikup-event a {
  display: block;
  width: 100%;
}
.events-flex li a > p {
    padding: 0 5px 0 5px;
    margin-bottom: 0.7em;
    color: #000;
}
.events-flex li:hover {
    opacity: 0.5;
}
img.contest{
    width: 100%;
}
.pikup-ev-list p {
    font-weight: 600;
    text-align: left;
    margin-bottom: 2px;
    padding-right: 5px;
    color: #000;
}
.pikup-ev-text {
}
.pikup-event p img{
    width: 18px;
    text-align: center;
}
.pikup-ev-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pikup-ev-text {
  color:#000;
  font-weight: 600;
  margin-left: 10px;
  width: calc(100% - 10px);
}
.pikup-ev-text img {
    padding: 6px 5px;
    width: 100%;
}
.pikup-ev-text img.num {
  width: 1.2em;
  vertical-align: middle;
}
.pikup-ev-text > span {
    padding: 5px;
    width: calc(100% - 3em);
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.pikup-ev-list span span,
.event span {
    color: #ac9269;
}
.event-ttl{
    font-size: 1.6em;
    font-weight: bold;
}
.summary {
    font-size: 0.9em;
    line-height: 16px;
    letter-spacing: 2px;
}
.event-parts{
    width: 23%;
    margin: 6px 0 12px;
}
.event-date{
    font-size: 0.9em;
}
.events-flex li a > p.event-date-txt{
    font-size: 1.4em;
    margin-bottom: 0;
    line-height: 22px;
    letter-spacing: 1.15px;
    font-weight: 600;
}

/* 1024px以下 */
@media (max-width: 1024px){
    .events-flex .pikup-event,
    .events-flex .event {
        width: 31%;
    }
}

@media (max-width: 768px){
    .special-ttl img {
        width: 50%;
        margin-top: 10%;
        position: relative;
        z-index: 2;
    }
    .special {
        margin: 40% auto 0;
    }
    .events-flex .pikup-event,
    .events-flex .event {
        text-align: center;
        width: 46%;
        margin: 10px;
        font-size: 1.4em;
    }
    .title_news img {
        width: 38%;
    }
}

@media (max-width: 600px){
  .special-ttl img {
    width: 72%;
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-left: -14%;
  }
  .events-flex .pikup-event{
    display: unset;
    justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
    width: 80%;
    margin: 5px;
  }
  .events-flex .event {
    border: 1px solid #000000;
    text-align: center;
    width: 80%;
    margin: 20px 0;
    font-size: 1.4em;
  }
}
@media (max-width: 400px){
    .event-ttl{
        font-size: 5.2vw;
    }
    .summary {
        font-size: 3vw;
    }
}

/* news
----------------------------------------------*/
.news{
    text-align: center;
    padding: 3% 10% 5% 10%;
  }
.title_news img{
    width: 15%;
    margin: 1% 0 20px;
}
.news-btn {
    background-color: #997a9c;
    color: #f4a2c4;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.6em;
    font-family: '源ノ角ゴシック JP';
}
.news-content {
    display: inline-flex;
    width: 80%;
    font-size: 1.4em;
    color: #600c2e;
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    padding: 20px 20px 16px;
    border: 1px solid #64bbba;
}
.special .down-arrow {
    text-align: center;
    /* color: #64bbba; */
    /* font-size: 2.5em; */
    /* transform: scaleX(3); */
}
@media (max-width: 768px){
  .special .down-arrow {
    margin-top: 20px;
  }
}
.special .down-arrow:before {
    content: "";
    display: inline;
    /* background-color: #64bbba; */
    width: 40px;
    height: 20px;
    margin: auto;
    border-top: 20px solid #64bbba;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

@media (max-width: 768px){
  .news-content iframe {
    /* iphone系の幅解釈のバグ対応 */
    width: 1000px !important;
  }
}
.news-date {
    font-size: 1.2em;
    letter-spacing: 2px;
    padding-left: 3%;
}
.news-text {
    width: 90%;
    text-align: left;
    font-weight: bold;
    padding-left: 6%;
}
.news-btn-p {
    margin-top: 60px;
}
@media (max-width: 768px){
  .title_news img {
    width: 38%;
  }
}


/*----
右バナー
----------------------*/

a.roght-banner01 {
    position: fixed;
    bottom: 11.5vw;
    right: 0;
    width: 5.3%;
    z-index: 999;
}

.roght-banner01 img {
    width: 100%;
}

a.roght-banner02 {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 4%;
    z-index: 999;
}

.roght-banner02 img {
    width: 100%;
}

@media (max-width: 768px){
  a.roght-banner01 {
    right: 0;
    width: 50px;
    bottom: 11em;
  }
  a.roght-banner02 {
    right: 0;
    width: 39px;
  }
}

/* 50years
---------------------------------------------*/

.takemiya-50years {
    background-color: #000000;
    color: #FFFFFF;
    padding: 20% 0 30% 0;
    margin: 5% 0 0 0;
    font-size: 1.2em;
    background-image: url(../img/bg_cloud.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.kazeto{
    text-align: center;
}
.kazeto img {
    width: 22%;
}
.explain-50years {
    line-height: 3em;
    padding: 0 0 30% 0;
    text-align: center;
}

.explain-50years h3 {
      font-size: 2em;
      font-weight: bold;
}
@media (max-width: 768px){
  .explain-50years h3 {
    font-size:1.7em;
  }
}
.explain-txt {
      margin: auto;
      max-width: 600px;
      text-align: left;
      line-height: 30px;
      font-size: 1.2em;
}

@media (max-width: 768px){
  .kazeto img {
      width: 24%;
  }
  .takemiya-50years {
      padding-bottom: 36%;
  }
  .explain-50years {
      margin: 0 5%;
      line-height: 3em;
      padding: 0 0 15% 0;
  }
}
@media (max-width: 480px){
  .explain-50years {
    margin: 0 40px;
  }
}
/*
雲の背景画像------------------*/
.kumo-bg{
  margin-top: -46%;
}

.kumo-top img {
    width: 100%;
    margin-bottom: -18%;
}
.kumo-bottom img {
    width: 100%;
    margin-top: -87.6%;
}
@media (max-width: 768px){
  .kumo-bg {
    margin-top: -40%;
  }
}

/*本編の見どころ
---------------------------------------*/

.highlight{
    margin: 0 auto;
    width: 100%;
    font-size: 1.4em;
    margin-top: -12%;
    background-image: url(../img/bg_ptn.jpg);
    background-repeat: repeat;
    padding-bottom: 6%;
    overflow: hidden;
}
.highlight h3 {
    font-size: 2.3em;
    font-weight: inherit;
    margin: 1% 0 3% 0;
    letter-spacing: -0.5px;
}

.title-highlight{
    text-align: center;
    margin: 10% 0 5%;
}
.title-highlight img {
    width: 263px;
}
.chapter{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: auto;
    margin-bottom: 8%;
    max-width: 980px;
}
.chapter .chapter-ttl {
    width: 63%;
    padding-right: 3%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width:480px){
  .chapter .chapter-ttl{
    padding-left: 40px;
    padding-right: 40px;
  }
}
.chapter .chapter-ttl img,
.chapter .chapter-ttl-2 img {
    width: 5em;
}
.chapter p {
    line-height: 24px;
    text-indent: 1em;
    text-align: justify;
}
.chapter p a {
  color: #000;
  text-decoration: underline;
}
.chapter img.p-photo {
    width: 96%;
    padding-top: 9%;
    margin-left: 2%;
    display: table-cell;
}
.chapter .img-cap {
    margin-top: 10px;
    display: inline-block;
    font-size: 0.9em;
    width: 100%;
}
.chapter .chapter-ttl-2 {
    width: 77%;
    padding-right: 2%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}
@media(max-width:480px){
  .chapter .chapter-ttl-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.chapter img.p-photo2{
    width: 94%;
    display: table-cell;
    margin-left: 3%;
}
.chapter .chapter-ttl-2 .img-cap {
    width: 95%;
}

@media (max-width: 768px){
  .chapter {
      display: block;
      margin: 2% auto 20%;
      text-align: center;
  }
  .chapter p {
      text-align: left;
  }
  .chapter-ttl {
      width: auto;
      padding-right: 0;
      margin-bottom: 5%;
    }
  img.p-photo {
      width: 100%;
      height: 100%;
      margin-bottom: 5%;
  }
  .chapter-ttl-2 {
      width: auto;
      margin-right: 0;
      margin-bottom: 5%;
  }
  img.p-photo2 {
      width: 100%;
      margin-bottom: 5%;
      padding-top: 9%;
  }
}

/*グッズ
-------------------*/
.goods{
    background-image: url(../img/bg_goods.jpg);
    background-size: cover;
    position: relative;
    padding-bottom: 6%;
}
.goods .title-goodst {
    text-align: center;
    display: block;
    padding: 6% 0 4% 0;
    margin: 0;
}
.goods .title-goodst img {
    width: 124px;
}
.goods .goods-list {
    text-align: center;
    position: relative;
}
.goods .goods-list li img {
    width: 40%;
    margin: auto;
}
.goods .description {
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    margin: 30px 0;
}
@media(max-width:768px){
  .goods .description {
    margin: 30px 40px;
  }
}
.goods .prace {
    display: block;
    margin: 12px 0;
    font-weight: normal;
    font-size: 0.9em;
}
.goods .prace-attention {
    font-weight: normal;
    font-size: 1em;
    color: #ccc;
    display: block;
    margin: 5px 0;
}
.goods .img-cap {
    font-size: 0.9em;
    padding-top: 10px;
    display: inline-block;
}
.goods .all-goods {
    border: 1px solid #fff;
    color: #fff;
    width: 65%;
    margin: auto;
    padding: 30px;
    border-radius: 12px;
    font-size: 1.4em;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content: center;
}
.goods .goods-item a {
    color: #fff;
}
.goods .goods-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

.goods .remarks {
  color: #fff;
  width: 65%;
  margin: auto;
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.goods .remarks li {
  text-indent: -0.5em;
}
.goods .remarks li::before {
  content: "*";
  margin-right: 0.3em;
}
.slash {
    padding: 0 1em;
}

/* スライダー */
.slick-slide {
    outline:none;
}
.slick-prev,
.slick-next {
    z-index: 5;
    top: 37%;
    display: block;
    width: 43px;
    height: 50px;
}
.slick-prev {
    left: 22%;
}
.slick-next {
    right: 22%;
}

.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 43px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-prev::before {
    background-image: url(../img/arrow_left.png);
}
.slick-next::before {
    background-image: url(../img/arrow_right.png);
}
.slider img {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: opacity 0.5s;
}
.slick-initialized img {
    opacity: 1;
}

@media(max-width: 1000px){
    /* スライダー */
    .slick-prev,
    .slick-next {
        top: 29%;
    }
    .slick-prev:before,
    .slick-next:before {
        width: 43px;
        height: 50px;
    }
}
@media(max-width: 768px){
    .goods .all-goods {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .goods .goods-item {
        margin: 16px 0;

    }
    .goods .goods-item a {
        line-height: 18px;
        display: block;
    }
    .slash {
        display: none;
    }
    /* スライダー */
    .goods .goods-list li img {
        width: 50%;
        height: auto;
    }
    .slick-prev,
    .slick-next {
        top: 20vw;
    }
    .slick-prev:before,
    .slick-next:before {
        width: 43px;
        height: 50px;
    }
    .slick-next {
        right: 14%;
    }
    .slick-prev {
        left: 14%;
    }
}
@media(max-width: 480px){
    /* スライダー */
    .slick-prev,
    .slick-next {
        top: 19vw;
    }
    .slick-prev:before,
    .slick-next:before {
        width: 31px;
        height: 36px;
    }
    .slick-next {
        right: 10%;
    }
    .slick-prev {
        left: 13%;
    }
}

/*インフォメーション
-----------------------*/
.infomation {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5% 5% 10%;
  font-size: 1.2em;
}

.infomation span{
    color: #9c7e57;
}
.information-title img {
    width: 250px;
    margin: 0 0% 3% 50%;
}
.infomation .infomation-explain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    align-items: flex-end;
}
.infomation .infomation-explain p {
    width: 48%;
    margin-right: 2%;
}
.infomation .infomation-explain img {
    width: 90%;
}
.infomation .table-explain {
     width: 50%;
}
.infomation .table-explain tr {
    margin-bottom: 20px;
    display: block;
}
.infomation .table-explain th{
    width: 110px;
    text-align: left;
    font-size: 1.2em;
    vertical-align: top;
    letter-spacing: 1px;
    line-height: 24px;
}
.infomation .table-explain td{
    font-size: 1.2em;
    line-height: 24px;
    letter-spacing: 1px;
}
.infomation .contact-name {
    margin-bottom: -14px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
    display: block;
}
 .comments {
    color: #9c7e57;
}
table.table-explain a {
    color: #ac9269;
    letter-spacing: 0;
}
table.table-explain a:hover {
    text-decoration: underline;
    opacity: 1;
}
@media(max-width: 768px){
    .infomation .infomation-explain {
      display: block;
    }
    .infomation .infomation-explain p {
      width: 100%;
    }
    .infomation .infomation-explain img {
      width: 100%;
    }
    .infomation .table-explain {
      width: 100%;
    }
    p.information-title {
      text-align: center;
    }
    .information-title img {
      width: 50%;
      margin: 0;
    }
    .infomation .table-explain th {
      width: 85px;
    }
}
@media(max-width: 480px){
  .information-title img {
    width: 60%;
  }
  .infomation {
      background-color: #000000;
      color: #FFFFFF;
      padding: 5% 40px;
      font-size: 1.2em;
  }
}

/*Profile
-------------*/
.profile{
    background-image: url("../img/bg.jpg");
    color: #FFFFFF;
    background-size: 100%;
}
.profile span {
    font-size: 0.5em;
}

.profile-cont {
display: inline-flex;
    margin: 7% 14% 13%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.title-profile {
    width: 25%;
    height: 25%;
    margin-right: 5%;
    margin-bottom: 8%;
}
.profile-text img {
    width: 250px;
    margin-bottom: 10px;
}
.profile-text h2 {
    font-size: 4em;
    font-weight: initial;
    margin: 0% 0 7% 0;
}
.profile-text p {
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
}
.profile span{
    font-size: 0.5em;
}
@-moz-document url-prefix() {
  .profile-cont {
    display: inline-flex;
    margin: 7% 14% 13%;
    align-items: center;
  }
  .title-profile {
    width: 174%;
    height: 25%;
    margin-right: 5%;
    margin-bottom: 3%;
  }
}

@media(max-width: 768px){
    .profile-text img {
      width: 225px;
    }
    .profile-cont {
      display: block;
      margin: 0 5%;
      text-align: center;
      padding: 10% 0;
    }
    .title-profile {
      width: 50%;
      margin-right: 0;
    }
    .profile-text h3 {
      font-size: 3em;
      font-weight: initial;
      margin-top: 95%;
    }
    .profile span {
      display: block;
    }
}
@media(max-width: 480px){
  .profile-cont {
    margin: 0 40px;
  }
}
/*-- footer-----*/
footer{
  text-align: center;
  background-color: #000000;
}
.footer-logo{
  width: 22%;
  margin: 40px 0 25px 0;
}
.footer-twitter{
  width: 3%;
}
img.footer-twitter {
    display: block;
    margin: auto;
}
.footer-nav {
  display: -webkit-inline-box;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 40px;
  margin-top: 25px;
}

.footer-nav a{
  color: #FFFFFF;
  text-decoration:none;
}
.footer-nav a:hover{
  font-weight: bold;
}
.footer-nav p{
  padding:0 20px;
}
.copyright{
  background-color: #FFFFFF;
  padding: 10px 0;
}

@media(max-width: 768px){
  .footer-logo {
    width: 54%;
    margin: 20px 0 10px 0;
  }
  .footer-twitter {
    width: 6%;
  }
  .footer-twitter {
    width: 6%;
  }
}

/* IE11 */
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body {
        overflow-x: hidden
    }
    .events-flex .pikup-event {
        text-align: left;
    }
    img.contest {
        max-width: 380px;
    }
    .pikup-ev-text > span {
        max-width: 305px;
    }
    .footer-nav p {
        display: inline-block;
    }
    .profile-text {
        width: 70%;
    }
}


/* イベントステータス */
.events-flex li {
  position: relative;
}
.events-flex li .status {
  display: block;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.events-flex li.accepting .status {
  color: #349D92;
}
.events-flex li.accepted .status {
  color: #ff0000;
}
.events-flex li.finished .status {
  color: #ff0000;
}
.events-flex li.finished::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
