@charset "UTF-8";
/* ==========================================================================
	GLOBAL NAV (SIDEBAR)
========================================================================== */
/* ==========================================================================
	ABOUT MODAL
========================================================================== */
.l-aboutmodal {
  padding: 40px 0;
  text-align: center;
}

.l-aboutmodal__catch {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 32px auto 0;
}

.l-aboutmodal__ph {
  margin-top: 40px;
}

/* ==========================================================================
	背景
========================================================================== */
.l-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-background.theme_blue {
  background: #73B9FA;
}

.l-background.theme_yellow {
  background: #f7d855;
}

.l-background.theme_orange {
  background: #FFB650;
}

.l-background.theme_purple {
  background: #AC9AD9;
}

.l-background.theme_pink {
  background: #FAA7C8;
}

.l-background.theme_green {
  background: #A4D868;
}

.l-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/background/monyou_pt.png);
  background-size: 120px;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.l-background.ph01 {
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/background/ph01.jpg) center;
  background-size: cover;
  background-color: #ccc;
}

.l-background.ph01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.l-background.sukunahiko:after, .l-background.hanamaki_suika:after {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.l-background.theme_yellow:after, .l-background.kusatsu_yuina:after {
  opacity: .15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.l-background.theme_green:after {
  opacity: .15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.l-background.theme_purple:after {
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.l-background.theme_orange:after {
  opacity: .125;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
}

.l-background.shirahone_tomoe:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#cv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
	CONTENTS COMMON
========================================================================== */
/* ==========================================================================
	FOOTER
========================================================================== */
.l-gfooter {
  position: relative;
  margin-top: 64px;
  height: 202px;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/footer/footer_bg.png) no-repeat top center;
  text-align: center;
}

.l-gfooter.is-top {
  margin-top: -202px;
}

.l-gfooter__inner {
  position: relative;
  width: 640px;
  margin: 0 auto;
  padding-top: 48px;
}

.l-gfooter__banner {
  margin-left: -16px;
  display: inline-block;
}

.l-gfooter__banner-item {
  float: left;
  width: 180px;
  height: 50px;
  background: #ccc;
  margin-left: 16px;
}

.l-gfooter__banner-item img {
  max-width: 100%;
}

.l-gfooter__logo {
  position: relative;
  top: -12px;
}

.l-gfooter__inquiry {
  width: 280px;
  margin: 8px auto 0;
}

.l-gfooter__inquiry-item {
  float: left;
  width: 140px;
  border-left: 1px solid;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.l-gfooter__inquiry-item:last-child {
  border-right: 1px solid;
}

.l-gfooter__inquiry-item a:hover {
  text-decoration: underline;
}

.l-gfooter__license {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 8px;
  width: 720px;
  margin-left: -40px;
}

.l-gfooter__copyright {
  margin-top: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.l-gfooter__copyright span {
  font-family: Verdana;
  font-size: 14px;
  font-size: 0.875rem;
}

/* ==========================================================================
	スタイル拡張
========================================================================== */
.l-gheader.is-sub {
  height: 109px;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/header/header_bg.png) repeat-x bottom center;
  background-size: 64px;
}

.l-gheader.is-sub:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: -1;
}

.is-sub .l-gheader__logo {
  position: absolute;
  top: 12px;
  left: -5px;
}

.is-sub .l-gnav {
  height: 100px;
  margin-left: 252px;
  padding-top: 26px;
}

.is-sub .l-gnav__menu {
  margin: -14px 0 0 -28px;
}

.is-sub .l-gnav__menu-item {
  float: left;
  margin-top: 16px;
  margin-left: 22px;
}

.is-sub .is-active {
  color: #fff;
}

/* ==========================================================================
	GLOBAL HEADER
========================================================================== */
.l-gheader.is-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  background: #9B9BF0;
}

.pv {
  position: relative;
  margin: 6px 0 0 16px;
  width: 148px;
  height: 148px;
}

.pv img {
  max-width: 100%;
}

.pv a {
  display: block;
}

.is-top .c-cont_inner {
  width: auto;
}

.is-top .l-gnav {
  margin-left: 16px;
}

.is-top .l-gnav__menu-item {
  margin-top: 18px;
  font-size: 16px;
  font-size: 1rem;
}

.is-top .l-gnav__menu-item.is-aboutmodal {
  margin-top: 16px;
}

/* ==========================================================================
	GLOBAL HEADER
========================================================================== */
.l-gheader {
  position: relative;
  color: #323232;
  z-index: 1;
}

.logomask {
  position: relative;
  width: 220px;
  height: 66px;
  overflow: hidden;
}

.logomask img {
  max-width: 100%;
}

.logomask span {
  display: block;
}

.logomask__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 66px;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/header/logomask.png);
  background-size: 220px;
}

