/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
}

img,
input[type="image"] {
  -webkit-backface-visibility: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background-color: #fff;
}

picture {
  display: inline-block;
  line-height: 0;
  vertical-align: bottom;
  width: 100%;
}

.head {
  position: relative;
}

.u-fw-b {
  font-weight: bold !important;
}

.mainWrap .secContents .comicWrap {
  padding: 3vw 5.6vw;
  margin-bottom: 2.0408163265%;
}

@media screen and (min-width: 769px) {
  .comicWrap {
    padding: 30px !important;
  }
}

@media screen and (min-width: 769px) {
}

.mainWrap .secContents .comic_list {
  z-index: 100;
  position: relative;
}

.comic_item {
  position: relative;
  display: block;
  padding: 20px 0;
  width: 100%;
  border: none;
  background-color: #fff;
}

.comic_item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.comic_item:hover .comic_text {
  text-decoration: underline;
}

.comic_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 16px solid #ff6600;
  border-right: 0;
  z-index: 100000;
}

.comic_list .comic_item:not(:last-child) {
  border-bottom: #ccc solid 1px;
}

.comic_flex {
  display: flex;
  justify-content: space-between;
  padding-right: 16px;
  align-items: center;
}

.comic_image {
  width: 100px;
}

.comic_text {
  flex: 1;
  text-align: center;
  color: #333;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .head {
    height: 13.3333333333vw;
  }
}

.head__inner {
  max-width: 980px;
  width: 81.6666666667%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .head__inner {
    width: 100%;
    padding: 2.6666666667vw 0 0 3.3333333333vw;
  }
}

.head h1 {
  display: inline-block;
  line-height: 0;
  width: 153px;
}

@media screen and (max-width: 768px) {
  .head h1 {
    width: 34.6666666667vw;
  }
}

.head__logo {
  display: inline-block;
  width: 100%;
  line-height: 0;
}

.head__logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .head__logo:hover {
    opacity: 1;
  }
}

.head .code {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .head .code {
    display: flex;
    align-items: center;
    width: 16.4vw;
  }
}

.head__menuBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .head__menuBtn {
    display: block;
    width: 9.3333333333%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 4.9333333333%;
  }
}

.foot__inner {
  max-width: 980px;
  width: 81.6666666667%;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
}

.foot__inner .pagetop {
  max-width: 84px;
  width: 8.5714285714%;
  position: fixed;
  right: 30px;
  bottom: 14px;
  z-index: 600;
  pointer-events: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .foot__inner .pagetop {
    width: 40px;
    right: 15px;
    bottom: 45px;
  }
}

.foot__inner .pagetop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .foot__inner .pagetop:hover {
    opacity: 1;
  }
}

.foot__inner .pagetop a,
.foot__inner .pagetop picture,
.foot__inner .pagetop img {
  pointer-events: all;
}

.foot__inner .noBtn {
  position: fixed;
  bottom: 0;
  transform: translateY(100%);
}

@media screen and (max-width: 768px) {
  .foot__inner .noBtn {
    bottom: 0;
  }
}

.foot .logoArea {
  position: relative;
  padding: 40px 0 50px;
  text-align: center;
}

.foot .logoArea .logo {
  width: 164px;
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .foot .logoArea .logo {
    width: 164px;
  }
}

.foot .logoArea .logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .foot .logoArea .logo:hover {
    opacity: 1;
  }
}

.foot .logoArea small {
  display: inline-block;
  color: #333333;
  font-style: italic;
}

.mainWrap {
  margin: 0 auto;
  background-color: #e5f6e9;
  position: relative;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .mainWrap {
    overflow: hidden;
  }
}

.mainWrap .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mainWrap .sp {
    display: inline;
  }
}

.mainWrap a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .mainWrap a:hover {
    opacity: 1;
  }
}

.mainWrap .kvWrap {
  width: 100%;
  background-color: #07a32b;
  display: flex;
  justify-content: center;
}

