@charset "UTF-8";

#conceptalbum img {
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

@media screen and (min-width:783px) {


  /*　common
------------------------------------------------ */
  .conceptalbum_sec {
    padding: 80px 0 48px;
  }

  .container {
    width: 980px;
    margin: 0 auto;
  }

  .conceptalbum__h2 {
    margin-bottom: 48px;
    text-align: center;
  }

  .conceptalbum__h2 img {
    display: inline-block;
  }

  .conceptalbum__txt {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }

  .fc_red {
    color: #e60012;
  }

  .bg_gr {
    background: #EFEFF0;
  }

  .bg_black {
    background: #000;
  }

  .conceptalbum__slider_nav a {
    display: block;
    background: #000;
    cursor: pointer;
  }

  .conceptalbum__slider_nav a:hover {
    opacity: 1;
  }

  .conceptalbum__slider_nav a.active img {
    opacity: .7;
  }


  /*　main
------------------------------------------------ */
  .conceptalbum_main {
    font-weight: bold;
  }

  .conceptalbum_main__img {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
  }

  .conceptalbum_main__img img {
    display: inline;
  }

  .conceptalbum_main__head {
    margin-bottom: 32px;
    text-align: center;
  }

  .conceptalbum_main__head img {
    display: inline-block;
  }

  .conceptalbum_main__txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }

  .conceptalbum_inner.fv {
    padding: 20px 0;
  }

  .conceptalbum_inner.jacket {
    background-color: #000;
    padding: 40px 0;
  }

  .conceptalbum_inner.jacket .conceptalbum_main__txt {
    color: #fff;
  }

  .conceptalbum_inner.specialbox .conceptalbum_main__img {
    max-width: 660px;
  }

  .conceptalbum_inner.specialbox .conceptalbum__txt {
    margin: 30px auto;
  }


  /* Box
------------------------------------------------ */
  .conceptalbum__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 587px;
    margin-bottom: 32px;
  }

  .conceptalbum__box_main {
    width: 783px;
  }

  .conceptalbum__slider {
    padding-right: 7px;
    padding: 0;
  }

  .conceptalbum__slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 181px;
    height: 100%;
    padding-left: 14px;
  }

  /*　商品エリア
------------------------------------------------ */
  .conceptalbum__pd_list {
    margin: 80px auto 40px;
  }

  .conceptalbum__pd_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    gap: 20px;
  }

  .conceptalbum__pd_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 10px);
    padding: 0px;
  }

  .conceptalbum__pd_item form {
    margin-top: auto;
  }

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

  /* start concept album */
  .conceptalbum__pd_list-center > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .conceptalbum__pd_list-center .conceptalbum__pd_img {
    width: 980px;
    margin: 0 -265px;
  }

  /* end concept album */

  .conceptalbum__pd_name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .conceptalbum__pd_price {
    font-size: 18px;
    text-align: right;
  }

  .conceptalbum__pd_price span {
    font-size: 36px;
    font-family: Oswald, sans-serif;
  }

  .conceptalbum__btn_cart {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 100%;
    height: 63px;
    margin-top: 10px;
    color: #fff;
    background: #e60012;
    border: 0;
    font-size: 20px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
  }
  .conceptalbum__btn_cart:hover {
    color: #fff;
    text-decoration: underline;
  }

  .conceptalbum__btn_cart__disabled {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 100%;
    height: 63px;
    margin-top: 10px;
    color: #fff;
    background: #6e6e6e;
    border: 0;
    font-size: 20px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
  }



  /* 注意事項
------------------------------------------------ */
  .conceptalbum_att {
    width: 980px;
    margin: 60px auto 0;
    padding: 40px 32px;
    color: #c60000;
    border: 4px solid #c60000;
  }

  .conceptalbum_att h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .conceptalbum_att dt,
  .conceptalbum_att dd,
  .conceptalbum_att p {
    color: #c60000;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
  }

  .conceptalbum_att p {
    margin-bottom: 1em;
  }

  .conceptalbum_att dt {
    margin-top: 1em;
  }

  /*------------------------------
      Accordion
  ------------------------------*/
  .conceptalbum__aboutTicket_accordion {
    display: block !important;
  }



}


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

  /*　common
------------------------------------------------ */
  #conceptalbum {
    overflow: hidden;
  }

  .conceptalbum_sec {
    padding: 40px 0 24px;
  }

  .container {
    padding-left: 3.25%;
    padding-right: 3.25%;
  }

  .conceptalbum__h2 {
    margin-bottom: 24px;
    text-align: center;
  }

  .conceptalbum__h2 img {
    display: inline-block;
  }

  .conceptalbum__txt {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }


  .conceptalbum__txt.main_txt {
    text-align: left;
  }



  .fc_red {
    color: #e60012;
  }

  .bg_gr {
    background: #EFEFF0;
  }

  .conceptalbum__slider_nav a {
    display: block;
    background: #000;
    cursor: pointer;
  }

  .conceptalbum__slider_nav a:hover {
    opacity: 1;
  }

  .conceptalbum__slider_nav a.active img {
    opacity: .7;
  }


  /*　main
------------------------------------------------ */
  .conceptalbum_main {
    font-weight: bold;
  }

  .conceptalbum_main__img {
    margin-bottom: 24px;
  }

  .conceptalbum_main__head {
    margin: 0 auto 16px;
    text-align: center;
  }

  .conceptalbum_main__txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }

  .conceptalbum_inner.fv {
    padding: 20px 0;
  }

  .conceptalbum_inner.jacket {
    background-color: #000;
    padding: 20px 0;
  }

  .conceptalbum_inner.jacket .conceptalbum_main__txt {
    color: #fff;
  }

  .conceptalbum_inner.specialbox .conceptalbum_main__img {
    max-width: 660px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .conceptalbum_inner.specialbox .conceptalbum__txt {
    margin: 30px auto;
  }



  /* Box
------------------------------------------------ */
  .conceptalbum__box {
    margin-bottom: 16px;
  }



  .conceptalbum__slider {
    padding-left: 0;
  }

  .conceptalbum__slider_nav-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px -5px 0;
    padding-left: 0;
  }

  .conceptalbum__slider_nav-1 li {
    width: 25%;
    padding: 0 5px;
  }

  /*　商品エリア
------------------------------------------------ */
  .conceptalbum__pd_list {
    margin: 40px auto 20px;
  }

  .conceptalbum__pd_list > ul {
    /* margin: -20px; */
    padding-left: 0px;
  }

  .conceptalbum__pd_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px 20px;
  }

  .conceptalbum__pd_item form {
    margin-top: auto;
  }

  .conceptalbum__pd_name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .conceptalbum__pd_price {
    font-size: 18px;
    text-align: right;
  }

  .conceptalbum__pd_price span {
    font-size: 36px;
    font-family: Oswald, sans-serif;
  }

  .conceptalbum__btn_cart {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 100%;
    height: 63px;
    margin-top: 10px;
    color: #fff;
    background: #e60012;
    border: 0;
    font-size: 20px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
  }

  .conceptalbum__btn_cart__disabled {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 100%;
    height: 63px;
    margin-top: 10px;
    color: #fff;
    background: #6e6e6e;
    border: 0;
    font-size: 20px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
  }




  /* 注意事項
------------------------------------------------ */
  .conceptalbum_att {
    margin: 40px auto 0;
    padding: 20px 16px;
    color: #c60000;
    border: 4px solid #c60000;
  }

  .conceptalbum_att h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .conceptalbum_att dt,
  .conceptalbum_att dd,
  .conceptalbum_att p {
    color: #c60000;
    text-align: left;
  }

  .conceptalbum_att p {
    margin-bottom: 1em;
  }

  .conceptalbum_att dt {
    margin-top: 1em;
  }

  /*------------------------------
      Accordion
  ------------------------------*/
  .conceptalbum__aboutTicket_accordion {
    display: none;
  }

  .conceptalbum__aboutTicket_accordion_btn {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
    position: relative;
  }


  .conceptalbum__aboutTicket_accordion_btn span {
    display: block;
    position: relative;
    z-index: 1;
  }

  .conceptalbum__aboutTicket_accordion_btn span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, white 50%, transparent);
    width: 100%;
    height: 7rem;
    z-index: -1;
    transition: background 0.2s;
  }
  .conceptalbum__aboutTicket_accordion_btn span.js-opened::before {
    background: linear-gradient(0deg, white 26%, transparent 40%, transparent);
  }

  .conceptalbum__aboutTicket_accordion_btn span::after {
    content: "▼";
  }

  .conceptalbum__aboutTicket_accordion_btn span.js-opened::after {
    content: "▲";
  }

}

@media screen and (min-width:783px) {

  .conceptalbum__aboutTicket {
    background: #e8e8e8;
    padding: 20px;
    margin-bottom: 50px;
  }

  .conceptalbum__aboutTicket_title {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
  }

  .conceptalbum__aboutTicket_text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .conceptalbum__aboutTicket_text b {
    text-decoration: underline;
  }

  .conceptalbum__aboutTicket_image {
    display: flex;
    justify-content: space-between;
  }

  .conceptalbum__aboutTicket_image img {
    flex: 0 0 auto;
    width: 49%;
  }
}


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

  .conceptalbum__aboutTicket {
    background: #e8e8e8;
    padding: 10px;
    margin-bottom: 20px;
  }

  .conceptalbum__aboutTicket_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }

  .conceptalbum__aboutTicket_text {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .conceptalbum__aboutTicket_text b {
    text-decoration: underline;
  }

  .conceptalbum__aboutTicket_image {
    text-align: center;
  }

  .conceptalbum__aboutTicket_image img {
    width: 94%;
    margin-bottom: 10px;
    display: inline;
  }
}