@charset "utf-8";


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


body {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  background: #fff;
  background: url("bg_pc.jpg?1") center center no-repeat fixed;
  background-size: cover;
}

.sp {
  display: none;
}

.nav li {
  /*display: inline-block;*/
  padding: 10px;
  text-decoration: none;
  color: #e7557f;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  width: 15%;
}

.nav li:nth-child(n + 6) {
  width: 100%;
}

.nav li:hover {
  color: #ccc;
}

article {
  padding: 10px 0 50px;
  margin-top: -50px;
  /*box-shadow: 0 5px 5px rgba(221, 221, 221, 0.8) inset, 0 -5px 5px rgba(221, 221, 221, 0.8) inset;*/
}

#special {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.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: 50px 0 20px;
  /*
  background: url("bg_pc.jpg") center center no-repeat fixed;
  background-size: cover;
  */
}

h1 img {
  max-width: 200px;
}

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


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

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

::selection {
  color: #FFF;
  background: #000;
}

.products {
  text-align: center;
}

.top_products {
  margin-top: 50px;
}

.products h2 {
  margin: 50px 0;
  text-align: center;
  font-size: 40px;
  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: 20px;
 margin: 40px 0;
}

.products .item,
.products .limited_bonus,
.products .special_bonus {
  display: inline-block;
  vertical-align: top;
  width: 300px; /* width A */
  margin: 0 5px 10px;
  padding: 10px 0;
  background-color: #FFF;
}

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

.products .item .title strong,
.products .item .title em,
.products .item .title span {
  display: block;
}

.products .item .title em {
  font-size: 95%;
  font-weight: normal;
}

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

.products .item .title br {
  /*display: none;*/
}

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

.products .item .release {}

.products .item .price {}

.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 .bonus {
  margin-bottom: 5px;
  padding: 5px 0;
  background-color: #e54f86;
  color: #FFF;
}

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

.products .item .bonus > strong {
  display: inline-block;
  font-weight: normal;
}

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

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

.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 .figure {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  line-height: 1;
  width: 300px;
  height: 300px;
}

.figure_bonus {
  height: auto!important;
}

.figure_bonus img {
  max-height: 250px!important;
  max-width: 250px!important;
}

.products .item .figure img {
  max-height: 300px;
  max-width: 300px; /* width A 以下 */
  /*box-shadow: 0 2px 7px -2px #666;*/
}

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

.products .item .figure.nowprinting {
  margin: 0 auto 10px;
  width: 180px;
  height: 180px;
  color: #DDD;
  display: table;
  box-shadow: 0 2px 7px -2px #000;
  background-color: rgba(255, 255, 255, 0.6)
}

.products .item .figure.nowprinting span {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

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

.products .item .bonus .cart {
  margin-bottom: 5px;
}

.products .item .cart a,
.products .item .cart span {
  display: inline-block;
}

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

.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: 190px;
}

.products .item .bonus .cart a img {
  width: 210px;
}

.products .item .cart a img,
.products .item .cart span img {
  transition: all 0.2s ease-out;
  background-color: #e54f86;
  box-shadow: 0 2px 7px -2px #ccc;
  vertical-align: middle;
}

.products .item .cart a img:hover {
  background: #fa630b;
  background: rgba(227, 0, 130, 0.3);
}

.products .item .notes {
  font-size: 11px;
  padding: 10px 0 0;
  padding-left: 1.3em;
}

.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: 11px;

}

.item_caution_scroll_ttl {
  font-size: 12px;
}

.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;
}








.products .special_bonus {
  display: block;
  width: 652px;
  margin: 0 auto 20px;
  padding: 0;
}

.products .special_bonus .title {
  margin-bottom: 5px;
  padding: 5px 5px;
  color: #FFF;
  background-color: #e84472;
  text-align: center;
}

.products .special_bonus p {
  margin-bottom: 5px;
  padding-left: 10px;
}

.products .special_bonus .notes {
  padding-left: 20px;
}



.products .limited_bonus {
  width: 640px;
  padding-top: 0;
  /* .item property inherit */
}

.products .limited_bonus .title {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}

.products .limited_bonus .title + p {
  margin-bottom: 10px;
}

.products .limited_bonus .notes {
  padding-left: 20px;
}

.products .limited_bonus strong {
  color: #F33;
}

