@charset "UTF-8";
/* RESET */
body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 160%;
    word-spacing: 0.2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
fieldset,
img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th {
    text-align: left;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
img {
    vertical-align: bottom;
    width: auto;
    max-width: 100%;
    height: auto;
}
section,
main,
figure,
figcaption,
nav,
main {
    display: block;
    margin: 0;
    padding: 0;
}
sub {
    vertical-align: baseline;
}

/* コンテナを定義 */
#main {
    container-type: inline-size;
    background: url("../../img/bg_01.webp") fixed;
}
/* MAIN CONTENT */
body {
    color: #fff;
}
.wrapper {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
.content {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
#mainContent {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 150px 0 0 0;
}
#mainContent .pankuzu_pc {
    color: #999;
    margin: -40px 0 0;
}
#mainContent .pankuzu_pc a {
    color: #999;
}
#mainContent .pankuzu_pc a:visited {
    color: #999;
}
#mainContent.topPage {
    padding: 0;
}
.subTitle1 {
    background: url("../../img/bg_subtit_01.webp") center center / auto 100%
        no-repeat;
    text-align: center;
    padding: 0.6em 0 0.5em 0;
    color: #153931;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin: 0 auto 1em auto;
}
.subTitle2 {
    overflow: hidden;
    margin: 0 0 1em 0;
    font-size: 24px;
    position: relative;
    text-align: center;
    color: #000;
    line-height: 1.5em;
    font-weight: bold;
}
.subTitle2::after {
    content: "";
    display: block;
    background: url("../../img/bg_subtit_03.webp") center center / auto 100%
        no-repeat;
    height: 1em;
    width: 100%;
    bottom: -1em;
}
.subTitle3 {
    overflow: hidden;
    margin: 0 0 2em 0;
    font-size: 24px;
    position: relative;
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-weight: bold;
}
.subTitle4 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 1.5em auto;
    padding: 1em 0 0 0;
    line-height: 1.2;
}
.subTitle5 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0 auto 1.5em auto;
    line-height: 1.2;
}

.basicText1 {
    font-size: 18px;
    margin: 0 0 1em 0;
    line-height: 1.8em;
}
.basicText2 {
    font-size: 16px;
    margin: 0 0 1em 0;
    line-height: 1.8em;
}
.basicText3 {
    font-size: 12px;
}
.cap {
    display: block;
    font-size: 12px;
    line-height: 1.5em;
}
.alignCenter {
    text-align: center;
}

/* TOOL BOX */
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix::after {
    content: "";
    display: block;
    clear: both;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexBox > .flexChild {
    flex-grow: 0;
    flex-shrink: 1;
}

/* SUB CLUMN */
#subColumn {
    flex-basis: 240px;
    position: relative;
    z-index: 3;
    margin: 40px 0 0 0;
}
#subColumn.topPage {
    top: -120px;
    margin: 0;
}
#subColumn h3 {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 2em auto;
}
input[name="sideMenu"] {
    display: none;
}
.menuTitle {
    display: block;
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    margin: 0 0 2px 0;
}
.menuTitle .numberBox {
    color: #fff;
    margin: -8px 0 0 0;
}
.menuTitle i {
    display: none;
}
.sideMenu {
    margin: 0 0 30px 0;
}
.sideMenu ul li {
    display: block;
    font-size: 12px;
}

