@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-display: swap;
  src: url("../font/Futura-Medium-01.ttf") format("truetype");
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  margin: 0;
  color: #000;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outerBlock {
  overflow: hidden;
}

.innerBlock {
  margin: 0 auto;
  position: relative;
}

#wrapper {
  position: relative;
  padding: 0;
}

.pc {
  display: block !important;
}

.pcIb {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.spIb {
  display: none !important;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  html {
    position: relative;
  }
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  .outerBlock {
    min-width: 37.5rem;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 37.5rem;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  a,
  a:before,
  a:after,
  input[type=submit],
  button[type=submit] {
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  input[type=submit]:hover,
  button[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  body {
    min-width: 37.5rem;
  }
}

.innerBlock {
  max-width: 120rem;
}
@media screen and (max-width: 960px) {
  .innerBlock {
    padding: 0 2rem;
  }
}

/*------------------------------------------------------------------------------
    一覧
------------------------------------------------------------------------------*/
#archive {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5rem;
}
@media screen and (max-width: 960px) {
  #archive {
    display: block;
    padding: 5rem 2rem 0;
  }
}
#archive .sideMenu {
  width: 28rem;
  margin-right: 3rem;
  border: solid 4px #000;
  padding: 2rem;
  font-size: 1.4rem;
}
#archive .sideMenu .keyword label {
  font-weight: bold;
}
#archive .sideMenu .keyword input {
  width: 100%;
  border: solid 1px #666;
}
#archive .sideMenu .trend {
  margin: 2rem auto;
  background-color: #F4F4F4;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
#archive .sideMenu .category, #archive .sideMenu .year {
  margin-bottom: 2rem;
}
#archive .sideMenu .category .ttl, #archive .sideMenu .year .ttl {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#archive .sideMenu .category select, #archive .sideMenu .year select {
  width: 100%;
  padding: 0.8rem;
  appearance: auto;
  font-size: 1.4rem;
}
#archive .sideMenu .searchBtn {
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 960px) {
  #archive .sideMenu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
#archive .main {
  width: 100%;
}
#archive .main .contentsTtl {
  margin-bottom: 4.5rem;
}
#archive .main .contentsTtl h2 {
  font-size: 4rem;
  font-weight: bold;
  display: inline-block;
}
#archive .main .contentsTtl h2 span {
  display: block;
  font-size: 1.2rem;
}
#archive .main .contentsTtl .count {
  display: inline-block;
  margin-left: 5.5rem;
}
#archive .main .contentsList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1%;
}
#archive .main .contentsList a.contentsItem {
  width: 19%;
  margin-bottom: 2rem;
}
#archive .main .contentsList a.contentsItem .img {
  margin-bottom: 2rem;
}
#archive .main .contentsList a.contentsItem .img img {
  width: 27.8rem;
  height: 15.4rem;
  object-fit: cover;
}
#archive .main .contentsList a.contentsItem .txt .ttl {
  font-weight: bold;
}
#archive .main .contentsList a.contentsItem .txt .tag {
  color: #CCC;
  font-size: 1.4rem;
  margin: 1rem auto;
}
#archive .main .contentsList a.contentsItem .txt .date {
  font-size: 1rem;
  color: #666;
}
@media screen and (max-width: 960px) {
  #archive .main .contentsTtl {
    margin-bottom: 3rem;
  }
  #archive .main .contentsTtl h2 {
    font-size: 3rem;
    display: block;
  }
  #archive .main .contentsTtl .count {
    display: block;
    margin: 2rem auto;
  }
  #archive .main .contentsList {
    gap: 2%;
  }
  #archive .main .contentsList a.contentsItem {
    width: 49%;
  }
  #archive .main .contentsList a.contentsItem .img {
    margin-bottom: 1rem;
  }
  #archive .main .contentsList a.contentsItem .img img {
    width: 16.3rem;
    height: 9rem;
    object-fit: cover;
  }
  #archive .main .contentsList a.contentsItem .txt .ttl {
    font-size: 1.4rem;
  }
  #archive .main .contentsList a.contentsItem .txt .tag {
    font-size: 1.2rem;
    margin: 0.7rem auto;
  }
}

