@charset "UTF-8";
/* ================================================================================ */
/*      0.共通                                                              */
/* ================================================================================ */
html {
  overflow-y: scroll;
}

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  background-color: #f90;
}

img {
  border: none;
}

.ilb,
.dib {
  display: inline-block;
}

h1 a {
  display: block;
  text-indent: -9999px;
}

.imgBox .imgBoxUl {
  position: relative;
}
.imgBox a.linkSite {
  display: block;
  position: relative;
  background-color: #fff;
}
.imgBox a.linkSite .img {
  position: relative;
}
.imgBox a.linkSite .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 101%;
  background: url(../img/bg_whiteframe.png) no-repeat left top;
  background-size: cover;
  z-index: 2;
}
.imgBox a.linkSite .img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}
.imgBox a.linkSite div {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 8;
}
.imgBox a.linkSite p {
  color: #808080;
}
.imgBox a.linkSite h3 {
  color: #f90;
  font-weight: bold;
  background: url(../img/icon_sq.gif) no-repeat left center;
}
.imgBox .slick-prev,
.imgBox .slick-next {
  width: 25px;
  height: 100%;
}
.imgBox .slick-prev::before,
.imgBox .slick-next::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  transform: rotate(45deg);
}
.imgBox .slick-prev::before {
  border-top-color: transparent;
  border-right-color: transparent;
}
.imgBox .slick-next::before {
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.contents_menu a {
  display: block;
  color: #ca4;
  padding: 2px 0 2px 1.5em;
  background: url(../img/icon_tri.gif) no-repeat 3px 6px;
}
.contents_menu a.current {
  background-color: #ffb240;
  color: #fff;
}

.copyright {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.65);
  font-weight: normal;
  letter-spacing: 1px;
}

@media screen and (max-width: 979px) {
  /* ----------------------------------------------------------------------------- */
  /* -----メイン------------------------------------------------------ */
  .main {
    background: #FFC039 url(../img/bg_sp.jpg) center top;
  }
  h1 a {
    margin: 0 auto;
    width: 160px;
    height: 160px;
    background: url(../img/logo_yy.png) no-repeat center center;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----コンテンツ---------------------------------------------- */
  .contents {
    z-index: 2;
  }
  .imgBox {
    margin: 0 auto;
    width: 85%;
  }
  .imgBox .imgBoxUl {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .imgBox .imgBoxUl.slick-initialized {
    opacity: 1;
  }
  .imgBox a.linkSite {
    padding-bottom: 6.5em;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .imgBox a.linkSite .img {
    height: 0;
    padding-bottom: 63.9%;
    border-radius: 10px;
  }
  .imgBox a.linkSite .img img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .imgBox a.linkSite div {
    bottom: 15px;
    padding: 0 15px;
    line-height: 18px;
  }
  .imgBox a.linkSite h3 {
    padding: 0 0 8px 15px;
    font-size: 15px;
    line-height: 1.25;
    background-position: left 5px;
  }
  .contents_menu {
    position: fixed;
    right: -100%;
    top: 0;
    width: 72%;
    height: 100%;
    z-index: 50;
    transition: right 1s;
  }
  .contents_menu.active {
    right: 0;
  }
  .contents_menu ul {
    padding-top: 46px;
    width: 120%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    overflow-y: scroll;
  }
  .contents_menu a {
    padding: 6px 0 6px 2em;
    background-position: 0.5em center;
    border-bottom: 1px solid #ffb240;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----スマホメニュー------------------------------------------------- */
  .btn_sp_menu {
    position: fixed;
    right: 16px;
    top: 16px;
    width: 42px;
    height: 42px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #f90;
    cursor: pointer;
    z-index: 80;
  }
  .btn_sp_menu p span, .btn_sp_menu p::before, .btn_sp_menu p::after {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 4px;
    background-color: #f90;
    border-radius: 2px;
  }
  .btn_sp_menu p span {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
  .btn_sp_menu p::before, .btn_sp_menu p::after {
    content: "";
    transform: translateX(-50%);
  }
  .btn_sp_menu p::before {
    transform: translateX(-50%) translateY(-9px);
  }
  .btn_sp_menu p::after {
    transform: translateX(-50%) translateY(5px);
  }
  .btn_sp_menu.active p span, .btn_sp_menu.active p::before, .btn_sp_menu.active p::after {
    transition: 1s;
  }
  .btn_sp_menu.active p span {
    opacity: 0;
  }
  .btn_sp_menu.active p::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .btn_sp_menu.active p::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .bg_sp_menu {
    position: fixed;
    left: 150%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30;
    transition: opacity 1s;
    opacity: 0;
  }
  .bg_sp_menu.active {
    left: 0;
    opacity: 0.5;
  }
  .tree {
    position: relative;
    z-index: 5;
    margin-top: -25px;
    overflow: hidden;
  }
  .tree img {
    margin-left: 40px;
    width: 100%;
    height: auto;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----フッター・スマホメニュー------------------------------------------------- */
  .footer {
    margin: 0 auto;
    padding: 10px 0 7px;
  }
  .copyright {
    text-align: center;
    font-size: 8px;
  }
}
@media screen and (min-width: 780px) and (max-width: 980px) {
  .imgBox a.linkSite {
    padding-bottom: 3.5em;
  }
  .imgBox a.linkSite div {
    font-size: 120%;
    line-height: 21px;
  }
}
@media screen and (min-width: 980px) {
  /* ----------------------------------------------------------------------------- */
  /* -----メイン------------------------------------------------------ */
  .main {
    min-width: 1000px;
    height: 870px;
    background: #ffc039 url(../img/bg_pc.jpg) no-repeat center bottom;
  }
  .main_container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 930px;
    height: 870px;
  }
  h1 {
    margin: 114px 0 0 39px;
  }
  h1 a {
    width: 120px;
    height: 120px;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----コンテンツ---------------------------------------------- */
  .contents {
    width: 610px;
    height: 870px;
  }
  .imgBox {
    margin-top: 114px;
  }
  .imgBox .imgBoxUl {
    height: 390px;
    overflow: hidden;
  }
  .imgBox .imgBoxUl.slick-initialized {
    overflow: visible;
  }
  .imgBox a.linkSite {
    height: 390px;
  }
  .imgBox a.linkSite div {
    bottom: 20px;
    padding: 0 20px;
  }
  .imgBox a.linkSite h3 {
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 16px;
  }
  .imgBox a.linkSite:hover h3 {
    color: #f60;
  }
  .imgBox a.linkSite:hover span {
    color: #555;
  }
  .contents_menu {
    margin-top: 26px;
    width: 558px;
  }
  .contents_menu ul {
    margin-left: -3px;
    line-height: 1.5;
    height: 140px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contents_menu ul li {
    margin-right: 20px;
    width: 166px;
  }
  .contents_menu a:hover {
    background-color: #ffb240;
    color: #fff;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----スマホメニュー------------------------------------------------- */
  .btn_sp_menu,
.bg_sp_menu,
.tree {
    display: none;
  }
  /* ----------------------------------------------------------------------------- */
  /* -----フッター------------------------------------------------- */
  .footer {
    margin: 0 auto;
    height: 138px;
    width: 930px;
  }
  .copyright {
    padding: 39px 0 0 316px;
    letter-spacing: 1px;
  }
}