.sideMenu ul li a,
.sideMenu ul li span {
    display: block;
    padding: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.sideMenu:nth-of-type(1) .numberBox {
    background: url("../../img/bg_comic_01.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(2) .numberBox {
    background: url("../../img/bg_comic_02.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(3) .numberBox {
    background: url("../../img/bg_comic_03.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(4) .numberBox {
    background: url("../../img/bg_comic_04.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(5) .numberBox {
    background: url("../../img/bg_comic_05.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(6) .numberBox {
    background: url("../../img/bg_comic_06.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(7) .numberBox {
    background: url("../../img/bg_comic_07.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(8) .numberBox {
    background: url("../../img/bg_comic_08.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(9) .numberBox {
    background: url("../../img/bg_comic_09.webp") center top / auto 100%
        no-repeat;
}
.sideMenu:nth-of-type(10) .numberBox {
    background: url("../../img/bg_comic_10.webp") center top / auto 100%
        no-repeat;
}

/* MAIN COLUMN */
#mainColumn {
    flex-basis: calc(100% - 280px);
    margin: 0 0 120px 0;
}

/* MAIN VISUAL */
#mainVisual {
    position: relative;
    background: url("../../img/bg_main_01.png") center center / 100% auto
        no-repeat;
    overflow: hidden;
}
#mainVisual h1 {
    position: absolute;
    text-align: center;
    color: #0061b3;
    font-size: 5.2cqw;
    font-weight: bold;
    line-height: 1.1;
    z-index: 3;
    left: 7.82%;
    top: 16%;
    width: 43.38%;
}
#mainVisual h1 span {
    display: block;
    font-size: 55%;
    color: #fff;
    margin: 0 0 1.5em 0;
}
#mainVisual h2 {
    position: relative;
    z-index: 2;
}
#mainVisual p {
    position: absolute;
    left: 7.82%;
    top: 53%;
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.7cqw;
    line-height: 1;
    z-index: 3;
    width: 43.38%;
}
#mainVisual p::before,
#mainVisual p::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 1em;
    line-height: 1;
    background: #000;
    vertical-align: middle;
}
#mainVisual .author {
    position: absolute;
    left: 19.5%;
    top: 62.13%;
    line-height: 1;
    z-index: 3;
    width: 20%;
}
#mainVisual .chara {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
#mainVisual .pankuzu {
    position: absolute;
    top: 17px;
    left: 8%;
    z-index: 5;
    color: #000;
    font-size: 12px;
}
#mainVisual .pankuzu a {
    text-decoration: underline;
}
#introduce {
    margin: 0 0 40px 0;
    flex-basis: 100%;
    position: relative;
}
#introduce p {
    padding: 40px 0 0 0;
    position: relative;
    z-index: 3;
}
#introduce::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/bg_chalk_01.png") right top / 100% auto no-repeat;
    width: 39.33%;
    height: 100%;
    right: -3.67%;
    top: 40px;
}

