/* css_name constants */
/* color constants */
/* ---pc--- */
/* ---sp--- */
/* ---percent--- */
* {
  padding: 0;
  margin: 0;
  min-height: inherit;
  min-width: inherit;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

[type="hidden"]:focus,
[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="date"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="time"]:focus,
[type="datetime-local"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

p {
  margin: 0;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
  transition: transform .6s ease;
}

a:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

a img {
  transition: 0.3s;
  cursor: pointer;
}

a img:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #404040;
}

main {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  main {
    justify-content: flex-start;
    flex-direction: column;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  main {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  main {
    margin-top: 15px;
  }
}

main>section {
  width: 830px;
}

@media screen and (max-width: 1080px) {
  main>section {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {

  #ranking,
  #new,
  #search {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {

  #ranking,
  #new,
  #search {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {

  #ranking,
  #new,
  #search {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {

  #ranking,
  #new,
  #search {
    padding-right: 12px;
  }
}

@media screen and (max-width: 1080px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .only-sp {
    display: flex !important;
  }
}

.both-sp-tablet {
  display: none !important;
}

@media screen and (max-width: 1080px) {
  .both-sp-tablet {
    display: flex !important;
  }
}

@media screen and (max-width: 750px) {
  .both-pc-tablet {
    display: none !important;
  }
}

.s-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 30px;
  width: 100%;
  border-bottom: 1px solid #9d9d9d;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 750px) {
  .s-title {
    justify-content: center;
  }
}

.s-title.no-mt {
  margin-top: 0;
}

.s-title>h1 {
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-right: 14px;
  color: #404040;
  font-weight: 700;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title>h1 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title>h1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title>h1 {
    margin-right: 9px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title>h1 {
    margin-right: 7px;
  }
}

.s-title>p {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  color: #e16a50;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .s-title>p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .s-title>p {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) {
  #search {
    flex-direction: column;
    width: 100%;
  }

  #search .direc--desc {
    padding: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}

@media screen and (max-width: 1080px) {
  .header {
    top: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .header {
    height: 70px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .header {
    height: 53px;
  }
}

.header__wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .header__wrap {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .header__wrap {
    padding-left: 12px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .header__wrap {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .header__wrap {
    padding-right: 12px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .header__wrap {
    height: 70px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .header__wrap {
    height: 53px;
  }
}

.header__logo img {
  width: 210px;
  display: block;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .header__logo img {
    width: 173px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .header__logo img {
    width: 130px;
  }
}

.header__menupc {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.header__menupc>li {
  margin-left: 30px;
}

.header__menupc>li>a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #404040;
  transition: all 0.2s ease;
}

.header__menupc>li>a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1080px) {
  #sp_header {
    display: none;
  }
}

.footer {
  background: #e16a50;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .footer {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .footer {
    margin-top: 12px;
  }
}

.footer__wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row;
  color: #ffffff;
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .footer__wrap {
    max-width: 750px;
  }
}

@media screen and (max-width: 750px) {
  .footer__wrap {
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__wrap {
    padding-left: 15px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__wrap {
    padding-left: 12px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__wrap {
    padding-right: 15px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__wrap {
    padding-right: 12px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__wrap {
    padding-top: 25px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__wrap {
    padding-top: 19px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__wrap {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__wrap {
    padding-bottom: 19px;
  }
}

.footer__logo img {
  width: 273px;
  display: block;
}

@media screen and (max-width: 1080px) {
  .footer__logo img {
    width: 180px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__logo img {
    width: 192px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__logo img {
    width: 144px;
  }
}

.footer__info {
  flex: 1;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .footer__info {
    flex-flow: column;
    width: 100%;
  }
}

.footer__info a {
  color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer__info a:hover {
  text-decoration: underline;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer__info--col {
  margin-left: 40px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1080px) {
  .footer__info--col {
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .footer__info--col {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col {
    margin-bottom: 15px;
  }
}

.footer__info--col dl {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .footer__info--col dl {
    margin-top: 0;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
}

.footer__info--col dl dt {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .footer__info--col dl dt {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .footer__info--col dl dt {
    font-size: 9px;
    line-height: 13px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col dl dt {
    width: 106px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col dl dt {
    width: 80px;
  }
}

.footer__info--col dl dd {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .footer__info--col dl dd {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1080px) and (max-width: 370px) {
  .footer__info--col dl dd {
    font-size: 9px;
    line-height: 19px;
    letter-spacing: 0px;
  }
}

.footer__info--col dl dd>a {
  display: block;
  color: #ffffff;
}

.footer__info--col dl dd>a:hover {
  opacity: 0.6;
}

.footer__info--col dl dd.link {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 5px;
}

.footer__info--col dl dd.link::before {
  content: "";
  background: url(./../images/icon_link.svg) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col dl dd.link::before {
    width: 18px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col dl dd.link::before {
    width: 14px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col dl dd.link::before {
    height: 18px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col dl dd.link::before {
    height: 14px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col dl dd.link::before {
    margin-right: 10px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col dl dd.link::before {
    margin-right: 8px;
  }
}

@media screen and (max-width: 750px) {
  .footer__info--col dl dd.link {
    width: 100%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__info--col dl dd.link {
    margin-top: 5px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__info--col dl dd.link {
    margin-top: 4px;
  }
}

.footer__info--col dl:last-child {
  margin-bottom: 0;
}

.footer__copyright {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0px;
  font-weight: 100;
  position: absolute;
  bottom: 50px;
  right: 0;
}

@media screen and (max-width: 1080px) {
  .footer__copyright {
    right: 15px;
  }
}

@media screen and (max-width: 750px) {
  .footer__copyright {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__copyright {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1080px) {
  .footer__copyright {
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.8px;
  }
}

@media screen and (max-width: 750px) and (max-width: 370px) {
  .footer__copyright {
    font-size: 6px;
    line-height: 9px;
    letter-spacing: 1px;
  }
}



/*========= ヘッダー ===============*/
.context {
  width: 100%;
  position: absolute;
  top: 55vh;
  transform: translateY(-50%);
  z-index: 100;
}

.context h1 {
  text-align: center;
  font-size: 66px;
  animation: color-change 5s linear infinite;
}

@media screen and (max-width: 520px) {
  .context {
    top: 43vh;
  }

  .context h1 {
    font-size: 35px;
  }
}

/* h1の色のアニメーション */

@keyframes color-change {
  0% {
    color: #000000;
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    color: #f4f2f0;
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-3deg);
  }

  100% {
    color: #000000;
    transform: rotate(0deg);
  }

}

.area {
  background: #f4f2f0;
  width: 100%;
  height: 100vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  left: -150px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 30%;
  animation: animate 10s linear infinite;
}

/* circles 設定 */
.circles li:nth-of-type(even) {
  width: 30px;
  height: 30px;
}

.circles li:nth-of-type(odd) {
  width: 50px;
  height: 50px;
}

/* circles */

.circles li:nth-child(1) {
  top: 25%;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  top: 10%;
  animation-delay: 11s;
}

.circles li:nth-child(3) {
  top: 70%;
  animation-delay: 3s;
}

.circles li:nth-child(4) {
  top: 40%;
  animation-delay: 18s;
}

.circles li:nth-child(5) {
  top: 65%;
  animation-delay: 25s;
}

.circles li:nth-child(6) {
  top: 75%;
  animation-delay: 6s;
}

.circles li:nth-child(7) {
  top: 35%;
  animation-delay: 27s;
}

.circles li:nth-child(8) {
  top: 50%;
  animation-delay: 4s;
}

.circles li:nth-child(9) {
  top: 20%;
  animation-delay: 9s;
}

.circles li:nth-child(10) {
  top: 85%;
  animation-delay: 33s;
}

/* circles2 */

.circles2 {
  potision: relative;
}

.circles2 li {
  transform: scale(0.3) translateX(-50%);
  border-radius: 50%;
  animation: animate 30s ease infinite;
  animation-duration: 14s;
}

.circles2 li:nth-of-type(odd) {
  width: 30px;
  height: 30px;
}

.circles2 li:nth-of-type(even) {
  width: 50px;
  height: 50px;
}

/* circles3 */

.circles3 {
  potision: absolute;
  left: 0px;
}

.circles3 li {
  transform: scale(1);
  border-radius: 10%;
  animation: animate 30s ease infinite;
  animation-duration: 40s;
}

.circles3 li:nth-of-type(odd) {
  width: 80px;
  height: 80px;
}

.circles3 li:nth-of-type(even) {
  width: 110px;
  height: 110px;
}

/* 背景アニメーション */

@keyframes animate {

  0% {
    transform: translateY(-100px) translateX(0px) rotate(0deg) scale(0.3);
    opacity: 1;
    background-color: #333333;
  }

  50% {
    transform: translateY(250px) translateX(3000px) rotate(720deg) scale(0.6);
    opacity: 0;
    background-color: blue;
    border-radius: 100%;
  }

  100% {
    transform: translateY(-100px) translateX(-500px) rotate(0deg) scale(0.3);
    opacity: 1;
    background-color: red;
  }

}


/*========= コンテンツ ===============*/
.fv_wrapper {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.contents {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .contents {
    padding: 50px 0 10px;
  }
}

@media screen and (max-width: 520px) {
  .contents {
    padding: 30px 15px;
  }

  .fv_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}

.productCWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 85px;
}

.productCWrap_1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 85px;
}

@media screen and (max-width: 520px) {

  .productCWrap_1 {
    height: 300px;
  }
}

.mainTitle {
  position: relative;
  margin-bottom: 3rem;
  font-size: 1.7rem;
  text-align: center;
}

.mainTitle:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: "";
  border-top: 1px dashed #000000;
}

.mainTitle span {
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 99;
  padding: 0 2rem;
  background: #ffffff;
}


/*========= アイテムで探す ===============*/
ul.itemList {
  font-size: 1rem;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

ul.itemList li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

#cont1 ul.itemList li a:before {
  position: absolute;
  top: 9px;
  z-index: 100;
  display: block;
  width: 46px;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  content: "";
}

#cont1 ul.itemList li a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-color: #333 transparent transparent;
  border-style: solid;
  border-width: 80px 80px 0 0;
  content: "";
}

#cont1 ul.itemList li a {
  position: relative;
  height: 100%;
}

.col_3 li {
  width: calc(33% - 20px);
  margin: 0 10px 60px;
}

.col_4 li {
  width: calc(25% - 20px);
  margin: 0 10px 60px;
}

@media screen and (max-width: 520px) {
  .col_3 li {
    width: calc(50% - 20px);
    margin: 0 10px 60px;
  }

  .col_4 li {
    width: calc(50% - 20px);
    margin: 0 10px 60px;
  }
}

ul.itemList li .detail {
  margin-top: 5px;
}

ul.itemList li .detail .name {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

ul.itemList li .detail .free {
  margin-bottom: 5px;
  padding: 5px 0;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
  background: #ed2409;
}

ul.itemList li .price_wrapp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

ul.itemList li .sale_e {
  margin: 2px;
  padding: 3px 5px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  background: #538B79;
  border: 2px solid #538B79;
  border-radius: 3px;
}

ul.itemList li .sale_e2 {
  padding: 3px 5px;
  text-align: center;
}

.pc {
  display: block;
}

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

  ul.itemList li .price_wrapp {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }

  ul.itemList li .sale_e {
    width: 100%;
    text-align: center;
  }

  .header__logo img {
    display: none;
  }
}

ul.itemList li .detail .price {
  font-family: Poppins, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: right;
  color: #000;
  line-height: 1em;
}

ul.itemList li .detail .price span::after {
  display: inline-block;
  margin-left: 5px;
  content: "(税込)";
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
}

ul.itemList li .detail .price span {
  display: block;
}

@media screen and (max-width: 520px) {
  ul.itemList li .detail .price {
    font-size: 1.2rem;
    line-height: inherit;
  }

}

.item_link {
  display: flex;
  margin: 0 0 35px;
  padding: 0;
  list-style-type: none;
}

.item_link li {
  margin-left: 2px;
  background: #000000;
  color: #FFFFFF;
  position: relative;
  padding: 20px 6px 20px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}

.item_link li:first-child {
  margin-left: 0;
}

.item_link li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #636363;
  display: none;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.item_link li.active,
.item_link li:hover {
  background: #636363;
  color: #fff;
  font-weight: bold;
}

.item_link li.active:after,
.item_link li:hover:after {
  display: block;
}

.item_col_2 li {
  width: 49%;
}

.item_col_3 li {
  width: 33.3%;
}

.item_col_4 li {
  width: 24.7%;
}

.item_col_5 li {
  width: 20%;
}

.item-content {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 30px;
}

.item-date {
  font-size: 16px;
  margin-right: 20px;
}

.img-wrapper {
  /* height: 250px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========= カテゴリーで探す ===============*/
.tile_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tile {
  width: 17%;
  text-align: center;
  border: 1px solid grey;
  border-radius: 10px;
  margin: 10px 10px 0;
  transition: 0.3s;
  background-color: #00003b;
}


/*========= トップへ戻る===============*/
#page-top {
  position: fixed;
  right: 26px;
  bottom: 15px;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

#page-top a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

#page-top a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(31deg);
}

#page-top a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 75px;
  background: #666;
}

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