@charset "UTF-8";
/* アプリアイコンフォント */
@font-face {
  font-family: "svgfont_1regular";
  font-style: normal;
  font-weight: normal;
  src: url("../font/appicon-webfont/appicon-webfont.eot");
  src: url("../font/appicon-webfont/appicon-webfont.eot?#iefix") format("embedded-opentype"), url("../font/appicon-webfont/appicon-webfont.woff") format("woff"), url("../font/appicon-webfont/appicon-webfont.ttf") format("truetype"), url("../font/appicon-webfont/appicon-webfont.svg#svgfont_1regular") format("svg");
}
.appicon::after {
  position: absolute;
  width: 50px;
  padding: 0 0 0 1px;
  font-family: "svgfont_1regular";
  font-size: 50px;
  line-height: 70px;
}

/* 壁紙 */
.appicon.wp::after {
  color: #007fcc;
  content: "a";
}

/* ライブ壁紙 */
.appicon.livewp::after {
  color: #e2007e;
  content: "b";
}

/* フォトフレーム */
.appicon.pf::after {
  color: #87cc03;
  content: "c";
}

/* カレンダー */
.appicon.cal::after {
  color: #ec6c00;
  content: "d";
}

/* 電卓 */
.appicon.den::after {
  color: #00adfd;
  content: "e";
}

/* アラーム */
.appicon.alarm::after {
  color: #b6006f;
  content: "f";
}

/* フォトブック */
.appicon.pb::after {
  color: #c7161e;
  content: "g";
}

/* 時計ウィジェット */
.appicon.tw::after {
  color: #fac604;
  content: "i";
}

/* ツアーパンフ */
.appicon.tp::after {
  color: #e4135d;
  content: "j";
}

.pc {
  display: none !important;
}

/* clearfix */
.clearfix::after,
.clearfix::before {
  display: table;
  content: " ";
}

.clearfix::after {
  clear: both;
}

/* base
============================== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  background: #eee;
}

body {
  overflow-x: hidden;
  font-family: "arial", "Sawarabi Gothic";
  font-size: 13px;
  line-height: 2;
  color: #101010;
  letter-spacing: 0.05em;
  transition: all 0.6s ease;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

img {
  max-width: 100%;
}

a {
  color: #101010;
  text-decoration: none;
  transition: all 0.3s ease;
}

a::before,
a::after {
  transition: all 0.3s ease;
}

#wrap {
  position: relative;
  min-height: 100%;
  padding: 0 0 368px;
}

select,
input {
  padding: 2%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  padding: 5px 25px 5px 5px;
  background: #fff;
}

.select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0;
  content: "";
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
}

/* loading
============================== */
.loader {
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  overflow: hidden;
  font-size: 20px;
  color: #ddd;
  text-indent: -9999em;
  border-radius: 50%;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header
============================== */
header nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 98;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 5%;
  color: #fff;
  background: #101010;
  transition: all 0.3s ease;
}

header h1 a {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  width: 100%;
  padding: 0 0 0 5%;
  font-size: 1.4em;
  line-height: 54px;
  letter-spacing: 0.2em;
  background: #fff;
  transition: all 0.3s ease;
}

header h1 a svg {
  position: relative;
  top: 2px;
  width: 83px;
}

#home header h1 a {
  top: -60px;
}

/* #home header h1 a{ top: -60px; opacity: 0;} */
header .navInner {
  width: 100%;
}

header .navInner li a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  font-size: 0.9em;
  color: #fff;
  letter-spacing: 0;
}

header .navInner .gNav li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.3em 0 0;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

header .gNav {
  margin-bottom: 40px;
}

header .gNav li {
  float: left;
  width: 50%;
}

header .gNav li:nth-child(odd) {
  clear: left;
  padding: 0 4% 0 0;
}

header .gNav li:nth-child(even) {
  padding: 0 0 0 4%;
}

header .loginNav li {
  display: inline-block;
  margin: 0 20px 10px 0;
}

header .loginNav li a {
  padding: 0 1em 0 0;
  font-size: 0.9em;
}

header .loginNav li a .fa {
  padding: 0 10px 0 0;
  font-size: 16px;
}

/* navBtn */
header #navBtn {
  position: fixed;
  right: 0;
  z-index: 99;
  width: 65px;
  height: 54px;
  transition: all 0.3s ease;
}

header #navBtn span {
  position: absolute;
  left: 22px;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #101010;
  transition: all 0.3s ease;
}

header #navBtn span:nth-of-type(1) {
  top: 20px;
}

header #navBtn span:nth-of-type(2) {
  top: 27px;
}

header #navBtn span:nth-of-type(3) {
  bottom: 18px;
}

/* menuOpen */
.menuOpen header nav {
  right: 0;
}

.menuOpen header #navBtn span {
  background: #fff;
}

.menuOpen header #navBtn span:nth-of-type(1) {
  top: 9px;
  transform: translateY(20px) rotate(-45deg);
}

.menuOpen header #navBtn span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}

.menuOpen header #navBtn span:nth-of-type(3) {
  bottom: 3px;
  transform: translateY(-20px) rotate(45deg);
}

.menuOpen header h1 a {
  top: 0;
  color: #fff;
  background: transparent;
}

.menuOpen header h1 a svg {
  fill: #fff;
}

body.headerFix header h1 a,
#home.menuOpen header h1 a {
  top: 0;
  opacity: 1;
}

/* footer
============================== */
footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 3em 5% 2em;
  background: #eee;
  /*	bottom: 0; */
}

footer .supportNav {
  margin: 0 0 2em;
}

footer .supportNav a {
  display: block;
  padding: 0.5em 0;
  font-size: 0.9em;
  opacity: 0.5;
}

footer .linkList {
  margin: 0 0 2em;
}

footer .linkList li {
  display: block;
  margin: 0 2% 0 0;
}

footer .linkList a {
  display: block;
  opacity: 0.5;
}

footer .linkList svg {
  position: relative;
  top: 0.4em;
  width: auto;
  height: 1.3em;
  margin: 0 5px 0 0;
}

footer .linkList .official {
  width: 100%;
  margin: 0 0 1.5em;
  font-size: 0.8em;
}

footer .linkList .official svg {
  width: 83px;
  height: 1.8em;
}

footer .copyright {
  font-size: 0.7em;
  opacity: 0.3;
}

footer .linkList .youtube {
  margin-bottom: 10px;
}

footer .linkList .kishida {
  margin-bottom: 7px;
}

/* subNav */
.subNav li {
  float: left;
  width: 50%;
}

.subNav li:nth-child(odd) {
  clear: left;
  padding: 0 4% 0 0;
}

.subNav li:nth-child(even) {
  padding: 0 0 0 4%;
}

