/*
Theme Name: ラジ女子
Version: 1.0.0
Author: design office 28inc.
Author URI: http://nihachi.com
*/

/* Reset & Set
------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  border: 0;
  outline: 0;
}

html {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 320px;
  max-width: 480px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000;
  background: #00a8e9;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* Set
------------------------------------------------------------------------------------------*/
/* Common Modules
--------------------------------------------------*/
.cf::after {
  display: block;
  clear: both;
  content: "";
}

.screen-reader {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.selectable {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
      -ms-user-select: text !important;
          user-select: text !important;
}

.img-max {
  width: 100%;
  vertical-align: bottom;
}

/* Contents Base
------------------------------------------------------------------------------------------*/
.main {
  margin: 2.1875% 0;
}

.rjj_stripe-bg {
  background: #bfe9f9;
  background:    -moz-linear-gradient(left,     #f6fcfc 0%,#f6fcfc 50%,#bfe9f9 50%,#bfe9f9 100%) 50.85% 0;
  background: -webkit-linear-gradient(left,     #f6fcfc 0%,#f6fcfc 50%,#bfe9f9 50%,#bfe9f9 100%) 50.85% 0;
  background:         linear-gradient(to right, #f6fcfc 0%,#f6fcfc 50%,#bfe9f9 50%,#bfe9f9 100%) 50.85% 0;
  -webkit-background-size: 10px;
          background-size: 10px;
}

.rjj_contents {
  padding: 3.125% 4.6875% 4.6875%;
}

.rjj_contents__inner {
  padding: .25em 0 15px;
  background: #fff;
}

/* Contents Common
------------------------------------------------------------------------------------------*/
.rjj_btn {
  display: block;
  width: 111px;
  height: 24px;
  margin: 5.172413793103448% auto 0;
  border-radius: 24px;
  background: url(images/btn_check.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

/* Contents heading */
.rjj_contents__header {
  width: 100%;
  margin-bottom: -.25em;
  padding-top: 27.586206896551722%;
  background: url(images/sprite_h1.png) 0 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.rjj_header01 {
  background-position: 0 0;
}

.rjj_header02 {
  background-position: 0 50%;
}

.rjj_header03 {
  background-position: 0 100%;
}

.rjj_contents__caption {
  width: 270px;
  margin: 0 auto .5em;
  text-align: center;
}

/* Header
------------------------------------------------------------------------------------------*/
.header {
  margin-top: 2.1875%;
  background: #fff;
}

/* Header hero */
.header__hero {
  position: relative;
  overflow: hidden;
  padding-top: 113.75%;
}

.header__hero::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(images/hero_overlay.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
}

.header__hero img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

/* Header cover */
.header__cover {
  position: relative;
}

.header__cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 31.25%;
  content: "";
  background: url(images/header_overlay.png) 0 0 no-repeat;
  -webkit-background-size: 100%;
          background-size: 100%;
}

.header__sns {
  padding: 1.5625% 0;
  text-align: center;
  font-size: 0;
}

[class*="header__sns--anchor"] {
  display: inline-block;
  width: 11.25%;
  margin: 0 1.40625%;
  padding-top: 11.25%;
  border-radius: 100%;
  background: url(images/sprite_icon_sns.png) 0 0 no-repeat;
  -webkit-background-size: 400%;
          background-size: 400%;
}

.header__sns--anchor01 { background-position: 0 0; }
.header__sns--anchor02 { background-position: 33.3333% 0; }
.header__sns--anchor03 { background-position: 66.6666% 0; }
.header__sns--anchor04 { background-position: 99.9999% 0; }

/* Contents 1
------------------------------------------------------------------------------------------*/
.rjj_new-girl {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 251px;
  height: 180px;
  margin: 3.125% auto;
}

.rjj_new-girl::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url(images/bg_new_girl.png) 50% 0 no-repeat;
  -webkit-background-size: 251px 180px;
          background-size: 251px 180px;
}

.rjj_new-girl img {
  position: absolute;
  z-index: -1;
  top: 30px;
  right: 6px;
  bottom: 0;
  left: 0;
  width: 66%;
  margin: auto;
}

.rjj_profile {
  width: 230px;
  margin: .5em auto -.25em;
  text-align: center;
}

.rjj_profile__name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.rjj_profile__text {
  height: 4.6em;
}

/* Contents 2
------------------------------------------------------------------------------------------*/
/* Swiper
--------------------------------------------------*/
.rjj_swiper {
  position: relative;
  width: 240px;
  margin: auto;
}

.swiper-container {
  margin-right: auto;
  margin-left: auto;
}

.swiper-container.gallery-top {
  overflow: hidden;
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.swiper-slide {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.swiper-slide,
.swiper-slide .swiper-slide-shadow-right,
.swiper-slide .swiper-slide-shadow-left {
  overflow: hidden;
  border-radius: 100%;
}

/* Swiper button */
.swiper-button-next,
.swiper-button-prev {
  width: 24px;
  height: 24px;
  margin-top: -37px;
  border-radius: 100%;
  background: url(images/swiper-arrow.png) 0 0 no-repeat !important;
  -webkit-background-size: 24px !important;
          background-size: 24px !important;
}

.swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev {
  left: 0;
}

/* Swiper thumbnails */
.gallery-thumbs {
  position: relative;
  width: 224px;
  height: 40px;
  margin: 10px auto 15px;
  padding: 0;
}

.gallery-thumbs::before,
.gallery-thumbs::after {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 10px;
  height: 40px;
  content: "";
}

.gallery-thumbs::before {
  left: 0;
  background:    -moz-linear-gradient(left,     #fff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,     #fff 0%,rgba(255,255,255,0) 100%);
  background:         linear-gradient(to right, #fff 0%,rgba(255,255,255,0) 100%);
}

.gallery-thumbs::after {
  right: 0;
  background:    -moz-linear-gradient(right,   #fff 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(right,   #fff 0%,rgba(255,255,255,0) 100%);
  background:         linear-gradient(to left, #fff 0%,rgba(255,255,255,0) 100%);
}

.gallery-thumbs .swiper-slide {
  width: 40px;
  height: 40px;
  -webkit-transition: .6s;
          transition: .6s;
  opacity: .4;
  border-radius: 100%;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

/* Contents 3
------------------------------------------------------------------------------------------*/
.rjj_contents__square {
  padding: 0 3.4482758620689653%;
  font-size: 0;
}

.square__img:not(.gutter),
.square__txt:not(.gutter) {
  display: inline-block;
  width: 50%;
  height: 50%;
  vertical-align: middle;
}

.square__txt:not(.gutter) {
  position: relative;
  padding-top: 50%;
  background: #00a8e9;
}

.square__txt:not(.gutter)::before,
.square__txt:not(.gutter)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-style: solid;
}

.square__txt.arrow-l::before {
  left: -11px;
  border-width: 8px 11px 8px 0;
  border-color: transparent #00a8e9 transparent transparent;
}

.square__txt.arrow-l::after {
  left: -8px;
  border-width: 8px 11px 8px 0;
  border-color: transparent #fff transparent transparent;
}

.square__txt.arrow-r::before {
  right: -11px;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #00a8e9;
}

.square__txt.arrow-r::after {
  right: -8px;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
}

.square__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  text-align: justify;
  letter-spacing: -.05em;
  word-break: break-all;
  line-height: 1.4;
  border: 2px solid #00a8e9;
  background: #fff;
}

.square__border dt:not([class]) {
  margin: .5em 0 .25em;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #00a8e9;
}

.square__border dd {
  margin: 0 .75em;
  font-size: 10px;
  font-size: 1.0rem;
}

.page_rjj .square__border dd {
  letter-spacing: -.05em;
}

.rjj_contents__square .rjj_btn {
  position: absolute;
  right: 0;
  bottom: .66em;
  left: 0;
  margin: 0 auto;
  font-size: 10px;
  font-size: 1.0rem;
}

/* Footer
------------------------------------------------------------------------------------------*/
/* SNS */
.footer__sns {
  padding: 4.6875%;
  font-size: 0;
  background: #fff;
}

[class*="footer__sns--anchor"] {
  background: url(images/sprite_sns.png) 0 0 no-repeat;
}

.footer__sns--anchor01,
.footer__sns--anchor02 {
  display: inline-block;
  width: 48.96551724137931%;
  padding-top: 17.24137931034483%;
  -webkit-background-size: 204.13793103448276%;
          background-size: 204.13793103448276%;
}

.footer__sns--anchor02 {
  margin-left: 2.0689655172413794%;
  background-position: 100% 0;
}

.footer__sns--anchor03 {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.0689655172413794%;
  padding-top: 15.517241379310345%;
  background-position: 0 100%;
  -webkit-background-size: 100%;
          background-size: 100%;
}

/* new girl */
.footer__sns--new-girl {
  position: absolute;
  top: 11.12%;
  left: 2.413793103448276%;
  overflow: hidden;
  width: 12.758620689655173%;
  height: 77.77777777777779%;
  content: "";
}

/* to top */
.footer__to-top {
  display: block;
  margin-top: -4.6875%;
  padding-top: 4.6875%;
  text-align: center;
  font-size: 0;
  background: #fff;
}

.footer__to-top::after {
  display: inline-block;
  width: 18.125%;
  padding-top: 5%;
  content: "";
  background: url(images/to-top.png) no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

/* information */
.footer__info {
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
}

.footer__info--copylight {
  padding: 1em 0;
}

/* rjj_box
------------------------------------------------------------------------------------------*/
.page_rjj-box .rjj_contents__square {
  margin-top: -3.7037037037037033%;
}

.square__img.gutter,
.square__txt.gutter {
  position: relative;
  display: inline-block;
  width: 48.148148148148145%;
  font-size: 10px;
  font-size: 1.0rem;
}

.square__img.gutter:nth-child(odd),
.square__txt.gutter:nth-child(odd) {
  margin: 3.7037037037037033% 1.8518518518518516% 0 0;
}

.square__img.gutter:nth-child(even),
.square__txt.gutter:nth-child(even) {
  margin: 3.7037037037037033% 0 0 1.8518518518518516%;
}

.square__txt.gutter {
  padding-top: 54.918518518518525%;
}

.square__txt.gutter .bg {
  position: relative;
  overflow: hidden;
  margin-bottom: .5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #00a8e9;
}

.square__txt.gutter:nth-child(odd) .bg {
  padding: .25em 2em .25em .25em;
}

.square__txt.gutter:nth-child(even) .bg {
  padding: .25em .25em .25em 2em;
}

.square__txt.gutter .bg::before {
  position: absolute;
  top: 46%;
  width: 17px;
  height: 17px;
  content: "";
}

.square__txt.gutter:nth-child(odd) .bg::before,
.square__txt.gutter:nth-child(even) .bg::before {
  background: url(images/name_arrow.png) 0 0 no-repeat;
  -webkit-background-size: 17px;
          background-size: 17px;
}

.square__txt.gutter:nth-child(odd) .bg::before {
  right: .25em;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.square__txt.gutter:nth-child(even) .bg::before {
  left: .25em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.square__txt.gutter dd br {
  display: none;
}

/* vertical, horizontal box */
.v-box {
  position: relative;
  width: 100%;
  padding-top: 37.03703703703704%;
  margin-top: 3.7037037037037033%;
  font-size: 10px;
  font-size: 1.0rem;
  background: #00a8e9;
}

.h-box {
  width: 48.148148148148145%;
  font-size: 10px;
  font-size: 1.0rem;
  background: #00a8e9;
}

/* wrap 1, 6 */
.v-box__inner {
  position: absolute;
  top: 0;
  left: 0;
}

/* wrap 4 */
.square__wrap-4 .square__wrap--inner {
  float: left;
  width: 50%;
}

.square__wrap-4 .square__wrap--inner .square__img.gutter,
.square__wrap-4 .square__wrap--inner .square__txt.gutter {
  width: 96.29629629629629%;
  margin: 7.4074074074074066% 3.7037037037037033% 0 0;
}

.square__wrap-4 .square__wrap--inner .square__txt.gutter {
  padding-top: 109.84%;
}

.square__wrap-4 .h-box {
  position: relative;
  float: right;
  margin: 3.7037037037037033% 0 0 1.8518518518518516%;
  padding-top: 113.33333333333333%;
}

.square__wrap-4 .h-box__inner {
  position: absolute;
  top: 0;
  left: 0;
}

/* wrap 9 */
.square__wrap-9 .square__wrap--inner {
  float: right;
  width: 50%;
}

.square__wrap-9 .square__wrap--inner .square__img.gutter,
.square__wrap-9 .square__wrap--inner .square__txt.gutter {
  width: 96.29629629629629%;
  margin: 7.4074074074074066% 0 0 3.7037037037037033%;
}

.square__wrap-9 .square__wrap--inner .square__txt.gutter {
  padding-top: 109.84%;
}

.square__wrap-9 .h-box {
  position: relative;
  float: left;
  margin: 3.7037037037037033% 1.8518518518518516% 0 0;
  padding-top: 113.33333333333333%;
}

.square__wrap-9 .h-box__inner {
  position: absolute;
  top: 0;
  left: 0;
}

/* wrap 4, 9 */
.square__wrap-4 .square__txt.gutter .bg::before,
.square__wrap-9 .square__txt.gutter .bg::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/* wp pagenavi
------------------------------------------------------------------------------------------*/
.wp-pagenavi {
  position: relative;
  margin-top: 15px;
  padding-top: 46px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #00a8e9;
}

.pages {
  display: none;
}

.first, .page, .current, .last {
  display: inline-block;
  width: 2.5em;
  margin: 0 .25em;
  padding: .584em .5em;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1;
  color: #00a8e9;
  border: 2px solid #00a8e9;
  border-radius: 100%;
}

.current {
  color: #fff;
  background: #00a8e9;
}

.nextpostslink,
.previouspostslink {
  position: absolute;
  top: 0;
  width: 49.629629629629626%;
  height: 31px;
  text-align: center;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
  background: #00a8e9;
}

.nextpostslink {
  right: 0;
  border-radius: 0 2em 2em 0;
}

.previouspostslink {
  left: 0;
  border-radius: 2em 0 0 2em;
}

.to-home {
  position: relative;
  display: block;
  width: 100%;
  height: 31px;
  margin-top: 15px;
  padding: 0 0 0 22px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 31px;
  color: #00a8e9;
  border: 1px solid #00a8e9;
  border-radius: 2em;
}

.to-home::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto auto auto -22px;
  content: "";
  background: url(images/to-home.png) 0 0 no-repeat;
  -webkit-background-size: 18px 18px;
          background-size: 18px 18px;
}

/* Media Query
------------------------------------------------------------------------------------------*/
/* 360 */
@media only screen and (min-width: 360px) {
  .square__txt dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
