@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#futari #episodes-manga {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a2e63;
}

@media screen and (min-width: 768px) {
  #futari {
    min-width: auto;
  }
  #futari .areaDetail {
    padding-top: 0;
    border-top: 5px solid #aa7d49;
  }
  #futari #episodes-manga .hero {
    width: 100%;
    height: auto;
    aspect-ratio: 2000/1651;
    height: 82.55vw;
    background: url("../images/hero_bg.jpg") no-repeat top/cover;
    border-radius: 0;
    padding-bottom: 0;
    position: relative;
  }
  #futari #episodes-manga .hero .hero_con {
    width: 100%;
    height: 100%;
    margin-top: 12.6vw;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .hero .hero_con h1 {
    display: block;
    width: 29.05%;
    height: auto;
    margin: 0 auto 16vw;
    padding: 0;
  }
  #futari #episodes-manga .hero .hero_con h1 img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .hero_text {
    display: block;
    width: 19.35%;
    height: auto;
    margin: 0 auto 6.4vw;
  }
  #futari #episodes-manga .hero .hero_con .hero_text img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .hero_text.close {
    filter: grayscale(1);
  }
  #futari #episodes-manga .hero .hero_con .copy_text {
    display: block;
    width: 29.95%;
    height: auto;
    margin: 0 auto 1.55%;
  }
  #futari #episodes-manga .hero .hero_con .copy_text img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .text p {
    font-size: 1vw;
    line-height: 1.75vw;
    font-weight: 400;
    margin: 0;
  }
  #futari #episodes-manga .hero .hero_con .text p:nth-of-type(n+2) {
    margin-top: 0.75vw;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list {
    width: 48vw;
    margin-top: 6.65vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li {
    width: 15.6vw;
    margin: 0;
    position: relative;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a {
    display: block;
    width: 100%;
    height: 3.6vw;
    padding: 1.25vw 0;
    border-radius: 0.5vw;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    font-size: 1vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #2d376a;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    transition: background-color 0.2s linear, color 0.2s linear;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 0.8vw;
    background-color: #2d376a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.05vw;
    margin: auto;
    transition: background-color 0.2s linear;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a span {
    display: block;
    width: 0.7vw;
    height: 0.7vw;
    border-right: 1px solid #2d376a;
    border-bottom: 1px solid #2d376a;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.7vw;
    margin: auto;
    transition: border-color 0.2s linear;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li::before {
    content: "";
    display: block;
    width: 15.5vw;
    height: 3.5vw;
    border-radius: 0.5vw;
    background-color: #2d376a;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    position: absolute;
    top: 0.35vw;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    transition: background-color 0.2s linear;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(1) a {
    background-color: #f2ecff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(2) a {
    background-color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(3) a {
    background-color: #fff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover a {
    background-color: #2d376a;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(1) a {
    color: #f2ecff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(1) a::after {
    background-color: #f2ecff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(1) a span {
    border-color: #f2ecff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(1)::before {
    background-color: #f2ecff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(2) a {
    color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(2) a::after {
    background-color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(2) a span {
    border-color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(2)::before {
    background-color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(3) a {
    color: #fff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(3) a::after {
    background-color: #fff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(3) a span {
    border-color: #fff;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:hover:nth-of-type(3)::before {
    background-color: #fff;
  }
  #futari #episodes-manga .hero .hero_images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #futari #episodes-manga .hero .hero_images div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #futari #episodes-manga .hero .hero_images div.image01 {
    width: 11.55vw;
    height: 10.8vw;
    background-image: url("../images/hero_image01.png");
    top: 1.7vw;
    left: 26.6vw;
    animation: bubble_animation 10s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images div.image02 {
    width: 16.35vw;
    height: 13.6vw;
    background-image: url("../images/hero_image02.png");
    top: 4.4vw;
    right: 22.5vw;
    animation: bubble_animation 9s linear infinite reverse;
  }
  #futari #episodes-manga .hero .hero_images div.image03 {
    width: 16.15vw;
    height: 17.15vw;
    background-image: url("../images/hero_image03.png");
    top: 9.65vw;
    left: 10.2vw;
    animation: bubble_animation 11s linear infinite reverse;
  }
  #futari #episodes-manga .hero .hero_images div.image04 {
    width: 14.9vw;
    height: 15.05vw;
    background-image: url("../images/hero_image04.png");
    top: 21.65vw;
    right: 11.4vw;
    animation: bubble_animation 12s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images div.image05 {
    width: 15.8vw;
    height: 13.8vw;
    background-image: url("../images/hero_image05.png");
    top: 30.6vw;
    left: 21.5vw;
    animation: bubble_animation 9s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images div.image06 {
    width: 12.3vw;
    height: 11.7vw;
    background-image: url("../images/hero_image06.png");
    top: 33.2vw;
    right: 27.3vw;
    animation: bubble_animation 10s linear infinite reverse;
  }
  #futari #episodes-manga .con {
    width: 100%;
    border-radius: 0;
    padding-bottom: 0;
    position: relative;
  }
  #futari #episodes-manga .con h2 {
    width: 30.85vw;
    height: auto;
    aspect-ratio: 617/187;
    border-radius: 0;
    margin: auto;
    position: relative;
  }
  #futari #episodes-manga .con h2:before {
    content: "";
    display: block;
    width: 30.05vw;
    height: auto;
    aspect-ratio: 601/171;
    border-radius: 0.5vw;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -0.6vw;
    left: -0.6vw;
    z-index: 0;
  }
  #futari #episodes-manga .con h2 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .con p img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .con .entry_btn {
    width: 20vw;
    height: 4.6vw;
    margin: 3.6vw auto 0;
    position: relative;
  }
  #futari #episodes-manga .con .entry_btn a {
    display: block;
    width: 100%;
    height: 4.2vw;
    padding: 1.2vw 0;
    border-radius: 2.1vw;
    background-color: #2d376a;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    font-size: 1.5vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    transition: background-color 0.2s linear, color 0.2s linear;
  }
  #futari #episodes-manga .con .entry_btn a::after {
    content: "";
    display: block;
    width: 1vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8vw;
    margin: auto;
    transition: background-color 0.2s linear;
  }
  #futari #episodes-manga .con .entry_btn a span {
    display: block;
    width: 0.8vw;
    height: 0.8vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.95vw;
    margin: auto;
    transition: border-color 0.2s linear;
  }
  #futari #episodes-manga .con .entry_btn::before {
    content: "";
    display: block;
    width: 20vw;
    height: 4.2vw;
    border-radius: 2.1vw;
    background-color: #fff;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    position: absolute;
    top: 0.4vw;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    transition: background-color 0.2s linear;
  }
  #futari #episodes-manga .con .entry_btn:hover a {
    background-color: #fff;
    color: #2d376a;
  }
  #futari #episodes-manga .con .entry_btn:hover a::after {
    background-color: #2d376a;
  }
  #futari #episodes-manga .con .entry_btn:hover a span {
    border-color: #2d376a;
  }
  #futari #episodes-manga .con .entry_btn:hover::before {
    background-color: #2d376a;
  }
  #futari #episodes-manga .con .entry_btn.close {
    pointer-events: none;
  }
  #futari #episodes-manga .con .entry_btn.close a {
    background-color: #626262;
    border-color: #626262;
  }
  #futari #episodes-manga .con .entry_btn.close a::after {
    display: none;
  }
  #futari #episodes-manga .con .entry_btn.close:before {
    border-color: #626262;
  }
  #futari #episodes-manga .con .entry_limit {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 700;
    margin: 0.75vw auto 0;
  }
  #futari #episodes-manga .con .entry_limit small {
    font-size: 0.8vw;
  }
  #futari #episodes-manga .con .entry_limit span {
    font-size: 0.8vw;
    line-height: 1.1vw;
    border: 1px solid #2d376a;
    padding: 0 0.3vw;
    margin-right: 0.4vw;
  }
  #futari #episodes-manga .con .entry_limit.close {
    font-size: 1.45vw;
    margin-top: 1.5vw;
  }
  #futari #episodes-manga .con .insta .insta_copy {
    display: block;
    width: 42.05vw;
    margin: auto;
  }
  #futari #episodes-manga .con .insta .insta_copy img {
    width: 100%;
  }
  #futari #episodes-manga .con .insta .insta_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 48vw;
    margin: 2.2vw auto;
    padding: 2.4vw 2vw 2.8vw;
    background-color: #fff;
    border: 1px solid #2d376a;
    border-radius: 1vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_iconset {
    display: block;
    width: 24vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_iconset img {
    width: 100%;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_btn {
    display: block;
    width: 16.2vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_btn img {
    width: 100%;
  }
  #futari #episodes-manga .theme {
    aspect-ratio: 2000/4572;
    height: 228.6vw;
    background: url("../images/theme_bg.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .theme h2 {
    padding-top: 10.6vw;
  }
  #futari #episodes-manga .theme h2:before {
    background-color: #f9eceb;
  }
  #futari #episodes-manga .theme .copy {
    display: block;
    width: 44.65vw;
    height: auto;
    aspect-ratio: 893/87;
    margin: 2.6vw auto 0;
    padding-left: 5.55vw;
  }
  #futari #episodes-manga .theme .text {
    font-size: 1vw;
    line-height: 1.75vw;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    margin: 2vw 0 2.5vw;
  }
  #futari #episodes-manga .theme .text span {
    display: inline-block;
    padding: 0 0.2em;
    background-color: #feffcd;
    font-weight: 700;
  }
  #futari #episodes-manga .theme .text small {
    font-size: 0.7vw;
  }
  #futari #episodes-manga .theme .theme_inner {
    width: 60%;
    margin: auto;
    padding: 3.8vw 0 4.7vw;
    border-radius: 1vw;
    border: 1px solid #2d376a;
    position: relative;
    overflow: visible;
  }
  #futari #episodes-manga .theme .theme_inner::before {
    content: "";
    display: block;
    width: 17.65vw;
    height: auto;
    aspect-ratio: 353/219;
    background: url("../images/theme_icon.png") no-repeat center/contain;
    position: absolute;
    top: -2.8vw;
    left: -1.55vw;
  }
  #futari #episodes-manga .theme .theme_inner div h3 {
    display: block;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner div h3 img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 {
    margin-bottom: 4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 h3 {
    width: 20.05vw;
    height: auto;
    aspect-ratio: 401/67;
    margin-bottom: 1.1vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area {
    width: 52.35vw;
    height: auto;
    aspect-ratio: 1047/469;
    padding-right: 0.35vw;
    margin: auto;
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .image {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area div p {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    color: #2d376a;
    display: inline-block;
    margin: 0;
    position: absolute;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text1 {
    width: 11.85vw;
    height: 6.8vw;
    background: url("../images/theme_inner_sec1_text1_bg.png") no-repeat center/contain;
    position: absolute;
    top: 0.15vw;
    left: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text1 p {
    top: 0.6vw;
    left: 3.95vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text2 {
    width: 13.6vw;
    height: 6.9vw;
    background: url("../images/theme_inner_sec1_text2_bg.png") no-repeat center/contain;
    position: absolute;
    top: 5vw;
    left: 12.05vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text2 p {
    top: 1.3vw;
    left: 3.55vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text3 {
    width: 11.8vw;
    height: 8.65vw;
    background: url("../images/theme_inner_sec1_text3_bg.png") no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 25.75vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text3 p {
    top: 2.5vw;
    left: 1.9vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text4 {
    width: 13.75vw;
    height: 8.35vw;
    background: url("../images/theme_inner_sec1_text4_bg.png") no-repeat center/contain;
    position: absolute;
    top: 4vw;
    right: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text4 p {
    top: 2.6vw;
    right: 1.3vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 {
    margin-bottom: 2.9vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 h3 {
    width: 24.65vw;
    height: auto;
    aspect-ratio: 493/67;
    margin-bottom: 0.55vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 .image {
    width: 49.1vw;
    height: auto;
    aspect-ratio: 982/682;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 {
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 h3 {
    width: 27vw;
    height: auto;
    aspect-ratio: 540/68;
    margin-bottom: 1.55vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .inner_text {
    font-size: 1vw;
    line-height: 1.75vw;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .inner_text small {
    font-size: 0.7vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .image {
    display: block;
    width: 48.55vw;
    height: auto;
    position: absolute;
    top: -1.65vw;
    left: 4.3vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 h3 {
    width: 10vw;
    height: auto;
    aspect-ratio: 200/66;
    margin-bottom: 2.9vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present {
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present .comment {
    display: block;
    width: 9.05vw;
    position: absolute;
    top: -1vw;
    left: 7.4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present h4 {
    font-size: 1.2vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    color: #2d376a;
    text-align: center;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .adopt_pre .image {
    width: 49.1vw;
    height: auto;
    aspect-ratio: 982/587;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre h4 {
    margin: 1.05vw auto 1.3vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 {
    width: 48.1vw;
    height: 13.85vw;
    background: url("../images/theme_inner_present1.png") no-repeat top center/100% auto;
    margin: auto;
    box-sizing: border-box;
    padding: 1.5vw 0 1.3vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 p {
    margin: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .sub_text {
    font-size: 1vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    margin-bottom: 1vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .sub_text span {
    font-size: 1.4vw;
    font-weight: 900;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .main_text {
    width: 24.55vw;
    height: 4.5vw;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set {
    margin-top: 1.5vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p {
    font-size: 0.8vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p a {
    text-decoration: none;
    border-bottom: 1px solid #2d376a;
    color: #1a2e63;
    margin-left: 0.3em;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p.tag {
    font-weight: 700;
    display: block;
    width: 14.6vw;
    margin: 0 auto 0.5vw;
    padding: 0.3vw 0.6vw 0.2vw 0.8vw;
    border-radius: 1.6666666667vw;
    background-color: #fff;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 {
    width: 48.1vw;
    height: 19.6vw;
    background: url("../images/theme_inner_present2.png") no-repeat top center/100% auto;
    margin: 1.4vw auto 0;
    box-sizing: border-box;
    padding: 1.05vw 0 0.5vw;
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 p {
    margin: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .sub_text {
    font-size: 1vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .sub_text span {
    font-size: 1.4vw;
    font-weight: 900;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .main_text {
    width: 29.75vw;
    height: 4.05vw;
    margin: 0.6vw auto 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .cap {
    font-size: 0.8vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    color: #313d72;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner2 {
    margin-top: 4vw;
    padding-top: 3.9vw;
    padding-bottom: 3.35vw;
  }
  #futari #episodes-manga .theme .theme_inner2::before {
    width: 8.75vw;
    aspect-ratio: 175/183;
    background: url("../images/theme_icon2.png") no-repeat center/contain;
    top: -1.25vw;
    left: -0.35vw;
  }
  #futari #episodes-manga .theme .entry_btn {
    margin-top: 2.4vw;
  }
  #futari #episodes-manga .judge {
    aspect-ratio: 2000/1830;
    height: 91.5vw;
    background: url("../images/judge_bg.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .judge h2 {
    padding-top: 8vw;
  }
  #futari #episodes-manga .judge h2:before {
    background-color: #f0f0f0;
  }
  #futari #episodes-manga .judge .judge_text {
    font-size: 1vw;
    line-height: 1.75vw;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 3.7vw auto 4.35vw;
  }
  #futari #episodes-manga .judge h3 {
    display: block;
    width: 29.8vw;
    margin: auto;
  }
  #futari #episodes-manga .judge h3 img {
    width: 100%;
  }
  #futari #episodes-manga .judge .judge_list {
    width: 48vw;
    margin: 2.5vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list::before {
    content: "";
    display: block;
    width: 14vw;
    height: 6.95vw;
    background: url("../images/judge_icon.png") no-repeat center/contain;
    position: absolute;
    top: -3.8vw;
    left: -6.05vw;
    z-index: 1;
  }
  #futari #episodes-manga .judge .judge_list li {
    width: 11.05vw;
    margin: 0;
    display: grid;
    grid-template-rows: 12.65vw 3.15vw 0.2vw 2.5vw;
    position: relative;
    z-index: 0;
  }
  #futari #episodes-manga .judge .judge_list li:nth-of-type(3) {
    width: 11.1vw;
  }
  #futari #episodes-manga .judge .judge_list li:nth-of-type(4) {
    width: 11vw;
  }
  #futari #episodes-manga .judge .judge_list li img {
    width: 100%;
  }
  #futari #episodes-manga .judge .judge_list li .comment {
    display: block;
    width: 8.8vw;
    position: absolute;
    top: -2.7vw;
    right: -6.1vw;
  }
  #futari #episodes-manga .judge .judge_list li p {
    margin: 0;
    color: #2d376a;
  }
  #futari #episodes-manga .judge .judge_list li .job {
    font-size: 0.9vw;
    line-height: 1.25vw;
    font-weight: 700;
    font-feature-settings: "palt";
    align-self: center;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list li .name {
    font-size: 1.5vw;
    line-height: 1.25vw;
    font-weight: 400;
    font-feature-settings: "palt";
    align-self: end;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list li .name small {
    font-size: 1vw;
  }
  #futari #episodes-manga .judge .judge_list li .line {
    display: block;
    width: 8.15vw;
    height: 0.2vw;
    background: url("../images/judge_line.png") no-repeat center/100%;
    margin: auto;
  }
  #futari #episodes-manga .judge .judge_btn {
    width: 22.5vw;
    margin: 6vw auto 3vw;
  }
  #futari #episodes-manga .judge .judge_btn::before {
    width: 22.5vw;
  }
  #futari #episodes-manga .youkou {
    aspect-ratio: 2000/3818;
    height: 190.9vw;
    background: url("../images/youkou_bg.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .youkou h2 {
    padding-top: 9.85vw;
  }
  #futari #episodes-manga .youkou h2:before {
    background-color: #f0f0f0;
  }
  #futari #episodes-manga .youkou table {
    width: 48vw;
    margin: 5vw auto 0;
    position: relative;
  }
  #futari #episodes-manga .youkou table::after {
    content: "";
    display: block;
    width: 13.25vw;
    height: 10.4vw;
    background: url("../images/youkou_icon.png") no-repeat center/contain;
    position: absolute;
    top: -2.15vw;
    right: -4.1vw;
  }
  #futari #episodes-manga .youkou table tr {
    border-bottom: 1px solid #2d376a;
    color: #2d376a;
  }
  #futari #episodes-manga .youkou table tr th {
    width: 11.3vw;
    padding: 1.1vw 1vw;
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
    vertical-align: middle;
  }
  #futari #episodes-manga .youkou table tr td {
    width: 36.7vw;
    padding: 1.1vw 0;
    font-size: 0.8vw;
    line-height: 1.3vw;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
  }
  #futari #episodes-manga .youkou table tr td small {
    font-size: 0.65vw;
  }
  #futari #episodes-manga .youkou table tr td p {
    display: inline-block;
    margin: 0.6vw auto 0;
    padding: 0 3px;
    background-color: #feffcd;
    font-size: 0.8vw;
    line-height: 1.05vw;
    font-weight: 700;
    text-align: left;
  }
  #futari #episodes-manga .youkou table tr td p:nth-of-type(n+2) {
    margin-top: 1.3vw;
  }
  #futari #episodes-manga .youkou table tr td ul {
    display: block;
  }
  #futari #episodes-manga .youkou table tr td ul.indent {
    text-indent: -2em;
    padding-left: 2em;
  }
  #futari #episodes-manga .youkou table tr td ul.mt {
    margin-top: 0.5vw;
  }
  #futari #episodes-manga .youkou table tr td ul li {
    color: #2d376a;
    margin: 0;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  #futari #episodes-manga .youkou table tr td ul li .indent_span {
    display: block;
    padding-left: 2em;
    box-sizing: border-box;
    width: calc(100% + 1em);
  }
  #futari #episodes-manga .youkou table tr td ul li ol {
    text-indent: -1em;
    padding-left: 1em;
  }
  #futari #episodes-manga .youkou table tr td ul li ol li {
    text-indent: -1.9em;
    padding-left: 1.9em;
  }
  #futari #episodes-manga .youkou .inquiry {
    width: 48vw;
    margin: 2.5vw auto 0;
    background-color: transparent;
    border-radius: 0;
  }
  #futari #episodes-manga .youkou .inquiry h3 {
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: center;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner {
    width: 100%;
    border: 1px solid #2d376a;
    box-sizing: border-box;
    border-radius: 0.5vw;
    margin-top: 1.35vw;
    padding: 2.1vw 0 1.3vw;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner p {
    margin: 0;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name {
    display: block;
    width: 19.9vw;
    height: 1.3vw;
    background-color: #fff;
    position: absolute;
    top: -0.65vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name::before {
    content: "";
    display: block;
    width: 18.1vw;
    height: 0.8vw;
    background-color: #feffcd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name span {
    font-size: 1.2vw;
    line-height: 1.3vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .tel {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 1.95vw;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .tel .num {
    font-size: 1.5vw;
    font-weight: 700;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .tel .time {
    font-size: 0.7vw;
    font-weight: 500;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .mail {
    font-size: 1vw;
    line-height: 1.3vw;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .mail span {
    font-weight: 700;
  }
  #futari #episodes-manga .youkou .entry_btn {
    margin-top: 2.45vw;
  }
  #futari #episodes-manga .report {
    aspect-ratio: 2000/4406;
    height: 220.3vw;
    background: url("../images/report/bg.jpg") no-repeat center -1.45vw/cover;
    padding-top: 5vw;
    box-sizing: border-box;
  }
  #futari #episodes-manga .report h1 {
    display: block;
    width: 36.2vw;
    height: auto;
    aspect-ratio: 724/95;
    margin: 0 auto 3vw;
    padding-top: 0;
  }
  #futari #episodes-manga .report h1 img {
    width: 100%;
  }
  #futari #episodes-manga .report h2 {
    display: block;
    width: 30.8vw;
    height: auto;
    aspect-ratio: 616/186;
    margin: 0 auto 3vw;
  }
  #futari #episodes-manga .report h2:before {
    background-color: #f9eceb;
  }
  #futari #episodes-manga .report .text_area {
    width: 48vw;
    margin: auto;
    padding-bottom: 24.7vw;
    position: relative;
  }
  #futari #episodes-manga .report .text_area .text {
    font-size: 1vw;
    line-height: 1.75vw;
    letter-spacing: 0.01em;
    text-align: left;
    display: block;
    margin: 0;
  }
  #futari #episodes-manga .report .text_area .text.text1 {
    width: 35.9vw;
    margin-left: 0;
    margin-right: auto;
  }
  #futari #episodes-manga .report .text_area .text.text2 {
    width: 28.55vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8.6vw;
  }
  #futari #episodes-manga .report .text_area img {
    display: block;
    position: absolute;
  }
  #futari #episodes-manga .report .text_area img.image1 {
    width: 24.6vw;
    top: 1.05vw;
    right: -11vw;
  }
  #futari #episodes-manga .report .text_area img.image2 {
    width: 25vw;
    top: 11.2vw;
    left: -8.2vw;
  }
  #futari #episodes-manga .report .text_area img.image3 {
    width: 43.9vw;
    bottom: 3.5vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  #futari #episodes-manga .report .comment {
    width: 48vw;
    margin: auto;
    padding-bottom: 6.6vw;
  }
  #futari #episodes-manga .report .comment .comment_copy {
    font-size: 1vw;
    line-height: 1.75vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
  }
  #futari #episodes-manga .report .comment .comment_set {
    margin-top: 3vw;
    position: relative;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_image {
    display: block;
    position: absolute;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_name {
    font-size: 1.5vw;
    line-height: 1.5vw;
    font-weight: 700;
    text-align: left;
    margin: 0;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_name small {
    font-size: 1vw;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_text {
    display: block;
    width: 35.2vw;
    box-sizing: border-box;
    padding: 1.65vw 1.25vw;
    margin-top: 0.4vw;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_text p {
    font-size: 1vw;
    line-height: 1.75vw;
    font-weight: 500;
    text-align: left;
    margin: 0;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_image {
    width: 14.9vw;
    bottom: -0.4vw;
    left: -1.35vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_name {
    margin-left: 15vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_text {
    background: url("../images/report/comment_text_bg1.png") no-repeat center/100%;
    padding-left: 2.4vw;
    margin-left: auto;
    margin-right: 0;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_image {
    width: 14.9vw;
    bottom: -0.4vw;
    right: -3.2vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_name {
    margin-left: 1.2vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_text {
    background: url("../images/report/comment_text_bg2.png") no-repeat center/100%;
    padding-right: 2.4vw;
    margin-left: 0;
    margin-right: auto;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_image {
    width: 14.9vw;
    bottom: -0.4vw;
    left: -1.8vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_name {
    margin-left: 15vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_text {
    background: url("../images/report/comment_text_bg3.png") no-repeat center/100%;
    padding-left: 2.4vw;
    margin-left: auto;
    margin-right: 0;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_image {
    width: 14.9vw;
    bottom: -3.35vw;
    right: -3.2vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_name {
    margin-left: 1.2vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_text {
    background: url("../images/report/comment_text_bg4.png") no-repeat center/100%;
    padding-right: 2.4vw;
    margin-left: 0;
    margin-right: auto;
  }
  #futari #episodes-manga .report .banner .banner_copy {
    display: block;
    width: 37.85vw;
    margin: 4.5vw auto 0;
  }
  #futari #episodes-manga .report .banner .banner_copy img {
    width: 100%;
  }
  #futari #episodes-manga .report .banner .banner_btn {
    display: block;
    width: 36.5vw;
    margin: 2.85vw auto;
  }
  #futari #episodes-manga .report .banner .banner_btn img {
    width: 100%;
  }
  #futari #episodes-manga .report .top_btn {
    margin-top: 5vw;
  }
  #futari #episodes-manga .report .top_btn a::after {
    right: auto;
    left: 1.45vw;
  }
  #futari #episodes-manga .report .top_btn a span {
    transform: rotate(135deg);
    right: auto;
    left: 1.5vw;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #futari {
    min-width: 320px;
  }
  #futari .areaDetail {
    padding-top: 0;
    border-top: 5px solid #aa7d49;
  }
  #futari #episodes-manga .hero {
    width: 100%;
    height: 325.3333333333vw;
    aspect-ratio: 750/2440;
    background: url("../images/hero_bg_sp.jpg") no-repeat top/cover;
    border-radius: 0;
    position: relative;
    background-color: #fff;
  }
  #futari #episodes-manga .hero .hero_con {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .hero .hero_con h1 {
    display: block;
    width: 78%;
    height: auto;
    margin: 42.5333333333vw auto 76vw;
    padding: 0;
  }
  #futari #episodes-manga .hero .hero_con h1 img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .hero_text {
    display: block;
    width: 51.3333333333%;
    height: auto;
    margin: 0 auto 70.2666666667vw;
  }
  #futari #episodes-manga .hero .hero_con .hero_text img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .hero_text.close {
    filter: grayscale(1);
  }
  #futari #episodes-manga .hero .hero_con .copy_text {
    display: block;
    width: 64.2666666667%;
    height: auto;
    margin: auto;
  }
  #futari #episodes-manga .hero .hero_con .copy_text img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .hero .hero_con .text {
    margin-top: 6.1333333333vw;
  }
  #futari #episodes-manga .hero .hero_con .text p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    font-weight: 400;
  }
  #futari #episodes-manga .hero .hero_con .text p:nth-of-type(n+2) {
    margin-top: 6.9333333333vw;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list {
    width: 92vw;
    margin-top: 10.5333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li {
    width: 29.8666666667vw;
    height: 17.0666666667vw;
    margin: 0;
    position: relative;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5.4666666667vw 0;
    border-radius: 1.3333333333vw;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    font-size: 3.2vw;
    line-height: 4vw;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #2d376a;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.8vw;
    background-color: #2d376a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.7333333333vw;
    margin: auto;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li a span {
    display: block;
    width: 2.4vw;
    height: 2.4vw;
    border-right: 1px solid #2d376a;
    border-bottom: 1px solid #2d376a;
    box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1.4666666667vw;
    margin: auto;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li::before {
    content: "";
    display: block;
    width: 29.8666666667vw;
    height: 16.8vw;
    border-radius: 1.3333333333vw;
    background-color: #2d376a;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    position: absolute;
    top: 1.7333333333vw;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(1) a {
    background-color: #f2ecff;
    padding-top: 3.3333333333vw;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(2) a {
    background-color: #ffeaea;
  }
  #futari #episodes-manga .hero .hero_con .anchor_list li:nth-of-type(3) a {
    background-color: #fff;
  }
  #futari #episodes-manga .hero .hero_images {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #futari #episodes-manga .hero .hero_images div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #futari #episodes-manga .hero .hero_images .image01 {
    width: 28.6666666667vw;
    height: 28.5333333333vw;
    background-image: url("../images/hero_image01_sp.png");
    top: -2.1333333333vw;
    left: 31.8666666667vw;
    animation: bubble_animation 10s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images .image02 {
    width: 42.9333333333vw;
    height: 36vw;
    background-image: url("../images/hero_image02_sp.png");
    top: 7.0666666667vw;
    right: -5.3333333333vw;
    animation: bubble_animation 9s linear infinite reverse;
  }
  #futari #episodes-manga .hero .hero_images .image03 {
    width: 40.6666666667vw;
    height: 44vw;
    background-image: url("../images/hero_image03_sp.png");
    top: 1.3333333333vw;
    left: -5.4666666667vw;
    animation: bubble_animation 11s linear infinite reverse;
  }
  #futari #episodes-manga .hero .hero_images .image04 {
    width: 37.3333333333vw;
    height: 36.2666666667vw;
    background-image: url("../images/hero_image04_sp.png");
    top: 117.3333333333vw;
    right: 24vw;
    animation: bubble_animation 12s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images .image05 {
    width: 42.1333333333vw;
    height: 36.8vw;
    background-image: url("../images/hero_image05_sp.png");
    top: 92.8vw;
    left: -9.8666666667vw;
    animation: bubble_animation 9s linear infinite;
  }
  #futari #episodes-manga .hero .hero_images .image06 {
    width: 29.8666666667vw;
    height: 30.8vw;
    background-image: url("../images/hero_image06_sp.png");
    top: 92.9333333333vw;
    right: -1.0666666667vw;
    animation: bubble_animation 10s linear infinite reverse;
  }
  #futari #episodes-manga .con {
    width: 100%;
    border-radius: 0;
    padding-bottom: 0;
    position: relative;
  }
  #futari #episodes-manga .con h2 {
    width: 82.4vw;
    height: auto;
    aspect-ratio: 618/188;
    border-radius: 0;
    margin: auto;
    position: relative;
  }
  #futari #episodes-manga .con h2:before {
    content: "";
    display: block;
    width: 80.1333333333vw;
    height: auto;
    aspect-ratio: 601/171;
    border-radius: 1.3333333333vw;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -1.6vw;
    left: -1.6vw;
    z-index: 0;
  }
  #futari #episodes-manga .con h2 img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .con p img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .con .entry_btn {
    width: 80.5333333333vw;
    height: 18.4vw;
    margin: 6.6666666667vw auto 0;
    position: relative;
  }
  #futari #episodes-manga .con .entry_btn a {
    display: block;
    width: 100%;
    height: 16.9333333333vw;
    padding: 4.2666666667vw 0;
    border-radius: 8.4vw;
    background-color: #2d376a;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    font-size: 6vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
  }
  #futari #episodes-manga .con .entry_btn a::after {
    content: "";
    display: block;
    width: 3.7333333333vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.6vw;
    margin: auto;
  }
  #futari #episodes-manga .con .entry_btn a span {
    display: block;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.6vw;
    margin: auto;
  }
  #futari #episodes-manga .con .entry_btn::before {
    content: "";
    display: block;
    width: 80.5333333333vw;
    height: 16.9333333333vw;
    border-radius: 8.4vw;
    background-color: #fff;
    border: 2px solid #2d376a;
    box-sizing: border-box;
    position: absolute;
    top: 1.4666666667vw;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
  }
  #futari #episodes-manga .con .entry_btn.close {
    pointer-events: none;
  }
  #futari #episodes-manga .con .entry_btn.close a {
    background-color: #626262;
    border-color: #626262;
  }
  #futari #episodes-manga .con .entry_btn.close a::after {
    display: none;
  }
  #futari #episodes-manga .con .entry_btn.close:before {
    border-color: #626262;
  }
  #futari #episodes-manga .con .entry_limit {
    font-size: 4vw;
    line-height: 5.2vw;
    font-weight: 700;
    margin: 2.5333333333vw auto 0;
  }
  #futari #episodes-manga .con .entry_limit small {
    font-size: 3.2vw;
  }
  #futari #episodes-manga .con .entry_limit span {
    font-size: 3.2vw;
    line-height: 4.4vw;
    border: 1px solid #2d376a;
    padding: 0 1.3333333333vw;
    margin-right: 0.5333333333vw;
  }
  #futari #episodes-manga .con .entry_limit.close {
    margin-top: 4vw;
  }
  #futari #episodes-manga .con .insta .insta_copy {
    display: block;
    width: 69.8666666667vw;
    margin: auto;
  }
  #futari #episodes-manga .con .insta .insta_copy img {
    width: 100%;
  }
  #futari #episodes-manga .con .insta .insta_inner {
    box-sizing: border-box;
    width: 81.3333333333vw;
    margin: 4vw auto 0;
    padding: 4.8vw 4.9333333333vw 3.8666666667vw;
    background-color: #fff;
    border: 1px solid #2d376a;
    border-radius: 2.6666666667vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_iconset {
    display: block;
    width: 71.2vw;
    margin-bottom: 4.1333333333vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_iconset img {
    width: 100%;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_btn {
    display: block;
    width: 69.8666666667vw;
  }
  #futari #episodes-manga .con .insta .insta_inner .insta_btn img {
    width: 100%;
  }
  #futari #episodes-manga .theme {
    aspect-ratio: 750/7158;
    height: 954.4vw;
    background: url("../images/theme_bg_sp.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .theme h2 {
    padding-top: 17.6vw;
  }
  #futari #episodes-manga .theme h2:before {
    background-color: #f9eceb;
  }
  #futari #episodes-manga .theme .copy {
    display: block;
    width: 93.3333333333vw;
    height: auto;
    aspect-ratio: 700/121;
    margin: 10.2666666667vw auto 0;
    padding-left: 4vw;
  }
  #futari #episodes-manga .theme .text {
    font-size: 4vw;
    line-height: 6.1333333333vw;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    margin: 4.9333333333vw 0 11.6vw;
  }
  #futari #episodes-manga .theme .text span {
    display: inline-block;
    padding: 0 0.2em;
    background-color: #feffcd;
    font-weight: 700;
  }
  #futari #episodes-manga .theme .text small {
    font-size: 2.6666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner {
    width: 92%;
    margin: auto;
    padding: 13.7333333333vw 0 4.9333333333vw;
    border-radius: 2.6666666667vw;
    border: 1px solid #2d376a;
    position: relative;
    overflow: visible;
  }
  #futari #episodes-manga .theme .theme_inner::before {
    content: "";
    display: block;
    width: 47.0666666667vw;
    height: auto;
    aspect-ratio: 353/219;
    background: url("../images/theme_icon.png") no-repeat center/contain;
    position: absolute;
    top: -7.2vw;
    left: 0.5333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner div h3 {
    display: block;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner div h3 img {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 {
    margin-bottom: 8.4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 h3 {
    width: 64.2666666667vw;
    height: auto;
    aspect-ratio: 482/80;
    margin-bottom: 6.1333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area {
    width: 86.2666666667vw;
    height: auto;
    aspect-ratio: 647/1034;
    margin: auto;
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .image {
    width: 100%;
    height: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area div p {
    font-size: 3.2vw;
    line-height: 4.1333333333vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    color: #2d376a;
    display: inline-block;
    margin: 0;
    position: absolute;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text1 {
    width: 37.8666666667vw;
    height: 21.8666666667vw;
    background: url("../images/theme_inner_sec1_text1_bg_sp.png") no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 2.2666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text1 p {
    top: 1.8666666667vw;
    left: 12.6666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text2 {
    width: 43.4666666667vw;
    height: 22.1333333333vw;
    background: url("../images/theme_inner_sec1_text2_bg_sp.png") no-repeat center/contain;
    position: absolute;
    top: 16.8vw;
    right: 0.8vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text2 p {
    top: 4.2666666667vw;
    right: 3.6vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text3 {
    width: 37.7333333333vw;
    height: 27.7333333333vw;
    background: url("../images/theme_inner_sec1_text3_bg_sp.png") no-repeat center/contain;
    position: absolute;
    top: 61.2vw;
    left: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text3 p {
    top: 8vw;
    left: 6vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text4 {
    width: 45.0666666667vw;
    height: 26vw;
    background: url("../images/theme_inner_sec1_text4_bg_sp.png") no-repeat center/contain;
    position: absolute;
    top: 76.1333333333vw;
    right: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec1 .image_area .text4 p {
    top: 7.6vw;
    right: 4.1333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 {
    margin-bottom: 9.0666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 h3 {
    width: 65.7333333333vw;
    height: auto;
    aspect-ratio: 493/67;
    margin-bottom: 4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec2 .image {
    width: 81.4666666667vw;
    height: auto;
    aspect-ratio: 611/1281;
    margin: auto;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 {
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 h3 {
    width: 72vw;
    height: auto;
    aspect-ratio: 540/68;
    margin-bottom: 5.3333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .inner_text {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin: 0 0 43.6vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .inner_text small {
    font-size: 2.6666666667vw;
    line-height: 4.6666666667vw;
    letter-spacing: 0.01em;
    display: block;
    margin-top: 1.6vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec3 .image {
    display: block;
    width: 83.4666666667vw;
    height: auto;
    position: absolute;
    top: 7.2vw;
    left: 3.8666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 h3 {
    width: 53.4666666667vw;
    height: auto;
    aspect-ratio: 401/68;
    margin-bottom: 8.2666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present {
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present .comment {
    display: block;
    width: 21.8666666667vw;
    position: absolute;
    top: -5.4666666667vw;
    left: 2.6666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .present h4 {
    font-size: 4.8vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    color: #2d376a;
    margin-left: 26.6666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .adopt_pre .image {
    width: 84.1333333333vw;
    height: auto;
    aspect-ratio: 631/862;
    margin-top: 1.3333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre {
    margin-top: 8.4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 {
    width: 81.8666666667vw;
    height: 55.6vw;
    background: url("../images/theme_inner_present1_sp.png") no-repeat top center/100% auto;
    margin: auto;
    box-sizing: border-box;
    margin-top: 2.6666666667vw;
    padding-top: 4vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 p {
    margin: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .sub_text {
    font-size: 3.2vw;
    line-height: 4vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: center;
    margin-left: 21.3333333333vw;
    display: block;
    width: fit-content;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .sub_text span {
    font-size: 4.2666666667vw;
    font-weight: 900;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .main_text {
    width: 67.8666666667vw;
    height: 12.2666666667vw;
    margin: 4.6666666667vw auto 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set {
    margin-top: 4.2666666667vw;
    margin-left: 6.5333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p {
    font-size: 2.6666666667vw;
    line-height: 4.6666666667vw;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: left;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p a {
    text-decoration: none;
    border-bottom: 1px solid #2d376a;
    color: #1a2e63;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present1 .text_set p.tag {
    font-size: 2.9333333333vw;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 56vw;
    padding: 0.4vw 0 0.9333333333vw;
    border-radius: 2.0666666667vw;
    background-color: #fff;
    margin-left: -3.8666666667vw;
    margin-bottom: 1.6vw;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 {
    width: 81.8666666667vw;
    height: 94vw;
    background: url("../images/theme_inner_present2_sp.png") no-repeat top center/100% auto;
    margin: 4.2666666667vw auto 0;
    box-sizing: border-box;
    padding-top: 4.5333333333vw;
    position: relative;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 p {
    margin: 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .sub_text {
    font-size: 3.2vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .sub_text span {
    font-size: 4.2666666667vw;
    font-weight: 900;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .main_text {
    width: 66.8vw;
    margin: 2.6666666667vw auto 0;
  }
  #futari #episodes-manga .theme .theme_inner .sec4 .entry_pre .present2 .cap {
    font-size: 2.6666666667vw;
    line-height: 1;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    position: absolute;
    bottom: 3.3333333333vw;
    left: 3.3333333333vw;
  }
  #futari #episodes-manga .theme .theme_inner2 {
    margin-top: 10.9333333333vw;
    padding-top: 8.4vw;
    padding-bottom: 4.6666666667vw;
  }
  #futari #episodes-manga .theme .theme_inner2::before {
    width: 23.3333333333vw;
    aspect-ratio: 175/183;
    background: url("../images/theme_icon2.png") no-repeat center/contain;
    top: -3.8666666667vw;
    left: -0.9333333333vw;
  }
  #futari #episodes-manga .theme .entry_btn {
    margin-top: 9.0666666667vw;
  }
  #futari #episodes-manga .judge {
    aspect-ratio: 750/2710;
    height: 361.3333333333vw;
    background: url("../images/judge_bg_sp.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .judge h2 {
    padding-top: 14.6666666667vw;
  }
  #futari #episodes-manga .judge h2:before {
    background-color: #f0f0f0;
  }
  #futari #episodes-manga .judge .judge_text {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 6.6666666667vw auto 9.6vw;
  }
  #futari #episodes-manga .judge h3 {
    display: block;
    width: 70.5333333333vw;
    margin: auto;
  }
  #futari #episodes-manga .judge h3 img {
    width: 100%;
  }
  #futari #episodes-manga .judge .judge_list {
    width: 92vw;
    margin: 10.2666666667vw auto 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list::before {
    content: "";
    display: block;
    width: 35.8666666667vw;
    height: 15.7333333333vw;
    background: url("../images/judge_icon.png") no-repeat center/contain;
    position: absolute;
    top: -8.9333333333vw;
    left: -2.6666666667vw;
    z-index: 1;
  }
  #futari #episodes-manga .judge .judge_list li {
    width: 40.4vw;
    margin: 0;
    display: grid;
    grid-template-rows: 46vw 9.3333333333vw 0.6666666667vw 8.5333333333vw;
    position: relative;
    z-index: 0;
  }
  #futari #episodes-manga .judge .judge_list li:nth-of-type(3) {
    width: 40.5333333333vw;
  }
  #futari #episodes-manga .judge .judge_list li img {
    width: 100%;
  }
  #futari #episodes-manga .judge .judge_list li .comment {
    display: block;
    width: 24.4vw;
    position: absolute;
    top: -5.8666666667vw;
    right: -4.5333333333vw;
  }
  #futari #episodes-manga .judge .judge_list li p {
    margin: 0;
    color: #2d376a;
  }
  #futari #episodes-manga .judge .judge_list li .job {
    font-size: 3.2vw;
    line-height: 3.3333333333vw;
    font-weight: 700;
    font-feature-settings: "palt";
    padding-top: 1.3333333333vw;
    align-self: center;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list li .name {
    font-size: 5.8666666667vw;
    line-height: 3.3333333333vw;
    font-weight: 400;
    font-feature-settings: "palt";
    align-self: end;
    position: relative;
  }
  #futari #episodes-manga .judge .judge_list li .name small {
    font-size: 4.2666666667vw;
  }
  #futari #episodes-manga .judge .judge_list li .line {
    display: block;
    width: 34.4vw;
    height: 0.6666666667vw;
    background: url("../images/judge_line_sp.png") no-repeat center/100%;
    margin: auto;
  }
  #futari #episodes-manga .judge .judge_btn {
    margin: 12vw auto 10.2666666667vw;
  }
  #futari #episodes-manga .judge .judge_btn a {
    padding-right: 4.8vw;
  }
  #futari #episodes-manga .youkou {
    aspect-ratio: 750/7763;
    height: 1035.0666666667vw;
    background: url("../images/youkou_bg_sp.jpg") no-repeat top/cover;
  }
  #futari #episodes-manga .youkou h2 {
    padding-top: 22.4vw;
  }
  #futari #episodes-manga .youkou h2:before {
    background-color: #f0f0f0;
  }
  #futari #episodes-manga .youkou table {
    width: 89.6vw;
    margin: 1.3333333333vw auto 0;
    position: relative;
  }
  #futari #episodes-manga .youkou table::after {
    content: "";
    display: block;
    width: 35.3333333333vw;
    height: 27.7333333333vw;
    background: url("../images/youkou_icon.png") no-repeat center/contain;
    position: absolute;
    top: 26.6666666667vw;
    right: -1.3333333333vw;
  }
  #futari #episodes-manga .youkou table tr {
    border-bottom: 1px solid #2d376a;
    color: #2d376a;
    display: block;
    padding: 4.5333333333vw 0;
  }
  #futari #episodes-manga .youkou table tr th, #futari #episodes-manga .youkou table tr td {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  #futari #episodes-manga .youkou table tr th {
    font-size: 4vw;
    line-height: 8vw;
    font-weight: 700;
  }
  #futari #episodes-manga .youkou table tr td {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  #futari #episodes-manga .youkou table tr td small {
    font-size: 2.6666666667vw;
  }
  #futari #episodes-manga .youkou table tr td p {
    display: inline-block;
    margin: 1.6vw auto 0;
    padding: 0 3px;
    background-color: #feffcd;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    font-weight: 700;
    text-align: left;
  }
  #futari #episodes-manga .youkou table tr td p:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  #futari #episodes-manga .youkou table tr td ul {
    display: block;
    width: auto !important;
  }
  #futari #episodes-manga .youkou table tr td ul.indent {
    text-indent: -2em;
    padding-left: 2em;
  }
  #futari #episodes-manga .youkou table tr td ul.mt {
    margin-top: 1.3333333333vw;
  }
  #futari #episodes-manga .youkou table tr td ul li {
    width: auto !important;
    color: #2d376a;
    margin: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
  #futari #episodes-manga .youkou table tr td ul li .indent_span {
    display: block;
    padding-left: 8em;
    text-indent: -6em;
  }
  #futari #episodes-manga .youkou table tr td ul li ol {
    text-indent: -1em;
    padding-left: 1em;
  }
  #futari #episodes-manga .youkou table tr td ul li ol li {
    text-indent: -1.9em;
    padding-left: 1.9em;
  }
  #futari #episodes-manga .youkou .inquiry {
    width: 92vw;
    margin: 23.4666666667vw auto 0;
    background-color: transparent;
    border-radius: 0;
  }
  #futari #episodes-manga .youkou .inquiry h3 {
    font-size: 4.1333333333vw;
    line-height: 1;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: center;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner {
    width: 100%;
    border: 1px solid #2d376a;
    box-sizing: border-box;
    border-radius: 1.3333333333vw;
    margin-top: 6.6666666667vw;
    padding: 8.6666666667vw 0 5.7333333333vw;
    position: relative;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner p {
    margin: 0;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name {
    display: block;
    width: 73.3333333333vw;
    background-color: #fff;
    position: absolute;
    top: -2.6666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name::before {
    content: "";
    display: block;
    width: 72vw;
    height: 3.2vw;
    background-color: #feffcd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .name span {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .tel {
    font-size: 4.1333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: center;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .tel .num {
    font-size: 6.1333333333vw;
    font-weight: 700;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .time {
    font-size: 2.9333333333vw;
    font-weight: 500;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .mail {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 4vw;
  }
  #futari #episodes-manga .youkou .inquiry .inquiry_inner .mail span {
    font-weight: 700;
  }
  #futari #episodes-manga .report {
    aspect-ratio: 750/7043;
    height: 939.0666666667vw;
    background: url("../images/report/bg_sp.jpg") no-repeat center -8vw/cover;
    padding-top: 8vw;
    box-sizing: border-box;
  }
  #futari #episodes-manga .report h1 {
    display: block;
    width: 92vw;
    height: auto;
    aspect-ratio: 690/90;
    margin: 0 auto 6.6666666667vw;
    padding-top: 0;
  }
  #futari #episodes-manga .report h1 img {
    width: 100%;
  }
  #futari #episodes-manga .report h2 {
    display: block;
    width: 82.1333333333vw;
    height: auto;
    aspect-ratio: 616/186;
    margin: 0 auto 11.2vw;
  }
  #futari #episodes-manga .report h2:before {
    background-color: #f9eceb;
  }
  #futari #episodes-manga .report .text_area {
    margin: auto;
    padding: 0 4.6666666667vw 40vw;
    position: relative;
  }
  #futari #episodes-manga .report .text_area .text {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    letter-spacing: 0.01em;
    text-align: left;
  }
  #futari #episodes-manga .report .text_area .text.text1 {
    margin-bottom: 93.0666666667vw;
  }
  #futari #episodes-manga .report .text_area img {
    display: block;
    position: absolute;
  }
  #futari #episodes-manga .report .text_area img.image1 {
    width: 66.1333333333vw;
    top: 59.2vw;
    left: 50%;
    margin-left: -16.1333333333vw;
  }
  #futari #episodes-manga .report .text_area img.image2 {
    width: 64.2666666667vw;
    top: 102.5333333333vw;
    right: 50%;
    margin-right: -15.7333333333vw;
  }
  #futari #episodes-manga .report .text_area img.image3 {
    width: 93.2vw;
    bottom: 0;
    left: 50%;
    margin-left: -45.3333333333vw;
  }
  #futari #episodes-manga .report .comment {
    margin: auto;
    padding: 0 4.5333333333vw 10.6666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_copy {
    font-size: 4vw;
    line-height: 6.9333333333vw;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 15.4666666667vw 0 0;
  }
  #futari #episodes-manga .report .comment .comment_set {
    box-sizing: border-box;
    position: relative;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_image {
    display: block;
    position: absolute;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_name {
    font-size: 5.3333333333vw;
    line-height: 5.3333333333vw;
    font-weight: 700;
    text-align: left;
    margin: 0;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_name small {
    font-size: 4vw;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_text {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5.3333333333vw 3.3333333333vw 4vw;
  }
  #futari #episodes-manga .report .comment .comment_set .comment_text p {
    font-size: 3.7333333333vw;
    line-height: 6.6666666667vw;
    font-weight: 500;
    text-align: left;
    margin: 0;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) {
    padding-top: 37.3333333333vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_image {
    width: 42.2666666667vw;
    top: 4vw;
    left: 1.7333333333vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_name {
    margin-left: 45.3333333333vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(1) .comment_text {
    background: url("../images/report/comment_text_bg1_sp.png") no-repeat center/100%;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) {
    padding-top: 34.6666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_image {
    width: 42.5333333333vw;
    top: 2.6666666667vw;
    right: 0.1333333333vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_name {
    margin-left: 2.6666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(2) .comment_text {
    background: url("../images/report/comment_text_bg2_sp.png") no-repeat center/100%;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) {
    padding-top: 40vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_image {
    width: 43.6vw;
    top: 7.3333333333vw;
    left: 0.2666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_name {
    margin-left: 45.3333333333vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(3) .comment_text {
    background: url("../images/report/comment_text_bg3_sp.png") no-repeat center/100%;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) {
    padding-top: 38.6666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_image {
    width: 42.5333333333vw;
    top: 4.6666666667vw;
    right: 0.2666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_name {
    margin-left: 2.6666666667vw;
  }
  #futari #episodes-manga .report .comment .comment_set:nth-of-type(4) .comment_text {
    background: url("../images/report/comment_text_bg4_sp.png") no-repeat center/100%;
  }
  #futari #episodes-manga .report .banner {
    margin-top: 9.3333333333vw;
  }
  #futari #episodes-manga .report .banner .banner_copy {
    display: block;
    width: 72.8vw;
    margin: auto;
  }
  #futari #episodes-manga .report .banner .banner_copy img {
    width: 100%;
  }
  #futari #episodes-manga .report .banner .banner_btn {
    display: block;
    width: 81.3333333333vw;
    margin: 4vw auto 0;
  }
  #futari #episodes-manga .report .banner .banner_btn img {
    width: 100%;
  }
  #futari #episodes-manga .report .top_btn.entry_btn {
    margin-top: 9.3333333333vw;
  }
  #futari #episodes-manga .report .top_btn.entry_btn a::after {
    right: auto;
    left: 5.2vw;
  }
  #futari #episodes-manga .report .top_btn.entry_btn a span {
    transform: rotate(135deg);
    right: auto;
    left: 5.3333333333vw;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (max-width: 1118px) {
  #futari section {
    margin: 0;
    padding: 0;
  }
  #futari section li {
    width: auto;
  }
}
@media screen and (max-width: 870px) {
  .menu-trigger {
    z-index: 3;
  }
  .g-nav {
    z-index: 2;
  }
}
@media screen and (max-width: 793px) {
  #futari section ul {
    width: auto;
  }
  #futari section li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #futari section img {
    max-width: none;
  }
}
.ani {
  opacity: 0;
  transition: opacity 0.5s linear;
}
.ani.on {
  opacity: 1;
}
.ani.up {
  transform: translateY(3px);
  transition: opacity 0.5s linear, transform 0.5s linear;
}
.ani.up.on {
  transform: translateX(0);
}
.ani.d00 {
  transition-delay: 0s;
}
.ani.d01 {
  transition-delay: 0.1s;
}
.ani.d02 {
  transition-delay: 0.2s;
}
.ani.d03 {
  transition-delay: 0.3s;
}
.ani.d04 {
  transition-delay: 0.4s;
}
.ani.d05 {
  transition-delay: 0.5s;
}
.ani.d06 {
  transition-delay: 0.6s;
}
.ani.d07 {
  transition-delay: 0.7s;
}
.ani.d08 {
  transition-delay: 0.8s;
}
.ani.d09 {
  transition-delay: 0.9s;
}
.ani.d10 {
  transition-delay: 1s;
}
.ani.d11 {
  transition-delay: 1.1s;
}
.ani.d12 {
  transition-delay: 1.2s;
}
.ani.d13 {
  transition-delay: 1.3s;
}
.ani.d14 {
  transition-delay: 1.4s;
}
.ani.d15 {
  transition-delay: 1.5s;
}
.ani.d16 {
  transition-delay: 1.6s;
}
.ani.d17 {
  transition-delay: 1.7s;
}
.ani.d18 {
  transition-delay: 1.8s;
}
.ani.d19 {
  transition-delay: 1.9s;
}
.ani.d20 {
  transition-delay: 2s;
}

@keyframes bubble_animation {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }
  25% {
    transform: rotate(5deg) scale(1.02) translate(4px, 2px);
  }
  50% {
    transform: rotate(0deg) scale(1) translate(8px, 4px);
  }
  75% {
    transform: rotate(5deg) scale(1.02) translate(4px, 2px);
  }
  100% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }
}