.subNav a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  font-size: 1.1em;
  letter-spacing: 0;
}

.subNav a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

/* home
============================== */
#home header h1 a {
  background: transparent;
}

#home #navBtn {
  opacity: 0;
}

#home .keyVisual {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 89vh;
  /* padding: 150px 0 0; */
  padding: 0;
  background: #fff;
  transition: all 0.6s ease;
}

/* logo */
#home .keyVisual .inner {
  position: relative;
  top: 35px;
  width: 100%;
  transition: all 0.6s ease;
}

#home.loaded .keyVisual .inner {
  /* top: 90px; */
  padding-top: 0;
}

#home .keyVisual .logo {
  margin: 0 auto;
  text-align: center;
}

#home .keyVisual .logo svg {
  width: 70%;
}

#home .keyVisual .logo svg path {
  fill: none;
  stroke: #101010;
}

#home .keyVisual .logo .sub {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.07em;
  opacity: 0;
  transition: all 0.6s ease;
}

/* loginNav */
#home .keyVisual .loginNav {
  padding: 2em 0 0;
  text-align: center;
  opacity: 0;
  transition: all 0.6s ease;
}

#home .keyVisual .loginNav a {
  display: block;
  width: 60%;
  padding: 8px 10px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

#home .keyVisual .loginNav .register a {
  border: 1px solid #fff;
}

/* 年間購読カード移行期間だけ表示 ※indexテンプレにもcss記載アリ注意 */
#home.loaded .keyVisual {
  height: 73vh !important;
}

#home .keyVisual .loginNav .login#withTransition {
  margin-top: 17px;
  text-align: center;
}

#home .keyVisual .loginNav .login#withTransition a {
  display: block;
  width: auto;
  padding: 5px 10px;
  margin: 0 20px;
}

#home .keyVisual .loginNav .login#withTransition a i {
  margin-right: 6px;
}

/* line */
#home .keyVisual .line {
  position: absolute;
  z-index: 96;
  background: #101010;
  transition: all 0.6s ease;
}

#home .keyVisual .line.top {
  top: 0;
  left: 0;
  width: 0;
  height: 6px;
  animation: line_x 0.6s linear 0s forwards;
}

#home .keyVisual .line.right {
  top: 0;
  right: 0;
  width: 6px;
  height: 0;
  animation: line_y 0.6s linear 0.6s forwards;
}

#home .keyVisual .line.bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  animation: line_x 0.6s linear 1.2s forwards;
}

#home .keyVisual .line.left {
  bottom: 0;
  left: 0;
  width: 6px;
  height: 0;
  animation: line_y 0.6s linear 1.8s forwards;
}

@keyframes line_x {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_y {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/* bnr */
#home .keyVisual .information {
  position: absolute;
  bottom: -230px;
  left: 0;
  z-index: 97;
  width: 100%;
  padding: 6px 0 10px;
  background: #f7f7f7;
  transition: all 0.6s ease;
}

#home .info .bnrList {
  z-index: 97;
  padding-top: 5px;
  margin: 0 0 -0.5em;
}

#home .info .bnrList.one {
  padding-top: 20px;
  margin-bottom: 10px;
}

#home .info .bnrList.one li {
  width: 90%;
  margin: 0 auto;
}

#home .info .bnrList li {
  width: 200px;
  margin: 0 3px;
}

#home .info .bnrList li a {
  display: block;
}

#home .info .bnrList .slick-dots {
  width: 86%;
  margin: 0 auto;
  text-align: right;
}

#home .info .bnrList .slick-dots li {
  display: inline-block;
  width: 8px;
  margin: 10px 5px 0;
}

#home .info .bnrList .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  background: #ddd;
  border: none;
  border-radius: 50%;
}

#home .info .bnrList .slick-dots .slick-active button {
  background: #101010;
}

#home .info .infoTopics {
  padding: 2em 5% 0;
}

#home .info .listTit {
  margin: 0 0 1.5em;
  font-size: 1.6em;
}

#home .info .listTit a {
  display: none;
}

#home .info .infoList li {
  margin: 0 0 2em;
}

#home .info .infoList a {
  display: block;
  overflow: hidden;
}

#home .info .infoList .date {
  margin: 0 0 0.5em;
  font-size: 0.8em;
}

#home .info .infoList .tit {
  line-height: 1.5;
  /*	font-size: 0.9em;
  padding: 0 1em 0 0;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}

#home .keyVisual .infoList .tit::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.new {
  margin: 0 0 0 0.5em;
  color: #8a0407;
}

#home .keyVisual .information .more {
  padding: 0 5%;
}

#home .info .information .more a {
  margin: 0;
  border: none;
}

#home section.blog {
  padding-top: 4em;
}

/* loading */
#home {
  height: 100%;
  overflow: hidden;
}

#home.loaded {
  height: auto;
  overflow: auto;
}

#home.loaded #navBtn {
  opacity: 1;
}

#home.loaded .keyVisual {
  background: url("https://junjoumusuko.com/static/quruli/contents/feature/bg_2601_HnAml6QE.jpg") no-repeat center;
  /* padding: 0 0 100px; */
  /* height: 63vh; */
  background-size: cover;
}

#home.loaded .keyVisual .logo svg path {
  fill: #fff;
  stroke: none;
}

#home.loaded .keyVisual .information {
  bottom: -50px;
}

#home.loaded .keyVisual .line.bottom {
  opacity: 0;
}

#home.loaded .keyVisual .line {
  background: #f7f7f7;
}

#home.loaded .keyVisual .logo .sub {
  opacity: 1;
}

#home.loaded .keyVisual .loginNav {
  color: #fff;
  opacity: 1;
}

#home.loaded .keyVisual .loginNav .welcome {
  display: inline-block;
  margin: 0 1.5em 0 0;
}

#home.loaded .keyVisual .loginNav .welcome.payment {
  margin: 0 0 1em;
}

#home.loaded .keyVisual .loginNav .welcome .name {
  margin: 0 0 0 0.5em;
}

#home.loaded .keyVisual .loginNav .paymentArea {
  padding: 12px 20px;
  margin: 2% 5% 0;
  border: 1px solid;
}

#home.loaded .keyVisual .loginNav .paymentArea .tit {
  margin: 0 0 5px;
  font-size: 1.2em;
}

#home.loaded .keyVisual .loginNav .paymentArea .txt {
  margin: 0 0 1em;
  line-height: 1.7em;
  text-align: left;
}

#home.loaded .keyVisual .loginNav .paymentArea .txt br {
  display: none;
}

#home.loaded .keyVisual .loginNav .expire {
  display: inline-block;
  font-size: 0.8em;
}