.mainWrap .kv {
  max-width: 980px;
  width: 100%;
}

.mainWrap .top {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mainWrap .top {
    font-size: 2.6666666667vw;
  }
}

.mainWrap .top__txt {
  max-width: 980px;
  width: 81.6666666667%;
  padding-left: 1.6666666667%;
  margin: 20px auto 36px;
}

@media screen and (max-width: 768px) {
  .mainWrap .top__txt {
    width: 86vw;
    text-indent: -1em;
    margin: 2.6666666667vw auto 5.3333333333vw 9.0666666667vw;
    padding: 0;
  }
}

.mainWrap .top .inner {
  max-width: 980px;
  width: 81.6666666667%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .top .inner {
    margin-left: 6.4vw;
    width: 88.6666666667vw;
  }
}

.mainWrap .top .inner__txt {
  width: 97.9591836735%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .top .inner__txt {
    width: 100%;
  }
}

.mainWrap .top__nav {
  max-width: 980px;
  width: 100%;
  margin-top: 5.1020408163%;
}

.mainWrap .top__nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .mainWrap .top__nav li {
    width: 100%;
  }

  .mainWrap .top__nav li {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 769px) {
  .mainWrap .top__nav {
    margin-bottom: 30px;
  }
}

.mainWrap .top .navMove {
  transform: translateX(-100%);
}

.mainWrap .secContents {
  max-width: 980px;
  width: 81.6666666667%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents {
    width: 90vw;
  }
}

.mainWrap .secContents:last-child {
  padding-bottom: min(8.1632653061%, 80px);
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents:last-child {
    padding-bottom: 6.6666666667vw;
  }
}

.mainWrap .secContents h2 {
  padding-top: 7.1428571429%;
  margin-bottom: 5.1020408163%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents h2 {
    padding-top: 10.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.mainWrap .secContents__innerWrap {
  border-radius: 20px;
  position: relative;
  width: 95.9183673469%;
  margin-left: 2.0408163265%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents__innerWrap {
    width: 87.4666666667vw;
    margin-left: 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}

.mainWrap .secContents__innerWrap::before,
.mainWrap .secContents__innerWrap::after {
  content: "";
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents__innerWrap::before,
  .mainWrap .secContents__innerWrap::after {
    border-radius: 2.6666666667vw;
  }
}

.mainWrap .secContents__innerWrap::before {
  z-index: 10;
  background-color: #fff;
}

.mainWrap .secContents__innerWrap::after {
  background-image: linear-gradient(
    135deg,
    #07a32b 25%,
    #ffffff 25%,
    #ffffff 50%,
    #07a32b 50%,
    #07a32b 75%,
    #ffffff 75%,
    #ffffff 100%
  );
  background-size: 8.49px 8.49px;
  z-index: 5;
  margin-top: 2.1276595745%;
  margin-left: 2.1276595745%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents__innerWrap::after {
    margin-top: 1.3333333333vw;
    margin-left: 1.3333333333vw;
    background-size: 1.132vw 1.132vw;
  }
}

.mainWrap .secContents__item {
  display: grid;
  position: relative;
  z-index: 100;
}

.mainWrap .secContents__item li {
  position: relative;
  z-index: 1000;
}

.mainWrap .secContents .logoList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  margin: auto;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .mainWrap .secContents .logoList::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }

  .mainWrap .secContents .logoList::after {
    content: "";
    display: block;
    width: 23%;
  }

  .mainWrap .secContents .logoList {
    padding-bottom: 14px;
  }
}

.mainWrap .secContents .logoList img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .logoList {
    padding: 5.6vw;
    padding-bottom: calc(5.6vw - 16px);
  }
}

.mainWrap .secContents .logoList li a {
  text-align: center;
  padding: 20px;
  height: 86px;
  border: 2px solid #ccc;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .logoList li a {
    padding: 2.6vw;
  }
}

