@charset "utf-8";


@import url("/_shared/2017/css/default.css");
@import url("/_shared/2017/css/base-mobile.css");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');


body {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  background: linear-gradient(-90deg, #d9f8ff 0%, #ffd9cc 33%, #ffebbd 66%, #ffdcec 100%);
}

.pc {
  display: none;
}

input,
textarea,
select {
  font-size: 16px;
}

article {
  padding: 5px 0;
  margin-top: -20px;
  min-height: 100%;
  position: relative;
  /*background: linear-gradient(-20deg, #d9f8ff 0%, #ffd9cc 33%, #ffebbd 66%, #ffdcec 100%);*/
  /*box-shadow: 0 5px 5px rgba(221, 221, 221, 0.8) inset, 0 -5px 5px rgba(221, 221, 221, 0.8) inset;*/
}

#special {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.nav li {
  display: block;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}

.copyright,
.sns {
  padding-bottom: 20px;
  text-align: center;
}

.sns * {
  vertical-align: middle;
}

.sns {
  background: #fff;
  padding-top: 20px;
}

.sns .twitter-share-button {
  margin-right: 5px;
  display: inline-block;
}

.sns .fb-share-button {
  margin-right: 10px;
  display: inline-block;
}

.copyright_box {
  text-align: center;
  padding-bottom: 20px;
  font-size: 12px;
  color: #777;
  background: #fff;
}

.copyright_box ul {

}

.copyright_box ul li {
  display: inline-block;
}

h1 {
  text-align: center;
  padding: 30px 0 0;
  /*background: #fff;*/
}

h1 img {
  max-width: 120px;
}

h1 p {
  font-size: 30px;
  color: #fff;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
}

.movie {
  text-align: center;
  margin-bottom: 15px;
}

.movie iframe {
  width: 240px;
  height: 135px;
  box-shadow: 0 2px 7px -2px #000;
}

.products {
  text-align: center;
  margin-bottom: 30px;
}

.top_products {
  margin-top: 30px;
}

.products h2 {
  margin: 30px 0;
  text-align: center;
  font-size: 23px;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}

.products h2:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background: #000;
  bottom: -10px;
  left: calc(50% - 10px);
}

.h2_aw2019,
.h2_ss2018,
.h2_sp2019,
.h2_film,
.h2_su2019,
.h2_au2020,
.h2_wi2020,
.h2_fsl2020,
.h2_wi2021,
.h2_film2021,
.h2_tlsp2021,
.h2_tlsm2021,
.h2_tlau2021,
.h2_mmss,
.h2_tlwi2022,
.h2_act2sp,
.h2_mmaw,
.h2_act2su,
.h2_act2au,
.h2_act2wi,
.h2_act2sp23,
.h2_act2su23,
.h2_act2au23,
.h2_act2wi24,
.h2_fsl2024,
.h2_act32025,
.h2_act32025_02,
.h2_other {
  display: none;
}

h3 {
 font-size: 14px;
 margin: 20px 0;
}

.products + .notes {
  margin-top: -30px;
  margin-bottom: 30px;
}

.products .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  min-width: 150px;
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #FFF;
}

.products.cd .item {
  width: 97%;
}

.products .item.random {
  width: 96.3%; /* width A */
}

.products .item .title {
  margin-bottom: 5px;
  font-weight: bold;
  height: 4.5rem;
}

.products .item .title_6r {
  height: 6rem;
}



.products .item .title strong {
  display: block;
  font-weight: normal;
}

.products .item .title span {
  font-size: 85%;
  font-weight: normal;
  display: block;
}

.products .item .price,
.products .item .price_release,
.products .item .release_price,
.products .item .release,
.products .item .stock,
.products .item .songs {
  margin: 5px 0;
  font-size: 12px;
  color: #666;
}

.products .item .release + .price {
  margin-top: -5px
}

.products .item .stock {
  display: inline-block;
  margin: 5px 0 0;
  padding: 1px 8px;
  color: #e54f86;
  border: solid 1px #e54f86;
  font-size: 12px;
}

.products .item .include,
.products .item .songs {
  background-color: #F3F3F3;
  text-align: left;
  padding: 7px;
  font-size: 11px;
  color: #333;
}