.logomask__wave {
  position: absolute;
  top: -40%;
  left: 0;
  width: 200%;
  height: 200%;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/header/wave.png) repeat-x;
  background-size: 220px;
}

/* ==========================================================================
	GLOBAL NAV
========================================================================== */
.l-gnav {
  position: relative;
}

.l-gnav__menu {
  position: relative;
}

.l-gnav__menu-item {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1;
}

.l-gnav__menu-item.is-aboutmodal {
  margin-top: 14px;
}

.l-gnav__menu-item.is-coming_soon {
  color: #ccc;
}

.l-gnav__menu-item.is-coming_soon a {
  cursor: default;
}

.activecircle {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}

.is-top .activecircle {
  top: 12px;
  left: 9px;
}

.activecircle__item {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-left: -11px;
  border-radius: 50%;
  background: #fff;
}

.activecircle__item.is-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* ==========================================================================
	nav-category
========================================================================== */
.l-nav_category {
  text-align: center;
}

.l-nav_category a {
  display: block;
}

.l-nav_category-list {
  margin: -8px 0 0 -8px;
  display: inline-block;
}

.l-nav_category__item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  float: left;
  width: 112px;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #323232;
  text-align: center;
  font-weight: 600;
  line-height: 36px;
  height: 36px;
  margin: 8px 0 0 8px;
  border-radius: 3px;
}

.l-nav_category__item.is-active, .l-nav_category__item:hover {
  background: #323232;
  border: 1px solid #323232;
  color: #fff;
}

/* ==========================================================================
	PAGE SHARE
========================================================================== */
.l-pageshare {
  margin-top: 24px;
}

.l-pageshare__ttl {
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 7px 8px 0 0;
}

.l-pageshare.is-top {
  margin-top: 16px;
  margin-left: 4px;
}

.l-pageshare__list {
  position: relative;
  float: left;
}

.l-pageshare__list-item + .l-pageshare__list-item {
  margin-left: 4px;
}

.l-pageshare__list-item {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.l-pageshare__list-item.is-twitter {
  background: #00A0FF;
}

.l-pageshare__list-item.is-facebook {
  background: #285FB8;
}

.l-pageshare__list-item:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.l-pageshare__list-item a {
  display: block;
  height: 100%;
}

/* ==========================================================================
	PAGETOP
========================================================================== */
.l-pagetop {
  display: block;
  position: absolute;
  top: 0;
  right: -192px;
}

.is-top .l-pagetop {
  right: -80px;
}

.l-pagetop:hover .l-pagetop__arw {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.l-pagetop__arw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  width: 36px;
  height: 42px;
  background: url(/wp/wp-content/themes/onsenmusume/pc/assets/img/common/footer/pagetop.png) no-repeat;
}

.l-pagetop__title {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: .05em;
  margin-top: 4px;
}

/* ==========================================================================
	SIDE SHARE
========================================================================== */
.l-snslink {
  position: absolute;
  top: 53px;
  right: 30px;
}

.is-top .l-snslink {
  position: relative;
  top: auto;
  right: auto;
  padding-top: 24px;
}

.l-snslink a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 100%;
}

.l-snslink__service-item {
  display: block;
  height: 20px;
  width: 36px;
  float: left;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  border-left: 1px solid;
}

.l-snslink__service-item:last-child {
  border-right: 1px solid;
}

.l-snslink__service-item.is-twitter a:hover {
  color: #00A0FF;
}

.l-snslink__service-item.is-facebook a:hover {
  color: #285FB8;
}

.l-snslink__service-item.is-instagram a:hover {
  color: #fd1d1d;
}

.is-hide .l-gheader {
  display: none;
}

.is-hide .l-gfooter {
  display: none;
}

.is-hide .l-sideshare {
  display: none;
}

.is-hide .c-pagemain {
  display: none;
}
