@charset "utf-8";
/* CSS Document */
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.6;
  color: #fff;
  user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
    height:100dvh;
    background: #111111;
}

* {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  min-height: 40vw;
  background: #000;
}

header img {
  width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.brpc {
  display: none;
}

a {
 
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

aside {
  font-size: 90%;
}

main > section:nth-child(even) {
  background: #222;
}

main > section:nth-child(odd) {
  background: #000000;
}

#banner {
  background: #222;
}

#contact {
  background: #000;
}
#list {
  background: #000;
}

#list a {
  color:#33cc00;
  font-size: 75%;
}
#list .content-wrap {
  max-width: 1024px;
}
.content-wrap, .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(10px + ((1vw - 3.2px) * 1.67));
  overflow: hidden;
}
  .blog-box {
    max-width: 1024px;
  }
#evo-bass-story.content-wrap::nth-of-type(2) {
  background: #222;
}

#evo-bass-story h3 {
  color: #3c0;
    
}

#container {
  background: #000;
}

.container h2 {
  text-align: center;
  margin-bottom: 50px;
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(24px + ((1vw - 3.2px) * 4.17));
}

#evo {
  background: #222;
}

#contact .content-wrap {
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) 0 0;
  margin: 0;
}

.content-wrap > h2 {
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  color: #ffffff;
  position: relative;
  text-align: center;
}

.content-wrap > h2 span {
  padding-left: .5em;
  font-size: 50%;
  letter-spacing: 2px;
}

.content-wrap > h3 {
  text-align: center;
}

.popup {
  display: block;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn, .lineup-btn {
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
}

.btn > * {
  display: inline-block;
  padding: 12px;
  font-size: 90%;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.lum-lightbox {
  z-index: 200;
}



#mainlist {
  position: relative;
}

#mainlist .sublist {
  display: none;
}

#mainlist.is_active .sublist {
  display: block;
}

#mainlist .mainlist-icon {
  position: absolute;
  top: 12px;
  right: 0%;
}

#mainlist .mainlist-icon span {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #ffffff;
}

#mainlist .mainlist-icon span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: .5s;
}

#mainlist.is_active .mainlist-icon span:nth-of-type(2) {
  transform: rotate(0deg);
  transition: .5s;
}

.header-img {
  position: relative;
}

.header-img-logo {
  position: absolute;
  bottom: 5%;
  left: 5px;
  max-width: 50%;
}

/* Introduction */
#introduction {
  overflow: hidden;
}

#introduction .content-wrap p {
  line-height: 1.6em;
  text-align: left;
}

#introduction .content-wrap p span {
  font-weight: 900;
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
}

/* USER-VOICE */
.user-voice-wrap {
  margin: 0 -15px !important;
  flex-wrap: nowrap;
  overflow-x: scroll;


  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}

.scrollmove {
  position: relative;
  left: 10%;
  height: 0px;
  transform: rotate(0deg);
  z-index: 0;
  bottom: 0;
}

.product-detail-wrap .scrollmove {
  left: 10%;
  top: 15px;
}

/*Scrollテキストの描写*/
.scrollmove span {
  position: absolute;
  left: -30px;
  top: -5px;
  color: #eee;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 900;
}

/* 線の描写 */
.scrollmove::after {
  content: "";
  position: absolute;
  left: 30px;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    width: 0;
    height: 1px;
    top: 5px;
    opacity: 0;
  }

  30% {
    width: 30px;
    height: 1px;
    opacity: 1;
  }

  100% {
    width: 30px;
    height: 1px;
    top: 5px;
    opacity: 0;
  }

}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.user-voice-content-outer {
  padding: 5px;
  margin-bottom: 15px;
}

.user-voice-content-outer:first-of-type {
  margin-left: 10px;
}

.user-voice-content-outer:last-of-type {
  margin-right: 10px;
}

.user-voice-content {
  background: #000;
  overflow: hidden;
  width: 290px;
  border-radius: 4px;
}

.user-caption-wrap {
  position: relative;
}

.user-img.zoom {
  scale: 1.02;
  transition: 0.4s;
}

.user-caption-wrap {
  padding: 20px 15px;
}

.user-img-tag {
  width: 77px;
  margin: 0 4px 15px 0;
}

.user-name {
  font-size: 116%;
  font-weight: 900;
  margin: 15px 0px 28px 0;
  width: 179px;
}