/* PICK UP */
#pickUp {
    position: relative;
    margin: 0 auto 60px auto;
    padding: 0 0 40px 0;
}
#pickUp::before {
    content: "";
    display: block;
    position: absolute;
    left: -50cqw;
    top: 0;
    width: 200cqw;
    height: 100%;
    background: rgba(0, 135, 130, 0.6);
}
#pickUp h3 {
    background: url("../../img/bg_subtit_02.webp") center top / auto 100%
        no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    height: 74px;
    padding: 1.5em 0 0 0;
    position: relative;
    top: -12px;
    color: #000;
}
#pickUpSlider {
    position: relative;
    z-index: 3;
}
#pickUpSlider ul {
}
.sliderBox {
    padding: 0 0 0 0;
    position: relative;
    flex-basis: calc(50% - 30px);
    margin: 0 60px 0 0;
    vertical-align: top;
    text-align: center;
}
.sliderBox:nth-of-type(even) {
    margin: 0;
}
.sliderBox figure {
    margin: 0 0 10px 0;
    border: #fff solid 5px;
    box-sizing: border-box;
}
.sliderBox figure img {
}
.sliderBox .flexChild {
    flex-basis: calc((100% - 40px) / 2);
}
.sliderBox h4 {
    align-self: center;
}
.detailBtn {
    position: relative;
    bottom: 0;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    left: 0;
    font-weight: bold;
}
.detailBtn::after {
    content: "";
    display: block;
    background: url("../../img/bg_subtit_03.webp") center center / auto 100%
        no-repeat;
    height: 1em;
    width: 100%;
    top: -1.5em;
    position: absolute;
}
.amp-carousel-button-next {
    background: #faee00 url("../../img/arrow_next.png") center center / 40% auto
        no-repeat;
    bottom: 0;
    top: auto;
    right: 0;
    width: 48px;
    height: 48px;
}
.amp-carousel-button-prev {
    background: #faee00 url("../../img/arrow_prev.png") center center / 40% auto
        no-repeat;
    bottom: 0;
    top: auto;
    left: 0;
    width: 48px;
    height: 48px;
}
#pikuUpSlider .amp-carousel-button {
    bottom: 0;
}
.pcSlideBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* PROFILE */
#profile {
    margin: 0 0 100px 0;
}
#profile .flexChild {
    flex-basis: calc((100% - 40px) / 2);
}
#profile .profileBox {
    background: #fff;
    position: relative;
    overflow: visible;
    margin: 73.1% 0 0 0;
    padding: 11% 20px 20px 20px;
    border-radius: 10px;
}
#profile .profileBox figure {
    position: absolute;
    top: 0;
    right: 0;
    margin: -73.1% 0 0 0;
    width: 106.34%;
}
#profile .profileBox figure img {
    width: 100%;
}
#profile .profileBox h4 {
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    text-align: center;
    padding: 1em 0 2em 0;
}
#profile .profileBox h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
#profile .profileBox p {
    color: #000;
    position: relative;
    z-index: 2;
}
#saKura h4 {
    background: url("../../img/bg_profile_01.webp") center top / contain
        no-repeat;
}
#gun_chan h4 {
    background: url("../../img/bg_profile_02.webp") center top / contain
        no-repeat;
}