.mainWrap .secContents .logoList li {
  width: calc((100% - 50px) / 4);
  text-align: center;
}

.mainWrap .secContents .logoList li p {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .logoList li {
    width: calc((100% - 3.8vw) / 2);
  }

  .mainWrap .secContents .logoList li a {
    padding: 10px;
    height: 16vw;
  }

  .mainWrap .secContents .logoList li p {
    margin-bottom: 16px;
    text-align: center;
    font-size: 3.7333333333vw;
  }
}

.mainWrap .secContents .logoList li picture {
  display: block;
  width: 100%;
}

.mainWrap .secContents__annotation {
  padding-left: 2.0408163265%;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents__annotation {
    width: 78.5234899329%;
    font-size: 2.6666666667vw;
    width: 100%;
    text-indent: -1em;
    padding-left: 0;
    margin-left: calc(1.3333333333vw + 1em);
  }
}

.mainWrap .secContents__annotation:first-of-type {
  padding-top: 2.3%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents__annotation:first-of-type {
    padding-top: 2.6666666667vw;
  }
}

.mainWrap .secContents .videoWrap {
  padding: 4.0816326531% 0 6.1224489796%;
  margin-bottom: 2.0408163265%;
}

.mainWrap .secContents .comicWrap {
  margin-bottom: 2.0408163265%;
}

.mainWrap .secContents .videoWrap dl {
  position: relative;
  z-index: 100;
  width: 61.2765957447%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .videoWrap dl {
    width: 75.2vw;
  }
}

.mainWrap .secContents .videoWrap dl + dl {
  margin-top: 6.0763888889%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .videoWrap dl + dl {
    margin-top: 5.3333333333vw;
  }
}

.mainWrap .secContents .videoWrap dt {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 500;
}

.mainWrap .secContents .cmGallery dt p {
  font-size: 20px;
}

