@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */


/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}


/* # =================================================================
   # General elements
   # ================================================================= */


/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}


/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item !important;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

ul li {
  list-style: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}


/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}


/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}


/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}


/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}


/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}


/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}


/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}


/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}


/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}


/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}


/* # =================================================================
   # Accessibility
   # ================================================================= */


/* Hide content from screens but not screenreaders */

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}


/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}


/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}


/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}


/* # =================================================================
   # Selection
   # ================================================================= */


/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #8b8d91;
}

a:hover {
  opacity: .8;
  -webkit-transition: .8s;
  transition: .8s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #484b54;
  width: 100%;
  height: 100%;
}

input,
textarea,
button {
  background: #FAFAFA;
  color: #484b54;
  font-size: 16px;
  outline: 0;
  border: 1px solid #8b8d91;
}

a:focus {
  outline: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.head--2 {
  font-size: 1.6rem;
}

.head--3 {
  font-size: 1.6rem;
  background-color: #daeef0;
  padding: 2.5%;
  font-weight: normal;
}

.x-large {
  font-size: 2.8rem;
}

.large {
  font-size: 2.1rem;
}

.middle {
  font-size: 1.68rem;
}

.small {
  font-size: 1.12rem;
}

.bold {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-just {
  text-align: justify;
}

.bg-white {
  background-color: #FAFAFA;
}

.bg-black {
  background-color: #1C1C1C;
}

.bg-gray {
  background-color: #f2f2f2;
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}


/*----------TOP----------*/

.header {
}

@media screen and (max-width: 768px) {
  .nav {
    padding-top: 30%;
  }
}

.nav__list {
  overflow: hidden;
}

.nav li {
  display: inline-block;
  margin-left: 26px;
  text-align: center;
}

.nav li:first-child {
  margin-left: 0px;
}

.nav li a {
  text-decoration: none;
  letter-spacing: 2px;
  display: block;
}

.nav li span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .nav li {
    display: block;
    margin-left: 0px;
  }
  .nav li a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
    padding-bottom: 5%;
    color: #f5f6fa;
    border-bottom: 1px dotted #fce5e6;
  }
  .nav li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.nav__item--login {
  border: 2px solid #daeef0;
  padding: 5px 25px;
}

.nav__item--login a {
  color: #daeef0;
}

.content {
  background-color: #f5f6fa;
  padding: 2.5%;
}

.content__item {
  margin-bottom: 5%;
}

.hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .hero__inner {
    position: static;
    top: 0;
    left: 0;
    margin-right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hero__img {
  max-width: 400px;
  margin-bottom: 10px;
}

.hero__btn {
  text-align: center;
  margin-top: 20px;
}

.hero__btn a {
  display: inline-block;
  padding: 0.5em 6em;
  text-decoration: none;
  background: #daeef0;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 5px #daeef0;
  box-shadow: 0px 0px 0px 5px #daeef0;
  border: solid 1px #FFF;
}

.hero__btn a:hover {
  border: dotted 1px #FFF;
}

.hero__right {
  position: relative;
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .hero__left {
    margin-bottom: 2.5%;
  }
}

.main {
  margin-bottom: 2.5%;
}

.main__wrapper {
  padding: 5%;
}

.main__head {
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.25%;
}

.info a {
  display: block;
}

.info__item {
  margin-bottom: 1.25%;
  border-bottom: 1px solid #8b8d91;
  padding-bottom: 1.25%;
}

.info__cat {
  font-size: 10px;
  color: #f5f6fa;
  padding: 3px;
  background-color: #585c67;
}

.info__cat--blog {
  background-color: #daeef0;
}

.info__day {
  font-size: 10px;
  padding-left: 3px;
}

.info__bg {
  background-position: center center;
  background-size: cover;
}

.info__bg--top {
  background-image: url(../images/hero01.jpg);
}

.info__bg--notice {
  background-image: url(../images/hero02.jpg);
}

.info__bg--video {
  background-image: url(../images/hero03.jpg);
}

.info__bg--tweet {
  background-image: url(../images/hero04.jpg);
}

.footer {
  text-align: center;
}

.footer a,
.footer small {
  color: #666;
}

.footer__inner {
  padding: 10px;
}

.footer li {
  margin: 0 10px;
}

.profile__title {
  padding: 1.25%;
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}

.profile__title span {
  border-bottom: 1px solid #d6dae2;
  display: block;
  color: #daeef0;
  font-size: 20px;
  padding: 5px;
}

.profile__right {
  position: relative;
}

.profile__inner {
  position: absolute;
  border: double 7px #daeef0;
  padding: 10%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .profile__inner {
    position: static;
    padding: 10%;
    margin-right: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-bottom: 2.5%;
  }
}

.profile h4 {
  background-color: #0a3382;
  color: #eee;
  width: 100%;
  padding: 3px 10px;
  letter-spacing: 2px;
  margin-bottom: 1.25%;
}

.profile ul {
  margin-bottom: 2.5%;
}

.profile li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px #d6dae2 dotted;
}

.fanclub__logo {
  margin: 2.5% 0;
}

.fanclub__logo img {
  display: block;
  margin: 5px auto;
}

.fanclub__logo p {
  font-size: 16px;
  text-align: center;
}

.fanclub__item {
  width: calc(16.66666667% - 10px);
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .fanclub__item {
    width: calc(33.333333% - 10px);
  }
}

.fanclub__content {
  margin-bottom: 2.5%;
}

.fanclub__content p {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fanclub__content p {
    font-size: 12px;
  }
}

.fanclub__caution {
  margin-bottom: 2.5%;
  text-align: center;
}

.fanclub__form {
  background-color: #fce5e6;
  padding: 5%;
}

.login__inner {
  padding: 5%;
}

.login__logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .login__logo {
    display: block;
    margin-top: 10px;
  }
  .login__logo img {
    width: 80%;
    margin: 0 auto;
  }
}