.products .item .include .head,
.products .item .songs .head {
  display: block;
}

.products .item .bonus {
  margin-bottom: 5px;
  padding: 5px 0;
  color: #e54f86;
  background-color: #e54f86;
  color: #FFF;
}

.products .item .bonus > span {
  background-color: #FFF;
  padding: 2px 4px;
  margin-right: 3px;
  border-radius: 3px;
  color: #e54f86;
  font-size: 90%;
}

.products .item .bonus > strong {
  display: block;
  padding-top: 5px;
  font-weight: normal;
}

.products .item .bonus em {
  display: block;
}

.products .item .bonus .notes {
  padding-bottom: 0;
}

.products .item .bonus .notes li:only-child {
  text-align: center;
}

.products .item .bonus img {
  max-width: 150px;
  max-height: 150px;
}

.products .item .figure {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 5px;
  line-height: 1;
  width: 480px;
  height: 200px;
}

.figure_bonus {
  height: auto!important;
}

.figure_bonus img {
  max-width: 90%!important;
}

.products .item .figure img {
  max-width: 100%;
  max-height: 200px;
}

.products .item .figure.no img,
.products .item .figure img[src="misc/no.png"] {
  box-shadow: none;
}


.products .item .cart {
  padding-top: 10px;
}

.products .item .cart form span {
  display: block;
  margin-top: 2px;
}

.products .item .cart form select {
  margin: 10px 0;
  max-width: 80%;
}

.products .item .cart a,
.products .item .cart span {}

.products .item .cart a + a,
.products .item .cart a + span,
.products .item .cart span + a,
.products .item .cart span + span {
  margin-top: 10px;
}

.products .item .cart a img,
.products .item .cart span img {
  width: 90%;
  max-width: 180px;
  vertical-align: middle;
  background-color: #e54f86;
  box-shadow: 0 2px 7px -2px #e54f86;
}

.products .item .cart + .notes {
  padding-top: 10px;
}

.products .item .cart + .notes li:only-child {
  text-align: center;
}






.item_caution_scroll_box {
  width: 96%;
  margin: 10px auto 0;
  padding: 5px;
  overflow-y: scroll;
  height: 100px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: left;
  background: #fafafa;
  color: #555;
}

.item_caution_scroll_box {
  font-size: 12px;

}

.item_caution_scroll_ttl {

}

.item_caution_scroll_txt {
  font-size: 11px;
}

