@charset "UTF-8";

/*==============================================
global
==============================================*/
html {
  font-size: 62.5%;
  color: #000;
}

.en html {
  font-size: 75.5%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  min-width: 1100px;
  word-break: break-word;
}

.en body {
  font-family: "Helvetica", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

*:last-child {
  margin-bottom:0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, button, figure, figcaption {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.4rem;
}

li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top!important;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

/*プレイスフォルダーの色を帰る*/
::placeholder {
  color: #bdbdbd;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #bdbdbd;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #bdbdbd;
}

/*IE11でselectの▼を表示しない*/
select::-ms-expand {
  display: none;
}

/*iOSで青文字にしない*/
select {
  color:#000;
}

._pc {
  display: inline-block;
}

._sp {
  display: none;
}

@media only screen and (min-width: 770px) {
	._pc_none {
		display: none !important;
	}
}
@media only screen and (max-width: 769px) {
	._sp_none {
		display: none !important;
	}
}


/*==============================================
a
==============================================*/
a, a:visited {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
._link {
	color: #e54133;
  text-decoration: none;
  border-bottom: 1px solid #e54133;
  padding-bottom: .2em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
._link:visited {
	color: #e54133;
}

._link:hover {
  color: #bbb;
  border-bottom: 1px dotted #bbb;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

._link:active {
	color: #fff;
	text-decoration: none;
}

a:hover img {
  opacity: 0.85;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

._btn, ._btn:visited {
  background: #e54133;
  color: #fff;
  padding: .2em 1em;
  font-weight: bold;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

._btn:hover {
  opacity: 0.85;
  cursor: pointer;
}

._btn--disabled {
  background: #929292;
  color: #ccc;
  display: inline-block;
}

._btn--disabled:hover {
  opacity: 1;
  cursor:default;
}
._badge {
  background: #e54133;
  color: #fff;
  padding: .4em 1em;
  font-weight: bold;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
._inner {
  width: 85%;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}


/*==============================================
form reset
==============================================*/
input[type=text],
input[type=email],
input[type=tel],
input[type=number]
 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: none;
	box-sizing:border-box;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: none;
	box-sizing:border-box;
}


/*==============================================
header (PC)
==============================================*/
.header__top {
  display: flex;
  justify-content: space-between;
  padding:20px 0 30px;
  position:relative;
  align-items: flex-end;
}

/*header__logo*/
.header__logo {
  width: 30%;
  position: relative;
  top:5px;
}

/*header__search*/
.header__search {
  width: 28%;
  margin:0 4%;
}

.header__search__form {
/*  border:3px solid #e54133;
  border-radius: 10px;*/
  height: 46px;
  vertical-align: top;
  display:flex;
  justify-content: space-between;
  overflow: hidden;
}

.header__search__exactmatch {
	position: absolute;
	padding-left: 2rem;
}
.header__search__exactmatch span {
	position: relative;
	top: -2px;
	margin-left: 2px;
}

.header__search__text {
  font-size: 18px;
  padding:7px 10px;
  border:none;
  vertical-align: top;
  width: 100%;
  height: 46px;
  border:3px solid #e54133;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.header__search__b {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	background: none;
  box-sizing:border-box;
  border:none;
  background: #e54133 url(/_assets/img/search_icon.png) center center no-repeat;
  background-size: 25px;
  width: 60px;
  height: 46px;
/*  padding: 0 10px;*/
  vertical-align: top;
  border-radius: 0 10px 10px 0;
  position: relative;
  left:-0.5px;
}

.header_search__b:hover {
  cursor: pointer;
}

/*header__lang*/
.header__lang {
  width: 19%;
}

.header__lang__list {
  display: flex;
}

.header__lang__list__item {
  margin-right: 5px;
  width: 100%;
}

/*header__login*/
.header__login {
  position: relative;
  width: 12%;
}

.header__login-loggedin {
  width: 14%;
}

.header__login__btn__txt {
  text-align: right;
  line-height: 1.2;
  margin-bottom: .5em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #e54133;
}

.header__login__btn__txt__name {
  font-size: 1.7rem;
  color: #000;
}

.header__login__toggle {
  display: none;
}

.header__login__more {
  background:#93a0c0;
  color: #fff;
  padding: 20px;
  position: absolute;
  min-width: 250px;
  top:0;
  right: 0;
  z-index: 5;
}

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

.header__login__more__header__tit {
  width: 60px;
}

.header__login__more__header__close__a, .header__login__more__header__close__a:visited {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top:-15px;
  color: #fff;
}

.header__login__more__label {
  font-size: 1.2rem;
  margin:1em auto 0.25em;
}

.header__login__more__form__text {
  border: none;
  background: #fff!important;
  width: 100%;
  padding:.5em;
  font-size: 16px;
}

.header__login__more__links {
  margin: .5em 0 1em;
}

.header__login__more__links__a, .header__login__more__links__a:visited {
  display: block;
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
}

.header__login__more__links__a:hover {
  opacity: 0.85;
}

.header__login__more__btn {
  text-align: center;
}

.header__login__more__btn__b {
  font-size: 1.7rem;
  padding: .2em 1em;
}

/*loggedin*/
.header__loggedin__toggle--pc {
  display: block;
}

.header__loggedin__toggle--sp {
  display: none;
}

.header__login__btn-loggedin__a {
  background: #e34133;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5em;
  border-radius: 5px;
}

.header__login__btn-loggedin__txt {
  font-size: 1.1rem;
  line-height: 1.3;
  width: calc(100% - 1.2em);
}

.header__login__btn-loggedin__icon {
  width: 1em;
}

.header__login__btn-loggedin__txt__name {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}
.header__login__btn .badge {
	padding: 3px 3px 2px 2px;
}
.header__login__btn .badge .star {
	color: orange;
}
.header__login__btn .badge #favorite_num {
	font-size: 1.5rem;
}

.header__loggedin__toggle {
  display: none;
  background: #e34133;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  padding-top:5px;
  position: absolute;
  top:-35px;
  right:0;
  width: 14%;
  z-index: 20;
}

.header__loggedin__toggle__item a {
  background: #e34133;
  display: block;
  padding: 10px 10px;
  font-size: 1px;
  border-top: 1px solid #fff;
}

.header__loggedin__toggle__item:first-child a {
  border-bottom: none;
}

.header__loggedin__toggle__item img {
  width: auto;
  height: 17px;
}

.login_error_msg {
	font-size: 1.3rem;
	color: darkred;
	font-weight: bold;
	line-height: 1.2;
}

/*==============================================
search (PC)
==============================================*/
.search__details__more {
  width: 920px;
  margin:0 auto;
  border: 2px solid #e54133;
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}

.search__details__more__box {
  width: 47%;
  margin-bottom: 20px;
}

.search__details__more__box:last-child {
  margin-bottom: 0;
}

.search__details__more__box--w100 {
  width: 100%;
}

.search__details__more__box--btn {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.search__details__more__box--issuedate,
.search__details__more__box--releaseddate
{
  margin-top: -20px;
}

.search__details__more__label {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e54133;
  margin-bottom: 0.25em;
}

.search__details__more__form__lang {
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}

.en .search__details__more__form__lang {
  text-indent: 0;
  padding-left:0;
}

.en .search__details__more__form__lang {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.search__details__more__form__langbtn {
  text-align: right;
}

.search__details__more__form__text {
  font-size: 1.7rem;
  border: 1px solid #000;
  padding: .5em .7em;
  width: 100%;
  background: #fff;
}

.search__details__more__form__select {
  font-size: 1.7rem;
  border: 1px solid #000;
  padding: .5em .7em;
  width: 100%;
  background: #fff;
}

.search__details__more__form__text--mini {
  width: 5em;
}

.search__details__more__form__select--mini {
  width: auto;
}

.search__details__more__form__checkbox {
  transform: scale(1.3);
  border-radius: 0;
}

.search__details__more__b {
  padding: .5em 3em;
  font-size: 1.8rem;
}



/*==============================================
lead (PC)
==============================================*/
.lead {
  padding-bottom: 1.5em;
  margin-bottom: 20px;
  border-bottom: 8px solid #e54133;
}

.lead__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lead__copy {
  font-size: 1.3rem;
  width: calc(100% - 530px);
}

.en .lead__copy {
  font-size: 1.2rem;
  min-width: 485px;
  width:485px;
}

.en .lead__copy-2nd {
  display: flex;
  justify-content: space-between;
  line-height: 1.9;
}

.lead__list {
  width: 550px;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  position: relative;
  left:20px;
}

.en .lead__list {
  left:30px;
}

.lead__list__item {
  width: 33.333%;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.lead__img {
  width: 25%;
  margin-right: 10px;
}

.lead__img--02 {
  margin-right: 5px;
}

.lead__img--02 img {
  width: 80%;
}

.lead__txt {
  font-size: 1.1rem;
  line-height: 1.4;
}

.en .lead__txt {
  font-size: 1.2rem;
}


/*==============================================
nav (PC)
==============================================*/
.nav-list {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nav-item {
  width: 20%;
  text-align: center;
  border-right: 1px solid #e54133;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
}

.en .nav-item {
  font-size: 1.3rem;
}

.nav-item:first-child,
.nav-item:nth-child(6) {
  border-left: 1px solid #e54133;
}

.nav-item a, .nav-item a:visited {
  color: #000;
  display: block;
  padding: .2em 1em;
}

/*ロールオーバー*/
.nav-item a:hover {
  background:#fadad9
}

/*現在地表示*/
.nav-item--current a,
.nav-item--current a:visited {
  background: #e54133;
  color: #fff;
}

.nav-item--current a:hover {
  background: #c0362a;
  color: #fff;
}

/* 人気のキーワード */
.favorite_tag_box {
	margin-top: -2rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
	padding: 0 2rem;
}
.favorite_tag_title {
	font-weight: bold;
	padding: 0.2em 1em;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

/*==============================================
side__search (PC)
==============================================*/
/*side__nav*/
.side__nav {
  border: 3px solid #e54133;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  width: calc(100% - 2px);
  position: relative;
  left:-1px;
}

.side__nav--pc {
  display: block;
}

.side__nav--sp {
  display: none;
}



.sidenavsp-btn {
  display: none;
}

.side__nav-item {
  line-height: 1.34;
  font-size: 1.2rem;
}

.en .side__nav-item {
  font-size: 1.3rem;
}

.side__nav-item--all,
.en .side__nav-item--all
{
  font-size: 1.6rem;
}

.side__nav-item > a, .side__nav-item > a:visited {
  display: block;
  color: #000;
  padding: 1.2em;
  font-weight: bold;
  position: relative;
  letter-spacing: -0.05em;
  position: relative;
}

.en .side__nav-item > a, .en .side__nav-item > a:visited {
  font-weight: normal;
  letter-spacing: 0;
}

.side__nav-item > a::before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background: #e54133;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.side__nav-item > a::after {
  position: absolute;
  bottom:0;
  left:1em;
  border-bottom: 1px dotted #e54133;
  width: calc(100% - 2em);
  content: '';
}

.side__nav-item:last-child > a::after {
  border-bottom: none;
}

.side__nav-item-inner {
  padding-left:1.3em;
  display: inline-block;
}

.side__nav-item-sub {
  font-size: 80%;
}

/*ロールオーバー*/
.side__nav-item a:hover{
  background:#fadad9
}

/*現在地表示*/
.side__nav-item--current > a,
.side__nav-item--current > a:visited {
  background: #e54133;
  color: #fff;
  position: relative;
}

.side__nav-item--current > a:hover {
  background: #c0362a;
  color: #fff;
}

.side__nav-item--current > a::before {
  background: #fff;
}

/*アコーディオン 2023.6*/
.side__nav-item__child-list {
  display: none;
}

.side__nav-item__child-list--ison {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.side__nav-item__child-list-item {
  width: 100%;
}

.side__nav-item__child-list-item > a,
.side__nav-item__child-list-item > a:visited {
  display: block;
  color: #000;
  padding: 1em 1.2em 1em 2.4em;
  font-weight: normal;
  position: relative;
}

.side__nav-item__child-list-item > a::after {
  position: absolute;
  bottom:0;
  left:1em;
  border-bottom: 1px dotted #e54133;
  width: calc(100% - 2em);
  content: '';
}

/* genre2 現在地 */
.side__nav-item--current2 > a,
.side__nav-item--current2 > a:visited {
  background: #fadad9;
  color: #e54133;
  position: relative;
  font-weight: bold;
}


/*side__search__form*/
.side__search__form {
/*  border:3px solid #e54133; */
/*  border-radius: 10px; */
  height: 46px;
  vertical-align: top;
  display:flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.side__search__text {
  font-size: 18px;
  padding:7px 10px;
  border:none;
  vertical-align: top;
  width: 100%;
  height: 46px;
  border:3px solid #e54133;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}

.side__search__b {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
	background: none;
  box-sizing:border-box;
  border:none;
  background: #e54133 url(/_assets/img/search_icon.png) center center no-repeat;
  background-size: 25px;
  width: 60px;
  height: 46px;
  vertical-align: top;
  border-radius: 0 10px 10px 0;
  position: relative;
  left:-0.5px;
}

.side__search__b:hover {
  cursor: pointer;
}


/*==============================================
search more (PC)
==============================================*/
.header__searchmore-sp {
  display: none;
}

.header__searchmore-sp a,
.header__searchmore-sp a:visited,
.side__searchmore a,
.side__searchmore a:visited {
  background: #93a0c0;
  color: #fff;
  font-weight: bold;
  padding: .2em 1em;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  overflow: hidden;
}

.header__searchmore-sp a:hover,
.side__searchmore a:hover {
  opacity: 0.85;
}

.header__searchmore-sp__icon,
.side__searchmore__icon {
  transform: rotate(90deg) scaleY(1.5);
  display: inline-block;
  margin-right: .4em;
}


/*==============================================
home (PC)
==============================================*/
.home {
  margin-bottom: 30px;
}

.home__tit {
  border-bottom:2px dotted #e54133;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 0 1em 0;
  line-height: 1.3;
}

.home__copy {
  text-align: center;
  margin-bottom: 1.5em;
}

.home__list {
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 4em auto;
}

.home__list__item {
/*  width: 23%;*/
  display: flex;
  align-items: center;
  line-height: 1.5;
  background-color: white;
  padding: 1rem;
  border: 3px solid #e54133;
  border-radius: 13px;
}

.home__img {
  width: 25%;
  margin: 0 10px;
  color: #e54133;
  font-size: 4rem;
}

.home__txt {
  font-size: 1.7rem;
  font-weight: bold;
  color: #e54133;
  line-height: 1.4;
}

.home__linkbox {
    position: relative;
}
.home__linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.home__linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #e54133;
}

.home__cancel__btn {
	margin-top: 4rem;
	width: 100%;
}
.home__password {
	width: 100%;
}
.home__password__box {
/*	display: flex; */
	width: 60%;
	margin: 0 auto;
	padding-bottom: 5rem;
}
.home__password__input {
	font-size: 2rem;
	border: none;
	padding: .5em .7em;
	width: 100%;
	margin-bottom: 1.5em;
}
.home__password__message {
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}
.home__password__alert {
	color: red;
}
.home__password__success {
	color: green;
}

.home__userinfo__linkbox {
	width: 80%;
	margin: 0 auto .5rem;
	text-align: right;
}
.home__userinfo__linkbox a {
	color: #e54133;
	text-decoration: none;
	border: 1px solid #e54133;
	padding: 0 1.5rem;
}
.home__userinfo__linkbox a:hover {
	background-color: #e54133;
	color: white;
}
.home__userinfo__box {
	width: 80%;
	margin:0 auto;
	border-top: 1px dotted gray;
	background-color: white;
	margin-bottom: 4rem;
}
.home__userinfo__item {
	margin: 0;
	border-bottom: 1px dotted gray;
}
.home__userinfo__item__tit {
	padding: 1rem;
	background-color: #e54133;
	color: white;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}
.home__userinfo__item__cnt {
	padding: 1rem;
	text-align: center;
}


/*==============================================
contents idx (PC)
==============================================*/
.contents {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.contents__side {
  width: 22%;
}

.contents__main {
  width: 76%;
}

.contents__idx__box {
  background: #ededed;
  border-bottom: 6px solid #93a0c0;
  padding: 50px 30px 30px;
  margin-bottom: 25px;
}

.contents__idx__box:last-child {
  margin-bottom: 0;
}

.contents__tit__bar {
  margin-bottom: 2em;
  border-bottom:1px dashed #e54133;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.contents__tit__bar__txt {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  display: inline-block;
  background: #ededed url(/_assets/img/common_tit.png) no-repeat left center;
/*  background-size: contain;*/
  background-size: 4rem;
  padding: 0 1em 0 2.5em;
}

.contents__tit__bar__archives {
	color: #e54133;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -24px;
}

.contents__tit__bar__more {
  position: absolute;
  top:50%;
  right:0;
  transform: translateY(-50%);
  background: #ededed;
  padding: 0 0 0 1em;
}

.contents__subtit__bar {
  margin-bottom: .5em;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.contents__subtit__bar__txt {
  font-size: 2rem;
  font-weight: bold;
}

.contents__tit__bar__more__link, .contents__tit__bar__more__link:visited,
.contents__subtit__bar__more__link, .contents__subtit__bar__more__link:visited {
  font-size: 1.9rem;
  font-weight: bold;
  color: #e54133;
}

.contents__tit__bar__more__link:hover,
.contents__subtit__bar__more__link:hover {
  opacity: 0.8;
}

.contents__idx__bnr {
  margin-bottom: 30px;
}

.contents__idx__cal {
  padding: 0 20px;
}

.contents__idx__cal__item {
  padding: 10px 7px;
}

.contents__idx__cal__item__a, .contents__idx__cal__item__a:visited {
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.3rem;
}

.contents__idx__cal__item__a:hover .contents__idx__cal__item__img {
  transform: scale(1.05);
}

.contents__idx__cal__item__a:hover .contents__idx__cal__item__img img {
  opacity: 1!important;
}

.contents__idx__cal__item__img {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: #d2d2d2;
  margin-bottom:10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contents__idx__cal__item__img img {
  display: block;
  height: 170px;
  font-family: 'object-fit: contain;';
  object-fit: contain;
  width: 100%;
}


@media only screen and (min-width: 1400px) {
  .contents__idx__cal__item__img,
  .contents__idx__cal__item__img img
  {
    height: 218px;
  }
}

.contents__idx__cal__item__tit {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}


/*==============================================
contents single (PC)
==============================================*/
.contents__single {
  background: #ededed;
  border-bottom: 6px solid #93a0c0;
/*  padding: 30px 0;*/
  padding: 30px 30px;
  margin-bottom: 25px;
}

.contents__single__header {
  margin-bottom: 40px;
}

.contents__single__header__publisher {
  font-size: 1.8rem;
}

.contents__single__header__tit {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.contents__single__box {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

/*aside*/
.contents__single__box__aside {
  width: 25%;
}

.contents__single__box__aside__img {
  margin-bottom: 10px;
}

.contents__single__box__aside__img__i {
  width: 100%;
}

.contents__single__box__aside__movie {
  margin-bottom: 30px;
}

._btn--single_movie {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

._btn--single_movie__icon {
  display: inline-block;
  background:url(/_assets/img/icon_movie.png) no-repeat left center;
  /*
  background-size:contain;
  padding-left: 3.5em;
  */
  background-size: 40%;
  padding: 8px 0 0 42%;
  font-size: 95%;
  line-height: 1.2;
}

.en ._btn--single_movie__icon {
  display: inline-block;
  background:url(/_assets/img/icon_movie.png) no-repeat left center;
  /*
  background-size:50px;
  padding-left: 3.5em;
  text-align: left;
  line-height: 1.4;
  */
  background-size: 30%;
  padding-left: 35%;
/*  text-align: left;*/
  line-height: 1.1;
  font-size: 90%;
}

.en .contents__single__box__aside__trysite {
  display: block;
}

.contents__single__box__aside__try {
  margin-bottom: 1em;
  position: relative;
/*  left:30%;*/
  left:42%;
  transform: translateX(-25%);
}

._btn--single_try {
  display: inline-block;
  background:url(/_assets/img/icon_book.png) no-repeat left top;
  background-size:contain;
  height: 35px;
  padding-left: 4em;
  line-height: 35px;
}

.contents__single__box__aside__site {
  margin-bottom: 2em;
  position: relative;
  left:30%;
  transform: translateX(-25%);
}

.en .contents__single__box__aside__try {
  margin-bottom: .7em;
  transform: translateX(-40%);
}

.en .contents__single__box__aside__site  {
  transform: translateX(-40%);
  left: 48%;
}

._btn--single_site {
  display: inline-block;
  background:url(/_assets/img/icon_site.png) no-repeat left top;
  background-size:contain;
  height: 35px;
  padding-left: 4em;
  line-height: 35px;
}

.contents__single__box__aside__try__a,
.contents__single__box__aside__try__a:visited,
.contents__single__box__aside__site__a,
.contents__single__box__aside__site__a:visited {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

.contents__single__box__aside__try__a:hover,
.contents__single__box__aside__site__a:hover {
  opacity: 0.8;
}

.contents__single__box__aside__register {
  text-align: center;
}


/*info*/
.contents__single__box__info {
  width: 70%;
}

.contents__single__box__info__credit {
  margin-bottom: 1em;
/*	display: flex;*/
	justify-content: space-between;
}

/*logout*/
.contents__single__box__info__logout {
  background: #cccccc;
  padding: 1.5em;
  display: block;
  margin-bottom: 1em;
}

.contents__single__box__info__logout__p {
  margin-bottom: .5em;
  font-size: 1.3rem;
}

.contents__single__box__info__logout__contact {
  margin-bottom: .5em;
}

._btn--single_contact_disabled__icon {
  display: inline-block;
  background:url(/_assets/img/icon_mail_disabled.png) no-repeat left top;
  background-size:contain;
  height: 18px;
  padding-left: 2.1em;
  line-height: 20px;
}

/*login*/
.contents__single__box__info__login {
  border:1px solid #e54133;
  background:#fff;
  padding: 1.5em;
  display: block;
  margin-bottom: 1em;
}

.contents__single__box__info__login__table {
  border-spacing: 0;
  margin-bottom: 20px;
}

.contents__single__box__info__login__table__th {
  padding: .3em 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.contents__single__box__info__login__table__td {
  padding: .3em 0;
	vertical-align: middle;
	text-align: left;
	word-break: break-all;
}

.contents__single__box__info__login__lang {
/*  display: flex;*/
  display: block;
  margin-bottom: .5em;
}

.contents__single__box__info__login__lang__item {
/*  display: block;*/
  display: inline-flex;
  background: #e54133;
  color: #fff;
  padding: 0 .5em;
  margin-right: .3em;
  margin-bottom: 4px;
}

.contents__single__box__info__login__lang__notice {
  font-size: 1.1rem;
  margin-bottom: 2em;
}

._btn--single_contact__icon {
  display: inline-block;
  background:url(/_assets/img/icon_mail.png) no-repeat left top;
  background-size:contain;
  height: 18px;
  padding-left: 2.1em;
  line-height: 20px;
}

.contents__single__box__info__text {
  margin-bottom: 2em;
}

.contents__single__box__info__text__tit {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: .25em;
}

.contents__single__box__info__text__copy {
  margin-bottom: 1em;
}

/*data*/
.contents__single__box__info__data {
  margin-bottom: 1em;
}

.contents__single__box__info__data__table {
  border-spacing: 0;
}

.contents__single__box__info__data__table__th {
  padding: .3em .5em;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.contents__single__box__info__data__table__td {
  padding: .3em .5em;
	vertical-align: middle;
	text-align: left;
	word-break: break-all;
}

.contents__single__box__back {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.contents__single__box__back__a, .contents__single__box__back__a:visited {
  color: #000;
}

.contents__single__box__back__a:hover {
  opacity: 0.85;
}

._btn--single_back {
  display: inline-block;
  background:url(/_assets/img/icon_back.png) no-repeat left top;
  background-size:contain;
  padding-left: 2.1em;
}


/*==============================================
contents list (PC)
==============================================*/
.contents__list {
  background: #ededed;
  border-bottom: 6px solid #93a0c0;
/*  padding: 50px 0;*/
  padding: 50px 30px;
  margin-bottom: 25px;
}

.contents__list__results {
  margin-bottom: 40px;
}

.contents__list__header {
  border-bottom: 2px solid #e54133;
  padding-bottom: .5em;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  text-align: center;
  flex-basis:auto;
}

.contents__list__box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px dotted #e54133;
  padding: 20px 0;
  text-align: center;
  flex-basis:auto;
}

.contents__list--img {
  flex-basis:  200px;
}

.contents__list__table {
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
  font-weight: bold;
}

.contents__list__table__th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #e54133;
  line-height: 1.2;
}

.contents__list__table__td {
  padding: 20px 10px;
	vertical-align: middle;
  text-align: center;
/*  word-break: break-all;*/
  border-bottom: 1px dotted #e54133;
  line-height: 1.5;
}

.contents__list__table__td:nth-of-type(1) {
  width: 15%;
  padding: 1rem;
}

.contents__list__table__td:nth-of-type(1) img {
  width: 100%;
}

.contents__list__table__td:nth-of-type(2) {
  font-size: 2.2rem;
  width: 25%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.contents__list__table__td:nth-of-type(6) {
  white-space: nowrap;
}

.contents__list__table__title {
	margin: 1rem 0;
	line-height: 1.2;
}
.contents__list__table__sub {
	font-size: 1.5rem;
}
.contents__list__table__sub_1 {
	display: flex;
	justify-content: space-between;
}
.contents__list__table__sub:nth-of-type(2) {
	padding-bottom:1rem;
	border-bottom:1px dotted gray;
}
.contents__list__table__sub:nth-of-type(3) {
	padding-top:1rem;
}

._btn--list_movie {
  border-radius: 5px;
  background:#e54133 url(/_assets/img/icon_movie.png) no-repeat center 0.8em;
  background-size: 40%;
  padding-top:3.2em;
  font-size: 1rem;
  line-height: 1.1;
}

/* sample book */
.samplebook .genre_index {
	margin-top: 2rem;
}
.samplebook h3 {
	border-left: 10px solid #e54133;
	padding-left: 1rem;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 4rem 0 1rem;
}

@media only screen and (min-width: 770px) {
	.samplebook .contents__list__table__td:nth-of-type(2) {
		width: 100px;
		padding: 0;
	}
}
@media only screen and (max-width: 769px){
	.samplebook .contents__list__table__td:nth-of-type(4) {
		width: 100%;
		border-bottom: 2px solid #e54133;
	}
}
.samplebook ._btn--list_trial {
	border-radius: 5px;
	border: 1px solid #e54133;
	background: white url(/_assets/img/icon_book.png) no-repeat center 0.8em;
	background-size: 40%;
	padding: 30px 6px 4px;
	font-size: 1rem;
	line-height: 1.2;
	color: #e54133;
	width: 64px;
}
@media only screen and (max-width: 769px){
	.samplebook ._btn--list_trial {
		background-position-x: 12px;
		background-position-y: 6px;
		padding: 1rem 1rem 1rem 5rem;
		font-size: 1.2rem;
		background-size: 3rem;
		margin-top: 8px;
		width: unset;
	}
}
/*pager*/
.contents__list__pager__box {
/*  display: flex;
  justify-content: flex-end;*/
}

.contents__list__pager {
/*  width: 75%;*/
  display: flex;
  justify-content: center;
  margin: auto;
}

.contents__list__pager__a, .contents__list__pager__a:visited {
  display: inline-block;
  background:#e54133;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 0 .5em;
  margin: 0 .3em;
  border-radius: 5px;
  border:2px solid #e54133;
}

.contents__list__pager__a--current {
  color:#e54133;
  background: #fff;
  border:2px solid #e54133;
}

.contents__list__pager__a--prev, .contents__list__pager__a--prev:visited {
  font-size: 1.5rem;
  background: none;
  color: #000;
  padding: .3em .8em;
  border: none;
}

.contents__list__pager__a--next, .contents__list__pager__a--next:visited {
  font-size: 1.5rem;
  padding: .3em .8em;
}

.contents__list__pager__a:hover {
  opacity: 0.8;
}

.contents__list__back {
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
}

._btn--list_back {
  display: inline-block;
  background:url(/_assets/img/icon_back.png) no-repeat left center;
  background-size:contain;
  padding:.5em 0 .5em 3.1em;
}


/*==============================================
inquiry list (PC)
==============================================*/
.contents__list {
  background: #ededed;
  border-bottom: 6px solid #93a0c0;
  padding: 50px 50px;
  margin-bottom: 25px;
}

.contents__list__results {
  margin-bottom: 40px;
}

.contents__list__header {
  border-bottom: 2px solid #e54133;
  padding-bottom: .5em;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  text-align: center;
  flex-basis:auto;
}

.contents__list__box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px dotted #e54133;
  padding: 20px 0;
  text-align: center;
  flex-basis:auto;
}

.contents__list--img {
  flex-basis:  200px;
}

.inquiry__list__table {
  border-spacing: 0;
  width: 90%;
  font-weight: bold;
  margin: 0 auto 20px;
}

.inquiry__list__table__th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: 1px solid #e54133;
  line-height: 1.5;;
}

.inquiry__list__table__td {
  padding: 20px 10px;
	vertical-align: middle;
  text-align: center;
  border-bottom: 1px dotted #e54133;
  line-height: 1.5;
}


/*==============================================
contents contact (PC)
==============================================*/
.contents__contact {
  background: #ededed;
  border-bottom: 6px solid #93a0c0;
  padding: 30px 0;
}

.contents__contact__book {
  display: flex;
  width: 80%;
  margin: 0 auto 3em;
  justify-content: space-between;
}

.contents__contact__tit {
  border-top:2px dotted #e54133;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 1rem;
  line-height: 1.3;
}
.contents__contact__tit2 {
  text-align: center;
}

.contents__contact__notice {
	text-align: center;
	font-size: small;
	margin-bottom: 3rem;
	line-height: 1.3;
}

.contents__contact__book__img {
  width: 20%;
}

.contents__contact__book__info {
  width: 77%;
  padding: 1em 0 0;
}

.contents__contact__book__info__publisher {
  font-size: 1.8rem;
}

.contents__contact__book__info__credit {
  font-size: 1.7rem;
}

.contents__contact__book__info__tit {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: .2em;
  line-height: 1.3;
}

.contents__contact__box {
  display: flex;
  width: 80%;
  margin:0 auto;
}

.contents__contact__aside {
  width: 15%;
  padding-top: .5em;
  font-size: 1.8rem;
}

.contents__contact__form {
  width:70%;
}

.contact__form__select {
  font-size: 2rem;
  border: none;
  padding: .5em .7em;
  width: 100%;
  background: #fff;
  margin-bottom: 1.5em;
}

.contact__form__textarea {
  font-size: 1.7rem;
  border: none;
  padding: .5em .7em;
  width: 100%;
  background: #fff;
  margin-bottom: 1em;
  height: 20em;
}

._btn--contact {
  font-size: 2rem;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.contents__contact__box__back {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}

.contents__contact__box__back__a, contents__single__box__back__a:visited {
  color: #000;
}

.contents__contact__box__back__a:hover {
  opacity: 0.85;
}

._btn--contact_back {
  display: inline-block;
  background:url(/_assets/img/icon_back.png) no-repeat left top;
  background-size:contain;
  padding-left: 2.1em;
  margin-right: 2em;
}


/*==============================================
topics (PC)
==============================================*/
.topics {
  background: #ededed;
  padding: 30px;
  border-bottom: 4px solid #93a0c0;
}

/*idx*/
.topics-header {
  font-weight: bold;
  margin-bottom: 2em;
}

.topics__box {
  margin-bottom: 60px;
}

.topics__box a, .topics__box a:visited {
  display: flex;
  justify-content: space-between;
  color: #000;
}

.topics__txt {
  width: 75%;
  transition: 0.3s ease-in-out;
}

.topics__box a:hover .topics__txt {
  opacity: 0.65;
}

.topics__txt-info {
  margin-bottom: .5em;
}

.topics__txt-info-cat {
  background: #000;
  color:#fff;
  padding: .2em 1em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: .5em;
}

.topics__txt-info-date {
  font-size: 1.6rem;
}

.topics__txt-tit {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
}

.topics__img {
  width: 20%;
}

.topics__pager-list {
  display: flex;
  justify-content: center;
}

.topics__pager-item {
  background: #e54133;
  color: #fff;
  font-size: 1.9rem;
  padding: .5em 1em;
}

.topics__pager-item a, .topics__pager-item a:visited {
  display: block;
  color: #fff;
}

.topics__pager-item a:hover {
  opacity: 0.8;
}


/*single*/
.topics-single__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.topics-single__header-topics {
  font-weight: bold;
}

.topics-single__header-info {
  text-align: center;
}

.topics-single__header-cat {
  background: #000;
  color:#fff;
  padding: .2em 1em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.topics-single__header-date {
  font-size: 1.4rem;
}

.topcis-single__tit {
  font-size: 3.4rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom:.5em;
}

.topcis-single__subtit {
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
/*  margin-bottom:1em;*/
  margin: 2rem 0 3rem;
}

.topics-single__article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 1rem;
}

.topics-single__article-txt {
/*  width: 72%;*/
/*	font-size: 1.6rem;*/
	line-height: 1.65;
	width: 100%;
}

.topics-single__article-txt p {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
}

.topics-single__article-img {
  width: 25%;
  float: right;
  margin-left: 3%;
}

.topics-single__article-img p {
  margin-bottom: 1em;
}

.topics-single__article-img-cap {
  line-height: 1.3;
}

.topics-single__article h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 2rem;
	margin-left: -1rem;
	padding-left: 10px;
	border-left: 10px solid darkseagreen;
}
.topics-single__article h5 {
	font-weight: bold;
	font-size: 1.8rem;
}
.topics-single__article-original {
	margin-top: 1rem;
	margin-bottom: 3rem;
}
.topics-single_footer {
	padding-top: 3rem;
	border-top: 1px dashed lightgray;
}
/*
.topics-single_footer .topics-single__article-txt{
	font-size: 1.5rem;
	line-height: 1.6;
}*/

.topics-single__prevnext {
  margin-bottom: 20px;
}

.topics-single__prevnext a,
.topics-single__prevnext a:visited {
  border: 2px solid #e54133;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.topics-single__prevnext--next a,
.topics-single__prevnext--next a:visited {
  flex-direction: row-reverse;
}

.topics-single__prevnext a:hover {
  opacity: 0.8;
}

.topics-single__prevnext-arrow {
  background: #e54133;
  color: #fff;
  position: relative;
  width:9em;
  font-size: 1.9rem;
}

.topics-single__prevnext-arrow p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}

.topics-single__prevnext-txt {
  background: #fff;
  padding: .8em 1em;
  width:calc(100% - 9em);
  line-height: 1.4;
}

.topics-single__prevnext-tit {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 1.6rem;
}

.topics-single__prevnext-cat {
  background: #000;
  color:#fff;
  padding: .2em 1em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: .3em;
}

.topics-single__prevnext-date {
  font-size: 1.4rem;
}

.topics-single__btn {
  text-align: center;
  margin-top: 40px;
}

.topics-single__btn a, .topics-single__btn a:visited {
  background: #e54133;
  color: #fff;
  display: inline-block;
  font-size: 1.9rem;
  padding: .5em 2em;
}

.topics-single__btn a:hover {
  opacity: 0.8;
}

.topics__cat--interview {
  background:#3aa364;
}

.topics__cat--ranking {
  background:#fb707e;
}

/* JPPP */
.jppp h4 {
	background-color: floralwhite;
	padding: 4px 0 3px 12px;
}
.jppp h5 {
	border-bottom: 1px dashed lightslategray;
}
.jppp .badge-booth {
	color: #ce0d0d;
	background-color: navajowhite;
	display: inline-block;
	padding: 4px 14px;
	float: right;
	height: 34px;
	margin-top: -4px;
}
.jppp .img-copyright {
	display: inline-block;
	line-height: 1.2;
	margin-top: 4px;
	color: gray;
}
.jppp .e1-works b {
	color: dimgray;
}

/*==============================================
archives (PC) 2023.6
==============================================*/
.archive__box {
  margin-top: 20px;
}

.archive__tit {
  margin-bottom: .5em;
  display: flex;
}

.archive__tit-date {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 1em;
  min-width: 80px;
}


.archive__img {
  margin-bottom: 15px;
}

.archive__label-item {
	font-size: 1.3rem;
  background: #9b9b9c;
  color: #fff;
  padding: .2em 1em;
  display: inline-block;
  max-width: 13em; /* 省略せずに表示するサイズを指定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.en .archive__label-item {
  max-width: 15em; /* 省略せずに表示するサイズを指定 */
}

.archive__label-item a {
	color: #fff
}

.archive__pager {
  margin-top: 50px;
}

.archive__pager-list {
  display: flex;
  justify-content: center;
}

.archive__pager-item {
  background: #e54133;
  color: #fff;
  font-size: 1.9rem;
  padding: .5em 1em;
}

.archive__pager-item a, .archive__pager-item a:visited {
  display: block;
  color: #fff;
}

.archive__pager-item a:hover {
  opacity: 0.8;
}

/*==============================================
publisher (PC)
==============================================*/
.publisher_list_btn {
	font-size: 1.3rem;
	padding: 4px 12px 4px 8px;
}
.publisher__list {
/*	padding-left: 2rem;*/
	background-color: whitesmoke;
	padding: 1rem 2rem;
	margin: 0;
	justify-content: unset;
}
.publisher__list__item {
	margin: .8rem 0;
	line-height: 1.2;
}
.publisher__list__item a {
	font-size: 1.5rem;
}
.publisher_list_tit {
	border-left: 10px solid #e54133;
	padding-left: 1rem;
	line-height: 2;
	font-size: 120%;
	font-weight: bold;
	margin-top: 2rem;
}


/*==============================================
about (PC)
==============================================*/
.about {
	font-size: 16px;
}
.about a {
    text-decoration: none;
    color: #231916;
    cursor: pointer;
}
.about_desc {
	margin-bottom: 5rem;
}
.about_desc_logo {
/*	width: 300px;*/
/*	text-align: center;*/
	margin-bottom: 2rem;
}
.about_desc_logo .txt {
	font-weight: bold;
}
.about_desc_logo img {
	height: 54px;
}
.about h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	background-color: #e54133;
	padding: 1rem 3rem;
	border-radius: 1rem;
	color: whitesmoke;
}
.about_strongs_items {
	margin: 2rem;
}
.about_strongs_item {
	text-align: center;
	padding: 4rem 0 3rem;
	border: 1px solid lightgray;
	background-color: white;
}
.about_strongs_item p {
	margin: 1rem 0 0;
	line-height: 1.2;
}
.about_strongs_item img {
	width: 50%;
}

.about_strong_point {
	margin-bottom: 3rem;
}
.about h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 1rem 2rem;
	border-left: 16px solid #e54133;
	border-bottom: 1px dotted #e54133;
	margin-bottom: 2rem;
}
.about h3 span {
}
.about_strong_point .about_desc_left {
	padding: 2rem 0 0 4rem;
}
.about_strong_point li {
	margin-bottom: 1rem;
}
.about_strong_point li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 600;
	position: absolute;
	left : 2rem;
	color: #e54133;
}

.about .btn_area {
	margin-top: 6rem;
}
.about .btn_area a {
	border-top: 20px solid #ccc;
	border-bottom: 20px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
}
.about .btn_area a figure {
	position: relative;
	max-width: 230px;
	width: 230px;
	margin-right: 1vw;
}
.about .btn_area a p {
	font-size: 2rem;
	font-weight: bold;
}
.about .btn_area a p span {
    display: block;
    position: relative;
    font-weight: 700;
    margin-top: 10px;
}
.about .btn_area a p span:before {
    display: inline-block;
    content: "▲";
    transform: rotate(90deg);
    margin-right: 10px;
}
.about .btn_area a:hover {
    background: #fbd033;
    color: black;
    border-top: 20px solid #dd382b;
    border-bottom: 20px solid #dd382b;
    transition: all 0.5s ease 0s;
}

/*==============================================
user (PC)
==============================================*/
.user_info  .card {
	margin: 5rem auto;
	font-size: 1.7rem;
	border-radius: 15px;
	border: 2px solid #e54133;
}
.user_info .card-header {
	padding: 1rem 1rem;
	color: #e54133;
	font-weight: bold;
	text-align: center;
}
.user_info .form-control {
	font-size: 1.7rem;
}
.user_info .btn {
	background-color: #e54133;
	color: #fff;
	font-weight: bold;
	transition: 0.3s ease-in-out;
	border: none;
	padding: .5em 3em;
	font-size: 1.8rem;
}
.user_info .btn:hover {
	opacity: 0.85;
	cursor: pointer;
}
.user_info .form_notice {
	background-color: #eee;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-left: 1rem;
}
.user_info .form-group label small {
	color: #e54133;
}
.user_info .col-form-label {
	line-height: 1.2;
}

/*==============================================
footer (PC)
==============================================*/
.footer {
  padding: 35px 0 0;
}

.footer__lead {
  margin-bottom: 2em;
  font-size: 1.3rem;
}

.footer__credit {
  display:flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer__credit__box {
  width: 28%;
}
.footer__credit__tit {
  font-weight: bold;
  margin-bottom: .5em;
}
.footer__credit__logo  {
  text-align: center;
}
/* ↓↓ 2025.4よりクレジット変更 ↓↓ */
.footer__credit__box2 img {
	width: 40%;
	margin: 0 1rem;
}
.footer__credit__box2 .footer__credit__tit {
	margin-left: 9%;
}
/* ↑↑ 2025.4よりクレジット変更 ↑↑ */

.footer__info {
  display:flex;
  align-items: center;
  width: 80%;
  margin: 0 auto 30px;
  font-size: 1.1rem;
}

.footer__info__logo {
  width: 15%;
}

.footer__copyright {
  text-align: center;
  background: #e54133;
  color: #fff;
  font-size: 1em;
  padding: .5em;
}

/*==============================================
pagetop (PC)
==============================================*/
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
}

.pagetop a, .pagetop a:visited {
  display: block;
  width: 50px;
  height: 50px;
}

.pagetop a:hover {
  opacity: 0.8;
}

/*==============================================
favorite (PC)
==============================================*/
.contents__favorite {
	float: right;
	display: inline-flex;
	align-items: center;
}
.contents__favorite span {
	margin-top: 6px;
	margin-right: 4px;
	font-size: 1.2rem;
}
.o-favorite {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(/_assets/img/icon_favorite_g.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 24px;
	width: 24px;
	z-index: 2;
}
.o-favorite:checked {
	background-image: url(/_assets/img/icon_favorite_y.svg);
}





@media only screen and (max-width: 769px) {
html {
  font-size: 60%;
}

body {
  min-width: 1px;
}

._pc {
  display: none;
}

._sp {
  display: inline-block;
}

._inner {
  width: 100%;
  min-width: 1px;
}


/*==============================================
header (SP)
==============================================*/
.header__top {
  padding: 4%;
  display: block;
}

/*header__lang*/
.header__lang {
  width: 50%;
  position: absolute;
  top:15px;
  left:4%;
}

.header__lang__list__item {
  margin-right: 5px;
  width: 40%;
}

/*header__login*/
.header__login {
  width: 25%;
  position: absolute;
  top:15px;
  right:4%;
}

.header__login__btn {
  width: 100%;
}

.header__login__more {
  width: 100%;
}

/*header__logo*/
.header__logo {
  width: 70%;
  padding: 14% 0 0;
  margin:0 auto 15px;
  top:auto;
}

/*header__search*/
.header__search {
  width: 100%;
  margin:0;
}

/*loggedin*/
.header__loggedin__toggle--pc {
  display: none;
}

.header__loggedin__toggle--sp {
  display: block;
}

.header__login-loggedin {
  width: 150px;
}

.header__loggedin__toggle {
  top:50px;
  right:4%;
  width: 150px;
}

.header__login__btn-loggedin__txt__name {
  max-width: 110px;
}


/*==============================================
search (SP)
==============================================*/
.search__details__more {
  width: 95%;
  border-radius: 10px;
  padding: 5%;
}

.search__details__more__box {
  width: 100%;
  margin-bottom: 15px;
}

.search__details__more__box--releaseddate {
  margin-top: 0;
}


.search__details__more__label {
  font-size: 1.4rem;
}

.search__details__more__form__text {
  font-size: 16px;
}

.search__details__more__form__select {
  font-size: 16px;
  margin-bottom: .5em;
}


/*==============================================
lead (SP)
==============================================*/
.lead {
  padding: 0 4% 4%;
}

.lead__inner {
  display: block;
}

.lead__copy {
  text-align: left;
  margin-bottom: 4%;
  width: 100%;
}

.en .lead__copy {
  min-width: 1px;
  width:100%;
}

.en .lead__copy-2nd {
  display: block;
}

.lead__list,
.en .lead__list {
  width: 100%;
  text-align: center;
  margin-left: 0;
  left: auto;
}

.lead__list__item {
  margin: 0 auto;
  display: block;
  width: 31%;
}

.lead__img {
  width: 50%;
  margin:0 auto 10px;
  text-align: center;
}

.lead__img--02 img {
  width: 64%;
}

.lead__txt {
  font-size: 1.3rem;
}


/*==============================================
nav (SP)
==============================================*/
.nav-list {
  justify-content: center;
  padding: 0 4%;
}

.nav-item {
  width: 33.333%;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.nav-item:nth-child(6) {
  border-left:none;
}

.nav-item:nth-child(4),
.nav-item:nth-child(7) {
  border-left: 1px solid #e54133;
}

.en .nav-item {
  width: 50%;
}

.nav-item:nth-child(4),
.nav-item:nth-child(7) {
  border-left:none;
}

.en .nav-item:nth-child(2n-1) {
  border-left: 1px solid #e54133;
}

.nav-item a, .nav-item a:visited {
  padding: .1em .5em;
}


/*==============================================
side__search (SP)
==============================================*/
/*side__nav*/
.side__nav--pc {
  display: none;
}

.sidenavsp-btn {
  display: block;
/*  margin-top: 10px;*/
  margin-top: 24px;
}

.sidenavsp-btn a, .sidenavsp-btn a:visited {
  background: #e54133;
  color: #fff;
  font-weight: bold;
  padding: .2em 1em;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  overflow: hidden;
}

.sidenavsp-btn__icon {
  display: inline-block;
  margin-right: .5em;
  transition: all .3s linear;
  transform: scale(1.6);
  position: relative;
  top:-.15em;
}

.en .sidenavsp-btn__icon {
  top:auto;
}

.side__nav--sp {
  margin-top: 10px;
  margin-bottom: 20px;
}

/*
.side__nav {
  margin-bottom: 20px;
}

.side__nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
*/

.side__nav-item {
/*  width: 48%;*/
  line-height: 1.34;
  font-size: 1.3rem;
/*  border-bottom: 1px dotted #e54133;*/
}

/*
.side__nav-item:last-child,
.side__nav-item:nth-last-child(2)
{
  border-bottom: none;
}
*/

.side__nav-item--all {
  width: 100%;
  font-size: 1.5rem;
}

.side__nav-item > a, .side__nav-item > a:visited {
  padding: 1em;
}

.side__nav-item > a::before {
  top:1.2em;
  transform: translateY(0);
}

/*
.side__nav-item a::after {
  display: none;
}
*/

.side__nav-item__child-list {
  padding: 0 1em;
}

.side__nav-item__child-list-item {
  width: 48.5%;
  border-bottom: 1px dotted #e54133;
}

.side__nav-item__child-list-item a {
  padding: 1em 1.2em;
}

.side__nav-item__child-list-item > a::after {
  display: none;
}

.side__nav-item__child-list-item a:hover{
  background:none;
}

/*==============================================
search more (SP)
==============================================*/
.header__searchmore-sp {
  margin-top: 10px;
  display: block;
}

.header__searchmore-sp a,
.header__searchmore-sp a:visited,
.side__searchmore a,
.side__searchmore a:visited {
  font-size: 1.7rem;
}


/*==============================================
contents idx (SP)
==============================================*/
.contents {
  display: block;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.contents__side {
  width: 100%;
  padding: 0 4%;
  margin-bottom: 30px;
}

.contents__main {
  width: 100%;
  margin-bottom: 30px;
}

.contents__idx__box {
  border-bottom: 4px solid #93a0c0;
  padding: 35px 4% 15px;
  margin-bottom: 25px;
}

.contents__tit__bar {
  margin-bottom: 1.5em;
}

.contents__tit__bar__txt {
  font-size: 1.6rem;
  height: 2.4rem;
  line-height: 1.1;
  display: flex;
  align-items: center;
  background: #ededed url(/_assets/img/common_tit.png) no-repeat left bottom;
  background-size: 3rem;
}

.contents__tit__bar__archives {
	color: #e54133;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: -24px;
}

.contents__subtit__bar {
  margin-bottom: 0;
}

.contents__subtit__bar__txt {
  font-size: 1.6rem;
}

.contents__tit__bar__more__link, .contents__tit__bar__more__link:visited,
.contents__subtit__bar__more__link, .contents__subtit__bar__more__link:visited {
  font-size: 1.4rem;
}

.contents__idx__cal__item {
  padding: 10px 5px;
}

.contents__idx__cal__item__img {
  height:36vw;
}

.contents__idx__cal__item__img img {
  height:36vw;
}

.slick-prev {
  left: -2%;
}
.slick-next {
  right: -2%;
}


/*==============================================
contents single (SP)
==============================================*/
.contents__single {
  border-bottom: 4px solid #93a0c0;
  padding: 20px 4%;
}

.contents__single__header {
  margin-bottom: 20px;
}

.contents__single__header__publisher {
  font-size: 1.6rem;
}

.contents__single__header__tit {
  font-size: 2.6rem;
}

.contents__single__box {
  display: block;
  padding: 0;
}

/*aside*/
.contents__single__box__aside {
  width: 100%;
  margin-bottom: 30px;
}

.contents__single__box__aside__img {
  margin:0 auto 20px;
  width: 55%;
}

.contents__single__box__aside__trysite {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}

.contents__single__box__aside__movie {
  margin-bottom: 1.5em;
}

.contents__single__box__aside__try {
  margin-right: 1em;
  position: relative;
  left:auto;
  transform: translateX(0);
  margin-bottom: 0;
}

.en .contents__single__box__aside__try {
  transform: translateX(0%);
}
.en .contents__single__box__aside__trysite {
	display: flex;
}
.en .contents__single__box__aside__site  {
  transform: translateX(0%);
  left: 0;
}

.contents__single__box__aside__site {
  position: relative;
  left:auto;
  transform: translateX(0);
  margin-bottom: 0;
}

.contents__single__box__aside__register {
  text-align: center;
}

/*info*/
.contents__single__box__info {
  width: 100%;
}

.contents__single__box__info__login__table tr {
  display: inline;
}

.contents__single__box__info__login__table__th {
  display: block;
}

.contents__single__box__info__login__table__td {
  display: block;
}

.contents__single__box__back {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.contents__single__box__back__a, .contents__single__box__back__a:visited {
  color: #000;
}

.contents__single__box__back__a:hover {
  opacity: 0.85;
}

._btn--single_back {
  display: inline-block;
  background:url(/_assets/img/icon_back.png) no-repeat left top;
  background-size:contain;
  padding-left: 2.1em;
}

._btn--single_movie__icon {
	background-size: 25%;
	padding: 8px 0 0 20%;
}
.en ._btn--single_movie__icon {
  background-size: 18%;
  padding-left: 18%;
}


/*==============================================
contents list (SP)
==============================================*/
.contents__list {
  border-bottom: 4px solid #93a0c0;
  padding: 40px 4%;
}

.contents__list__results {
  margin-bottom: 10px;
}

.contents__list__table__th {
  display: none;
}

.contents__list__table tr {
  display: flex;
  flex-wrap: wrap;
}

.contents__list__table__td {
  padding: 7px 10px;
  display: block;
  width: 50%;
  line-height: 1.2;
}

.contents__list__table__td:nth-of-type(1) {
  width: 100%;
  padding: 15px 10px;
}
.contents__list__table__td:nth-of-type(1) img {
  width: 50%;
}

.contents__list__table__td:nth-of-type(2) {
	width: 100%;
	font-size: 2rem;
	padding: 8px;
}
.contents__list__table__td:nth-of-type(2) a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.contents__list__table__td:nth-of-type(3) {
  width: 100%;
}

.contents__list__table__td:nth-of-type(4) {
  width: 75%;
  border-bottom: 2px solid #e54133;
}

.contents__list__table__td:nth-of-type(5) {
  width: 25%;
  border-bottom: 2px solid #e54133;
}
/*
.contents__list__table__td:nth-of-type(6) {
  width: 45%;
  border-bottom: 2px solid #e54133;
}
*/

td::before {
  content: attr(data-label);
  font-size: 1rem;
  color: #666;
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1.1;
}

/*pager*/
.contents__list__pager__box {
  display: block;
}

.contents__list__pager {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
  justify-content: center;
}

.contents__list__pager__a, .contents__list__pager__a:visited {
  font-size: 1.4rem;
  margin: 0 .2em;
}

.contents__list__pager__a--prev, .contents__list__pager__a--prev:visited {
  font-size: 1.4rem;
  padding: 0 .5em;
}

.contents__list__pager__a--next, .contents__list__pager__a--next:visited {
  font-size: 1.4rem;
  padding: 0 .5em;
}

.contents__list__pager__a:hover {
  opacity: 0.8;
}

.contents__list__back {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

._btn--list_back {
  padding:.5em 0 .7em 3.2em;
}


/*==============================================
contents contact (SP)
==============================================*/
.contents__contact__book {
  display: block;
  width: 100%;
  margin: 0 auto 3em;
}

.contents__contact__tit {
  font-size: 2.5rem;
}

.contents__contact__notice {
	text-align: left;
}

.contents__contact__book__img {
  width: 50%;
  margin: 0 auto 1em;
}

.contents__contact__book__info {
  width: 100%;
  padding: 0;
}

.contents__contact__book__info__tit {
  font-size: 3rem;
}

.contents__contact {
  border-bottom: 4px solid #93a0c0;
  padding: 30px 4%;
}

.contents__contact__box {
  display: block;
  width: 100%;
}

.contents__contact__aside {
  width: 100%;
  padding-top: 0;
  margin-bottom: 1rem;
}

.contents__contact__form {
  width: 100%;
}

.contact__form__textarea {
  font-size: 16px;
}


/*==============================================
about (SP)
==============================================*/
.about h3 {
	line-height: 1.3;
}
.about_desc_logo {
	text-align: center;
}
.about_desc_right {
	margin: 1rem 6rem 0;
}
.about_strongs_items {
	margin: 2rem 0;
}
.about_strongs_item {
	padding: 2rem .5rem 1rem;
	font-size: 1.5rem;
}
.about_strong_point .about_desc_left {
	padding: 2rem 0 0 3rem;
}
.about_strong_point li:before {
	left: .8rem;
}



/*==============================================
topics (SP)
==============================================*/
.topics {
  padding: 6%;
}

/*idx*/
.topics__box {
  margin-bottom: 30px;
}

.topics__txt-info-date {
  font-size: 1.5rem;
}

.topics__txt-tit {
  font-size: 2rem;
}

.topics__pager-item {
  font-size: 1.7rem;
}

/*single*/
.topics-single__header-date {
  font-size: 1.4rem;
}

.topcis-single__tit {
  font-size: 3rem;
}

.topcis-single__subtit {
  font-size: 2rem;
}

.topics-single__article {
  display: block;
  padding: 0;
}

.topics-single__article-txt {
  width: 100%;
/*  margin-bottom: 30px;*/
}

.topics-single__article-img {
	width: 50%;
	float: none;
	margin: 0 25%;
}
.topics-single_footer .topcis-single__subtit {
	margin-bottom: 1rem;
}
.topics-single_footer .topics-single__article-txt {
	margin-bottom: 2rem;
}
.topics-single__prevnext-arrow {
  font-size: 1.3rem;
}

.topics-single__prevnext-txt {
  width: calc(100% - 7em);
  padding-right: .5em;
}


/*==============================================
archives (SP) 2023.6
==============================================*/
.archive__box {
  margin-top: 15px;
}

.archive__tit {
  display: block;
}

.archive__tit-date {
  font-size: 1.8rem;
  display: block;
}

.archive__img {
  margin-bottom: 10px;
}

.archive__label-item {
  font-size: 1.3rem;
}

.archive__pager {
  margin-top: 25px;
}

.archive__pager-item {
  font-size: 1.7rem;
}


/*==============================================
footer (SP)
==============================================*/
.footer {
  padding: 10px 0 0;
}

.footer__lead {
  margin-bottom: 2em;
  font-size: 1.3rem;
  padding: 0 4%;
}

.footer__credit {
  display:block;
  margin-bottom: 30px;
}

.footer__credit__box {
  width: 60%;
  margin: 0 auto 20px;
}

.footer__info {
  display:block;
  width: 80%;
  margin: 0 auto 30px;
}

.footer__info__logo {
  width: 50%;
  margin: 0 auto;
}


/*==============================================
pagetop (SP)
==============================================*/
.pagetop {
  right: 20px;
  bottom: 20px;
}

.pagetop a, .pagetop a:visited {
  width: 45px;
  height: 45px;
}

/*==============================================
favorite (SP)
==============================================*/
.contents__favorite {
	float: none;
}
}

