@charset "utf-8";
::selection {
    background-color: #333;
    color: #fff;
}

a {
    transition: all .3s;
}

a:hover {
    opacity: 0.7;
}

input,
button,
textarea {
    outline: none;
}

input:focus,
textarea:focus {
    background: #f7f7f7;
}

.sp {
    display: none;
}

#header {
    padding: 15px 0 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:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(254, 85, 67);
    background: linear-gradient(90deg, rgba(254, 85, 67, 1) 0%, rgba(254, 148, 67, 1) 100%);
    margin: 20px 0 0;
}

#header nav {
    float: right;
    padding: 15px 0 0;
}

#header nav ul li {
    display: inline-block;
    border-left: 1px solid #fe5343;
}

#header nav ul li:first-child {
    border-left: 0px none;
}

#header nav ul li a {
    display: block;
    padding: 12px 30px;
    font-size: 18px;
}

body.teaser .fv {
    background: url('../img/bg_fv.png') repeat 50% 50%;
    text-align: center;
    padding: 5px 0 0;
}

#footer .f_bnr {
    text-align: center;
}

#footer .f_bnr li {
    display: inline-block;
    margin: 0 10px;
}

#footer .f_bnr:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(254, 85, 67);
    background: linear-gradient(90deg, rgba(254, 85, 67, 1) 0%, rgba(254, 148, 67, 1) 100%);
    margin: 0 0 30px;
}

#footer .f_bnr:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(254, 85, 67);
    background: linear-gradient(90deg, rgba(254, 85, 67, 1) 0%, rgba(254, 148, 67, 1) 100%);
    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 #fe5343;
}

#footer .f_menu li:last-child {
    border-right: 0px none;
}

#footer .f_menu li a {
    color: #fe5343;
}

#footer .copy {
    color: #fe5343;
    margin: 14px 0 30px;
}

#footer .f_sns li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

#content {
    max-width: 1020px;
    margin: 0 auto;
}

#content>section {
    margin: 60px 0;
    padding: 1px 0;
}

section h2 {
    position: relative;
    text-align: center;
    color: #fff;
    background: rgb(254, 146, 67);
    background: linear-gradient(0deg, rgba(254, 146, 67, 1) 0%, rgba(254, 85, 67, 1) 100%);
    padding: 10px 0;
    font-size: 24px;
    border-radius: 8px;
    font-weight: normal;
    margin: 27px 0 0;
}

section h2:before {
    position: absolute;
    left: 50%;
    margin-left: -21.5px;
    top: -27px;
    ;
    content: "";
    display: block;
    width: 43px;
    height: 27px;
    background: url('../img/ico-crown.png') no-repeat 0 0;
}

section .update_list {
    background: #ebebeb;
    padding: 10px;
    margin: 20px 0;
    border-radius: 20px;
}

section .update_list h3 {
    font-size: 18px;
    padding: 15px 0;
}

section .update_list h3:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 27px;
    background: url('../img/ico-crown.png') no-repeat 0 0;
    vertical-align: middle;
    margin: -6px 10px 0 10px;
}

section .update_list ul {
    overflow: hidden;
}

section .update_list ul li {
    display: flex;
    float: left;
    width: 49.5%;
    margin: 0 1% 1% 0;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
}

section .update_list ul li:nth-child(2n) {
    margin-right: 0;
}

section .update_list ul li figure {
    width: 110px;
}

section .update_list ul li p {
    width: 245px;
    font-size: 17px;
    line-height: 1.2em;
}

section .update_list ul li .btns {
    width: 100px;
}

section .update_list ul li .btns a {
    display: block;
    background: #65c6c7;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    padding: 10px;
    margin: 0 0 10px;
}

section .update_list ul li .btns a:before {
    content: "▶︎";
    margin: 0 6px 0 0;
}

section .update_list ul li .btns a:nth-of-type(2) {
    background: #fe9743;
}

section .feature_list ul {
    overflow: hidden;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}

section .feature_list ul li {
    width: 22%;
    margin: 0 4% 3% 0;
}

