@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

body {
  color: #434343;
}

a {
	transition: all .3s;
	color: #434343;
}

a:hover {
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

#header {
  padding: 4px 0;
}

.inner {
  max-width: 1020px;
  margin: 0 auto;
}

body.teaser .inner {
  max-width: 1080px;
}

#header .inner {
  overflow: hidden;
}

#header h1 {
  float: left;
}

#header h1 img {
  vertical-align: middle;
}

#header h1 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

#header nav {
  float: right;
  padding: 25px 0 0;
}

#header nav ul li {
  display: inline-block;
  border-left: 1px solid #c30d23;
}

#header nav ul li:first-child {
  border-left: 0px none;
}

#header nav ul li a {
  display: block;
  padding: 12px 30px;
  font-size: 24px;
}

.slider_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 60px;
}

.slider_inner_wrap {
  background: #ebebeb;
  padding: 10px 0;
}

.slider_inner {
  max-width: 1200px;
  margin: auto;
}

.slick-slider {
  margin: 0 auto;
}

.slick-dotted.slick-slider {
  margin: 0;
}

body.teaser .fv {
  background: url('../img/bg_fv.png') repeat 50% 50%;
  text-align: center;
  padding: 5px 0 0;
}

.slick-slide div {
  vertical-align: top;
}

.slick-slide img {
  width: 100%;
  vertical-align: top;
}

/* the slides */
.slick-slide {
  margin: 0 30px;
}
/* the parent */
.slick-list {
  overflow: inherit; 
}

.slick-prev {
	width: 60px;
	height: 60px;
	background: url('../img/prev.png') no-repeat 0 0;
	z-index: 999;
	left: 20px;
}

.slick-prev:hover {
  width: 60px;
	height: 60px;
	background: url('../img/prev.png') no-repeat 0 0;
	z-index: 999;
	opacity: 0.8;
}

.slick-next {
	width: 60px;
	height: 60px;
	background: url('../img/next.png') no-repeat 0 0;
	z-index: 999;
	right: 20px;
}

.slick-next:hover {
	width: 60px;
	height: 60px;
	background: url('../img/next.png') no-repeat 0 0;
	z-index: 999;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

@media screen and (max-width: 1300px) {
  .slick-prev, 
  .slick-prev:hover {
    left: 7.5vw;
    width: 4.8vw;
    height: 4.8vw;
    background-size: 100%;
  }
  .slick-next, 
  .slick-next:hover {
    right: 7.5vw;
    width: 4.8vw;
    height: 4.8vw;
    background-size: 100%;
  }
  .slider_inner {
    max-width: 100%;
  }
}

#content {
  max-width: 1020px;
  margin: 0 auto;
}

#content > section {
  margin: 60px 0;
  padding: 1px 0;
}

section h2 {
  position: relative;
  text-align: center;
  color: #c30d23;
  padding: 8px 0;
  font-size: 30px;
  background: url('../img/bg_ttl.png') no-repeat 100% 50%;
  border-bottom: 5px solid #c30d23;
  margin: 0 0 35px;
}

section .update_list {
  background: #ebebeb;
  padding: 10px;
  margin: 20px 0;
  border-radius: 20px;
}

section .update_list h3 {
  font-size: 24px;
  padding: 10px 0;
}

section .update_list h3:before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 49px;
  background: url('../img/ico-star.png') no-repeat 0 0;
  vertical-align: middle;
  margin: -6px 10px 0 10px;
}

section .update_list ul {
  overflow: hidden;
}

section .update_list ul li {
  float: left;
  width: 49.5%;
  margin: 0 1% 1% 0;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;

}

section .update_list ul li:nth-child(2n) {
  margin-right: 0;
}

section .update_list ul li a {
  display: flex;
  padding: 20px;
  position: relative;
}

section .update_list ul li a:hover {
  opacity: 1;
}

section .update_list ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all .3s;
}

section .update_list ul li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

section .update_list ul li figure {
  width: 115px;
}

section .update_list ul li figure img {
  box-sizing: border-box;
  border: 2px solid #c30d23;
}

section .update_list ul li p {
  width: 340px;
  font-size: 18px;
  line-height: 1.2em;
}

section .update_list ul li p strong {
  font-weight: normal;
}