/* section
------------------------------- */
section {
  padding: 2em 5%;
  background: #f7f7f7;
}

section.info {
  padding: 0;
}

.sectionTit {
  margin: 0 0 1.5em;
  font-size: 1.6em;
}

.list li {
  margin: 0 0 3em;
}

.list a {
  display: block;
}

.list a::after {
  clear: both;
  display: table;
  content: " ";
}

.list .date,
#container .contentsList li .date {
  margin: 0 0 0.5em;
  font-size: 0.8em;
}

.list .tit {
  line-height: 1.5;
}

.list .new {
  margin: 0 0 0 0.5em;
  color: #8a0407;
}

.more a::after,
.back a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

#home .more a {
  position: relative;
  display: block;
  padding: 1em;
  margin-top: 2em;
  text-align: right;
  border-top: 0.6px solid #ddd;
}

#home .more a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: -0.2em 0 0;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

/* blogList */
.list.blog .thumb {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  overflow: hidden;
  line-height: 0;
  border: 1px solid;
  border-radius: 50%;
}

.list.blog .thumb img {
  width: 100%;
  height: 100%;
}

.list.blog .name {
  font-size: 1.2em;
}

.list.blog .date::before {
  content: "Update：";
}

.list.blog .tit {
  padding: 0 0 0 90px;
}

/* topicsList */
section.topics {
  padding-bottom: 0;
}

.list.topics > li {
  margin-bottom: 2.5em;
}

.list.topics > li:last-child {
  margin-bottom: 1.5em;
}

.list.topics li .thumb {
  width: 100%;
  height: 16em;
  margin: 0 0 1em;
  overflow: hidden;
  background: #eee no-repeat center center;
  background-size: cover;
  border: 0;
  border-radius: 0;
}

.list.topics .cat {
  margin: 0 0 0.6em;
  font-size: 1.4em;
}

.list.topics li.bbs {
  clear: both;
  width: 100%;
  margin-top: 2.5em;
}

.list.topics li.bbs .cat {
  margin: 0 0 1em;
}

.list.topics .bbsList li {
  margin: 0 0 2em;
}

.list.topics .bbsList li:last-child {
  margin: 0;
}

.list.topics .bbsList .date {
  font-size: 0.8em;
}

.list.topics .bbsList .comment,
.comment {
  position: relative;
  top: -2px;
  display: inline-block;
  margin: 0 0 0 0.8em;
  font-size: 0.8em;
  line-height: 0;
  color: #999;
}

.list.topics .bbsList .comment::before {
  margin: 0 3px 0 0;
  font-family: "FontAwesome";
  font-size: 1.2em;
  content: "\f0e5";
}

.list.topics .bbsList .new {
  margin: 0 0 0 0.5em;
  color: #8a0407;
}

.contentsList li .member,
#home .infoList li .member {
  position: relative;
  top: -2px;
  padding: 2px 4px;
  margin: 0 8px 0 0;
  font-size: 10px;
  color: #fff;
  background: #8a0407;
}

/* くるりTV単体時 */
#home .topics#tv .more a {
  margin-top: 1em;
}

.managerDiary .list.topics li .thumb {
  background-size: cover;
}
.managerDiary .list.topics li .thumb.nophoto {
  background-size: contain;
}
.managerDiary .more a {
  margin-top: 1em;
}

#home .sectionTit {
  margin-bottom: 1em;
}

/* 下層ページ
------------------------------- */
#container {
  padding: 7.5em 5% 3.5em;
}

#container .contentsList li {
  margin: 0 0 2.5em;
}

#container .contentsList li .tit {
  font-size: 1.1em;
  line-height: 1.8;
}

.detail #container .sectionTit {
  font-size: 1.6em;
}

.detail #container .titArea {
  margin: 0 0 1.25em;
}

.detail #container .titArea .date {
  margin: 0 0 1em;
  font-size: 1em;
}

.detail #container .titArea .tit {
  font-size: 1.6em;
  line-height: 1.7;
}

.detail #container .contentsArea {
  text-align: left;
}

.detail #container .contentsArea video {
  width: 100%;
  margin: 0 0 1.5em;
}

.back {
  margin: 40px 0 0;
  text-align: center;
}

.back a {
  position: relative;
  padding: 0 0 0 1em;
}

.back a::after {
  left: 0;
  border-right: none;
  border-left: 1px solid;
  transform: rotate(-45deg);
}

.txtLink a {
  text-decoration: underline;
}

#container .lead {
  margin: 0 0 2em;
  letter-spacing: 0.04em;
}

/* news
------------------------------- */
#news.detail #container .contentsArea {
  margin: 0 0 20px;
}

#news.detail #container .contentsArea a {
  color: #8a0407;
  overflow-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  white-space: pre-wrap;
  white-space: -hp-pre-wrap;
  text-decoration: underline;
}

#news.detail #container .contentsArea iframe {
  width: 100%;
  height: auto;
}

#news.detail #container .contentsArea .ph {
  position: relative;
  line-height: 0;
}

.dummy {
  position: absolute;
  top: 0;
  /*	z-index: 999; */
  left: 0;
  width: 100%;
  height: 100%;
}

#news.detail #container .shareList {
  margin: 0 0 3em;
  text-align: right;
}

#news.detail #container .shareList li {
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

#news.detail #container .shareList li a {
  display: block;
  line-height: 0;
}

#news.detail #container .shareList li:first-child {
  width: 55px;
  margin: 0;
  font-size: 0.8em;
  color: #999;
}

#news.detail #container .shareList li.twitter,
#news.detail #container .shareList li.facebook {
  margin: 0 0 0 10px;
  font-size: 18px;
}

#news.detail #container .shareList li.twitter .fa,
#news.detail #container .shareList li.facebook .fa {
  color: #999;
}

/* #news.detail #container .shareList li img{ width: 100%;} */
#news.detail #container .shareList li.line svg {
  fill: #999;
}

/* GALLERY
------------------------------- */
#container.photo.detail .photoList li {
  margin: 0 0 4%;
}

#container.photo.detail h2 {
  margin: 0;
}

#container.photo.detail .titSub {
  padding: 0 0 3%;
}

#container.photo .photoList li .ph {
  width: 100%;
  height: 150px;
}

#container.photo .photoList li .ph img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.phGallswipe #swipebox-container .slide img {
  pointer-events: none;
}

.galleryConfirm .inner .ph {
  position: relative;
}

.galleryConfirm .inner .ph::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/static/quruli/fanclub/cmn/dummy.gif");
}

.galleryConfirm .titArea .tit {
  padding: 0 0 5px;
  font-weight: bold;
}

.galleryConfirm .pointInfo {
  margin: 0 0 2em;
}

