@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese");

html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main {
    margin: 0 auto;
    color: #525252;
    background-color: #fff;
}

.main a {
    color: #525252;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

.main_visual {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
}

.main_visual img {
    width: 100%;
}

.introduction_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    background-image: url("bg_intro_area.jpg");
    background-position: top center;
    background-repeat: repeat;
    background-color: #f0f0f0;
}

.introduction_box {
    width: calc(100% - 32px);
    margin: 0 auto;
    border: 3px solid #000;
    border-radius: 18px;
    background: #fff;
    box-shadow: 4px 5px 0 #000;
    padding: 25px 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.introduction_img {
    text-align: center;
}

.introduction_img:nth-child(2) {
    position: absolute;
    top: 150px;
    right: -20px;
}

.introduction_img img {
    width: 80%;
    height: auto;
}

.introduction_img:nth-child(2) img {
    width: auto;
    height: 230px;
}

.introduction_detail {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-flow: column;
    margin: 100px 0 0;
    padding: 0 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.introduction_detail .chara_name {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #5297f1;
    margin: 0 0 20px;
    padding: 0 0 5px;
}

@media (min-width: 767px) {
    .introduction_wrap {
        padding: 35px 0 40px;
    }

    .introduction_box {
        width: calc(100% - 5px);
        border: 3px solid #000;
        border-radius: 18px;
        background: #fff;
        box-shadow: 5px 6px 0 #000;
        padding: 30px 40px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .introduction_img:nth-child(2) {
        position: inherit;
        top: inherit;
        right: inherit;
    }

    .introduction_img img {
        width: auto;
        height: 280px;
    }

    .introduction_img:nth-child(2) img {
        width: auto;
        height: 280px;
    }

    .introduction_detail {
        margin: 0;
    }
}

.contents_link_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background-size: auto auto;
    background-color: rgba(195, 222, 250, 1);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(230, 242, 252, 1) 10px,
        rgba(230, 242, 252, 1) 20px
    );
}

.contents_link_area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.contents_link_left_area {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contents_link_right_area {
    width: calc(100% - 32px);
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 40px auto 0 auto;
    padding: 0 0 20px;
}

@media (min-width: 961px) {
    .contents_link_area {
        flex-direction: row;
        justify-content: space-between;
    }

    .contents_link_left_area {
        width: 645px;
        margin: 0 25px 0 0;
        position: relative;
        z-index: 1;
    }

    .contents_link_right_area {
        width: calc(100% - 682px);
        background: #fff;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 0 0 20px;
    }
}

.contents_comic {
    position: relative;
    width: calc(100% - 5px);
    border: 3px solid #000;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 6px 0 #000;
    margin: 28px 0 0 0;
    padding: 10px 10px 20px 10px;
}

.contents_comic:before {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    box-sizing: border-box;
    width: 74px;
    height: 40px;
    border-radius: 40px 40px 0 0;
    background: #fff;
    z-index: 0;
}

.contents_comic:after {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    box-sizing: border-box;
    width: 80px;
    height: 40px;
    border-radius: 40px 40px 0 0;
    background: #000;
    z-index: -2;
}

.contents_comic + .contents_comic {
    margin: 58px 0 0;
}

.contents_comic .num_area {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.contents_comic .num_area span {
    display: inline-block;
    margin: 0 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
}

.contents_comic .contents_comic_flex_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.contents_comic .contents_comic_flex_box_left {
    width: 100%;
    height: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin: 15px 0 0;
}

.contents_comic .contents_comic_flex_box_left h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0 12px;
    padding: 0;
}

.contents_comic .contents_comic_flex_box_left .btn_wrapper {
    text-align: right;
    margin: 10px 0 0;
}

.contents_comic .contents_comic_flex_box_left .btn {
    display: inline-block;
    background: #e58245;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
}

.contents_comic .contents_comic_flex_box_right {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
}

.contents_comic .contents_comic_flex_box_right img {
    width: 100%;
    height: auto;
}

.contents_link_right_area .episode_num {
    display: inline-block;
    position: relative;
    width: calc(100% + 6px);
    margin: 16px 0 0 -6px;
    padding: 10px 0;
    text-align: center;
    background-size: auto auto;
    background-color: rgba(45, 74, 157, 1);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(59, 103, 189, 1) 10px,
        rgba(59, 103, 189, 1) 20px
    );
}

.contents_link_right_area .episode_num a {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.contents_link_right_area .episode_num:before {
    position: absolute;
    content: "";
    top: -5.5px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #193154;
    border-left: 6px solid transparent;
}

.contents_link_right_area ul {
}

.contents_link_right_area ul li {
    border-top: 1px dotted #4378cf;
    margin: 0 0 0 1px;
}

.contents_link_right_area ul li:last-child {
    border-bottom: 1px dotted #4378cf;
}

.contents_link_right_area ul li a {
    transition: background-color 0.3s;
}

.contents_link_right_area ul li:not(.headline) a {
    display: block;
    text-decoration: none;
    padding: 10px 30px 10px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.contents_link_right_area ul li:not(.headline) a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    height: 11px;
    width: 7px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("icon_arrow_r.svg");
}

.contents_link_right_area ul .headline {
    text-align: center;
    border-top: none;
}

.contents_link_right_area ul .headline a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 0;
}

.contents_link_right_area ul li a:hover {
    background: #e6f2fc;
}

@media (min-width: 767px) {
    .contents_comic {
        padding: 10px;
    }

    .contents_comic .contents_comic_flex_box {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contents_comic .contents_comic_flex_box_left {
        width: calc(100% - 205px);
        height: auto;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding: 0 0 0 10px;
    }

    .contents_comic .contents_comic_flex_box_left .btn {
        transition: background 0.3s;
    }

    .contents_comic .contents_comic_flex_box_left .btn:hover {
        /*background: #4b89e2;*/
        background: #eb9b4d;
    }

    .contents_comic .contents_comic_flex_box_right {
        width: 180px;
        height: auto;
        margin: 0;
    }
}

.contents_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 160px;
    background-size: auto auto;
    background-color: rgba(195, 222, 250, 1);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(230, 242, 252, 1) 10px,
        rgba(230, 242, 252, 1) 20px
    );
    position: relative;
}