section .update_list ul li p span {
  display: block;
  margin: 15px 0 0;
  color: #c30d23;
  font-weight: bold;
}

.slick-dots li button {
  border-color: #c30d23;
}

.slick-dots li.slick-active button {
  background: #c30d23;
}

.series_list {
  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;
}

.series_list:before{
  content:"";
  display:block;
  width: 225px;
  height:0;
  order:1;
}

.series_list:after{
  content:"";
  display:block;
  width: 225px;
  height:0;
}

.series_list li {
  width: 225px;
  margin: 0 0 40px;
}

.series_list li a {
  margin: 0 0 10px;
  display: block;
  position: relative;
}

.series_list li a:hover {
  opacity: 1;
}

.series_list li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.series_list li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

.series_list li img {
  border: 1px solid #a6a5a6;
  box-sizing: border-box;
  width: 100%;
}

.series_list li dt {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.3;
}

.series_list li dd {
  line-height: 1.5;
  color: #717171;
}


#footer .f_bnr {
  text-align: center;
}

#footer .f_bnr li {
  display: inline-block;
  margin: 0 10px;
}

#footer .f_bnr li a {
  position: relative;
  display: block;
}

#footer .f_bnr li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

#footer .f_bnr li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

#footer .f_bnr:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #c30d23;
  margin: 0 0 30px;
}

#footer .f_bnr:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #c30d23;
  margin: 30px 0 0;
}

#footer .inner {
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}

#footer .f_logo {
  margin: 0 0 30px;
}

#footer .f_menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 2px solid #c30d23;
}

#footer .f_menu li:last-child {
  border-right: 0px none;
}

#footer .f_menu li a {
  color: #c30d23;
}

#footer .f_menu li a:hover {
  text-decoration: underline;
}

#footer .copy {
  color: #c30d23;
  margin: 14px 0 30px;
}

#footer .f_sns li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

#footer .f_sns li a {
  overflow: hidden;
  display: block;
  position: relative;
}

#footer .f_sns li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  border-radius: 5px;
}

#footer .f_sns li:nth-of-type(2) a::before {
  border-radius: 16px;
}

#footer .f_sns li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

.notice {
  border-top: 4px solid #c30d23;
}

.notice_ {
  border-top: 4px solid #c30d23;
  border-bottom: 4px solid #c30d23;
}

.notice_ p:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url('../img/ico-star.png') no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 10px;
}

.notice_ p span {
  display: inline-block;
  vertical-align: middle;
}

.notice p:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url('../img/ico-star.png') no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 10px;
}

.notice p span {
  display: inline-block;
  vertical-align: middle;
}

.detail_fv {
  margin: 30px 0;
  text-align: center;
}

.detail_info {
  overflow: hidden;
}

.detail_info dl {
  float: left;
  width: 65%;
}

.detail_info dl dt {
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-weight: bold;
}

.detail_info dl dd {
  font-size: 30px;
  line-height: 1.2em;
}

.detail_info dl dd.original_ttl {
  margin: 15px 0 0;
  font-size: 16px;
}

.detail_info dl dd span.ort {
  display: block;
  font-size: 16px;
  margin: 10px 0 0;
}

.detail_info ul {
  float: right;
  width: 32%;
}

.detail_info ul li {
  margin: 0 0 10px;
}

.detail_info ul li a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #f06eaa;
  padding: 15px 30px;
  border-radius: 10px;
  letter-spacing: 0.2em;
}

.detail_info ul li a:before {
  content: "▶︎";
  float: left;
  font-size: 15px;
  padding: 8px 0 0;
}

.detail_info ul li:nth-of-type(2) a {
  background: #c30d23;
}

.detail_info ul li a:hover {
  background: #b15f86;
}

.detail_info ul li:nth-of-type(2) a:hover {
  background: #8d2123;
}


/* 「白金は春に染む」用 */
.btn_harusomu .btn_pink a {
	background: #f06eaa !important;
}
.btn_harusomu .btn_pink a:hover {
	background: #b15f86 !important;
}
.btn_harusomu .btn_red a {
	background: #c30d23 !important;
}
.btn_harusomu .btn_red a:hover {
	background: #8d2123 !important;
}