/* movie
------------------------------- */
#movie #container .contentsList li,
#wallpaper #container .contentsList li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 2% 0 0;
}

#movie #container .contentsList li .date {
  margin: 0 0 0.2em;
}

#movie #container .contentsList li .tit,
#wallpaper #container .contentsList li .tit {
  font-size: 1em;
  line-height: 1.6;
}

#movie #container .contentsList li:nth-child(odd),
#wallpaper #container .contentsList li:nth-child(odd) {
  clear: left;
}

#movie #container .contentsList li:nth-child(even),
#wallpaper #container .contentsList li:nth-child(even) {
  box-sizing: border-box;
  padding: 0 0 0 2%;
}

#movie #container .contentsList li a .thumb,
#wallpaper #container .contentsList li a .thumb {
  height: 8em;
  margin: 0 0 1em;
  overflow: hidden;
  background: #eee no-repeat center center;
  background-size: cover;
}

#movie #container .contentsList li a:hover .thumb {
  filter: grayscale(0%);
}

#movie #container .contentsList li .new {
  margin: 0 0 0 0.2em;
  color: #8a0407;
}

#movie.detail #container .contentsArea .moviePlayer {
  margin: 0 0 20px;
}

#movie.detail #container .contentsArea .moviePlayer img {
  width: 100%;
}

#movie.detail #container .contentsArea .subNav {
  margin: 0 0 20px;
}

#movie.detail #container .contentsArea .playerLead,
#movie.detail #container .contentsArea .playerDL {
  margin: 0 0 10px;
  font-size: 10px;
}

#movie.detail #container .contentsArea .playerDL {
  margin: 0 0 10px;
}

#movie #container .appLead {
  margin: 0 0 25px;
}

#movie #container .UlizaApp .tit {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}

#movie #container .UlizaApp .txt {
  margin: 0 0 10px;
}

#movie #container .UlizaApp .subTxt {
  margin: 0 0 25px;
  font-size: 10px;
}

#movie #container .UlizaApp .ph {
  margin: 0 0 15px;
  text-align: center;
}

#movie #container .UlizaApp .btn {
  display: block;
  /*	padding: 10px; */
  /*	border: 1px solid; */
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#movie #container .UlizaApp .steparrow {
  font-size: 30px;
  text-align: center;
}

#movie #container .UlizaApp .stepbox .tit {
  margin: 0 0 20px;
}

#movie.detail #container .lead.questionnaireLead {
  padding-top: 4em;
}

/* faq
------------------------------- */
#faq #container .faqTit {
  margin: 0 0 1.5em;
  font-size: 1.4em;
}

#faq #container .faqList {
  margin: 0 0 5em;
}

#faq #container .faqList .qTit {
  margin: 0 0 2.5em;
}

#faq #container .faqList:last-of-type {
  margin: 0 0 20px;
}

#faq #container .faqList li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}

#faq.detail #container .faqArea {
  margin: 0 0 50px;
}

.qTit {
  margin: 0 0 2em;
}

#faq.detail #container .faqArea span,
.qTit span {
  float: left;
  padding: 4px 12px;
  margin: 0 10px 0 0;
  font-size: 1em;
  text-align: center;
  background: #ddd;
  border-radius: 50%;
}

#faq #container .faqList .qTit span {
  position: relative;
  top: -4px;
}

#faq.detail #container .faqArea .faqTxt span {
  color: #fff;
  background: #8a0407;
}

#faq.detail #container .faqArea .txt {
  box-sizing: border-box;
  padding: 3px 0 0 44px;
}

#faq.detail #container .contactArea {
  text-align: center;
}

#faq.detail #container .contactArea .lead {
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 0 20px;
}

.btn {
  width: 100%;
  margin: 0 auto 15px;
}

.btn input,
.cancel input,
.btn a,
.cancel a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1em;
  line-height: 1.7;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border: 1px solid #8a0407;
  border-radius: 0;
}

.btn a,
.btn input {
  color: #fff;
  background: #8a0407;
  border-color: transparent;
}

.cancel input,
.cancel a {
  color: #8a0407;
  border-color: #8a0407;
}

.searchBox {
  position: relative;
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.searchBox input[type=text] {
  width: 80%;
  height: 40px;
  padding: 0 10px;
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #000;
  background: #fff;
  border: none;
  border-radius: 3px;
}

.searchBox input[type=text]:-moz-placeholder {
  color: #eee;
}

.searchBox input[type=text]:-ms-input-placeholder {
  color: #eee;
}

.searchBox input[type=text]:placeholder-shown {
  color: #eee;
}

.searchBox input[type=submit] {
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 2;
  width: 40px;
  padding: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: none;
}

/* exception
------------------------------- */
#container .errorTit {
  padding: 0.5em 0 0;
  margin: 0 0 1.5em;
  font-size: 1.5em;
  text-align: center;
}

/* fanmail
------------------------------- */
.errorTxt {
  margin: 0 0 2em;
}

.errorTxt li {
  margin: 0 0 5px;
  color: #e90001;
}

.errorTxt li:last-child {
  margin: 0;
}

#qa #container .lead,
#questionnaire #container .lead,
#bbs #container .lead {
  margin: 0 0 2.5em;
}

/* contact
------------------------------- */
#contact #container .openHour {
  margin: 0 0 2em;
}

#container .cancel {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#container form .formList {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#container form .formList dt {
  margin: 0 0 5px;
  font-size: 0.9em;
}

#container form .formList dt span {
  padding: 0 0 0 10px;
  font-size: 11px;
  color: #e90001;
}

#container form .formList dd {
  position: relative;
  margin: 0 0 1em;
  font-size: 16px;
}

#container form .formList dd select {
  width: 100%;
  height: 2.5em;
  font-size: 16px;
}

#container form .formList dd.select::after {
  right: 20px;
  margin: -0.3em;
}

#container form .formList dd input,
#container form .formList dd textarea,
#bbs.detail #container .commentPost dl dd textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
}

#container form .formList dd input {
  height: 2.5em;
}

#container form .formList.confirm {
  margin: 0 0 2em;
}

#container form .formList.confirm dd {
  font-size: 1.1em;
}

/* support
------------------------------- */
#support #container .sectionTit {
  font-size: 1.6em;
}

#support #container .txt {
  margin: 0 0 20px;
  line-height: 1.8;
  letter-spacing: 0;
}

#support #container .supportList {
  line-height: 1.8;
  letter-spacing: 0;
}

#support #container .supportList dt {
  margin: 0 0 10px;
  font-size: 1.1em;
  font-weight: bold;
}

#support #container .supportList dd {
  margin: 0 0 3em;
}

#support #container .supportList dd .subTxt {
  padding: 0 0 1em 1.2em;
  font-size: 0.8em;
}

