@charset "utf-8";
/*============= 【base】 ==============*/
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.5;
  color: #111;
}

* {
  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: #ccc;
}

header img {
  width: 100%;
}

h1 {
  font-size: calc(24px + ((1vw - 3.2px) * 1.67));
  text-align: center;
}

h1 span {
  font-size: calc(12px + ((1vw - 3.2px) * .42));
}

h1:after {
  content: "";
  display: block;
  min-width: 40px;
  width: 6%;
  height: 4px;
  margin: calc(16px + ((1vw - 3.2px) * 0.83)) auto 0;
  background: #0267a8;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

#introduction,#connection,#lineup,#store {
  background: #efefef;
}
#comment,#hikaku,#sns {
  background: #fff;
}
.content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67));
  text-align: center;
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}

.content-wrap > h2 {
  padding-bottom: 4px;
  border-bottom: 2px solid #0267a8;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
}

.content-wrap > h2 span {
  padding-left: .5em;
  font-size: 50%;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #000000;
  opacity: 0.9;
  border-radius: 50%;
  z-index: 2000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.popup {
  display: block;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  display: block;
  padding: 8px;
  border-radius: 4px;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: #c70012;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.brsp {
    display: block;
}

.subcaption {
   font-size:75%;
   display: block;
   background: #e1e1e1;
   padding: 15px;
   margin-top: 5px;
}


.cap-strong {
  font-size: 130%;
  margin-top: 15px;
  display: inline-block;
}
.cap-spacing {
  letter-spacing: 2px;
  font-weight: 900; 
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 2em;
}
.colorful {
  line-height: 2.0em;
  margin-bottom: 10px;
  display: inline-block;
}

/*============= 【sns】 ==============*/
.sns-wrap {
  width: 70%;
  max-width: 240px;
}

.sns-icon {
  width: 25%;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store,
.store-txt {
  padding: 4px;
}

.store {
  width: 100%;
  margin: 0;
}

.store-img {
  border-radius: 4px;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.store-info {
  display: inline-block;
  position: relative;
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #000;
}

.footer-logo,
.footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%,-50%);
  height: 60%;
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #0267a8;
}

/*============= 【action】 ==============*/
.link:hover {
  filter: hue-rotate(180deg);
}

.store:hover .store-info:after {
  transition: .3s ease-in-out;
  width: 100%;
}

.store:hover .store-img,
.sns-icon:hover {
  transition: .3s ease-in-out;
  filter: brightness(.7);
}

a:hover,.history-wrap p:hover {
opacity: 0.5; 
transition: 0.5s;
  cursor: pointer;
}


.shopping-wrap p {
  margin-bottom: 20px;
}
 
.shopping-wrap .buy-btn {
  max-width: 300px;
  background: #0267a8;
  color: #fff;
  padding: 10px;
  border-radius: 4em;
  display: block;
}


#introduction p {
  letter-spacing: 2px;
}
#introduction .cap-img-wrap img,#user .cap-img-wrap img {
  margin-bottom: 30px;
}

.artist-name {
  font-weight:900;
  font-size:125%;
  margin-bottom: 10px;
  display: inline-block;
}
.comment {
  border: 1px solid #22222255;
  display: inline-block;
  padding: 10px;
}
.comment a {
 color: #3335b7; 
}
.history-wrap {
  text-align: left;
padding: 30px;
  max-width: 800px;

  color: #fff;
  background: #0267a8;
  border-radius: 4px;
}
.history-wrap p {
    text-align: center;
}
.history-wrap ul {
  display: none;
}
.history-wrap.show ul {
  display: block;
}
.history-wrap p:last-of-type {
    display: none;
}
.history-wrap.show p:last-of-type {
    display: block;
}
.history-wrap li {
  margin-bottom: 20px;
  align-items: flex-start;
}

.history-wrap li .left {
  width:15%;
  margin: 0;
}

.history-wrap li .right {
  width:85%;
  margin: 0;

}

.feature-wrap .cap-img-wrap,.connection-wrap .cap-img-wrap {
 margin-bottom: 60px; 
}
.connection-wrap .cap-img-wrap:last-of-type {
  margin-bottom:0;
}

.connection-wrap img,.connection-wrap p {
margin-bottom: 30px;  
}
.connection-wrap .shopping-wrap .buy-btn {
  text-align: center;
  margin-top: 30px;
}
.connection-wrap .shopping-wrap .buy-btn:nth-of-type(2) {
  margin-top: 15px;
} 
.connection-wrap .cap-img-wrap:first-of-type p {
  width: 100%;
  padding: 15px;
  max-width: 960px;
  font-weight: 900;
}