section .feature_list ul li img {
    outline: 1px solid #a6a6a6;
    outline-offset: -1px;
    width: 100%;
}

section .feature_list ul li img.new{
    width: 100%;
}


section .feature_list ul li a {
    display: block;
}

section .feature_list ul li:nth-child(4n) {
    margin-right: 0;
}

section .feature_list ul li p strong {
    display: block;
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px 0 6px;
}

section .feature_list ul li p span {
    font-size: 14px;
    color: #777;
}

.terms_fv {
    text-align: center;
    margin: 30px 0 0;
}

body.terms section p.explain {
    margin: 25px 0;
    font-size: 18px;
    line-height: 1.6em;
}

body.terms section p.explain span {
    font-size: 16px;
    color: #fe5343;
}

body.terms section section {
    margin: 30px 0;
    background: #ebebeb;
    padding: 50px 60px;
    border-radius: 20px;
}

body.terms section section h3 {
    font-size: 18px;
    margin: 0 0 35px;
}

body.terms section section h3:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 27px;
    background: url('../img/ico-crown.png') no-repeat 0 0;
    vertical-align: middle;
    margin: -6px 10px 0 10px;
}

body.terms section section p {
    font-size: 18px;
    line-height: 1.6em;
}

body.terms section section .address_here {
    text-align: center;
    font-size: 24px;
    color: #fe5343;
    margin: 60px 0;
}

body.terms section section .txt_box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin: 60px 0 0;
}

body.terms section section .txt_box h4 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 30px;
}

body.terms section section .txt_box ul li {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 1.6em;
}

body.terms section section .txt_box ul li span {
    font-size: 14px;
}

body.terms section section .txt_box p {
    text-align: center;
}

body.terms section section iframe {
    width: 100%;
    height: 500px;
    margin: 30px 0 0;
}

.notice {
    padding: 10px 0 0;
}

.notice p:before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 27px;
    background: url('../img/ico-crown.png') no-repeat 0 0;
    vertical-align: middle;
    margin: -6px 10px 0 10px;
}

.notice:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(254, 85, 67);
    background: linear-gradient(90deg, rgba(254, 85, 67, 1) 0%, rgba(254, 148, 67, 1) 100%);
    margin: 6px 0 0;
}

.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 ul {
    float: right;
    width: 32%;
}

.detail_info ul li {
    margin: 0 0 10px;
}

.detail_info ul li a {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #65c6c7;
    padding: 15px 25px;
    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: #fe9743;
}

.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: #fe9743;
    text-decoration: underline;
}

ul.b_site {
    overflow: hidden;
    margin: 30px 0 0;
}

ul.b_site li {
    float: left;
    width: 240px;
    margin: 0 20px 0 0;
}

ul.b_site li:last-child {
    margin: 0;
}

.book_list {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 3px;
}

.book {
    max-width: 320px;
    padding-bottom: 5%;
}

.book_list::after{
    content:"";
    display: block;
    width: 320px;
}

.book .cover {
    width: 100%;
    border: solid 1px #a6a6a6;
    outline-offset: -1px;
    margin-bottom: 10px;
}

section h3.triangle {
    font-size: 26px;
    color: #434343;
    padding: 20px 0 10px;
    letter-spacing: 0.2em;
}

section h3.triangle::before {
    content: '';
    width: 20px;
    display: inline-block;
    border-top: 20px solid #65c6c7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    box-sizing: border-box;
    margin-right:10px;
}

.book ul li img{
    margin-bottom: 10px;
    border: solid 1px #a6a6a6;
    outline-offset: -1px;
}

ul.original_list {
    overflow: hidden;
    margin: 30px 0 40px;
    display: flex;
    flex-wrap: wrap;
}

/*2022/04/20追加 原作一覧*/
ul.original_list li {
    margin: 0 30px 0 0;
}

ul.original_list li:nth-child(5) {
    margin: 0;
}

ul.original_list li:nth-child(n+6)  {
    margin-top: 30px;
}


.detail_btn {
    text-align: center;
}

.detail_btn a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #fe9743;
    padding: 15px 30px;
    border-radius: 10px;
    width: 680px;
    box-sizing: border-box;
    letter-spacing: 0.2em;
}