.contents_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    background-size: 144px 85px;
    background-repeat: repeat-x;
    background-image: url("../cartoon-article/aruaru_line.png");
}

.contents_area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.contents_left_area {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contents_right_area {
    width: calc(100% - 32px);
    margin: 20px auto 0 auto;
}

.contents_right_area .inner {
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 0 40px;
}

.contents_right_area .episode_num {
    display: inline-block;
    position: relative;
    width: calc(100% + 6px);
    margin: 16px 0 0 -6px;
    padding: 10px 0;
    text-align: center;
    background-size: auto auto;
    background-color: rgba(45, 74, 157, 1);
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(59, 103, 189, 1) 10px,
        rgba(59, 103, 189, 1) 20px
    );
}

.contents_right_area .episode_num a {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.contents_right_area .episode_num:before {
    position: absolute;
    content: "";
    top: -5.5px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #193154;
    border-left: 6px solid transparent;
}

.contents_right_area ul {
}

.contents_right_area ul li {
    border-top: 1px dotted #4378cf;
    margin: 0 0 0 1px;
}

.contents_right_area ul li:last-child {
    border-bottom: 1px dotted #4378cf;
}

.contents_right_area ul li a {
    transition: background-color 0.3s;
}

.contents_right_area ul li:not(.headline) a {
    display: block;
    text-decoration: none;
    padding: 10px 30px 10px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
}

.contents_right_area ul li:not(.headline) a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    height: 11px;
    width: 7px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("icon_arrow_r.svg");
}

.contents_right_area ul .headline {
    text-align: center;
    border-top: none;
}

.contents_right_area ul .headline a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 0;
}

.contents_right_area ul li a:hover {
    background: #e6f2fc;
}