/* ABOUT KIKANKO */
#about {
}
#about h3 {
    overflow: visible;
    position: relative;
}
#about h3::before {
    display: block;
    content: "";
    width: 50.58%;
    padding: 27.05% 0 0 0;
    position: absolute;
    left: -30.58%;
    top: 0;
    background: url("../../img/bg_chalk_02.png") top left / 100% 100% no-repeat;
    margin: -23.52% 0 0 0;
}
.comicBox {
    background: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 0 10px 0;
}
.comicBox figure {
    box-sizing: border-box;
    border: #fff solid 5px;
}
.comic .flexChild {
    flex-basis: calc(50% - 20px);
    position: relative;
}
.comic .flexChild:nth-of-type(odd) {
    margin: 0 0 160px 0;
}
.comic .flexChild:nth-of-type(even) {
    margin: 160px 0 0 0;
}
.numberBox {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    height: 74px;
    padding: 0.75em 0 0 0;
    position: relative;
    top: -12px;
}
.numberBox .number {
    font-size: 200%;
    line-height: 1;
}
#no01 .numberBox {
    background: url("../../img/bg_comic_01.webp") center top / auto 100%
        no-repeat;
}
#no02 .numberBox {
    background: url("../../img/bg_comic_02.webp") center top / auto 100%
        no-repeat;
}
#no03 .numberBox {
    background: url("../../img/bg_comic_03.webp") center top / auto 100%
        no-repeat;
}
#no04 .numberBox {
    background: url("../../img/bg_comic_04.webp") center top / auto 100%
        no-repeat;
}
#no05 .numberBox {
    background: url("../../img/bg_comic_05.webp") center top / auto 100%
        no-repeat;
}
#no06 .numberBox {
    background: url("../../img/bg_comic_06.webp") center top / auto 100%
        no-repeat;
}
#no07 .numberBox {
    background: url("../../img/bg_comic_07.webp") center top / auto 100%
        no-repeat;
}
#no08 .numberBox {
    background: url("../../img/bg_comic_08.webp") center top / auto 100%
        no-repeat;
}
#no09 .numberBox {
    background: url("../../img/bg_comic_09.webp") center top / auto 100%
        no-repeat;
}
#no10 .numberBox {
    background: url("../../img/bg_comic_10.webp") center top / auto 100%
        no-repeat;
}
.moreDetail {
    color: #000;
    text-align: center;
    padding: 1em;
    border-radius: 1.5em;
    line-height: 1;
    background: #faee00;
    font-weight: bold;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.moreDetail i {
    right: 1em;
    top: 1em;
    position: absolute;
}
.moreDetail::before {
    content: "";
    display: block;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #fff;
}

/* scene */
.sceneContent {
    border-top: #fff solid 2px;
    position: relative;
}
.sceneContent::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/bg_chalk_01.png") right top / 100% auto no-repeat;
    width: 548px;
    padding: 186px 0 0 0;
    right: -350px;
    top: -30px;
}
.sceneContent .numberBox {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    height: 74px;
    padding: 0.75em 0 0 0;
    position: relative;
    top: -14px;
}
.aboutStory {
    margin: 0 auto 130px auto;
}
#storyNavi {
    margin: 0 auto 20px auto;
}
#storyNavi .flexChild {
    flex-basis: calc((100% - 2px) / 2);
    background: #008782;
    margin: 0 0 2px 0;
    align-self: center;
}
#storyNavi .flexChild:nth-of-type(1) {
    flex-basis: 100%;
}
#storyNavi a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.2cqw;
    text-decoration: none;
    box-sizing: border-box;
    padding: 1em 0;
    line-height: 1.2em;
}
#storyNavi span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.2cqw;
    text-decoration: none;
    box-sizing: border-box;
    padding: 1em 0;
    line-height: 1.2em;
    opacity: 0.3;
}
#storyNavi a.active {
    background: #003230;
    color: #fff;
}
.sceneBox {
    position: relative;
    padding: 80px 20px 40px 20px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto 130px auto;
}
.sceneBox::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
    height: 5px;
    position: absolute;
}
.sceneBox::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    height: 5px;
    position: absolute;
}
.sceneBox p {
    color: #000;
    margin: 0 0 2em 0;
}
#no01 .sceneBox::before,
#no01 .sceneBox::after {
    background: #6fba2c;
}
#no02 .sceneBox::before,
#no02 .sceneBox::after {
    background: #f6ab00;
}
#no03 .sceneBox::before,
#no03 .sceneBox::after {
    background: #187fc4;
}
#no04 .sceneBox::before,
#no04 .sceneBox::after {
    background: #eb6d8e;
}
#no05 .sceneBox::before,
#no05 .sceneBox::after {
    background: #bf9c46;
}
#no06 .sceneBox::before,
#no06 .sceneBox::after {
    background: #008d43;
}
#no07 .sceneBox::before,
#no07 .sceneBox::after {
    background: #e60012;
}
#no08 .sceneBox::before,
#no08 .sceneBox::after {
    background: #5f67ae;
}
#no09 .sceneBox::before,
#no09 .sceneBox::after {
    background: #00afec;
}
#no10 .sceneBox::before,
#no10 .sceneBox::after {
    background: #ef845d;
}
.sceneBox .sceneNumber {
    position: absolute;
    top: -80px;
    background: url("../../img/bg_scene_01.png") center bottom / 100% 100%
        no-repeat;
    width: 256px;
    height: 81px;
    left: calc((100% - 256px) / 2);
    text-align: center;
    box-sizing: border-box;
    color: #000;
    padding: 24px 0 0 0;
    font-size: 15px;
}
.sceneBox .sceneNumber .number {
    font-size: 300%;
    display: block;
    line-height: 1;
}
#no01 .sceneBox .sceneNumber .number {
    color: #6fba2c;
}
#no02 .sceneBox .sceneNumber .number {
    color: #f6ab00;
}
#no03 .sceneBox .sceneNumber .number {
    color: #187fc4;
}
#no04 .sceneBox .sceneNumber .number {
    color: #eb6d8e;
}
#no05 .sceneBox .sceneNumber .number {
    color: #bf9c46;
}
#no06 .sceneBox .sceneNumber .number {
    color: #008d43;
}
#no07 .sceneBox .sceneNumber .number {
    color: #e60012;
}
#no08 .sceneBox .sceneNumber .number {
    color: #5f67ae;
}
#no09 .sceneBox .sceneNumber .number {
    color: #00afec;
}
#no10 .sceneBox .sceneNumber .number {
    color: #ef845d;
}
.sceneBox .koma {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 10px auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.sceneBox .textBox {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 2;
}
.sceneBox .commentBox {
    position: relative;
    margin: -50px auto 0 auto;
    z-index: 1;
}
.sceneBox .commentBox .faceBox {
    width: 120px;
    float: left;
}
.sceneBox .commentBox.gun_chan .faceBox {
    width: 120px;
    float: right;
}
.sceneBox .commentBox .comment {
    display: inline-block;
    position: absolute;
    font-size: 18px;
    padding: 0.5em 1em;
    line-height: 1;
    color: #000;
    left: 140px;
    bottom: 30px;
}
.sceneBox .commentBox.gun_chan .comment {
    left: auto;
    right: 140px;
}
.sceneBox .commentBox .comment::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: #000 solid 2px;
    border-radius: 1em;
    box-sizing: border-box;
}
.sceneBox .commentBox .comment::after {
    display: block;
    content: "";
    position: absolute;
    left: -17px;
    top: calc(50% - 2px);
    background: url(../../img/bg_comment_02.png) left center / 100% 100%
        no-repeat;
    line-height: 1;
    width: 25px;
    height: 10px;
}
.sceneBox .commentBox.gun_chan .comment::after {
    left: auto;
    right: -17px;
    background: url(../../img/bg_comment_01.png) left center / 100% 100%
        no-repeat;
}
.sceneBox .linkBox2 {
    margin: 0 auto 0 auto;
}