.detail_btn a:before {
    content: "▶︎";
    float: left;
    font-size: 15px;
    padding: 8px 0 0;
}

.twitter_inner {
    overflow-y: scroll;
    height: 400px !important;
    margin: 30px 0 0;
    border: 1px solid #ccc;
}

body.form p.explain {
    font-size: 18px;
    line-height: 1.6em;
    margin: 20px 0;
}

body.form p.explain em {
    font-style: normal;
    color: #fe5343;
    text-decoration: underline;
}

body.form span.must {
    color: #fe5343;
}

body.form form ul {
    background: #ebebeb;
    padding: 50px 55px;
    border-radius: 20px;
}

body.form form ul li {
    margin: 0 0 40px;
}

body.form form ul li dl dt {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: bold;
}

body.form form ul li dl dd {
    line-height: 1.6em;
}

body.form form ul li dl dd input[type="text"],
body.form form ul li dl dd input[type="number"],
body.form form ul li dl dd input[type="tel"],
body.form form ul li dl dd input[type="email"],
body.form form ul li dl dd input[type="url"] {
    background: #fff;
    border: 0px none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 18px;
    box-sizing: border-box;
    width: 450px;
}

body.form form ul li:nth-of-type(1) input[type="text"],
body.form form ul li:nth-of-type(2) input[type="text"],
body.form form ul li dl dd input[type="email"],
body.form form ul li dl dd input[type="url"] {
    width: 100%;
}

body.form form ul li dl dd input[type="number"] {
    width: 110px;
}

body.form form ul li dl dd textarea {
    background: #fff;
    border: 0px none;
    border-radius: 5px;
    padding: 14px 20px;
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    height: 150px;
}

body.form form ul li dl dd .error {
    display: block;
    color: #fe5343;
    margin: 10px 0 0;
}

body.form form ul li dl dt .explain {
    display: block;
    font-size: 14px;
    color: #fe5343;
    line-height: 1.4em;
    margin: 10px 0 0;
}

body.form .form_btn {
    text-align: center;
    margin: 40px 0 0;
}

body.form .form_btn input {
    width: 320px;
    height: 60px;
    border: 0px none;
    background: #fe9743;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
}

figure.thanks {
    text-align: center;
    margin: 60px 0 0;
}

body.form.thanks #content>section {
    margin-bottom: 0;
    padding-bottom: 0;
}


/*ここからキャンペーンページ用に追加*/

section#prize {
    margin-top: 60px;
    padding-top: 0px;
}

section#prize .kazari {
    position: relative;
}

section#prize img.camp {
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translateX(-50%)
}

section#prize h2.camp {
    position: relative;
    text-align: center;
    color: #a98d10;
    padding: 30px 0;
    font-size: 36px;
    font-weight: normal;
    background-image: none;
    line-height: 1.2em;
    letter-spacing: 0.2em;
}

section#prize h2.camp::before,
section#prize h2.camp::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-image: linear-gradient(135deg, #a88d10 0%, #f1ca16 50%, #a88d10 100%);
}

section#prize h2.camp::before {
    margin-left: 0px;
    top: 0;
}

section#prize h2.camp::after {
    bottom: 0;
}

section#prize p {
    font-size: 24px;
    color: #434343;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4em;
}

span.orange {
    color: #fe9743;
}

span.s_text {
    font-size: 18px;
    color: black;
}


/*section#prize h2.camp:before {
  position: absolute;
  left: 50%;
  margin-left: -21.5px;
  top: -27px;;
  content: "";
  display: block;
  width: 43px;
  height: 27px;
  background: url('../img/camp/h2_camp_crown.png') no-repeat 0 0;
}*/

picture {
    margin: 0;
    padding: 0;
    margin-top: -32px;
}

.prize {
    background-color: #d3f4fb;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
}