.user-caption {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.special-voice-wrap {
  max-width: 1024px;
}
.special-voice-wrap .special-voice-content {
  display: none;
}
.special-voice-wrap.active .special-voice-content {
  display: block;
  background: #151515;
  padding: 15px 10px;
  color: #fff;
}
.special-voice-btn {margin-bottom: 0px;}
.special-voice-btn:hover {
  opacity:0.5;
  transition: 0.2s;
  cursor: pointer;
}
.spv-strong {
    font-size: 120%;
    font-weight: 700;
    line-height: 1.4;
}
.special-voice-content p:nth-of-type(3) {
  font-size: 160%;
}
.special-voice-content h3 {
  margin-bottom: 40px;
  font-size: 120%;
  font-weight: 700;
  border-bottom: solid 1px;
}
.special-voice-content .artist-photo {
  width: 100%;
  margin-bottom: 50px;
} 
.special-voice-content p {
  margin-bottom:20px;
}

.movie-title {
  font-weight: 900;
}

.movie-wrap {
  margin:-10px -10px 15px -10px;
}
.movie-content {
    width: calc(100%/1);
    padding: 10px;
}
.readmore, .artist-btn {
  border: solid 1px #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 4px;
}

.spv-close-btn {
  border: solid 1px;
  text-align: center;
  border-radius: 4px;
  max-width: 320px;
  padding: 5px;
  cursor: pointer;
  margin-top: 0px;
}

.spv-close-btn:hover {
  opacity: 0.5;
  transition:0.2s;
}

.readmore-btn {
  text-align: center;
}

.readmore-content, .readmore-bg {
  display: none;
}

.readmore.is_open .readmore-content, .readmore.is_open .readmore-bg {
  display: block;
  -webkit-animation: fadein .2s ease-out 0s 1;
  animation: fadein .2s ease-out 0s 1;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

.readmore.is_open .readmore-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-height: 85%;
  padding: 32px 16px;
  line-height: 2;
  color: #fff;
  background: #151515ed;
  z-index: 2200;
  overflow: auto;
}

.readmore.is_open .readmore-content img {
  margin-bottom: 8px;
}

.readmore.is_open .readmore-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000082;
  z-index: 50;
}

.readmore.is_open .readmore-close {
  position: fixed;
  top: 10px;
  right: 20px;
  height: 45px;
  width: 45px;
  background: #151515;
}

.readmore.is_open .readmore-close span, .readmore.is_open .readmore-close span:before, .readmore.is_open .readmore-close span:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.readmore.is_open .readmore-close span:before, .readmore.is_open .readmore-close span:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}

.readmore.is_open .readmore-close span:before {
  transform: rotate(45deg);
}

.readmore.is_open .readmore-close span:after {
  transform: rotate(-45deg);
}

.readmore-btn:hover {
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.5;
}

.readmore.is_open:hover {
  opacity: 1;
}

.popup-user-img {
  margin-bottom: 15px;
}

.popup-user-name {
  font-size: 120%;
  font-weight: 900;
}

.popup-user-caption {
  text-align: left;
  margin-bottom: 20px;
}

.artist-btn-wrap a {
  width: calc(100%/1);
}

.artist-btn {
  margin-bottom: 10px;
}

.report-content {
  width: 100%;
}

.product-img {
  position: relative;
  width: 100%;
  display: inline-block;
}

.product-img picture:hover {
  opacity: 0.5;
  transition: .5s;
}

.product-img-btn {
  border-radius: 4px;
  border: solid 1px;
  width: 85%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 10%);
  padding: 5px;
  max-width: 320px;
}

.product-img-btn:hover {
  transition: 0.2s;
  cursor: pointer;
}

.btn-txt {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}

.product-img img, .product-info-content, .report-info-content {
  overflow: hidden;
}

.product-info-img, .report-info-img {
  width: 100%;
  /* max-height: 175px; */
  overflow: hidden;
  position: relative;
}
.product-info-tag {
  position: absolute;
  top: 20px;
  right: 15px;
  border: solid 1px;
  padding: 10px;
  border-radius: 9em;
  width: 50px;
  height: 50px;
  text-align: center;
}
.product-info-tag span {
  font-size: 64%;
  letter-spacing: 1px;
  top:50%;
  left:50%;
  position: absolute;
  transform:translate(-50%,-50%);
  line-height: 16px;
}
.product-info-text-wrap, .report-info-text-wrap {
  width: 100%;
  padding: 20px 15px;
}
 .report-info-text-wrap {
  text-align: center; 
 }