.sceneBox ol,
.sceneBox dl {
    color: #000;
    font-size: 16px;
}

.colorBlue {
    color: #00ccff;
}
a.colorBlue {
    color: #00ccff;
    text-decoration: none;
}

.linkBox {
    width: calc(100% - 40px);
    margin: 0 auto 0 auto;
}
.linkBox .flexBox {
    justify-content: center;
}
.linkBox .flexChild {
    flex-basis: 14em;
    align-self: center;
}
.linkBox .prevLink {
}
.linkBox .prevLink a {
    display: block;
    text-align: left;
    padding: 1em 0 1em 2.5em;
    background: url("../../img/arrow_prev02.png") left center / 1em 1.5em
        no-repeat;
}
.linkBox .border {
    flex-basis: 1px;
    margin: 0 2em;
}
.linkBox .border span {
    display: block;
    line-height: 1;
    height: 1em;
    background: #fff;
}
.linkBox .nextLink {
}
.linkBox .nextLink a {
    display: block;
    text-align: right;
    padding: 1em 2.5em 1em 0;
    background: url("../../img/arrow_next02.png") right center / 1em 1.5em
        no-repeat;
}
.linkBox a,
.linkBox span {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.2em;
}
.linkBox .noLink {
    opacity: 0;
    pointer-events: none;
}
.linkBox .comingSoon {
    opacity: 0.3;
}

/* FOOTER */
.listBtnBox {
    flex-basis: 100%;
    margin: 0 auto 40px auto;
}
.pageTop {
    width: 60px;
    height: 60px;
    background: #fff url("../../img/arrow_pagetop.png") center center / 50%
        no-repeat;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    box-sizing: border-box;
    border: #fff solid 1px;
}

.toHomeBtn {
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    border-radius: 100px;
    border: #fff solid 1px;
    padding: 4px 0;
    line-height: 1.5;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 20px auto 0;
}
.toHomeBtn::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #008782;
}