/* Renta!選考用 */
.btn_renta_tanwa a {
	background: #c30d23 !important;
}
.btn_renta_tanwa a:hover {
	background: #8d2123 !important;
}

.detail_original {
  margin: 15px 0 0;
}

.detail_original p {
  margin: 0 0 30px;
}

.detail_txt {
  font-size: 24px;
  line-height: 1.6em;
  margin: 30px 0 0;
}

.detail_txt a {
  color: #f06eaa;
}

.detail_txt a:hover {
  color: #b25f86;
  text-decoration: underline;
}

.on_logos {
  overflow: hidden;
  padding: 50px 70px;
  background: #ebebeb;
}

.on_logo_b {
  float: left;
  width: 59%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

.on_logo_b a {
  position: relative;
  display: block;
}

.on_logo_b a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  border-radius: 10px;
}

.on_logo_b a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

.on_logo_s {
  float: right;
  width: 35%;
}

.on_logo_s ul li {
  margin: 0 0 20px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

.on_logo_s ul li a {
  position: relative;
  display: block;
}

.on_logo_s ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  border-radius: 10px;
}

.on_logo_s ul li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

.on_logo_s ul li:last-child {
  margin: 0px;
}

.new_list {
  background: #ebebeb;
  padding: 0 30px;
}

.new_list li {
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 4px solid #fff;
}

.new_list li:last-child {
  border: 0px none;
}

.new_list li figure {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.new_list li p {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 24px;
}

.new_list li p span {
  display: inline-block;
  width: 35%;
  text-align: center;
}

/*2021/03/02*/

section h3 {
  position: relative;
  color: #c30d23;
  padding: 8px 0;
  font-size: 24px;
}

.book {
  overflow: hidden;
  background: #ebebeb;
  padding: 20px 40px;
}

.book_info{
  display: flex;
  margin: 20px 0;
}

.shop_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 100px;
}

.book_img{
  margin-right: 40px;
}

.shop_list ul li{
  margin-bottom: 26px;
}

.shop_list ul li img{
  background: #fff;
  text-align: center;
  border-radius: 10px;
}

.shop_list ul li a {
  position: relative;
  display: block;
}

.shop_list ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  border-radius: 10px;
}

.shop_list ul li a:hover::before {
  opacity: 0.2;
  transition: all .3s;
}

.shop_list ul li:last-child {
  margin-bottom: 0px;
}

/*キャラクター*/
.cara{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2% 0 0 2%;
  margin-bottom: -10%;
}

.cara dl{
  margin-bottom: 10%;
}


.cara dl{
  display: flex;
  max-width: 485px;
}

.cara dt{
  position: relative;
}

.cara dt .ico{
  position: absolute;
  width: 60px;
  height:60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  font-weight: bolder;
  color: #ffffff;
  top: -20px;
  left: -20px;
}

.cara_1 dt .ico{
  background: #99CCFF;
}

.cara_2 dt .ico{
  background: #FFCCCC;
}

.cara dt p{
  max-width: 180px;
  margin-right: 20px;
}

.cara dt p img{
  width: 100%;
}

.cara dd{
  width: 80%;
}

.cara dd h3{
  font-size: 24px;
  line-height: 1.6em;
  color: #434343;
  padding: 0;
  margin-bottom: 4%;
}

.cara dd p{
  line-height: 1.8em;
  font-size: 20px;
}

.cara .cara_1 dd p{
  border-bottom: 3px dotted #99CCFF;
  display: inline;
}

.cara .cara_2 dd p{
  border-bottom: 3px dotted #FFCCCC;
  display: inline;
}

.twitter{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twitter_inner {
  width: 48%;
}

.banner{
  display: block;
  width: 80%;
  max-width:640px ;
  height: auto;
  margin: 0 auto;
}

.banner img{
  width: 100%;
  height: auto;
}


/*ライコミ用追記_202403*/

.ricomi_banner{
  display: block;
  width: 60%;
  max-width:  1020px;
  margin: 0 auto;
  background-color: #797979;
  border-radius: 30px;
}

.ricomi_banner img{
  display: block;
  width: 100%;
}

.ricomi_banner img:hover{
  opacity: 0.6;
  transition: all .3s;
}