.report-info-text-img {
  max-width: 180px;
}

.product-info-content, .report-info-content {
  display: block;
}

.product-info-inner, .report-info-inner {
  background: #222;
}

.product-content, .report-content {
  border-radius: 4px;
  overflow: hidden;
}

.product-content:hover, .report-content:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.product-detail-wrap > div {
  margin: 0 !important;
}

.product-info-text {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 900;
  border-left: solid 5px #248e00;
  padding-left: 5px;
}

.report-info-text-title {
  font-weight: 900;
}

.artist-name {
  font-size: 145%;
}

.artist-name span {
  font-size: 80%;
}

.report-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #248e00;
  margin-bottom: 5px;
}

.report-info-text {
  font-size: 12px;
  letter-spacing: 1px;
}

.news-list {
  border-top: solid 1px #686868;
  border-bottom: solid 1px #686868;
  position: relative;
  max-width: 1280px;
  font-size: 14px;
  max-height: 260px;
  overflow-y: scroll;
  margin: 25px 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.news-list li span,.topics-block .topics-tag span {
  background-color: #248e00;
  color: #fff;
  padding: 3px;
  font-size: 80%;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 110px;
  text-align: center;
}

.news-list li span::before,.topics-block .topics-tag span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #248e00;
  left: -15px;
  position: absolute;
  top: 9px;
}

.news-list li {
  height: 130px;
  border-bottom: 1px solid #999;
  position: relative;
  width: 100%;
}

.news-list li:last-of-type {
  border: unset;
}

.news-list li .date {
  top: 19px;
  left: 131px;
  position: absolute;
  font-size: 80%;
}

.news-list li .news-text {
  position: absolute;
  top: 50px;
  left: 15px;
  text-decoration: underline;
}

.news-list a p:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#topics .topics-btn,#archive .topics-btn {
  border: solid 1px;
  border-radius: 4px;
  max-width: 320px;
  text-align: center;
  padding: 5px;
  color: #fff;
}

#archive .topics-btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.topics-content-box {
  margin-bottom: 100px;
  width: 100%;
  position: relative;
}
.topics-content-box:before {
  position: absolute;
  content: "";
  background: #a6a6a6;
  width: 80%;
  height: 1px;
  bottom: -20px;
  content: "";
  left: 50%;
  transform: translate(-50%);
}
.topics-midasi {
  position: relative;  
  width: 100%;
  margin: 0;
  height: 30px;
}
.topics-content-inner p {
  margin-bottom: 20px;
}
.topics-content-inner p span {
  font-weight: 900;
  font-size: 120%;
  line-height: 1.8;
}
video {
  max-width: 100%;
}
.content-movie {
  width: calc(100%/1);
  margin-bottom: 25px;
  padding: 0px;
}

.topics-content-inner img {
   margin-bottom: 20px;
}

.topics-main-img {
margin-bottom: 25px;
}

.topics-sub-img {
 width:calc(100%/1); 
 padding: 5px;
}
.content-inner-wrap {
  width: 100%;
align-items: flex-start;
}

.feature-img {
  width:calc(100%/2);
  padding: 5px;
}

.topics-subimg-wrap {
  align-items: flex-start
}
.topics-head {
 max-width: 200px;   
 margin: 0 0 5px;
}
.topics-tag {
  margin:0;
  background: #33cc00;
  padding:0px;
  font-size: 70%;
  width: 110px;
  text-align: center;
  padding: 3px;
}
#list .date {
 margin: 0;
  background: #fff;
  width: 80px;
  color: #000;
  text-align: center;
  font-size: 70%;
 padding: 3px;
}
#list h3 {

  font-size: 120%;
  margin: 5px 0 15px 0;
}

.youtube-wrap {
  width: 100%;
  float: none;
  margin: 20px auto;
}