.prize hr.grade {
    position: absolute;
    left: 50%;
    height: 3px;
    border-width: 0;
    background-color: #00bcd4;
    background-image: linear-gradient(90deg, #a88d10 0%, #f1ca16 50%, #a88d10 100%);
    width: 900px;
    transform: translateX(-50%);
}


/*section#prize .prize h3{
	text-align: center;
	padding-top: 40px;
}

section#target .kazari{
	position: relative;
	
}
section#target img.camp{
	position: absolute;
	left: 48%;
	top: -30%;
}

section#target h3.camp {
  position: relative;
  text-align: center;
  color: #434343;	
  padding: 30px 0;
  font-size: 36px;
  font-weight: normal;
	background-image: none;
	line-height: 1.2em;
	letter-spacing: 0.2em;	
}

section#target h3.camp::before,
section#target h3.camp::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
background-image: linear-gradient(135deg, #a88d10 0%, #f1ca16 50%, #a88d10 100%);
}

section#target h3.camp::before{
	margin-left: 0px;
	top: 0;
}

section#target h3.camp::after{
	bottom: 0;
}*/

.prize h3 {
    text-align: center;
    padding-top: 40px;
}

.kazari {
    position: relative;
}

img.camp {
    position: absolute;
    left: 50%;
    top: -30%;
    transform: translateX(-50%)
}

h3.camp {
    position: relative;
    text-align: center;
    color: #434343;
    padding: 30px 0;
    font-size: 36px;
    font-weight: normal;
    background-image: none;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

h3.camp::before,
h3.camp::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-image: linear-gradient(135deg, #a88d10 0%, #f1ca16 50%, #a88d10 100%);
}

h3.camp::before {
    margin-left: 0px;
    top: 0;
}

h3.camp::after {
    bottom: 0;
}

section#target h4 {
    font-size: 30px;
    color: #434343;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#target .nov {
    width: 1020px;
    position: relative;
    padding-bottom: 30px;
}

#target .nov img.center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#target .nov img.right {
    float: right;
}

#target .dec {
    width: 1020px;
    position: relative;
    padding-bottom: 60px;
}

#target .dec img.left {
    position: relative;
    left: 24%;
    transform: translateX(-24%)
}

#target .dec img.right {
    position: absolute;
    right: 17%;
}

#target p {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

span.red {
    color: #fe5343;
}

#method p {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    color: #434343;
}

#method ol {
    margin-top: 30px;
}

#method li {
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #434343;
}

h4.camp {
    font-size: 35px;
    color: #434343;
    letter-spacing: 0.2em;
    text-align: center;
    margin-top: 60px;
}

#method img.right {
    float: right;
}

#method p.caution {
    text-align: center;
    margin-bottom: 30px;
}

#method .address {
    /*outline: solid 3px #f1ca16;
	outline-offset: -3px;*/
    border: solid 3px #f1ca16;
    border-image: linear-gradient(to right, #a88d10, #f1ca16, #a88d10);
    border-image-slice: 1;
    text-align: center;
    padding-bottom: 70px;
    margin-top: 30px;
}

#method .address h4 {
    margin-top: 0px;
    padding-top: 40px;
}

#method .address p {
    margin-top: 40px;
    display: inline-block;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}

#method .address strong {
    font-size: 26px;
}

#method .deadline {
    text-align: center;
    font-size: 36px;
    padding-top: 30px;
}

#method ul {
    margin-top: 30px;
}


/* ↑↑↑　ここまでキャンペーンページ用に追加した部分*/


/*フォーム*/

.contact_info {
    overflow: hidden;
}

.contact_info ul {
    margin: 30px auto;
    width: 32%;
}

.contact_info ul li {
    margin: 0 0 10px;
}

.contact_info ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #65c6c7;
    padding: 15px 30px;
    border-radius: 10px;
    letter-spacing: 0.2em;
}

.contact_info ul li a:before {
    content: "▶︎";
    float: left;
    font-size: 15px;
    padding: 1px 0 0;
}

.contact_txt {
    font-size: 18px;
    line-height: 1.6em;
    margin: 30px 0 0;
}

.contact_txt a {
    color: #fe9743;
    text-decoration: underline;
}


/*1111_スライドバナー修正*/