.item_caution_scroll_list {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.item_caution_scroll_ttl li {

}

.item_caution_scroll_subttl {
  margin-top: 10px;
}

.item_caution_scroll_subtxt {

}

.item_caution_scroll_sublist {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.item_caution_scroll_sublist li {

}

.item_caution_scroll_sublist_02 {

}

.item_caution_scroll_sublist_02 dt {

}

.item_caution_scroll_sublist_02 dd {
  margin-bottom: 10px;
}

.item_caution_scroll_sublist_02 dd:last-child {
  margin-bottom: 0;
}


/*スクロールバーcss*/
.item_caution_scroll_box::-webkit-scrollbar {
  width:5px;
  background:#eee;
}
.item_caution_scroll_box::-webkit-scrollbar:horizontal {
  height:5px;
}

.item_caution_scroll_box::-webkit-scrollbar-button {
  width:5px;
  height:5px;
  background:#333;
}

.item_caution_scroll_box::-webkit-scrollbar-piece {
  background:#eee;
}

.item_caution_scroll_box::-webkit-scrollbar-piece:start {
  background:#eee;
}

.item_caution_scroll_box::-webkit-scrollbar-thumb {
  background:#333;
}

.item_caution_scroll_box::-webkit-scrollbar-corner {
  background:#333;
}






.caution,
.special_bonus {
  width: 100%;
  margin: 0 auto 15px;
  padding: 10px 0 20px;
  background-color: #f94c7d;
}

.caution > .notes,
.caution,
.special_bonus {
  color: #FFF;
}

.caution strong {
  color: #FFF;
}


.caution table,
.special_bonus table {
  margin: 10px auto;
  border-collapse: separate;
}

.special_bonus table {
  margin-bottom: 0;
}

.caution table th,
.special_bonus table th {
  color: #f94c7d;
  background-color: #FFF;
  padding: 5px 15px;
  border: solid 2px #f94c7d;
}

.caution table td,
.special_bonus table td {
  padding: 5px 10px;
  text-align: left;
}

.special_bonus .title {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-weight: bold;
  color: #f94c7d;
  background-color: #FFF;
}


/*==バナー==*/
.bnr_box {
  padding: 40px 0;
  background: #fff;
}

.bnr_list {

}

.bnr_list li {
  width: 250px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.bnr_list li a {

}

.bnr_list li a:hover {
  opacity: .8;
}

.bnr_list li a img {
  width: 100%;
  vertical-align: bottom;
}

/*==フッター==*/
footer {
  position: relative;
}

footer .canime {
  padding: 10px 15px;
  background-color: #000;
}

footer .canime img {
  width: 100px;
  vertical-align: bottom;
}


/*==メニュー==*/
.menu_box{
  height: 20px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  background: #e84472;
  padding: 10px;
}
.menu{
    height: 20px;
    position: fixed;
    /*left: 20px;*/
    /*top: 20px;*/
    width: 30px;
    z-index: 99;
	cursor: pointer;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
	background: #fff;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
	background: #fff;
}

.gnav{
    background: rgba(232, 67, 114, .9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow: auto;
	-webkit-overflow-scrolling: touch;

}

.gnav__menu {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
}

.gnav__wrap {
    /*align-items:center;*/
    /*display: flex;*/
    height: 100%;
    /*justify-content: center;*/
    /*position: absolute;*/
    width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.gnav__menu__item {
    margin: 10px 0 0;
}

.gnav__menu__item a:hover{
    color: #666;
}

.menu__line_click {
  background: #fff;
}

.menu_logo {
  width: 120px;
  margin: 30px auto 0;
}

.menu_logo img {
  width: 100%;
  vertical-align: bottom;
}







.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
	left: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%)
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "MORE"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "＋";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 1000px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    display: none; /* 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    /*content: "↑";*/
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 10px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


/*==受注生産==*/
.order_box {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.order_box_02 {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.order_ttl {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #e54f86;
  /*margin-bottom: 10px;*/
  margin-bottom: 5px;
}

.order_ttl_sub {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #e54f86;
  margin-bottom: 10px;
}

.order_table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.order_table tr {

}

.order_table th {    
  font-weight: normal;
  background: #999;
  color: #fff;
  padding: 2px;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.order_table td {
  display: block;
  font-size: 14px;
  text-align: center;
}

.order_caution {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

.order_caution li {
 margin-bottom: 3px;
}

.order_book_box {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.order_book_ttl {
  font-size: 16px;
  font-weight: bold;
  color: #e54f86;
  margin-bottom: 5px;
}

.order_book_subttl {
  font-size: 14px;
  margin-bottom: 5px;
}

.order_book_list {
  text-indent: -1em;
  padding-left: 1em;
}

.order_book_list li {
  margin-bottom: 3px;
}

.order_box_books_top {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.order_box_books_top a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.order_box_books {
  max-width: 90%;
  margin: 20px auto;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


/*==ヘルプnav==*/
.helpnav {
  position: fixed;
  top: 60px;
  right: 10px;
  margin: 0;
  padding: 0;
  z-index: 97;
}

.helpnav a,
.helpnav a:link,
.helpnav a:visited,
.helpnav a:active {
  color: #ccc;
}

.helpnav ul li a {
  border: solid 2px #CCC;
  background-color: #FFF;
  border-radius: 40px;
  padding: 8px 15px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  width: 15px;
  transition: all 0.2s ease-out;
}



/*==お知らせ==*/
.info_box {
  width: 95%;
  margin: 10px auto 30px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.info_top_txt {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.info_subttl {
  font-size: 14px;
  background: #e2e2e2;
  padding: 2px 5px;
  margin-bottom: 5px;
}

.info_subtxt {
  margin-bottom: 5px;
}

.info_caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  margin-bottom: 15px;
}

.info_caution li {

}

.info_list {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.info_list li {

}



