@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', sans-serif;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
  .pcNone {
    display: none; } }

@media screen and (max-width: 999px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 1000px) {
  .spNone {
    display: block; } }

@media screen and (max-width: 999px) {
  .spNone {
    display: none; } }



/* ---------------------------------------------------
whim_menu
--------------------------------------------------- */
#whim_menu {
    letter-spacing: 1.5px;
    font-feature-settings: "palt";
  }
  @media screen and (min-width: 1000px) {
    #whim_menu {
      font-size: 12px;
      line-height: 18px;
    }
  }
  @media screen and (max-width: 999px) {
    #whim_menu {
      font-size: 12px;
      line-height: 18px;
    }
  }
  #whim_menu a {
    text-decoration: none;
    color: #000;
    display: block;
  }
  #whim_menu img {
    width: 100%;
    vertical-align: middle;
  }
  #whim_menu #header {
    width: 100%;
  }
  @media screen and (min-width: 1000px) {
    #whim_menu #header {
      height: 120px;
      padding: 0 50px;
      position: fixed;
      top: 0;
    }
  }
  @media screen and (min-width: 1000px) {
    #whim_menu #header .online {
      width: 15%;
      position: absolute;
      left: 4%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media screen and (max-width: 999px) {
    #whim_menu #header .online {
      width: 32%;
      position: fixed;
      z-index: 1;
      top: 30px;
      left: 20px;
    }
  }
  @media screen and (min-width: 1000px) {
    #whim_menu #header .back {
      border-bottom: 1px solid #000;
      font-size: 13px;
      position: absolute;
      right: 4%;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media screen and (max-width: 999px) {
    #whim_menu #header .back {
      border-bottom: 1px solid #000;
      position: fixed;
      z-index: 1;
      right: 10px;
      top: 30px;
    }
  }

 
  /* loading
  --------------------------------------*/
  #loader-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #FFF;
    z-index: 1;
    z-index: 99999;
  }
  #loader-bg #loading {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (min-width: 1000px) {
    #loader-bg #loading {
      width: 100%;
      margin: auto;
      height: 100%;
    }
  }
  @media screen and (max-width: 999px) {
    #loader-bg #loading {
      width: 100%;
      margin: auto;
      height: 100%;
    }
  }
  @media screen and (min-width: 1000px) {
    #loader-bg #loading div {
      width: 20%;
      margin: auto;
    }
  }
  @media screen and (max-width: 999px) {
    #loader-bg #loading div {
      width: 40%;
      margin: auto;
    }
  }
/* ---------------------------------------------------
FOUT対策
--------------------------------------------------- */
html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
/* ---------------------------------------------------
common
--------------------------------------------------- */
.min {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
}
.go {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.lato {
  font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', sans-serif;
}
/* ---------------------------------------------------
Title
--------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .title {
    padding-top: 150px;
  }  
}
@media screen and (max-width: 999px) {
  .title {
    padding-top: 120px;
  }  
}
@media screen and (min-width: 1000px) {
  .title h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
  }  
}
@media screen and (max-width: 999px) {
  .title h1 {
    font-size: 22px;
    text-align: center;
  }  
}
.title .nav {
  margin: 50px auto;
}
.title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}
.title ul li {
  width: 32%;
  padding: 16px 0;
  margin: 2px;
  background: #f1f1f1;
  transition: .2s all ;
  display: grid;
  place-items: center;
}
.title ul li:hover {
  background:#d5d8e7;
  background: #e8e3d3;
}

.title ul li a {
  text-decoration: none;
  color: #000;
}
.tab.is-active{
  background: #e8e3d3;
  color:#FFF;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 1000px) {
  .title .nav {
    max-width: 700px;
    margin: 50px auto;
  }
  .title ul {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .title ul li {
    padding: 20px 0 16px;
  }
}
/* ---------------------------------------------------
img_wrap
--------------------------------------------------- */
.img_wrap {
  margin: 1%;
}
.img_wrap .banner_outer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_wrap .banner_wrap {
  width: 49%;
  margin-bottom: 14px;
}
.img_wrap .banner_wrap a {
  text-decoration: none;
  color: #000;
  transition: .2s all;
}
.img_wrap .banner_wrap:hover,
.img_wrap .banner_wrap a:hover {
  opacity: .7;
}
.img_wrap .banner_wrap img {
  width: 100%;
}
.img_wrap .banner_wrap .text_wrap {
  margin: 4px auto;
}
.img_wrap .banner_wrap .tag {
  display: inline-block;
  background: #e8e3d3;
  font-size: 10px;
  padding: 3px 6px;
  color: #707070;
}
.img_wrap .banner_wrap .date {
  display: inline-block;
  color: #707070;
  font-size: 10px;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .img_wrap .banner_wrap .f_title {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 4px;
  }
}
@media screen and (max-width: 999px) {
  .img_wrap .banner_wrap .f_title {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    margin: 4px;
  }
}

/* ソート */

.list li:nth-child(even){
 margin-right: 0;
}
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
@media screen and (min-width: 1000px) {
  .img_wrap .banner_wrap {
    width: 32.5%;
    margin: 4px 4px 20px;
  }
  .img_wrap .banner_outer {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    justify-content: start;
    }
  }
  .img_wrap .banner_wrap .text_wrap {
    margin: 10px 6px;
  }
  .img_wrap .banner_wrap .f_title {
    margin: 8px auto;
  }
/* ---------------------------------------------------
footer
--------------------------------------------------- */
footer {
  background: #ececec;
  padding: 40px 0 20px;
}
footer img {
  width: 20%;
  height: auto;
  display: block;
  text-align: center;
  margin: auto;
}
footer p {
  text-align: center;
  margin-top: 40px;
  font-size: 10px;
}
@media screen and (min-width: 1000px)  {
  footer {
    padding: 70px 0 30px;
  }
  footer p {
    font-size: 12px;
  }
  footer img {
    width: 7%; 
  }
  
}