.youtube {
 position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  background: #000;
 width: 100%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-wrap {
  background: #171717;
}

.store-content {
  width: calc(100%/1);
  padding: 25px 25px;
}

.store-name, .store-tel-number {
  font-size: 150%;
  font-weight: 900;
  margin-bottom: 10px;
}

.store-tel-number {
  color: #c00;
}

.email a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.store-content svg {
  margin-right: 5px;
}

.email {
  margin-bottom: 20px;
}

.store-btn {
  border: solid 1px;
  border-radius: 4px;
  max-width: 100%;
  text-align: center;
  padding: 10px;
}

.store-btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.gmap iframe {
  width: 100%;
}

/*============= 【Product-lineup】 ==============*/
.cate-btn-wrap {
  margin: 0 -16px !important;
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.cate-btn-outer {
  min-width: 220px;
  padding: 5px;
}

.cate-btn-txt {
  text-align: center;
  padding: 5px;
  border: solid 1px;
  border-radius: 4px;
  width: 90%;
  margin-bottom: 20px;
}

.cate-btn {
  background: #000;
  overflow: hidden;
  border-radius: 4px;
}

.cate-btn:hover {
  opacity: 0.5;
  transition: 0.2s;
}

.cate-btn.mixitup-control-active {
  border: solid 1px #fff;
}

.cate-btn.mixitup-control-active .cate-btn-txt {
  background: #fff;
  color: #000;
}

.lineup-box-wrap {
  margin-bottom: 75px;
}

.cate-btn-img {
  margin-bottom: 5px;
}


.contents-img {
  width: 100%;
}

.contents-caption-wrap {
  width: 100%;
}

.body-color {
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom:15px;
}
.body-color span {
 background: #fff;
 color: #000; 
 padding: 0 4px;
 border-radius:2px;
 margin-right:10px;
}

.contents-caption-wrap h3 {
  margin-bottom: 15px;
  font-weight: 900;
}

.contents-caption-wrap ul {
  margin-bottom: 25px;
}

.contents-caption-wrap h3 {
  font-size: 22px;
  color: #3c0;
  line-height: 1.2;
  letter-spacing: 1px;
}

.contents-caption-wrap li {
  letter-spacing: 1.5px;
  font-weight: 200;
}

.buy-btn {
  display: block;
  padding: 10px 5px;
  border-radius: 4px;
  text-align: center;
  background-color: #0099e5;
  font-weight: 900;
  margin-bottom: 25px;
}

.buy-btn:hover {
  background-color: #ff5639;
  transition: 0.2s;
}

#banner img:hover {
  opacity: 0.5;
  transition: 0.2s;
}

#topics .cate-btn-wrap {
  /*! max-width: 960px; */
  margin: 0;
}
#topics .cate-btn-outer {
  width: 100%;
}
.gp-img {
    width:50%;
}
#topics .cate-btn-txt {
  width:100%;
  margin-bottom: 0;
}
.sns-wrap {
  width: 100%;
  max-width: 50%;
}
#sns {
    background: #151515;
}
#sns .sns-icon-wrap {
  justify-content: center;
}

.sns-icon-wrap {
  width: 100%;
}

#sns .sns-icon-wrap {
  width: 100%;
  justify-content: center;
  position: relative;
}

#sns .sns-icon-wrap:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30%;
  /*! background: #000; */
  top: 0%
}

.sns-icon {
  font-size: 50px;
  padding: 5px;
  border-radius: 3em;
  margin: 0;
}

.sns-icon:hover {
  color: #248e00;
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #000;
}

.footer-logo, .footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #fff;
}

.topics-triple-wrap {
 align-items: start; 
}



  .double-wrap-content {
    width:calc(100%/1);
  padding: 10px;

}

.triple-wrap-content {
    width:calc(100%/1);
    padding:10px;
}

@media (min-width:640px) {
  #introduction .content-wrap p {
    text-align: center;
  }

  .nav-logo {
    width: 20%;
  }

  .nav-smt {
    top: -1000px;
  }

  .main-product-content {
    width: calc(100%/2);
  }

  .product-content, .report-content {
    width: calc(100%/1);
  }

  .user-voice-wrap {
    align-items: flex-start;
  }

  .user-voice-content-outer {
    margin: 0;
  }

  .lineup span {
    max-width: 415px;
  }

  .lineup span::before {
    height: 40px;
  }

  .lineup span p {
    font-size: 20px;
  }
  .content-movie {
    width:calc(100%/2);
    padding: 5px;
  }
  .topics-sub-img {
    width:calc(100%/2);
  }
 .triple-wrap-content {
    width:calc(100%/2);
   margin: 0;
} 
  .topics-img-wrap a {
    width:calc(100%/2);
  }
}

