/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
  color: #515C6F;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.demoImage {
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
}
.demoImage img {
  width: 100%;
  object-fit: cover;
}

/*  header
------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 40px;
  visibility: hidden;
  z-index: 10;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3);
}
.header .headerTitle {
  position: relative;
  margin-left: 16px;
  padding-right: 170px;
  font-size: 14px;
  overflow: hidden;
  min-width:200px;
  display:flex;
  min-height:40px;
}
.header .headerTitle .headClose {
 /*
  position: absolute;
  top: calc(50% - 12px);*/
position: relative;
display:flex;
top:5px;
height:40px;
}
.header .headerTitle__inner {
  padding-left: 10px;
  display: block;
 /* min-width:185px;*/
  min-width:230px;
  line-height:40px;


-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
max-height: 60px;
overflow: hidden;
display: -webkit-box;

}
.header .headerTitle__inner:hover {
  cursor: pointer;
}
.header__item {
  position: absolute;
  top:5px;
  line-height: 1;
}
.header__item--bkmark01 {
  right: 141px;
}
.header__item--bkmark02 {
  right: 99px;
}
.header__item--list {
  right: 60px;
}
.header__item--setting {
  right: 16px;
}
.header__item--setting_series {
  right: 16px;
}
.header__item--displayMode {
  /*right: 180px;*/
 right: 60px;
 
}
.header__item--displayMode_auto {
  /*right: 180px;*/
 right: 105px;

}



.header img {
  height: 28px;
}

/*  footer
------------------------*/
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 40px;
  padding: 0 16px;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 3px -3px 16px rgba(0, 0, 0, 0.3);
}
.footer .pageNum {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.sliderBar {
  width: calc(100% - 100px);
}
.sliderBar input[type="range"] {
  transform: rotate(-180deg);
}

input[type=range] {
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none !important;
  width: 100%;
}

input[type=range]::-ms-fill-lower {
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  background-color: #FFFFFF;
  border-radius: 10em;
  border: 2px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background-color: #FFFFFF;
  border-radius: 10em;
  border: 2px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  background-color: #FFFFFF;
  border-radius: 10em;
  border: 2px solid rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

/*input[type=range]:hover::-webkit-slider-thumb {
  border-color: rgba(255, 255, 255, 0.7);
}

input[type=range]:hover::-moz-range-thumb {
  border-color: rgba(255, 255, 255, 0.7);
}

input[type=range]:hover::-ms-thumb {
  border-color: rgba(255, 255, 255, 0.7);
}

input[type=range]:active::-webkit-slider-thumb {
  border-color: #ffffff;
}

input[type=range]:active::-moz-range-thumb {
  border-color: #ffffff;
}

input[type=range]:active::-ms-thumb {
  border-color: #ffffff;
}*/
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 4px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

input[type=range]::-moz-range-track {
  width: 100%;
  cursor: pointer;
  margin-top: 50px;
  height: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  margin-top: -7px;
  height: 4px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, input[type=range]::-ms-track {
  margin-top: 8px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  /*
  background-color: rgba(0, 0, 0, 0.75);
  */
  background-color: rgba(195, 195, 195, 0.75);

  outline: 0;
}
.modal .modalCap {
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
   overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}
.modal .btnList {
  display: flex;
  justify-content: center;
   -webkit-overflow-scrolling: touch; 
  overflow-y: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
  padding-bottom: 24px;
}


.modal .btnList2 {
  display: flex;
  justify-content: center;
   -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  margin-bottom: 5px;
  padding-bottom: 5px;
}



.modal .btnList button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  outline: none;
  color: #4d4d4e;
  cursor: pointer;
  margin: 6px;
  padding: 0;
  appearance: none;
  font-size: 14px;
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}
.modal .btnList button.btnList--active {
  box-shadow: none;
  border-bottom: none;
  background-image: linear-gradient(#c8c8c8 0%, #b6b6b6 100%);
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}
.modal .btnList button:first-child {
  margin-left: 0;
}
.modal .btnList button:last-child {
  margin-right: 0;
}
.modal .btnList .fontMin {
  font-size: 14px;
}
.modal .btnList .fontNormal {
  font-size: 20px;
}
.modal .btnList .fontLarge {
  font-size: 26px;
}
.modal .btnList .fontVeryLarge {
  font-size: 32px;
}

.modalInner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  box-sizing: border-box;
  pointer-events: none;
}

.modalContent {
  /*
  position: static !important;
  left: auto !important;*/
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 1rem);
  background-color: white;
  width: 100%;
  margin: 5rem 1rem;
  padding: 40px 16px;
  border-radius: 12px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.75);
  z-index: 30;
}

.modalHead {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 24px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}


