@charset "utf-8";
/*Mb*/
@font-face {
	font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.ttf") format("ttf"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
/*Mm*/
@font-face {
	font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf") format("ttf"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
/*Msb*/
@font-face {
	font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("ttf"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* NSb */
@font-face {
	font-family: 'NotoSansCJKjp-Bold';
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("otf"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
/* NSm */
@font-face {
	font-family: 'NotoSansCJKjp-Medium';
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("otf"), url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
/* 
  common 
*/
.ytube {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  width: 100%;
}
.ytube > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.ytube > a {
      /* lityを動かすためにirameを覆う */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
}
.font-Mb {
  font-family: "Montserrat-Bold";
}
.font-Mm {
  font-family: "Montserrat-Medium";
}
.font-Msb {
  font-family: "Montserrat-SemiBold";
}
.font-NSb {
  font-family: "NotoSansCJKjp-Bold";
}
.font-NSm {
  font-family: "NotoSansCJKjp-Medium";
}
.u-max1100 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.u-max1000 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
.u-max900 {
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}
.u-max800 {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}
.b-lgray {
  background-color: #ededee;
}
.b-black {
  background-color: #000;
}
.br-sp {
  display: none;
}
.is-sp {
  display: none;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.wheelchairbag-content + .wheelchairbag-content {
  margin-top: 110px;
}
.wheelchairbag-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Montserrat-Bold";
}
.wheelchairbag-content-btn {
  text-align: center;
}
.wheelchairbag-content-btn > a {
  color: #000;
  font-size: 13px;
  border: 1px solid #000;
  padding: 20px 15px;
  text-align: center;
  display: block;
  border-radius: 10px;
  box-sizing: border-box;
}
.wheelchairbag-content-btn > a:hover {
  opacity: 0.7;
}
.icon {
  position: absolute;
  top: 60%;
  right: 15px;
  transform: translateY(-60%);
}
.icon__mark {
  position: relative;
  width: 30px;
  height: 25px;
  display: inline-block;
}
.icon__mark::before , .icon__mark::after {
  position: absolute;
  top: 9px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  border-top: 2px solid #000;
  transform: translateX(-50%);
}
.icon__mark::after {
  content: "";
  top: -3px;
  left: -8px;
  transform: rotate(90deg);
}
/* 
  main 
*/
.wheelchairbag2020-wrapper img {
  width: 100%;
}
/* 
  menu 
*/
.wheelchairbag-logo {
  width: 250px;
  padding: 5px 0 10px 0;
}
.wheelchairbag-menu  {
  background-color: #fff;
  padding: 5px 0;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}
.wheelchairbag-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.wheelchairbag-menu__list {
  display: flex;
}
.wheelchairbag-menu__item > a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.wheelchairbag-menu__item > a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  padding-right: 15px;
  font-weight: 900;
  font-size: 21px;
}
.wheelchairbag-menu__item + .wheelchairbag-menu__item {
  margin-left: 40px;
}
.fixed {
  position: fixed;
  z-index: 5;
  top: 0;
}
.wheelchairbag-menu.fixed {
  width: 100%;
}
.wheelchairbag-menu-wrapper.fixed .wheelchairbag-menu__item + .wheelchairbag-menu__item {
  margin-left: 0px;
}
.wheelchairbag-menu-wrapper.fixed .wheelchairbag-menu__item > a {
  border: none;
}
/* 
  story 
*/
.js-block-accordion-trigger.is-active {
  display: none;
}
.wheelchairbag-story {
  position: relative;
}
.wheelchairbag-story::before {
  content: "";
  display: block;
  width: 100%;
  height: 880px;
  background-color: #ededee;
  position: absolute;
}
.wheelchairbag-story-lead {
  position: relative;
  z-index: 2;
  font-size: 18px;
  margin-bottom: 80px;
  padding-top: 100px;
  box-sizing: border-box;
}
.wheelchairbag-story-image-lead {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.wheelchairbag-story-title {
  max-width: 245px;
  margin: 0 auto;
}
.wheelchairbag-story-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  line-height: 1.8;
  font-family: "NotoSansCJKjp-Bold";
  margin-top: 40px;
  margin-bottom: 95px;
}
.wheelchairbag-story-text-wrap {
  font-size: 17px;
  font-family: "NotoSansCJKjp-Medium";
  text-align: left;
}
.wheelchairbag-story-text + .wheelchairbag-story-text {
  margin-top: 54px;
}
.wheelchairbag-story p {
  line-height: 2.4;
}
.wheelchairbag-story-image > img + img {
  margin-top: 2%;
}
.wheelchairbag-story-image + .wheelchairbag-story-text {
  margin-top: 15px
}
.wheelchairbag-story1 {
  margin-top: 76px;
  margin-bottom: 90px;
}
.wheelchairbag-story1-wrap {
  display: flex;
  margin-top: 97px;
}
.wheelchairbag-story1 .wheelchairbag-story-image {
  margin-top: 102px;
}
.wheelchairbag-story1-left {
  width: 60%;
  margin-right: 50px;
}
.wheelchairbag-story1-left .wheelchairbag-story-text + .wheelchairbag-story-text {
  margin-top: 52px;
}
.wheelchairbag-story1-right {
  width: 40%;
  position: relative;
}
.wheelchairbag-story1-right > .wheelchairbag-story-image {
  width: 400px;
}
.wheelchairbag-story1-right > .wheelchairbag-story-image:first-child {
  position: absolute;
  top: 17px;
  left: 0;
}
.wheelchairbag-story1-right > .wheelchairbag-story-image:nth-child(2) {
  position: absolute;
  top: 484px;
  left: 0;
}
.wheelchairbag-story1-right > .wheelchairbag-story-image:last-child {
  position: absolute;
  bottom: 122px;
  left: 0;
}
.wheelchairbag-story2 {
  padding-top: 100px;
  padding-bottom: 150px;
}
.wheelchairbag-story2 .wheelchairbag-story-subtitle {
  margin-top: 61px;
}
.wheelchairbag-story2 .wheelchairbag-story-text {
  line-height: 2.5;
}
.wheelchairbag-story2 .wheelchairbag-story-text + .wheelchairbag-story-text {
  margin-top: 45px;
}
.wheelchairbag-story2 .wheelchairbag-story-image {
  margin-top: 100px;
}
.wheelchairbag-story2 .wheelchairbag-story-text-wrap:last-child {
  margin-top: 100px;
}
.wheelchairbag-story3 {
  margin-top: 95px;
}
.wheelchairbag-story3 .wheelchairbag-story-image {
  margin-bottom: 96px;
  margin-top: 96px;
}
.wheelchairbag-story-morebtn > a {
  width: 600px;
  margin: 0 auto;
  position: relative;
  color: #000;
  font-size: 19px;
  padding: 23px 15px;
}
.wheelchairbag-story-profile {
  display: flex;
  margin-top: 45px;
}
.wheelchairbag-story-profile-image {
  width: 340px;
}
.wheelchairbag-story-profile-image > img {
  border-radius: 100%;
}
.wheelchairbag-story-profile-text {
  padding-left: 23px;
  font-family: "NotoSansCJKjp-Medium";
}
.wheelchairbag-story-profile-name {
  font-weight: bold;
  font-size: 24px;
  margin-top: 12px;
}
p.wheelchairbag-story-profile-description {
  font-size: 16px;
  line-height: 1.8;
}
/* 
  snap
*/
.wheelchairbag-snap {
  padding: 100px 0 150px;
}
.wheelchairbag-snap .wheelchairbag-title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Montserrat-Bold";
}
.wheelchairbag-snap__list {
  display: flex;
}
.wheelchairbag-snap__item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.wheelchairbag-snap__item-date {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Montserrat-Medium";
  word-wrap: break-word;
}
.wheelchairbag-snap__item-shopname {
  margin-top: 6px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat-Medium";
  word-break: break-all;
}
.wheelchairbag-snap .slick-slider { 
  display: flex;
  align-items: baseline;
}
.slick-arrow {
  position: absolute;
  width: 20px;
  height: 35px;
}
.slick-arrow .cls-1 {
  stroke-width: 5px;
  stroke: #000;
}
.slider-arrow-left {
  top: 50%;
  left: -4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.slider-arrow-right {
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
/* 
  event
*/
.wheelchairbag-event {
  padding: 110px 0 110px;
}
.wheelchairbag-event#event {
  margin-top: 0;
}
.wheelchairbag-event .wheelchairbag-title {
  color: #fff;
}
.wheelchairbag-event-playerimage {
  margin-top: 50px;
}
.wheelchairbag-event-playerimage__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.wheelchairbag-event-playerimage__list > li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  max-width: 300px;
}
.wheelchairbag-event-player-name {
  color: #fff;
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
}
.wheelchairbag-event-image__list {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -3px 0;
}
.wheelchairbag-event-image__list > li {
  width: 25%;
  padding: 0 3px;
  box-sizing: border-box;
}
.wheelchairbag-event-content {
  text-align: center;
  color: #fff;
}
.wheelchairbag-event-content-title {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
}
.wheelchairbag-event-content-date {
  font-size: 34px;
  line-height: 2;
  font-weight: bold;
}
.wheelchairbag-event-content-text {
  font-size: 17px;
  line-height: 2.6;
  margin-top: 70px;
}
.wheelchairbag-event-content-text-first {
  position: relative;
  margin-top: 70px;
}
.wheelchairbag-event-content-text-first::before {
  content: "";
  border-top: 3px solid #FFF;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.wheelchairbag-event-content-text-annotation {
  font-size: 13px;
  line-height: 2.3;
  max-width: 800px;
  margin: 20px auto 0;
}
.wheelchairbag-event-content-btn  {
  margin-top: 80px
}
.wheelchairbag-event-content-btn > a {
  width: 550px;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  padding: 25px 0;
}
.wheelchairbag-event-content-btn > a + a {
  margin-top: 21px;
}
.wheelchairbag-event-content-dwbtn {
  margin-top: 10px;
}
/* 
  information
*/
.wheelchairbag-information.wheelchairbag-content {
  margin-top: 0;
  padding-top: 110px;
}
.wheelchairbag-information-product-list {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.wheelchairbag-information-product-item {
  padding: 0 60px;
}
.wheelchairbag-information-product-item-image {
  text-align: center;
}
.wheelchairbag-information-product-item-image > img {
  width: 280px;
}
.wheelchairbag-information-product-item-content {
  text-align: center;
}
.wheelchairbag-information-product-item-content > p {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-family: "Montserrat-Medium";
  margin-top: 10px;
}
.wheelchairbag-information-product-item-btn {
  margin: 20px auto 0;
  width: 220px;
}
.wheelchairbag-information-product-item-btn > a {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  font-family: "NotoSansCJKjp-Medium";
  display: flex;
  align-items: center;
  justify-content: center;
}
.wheelchairbag-information-product-item-btn > a:hover {
  color: #fff;
  opacity: 0.7;
}
.wheelchairbag-information-product-item-btn > a > svg {
  width: 22px;
  margin-left: 10px;
}
.wheelchairbag-information-product-detail {
  margin-top: 70px;
}
.wheelchairbag-information-product-detail > a {
  width: 550px;
  margin: 0 auto;
  display: block;
  position: relative;
  font-family: "NotoSansCJKjp-Medium";
  font-size: 16px;
  line-height: 1.8;
  padding: 18px 0;
}
.wheelchairbag-information-product-detail > a .icon {
  right: 25px;
}
.wheelchairbag-information-product-detail-content {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}
.modal-bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.modal-content-header {
  background-color: #000;
}
.modal-content-header > p {
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: 22px;
  font-family: "NotoSansCJKjp-Medium";
}
.modal-content-body {
  padding: 30px;
  background-color: #FFF;
  position: fixed;
  width: 90%;
  height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  overflow-y: scroll;
}
.modal-content-body-wrap {
   margin: 0 auto;
}
.wheelchairbag-information-movie {
  margin-top: 50px;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.wheelchairbag-information-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 
  information-store
*/
.wheelchairbag-information-product-store {
  margin-top: 100px
}
.wheelchairbag-information-product-store-title {
  font-size: 19px;
  text-align: center;
}
.wheelchairbag-information-product-store-list {
  display: flex;
  margin: 20px -10px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.wheelchairbag-information-product-store-list > li {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.wheelchairbag-information-product-store-list > li:nth-child(n+5) {
  margin-top: 30px;
}
.wheelchairbag-information-product-store-list > li > a {
  color: #000;
}
.wheelchairbag-information-product-store-name {
  font-family: "Montserrat-Medium";
  font-size: 15px;
  line-height: 1.3;
  margin-top: 12px;
  word-wrap: break-word;
}
.wheelchairbag-information-product-store-markon {
  font-family: "Montserrat-Medium";
  font-size: 13px;
  line-height: 1.3;
  margin-top: 12px;
  word-wrap: break-word;
}
.wheelchairbag-information-product-store-btn {
  margin-top: 50px;
}
.wheelchairbag-information-product-store-btn > a {
  width: 600px;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}
.wheelchairbag-information-product-storetext-list {
  display: flex;
  margin: 50px -10px 0;
  flex-wrap: wrap;
}
.wheelchairbag-information-product-storetext-list > li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
.wheelchairbag-information-product-storetext-list > li > a {
  color: #000;
  display: block;
}
.wheelchairbag-information-product-storetext-list > li > a:hover {
  opacity: 0.7;
}
.wheelchairbag-information-product-storetext-list > li:nth-child(n+4) {
  margin-top: 20px;
}
.wheelchairbag-information-product-storetext-list .wheelchairbag-information-product-store-name {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 0;
}
.wheelchairbag-information-product-store-address , .wheelchairbag-information-product-store-number {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 4px;
  color: #0A1317;
  font-family: "Montserrat-Medium";
}
.js-block-accordion-trigger-store.is-active {
  display: none;
}

@media only screen and (max-width: 980px) {
  /* common */
  .u-max1100 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .u-max1000 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .u-max900 {
    padding-left: 2%;
    padding-right: 2%;
  }
  .u-max800 {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* menu */
  .wheelchairbag-menu__item > a {
    font-size: 18px;
  }
  .wheelchairbag-story::before {
    height: 730px;
  }
  /* story */
  .wheelchairbag-story1-wrap {
    display: block;
  }
  .wheelchairbag-story1-left {
    width: 100%;
    padding-right: 0;
  }
  .wheelchairbag-story1-right {
    position: unset;
    width: 100%;
  }
  .wheelchairbag-story1-right > .wheelchairbag-story-image:first-child {
    position: unset;
  }
  .wheelchairbag-story1-right > .wheelchairbag-story-image:nth-child(2) {
    position: unset;
  }
  .wheelchairbag-story1-right > .wheelchairbag-story-image:last-child {
    position: unset;
  }
  .wheelchairbag-story1-right > .wheelchairbag-story-image {
    margin-top: 50px;
  }
  .wheelchairbag-story1-right > .wheelchairbag-story-image {
    width: auto;
  }
  /* info */
  .modal-content {
    width: 80%;
  }
  .modal-content-header > p {
    padding: 20px 0;
    font-size: 18px;
  }
  .modal-content-body {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* common */
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .wheelchairbag-content + .wheelchairbag-content {
    margin-top: 80px;
  }
  .wheelchairbag-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .wheelchairbag-snap .wheelchairbag-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  /* menu */
  .wheelchairbag-logo {
    width: 25%;
  }
  .wheelchairbag-menu__item > a:before {
    padding-right: 8px;
  }
  /* story */
  .wheelchairbag-story-lead {
    font-size: 16px;
  }
  .wheelchairbag-story::before {
    height: 670px;
  }
  .wheelchairbag-story-morebtn > a {
    font-size: 15px;
    padding: 20px 10px;
    width: auto;
  }
  .wheelchairbag-story p {
    line-height: 2;
  }
  .wheelchairbag-story-text + .wheelchairbag-story-text {
    margin-top: 40px;
  }
  .wheelchairbag-story-subtitle {
    font-size: 21px;
    margin-bottom: 65px;
  }
  .wheelchairbag-story-text-wrap {
    font-size: 15px;
  }
  .wheelchairbag-story1 {
    margin-bottom: 60px;
  }
  .wheelchairbag-story1 .wheelchairbag-story-image {
    margin-top: 30px;
  }
  .wheelchairbag-story1-wrap {
    margin-top: 30px;
  }
  .wheelchairbag-story2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wheelchairbag-story2 .wheelchairbag-story-subtitle {
    margin-top: 50px;
  }
  .wheelchairbag-story2 .wheelchairbag-story-image {
    margin-top: 50px;
  }
  .wheelchairbag-story2 .wheelchairbag-story-text-wrap:last-child {
    margin-top: 50px;
  }
  .wheelchairbag-story3 {
    margin-top: 60px;
  }
  .wheelchairbag-story3 .wheelchairbag-story-image {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .wheelchairbag-story-profile-name {
    font-size: 20px;
    margin-top: 0;
  }
  p.wheelchairbag-story-profile-description {
    font-size: 15px;
  }
  /* snap */
  .wheelchairbag-snap {
    padding: 70px 0 90px;
  }
  /* event */
  .wheelchairbag-event {
    padding: 70px 0 90px;
  }
  .wheelchairbag-event-content-title {
    font-size: 21px;
  }
  .wheelchairbag-event-content-date {
    font-size: 21px;
  }
  .wheelchairbag-event-content-text,.wheelchairbag-event-content-text-first {
    font-size: 15px;
  }
  .wheelchairbag-event-content-btn > a {
    font-size: 15px;
  }
  .wheelchairbag-event-image__list {
    margin: 50px -10px 0;
  }
  .wheelchairbag-event-image__list > li {
    width: 50%;
    padding: 0 10px;
  }
  .wheelchairbag-event-image__list > li:nth-child(n+3) {
    margin-top: 30px;
  }
  .wheelchairbag-event-player-name {
    font-size: 14px;
  }
  .wheelchairbag-event-playerimage__list {
    justify-content: center;
  }
  .wheelchairbag-event-playerimage__list > li {
    width: 50%;
    padding: 0 10px;
  }
  .wheelchairbag-event-playerimage__list li:last-child {
    margin-top: 20px;
  }
  /* info */
  .wheelchairbag-information.wheelchairbag-content {
    margin-top: 0;
    padding-top: 70px;
  }
  .wheelchairbag-information-product-item {
    padding: 0 30px;
  }
  .wheelchairbag-information-product-item-content > p {
    font-size: 16px;
  }
  .wheelchairbag-information-product-item-btn > a {
    font-size: 15px;
    padding: 15px 0;
  }
  .wheelchairbag-information-product-detail > a {
    font-size: 15px;
    padding: 10px 0;
    width: auto;
  }
  .wheelchairbag-information-product-store {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 640px) {
  /* common */
  .wheelchairbag-title {
    font-size: 35px;
  }
  .wheelchairbag-snap .wheelchairbag-title {
    font-size: 35px;
  }
  /* menu */
  .wheelchairbag-logo {
    display: none;
  }
  .wheelchairbag-menu-wrapper {
    display: block;
  }
  .wheelchairbag-menu__list {
    padding: 10px 0;
    justify-content: center;
  }
  .wheelchairbag-menu__item + .wheelchairbag-menu__item {
    margin-left: 20px;
  }
  .wheelchairbag-story::before {
    height: 550px;
  }
  /* story */
  .wheelchairbag-story-lead {
    font-size: 15px;
    margin-bottom: 50px;
    padding-top: 50px;
  } 
  /* snap */
  .wheelchairbag-snap .slick-slider {
    padding: 0 20px;
  }
  .slick-arrow {
    width: 15px;
    height: 25px;
  }
  .slider-arrow-left {
    left: 7px;
  }
  .slider-arrow-right {
    right: 7px;
  }
  .wheelchairbag-snap__item-shopname {
    line-height: 1.3;
  }
  /* event */
  .wheelchairbag-event-playerimage__list {
    margin: 0 -10px;
    max-width: unset;
  }
  /* info */
  .modal-content {
    width: 85%;
  }
  /* store */
  .wheelchairbag-information-product-store-list {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .wheelchairbag-information-product-store-list > li {
    width: 50%;
  }
  .wheelchairbag-information-product-store-list > li:nth-child(n+3) {
    margin-top: 20px;
  }
  .wheelchairbag-information-product-store-btn > a {
   width: auto;
  }
  .wheelchairbag-information-product-storetext-list {
    align-items: baseline;
  }
  .wheelchairbag-information-product-storetext-list > li { 
    width: 50%;
  }
    
}
@media only screen and (max-width: 480px) {
  /* common */
  .wheelchairbag-content + .wheelchairbag-content {
    margin-top: 50px;
  }
  .wheelchairbag-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .wheelchairbag-snap .wheelchairbag-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  /* menu */
  .wheelchairbag-menu__item > a {
    font-size: 16px;
  }
  /* store */
  .wheelchairbag-story-lead {
    margin-bottom: 50px;
    padding-top: 50px;
    font-size: 14px;
  }
  .wheelchairbag-story-image-lead {
    margin-bottom: 50px;
  }
  .wheelchairbag-story::before {
    height: 500px;
  }
  .wheelchairbag-story-morebtn > a {
    font-size: 14px;
  }
  .wheelchairbag-story-title {
    width: 200px;
  }
  .wheelchairbag-story-subtitle {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .wheelchairbag-story-text-wrap {
    font-size: 14px;
  }
  .wheelchairbag-story1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .wheelchairbag-story-profile {
    display: block;
  }
  .wheelchairbag-story-profile-image {
    width: auto;
  }
  .wheelchairbag-story-profile-text {
    padding-left: 0;
    margin-top: 15px;
  }
  p.wheelchairbag-story-profile-description {
    font-size: 14px;
  }
  /* snap */
  .wheelchairbag-snap {
    padding: 50px 0;
  }
  /* event */
  .wheelchairbag-event {
    padding: 50px 0 50px;
  } 
  .wheelchairbag-event-content-title {
    font-size: 18px;
  }
  .wheelchairbag-event-content-date {
    font-size: 18px;
  }
  .wheelchairbag-event-content-text ,.wheelchairbag-event-content-text-first {
    font-size: 14px;
  }
  .wheelchairbag-event-player-name {
    font-size: 13px;
  }
  .wheelchairbag-event-content-btn > a {
    font-size: 14px;
    width: auto;
    padding: 15px 0;
  }
  .wheelchairbag-event-image__list {
    margin: 30px -5px 0;
  }
  .wheelchairbag-event-image__list > li {
    padding: 0 5px;
  }
  .wheelchairbag-event-image__list > li:nth-child(n+3) {
    margin-top: 10px;
  }
  .wheelchairbag-event-playerimage__list {
    margin: 0 -5px;
  }
  .wheelchairbag-event-playerimage__list > li {
    padding: 0 5px;
  }
  .wheelchairbag-event-playerimage__list  > li:nth-child(n+3) {
    margin-top: 20px;
  }
  /* info */
  .wheelchairbag-information.wheelchairbag-content {
    margin-top: 0;
    padding-top: 50px;
  }
  .wheelchairbag-information-product-detail > a {
    width: auto;
    font-size: 14px;
    padding: 10px;
  }
  .wheelchairbag-information-product-list {
    display: block;
    margin-top: 30px;
  }
  .wheelchairbag-information-product-detail > a .icon {
    right: 6px;
  }
  .wheelchairbag-information-product-item {
    padding: 0 ;
    width: 100%;
  }
  .wheelchairbag-information-product-item + .wheelchairbag-information-product-item {
    margin-top: 30px;
  }
  .wheelchairbag-information-product-item-content > a {
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
    margin: 20px auto 0;
  }
  .wheelchairbag-information-product-detail {
    margin-top: 30px;
  }
  .modal-content-header > p {
    padding: 15px 0;
    font-size: 14px;
  }
  /* store */
  .wheelchairbag-information-product-store {
    margin-top: 50px;
  }
  .wheelchairbag-information-product-store-name {
    font-size: 14px;
  }
}