#support #container .supportList dd ul li {
  padding: 0 0 0.3em 1em;
  text-indent: -1em;
}

#support #container .supportList dd ul li:last-child {
  padding: 0 0 0 1em;
}

/* questionnaire
------------------------------- */
#container .stream {
  margin: 0 auto 4em;
}

#container .streamList {
  margin: 0 0 1em;
  font-size: 1.4em;
}

#questionnaire form .formList .checkBox {
  margin: 0 0 15px;
  line-height: 1;
}

#questionnaire form .formList .checkBox input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: -4px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background: none;
  border: 1px solid #ccc;
}

#questionnaire form .formList .checkBox input[type=checkbox]::after {
  position: absolute;
  top: 45%;
  left: 2px;
  display: inline-block;
  width: 14px;
  height: 5px;
  margin: 0;
  content: "";
  border: 2px solid #8a0407;
  border-top: none;
  border-right: none;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

#questionnaire form .formList .checkBox input[type=checkbox]:checked::after {
  margin: -6px 0;
  opacity: 1;
}

#questionnaire form .formList .checkBox input {
  float: left;
  width: 20px;
  margin: 0 10px 0 0;
}

#questionnaire form .formList .checkBox input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
}

#questionnaire form .formList .checkBox input[type=radio]:checked::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #8a0407;
  border-radius: 6px;
  opacity: 0;
  transition: all 0.2s ease;
}

#questionnaire form .formList .checkBox input[type=radio]:checked::after {
  opacity: 1;
}

#questionnaire form .formList select.prefectures {
  width: auto;
}

#questionnaire form .formList select.year,
#questionnaire form .formList select.month,
#questionnaire form .formList select.day {
  width: auto;
  margin: 0 5px 0 0;
}

#questionnaire form .formList .age input {
  width: 15%;
}

#questionnaire form .formList dt {
  font-size: 13px;
}

#questionnaire form .formList .select {
  position: relative;
  display: inline-block;
}

#questionnaire form .formList .select select {
  padding-right: 30px;
}

#questionnaire form .formList .select::after {
  right: 18px;
}

#questionnaire.detail .errorTxt {
  margin: 0 0 20px;
}

/* wallpaper
------------------------------- */
#wallpaper #container .contentsList li a .thumb {
  position: relative;
  height: 18em;
}

#wallpaper #container .contentsList li a .thumb img {
  background-size: cover;
}

#wallpaper.detail .thumb,
#movie.detail .thumb {
  margin: 0 0 2em;
  line-height: 0;
}

#wallpaper.detail .thumb img,
#movie .thumb img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#wallpaper.detail #container .download {
  margin: 0 0 40px;
  line-height: 0;
  text-align: center;
}

#wallpaper.detail #container .txt {
  text-align: center;
}

.detail .pointInfo {
  width: 60%;
  margin: 0 auto;
  margin: 0 auto 2em;
  text-align: center;
}

.detail .pointAttention {
  margin: 0 0 1em;
  color: #f00;
  text-align: center;
}

#wallpaper.detail .thumb {
  position: relative;
  text-align: center;
}

#wallpaper.detail .thumb img {
  width: 70%;
}

#wallpaper .ph {
  position: relative;
}

/* bbs
------------------------------- */
.comment {
  margin: 0;
}

.comment i {
  padding: 0 5px;
}

#bbs.detail #container.bbsInner {
  padding: 7.5em 0 3.5em;
}

#bbs.detail #container.bbsInner .contentsList,
#bbs.detail #container.bbsInner .commentList,
#bbs.detail #container.bbsInner .pagingBox {
  padding-right: 5%;
  padding-left: 5%;
}

#bbs #container .bbsNotice {
  margin: 0 0 10px;
  color: #999;
}

#bbs #container .attention {
  font-size: 0.8em;
  color: #999;
}

#bbs #container .attention li {
  box-sizing: border-box;
  padding: 0 0 0.8em 1.5em;
  line-height: 1.4;
  text-indent: -0.8em;
}

#bbs #container .attention li a {
  color: #8a0407;
}

#bbs #container .attention li i {
  padding: 0 5px 0 0;
  font-size: 1.2em;
  color: #999;
}

#bbs #container .threadSearch {
  float: right;
  width: 63%;
  margin: 0 0 20px;
}

#bbs #container .threadSearch .searchCat {
  display: none;
  margin: 0 0 5px;
}

#bbs #container .threadSearch .searchForm {
  float: right;
  width: 100%;
  height: 36px;
  background: #fff;
  border: 1px solid #ddd;
}

#bbs #container .threadSearch .searchForm input[type=text] {
  float: left;
  box-sizing: border-box;
  width: 84%;
  height: 36px;
  font-size: 11px;
  line-height: 36px;
  background: transparent;
  border: none;
}

#bbs #container .threadSearch .searchForm input[type=submit] {
  float: left;
  box-sizing: border-box;
  width: 30px;
  padding: 9px 0 0;
  font-family: "FontAwesome";
  font-size: 17px;
  color: #ddd;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

#bbs #container .threadSort {
  float: left;
  width: 30%;
  margin: 0 7% 20px 0;
}

#bbs #container .threadSort .select {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
}

#bbs #container .threadSort select {
  padding: 8px 5px;
  font-size: 12px;
}

#bbs #container .contentsList li {
  position: relative;
  box-sizing: border-box;
  margin: 0;
}

#bbs #container .contentsList li .date {
  padding: 0.5em 0 0;
  margin: 0;
}

#bbs #container .contentsList li a {
  display: block;
  padding: 20px 0;
}

#bbs.detail #container .contentsList {
  margin: 0 0 2em;
}

#bbs.detail #container .contentsList li {
  padding: 0 0 2em;
}

#bbs.detail #container .contentsList li .threadTit figure {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  line-height: 0;
}

#bbs.detail #container .contentsList li .threadTit figure img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#bbs.detail #container .contentsList li .threadTit .comment {
  box-sizing: border-box;
  padding: 0 5px 0 0;
  font-size: 16px;
}

#bbs.detail #container .contentsList li .threadTit .tit {
  margin: 0 0 1em;
  font-size: 1.6em;
}

#bbs.detail #container .sortBox {
  margin: 0 0 10px;
}

#bbs.detail #container .sortBox li {
  display: inline-block;
  font-size: 0.8em;
}

/* #bbs.detail #container .sortBox li:first-child{ font-size: 1.2em; display: block; margin: 0 0 5px;} */
#bbs.detail #container .sortBox li a,
#bbs.detail #container .sortBox li .current {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #999;
}

#bbs.detail #container .sortBox li .current {
  color: #8a0407;
}