@container (min-width:1360px) {
    #mainVisual h2,
    #mainVisual h2 img,
    #mainVisual .chara,
    #mainVisual .chara img {
        width: 100%;
    }

    .pageTop {
        width: 60px;
        height: 60px;
    }
}
@container (max-width:1360px) and (min-width:768px) {
    .subTitle3 {
        font-size: 1.7cqw;
    }
    .subTitle2 {
        font-size: 1.7cqw;
    }
    .subTitle1 {
        font-size: 1.7cqw;
    }
    #profile .profileBox h4 {
        font-size: 1.7cqw;
    }
    .basicText2 {
        font-size: 1.32cqw;
    }

    .detailBtn {
        font-size: 1.32cqw;
    }
}
@container (min-width:768px) {
    .spOnly {
        display: none;
    }
    .sideMenu ul li a:hover {
        box-shadow: inset 1px 0 0 0 #fff;
    }
    .sideMenu:nth-of-type(1) ul li a:hover {
        background: linear-gradient(to top, #6fba2c, #6fba2c);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(2) ul li a:hover {
        background: linear-gradient(to top, #f6ab00, #f6ab00);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(3) ul li a:hover {
        background: linear-gradient(to top, #187fc4, #187fc4);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(4) ul li a:hover {
        background: linear-gradient(to top, #eb6d8e, #eb6d8e);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(5) ul li a:hover {
        background: linear-gradient(to top, #bf9c46, #bf9c46);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(6) ul li a:hover {
        background: linear-gradient(to top, #008d43, #008d43);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(7) ul li a:hover {
        background: linear-gradient(to top, #e60012, #e60012);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(8) ul li a:hover {
        background: linear-gradient(to top, #5f67ae, #5f67ae);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(9) ul li a:hover {
        background: linear-gradient(to top, #00afec, #00afec);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .sideMenu:nth-of-type(10) ul li a:hover {
        background: linear-gradient(to top, #ef845d, #ef845d);
        transition: background 0.5s linear 0s;
        color: #fff;
    }
    .toHomeBtn:hover {
        background: #fff;
        text-decoration: none;
        color: #008782;
        transition: background 0.5s linear 0s, color 0.5s linear 0s;
    }
    .toHomeBtn:hover::before {
        content: "";
        display: block;
        width: 100%;
        left: 0;
        top: -100%;
        transition: top 0.5s linear 0s;
    }
    .moreDetail:hover {
        background: #000;
        text-decoration: none;
        color: #faee00;
        transition: background 0.5s linear 0s, color 0.5s linear 0s;
    }
    .moreDetail:hover::before {
        content: "";
        display: block;
        width: 100%;
        left: 100%;
        top: 0;
        transition: left 0.5s linear 0s;
    }
    .pageTop:hover {
        box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.5s linear 0s;
    }
    a.colorBlue:hover {
        color: #ccc;
        text-decoration: none;
        transition: color 0.5s linear 0s;
    }
    .linkBox a:hover {
        color: #faee00;
        text-decoration: none;
        transition: color 0.5s linear 0s;
    }
    .linkBox a.noLink:hover {
        color: #fff;
        text-decoration: none;
    }
    .linkBox a.comingSoon:hover {
        color: #fff;
        text-decoration: none;
    }
}
@container (max-width:767px) {
    .pcOnly {
        display: none;
    }
    .subTitle1 {
        font-size: 5.2cqw;
    }
    .subTitle2 {
        font-size: 5.2cqw;
    }
    .subTitle3 {
        font-size: 3.7cqw;
    }
    .subTitle4 {
        font-size: 5.2cqw;
    }
    .subTitle5 {
        font-size: 5.2cqw;
    }
    #introduce .basicText1 {
        font-size: 3.7cqw;
    }
    .basicText1 {
        font-size: 3.2cqw;
    }
    .basicText2 {
        font-size: 3.7cqw;
        line-height: 1.5em;
    }
    .basicText3 {
    }
    .linkBox a {
        font-size: 3.7cqw;
    }
    .linkBox .listBtn {
        font-size: 3.7cqw;
    }
    .sceneBox ol,
    .sceneBox dl {
        font-size: 3.7cqw;
    }
    .sceneBox .commentBox .comment {
        font-size: 3.7cqw;
    }

    /* MAIN VISUAL */
    #mainVisual h1 {
        top: 7.92%;
        left: 0;
        width: 100%;
        font-size: 10cqw;
    }
    #mainVisual p {
        top: 30%;
        left: 0;
        width: 100%;
        font-size: 3.4cqw;
    }
    #mainVisual .author {
        top: 36.58%;
        left: 29.235%;
        width: 41.53%;
    }
    #mainVisual .pankuzu {
        top: 0;
        left: 5%;
    }

    /*  */
    #mainContent {
        padding: 124px 0 0;
    }
    #mainColumn {
        flex-basis: 100%;
        margin: 0 0 0 0;
        overflow: hidden;
    }
    #mainContent .pankuzu_sp {
        color: #999;
        margin: 0 0 25px;
    }
    #mainContent .pankuzu_sp a:visited {
        color: #999;
    }
    #mainContent .pankuzu_sp div {
        vertical-align: middle;
        display: inline-block;
    }

    /* INTRODUCE */
    #introduce p {
        text-align: center;
    }
    #introduce::after {
        display: none;
    }

    /* PICK UP */
    #pickUpSlider {
        width: calc(100% - 20px);
        max-width: 630px;
        margin: 0 auto;
    }
    .sliderBox {
        margin: 0;
        flex-basis: auto;
        box-sizing: border-box;
    }

    /* PROFILE */
    #profile .flexChild {
        flex-basis: 100%;
    }
    #profile .flexCHild::after {
        content: "";
        display: block;
        clear: both;
    }
    #profile .profileBox {
        margin: 26.92% 0 0% 0;
        position: relative;
        z-index: 1;
    }
    #profile .profileBox h4 {
        margin: -13.49% 0 0 0;
        font-size: 4.37cqw;
        padding: 0.25em 0 2.5em 0;
    }
    .profileBox {
        width: 63.84%;
        box-sizing: border-box;
    }
    .profileBox p {
        text-align: left;
        word-break: break-all;
    }
    #profile #saKura {
        float: right;
        padding: 0 5% 5% 14%;
    }
    #profile #saKura figure {
        left: -65.06%;
        top: 0;
        margin: -26.92% 0 0 0;
        right: auto;
    }
    #profile #saKura figure img {
        position: relative;
        z-index: 1;
    }
    #profile #saKura figure::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        z-index: 0;
        content: "";
        background: url("../../img/img_profile_01_sp_02.png") center center /
            100% 100% no-repeat;
    }
    #profile #saKura p {
        padding: 0 0 0 0;
        display: block;
    }
    #profile #gun_chan {
        float: left;
        padding: 0 14% 5% 5%;
    }
    #profile #gun_chan figure {
        right: -58.06%;
        top: 0;
        margin: -36.92% 0 0 0;
    }
    #profile #gun_chan figure img {
        position: relative;
        z-index: 1;
    }
    #profile #gun_chan figure::before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        z-index: 0;
        content: "";
        background: url("../../img/img_profile_02_sp_02.png") center center /
            100% 100% no-repeat;
    }
    #profile #gun_chan p {
        padding: 0 0 0 0;
        display: block;
    }

    /*  */
    #about h3::before {
        display: none;
    }

    /*  */
    #subColumn {
        flex-basis: 100%;
        order: 2;
    }
    #subColumn.topPage {
        top: 0;
    }
    #subColumn h3 {
        display: none;
    }
    input + ul {
        display: none;
    }
    input:checked + ul {
        display: block;
    }
    .sideMenu .numberBox {
        display: none;
        border-top: none;
    }
    .sideMenu:nth-of-type(1) ul li,
    .sideMenu:nth-of-type(2) ul li,
    .sideMenu:nth-of-type(3) ul li,
    .sideMenu:nth-of-type(4) ul li,
    .sideMenu:nth-of-type(5) ul li,
    .sideMenu:nth-of-type(6) ul li,
    .sideMenu:nth-of-type(7) ul li,
    .sideMenu:nth-of-type(8) ul li,
    .sideMenu:nth-of-type(9) ul li,
    .sideMenu:nth-of-type(10) ul li {
        background: rgba(255, 255, 255, 0.1);
    }
    .sideMenu:nth-of-type(1) .menuTitle,
    .sideMenu:nth-of-type(2) .menuTitle,
    .sideMenu:nth-of-type(3) .menuTitle,
    .sideMenu:nth-of-type(4) .menuTitle,
    .sideMenu:nth-of-type(5) .menuTitle,
    .sideMenu:nth-of-type(6) .menuTitle,
    .sideMenu:nth-of-type(7) .menuTitle,
    .sideMenu:nth-of-type(8) .menuTitle,
    .sideMenu:nth-of-type(9) .menuTitle,
    .sideMenu:nth-of-type(10) .menuTitle {
        border-top: none;
        padding: 1em;
    }
    .sideMenu {
        margin: 0 0 5px 0;
    }
    .menuTitle {
        background: /* #008782 */ none;
        color: #fff;
        text-align: left;
        position: relative;
        padding: 1em 2em 1em 1em;
        cursor: pointer;
        margin: 0 0 0 0;
        border-bottom: #fff solid 1px;
    }
    .menuTitle i {
        display: block;
        position: absolute;
        right: 1em;
        top: calc(50% - 0.5em);
    }

    /*  */
    #about {
        padding: 0 10px;
    }
    .comic .flexChild {
        flex-basis: 100%;
    }
    .comic .flexChild:nth-of-type(odd),
    .comic .flexChild:nth-of-type(even) {
        margin: 0 auto 20% auto;
    }
    .comic .basicText2 {
        display: block;
        padding: 0 10%;
    }
    .moreDetail {
        font-size: 3.6cqw;
        max-width: none;
        width: 46.15%;
    }

    /* COMIC */
    .sceneContent::before {
        display: none;
    }
    .sceneBox {
        position: relative;
        padding: 80px 0 40px 0;
        border-radius: 0px;
    }
    .sceneBox::before,
    .sceneBox::after {
        left: 0;
        width: 100%;
    }
    .sceneBox .koma {
        max-width: none;
    }
    .sceneBox .textBox {
        max-width: none;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .sceneBox .commentBox {
        margin: -7% auto 0 auto;
    }
    .sceneBox .commentBox .faceBox {
        width: 25%;
    }
    .sceneBox .commentBox.gun_chan .faceBox {
        width: 25%;
    }
    .sceneBox .commentBox .comment {
        left: calc(25% + 20px);
        bottom: 16%;
    }
    .sceneBox .commentBox.gun_chan .comment {
        right: calc(25% + 20px);
    }
    .linkBox {
        margin: 0 auto;
    }
    .linkBox .listLink a {
        padding: 0;
    }
    .linkBox .flexChild {
        flex-basis: 40%;
    }
    .linkBox .border {
        flex-basis: 1px;
        margin: 0 1em;
    }
    /* FOOTER  */
    .listBtnBox {
        order: 1;
    }
    .pageTop {
        width: 40px;
        height: 40px;
    }
}

.pankuzu_pc,
.pankuzu,
.pankuzu_sp {
    font-size: 12px;
}
.profileBox h4 {
    z-index: 2;
    position: relative;
}
.profileBox::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}