.slider_wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 0 60px;
    margin: 0 0 -60px;
}

.slider_inner_wrap {
    padding: 0;
}

.slider_inner {
    max-width: 1150px;
    margin: auto;
}

.slick-slider {
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.slick-slide div {
    vertical-align: top;
}

.slick-slide img {
    width: 100%;
    vertical-align: top;
}


/* the slides */

.slick-slide {
    margin: 0 15px;
}


/* 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: 5px;
}

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

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

.end {
    text-decoration: line-through;
    color: #fe5343;
}

.text_end {
    color: #fe5343;
}


/*2021/02/26_whiteday*/

#header_after #header:after {
    background: none;
}

.mv {
    text-align: center;
    background: #e0f9f9;
}

section h2.title {
    position: relative;
    text-align: center;
    background: none;
    background: none;
    padding: 0;
    font-weight: normal;
    margin: 30px 0;
    max-width: 100%;
}

section h2.title:before {
    display: none;
}

section h2.date_title {
    position: relative;
    text-align: center;
    background: none;
    background: none;
    padding: 0;
    font-weight: normal;
    margin: 30px 0;
    max-width: 100%;
}

section h2.date_title:before {
    display: none;
}

#main>section#date {
    margin: 0;
    padding: 1px 0;
}

#main>section#info {
    background: url(../img/camp/whiteday/bg.jpg) no-repeat center;
    background-color: #e0f9f9;
    margin: 40px 0 0;
    padding: 1px 0;
}

#main>section#booklist {
    background: #eefdfd;
    margin: 0;
    padding: 1px 0;
}

.date_txt {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    margin-top: -10px;
    color: #9b854a;
}

.date_txt .note {
    font-size: 30px;
    font-weight: normal;
}

#info .bg {
    margin: 0 auto;
    padding-bottom: 20px;
    max-width: 1020px;
}

#info .info_txt {
    font-size: 24px;
    color: #9b854a;
    margin: 0 auto;
    line-height: 1.4em;
}

#info .info_txt .bold {
    font-size: 36px;
    font-weight: bold;
}

#info .info_txt .note {
    font-size: 16px;
}

#info .sample_images {
    padding: 40px 0;
}

#booklist .bg {
    margin: 0 auto;
    max-width: 1020px;
}

#booklist .ttl_list ul {
    overflow: hidden;
}

#booklist .ttl_list ul li {
    float: left;
    width: 22%;
    margin: 0 4% 3% 0;
    height: 430px;
}

#booklist .ttl_list ul li a {
    display: block;
}

#booklist .ttl_list ul li:nth-child(4n) {
    margin-right: 0;
}

#booklist .ttl_list ul li p strong {
    display: block;
    font-size: 18px;
    line-height: 1.4em;
    margin: 10px 0 6px;
    color: #9b854a;
}

.shoplist {
    max-width: 1020px;
    margin: 60px auto;
}


/*2021/05/12_first*/

.mv_first:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: rgb(254, 85, 67);
    background: linear-gradient(90deg, rgba(254, 85, 67, 1) 0%, rgba(254, 148, 67, 1) 100%);
}

.mv_first_img {
    text-align: center;
    background-color: #00bcd4;
}


/*2021/10/25_youtube*/

.pv {
    position: relative;
    width: 91%;
    max-width: 814px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: -10%;
    padding-top: 56%;
}

.pv iframe {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    right: 0;
}

/*2022/02/01_改修*/

.detail_info {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail_info .detail_inner h2 {
    font-size: 40px;
    line-height: 1.2em;
    margin: 0 0 15px;
    font-weight: bold;
}

.detail_info .detail_inner h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: lighter;
}

.detail_info dl dd.original_ttl {
    margin: 15px 0 0;
    font-size: 16px;
}

/*2023/12/25_改修*/
.comic_banner{
    margin: 1% auto;
}

.ricomi_banner{
    display: block;
    width: 60%;
    max-width: 1020px;
    margin: 0 auto;
}

.ricomi_banner img{
    display: block;
    width: 100%;
}

.site_02{
    margin: 15px 0 0 0  !important;
}