#bbs.detail #container .commentList {
  margin: 0 0 3em;
}

#bbs.detail #container .commentList li {
  position: relative;
  box-sizing: border-box;
  /*	padding: 0;
  	box-sizing: border-box;
  	margin: 0 0 1em;
  	position: relative;
  */
  padding: 0;
  margin: 0 0 1em;
}

#bbs.detail #container .icon img {
  box-sizing: border-box;
  width: 100%;
  background-image: url("/static/quruli/fanclub/pc/cmn/ico_user.svg");
  background-position: center;
  background-size: cover;
  border: 1px solid #999;
  border-radius: 50%;
}

#bbs.detail #container .commentList li .report {
  position: absolute;
  top: 0;
  right: 0;
  /*	line-height: 2;
  font-size: 20px;
  right: 0;
  top: -5px;
  position: absolute; */
  line-height: 1;
}

#bbs.detail #container .commentList li .report a {
  font-size: 10px;
  color: #999;
}

#bbs.detail #container .commentList li .commentTxt {
  padding: 0 0 1.5em;
  margin: 0 0 0 47px;
  border-bottom: 1px solid #ddd;
}

#bbs.detail #container .commentList li .commentTxt .name {
  /*	font-size: 1.2em;
  line-height: 2.2;
  margin: 0 0 15px; */
  /*	margin: 0 0 5px; */
  margin: 0 0 10px;
  line-height: 3;
}

#bbs.detail #container .commentList li .commentTxt figure {
  margin: 0 0 1em;
  line-height: 0;
}

#bbs.detail #container .commentList li .commentTxt .txt {
  margin: 0 0 1em;
  line-height: 1.8;
}

#bbs.detail #container .commentList li .commentTxt .date {
  font-size: 0.8em;
  color: #999;
  text-align: left;
}

#bbs.detail #container .commentPost {
  margin: 0 0 4em;
}

/* #bbs.detail #container .commentPost .formList dd { margin: 0 0 1em;} */
#bbs.detail #container .commentPost .formList dd.imgSelect {
  font-size: 12px;
}

#bbs.detail #container .commentPost .formList dd.imgSelect input {
  height: auto;
  padding: 2px;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

#bbs.detail #container .reportName .name {
  margin: 0 0 1em;
  font-size: 1.2em;
}

#bbs.detail #container .commentPost.formArea {
  display: block;
  padding: 30px 6%;
  margin: 0 0 4em;
  background: #fff;
}

#bbs.detail #container .commentPost .formList.bbsComment {
  position: relative;
  margin: 0 0 2em;
}

#bbs.detail #container .commentPost .formList .imgSelect {
  font-size: 12px;
}

#bbs.detail #container .commentPost .formList label {
  position: absolute;
  bottom: 5px;
  left: 0;
  float: left;
  padding: 0 0 0 47px;
  font-size: 1.8em;
  line-height: 0;
  color: #999;
}

#bbs.detail #container .commentPost .formList label i {
  font-size: 0.6em;
}

#bbs.detail #container .commentPost .formList label .phCapture input {
  padding: 0;
  font-size: 10px;
  border: none;
}

#bbs.detail #container .commentPost .formList .imgSelect input {
  height: auto;
  padding: 0;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

#bbs.detail #container .commentPost .formList dt.textarea {
  margin: 0 0 10px 47px;
  font-size: 0.8em;
  border: 1px solid #ddd;
}

#bbs.detail #container .commentPost .formList dt.textarea textarea {
  box-sizing: border-box;
  width: 100%;
  height: 7em;
  padding: 9px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

#bbs.detail #container .commentPost .formList dd .btn {
  margin: 0 auto 30px;
}

#bbs.detail #container .commentPost .formList dd input[type=submit] {
  float: right;
  width: 100%;
  height: auto;
  padding: 5px 15px;
  font-size: 11px;
  /*	color: #000;
  background: transparent; */
  border: none;
}

#bbs.detail #container form .formList dt {
  margin: 0 0 10px;
}

#bbs.detail #container .icon {
  float: left;
  width: 35px;
}

#bbs.detail #container .postName {
  padding: 0 0 0 47px;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 2.2;
}

#bbs.detail #container form .formList.bbsComment dd:last-of-type {
  float: right;
}

#bbs.detail #container .threadLead {
  margin: 0 0 2em;
}

#bbs.detail #container .contentsList li .threadTit figure a {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}

#bbs.detail #container .contentsList li .threadTit figure .circle {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

#bbs.detail #container .contentsList li .threadTit figure .circle::before {
  transform: rotate(45deg);
}

#bbs.detail #container .contentsList li .threadTit figure i {
  position: relative;
  left: 1px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

/* appli
------------------------------- */
.appicon.cal::after,
.appicon.pb::after {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.appicon.pb::after {
  padding: 0 0 0 3px;
  line-height: 1.1;
}

#appli .btn {
  background: #fff;
}

#appli #container .appIndex {
  margin: 0 0 30px;
  overflow: hidden;
}

#appli #container .appIndex .intro .appTit {
  font-size: 1.4em;
}

#appli #container .appIntro .detailIndex {
  box-sizing: border-box;
  padding: 3px 16px;
  margin: 0 0 20px;
  font-size: 1.1em;
  font-weight: bold;
  border-left: 2px solid #ddd;
}

#appli #container .appIntro .detailBox .appHowto {
  box-sizing: border-box;
  padding: 20px 16px;
  margin: 0 0 20px;
  background: #fff;
}

#appli #container .appIntro .detailBox .appHowto dt,
#appli #container .intro .appTit {
  margin: 0 0 5px;
  font-size: 1.1em;
}

#appli #container .appIntro .detailBox .appHowto dd {
  margin: 0 0 10px;
}

#appli #container .appIntro .detailBox .appHowto dd.subLead,
#appli #container .appIntro .detailBox .subLead {
  margin: 0 0 20px;
  font-size: 0.8em;
}

#appli #container .appIntro .detailBox .appHowto .privacy {
  box-sizing: border-box;
  padding: 5px 0 0;
  font-size: 0.8em;
  text-align: center;
}

#appli #container .appIntro .detailBox .appHowto .howtoStep {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}

#appli #container .contentsList li {
  margin: 0;
}

#appli #container .contentsList li a {
  display: block;
  width: 100%;
  margin: 0 0 3em;
}

#appli #container .intro {
  float: right;
  width: 77%;
}

#appli #container .intro .txt {
  font-size: 0.8em;
}

/* iPhone5,Android
============================== */
@media screen and (width <= 360px) {
  #bbs #container .threadSort select {
    padding-right: 0;
  }
  #bbs #container .threadSearch .searchForm input[type=text] {
    width: 82%;
    font-size: 9px;
  }
  #appli #container .intro {
    width: 74%;
  }
}
.qanda_contents {
  margin-top: 35px;
}