.login__top {
  background-color: #eee;
  outline: 2px solid #daeef0;
  /* 線幅、線のスタイル、カラー */
  outline-offset: -10px;
}

.login__bottom {
  padding: 20px 0;
  border: 10px solid #daeef0;
}

.login__bottom h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.25%;
  text-align: center;
}

.login__bottom p {
  margin-bottom: 1.25%;
  text-align: center;
  max-width: 600px;
  margin: 5px auto;
}

.login__bottom a {
  display: block;
  background-color: #daeef0;
  color: #666;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.page__title {
  color:#fff;
  text-align: center;
  padding: 20px 1.25% 1.25%;
  margin: 0 0 3%;         
  letter-spacing: 0.1em;
}

.post {
  color: #484b54;
}

.post__title {
  line-height: 1.4;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 1.25%;
}

.post__dis {
  margin-bottom: 1.25%;
  color: #8b8d91;
}

.post__eye {
  max-width: 600px;
  margin: 0 auto 1.25% auto;
}

.post__content {
  margin-bottom: 1.25%;
}

.post__content h2,
.post__content h3 {
  margin-bottom: 2.5%;
}

.post__content h4,
.post__content p {
  margin-bottom: 1.25%;
}

.post__content h2 {
  font-size: 22px;
  background-color: #daeef0;
  padding: 1.25% 2.5%;
  color: #f5f6fa;
}

@media screen and (max-width: 768px) {
  .post__content h2 {
    font-size: 18px;
  }
}

.post__content h3 {
  font-size: 22px;
  border-bottom: 4px solid #daeef0;
}

@media screen and (max-width: 768px) {
  .post__content h3 {
    font-size: 18px;
  }
}

.post__content h4 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .post__content h4 {
    font-size: 16px;
  }
}

.post__content h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  padding-right: 6px;
  color: #E02613;
}

.post__content p {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .post__content p {
    font-size: 14px;
  }
}

.post__content blockquote {
  position: relative;
  padding: 5px 15px 5px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #d6dae2;
  margin-bottom: 2.5%;
}

.post__content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 38px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  background: #d6dae2;
  font-weight: 900;
}

.post__content blockquote:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 30px;
  height: 0;
  width: 0;
  border-left: 19px solid #fce5e6;
  border-right: 19px solid #fce5e6;
  border-bottom: 10px solid transparent;
}