.mainWrap .secContents .cmGallery dt span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .mainWrap .secContents .videoWrap dt {
    font-size: 2vw;
    margin: 0 auto 1.6666666667vw;
  }

  .mainWrap .secContents .cmGallery dt p {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .videoWrap dt {
    font-size: 3.7333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}

.mainWrap .secContents .videoWrap dd {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.mainWrap .secContents .videoWrap dd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainWrap .secContents .videoWrap a {
  position: relative;
  z-index: 100;
  display: block;
  margin: 4.2553191489% auto 0;
  width: 53.1914893617%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .videoWrap a {
    width: 70.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.mainWrap .secContents .convenient {
  padding: 5.1020408163% 0;
  margin-bottom: 2.0408163265%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient {
    padding: 6.6666666667vw 0;
  }
}

.mainWrap .secContents .convenient__txt {
  position: relative;
  z-index: 99;
  width: 77.2340425532%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient__txt {
    width: 78vw;
  }
}

.mainWrap .secContents .convenient__txt + p {
  margin-top: 5.3191489362%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient__txt + p {
    width: 78.1333333333vw;
  }
}

.mainWrap .secContents .convenient__txt:nth-child(1) {
  margin-left: 9.5744680851%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient__txt:nth-child(1) {
    margin-left: 4vw;
  }
}

.mainWrap .secContents .convenient__txt:nth-child(2) {
  margin-left: 13.2978723404%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient__txt:nth-child(2) {
    width: 80.8vw;
    margin-left: 5.3333333333vw;
  }
}

.mainWrap .secContents .convenient__txt:nth-child(3) {
  margin-left: 9.5744680851%;
}

@media screen and (max-width: 768px) {
  .mainWrap .secContents .convenient__txt:nth-child(3) {
    margin-left: 4vw;
    width: 78.1333333333vw;
  }
}

.mainWrap .shareWrap {
  background-color: #fff;
}

.mainWrap .shareWrap__inner {
  max-width: 980px;
  width: 81.6666666667%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__inner {
    width: 90.1333333333vw;
  }
}

.mainWrap .shareWrap__inner li {
  font-size: 12px;
  width: 97.9591836735%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__inner li {
    width: 84vw;
    text-indent: -2em;
    margin-left: 2.3em;
    font-size: 2.6666666667vw;
  }
}

.mainWrap .shareWrap__shaereList {
  width: 54.0816326531%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6.1224489796%;
  padding-top: 14.7959183673%;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__shaereList {
    width: 87.3333333333vw;
    padding-top: 14.9333333333vw;
    margin: 0 auto 8vw;
  }
}

.mainWrap .shareWrap__shaereList li {
  width: 28.3018867925%;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__shaereList li {
    width: 30.534351145%;
  }
}

.mainWrap .shareWrap__shaereList li a {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  transform: none;
  text-indent: 0;
}

.mainWrap .shareWrap h2 {
  margin-bottom: 5.1020408163%;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .mainWrap .shareWrap h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap h2 {
    font-size: 5.0666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.mainWrap .shareWrap__snsList {
  width: 66.8367346939%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 5.1020408163%;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__snsList {
    width: 87.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}

.mainWrap .shareWrap__snsList li {
  width: 10.9923664122%;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__snsList li {
    width: 10.6666666667vw;
  }
}

.mainWrap .shareWrap__snsList li:last-child {
  width: 12.9770992366%;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__snsList li:last-child {
    width: 12.5333333333vw;
  }
}

.mainWrap .shareWrap__notice {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .mainWrap .shareWrap__notice {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__notice {
    font-size: 3.7333333333vw;
  }
}

.mainWrap .shareWrap__linkList {
  width: 41.3265306122%;
  margin: 0 auto;
  padding: 8.1632653061% 0;
}

@media screen and (max-width: 768px) {
  .mainWrap .shareWrap__linkList {
    width: 86.4vw;
    margin: 0 auto;
    padding: 10.6666666667vw 0;
  }
}

.mainWrap .shareWrap__linkList li + li {
  margin-top: 4.9382716049%;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* padding: 30px; */
  display: flex;
  align-items: start;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 0;
}

.swiper {
  overflow: visible !important;
}

.close-btn_wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 18px 0;
  margin-bottom: 15px;
}

.close-btn_wrapper span {
  font-weight: 600;
}

.slide_text {
  position: relative;
  margin-bottom: 25px;
}

.slide_text::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(/oos/adv/image/tmp_250/arrow_bottom.png);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
}

.slide_text {
  text-align: center;
}

.modal__close-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  width: 16px;
  height: 16px;
  padding: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: auto !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    /* display: none; */
  }
}

.pager_wrapper {
  display: flex;
  justify-content: space-around;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  padding: 0 !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.swiper-button-prev::before {
  background-image: url(/oos/adv/image/tmp_250/pager_prev.png);
  left: -15px !important;
}

.swiper-button-next::before {
  background-image: url(/oos/adv/image/tmp_250/pager_next.png);
  right: -15px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
  color: #07a32b;
  background: none;
  border: none;
}

.pager_wrapper {
  position: relative;
}

.pager_wrapper::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.cloase_btn_bottom {
  display: block;
  width: 336px;
  max-width: 90%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  padding: 15px 0;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.bnr_area {
  text-align: center;
}

.bnr_area img {
  cursor: pointer;
  width: auto;
  display: inline-block;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
}

a:hover image {
  opacity: 0.8;
}

.swiper-button-prev,
.swiper-button-next {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .comic_image {
    width: 150px;
    max-width: 100%;
  }

  .comic_text {
    font-size: 18px;
  }

  .comic_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .comic_item {
    width: calc((100% - 40px) / 2);
  }

  .comic_list .comic_item:not(:last-child) {
    border: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    font-size: 20px;
  }

  .pager_wrapper::before {
    width: 2px;
    height: 20px;
  }

  .pager_wrapper {
    margin-top: 20px;
  }

  .cloase_btn_bottom {
    margin-top: 30px;
  }
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
