.drower {
  font-size: 0;
}

.twitter__switch {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.1;
  color: #111;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

input[type='text'],
input[type='email'],
input[type='submit'],
button,
textarea {
  cursor: pointer;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type='submit'],
button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
}

::-moz-selection {
  font-weight: bold;
  color: #fff;
  background: none repeat scroll 0 0 #222;
}

::selection {
  color: #fff;
  background: none repeat scroll 0 0 #222;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

[src$='.svg'],
[data$='.svg'] {
  width: 100%;
}

@font-face {
  font-family: 'NotoSansCJKjp-Jxck-Bold';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"),local("NotoSansJP-Bold.otf"),url("../font/NotoSansCJKjp-Bold.woff") format("woff"),url("../font/NotoSansCJKjp-Bold.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../font/Montserrat-Bold.woff") format("woff"),url("../font/Montserrat-Bold.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Chango-Regular';
  src: url("../font/Chango-Regular.woff") format("woff"),url("../font/Chango-Regular.ttf") format("ttf");
  font-display: swap;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  visibility: visible !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft,
.fadeInRight {
  visibility: visible !important;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  width: auto;
  height: auto;
  overflow: hidden;
}

.mCSB_inside>.mCSB_container {
  margin-right: 20px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 8px;
  height: auto;
  background: #95b5bd;
  border-radius: 8px;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 0px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  z-index: 1;
  width: 100%;
  height: 30px;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #428494;
  border-radius: 8px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

body {
  font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  font-size: 1.4em;
  color: #222;
  background: #f5f5f5;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

a {
  color: #111;
  text-decoration: none;
}

.drawerOpen {
  position: static;
  overflow: hidden;
}

.drawerOpen .l_fixed {
  position: fixed;
  width: 100%;
}

.header {
  background: url(../img/index/header_bg.png) repeat;
  background-size: 400px auto;
}

.header-right .hamburger {
  right: 20px;
}

.header-right .drower {
  margin-left: -15px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.drawerOpen .header-right .drower {
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header__logo {
  width: 195px;
}

.header__wrap {
  padding: 15px;
}

.character {
  position: relative;
}

.character__wrap {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
  padding-bottom: 74.66667%;
}

.character__wrapFix {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
  padding-bottom: 60%;
}

.character__img {
  position: relative;
  z-index: 2;
}

.character__go {
  position: absolute;
  top: 20%;
  left: 12%;
  z-index: 2;
  width: 28%;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -webkit-transform-origin: 50% 148px;
  transform-origin: 50% 148px;
}

.character__go:hover {
  opacity: 0.7;
}

.character__goFix {
  position: absolute;
  top: 22%;
  left: 12%;
  z-index: 2;
  width: 28%;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  -webkit-transform-origin: 50% 148px;
  transform-origin: 50% 148px;
}

.character__goFix:hover {
  opacity: 0.7;
}

.character__yellowHat {
  display: none;
}

.character__item {
  position: absolute;
  z-index: 2;
  display: block;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.character__item:hover {
  opacity: 0.7;
}

.character__item-n1 {
  bottom: 33.33333%;
  width: 40.26667%;
  left: 2%;
}

.character__item-n1Fix {
  bottom: 24%;
  width: 40.26667%;
  left: 2%;
}

.character__item-n2 {
  right: 2%;
  width: 44.8%;
  bottom: 26.66667%;
}

.character__item-n2Fix {
  right: 2.66667%;
  width: 44.8%;
  bottom: 18.66667%;
}

.character__item-n3 {
  left: 20%;
  bottom: 6.66667%;
  width: 44.8%;
}

.character__item-n4 {
  display: none;
}

.character__item-n4Fix {
  display: none;
}

.character__item-twitter {
  right: 15%;
  bottom: 6%;
  width: 50px;
  height: 50px;
}

.character__item-twitterFix {
  right: 50%;
  bottom: 6%;
  width: 50px;
  height: 50px;
  margin-right: -25px;
}

.hamburger {
  position: absolute;
  top: 35px;
  z-index: 100;
  display: inline-block;
  width: 25px;
  height: 19px;
  cursor: pointer;
}

.hamburger__pipe {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #111;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hamburger__pipe:nth-of-type(1) {
  top: 0;
}

.hamburger__pipe:nth-of-type(2) {
  top: 8px;
}

.hamburger__pipe:nth-of-type(3) {
  bottom: 0;
}

.drawerOpen .hamburger div {
  background: #fff;
}

.drawerOpen .hamburger div:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.drawerOpen .hamburger div:nth-of-type(2) {
  opacity: 0;
}

.drawerOpen .hamburger div:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.drower {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 80px 20px 120px 20px;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.9);
  -webkit-transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 500ms cubic-bezier(0.17, 0.935, 0.305, 1);
  -webkit-overflow-scrolling: touch;
  will-change: transform;
}

.drower__item {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.drower__item:first-child {
  border-top: 1px solid #e8e8e8;
}

.drower__item-active::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drower__link {
  position: relative;
  display: block;
  padding: 20px 0 20px 40px;
  font-family: "NotoSansCJKjp-Jxck-Bold";
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.drower__link::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  background: url(../img/common/gnav_icon.png) no-repeat 0 50%;
  background-size: 30px auto;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

.l_layout {
  padding: 40px 15px 50px;
}

.card {
  padding-bottom: 50px;
}

.card-info {
  padding-bottom: 0;
}

.card__accordion {
  display: none;
  margin-top: -6px;
  border-top: 1px solid transparent;
}

.card__wrap,
.card__wrapBlock {
  display: block;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  background: #eac31d;
  border: 1px solid transparent;
  border-radius: 5px;
}

.card__wrap:hover .card__text {
  text-decoration: underline;
}

.card__item {
  display: block;
  margin-top: -10px;
  margin-left: -10px;
  overflow: hidden;
  background: #ffd523;
  border-radius: 5px;
}

.card__thumbnail {
  position: relative;
  padding: 20px;
  background: #fff;
}

.card__tagWrap {
  text-align: center;
}

.card__tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 5px 30px;
  margin-top: -12px;
  color: #fff;
  vertical-align: top;
  background: #ff8100;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.card__new {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Chango-Regular";
  font-size: 18px;
  font-size: 1.8rem;
  color: #d91f10;
}

.card__body {
  padding: 0 20px 20px;
}

.card__day {
  font-family: "Montserrat-Bold";
  color: #111;
  font-size: 12px;
  font-size: 1.2rem;
}

.card__switch {
  text-align: center;
}

.card__switch+.card__switch {
  margin-top: 20px;
}

.card__switchLink {
  display: block;
  padding: 10px;
  background: #fff;
  border: 3px solid #111;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}

.card__switchLink:hover {
  color: #fff;
  background: #111;
}

.card__switchLink-black {
  color: #fff;
  background: #111;
}

.card__switchLink-black:hover {
  color: #111;
  background: #fff;
}

.head {
  text-align: center;
}

.head__title {
  display: inline-block;
  padding: 0 5px 5px;
  margin-bottom: 30px;
  font-family: "NotoSansCJKjp-Jxck-Bold";
  text-align: center;
  vertical-align: top;
  background: url(../img/common/head_bg.png) repeat-x 0 120%;
  background-size: 10px auto;
  font-size: 24px;
  font-size: 2.4rem;
}

.head__title-green {
  color: #fff;
  background-image: url(../img/common/head_bg2.png);
}

.schedule {
  height: 460px;
  padding: 30px 15px;
  margin-bottom: 50px;
  background: #4da0b6;
  border-radius: 5px;
}

.schedule__scroll {
  height: 340px;
}

.schedule__item {
  display: block;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}

.schedule__item:last-of-type {
  margin-bottom: 0;
}

.schedule__day {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  font-family: "Montserrat-Bold";
}

.schedule__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.twitter {
  padding: 30px 15px;
  background: #1da1f2;
  border-radius: 5px;
}

.twitter__head {
  text-align: center;
}

.twitter__title {
  margin-bottom: 20px;
  font-family: "Montserrat-Bold";
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.twitter__hash {
  padding: 10px;
  text-align: right;
  background: #fff;
}

.twitter__link:hover .twitter__switch {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.twitter__img {
  overflow: hidden;
  border-radius: 5px;
}

.twitter__text {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.twitter__switch {
  padding: 10px;
  margin-top: 5px;
  color: #1b95e0;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}

.profile {
  margin-bottom: 10px;
}

.profile__img {
  width: 60%;
  margin: 0 auto 40px;
}

.profile__cell {
  padding: 15px;
  background: #ffd523;
  border-radius: 5px;
}

.profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}

.profile__title {
  width: 100px;
  padding: 8px;
  text-align: center;
  background: #ff8100;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.profile__text {
  width: 100%;
  padding-left: 110px;
  margin-left: -100px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.selfInfo {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.selfInfo-like {
  background: #ffd523;
}

.selfInfo-dislike {
  background: #ffbf4c;
}

.selfInfo-pr {
  margin-bottom: 40px;
  background: #ffb300;
}

.selfInfo__block {
  padding: 40px 20px;
}

.selfInfo__block-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.selfInfo__img {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 0 auto 20px;
}

.selfInfo__list {
  position: relative;
  z-index: 2;
}

.selfInfo__item {
  margin-left: 25px;
  list-style-type: disc;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.selfInfo__text {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.selfInfo__en {
  position: absolute;
  bottom: -15px;
  left: 20px;
  z-index: 1;
  font-family: "Montserrat-Bold";
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
}

.selfInfo__en-like {
  color: #edc61f;
}

.selfInfo__en-dislike {
  right: 20px;
  left: auto;
  color: #eeb247;
}

.selfInfo__en-pr {
  color: #eca603;
}

.collection {
  position: relative;
  z-index: 2;
}

.collection__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}

.collection__grid {
  width: calc(50% - 25px);
  padding-right: 10px;
  padding-bottom: 10px;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 10px;
  background: #eac31d;
  border: 1px solid transparent;
  border-radius: 5px;
}

.collection__gridWrap {
  display: block;
  margin-top: -10px;
  margin-left: -10px;
  overflow: hidden;
  background: #ffd523;
  border-radius: 5px;
}

.collection__thumbnail {
  text-align: center;
  background: #fff;
}

.collection__body {
  padding: 15px;
}

.collection__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.collection__text {
  font-size: 13px;
  font-size: 1.3rem;
}

.collection__num {
  color: #d91f10;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.goodsCcharacter {
  display: none;
}

.comic__character {
  margin: 0 auto;
}

.comic__character-n1 {
  width: 60%;
  margin-bottom: 30px;
}

.comic__character-n2 {
  width: 60%;
  margin-bottom: 30px;
}

.comic__title {
  margin-bottom: 30px;
  font-family: "NotoSansCJKjp-Jxck-Bold";
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.comic__img {
  margin-bottom: 30px;
}

.comic img {
  width: 100%;
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}

.pageNav__item {
  padding: 10px 14px;
  margin-left: 1px;
  font-family: "Montserrat-Bold";
  background: #ffd523;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.pageNav__item-current,
.pageNav__item:hover {
  color: #fff;
  background: #111;
}

.comment {
  padding: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  margin-left: 15px;
  background: #fff;
  border: 1px solid #000;
}

.comment__text {
  font-size: 12px;
  font-size: 1.2rem;
}

.info {
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  background: #ffd523;
  border: 1px solid transparent;
  border-radius: 5px;
}

.info__wrap {
  padding: 20px 15px 30px;
  margin-top: -10px;
  margin-left: -10px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

.info__day {
  font-family: "Montserrat-Bold";
  color: #111;
  font-size: 12px;
  font-size: 1.2rem;
}

.info__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: "NotoSansCJKjp-Jxck-Bold";
  vertical-align: top;
  background: url(../img/common/head_bg.png) repeat-x 0 100%;
  background-size: 10px auto;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

.info__img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}

.info__img img {
  width: 100%;
}

.info__tag {
  position: absolute;
  top: -21px;
  z-index: 2;
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  vertical-align: top;
  background: #ff8100;
  border-radius: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}

.info__text {
  font-size: 15px;
  font-size: 1.5rem;
}

.info__new {
  font-family: "Chango-Regular";
  color: #d91f10;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.pagetop__img {
  display: block;
  width: 150px;
  margin: 0 auto;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.pagetop__img:hover {
  opacity: 0.7;
}

.footer {
  padding: 40px 15px;
  text-align: center;
  background: #ffd523;
}

.footer__logo {
  width: 200px;
  margin: 0 auto 10px;
}

.footer__copy {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Montserrat-Bold";
}

.u_disable {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  body {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",sans-serif;
    font-size: 1.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .header {
    position: relative;
    min-width: 1160px;
    overflow: hidden;
    background-size: 800px auto;
  }

  .header-right .drower {
    margin-left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header__logo {
    width: 300px;
  }

  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
  }

  .character__wrap {
    width: 1160px;
    height: 750px;
    padding-bottom: 0;
    margin: auto;
  }

  .character__wrapFix {
    width: 1160px;
    height: 750px;
    padding-bottom: 0;
    margin: auto;
  }

  .character__visual {
    position: relative;
    width: 820px;
    margin: auto;
  }

  .character__go {
    top: 43%;
    left: 100px;
    width: 230px;
  }

  .character__go:hover {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }

  .character__goFix {
    top: 43%;
    left: 100px;
    width: 230px;
  }

  .character__goFix:hover {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  }

  .character__yellowHat {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Montserrat-Bold";
    color: #edc61f;
    font-size: 240px;
    font-size: 24rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .character__item-n1 {
    bottom: 50px;
    left: 30px;
    max-width: 235px;
    width: 27.32558%;
  }

  .character__item-n1Fix {
    bottom: 50px;
    left: 100px;
    max-width: 235px;
    width: 27.32558%;
  }

  .character__item-n2 {
    right: 580px;
    bottom: 50px;
    max-width: 269px;
    width: 31.27907%;
  }

  .character__item-n2Fix {
    right: 440px;
    bottom: 50px;
    max-width: 269px;
    width: 31.27907%;
  }

  .character__item-n3 {
    right: 260px;
    bottom: 50px;
    left: auto;
    max-width: 270px;
    width: 31.39535%;
  }

  .character__item-n4 {
    right: 30px;
    bottom: 50px;
    display: block;
    max-width: 189px;
    width: 21.97674%;
  }

  .character__item-n4Fix {
    right: 100px;
    bottom: 50px;
    display: block;
    max-width: 189px;
    width: 21.97674%;
  }

  .character__item-twitter {
    top: 0;
    right: 30px;
    bottom: auto;
    width: 60px;
    height: 60px;
  }

  .character__item-twitterFix {
    top: 0;
    right: 30px;
    bottom: auto;
    width: 60px;
    height: 60px;
    margin-right: 0;
  }

  .hamburger {
    display: none;
  }

  .drower {
    position: static;
    width: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
  }

  .drower__item {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 40px;
    vertical-align: middle;
    border-bottom: none;
  }

  .drower__item:last-of-type {
    margin-bottom: 0;
  }

  .drower__item {
    margin-bottom: 0;
    margin-left: 80px;
  }

  .drower__item:first-child {
    border-top: none;
  }

  .drower__item-current,
  .drower__item:hover {
    background: #333;
  }

  .drower__link {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 2px 10px 4px;
    background: #111;
    border: 3px solid #111;
    -webkit-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
  }

  .drower__link-current,
  .drower__link:hover {
    color: #111;
    background: #fff;
    border: 3px solid #111;
  }

  .drower__link::before {
    top: -5px;
    left: -40px;
  }

  .l_layoutOut {
    position: relative;
    overflow: hidden;
  }

  .l_layout {
    width: 1160px;
    padding: 80px 30px 30px;
    margin: 0 auto;
  }

  .l_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card {
    padding-bottom: 80px;
  }

  .card-info {
    padding-bottom: 0;
  }

  .card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-left: -30px;
  }

  .card__wrap,
  .card__wrapBlock {
    width: calc(33.3333333% - 40px);
    margin-left: 40px;
  }

  .card__tag {
    padding: 6px 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .card__body {
    padding: 0 20px 25px;
  }

  .card__day {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .card__switch-more {
    display: none;
  }

  .card__switchLink {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 400px;
    padding: 15px;
    margin: auto;
  }

  .head__title {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
    background-size: 20px auto;
  }

  .head__title-green {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }

  .schedule {
    width: calc(50% - 15px);
    height: 684px;
  }

  .schedule__scroll {
    height: 559px;
  }

  .schedule__item {
    padding: 20px;
    margin-bottom: 15px;
  }

  .schedule__day {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .schedule__title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .twitter {
    width: calc(50% - 15px);
  }

  .twitter__title {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .twitter__hash {
    padding-top: 0;
  }

  .twitter__switch {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .profile__img {
    width: calc(50% - 50px);
    margin: 0;
  }

  .profile__cell {
    width: 50%;
  }

  .profile__title {
    width: 160px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .profile__text {
    padding-left: 180px;
    margin-left: -160px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .selfInfo-pr {
    margin-bottom: 60px;
  }

  .selfInfo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    padding: 80px 30px;
    margin: 0 auto;
  }

  .selfInfo__img {
    width: 50%;
  }

  .selfInfo__img-dislike {
    width: 55%;
  }

  .selfInfo__list {
    width: calc(50% - 50px);
  }

  .selfInfo__list-dislike {
    width: 45%;
    padding-left: 80px;
  }

  .selfInfo__item {
    font-size: 20px;
    font-size: 2rem;
  }

  .selfInfo__text {
    font-size: 20px;
    font-size: 2rem;
  }

  .selfInfo__en {
    bottom: -28px;
    left: 5%;
    font-size: 200px;
    font-size: 20rem;
  }

  .selfInfo__en-dislike {
    right: 5%;
    left: auto;
  }

  .collection__flex {
    margin-right: -30px;
  }

  .collection__grid {
    width: calc(33.3333333% - 40px);
    margin-right: 30px;
    margin-bottom: 40px;
  }

  .collection__body {
    padding: 20px;
  }

  .collection__title {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .collection__num {
    font-size: 20px;
    font-size: 2rem;
  }

  .goodsCcharacter {
    display: block;
  }

  .goodsCcharacter__item {
    position: absolute;
  }

  .goodsCcharacter__item-n1 {
    top: 600px;
    left: -10px;
    width: 143px;
  }

  .goodsCcharacter__item-n2 {
    top: 300px;
    right: -40px;
    width: 194px;
  }

  .goodsCcharacter__item-n3 {
    top: 900px;
    right: -20px;
    width: 190px;
  }

  .goodsCcharacter__item-n4 {
    top: 1100px;
    left: -20px;
    width: 150px;
  }

  .goodsCcharacter__item-n5 {
    right: -20px;
    bottom: 0;
    width: 426px;
  }

  .comic__character-n1 {
    width: 301px;
    margin-bottom: 40px;
  }

  .comic__character-n2 {
    width: 374px;
    margin-bottom: 60px;
  }

  .comic__title {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 40px;
  }

  .comic__img {
    margin-bottom: 40px;
  }

  .pageNav {
    margin-bottom: 60px;
  }

  .pageNav__item {
    padding: 15px 22px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .comment {
    width: 700px;
    padding: 20px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .comment__text {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .info__wrap {
    padding: 30px 40px 60px;
  }

  .info__day {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .info__title {
    font-size: 36px;
    font-size: 3.6rem;
    padding-bottom: 5px;
    margin-bottom: 40px;
    background-position: 0 120%;
    background-size: 20px auto;
  }

  .info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info__body {
    width: 50%;
    padding-right: 50px;
  }

  .info__img {
    width: 50%;
  }

  .info__tag {
    top: -25px;
    left: 30px;
    padding: 8px 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .info__text {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .info__new {
    font-size: 36px;
    font-size: 3.6rem;
  }
}