.post__content .quote23 blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

.post__content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.post-copy {
  color: #424242;
  font-size: 12px;
  text-align: right;
}

.post-copy:before {
  content: "出典 : ";
}

.post-copy a {
  color: #424242;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #484b54;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  background-color: #f5f6fa !important;
  border: 0px solid #f5f6fa !important;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover {
  color: #424242;
}

.wp-pagenavi span.current {
  color: #484b54 !important;
  font-weight: normal;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000 !important;
}

.wp-pagenavi .pages span {
  display: none;
}

.tab__list {
  margin: 0 5px;
}

.tab__item {
  width: calc(16.66667% - 10px);
  padding: 10px 0;
  font-weight: bold;
  margin: 5px;
  border: 1px solid #92d1d7;
  text-align: center;
}

.tab__item a {
  display: block;
}

@media screen and (max-width: 1000px) {
  .tab__item {
    text-align: center;
    width: calc(50% - 10px);
  }
}

.tab__item.select {
  position: relative;
  background: #daeef0;
  color: #666;
  border: 0px solid #8b8d91;
}

.tab__item.select:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 7px solid #daeef0;
}

@media screen and (max-width: 768px) {
  .tab__item.select:before {
    border-top: 0px solid #daeef0;
  }
}

.tab__content {
  margin: 0 0 2.5% 0;
}

.tab__inner {
  margin: 1px 10px 0 10px;
  padding-top: 10px;
  border-top: 1px solid #daeef0;
}

@media screen and (max-width: 768px) {
  .tab__inner {
    border-top: 0px solid #8b8d91;
  }
}

.hide {
  display: none;
}

.banner {
  margin-bottom: 2.5%;
}

.banner__item {
  margin: 5px;
}

.link {
  margin-bottom: 2.5%;
}

.link__item {
  margin-left: 40px;
}

.link__item img {
  height: 50px;
}

.sns {
  letter-spacing: 2px;
  margin-bottom: 2.5%;
}