.qanda_contents .qdate {
  font-size: 12px;
  color: #808080;
}

.qanda_contents .odd {
  font-size: 14px;
}

.qanda_contents .even {
  font-size: 14px;
}

.qanda_contents .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000;
}

.qanda_contents a {
  display: inline-block;
  word-break: break-all;
}

#qanda {
  display: block;
  width: 100%;
  padding: 0 20px 60px;
  margin: auto;
  background: #fff;
}

#qanda .titArea {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#qanda .txt {
  font-size: 14px;
}

#qanda h3 {
  padding-top: 80px;
  margin-bottom: 20px !important;
  font-size: 1.6em;
  line-height: 1.5em;
}

#qanda .redTxt {
  font-size: 12px;
  color: #8a0407;
}

.floatBtnArea {
  position: fixed;
  right: 2%;
  bottom: 40px;
  z-index: 999;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
}
.floatBtnArea .blogFloatBtn a,
.floatBtnArea .consultation a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7em;
  aspect-ratio: 1;
  padding: 0.75em 1em;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  background: #8a0407;
  border: 1px #8a0407 solid;
  border-radius: 1000px;
  animation: fadeIn 5s ease 0s 1 normal;
}
.floatBtnArea .blogFloatBtn a small,
.floatBtnArea .consultation a small {
  margin-bottom: 0.25em;
  font-size: 0.625rem;
  letter-spacing: normal;
}

.binfomation .binformationDetail .tit {
  width: 100%;
  overflow-wrap: break-word;
  table-layout: fixed;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.register {
  margin-bottom: 15px;
}

/* blog
------------------------------- */
#blog #container {
  padding: 7em 1em;
}
#blog #container .header img {
  width: 100%;
  margin-bottom: 20px;
}
#blog #container.blogdetail .header img {
  margin-bottom: 35px;
}
#blog #container .title__area {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: space-between;
}
#blog #container .title__area a {
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em;
  line-height: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1000px;
}
#blog #container .title__area a i {
  font-size: 0.75rem;
  line-height: 1;
}
#blog #container .title__area a p {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: normal;
}
#blog #container .contentsList {
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding-bottom: 3em;
  margin: 3em 0 5em;
  border-bottom: 1px solid #ddd;
}
#blog #container .post-article {
  padding-top: 3em;
  overflow-wrap: anywhere;
  border-top: 1px solid #ddd;
}
#blog #container .post-article__head {
  margin-bottom: 3em;
}
#blog #container .post-article__head:has(.icon) {
  display: flex;
  gap: 1em;
  align-items: flex-start;
}
#blog #container .post-article__head:has(.icon) .icon__content img {
  display: block;
  width: 4em;
  height: 4em;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3em;
  border-radius: 1000px;
}
#blog #container .post-article__head:has(.icon) .text {
  width: calc(100% - 5em);
}
#blog #container .post-article__writer, #blog #container .post-article__date {
  color: #999;
}
#blog #container .post-article__writer {
  font-size: 0.875rem;
}
#blog #container .post-article__title {
  font-size: 1.3125rem;
}
#blog #container .post-article__date {
  font-size: 0.6875rem;
  text-align: right;
}
#blog #container .post-article__body {
  padding-left: 0;
  font-size: 0.875rem;
}
#blog #container .post-article__body a {
  color: #8a0407;
  word-break: break-all;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#blog #container .post-article__body .thumb {
  position: relative;
  aspect-ratio: 3/2;
  margin: 3em auto;
  overflow: hidden;
}
#blog #container .post-article__body .thumb > img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: no-repeat center center;
  background-size: contain;
}
#blog #container .post-article__body .thumb:not(:has(img)) {
  display: none;
}
#blog #container .post-article__body .thumb .fconly {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em;
  font-size: 1.5rem;
  line-height: 1;
  color: #101010;
  transform: translateY(-50%);
}
#blog #container .post-article__body .thumb:has(.fconly) img {
  filter: blur(5px);
  transform: scale(96%);
}
#blog #container .post-article__body img,
#blog #container .post-article__body .block--player {
  margin: 1.5em auto;
}
#blog #container .post-article__body img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  pointer-events: none;
}
#blog #container .post-article__body .block--player,
#blog #container .post-article__body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
#blog #container .post-article__body .nologin {
  padding: 2em 0;
}
#blog #container .post-article__body .nologin span {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
}
#blog #container .post-article__body:has(.nologin) + .post-article__footer {
  padding: 0;
  margin-top: 0;
  border-top: none;
}
#blog #container .post-article__footer {
  position: static;
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 5rem);
  padding: 0;
  margin: 2.5rem 0 0 5rem;
  background: none;
}
#blog #container .post-article__footer .post-article__comment,
#blog #container .post-article__footer .post-article__like {
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em;
  margin: 0;
  line-height: 1;
  color: #999;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1000px;
}
@media (any-hover: hover) {
  #blog #container .post-article__footer .post-article__comment:hover,
  #blog #container .post-article__footer .post-article__like:hover {
    color: #8a0407;
  }
}
#blog #container .post-article__footer .post-article__comment--icon,
#blog #container .post-article__footer .post-article__like--icon {
  width: auto;
  height: 1em;
  fill: currentcolor;
}
#blog #container.blogtop .pagingBox {
  text-align: center;
}
#blog #container.blogtop .pagingBox li {
  display: inline-block;
  width: 28px;
  margin: 0 5px;
  border: 1px solid #000;
}
#blog #container.blogtop .pagingBox li a {
  display: block;
}
#blog #container.blogtop .pagingBox .pager__item--current {
  background: #000;
}
#blog #container.blogtop .pagingBox .pager__item--current a {
  color: #fff;
  pointer-events: none;
}
#blog #container .post-article__detail {
  padding-top: 0;
  border-top: none;
}
#blog #container .post-article__detail .post-article__head {
  padding-bottom: 2em;
  margin-bottom: 3em;
  border-bottom: 1px solid #ddd;
}
#blog #container .post-article__detail .post-article__body {
  padding: 0;
}
#blog #container .post-article__detail .post-article__body p + p {
  margin-top: 1.5em;
}
#blog #container .post-article__detail .post-article__body ul {
  padding-left: 2em;
  margin: 2em 0;
}
#blog #container .post-article__detail .post-article__body ul li {
  list-style: disc;
}
#blog #container .post-article__detail .post-article__body ul li + li {
  margin-top: 0.5em;
}
#blog #container .post-article__detail + .post-article__footer {
  display: block;
  width: 100%;
  padding: 0;
  margin-inline: 0;
}
#blog #container .post-article__detail + .post-article__footer .post-article__comment {
  padding: 0;
  background: none;
  border: none;
}
@media (any-hover: hover) {
  #blog #container .post-article__detail + .post-article__footer .post-article__comment:hover {
    color: #999;
  }
}
#blog #container .post-article__detail + .post-article__footer .post-article__action {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 1em;
}
#blog #container .post-article__detail + .post-article__footer .post-article__action .post-article__like.clicked {
  color: #8a0407;
}
#blog #container .area--comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 10em;
  padding: 1em;
  margin: 0 0 2em;
  resize: vertical;
  background: #fff;
  border: 1px solid #ddd;
}
#blog #container .area--comment-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-top: 4em;
}
#blog #container .area--comment-list li {
  padding-top: 2em;
  border-top: 1px solid #ddd;
}
#blog #container .area--comment-list li .c-nick {
  margin-bottom: 1em;
}
#blog #container .area--comment-list li .c-body {
  margin-bottom: 1.5em;
}
#blog #container .area--comment-list li .c-time {
  font-size: 0.75rem;
  color: #999;
}
#blog #container .area--comment-list li .action {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
#blog #container .area--comment-list li .delete_btn_box .btn {
  width: auto;
  margin: 0;
}
#blog #container .area--comment-list li .delete_btn_box .btn input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 1em 0.5em;
  font-size: 0.625rem;
  line-height: 1;
  border: 1px solid currentcolor;
  border-radius: 1000px;
}
#blog h5 {
  margin-bottom: 40px;
  font-size: 0.85rem;
  text-align: center;
}
#blog h5.blogtitle {
  padding-bottom: 4px;
  margin-bottom: 40px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000;
}
#blog span.fconly {
  position: absolute;
  top: 43%;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