@media (min-width: 961px) {
    .contents_area {
        flex-direction: row;
        justify-content: space-between;
    }

    .contents_left_area {
        width: 645px;
        margin: 20px 25px 0 0;
        position: relative;
        z-index: 1;
    }

    .contents_right_area {
        width: calc(100% - 682px);
    }
}

.contents_comic_detail {
    position: relative;
    width: 100%;
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 5px 6px 0 #000;
    margin: 25px auto 30px;
    padding: 0 16px 30px;
    background: #fff;
}

.contents_comic_detail_title {
    width: calc(100% - 32px);
    position: absolute;
    top: -50px;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 8px 0px;
    border: 3px solid #000000;
    border-radius: 10px;
}

.contents_comic_detail_title:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -5px;
    border: 8px solid transparent;
    border-top: 14px solid #fff;
    z-index: 2;
}

.contents_comic_detail_title:after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 50%;
    margin-left: -8px;
    border: 11px solid transparent;
    border-top: 20px solid #000000;
    z-index: 1;
}

.contents_comic_detail_title h2 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.contents_comic_detail_title h2 span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.contents_comic_detail_headline {
    margin: 65px 0 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.contents_comic_detail img {
    width: 100%;
    height: auto;
}

.contents_comic_detail img + img {
    margin: 10px 0 0;
}
/* 
.annotation_img {
    position: relative;
}

.annotation_img_txt {
    position: relative;
}

.annotation_img_txt {
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
} */

@media (min-width: 961px) {
    .contents_comic_detail {
        margin: 50px auto 60px;
        padding: 0 50px 60px;
    }

    .contents_comic_detail_title {
        width: calc(100% - 100px);
    }

    .contents_comic_detail_title h2 {
        font-size: 28px;
    }

    .contents_comic_detail_title h2 span {
        font-size: 17px;
    }

    .contents_comic_detail_headline {
        margin: 80px 0 30px;
    }

    .annotation_img_txt {
        left: -24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
    }
}

.contents_comic_article {
    position: relative;
    width: 100%;
    border: 3px solid #000;
    border-radius: 10px;
    box-shadow: 5px 6px 0 #000;
    margin: 0 auto;
    padding: 16px;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.contents_comic_article + .contents_comic_article {
    margin: 20px auto 0;
}

.contents_comic_article p {
    margin: 0;
    padding: 0;
}

.contents_comic_article p + p {
    margin: 25px 0 0;
}

.contents_comic_article_title {
    margin: 0 0 20px;
    padding: 0 0 8px;
    color: #4b89e2;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 1px solid #4b89e2;
    position: relative;
}

.contents_comic_article_title:before {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -4px;
    border: 7px solid transparent;
    border-top: 10px solid #fff;
    z-index: 2;
}

.contents_comic_article_title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
    border: 8px solid transparent;
    border-top: 12px solid #4b89e2;
    z-index: 1;
}

.contents_comic_article_sub_title {
    margin: 30px 0 20px;
    padding: 0 0 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 1px dotted #c3defa;
}

@media (min-width: 961px) {
    .contents_comic_article {
        padding: 20px;
    }
}
.footer_area {
    width: 100%;
    padding-top: 30px;
    background: rgba(228, 242, 254, 0.4);
}

.pankuzu_block {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.pankuzu {
    display: block;
    max-width: 930px;
    margin: 0 auto;
    font-size: 13px;
}
.pankuzu a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #333;
}
.pankuzu a::before {
    content: ">";
    position: absolute;
    right: -20px;
    top: 0;
}
.pankuzu a:last-child {
    margin-right: 0;
}
.pankuzu a:last-child::before {
    content: "";
}

@media screen and (max-width: 767px){
    .pankuzu_block {
        padding-top: 5px;
    }
    .pankuzu {
        font-size: 12px;
        margin: 0 10px;
    }
    .pankuzu a {
        margin-right: 20px;
    }
    .pankuzu a::before {
        right: -18px;
    }
}