.modalHeadMessage {

 position: relative;
 text-align: center;
 /* margin-bottom: 24px;
  padding-bottom: 16px;*/
  font-size: 24px;

}

.modalClose {
  position: absolute;
  top: -30px;
  right: -6px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: auto;
}
.modalClose img {
  max-width: 100%;
}

.modalBody {
  flex: 1 1 auto;
  overflow: auto;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}
.modalBody::-webkit-scrollbar {
  width: 13px;
}
.modalBody::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.modalBody::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
}

.modalList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modalList li {
  padding: 16px 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.modalList .bookmarkItem {
  position: relative;
  padding-right: 24px;
  color: gray;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.modalList .bookmarkItem__delete {
  position: absolute;
  top: 17px;
  right: 5px;
  display: block;
  width: 16px;
}
.modalList .bookmarkItem__delete img {
  max-width: 100%;
}

.modalBtnArea .modalInner {
  justify-content: center;
  align-items: center;
}
.modalBtnArea__primary {
  width: 100%;
  margin: 0 auto 10px;
 /*
  padding: 12px 16px
*/;
padding: 24px 16px;
  background-color: #4b4b4b;
  border-radius: 500px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}
.modalBtnArea__primary_sale {
  width: 100%;
  margin: 0 auto 10px;
  padding: 12px 16px;
 /* background-color: #1565c0;*/
  background-color: #4b4b4b;
  border-radius: 500px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}

.modalBtnArea__primary:hover {
  opacity: 0.75;
}

.modalBtnArea__primary_sale:hover {
  opacity: 0.75;
}




.modalBtnArea__cansel {
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 500px;
  color: #212529;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}
.modalBtnArea .modalContent {
  max-width: 305px;
  /*max-height: calc(100vh - 32px);*/
  max-height: calc(100vh - 50px);
  margin: 0 16px;
  padding: 40px 16px;
}


.modalBtnArea .modalContent img{
  /*max-height: calc(100vh - 32px);*/
  max-height: calc(100vh*0.25);
}





.modalBtnArea .modalBody {
  padding: 8px;
  padding-left:0px;
  padding-right:0px;
}

.text--disabled {
  color: rgba(0, 0, 0, 0.35);
}

@media (min-width: 576px) {
  .modalContent {
    max-width: 500px;
    max-height: calc(100% - 3.5rem);
   /* margin: 1.75rem auto;*/
  }
}
@media screen and (min-width: 769px) {
  /*  header
  ------------------------*/
  .header .headerTitle {
    margin-left: 20px;
    padding-right: 230px;
    font-size: 15px;
    max-height:60px;
    display:content;
  }
  .header.headerTitle.headerTitle__inner{
	min-width: auto;
line-height: auto;
-webkit-box-orient: auto;
-webkit-line-clamp:auto;
overflow: hidden;
display: contents;


}
  .header__item--bkmark01 {
    right: 157px;
  }
  .header__item--bkmark02 {
    right: 111px;
  }
  .header__item--list {
    right: 68px;
  }
  .header__item--setting {
    right: 20px;
  }
  .header__item--displayMode {
   /*  right: 197px;*/
	right:65px;
  }
  .modalContent {
   /* margin: 10rem auto;*/
  }
}



.blink{
    animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}



.modalHeadList {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 50px;
}
.modalContentList{
  position:fixed;
  right: 0px;
  flex-direction: column;
  height:100%;
  background-color: #F6F9FB;
  width: 20%;
  min-width:320px;
  margin: 5rem 1rem;
  padding: 40px 0px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.75);
  z-index: 30;
}
.modalCloseList {
  position: absolute;
  top: -30px;
  left: 6px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: auto;
}

.modalIconRightList {
  position: absolute;
  top: -30px;
  right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: auto;
}
.modalIconRightHome {
  position: absolute;
  top: -30px;
  right: 60px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}




.modalIconRightBookmark {
  position: absolute;
  top: -30px;
  right: 222px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.modalIconRightBookmark img{
	width:32px;
	height:32px;
}
.modalIconRightBookmarklist {
  position: absolute;
  top: -30px;
  right: 168px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.modalIconRightBookmarklist img{
        width:32px;
        height:32px;
}
.contentRightBookmark {
  position: absolute;
  top: -30px;
  right: 114px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.contentRightBookmark img{
        width:32px;
        height:32px;
}

.modalIconRightList1 {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.modalIconRightList2 {
  position: absolute;
  top: 20px;
  right: 100px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}
.modalIconRightList3 {
  position: absolute;
  top: 20px;
  right: 6px;
  display: block;
  cursor: pointer;
  pointer-events: auto;
}

.modalCloseList img {
  max-width: 100%;
}

.modalIconRightList img {
  max-width: 100%;
}

.modalIconRightList1 img {
  max-width: 100%;
}
.modalIconRightList2 img {
  max-width: 100%;
}

.modalIconRightList3 img {
  max-width: 100%;
}


.modalBtnArea__cansel_s {
  width: 120px;
  margin: 0 auto;
  padding: 2px 2px;
  background-color:  #ff6060;
  border: 1px solid  #ff6060;
  border-radius: 500px;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}


.modalBtnArea__login_s {
  width: 80px;
  font-size:12px;
  position: absolute;
  top: 20px;
  right: 120px;
  margin: 0 auto;
  padding: 8px 14px;
  background-color: white;
  border: 1px solid  #ff6060;
  border-radius: 500px;
  color:  #ff6060;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}


.modalBtnArea__login_s2 {
  width: 90px;
  font-size:12px;
  position: absolute;
  top: 20px;
  right: 6px;
  margin: 0 auto;
  padding: 8px 14px;
  background-color:  #ff6060;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 500px;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}




.modalBtnArea__read_s {
  width: 60px;
  font-size:12px;
  display:inline-table;
  margin: 0 auto;
  padding: 2px 2px;
  background-color: white;
  border: 1px solid  #ff6060;
  border-radius: 500px;
  color:  #ff6060;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}


.modalBtnArea__buy_s {
  width: 60px;
  font-size:12px;
display:inline-table;
  margin: 0 auto;
  padding: 2px 2px;
  background-color:#ff6060;
  border-radius: 500px;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}

.modalBtnArea__sale_s {
  width: 60px;
  font-size:12px;
  margin: 0 auto;
display:inline-table;
  padding: 2px 2px;
  background-color:#1565c0;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 500px;
  color: white;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.36);
}



.modalIconRightHome img{
 width: 32px;
 height: 32px;


}

.modalIconRightHome img:hover {
  filter: brightness(180%);
  cursor: pointer;
}



.sliderArea::-webkit-scrollbar {
	width: 5px;
	background: #9aadfc;
}
.thuAreaImg{
	text-align: center;

}

.line2phone{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    overflow: hidden;
    box-sizing: unset;
    /* max-height: 40px; */
    max-height: 30px;
    text-decoration-line: none;

}





.directinoMarkWp {
 position: absolute;
 margin: auto;
 top: 0px;
 left: 0px;
 bottom: 0px;
 right: 0px;
 height: 200px;
 width: 200px;
 border-radius: 50%;
 z-index: 999;
 background: rgba(32,32,32,0.9);
 padding: 18px;
 opacity: 0;
 overflow: hidden;
 display: flex;
 align-items: center;
 justify-content: center;
 animation-name:fadeUpAnime;
 animation-duration:4s;
 animation-fill-mode:forwards;
}

.directinoMark {
 animation-duration:4s;
 animation-fill-mode:forwards;
 opacity: 0;
}

.directinoMarkWp{
 animation-duration:4s;
 animation-fill-mode:forwards;
 opacity: 0;
 animation-name:CircleAnime;
}
.leftAnime{
 animation-name:LeftAnime;
}
.rightAnime{
 animation-name:RightAnime;
}
.downAnime{
 animation-name:DownAnime;
}

.opus{
 height: 100vh;
 text-align: center;
}

.opus img{
 height: 100%;
 width: auto;
}

@keyframes DownAnime{
 0% { opacity: 0; transform: translateY(-100px); }
 15% { opacity: 0; transform: translateY(-100px); }
 25% { opacity: 1; transform: translateY(0); }
 100% { opacity: 1; transform: translateY(0); }
}

@keyframes LeftAnime{
 0% { opacity: 0; transform: translateX(-100%); }
 15% { opacity: 0; transform: translateX(-100px); }
 25% { opacity: 1; transform: translateX(0); }
 100% { opacity: 1; transform: translateX(0); }
}

@keyframes RightAnime{
 0% { opacity: 0; transform: translateX(100px); }
 15% { opacity: 0; transform: translateX(100%); }
 25% { opacity: 1; transform: translateX(0); }
 100% { opacity: 1; transform: translateX(0); }
}

@keyframes CircleAnime{
 0% { opacity: 0; transform:scale(0); }
 15% { opacity: 1; transform:scale(1.0);}
 80% { opacity: 1; transform:scale(1.0);}
 100% { opacity: 0; transform:scale(0);}
}

.firstItem{
  background: lightpink;
  color: white;
}


.modalBtnArea__primary_sale_monthly {
  width: 100%;
  margin: 0 auto 10px;
  padding: 12px 16px;
  background-color: #4b4b4b;
  color: #fff;
  border-radius: 500px;
  text-align: center;
  cursor: pointer;
  border: 1px silver solid;
}

.modalBtnArea__primary_sale_monthly:hover {
  opacity: 0.75;
}