#blog .article_wrap {
  padding: 0 4%;
  margin-bottom: 40px;
}
#blog .article {
  margin: 0 0 25px;
  font-size: 0.875rem;
  line-height: 1.6;
}
#blog .article img {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}
#blog .date {
  color: #aaa;
  text-align: right;
}
#blog .back a {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
#blog .back a::after {
  display: none;
}
#blog .back a::before {
  display: block;
  width: 0.5303351718em;
  height: 0.5303351718em;
  content: "";
  border: 1px solid currentcolor;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}
#blog .PrevNext {
  display: flex;
  gap: 5em;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2em 1em;
  margin: 5rem 0 0;
  line-height: 1;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
}
#blog .PrevNext .pager-link--prev a,
#blog .PrevNext .pager-link--next a {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
#blog .PrevNext .pager-link--prev .arrow,
#blog .PrevNext .pager-link--next .arrow {
  display: block;
  width: 0.5303351718em;
  height: 0.5303351718em;
  border: 1px solid currentcolor;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
}
#blog .PrevNext .pager-link--next .arrow {
  border-top: none;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  border-left: none;
}
#blog {
  /* カスタムモーダル */
}
#blog .article-comment-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3em;
  background: rgba(16, 16, 16, 0.5);
}
#blog .article-comment-modal-overlay .article-comment-modal {
  width: 100%;
  padding: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 10px rgba(16, 16, 16, 0.3);
}
#blog .article-comment-modal-overlay .article-comment-modal p {
  margin: 0;
  font-weight: bold;
  color: #101010;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
#blog .article-comment-modal-overlay .article-comment-modal .btn-group {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
#blog .article-comment-modal-overlay .article-comment-modal .btn-cancel,
#blog .article-comment-modal-overlay .article-comment-modal .btn-ok {
  width: 100%;
  padding: 0.75em 2em;
  font-size: 1.1em;
  line-height: 1;
  cursor: pointer;
  background: none;
  border: none;
  border-color: currentcolor;
  border-style: solid;
  border-width: 1px;
  transition: all 0.2s ease;
}
#blog .article-comment-modal-overlay .article-comment-modal .btn-cancel {
  color: #999;
}
@media (any-hover: hover) {
  #blog .article-comment-modal-overlay .article-comment-modal .btn-cancel:hover {
    opacity: 0.5;
  }
}
#blog .article-comment-modal-overlay .article-comment-modal .btn-ok {
  color: #8a0407;
  border-color: currentcolor;
}
@media (any-hover: hover) {
  #blog .article-comment-modal-overlay .article-comment-modal .btn-ok:hover {
    color: #fff;
    background: #8a0407;
  }
}

/* アプリ内blog */
#blog nav.pageNav ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#blog nav.pageNav ul li {
  margin: 0 7px;
}

#blog nav.pageNav ul li a,
#blog nav.pageNav ul li span {
  display: inline-block;
  padding: 8px 1em;
  line-height: 1;
  border: 1px solid;
}

#blog nav.pageNav ul li span {
  opacity: 0.3;
}

.page--movie.new-movie #wrap #container .list--contents {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.page--movie.new-movie #wrap #container .list--contents.clearfix::before {
  display: none;
}

.page--movie.new-movie #wrap #container .list--contents li {
  width: 48%;
  margin: 0 1% 3em 0;
}

.page--movie.new-movie #wrap #container .list--contents li:nth-child(2n) {
  margin: 0 0 3em;
}

.page--movie.new-movie #wrap #container .list--contents li a .thumb {
  position: relative;
  height: 14vw;
  height: 8em;
  margin: 0 auto 1em;
  background: #eee no-repeat center center;
}

.page--movie.new-movie #wrap #container .list--contents li .list__txt .date {
  margin: 0 0 0.2em;
  font-size: 0.8em;
}

.page--movie.new-movie #wrap #container .list--contents li .list__txt .tit {
  font-size: 1em;
  line-height: 1.6;
}

.page--movie.new-movie #wrap .section--detail {
  padding: 7.5em 5% 3.5em;
}

.page--movie.new-movie #wrap .section--detail .block--player {
  position: relative;
  top: 0;
  left: 0;
}

.page--movie.new-movie #wrap .section--detail .block--player .vjs-big-play-button {
  padding: 0;
  margin: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.page--movie.new-movie #wrap .section--detail .area--movie .block--player .video-js .vjs-play-control {
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  line-height: 0;
  transform: translate(-50%, -75%);
}

.page--movie.new-movie #wrap .section--detail .titArea {
  margin: 0 0 1.25em;
}

.page--movie.new-movie #wrap .section--detail .titArea .date {
  font-size: 1em;
}

.page--movie.new-movie #wrap .section--detail .titArea .tit {
  font-size: 1.6em;
  line-height: 1.7;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border-top: none;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab {
  width: 100%;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab > div {
  width: 100%;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  padding: 16px 0;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 35%;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt {
  width: 65%;
}