.sns__item {
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

.sns__item a {
  font-size: 12px;
  display: block;
  color: #f5f6fa;
}

.sns__item--tw {
  background-color: #00ACED;
}

.sns__item--fb {
  background-color: #3B5998;
}

.sns__item--insta {
  background-color: #912FC2;
}

.sns i {
  font-size: 22px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 300px;
 overflow: hidden;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.container--m {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--m {
    padding: 0 10px;
  }
}

.container--s {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container--s {
    padding: 0 10px;
  }
}

.none {
  display: none;
}

.filter {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.filter--red {
  background: linear-gradient(-45deg, rgba(229, 17, 0, 0.8), rgba(1, 1, 1, 0.8));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--aligncenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--alignend {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex .flex__item--2 {
  width: calc(50% - 10px);
}

.flex .flex__item--3 {
  width: calc(33.3333% - 10px);
}

.flex .flex__item--4 {
  width: calc(25% - 10px);
}

.flex .flex__item--5 {
  width: calc(20% - 10px);
}

.flex .flex__item--6 {
  width: calc(16.66666667% - 10px);
}
.flex__item--6 p{
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .flex--sp>div {
    width: calc(100%) !important;
  }
  .flex--sp>article {
    width: calc(50% - 10px) !important;
  }
}

.content--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb_iframe_widget>span {
  vertical-align: baseline !important;
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 50.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap {
  display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FAFAFA;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

@-webkit-keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -256px 256px;
  }
}

@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -256px 256px;
  }
}

.form__item {
  width: 100%;
  margin-bottom: 10px;
}

.form input {
  display: inline-block;
}

.form span {
  display: inline-block;
}

.form input[type="submit"] {
  width: 100%;
  background-color: #0a3382;
  color: #fff;
  border: 0px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .form input[type="submit"] {
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}

.form--login input {
  width: 90%;
}

.form--login span {
  width: 10%;
  padding-right: 10px;
}

.form--fanclub input {
  width: 100%;
}

.button {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  color: #3AAE36;
  border: 2px solid #3AAE36;
  padding: 1rem;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  word-break: normal;
  border-radius: 6px;
}

.button:hover {
  background-color: rgba(1, 1, 1, 0.2);
  color: white;
  border: 2px solid white;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.button-b {
  display: block;
  background-color: rgba(1, 1, 1, 0.2);
  color: white;
  border: 2px solid white;
  padding: 1rem;
  margin: .5rem;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 1px;
}

.button-b:hover {
  background-color: white;
  color: #3AAE36;
  border: 2px solid #3AAE36;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/

.nav-unshown {
  display: none;
}


/*アイコンのスペース*/

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}


/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 4px;
  /*線の太さ*/
  width: 30px;
  /*長さ*/
  border-radius: 3px;
  background: #f5f6fa;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -10px;
}

#nav-open span:after {
  bottom: -20px;
}


/*閉じる用の薄黒カバー*/

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/*中身*/

@media screen and (max-width: 768px) {
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #daeef0;
    /*背景色*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
}


/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

@media all and (min-width: 769px) {
  .alternate-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }
}

.alternate-layout~.alternate-layout {
  margin-top: 64px;
}

@media all and (min-width: 769px) {
  .alternate-layout.alternate-layout--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 769px) {
  .alternate-layout.alternate-layout--reverse .alternate-layout__detail {
    margin-left: auto;
    margin-right: -10%;
  }
}

.alternate-layout__img {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media all and (min-width: 769px) {
  .alternate-layout__img {
    height: 100%;
    width: 70%;
  }
}

.alternate-layout__detail {
  width: 90%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #333;
}

@media all and (min-width: 769px) {
  .alternate-layout__detail {
    width: 40%;
    height: 250px;
    margin-top: 30px;
    margin-left: -10%;
  }
}

.alternate-layout__heading {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdbdbd;
}

@media screen and (max-width: 768px) {
  .alternate-layout__heading {
    font-size: 16px;
  }
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.btn a {
  border-radius: 20px;
  display: block;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 5px 0;
}

.btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.btn--black a {
  border: solid 1px #333;
  color: #333;
}

.btn--black a:hover {
  background-color: #333;
  color: #FAFAFA;
}

.btn--white a {
  color: #FAFAFA;
  border: solid 1px #FAFAFA;
}

.btn--white a:hover {
  background-color: #FAFAFA;
  color: #333;
}

.arrow a {
  padding-top: 60px;
}

.arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.arrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagenation li {
  border: 1px solid #daeef0;
  width: 50px;
  text-align: center;
  margin: 0 1.25%;
}

.pagenation li a {
  color: #daeef0;
  display: block;
}

.pagenation .active {
  background-color: #daeef0;
  color: #f5f6fa;
}

.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}

.appreach:after {
  content: "";
  display: block;
  clear: both;
}

.appreach p {
  margin: 0;
}

.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}

.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}

.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__developper,
.appreach__price {
  margin-right: 0.5em;
}

.appreach__posted a {
  margin-left: 0.5em;
}

.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}

.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}

.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.nav-drawer {
  position: relative;
}


/*チェックボックス等は非表示に*/

.nav-unshown {
  display: none;
}


/*アイコンのスペース*/

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}


/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 4px;
  /*線の太さ*/
  width: 36px;
  /*長さ*/
  border-radius: 3px;
  background: #484b54;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -10px;
}

#nav-open span:after {
  bottom: -20px;
}


/*閉じる用の薄黒カバー*/

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


/*中身*/

@media screen and (max-width: 768px) {
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #daeef0;
    /*背景色*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
}


/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.table {
  width: 100%;
  color: #333;
  font-size: 14px;
}

.table tbody {
  margin-bottom: 30px;
  border-bottom: 1px solid #d6dae2;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .table tbody {
    margin-bottom: 0px;
  }
}

.table tr {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .table tr:first-child {
    width: 30%;
  }
  .table tr:last-child {
    width: 70%;
  }
}

.table th,
.table td {
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 768px) {
  .table th,
  .table td {
    margin-bottom: 0px;
  }
}

.table th {
  color: #daeef0;
}

.table td {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .table th {
    padding-top: 10px;
  }
  .table td {
    width: 100%;
    display: block;
    text-align: left;
  }
}