@media (min-width:700px) {
  #evo .scrollmove {
    display: none;
  }

  .cate-btn-wrap {
    overflow-x: unset;
  }
  .movie-content {
    width:calc(100%/2);
  }
  .special-voice-wrap.active .special-voice-content {
    padding: 50px 20px
  }
}

@media (min-width:860px) {
  .brsp {
    display: none;
  }

  .brpc {
    display: block;
  }

  .contact-wrap {
    background: none;
    max-width: 1440px;
    margin: -25px;
  }

  .store-img, .store-content {
    width: calc(100%/2);
    padding: 10px;
  }

  .popup-user-img, .popup-user-txt {
    width: 50%;
    margin: 0;
    padding: 20px;
  }

  .user-name {
    font-size: 16px;
  }

  #contact .content-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: calc(50px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
    overflow: hidden;
  }

  .contents-img {
    width: 50%;
    padding: 15px;
  }

  .contents-caption-wrap {
    width: 50%;
    padding: 15px;
  }
  .double-wrap-content {
    width:calc(100%/1);
    margin: -10px;
  }
  .double-wrap-content div {
    width:50%;
    padding:10px;
  }
  .gp-img {
    width:50% !important;
}
  .triple-wrap-content {
    width:calc(100%/3);
} 

}

@media (min-width:960px) {
  .scrollmove {
    display: none;
  }

  .user-voice-content-outer {
    width: calc(100%/3);
    padding: 15px;
  }

  .user-voice-wrap {
    position: unset;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .user-voice-content-outer:first-of-type {
    margin-left: 0px;
  }

  .user-voice-content-outer:last-of-type {
    margin-right: 0px;
  }

}

@media (min-width:1024px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .user-voice-content-outer {
    padding: 10px;
  }

  .user-voice-content {
    width: 100%;
  }
  .youtube {
    width:100%;
    padding-bottom: 56%;
  }

}

@media (min-width:1280px) {
  body {
    font-size: 18px;
  }

  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;
  }

  .store-img, .store-content {
    padding: 15px;
  }

}

@media (min-width:1300px) {
  #introduction p {
    font-size: 28px;
    text-align: center;
  }

  .user-voice-content-outer {
    width: calc(100%/4);
  }

}

/* コンテナ */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  padding: 10px;
}

/* ラッパー */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* スライド */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* ナビゲーションボタン */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 30px !important;
  ;
}

/* ページネーション */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0px !important;
}

/* ページネーションブレット */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

:root {
  --swiper-theme-color: #ffffff !important;
}

:root {
  --swiper-navigation-size: 30px !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.feature-cap {
  margin-bottom: 30px;
}
.photo-wrap {
    margin:-10px -10px 30px -10px;
}

.photo1 {
    max-width:1400px;
    padding:10px;
}

.photo2 {
    width:calc(100%/2);
    padding:10px;
}

.photo3 {
    width:calc(100%/3);
    padding:10px;
}
.topics-block {
    max-width: 900px;
    width:100%;
    border-bottom: 1px solid #5e5e5e;
    padding: 40px 0;
}
.topics-block div {
  margin-bottom: 15px;
}
.topics-block p {
  margin-bottom: 15px;
}
.topics-block table {
  margin-bottom:15px;
}
.topics-block a {
   color:#33cc00;
   margin: 0;
}
.topics-block img {
    margin-bottom: 20px;
}

.topics-block h2 {
  font-size:95%;
  font-weight:500;
  color: #14a400;
}
.topics-block h3 {
    font-size: 150%;
    color: #14a400;
    margin-bottom: 15px;
    line-height: 1.4;
}
.archive-year-content.is_open .archive-year-title {
  margin-top:50px;
  transition: 0.5s;
  font-size: 50px;
}
.archive-year-title {
  font-size: 40px;
  border-bottom: solid 1px #8c8c8c85;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 900;
  transition: 0.5s;
}
.archive-year-content .archive-year-box {
  overflow: hidden;
  opacity: 0;
  transition:0.5s;
  max-height: 10px;
}
.archive-year-content.is_open .archive-year-box {
max-height: 100%;
  opacity: 1;
  transition:0.5s;
}

.topics-img-wrap {
  margin: -10px -10px 20px -10px;
}

.topics-img-wrap img {
    padding: 10px;
    object-fit: cover;
    height: 300px;
    margin: 0;
    /*! width: calc(100%/1); */
}



.gpname {
    text-align: center;
}