.products .limited_bonus div,
.products .limited_bonus table,
.products .special_bonus table {
  text-align: left;
}

.products .limited_bonus h4 {
  padding-left: 5px;
  font-weight: normal;
}

.products .limited_bonus table,
.products .special_bonus table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  font-size: 12px;
}

.products .limited_bonus table.schedule {
  margin-bottom: 10px;
}

.products .limited_bonus table th,
.products .special_bonus table th {
  width: 8em;
  border: solid 1px #999;
  color: #000;
  font-weight: normal;
  text-align: center;
}

.products .limited_bonus table th,
.products .limited_bonus table td,
.products .special_bonus table th,
.products .special_bonus table td {
  padding: 3px 0;
  vertical-align: middle;
}

.products .limited_bonus table td .notes,
.products .special_bonus table td .notes {
  padding-top: 0;
  padding-bottom: 0;
}

.products .limited_bonus table td ul:not(.notes),
.products .special_bonus table td ul:not(.notes) {
  list-style: disc outside;
  padding-left: 20px;
}

.products .limited_bonus table td ol,
.products .limited_bonus table td ol li {
  display: inline;
}

.products .limited_bonus table td ol li .act {
  display: inline-block;
  margin-right: 5px;
  margin-left: .5em;
  padding: 1px 6px;
  border-radius: .5em;
  font-size: 90%;
  color: #FFF;
  background-color: #000;
}



.apology,
.products .made_to_order {
  max-width: 1050px;
  margin: 0 auto 20px;
  padding: 20px 0;
  border: solid 2px #f94c7d;
}

.apology {
  max-width: 700px;
  padding: 20px;
  line-height: 1.6;
}

.products .made_to_order .caution {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #000;
}

.products .made_to_order .caution strong {
  color: #f94c7d;
}


.products .made_to_order .caution table {
  margin: 10px auto;
  border-collapse: separate;
  border-spacing: 5px;
}

.products .made_to_order .caution table th {
  background-color: #f94c7d;
  color: #FFF;
  font-weight: normal;
  padding: 5px 15px;
}

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

.products .made_to_order .item .spec {
  margin-bottom: 15px;
  font-size: 11px;
  list-style: none;
}

/*==バナー==*/
.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: 30px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
  z-index: 99;
  cursor: pointer;
  background: #e84472;
  padding: 10px;
}
.menu{
    height: 30px;
    position: fixed;
    /*left: 20px;*/
    /*top: 20px;*/
    width: 40px;
    z-index: 99;
	cursor: pointer;
}
.menu__line{
    background: #fff;
    display: block;
    height: 4px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 13px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 13px;
    transform: rotate(45deg);
	background: #fff;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 13px;
    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;
}

.gnav__menu {
  margin: 60px auto 0;
  text-align: center;
  font-size: 23px;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.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;
}

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

.menu__line_click {
  background: #fff;
}

.menu_logo {
  width: 200px;
  margin: 50px auto 0;
}

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

.accordion-box input {
  display: none;
}


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

.order_box_bottom {
  margin-top: 40px;
}

.order_box_02 {
  max-width: 800px;
  margin: 20px auto 50px;
  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: 25px;
  font-weight: bold;
  color: #e54f86;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
}

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

.order_table {
  /*margin: 0 auto;*/
  border-collapse: separate;
  border-spacing: 10px;
}

.order_table tr {

}

.order_table th {    
  font-weight: normal;
  background: #999;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  vertical-align: middle;
}

.order_table td {
  text-align: left;
  vertical-align: middle;
}

.order_caution {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  margin-top: 20px;
}

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

.order_caution li:only-child {
  text-align: center;
}

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

.order_book_ttl {
  font-size: 18px;
  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: 670px;
  margin: 20px auto 50px;
  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: 670px;
  margin: 20px auto 50px;
  padding: 20px 10px;
  background: rgba(255, 255, 255, .6);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


/*==ヘルプnav==*/
.helpnav {
  position: fixed;
  top: 20px;
  right: 100px;
  margin: 0;
  padding: 0;
}

.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 {
  max-width: 800px;
  margin: 10px auto 30px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

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

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

.info_subtxt {
  margin-bottom: 5px;
}

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

.info_caution li {

}

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

.info_list li {

}