#user .feature-wrap .cap-img-wrap img {
  filter: unset;
}
.different-wrap p {
  margin-bottom:30px;
}
.different-content {
  margin-bottom:30px;
}
.different-content:first-of-type .cap-img-wrap {
width: 50%; 
padding: 5px;
}

.different-wrap .subcaption {
  background: unset;
}
.difference-list {
  max-width: 1024px;
  width: 100%;
}
.difference-list li {
  border-bottom: solid 1px #ccc6c6;
padding: 10px 5px;
  background:#f5f5f5;
}
.difference-list li:first-of-type {
 font-size: 120%;
  font-weight:900;
}
.difference-list li:last-of-type {
  text-align: left;
}

.difference-list li .left,.difference-list li .right {
  width:30%;
  line-height: 2em;
}

.difference-list li .center {
    width:28%;
    font-size: 80%;
}

.difference-list li:last-of-type .center {
  text-align: center;
}
.different-content .cap-img-wrap img {
  width:100%;
}
.different-wrap .shopping-wrap .buy-btn {
  margin-top: 30px;
}

.lineup-wrap {
  align-items: flex-start;
}
.lineup-content {
  margin:0;
  margin-bottom: 30px;
}

.lineup-content p{
font-size: 80%;
}
.lineup-content img,.lineup-content p:first-of-type {
  margin-bottom: 20px;
}
  .connection-wrap .cap-img-wrap:nth-of-type(odd), .connection-wrap .cap-img-wrap:nth-of-type(2){
    flex-direction: column-reverse;
  }

/*============= 【media query】 ==============*/
@media (min-width:640px) {
.brsp {
    display: none;
}

.cap-img-wrap {
  margin: 0 -15px -10px 0;
}    

  .banner-wrap .cap-img-wrap {
    width:50%;
    padding:10px;
  }
  
  .banner-wrap .cap-img-wrap img {
    margin-bottom:10px;
  }
  
  .different-content .cap-img-wrap {
margin: 0;    
  }
  #introduction .cap-img-wrap img {
    width: 50%;
    padding: 10px;
    position:relative;
    filter: drop-shadow(15px 15px 0px #0267a8);
}
 
#introduction .cap-img-wrap p {
    width: 50%;
    padding: 20px;      
    text-align: left;
}
  #user .cap-img-wrap img,#comment .cap-img-wrap img {
    width: 50%;
    padding: 10px;
    filter: drop-shadow(15px 15px 0px #0267a8);
}
  
  
#user .cap-img-wrap p,#comment .cap-img-wrap p {
    width: 50%;
    padding: 15px;    
    text-align: left;
}
  .feature-wrap .cap-img-wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .feature-wrap { 
  padding: 30px; 
  background: #f5f5f5;
  border-radius: 4px;
  }
  .feature-wrap p:last-of-type {
    text-align: left;
    padding: 15px;
  }
  .connection-wrap .cap-img-wrap {
    margin:0px -15px 50px -15px;
  }
  .feature-wrap .cap-img-wrap {
    margin:0;
  }
.connection-wrap .cap-img-wrap img {
    width: 50%;
    padding: 15px;
    position:relative;
}
  .connection-wrap .cap-img-wrap p {
        width: 50%;
    padding: 15px;      
    text-align: left;
  }
  .connection-wrap .cap-img-wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
  .connection-wrap .cap-img-wrap:nth-of-type(odd) {
      flex-direction: row;
  }
.different-content .cap-img-wrap {
   width: 100%;
   padding: 5px;
  } 
 .different-content:last-of-type .cap-img-wrap {
width: 50%; 
padding: 5px;
} 
  
  .lineup-wrap .lineup-content {
    width:calc(100%/3);
    padding:10px;
  }
}
@media (min-width:960px) {
  .store-wrap {
    margin: -8px;
  }

  .store,
  .store-txt {
    padding: 8px;
  }
  
  .store {
    width: 33.3%;
    width: 100%; 
  }
  #user .feature-wrap .cap-img-wrap img,#user .feature-wrap .cap-img-wrap p {
    width: 100%;
    padding: 15px;
  }
  .feature-wrap {
    align-items: flex-start;
  }
  .feature-wrap .cap-img-wrap {
  width: calc(100%/3);
}
  #user  .feature-wrap .cap-img-wrap img {
    margin-bottom:0;
  }
}

@media (min-width:1280px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 40px;
  }
  
  h1 span {
    font-size: 20px;
  }

  h1:after {
    margin: 20px auto 60px;
  }
  
  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;
  }
}