/*------------------------------------------------------------------------------
    記事
------------------------------------------------------------------------------*/
#article {
  margin: 10rem auto;
}
@media screen and (max-width: 960px) {
  #article {
    margin: 3rem auto;
  }
}
#article .innerBlock .articleBox {
  max-width: 100rem;
  margin: 0 auto;
  border: solid 1px #707070;
  padding: 5rem;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox {
    padding: 0;
    border: none;
  }
}
#article .innerBlock .articleBox .date {
  color: #707070;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 3rem;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .date {
    font-size: 1.2rem;
  }
}
#article .innerBlock .articleBox .category {
  color: #CCC;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .category {
    font-size: 1.4rem;
  }
}
#article .innerBlock .articleBox .newsTitle {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 2rem auto 5rem;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .newsTitle {
    font-size: 2rem;
    margin: 1.5rem auto;
  }
}
#article .innerBlock .articleBox .mainImg {
  margin-bottom: 5rem;
}
#article .innerBlock .articleBox .mainImg img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .mainImg {
    margin-bottom: 1.5rem;
  }
}
#article .innerBlock .articleBox .mainText {
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .mainText {
    margin-bottom: 1.5rem;
  }
}
#article .innerBlock .articleBox .createBox span {
  font-size: 1.4rem !important;
}
#article .innerBlock .articleBox .cv {
  margin: 0 auto 5rem;
  padding: 3rem;
  border: solid 1px #000;
  text-align: center;
}
#article .innerBlock .articleBox .cv .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#article .innerBlock .articleBox .cv .btnWrap {
  display: flex;
  gap: 3rem;
}
#article .innerBlock .articleBox .cv .btnBox {
  display: inline-block;
  width: 100%;
  border: solid 4px #000;
}
#article .innerBlock .articleBox .cv .btnBox a {
  display: block;
  padding: 3rem;
  font-weight: bold;
  border: solid 5px #F4F4F4;
  color: #000;
  text-decoration: none;
}
#article .innerBlock .articleBox .cv .btnBox:first-child {
  margin: 0;
}
#article .innerBlock .articleBox .cv .btnBox:first-child a {
  background-color: #58FFC5;
}
#article .innerBlock .articleBox .cv .btnBox:last-child a {
  background-color: #FFFF80;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .cv {
    margin-bottom: 2rem;
    padding: 2rem;
  }
  #article .innerBlock .articleBox .cv .ttl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  #article .innerBlock .articleBox .cv .btnWrap {
    display: block;
  }
  #article .innerBlock .articleBox .cv .btnBox {
    border: solid 6px #000;
    width: 100%;
  }
  #article .innerBlock .articleBox .cv .btnBox a {
    padding: 2rem;
    border: solid 4px #F4F4F4;
  }
  #article .innerBlock .articleBox .cv .btnBox:first-child {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
#article .innerBlock .articleBox .pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#article .innerBlock .articleBox .pager a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#article .innerBlock .articleBox .pager .prev, #article .innerBlock .articleBox .pager .next {
  font-size: 1.8rem;
  width: 30%;
}
#article .innerBlock .articleBox .pager .prev {
  text-align: left;
}
#article .innerBlock .articleBox .pager .next {
  text-align: right;
}
#article .innerBlock .articleBox .pager .all {
  width: 30%;
  background-color: #E0E0E0;
  border-radius: 5px;
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #article .innerBlock .articleBox .pager .prev, #article .innerBlock .articleBox .pager .next {
    font-size: 1.4rem;
    width: 15%;
  }
  #article .innerBlock .articleBox .pager .all {
    width: 60%;
    padding: 1.5rem;
  }
}
#article .operateStoreTitle {
  margin: -3rem 0 5rem;
  padding-top: 2rem;
  border-top: 1px dashed #ccc;
}
#article .operateStoreTitle .name {
  font-size: 1.6rem;
  font-weight: bold;
}
#article .operateStoreBox {
  margin-bottom: 3rem;
}
#article .storeTitle {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 3px #000;
}
#article .storeList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#article .storeList a {
  color: rgb(3, 111, 173);
}
@media screen and (max-width: 960px) {
  #article .operateStoreTitle {
    margin: 0 0 3rem;
    padding-top: 1.5rem;
  }
  #article .operateStoreTitle .name {
    font-size: 1.4rem;
  }
  #article .storeTitle {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  #article .storeList a {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=news.css.map */
