@charset "UTF-8";
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: vw(100) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverinr {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoveroutr {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
/* hover */
.animate_opacity {
  transition: opacity 0.3s; }

.animate_opacity:hover {
  opacity: 0.8; }

.animate_filter {
  transition: filter 0.3s; }

.animate_filter:hover {
  filter: brightness(1.2); }

[data-opacity] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(50px);
  transition: 1.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }

[data-opacity].animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0); }

@media screen and (min-width: 768px) {
  [data-pc-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-pc-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-pc-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 767px) {
  [data-opacity],
  [data-sp-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-opacity],
  .ie11 [data-sp-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-sp-opacity].animated,
  [data-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
[data-sp-opacity],
[data-pc-opacity],
[data-opacity],
[data-once] {
  will-change: transform;
  backface-visibility: hidden; }

.btn {
  overflow: hidden;
  transition: transform 0.2s; }
  .btn i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives span {
  overflow: hidden;
  transition: transform 0.2s; }
  #home .characters .archives span em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives a:hover span,
.btn:hover {
  transform: scale(0.96);
  transition: transform 0.4s , filter 0.4s;
  filter: brightness(1.11); }

#home .characters .archives a span em,
.btn i {
  transform: scale(1);
  transition: opacity 0.6s , filter 0.6s;
  opacity: 1; }

@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: vw(100) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverinr {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoveroutr {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
/* hover */
.animate_opacity {
  transition: opacity 0.3s; }
  .animate_opacity:hover {
    opacity: 0.8; }

.animate_filter {
  transition: filter 0.3s; }
  .animate_filter:hover {
    filter: brightness(1.2); }

[data-opacity] {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(50px);
  transition: 1.5s 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
  [data-opacity].animated {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); }

@media screen and (min-width: 768px) {
  [data-pc-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-pc-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-pc-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 767px) {
  [data-opacity], [data-sp-opacity] {
    opacity: 0;
    transform: translateY(10vw);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-opacity], .ie11 [data-sp-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.5s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-sp-opacity].animated, [data-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
[data-sp-opacity], [data-pc-opacity], [data-opacity], [data-once] {
  will-change: transform;
  backface-visibility: hidden; }

.btn {
  overflow: hidden;
  transition: transform 0.2s; }
  .btn i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }

#home .characters .archives span {
  overflow: hidden;
  transition: transform 0.2s; }
  #home .characters .archives span em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    transform-origin: center center;
    transform: scale(1);
    transition: opacity 0.2s;
    opacity: 0; }
#home .characters .archives a:hover span {
  transform: scale(0.96);
  transition: transform 0.4s , filter 0.4s;
  filter: brightness(1.11); }

.btn:hover {
  transform: scale(0.96);
  transition: transform 0.4s , filter 0.4s;
  filter: brightness(1.11); }

#home .characters .archives a span em, .btn i {
  transform: scale(1);
  transition: opacity 0.6s , filter 0.6s;
  opacity: 1; }

/* pc 769px - 1200- */
.lnfix .second .ln {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3); }

.ln.sp, .ln.pc ul.sp {
  display: none; }

#contents {
  /*section#section02*/ }
  #contents .accent_color {
    color: #017dbd; }
  #contents .text_center {
    text-align: center; }
  #contents .btn01 {
    display: block;
    background-color: #b48573;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    transition: opacity 0.3s; }
    #contents .btn01:hover {
      opacity: 0.7; }
  #contents .zoomimg a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    #contents .zoomimg a::after {
      content: 'ZOOM';
      font-family: din-2014;
      font-weight: bold;
      color: #fff;
      background: #b48573;
      position: absolute;
      border-radius: 50%;
      text-align: center;
      letter-spacing: 0.05em;
      transition: transform 0.4s;
      line-height: 1; }
    #contents .zoomimg a img {
      transition: 0.3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    #contents .zoomimg a:hover img {
      filter: brightness(1.1); }
    #contents .zoomimg a:hover::after {
      transform: scale(1.23);
      transition: transform 0.2s; }
  #contents .mv {
    width: 1092px;
    margin: 0 auto; }
    #contents .mv .visual_wrap {
      position: relative; }
      #contents .mv .visual_wrap .date {
        background: #3b3b3c;
        color: #fff;
        text-align: center;
        letter-spacing: -0.02em;
        font-family: din-2014; }
      #contents .mv .visual_wrap img {
        width: 100%;
        vertical-align: bottom; }
    #contents .mv .text {
      text-align: center;
      line-height: 2.35;
      letter-spacing: 0.035em;
      font-weight: 700; }
      #contents .mv .text p + p {
        padding-top: 39px; }
  #contents section .line_wrap {
    position: relative;
    margin: 0 auto; }
    #contents section .line_wrap:after {
      content: "";
      width: 100%;
      height: 100%;
      border: 4px solid #3b3b3c;
      position: absolute;
      left: 0;
      top: 0; }
  #contents section dl {
    position: relative;
    z-index: 1; }
    #contents section dl dt {
      width: 100%;
      text-align: center;
      color: #017dbd;
      background: #f0f0f0;
      letter-spacing: 0.04em;
      font-weight: 700;
      min-height: 54px;
      line-height: 1.3; }
    #contents section dl dd {
      font-weight: 700;
      line-height: 2.35;
      letter-spacing: 0.04em; }
      #contents section dl dd:last-of-type {
        padding-bottom: 0; }
      #contents section dl dd a span {
        text-decoration: underline; }
      #contents section dl dd a:hover span {
        text-decoration: none; }
      #contents section dl dd img {
        width: 100%;
        margin-top: 1px; }
      #contents section dl dd ul li, #contents section dl dd ol li {
        list-style-position: inside;
        font-weight: 700;
        line-height: 2.35; }
      #contents section dl dd ul > li {
        position: relative;
        text-indent: 1.1em; }
        #contents section dl dd ul > li:before {
          content: "・";
          font-weight: 700;
          position: absolute;
          left: -1.5em;
          top: 0; }
  #contents section h3.box {
    letter-spacing: 0.04em;
    text-align: center;
    margin: 24.5px auto 30px;
    border: 2px solid #3b3b3c;
    font-weight: 700;
    line-height: 1.3; }
  #contents section table.prize {
    width: 100%; }
    #contents section table.prize tr, #contents section table.prize th, #contents section table.prize td {
      border: 2px solid #3b3b3c;
      border-collapse: collapse; }
    #contents section table.prize th {
      background-color: #c0836b;
      color: #ffffff;
      font-weight: 700;
      line-height: 2.05;
      text-align: center; }
    #contents section table.prize td {
      font-weight: 700;
      line-height: 2.05; }
  #contents section#section01 img {
    vertical-align: bottom; }
  #contents section#section02 .wrap h3.box {
    margin: 24.5px auto 39px; }
  #contents section#section02 .wrap.character .modal_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #contents section#section02 .wrap.character .modal_wrap .zoomimg {
      display: block; }
      #contents section#section02 .wrap.character .modal_wrap .zoomimg a {
        display: block; }
    #contents section#section02 .wrap.character .modal_wrap p {
      font-weight: 700;
      text-align: center;
      line-height: 1.2; }
  #contents section#section02 .wrap.movie .modal_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #contents section#section02 .wrap.movie .modal_wrap .inner {
      margin: 0 22px; }
      #contents section#section02 .wrap.movie .modal_wrap .inner .pv {
        display: block;
        width: 100%;
        margin-top: 0; }
        #contents section#section02 .wrap.movie .modal_wrap .inner .pv:after {
          content: none; }
        #contents section#section02 .wrap.movie .modal_wrap .inner .pv a {
          display: block; }
      #contents section#section02 .wrap.movie .modal_wrap .inner p.title {
        font-weight: 700;
        text-align: center;
        line-height: 1.2; }
  #contents section#section03 dl dd ul li {
    padding-left: 0;
    text-indent: 1em;
    line-height: 2.1;
    letter-spacing: 0.04em; }
    #contents section#section03 dl dd ul li:before {
      left: -1em; }
  #contents section#section03 dl dd p {
    line-height: 2.1;
    letter-spacing: 0.04em; }
  #contents section#section04 h2 + p {
    font-weight: 700;
    line-height: 2.35; }
  #contents section#section04 .line_wrap_blue {
    border: 2px solid #017dbd;
    margin: 37.5px auto 0; }
    #contents section#section04 .line_wrap_blue h3 {
      font-weight: 700;
      line-height: 1;
      color: #017dbd;
      text-align: center; }
    #contents section#section04 .line_wrap_blue p {
      font-weight: 700;
      line-height: 2.35;
      letter-spacing: 0.04em; }
  #contents section#section04 .result_group01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px auto 0; }
    #contents section#section04 .result_group01 .result {
      border: 4px solid #3b3b3c;
      margin: 0 20px; }
      #contents section#section04 .result_group01 .result:nth-child(n + 3) {
        margin-top: 40px; }
      #contents section#section04 .result_group01 .result h3 {
        background-color: #f0f0f0;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        color: #017dbd; }
      #contents section#section04 .result_group01 .result h4 {
        font-weight: 700;
        text-align: center;
        position: relative; }
        #contents section#section04 .result_group01 .result h4::after {
          content: '';
          background: #3b3b3c;
          position: absolute;
          left: 50%;
          z-index: 10;
          transform: rotate(45deg);
          margin: 0 0 0 -5px; }
        #contents section#section04 .result_group01 .result h4::before {
          content: '';
          width: 194px;
          height: 1px;
          background: #3b3b3c;
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -97px; }
        #contents section#section04 .result_group01 .result h4 .min {
          font-size: 15px; }
      #contents section#section04 .result_group01 .result .zoomimg {
        background-color: #ededed;
        position: relative; }
        #contents section#section04 .result_group01 .result .zoomimg img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%; }
      #contents section#section04 .result_group01 .result h5 {
        color: #017dbd;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.1em; }
      #contents section#section04 .result_group01 .result h6 {
        font-weight: 700;
        margin-top: 35px; }
      #contents section#section04 .result_group01 .result p {
        font-weight: bold;
        line-height: 1.8; }
  #contents section#section04 .result_group02 h3 {
    text-align: center;
    color: #017dbd;
    background: #f0f0f0;
    letter-spacing: 0.04em;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0 !important; }
  #contents section#section04 .result_group02 .result_wrap {
    position: relative;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 100; }
  #contents section#section04 .result_group02 .result h3 {
    background-color: #f0f0f0;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #017dbd;
    margin-top: 0 !important; }
  #contents section#section04 .result_group02 .result h4 {
    font-weight: 700;
    text-align: center;
    position: relative; }
    #contents section#section04 .result_group02 .result h4::after {
      content: '';
      background: #3b3b3c;
      position: absolute;
      left: 50%;
      bottom: -3px;
      z-index: 10;
      transform: rotate(45deg);
      margin: 0 0 0 -5px; }
    #contents section#section04 .result_group02 .result h4::before {
      content: '';
      background: #3b3b3c;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -97px; }
  #contents section#section04 .result_group02 .result .zoomimg {
    background-color: #ededed;
    position: relative; }
    #contents section#section04 .result_group02 .result .zoomimg img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  #contents section#section04 .result_group02 .result h5 {
    color: #017dbd;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em; }
  #contents section#section04 .result_group02 .result h6 {
    font-weight: 700; }
  #contents section#section04 .result_group02 .result p {
    font-weight: bold;
    line-height: 1.8; }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* 	pc 769-1200 *************************************************************/
  #contents {
    /*section#section02*/ }
    #contents .btn01 {
      width: 369.429px;
      height: 71.143px;
      font-size: 20.571px;
      line-height: 71.143px; }
    #contents .zoomimg a::after {
      font-size: 10.286px;
      width: 41.143px;
      height: 41.143px;
      right: -17.143px;
      bottom: -18px;
      padding: 16.286px 0 0; }
    #contents .mv {
      width: 936px; }
      #contents .mv .visual_wrap .date {
        width: 238.286px;
        height: 28.286px;
        line-height: 28.286px;
        font-size: 18.857px; }
      #contents .mv .text {
        font-size: 14.571px;
        margin-top: 26.571px; }
        #contents .mv .text p {
          white-space: nowrap; }
          #contents .mv .text p + p {
            padding-top: 33.429px; }
      #contents .mv .large {
        font-size: 18.857px;
        padding-bottom: 17.143px;
        padding-top: 17.143px !important; }
    #contents section .line_wrap {
      width: 1013.143px; }
      #contents section .line_wrap:after {
        border: 3.429px solid #3b3b3c; }
    #contents section dl {
      padding: 45.429px 102.857px 60px; }
      #contents section dl dt {
        font-size: 20.571px;
        min-height: 46.286px;
        line-height: 1.3;
        padding: 12px 25.714px 6.857px; }
      #contents section dl dd {
        font-size: 14.571px;
        padding: 10.714px 0 40.714px; }
        #contents section dl dd ul li {
          font-size: 14.571px; }
        #contents section dl dd ol {
          margin-left: -17.143px; }
          #contents section dl dd ol li {
            font-size: 14.571px; }
        #contents section dl dd ul li:before {
          font-size: 14.571px; }
    #contents section h3.box {
      width: 334.286px;
      font-size: 20.571px;
      margin: 21px auto 25.714px;
      border: 1.714px solid #3b3b3c;
      padding: 7.714px 12.857px 3.429px;
      min-height: 37.714px; }
    #contents section table.prize {
      width: 100%; }
      #contents section table.prize + .text {
        padding: 0 30px;
        margin-top: 29.571px; }
      #contents section table.prize tr, #contents section table.prize th, #contents section table.prize td {
        border: 1.714px solid #3b3b3c; }
      #contents section table.prize th {
        width: 220.286px;
        font-weight: 600px;
        font-size: 14.571px; }
      #contents section table.prize td {
        font-size: 14.571px;
        font-weight: 700;
        line-height: 2.05;
        padding: 6px 18.857px; }
    #contents section#section01 {
      margin-top: 13.714px; }
      #contents section#section01 a.btn01 {
        margin-top: 17.143px; }
      #contents section#section01 img {
        vertical-align: bottom; }
      #contents section#section01 table.prize {
        margin-top: 24.857px; }
      #contents section#section01 .line_wrap dl dd.dd02 {
        padding-right: 38.571px;
        padding-left: 42.857px; }
    #contents section#section02 {
      margin-top: 0; }
      #contents section#section02 dl dd.dd01 {
        font-size: 19.714px; }
      #contents section#section02 .wrap h3.box {
        margin: 21px auto 33.429px; }
      #contents section#section02 .wrap.character .modal_wrap {
        margin: 0 -210px; }
        #contents section#section02 .wrap.character .modal_wrap .zoomimg {
          margin: 0 18.857px; }
          #contents section#section02 .wrap.character .modal_wrap .zoomimg a {
            width: 435.429px;
            height: 217.714px; }
        #contents section#section02 .wrap.character .modal_wrap p {
          font-size: 15.429px;
          font-weight: 600px;
          padding: 14.571px 0 27.429px; }
      #contents section#section02 .wrap.movie .modal_wrap {
        margin: 0 -210px 17.143px; }
        #contents section#section02 .wrap.movie .modal_wrap .inner {
          width: 436.286px;
          margin: 0 18.857px; }
          #contents section#section02 .wrap.movie .modal_wrap .inner .pv {
            height: 260.571px; }
          #contents section#section02 .wrap.movie .modal_wrap .inner p.title {
            font-size: 15.429px;
            padding: 14.571px 0 27.429px; }
    #contents section#section03 {
      margin-top: 0; }
      #contents section#section03 dl dd ul {
        padding-top: 20.571px; }
        #contents section#section03 dl dd ul li {
          font-size: 12px; }
          #contents section#section03 dl dd ul li:before {
            font-size: 12px; }
          #contents section#section03 dl dd ul li + li {
            margin-top: 25.714px; }
      #contents section#section03 dl dd p {
        font-size: 12px;
        font-size: 12px;
        margin-top: 24px; }
    #contents section#section04 {
      margin-top: 30px; }
      #contents section#section04 .section_title {
        margin-bottom: 34.286px; }
      #contents section#section04 h2 + p {
        font-size: 14.571px; }
      #contents section#section04 .line_wrap_blue {
        width: 797.143px;
        border: 1.714px solid #017dbd;
        margin: 32.143px auto 0;
        padding: 34.286px 62.571px 30px; }
        #contents section#section04 .line_wrap_blue h3 {
          font-size: 17.143px;
          margin-bottom: 10.286px; }
        #contents section#section04 .line_wrap_blue p {
          font-size: 14.571px;
          padding-bottom: 16.286px; }
        #contents section#section04 .line_wrap_blue .btn01 {
          width: 258px;
          height: 50.571px;
          line-height: 50.571px; }
      #contents section#section04 .result_group01 {
        margin: 60px auto 0;
        width: 100%; }
        #contents section#section04 .result_group01 .result {
          width: 488.571px;
          border: 3.429px solid #3b3b3c;
          padding: 37.714px 39.429px;
          margin: 0; }
          #contents section#section04 .result_group01 .result:nth-child(odd) {
            margin-right: 17.143px; }
          #contents section#section04 .result_group01 .result:nth-child(even) {
            margin-left: 17.143px; }
          #contents section#section04 .result_group01 .result:nth-child(n + 3) {
            margin-top: 34.286px; }
          #contents section#section04 .result_group01 .result h3 {
            font-size: 20.571px;
            padding: 12px; }
          #contents section#section04 .result_group01 .result h4 {
            font-weight: 700;
            font-size: 15.429px;
            padding-bottom: 15.429px;
            padding-top: 20.571px; }
            #contents section#section04 .result_group01 .result h4::after {
              width: 6px;
              height: 6px;
              bottom: -2.571px;
              z-index: 10;
              transform: rotate(45deg);
              margin: 0 0 0 -4.286px; }
            #contents section#section04 .result_group01 .result h4::before {
              width: 166.286px;
              height: 0.857px;
              margin-left: -83.143px; }
            #contents section#section04 .result_group01 .result h4 .min {
              font-size: 12.857px; }
          #contents section#section04 .result_group01 .result .zoomimg {
            width: 402.857px;
            height: 402.857px;
            margin: 24.857px 0 25.714px; }
          #contents section#section04 .result_group01 .result h5 {
            color: #017dbd;
            font-size: 17.143px;
            line-height: 21.429px; }
          #contents section#section04 .result_group01 .result h6 {
            font-size: 14.571px;
            margin-top: 30px; }
          #contents section#section04 .result_group01 .result p {
            font-size: 12.857px; }
      #contents section#section04 .result_group02 {
        margin-top: 34.286px; }
        #contents section#section04 .result_group02 .line_wrap {
          padding-top: 39.429px; }
        #contents section#section04 .result_group02 h3 {
          width: 797.143px;
          height: 46.286px;
          font-size: 20.571px;
          min-height: 46.286px;
          padding: 9.429px 25.714px;
          margin: 36px auto 0; }
        #contents section#section04 .result_group02 .result_wrap {
          padding: 3.429px 0 53.143px; }
        #contents section#section04 .result_group02 .result {
          width: 209.143px;
          margin: 0 17.143px; }
          #contents section#section04 .result_group02 .result:nth-child(n + 5) {
            margin-top: 12.857px; }
          #contents section#section04 .result_group02 .result h3 {
            font-size: 20.571px;
            padding: 12px; }
          #contents section#section04 .result_group02 .result h4 {
            font-weight: 700;
            font-size: 15.429px;
            padding-bottom: 15.429px;
            padding-top: 20.571px; }
            #contents section#section04 .result_group02 .result h4::after {
              width: 6px;
              height: 6px;
              bottom: -2.571px;
              margin: 0 0 0 -4.286px; }
            #contents section#section04 .result_group02 .result h4::before {
              width: 166.286px;
              height: 0.857px;
              margin-left: -83.143px; }
            #contents section#section04 .result_group02 .result h4 .min {
              font-size: 12.857px; }
          #contents section#section04 .result_group02 .result .zoomimg {
            width: 209.143px;
            height: 209.143px;
            margin: 22.286px 0 12px; }
            #contents section#section04 .result_group02 .result .zoomimg a::after {
              bottom: -11.143px; }
          #contents section#section04 .result_group02 .result h5 {
            font-size: 17.143px;
            font-weight: 700;
            line-height: 21.429px; }
          #contents section#section04 .result_group02 .result h6 {
            font-size: 14.571px;
            font-weight: 700;
            margin-top: 30px; }
          #contents section#section04 .result_group02 .result p {
            font-size: 12.857px; }

  #mosaicart .dd03 {
    margin: 20px 0 20px 0; }
  #mosaicart #contents .large {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px !important; }
  #mosaicart .achievement01 {
    position: absolute;
    top: 25px;
    left: 396px; }
    #mosaicart .achievement01 img {
      width: inherit !important; }
  #mosaicart .achievement02 {
    position: absolute;
    top: 25px;
    left: 806px; }
    #mosaicart .achievement02 img {
      width: inherit !important; }
  #mosaicart .achievement03 {
    position: absolute;
    top: 430px;
    left: 601px; }
    #mosaicart .achievement03 img {
      width: inherit !important; }
  #mosaicart .achievement04 {
    position: absolute;
    top: 40px;
    left: 493px; }
    #mosaicart .achievement04 img {
      width: inherit !important; }
  #mosaicart .achievement05 {
    position: absolute;
    top: 40px;
    left: 958px; }
    #mosaicart .achievement05 img {
      width: inherit !important; }
  #mosaicart .achievement06 {
    position: absolute;
    top: 10px;
    left: 732px; }
    #mosaicart .achievement06 img {
      width: inherit !important; }
  #mosaicart .posts {
    margin: 0px 0 0 -80px;
    text-align: center;
    position: relative; }
    #mosaicart .posts .inner {
      width: 400px;
      height: 410px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle; }
  #mosaicart .posts2 {
    width: 1182px;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 0 -184px;
    position: relative; }
    #mosaicart .posts2 .inner {
      width: 462px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 600px;
      vertical-align: middle; }
      #mosaicart .posts2 .inner img {
        width: 450px; }
  #mosaicart .posts3 {
    margin: 0 auto;
    text-align: center;
    width: 1182px;
    margin: 0 0 0 -120px;
    padding: 0 0 100px 0;
    position: relative; }
    #mosaicart .posts3 .inner {
      width: 648px;
      display: inline-block;
      margin: -70px 0 0 -129px;
      text-align: center;
      vertical-align: middle; }
  #mosaicart .twitter-tweet {
    margin: 0 auto !important;
    padding: 20px;
    border-width: inherit; }
  #mosaicart .r-1ylenci {
    border-radius: 0px !important; }
  #mosaicart #contents section dl dd ol {
    margin-left: inherit; } }
@media screen and (min-width: 1201px) {
  /* 	pc 1201- *************************************************************/
  #contents {
    /*section#section02*/ }
    #contents .btn01 {
      width: 30.786vw;
      height: 5.929vw;
      font-size: 1.714vw;
      line-height: 5.929vw; }
    #contents .zoomimg a::after {
      font-size: 0.857vw;
      width: 3.429vw;
      height: 3.429vw;
      right: -1.429vw;
      bottom: -1.5vw;
      padding: 1.357vw 0 0; }
    #contents .mv {
      width: 78vw; }
      #contents .mv .visual_wrap .date {
        width: 19.857vw;
        height: 2.357vw;
        line-height: 2.357vw;
        font-size: 1.571vw; }
      #contents .mv .text {
        font-size: 1.214vw;
        margin-top: 2.214vw; }
        #contents .mv .text p {
          white-space: nowrap; }
          #contents .mv .text p + p {
            padding-top: 2.786vw; }
      #contents .mv .large {
        font-size: 1.571vw;
        padding-bottom: 1.429vw;
        padding-top: 1.429vw !important; }
    #contents section .line_wrap {
      width: 84.429vw; }
      #contents section .line_wrap:after {
        border: 0.286vw solid #3b3b3c; }
    #contents section dl {
      padding: 3.786vw 8.571vw 5vw; }
      #contents section dl dt {
        font-size: 1.714vw;
        min-height: 3.857vw;
        line-height: 1.3;
        padding: 1vw 2.143vw 0.571vw; }
      #contents section dl dd {
        font-size: 1.214vw;
        padding: 0.893vw 0 3.393vw; }
        #contents section dl dd ul li {
          font-size: 1.214vw; }
        #contents section dl dd ol {
          margin-left: -1.429vw; }
          #contents section dl dd ol li {
            font-size: 1.214vw; }
        #contents section dl dd ul li:before {
          font-size: 1.214vw; }
    #contents section h3.box {
      width: 27.857vw;
      font-size: 1.714vw;
      margin: 1.75vw auto 2.143vw;
      border: 0.143vw solid #3b3b3c;
      padding: 0.643vw 1.071vw 0.286vw;
      min-height: 3.143vw; }
    #contents section table.prize {
      width: 100%; }
      #contents section table.prize + .text {
        padding: 0 2.5vw;
        margin-top: 2.464vw; }
      #contents section table.prize tr, #contents section table.prize th, #contents section table.prize td {
        border: 0.143vw solid #3b3b3c; }
      #contents section table.prize th {
        width: 18.357vw;
        font-weight: 50vw;
        font-size: 1.214vw; }
      #contents section table.prize td {
        font-size: 1.214vw;
        font-weight: 700;
        line-height: 2.05;
        padding: 0.5vw 1.571vw; }
    #contents section#section01 {
      margin-top: 1.143vw; }
      #contents section#section01 a.btn01 {
        margin-top: 1.429vw; }
      #contents section#section01 img {
        vertical-align: bottom; }
      #contents section#section01 table.prize {
        margin-top: 2.071vw; }
      #contents section#section01 .line_wrap dl dd.dd02 {
        padding-right: 3.214vw;
        padding-left: 3.214vw; }
    #contents section#section02 {
      margin-top: 0; }
      #contents section#section02 dl dd.dd01 {
        font-size: 1.643vw; }
      #contents section#section02 .wrap h3.box {
        margin: 1.75vw auto 2.786vw; }
      #contents section#section02 .wrap.character .modal_wrap {
        margin: 0 -17.5vw; }
        #contents section#section02 .wrap.character .modal_wrap .zoomimg {
          margin: 0 1.571vw; }
          #contents section#section02 .wrap.character .modal_wrap .zoomimg a {
            width: 36.286vw;
            height: 18.143vw; }
        #contents section#section02 .wrap.character .modal_wrap p {
          font-size: 1.286vw;
          font-weight: 50vw;
          padding: 1.214vw 0 2.286vw; }
      #contents section#section02 .wrap.movie .modal_wrap {
        margin: 0 -17.5vw 1.429vw; }
        #contents section#section02 .wrap.movie .modal_wrap .inner {
          width: 36.357vw;
          margin: 0 1.571vw; }
          #contents section#section02 .wrap.movie .modal_wrap .inner .pv {
            height: 21.714vw; }
          #contents section#section02 .wrap.movie .modal_wrap .inner p.title {
            font-size: 1.286vw;
            padding: 1.214vw 0 2.286vw; }
    #contents section#section03 {
      margin-top: 0; }
      #contents section#section03 dl dd ul {
        padding-top: 1.714vw; }
        #contents section#section03 dl dd ul li {
          font-size: 1vw; }
          #contents section#section03 dl dd ul li:before {
            font-size: 1vw; }
          #contents section#section03 dl dd ul li + li {
            margin-top: 2.143vw; }
      #contents section#section03 dl dd p {
        font-size: 1vw;
        font-size: 1vw;
        margin-top: 2vw; }
    #contents section#section04 {
      margin-top: 2.5vw; }
      #contents section#section04 .section_title {
        margin-bottom: 2.857vw; }
      #contents section#section04 h2 + p {
        font-size: 1.214vw; }
      #contents section#section04 .line_wrap_blue {
        width: 66.429vw;
        border: 0.143vw solid #017dbd;
        margin: 2.679vw auto 0;
        padding: 2.857vw 5.214vw 2.5vw; }
        #contents section#section04 .line_wrap_blue h3 {
          font-size: 1.429vw;
          margin-bottom: 0.857vw; }
        #contents section#section04 .line_wrap_blue p {
          font-size: 1.214vw;
          padding-bottom: 1.357vw; }
        #contents section#section04 .line_wrap_blue .btn01 {
          width: 21.5vw;
          height: 4.214vw;
          line-height: 4.214vw; }
      #contents section#section04 .result_group01 {
        margin: 5vw auto 0;
        width: 100%; }
        #contents section#section04 .result_group01 .result {
          width: 40.714vw;
          border: 0.286vw solid #3b3b3c;
          padding: 3.143vw 3.286vw;
          margin: 0; }
          #contents section#section04 .result_group01 .result:nth-child(odd) {
            margin-right: 1.429vw; }
          #contents section#section04 .result_group01 .result:nth-child(even) {
            margin-left: 1.429vw; }
          #contents section#section04 .result_group01 .result:nth-child(n + 3) {
            margin-top: 2.857vw; }
          #contents section#section04 .result_group01 .result h3 {
            font-size: 1.714vw;
            padding: 1vw; }
          #contents section#section04 .result_group01 .result h4 {
            font-weight: 700;
            font-size: 1.286vw;
            padding-bottom: 1.286vw;
            padding-top: 1.714vw; }
            #contents section#section04 .result_group01 .result h4::after {
              width: 0.5vw;
              height: 0.5vw;
              bottom: -0.214vw;
              z-index: 10;
              transform: rotate(45deg);
              margin: 0 0 0 -0.357vw; }
            #contents section#section04 .result_group01 .result h4::before {
              width: 13.857vw;
              height: 0.071vw;
              margin-left: -6.929vw; }
            #contents section#section04 .result_group01 .result h4 .min {
              font-size: 1.071vw; }
          #contents section#section04 .result_group01 .result .zoomimg {
            width: 33.571vw;
            height: 33.571vw;
            margin: 2.071vw 0 2.143vw; }
          #contents section#section04 .result_group01 .result h5 {
            color: #017dbd;
            font-size: 1.429vw;
            line-height: 1.786vw; }
          #contents section#section04 .result_group01 .result h6 {
            font-size: 1.214vw;
            margin-top: 2.5vw; }
          #contents section#section04 .result_group01 .result p {
            font-size: 1.071vw; }
      #contents section#section04 .result_group02 {
        margin-top: 2.857vw; }
        #contents section#section04 .result_group02 .line_wrap {
          padding-top: 3.286vw; }
        #contents section#section04 .result_group02 h3 {
          width: 66.429vw;
          height: 3.857vw;
          font-size: 1.714vw;
          min-height: 3.857vw;
          padding: 0.786vw 2.143vw;
          margin: 3vw auto 0; }
        #contents section#section04 .result_group02 .result_wrap {
          padding: 0.286vw 0 4.429vw; }
        #contents section#section04 .result_group02 .result {
          width: 17.429vw;
          margin: 0 1.429vw; }
          #contents section#section04 .result_group02 .result:nth-child(n + 5) {
            margin-top: 1.071vw; }
          #contents section#section04 .result_group02 .result h3 {
            font-size: 1.714vw;
            padding: 1vw; }
          #contents section#section04 .result_group02 .result h4 {
            font-weight: 700;
            font-size: 1.286vw;
            padding-bottom: 1.286vw;
            padding-top: 1.714vw; }
            #contents section#section04 .result_group02 .result h4::after {
              width: 0.5vw;
              height: 0.5vw;
              bottom: -0.214vw;
              margin: 0 0 0 -0.357vw; }
            #contents section#section04 .result_group02 .result h4::before {
              width: 13.857vw;
              height: 0.071vw;
              margin-left: -6.929vw; }
            #contents section#section04 .result_group02 .result h4 .min {
              font-size: 1.071vw; }
          #contents section#section04 .result_group02 .result .zoomimg {
            width: 17.429vw;
            height: 17.429vw;
            margin: 1.857vw 0 1vw; }
            #contents section#section04 .result_group02 .result .zoomimg a::after {
              bottom: -0.929vw; }
          #contents section#section04 .result_group02 .result h5 {
            font-size: 1.429vw;
            font-weight: 700;
            line-height: 1.786vw; }
          #contents section#section04 .result_group02 .result h6 {
            font-size: 1.214vw;
            font-weight: 700;
            margin-top: 2.5vw; }
          #contents section#section04 .result_group02 .result p {
            font-size: 1.071vw; }

  #mosaicart .dd03 {
    margin: 20px 0 20px 0; }
  #mosaicart #contents .large {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px !important; }
  #mosaicart .achievement01 {
    position: absolute;
    top: 2vw;
    left: 34vw; }
    #mosaicart .achievement01 img {
      width: inherit !important; }
  #mosaicart .achievement02 {
    position: absolute;
    top: 2vw;
    left: 64vw; }
    #mosaicart .achievement02 img {
      width: inherit !important; }
  #mosaicart .achievement03 {
    position: absolute;
    top: 33vw;
    left: 48vw; }
    #mosaicart .achievement03 img {
      width: inherit !important; }
  #mosaicart .achievement04 {
    position: absolute;
    top: 4vw;
    left: 42vw; }
    #mosaicart .achievement04 img {
      width: inherit !important; }
  #mosaicart .achievement05 {
    position: absolute;
    top: 4vw;
    left: 81vw; }
    #mosaicart .achievement05 img {
      width: inherit !important; }
  #mosaicart .achievement06 {
    position: absolute;
    top: 6vw;
    left: 61vw; }
    #mosaicart .achievement06 img {
      width: inherit !important; }
  #mosaicart .posts {
    margin: 0vw 0 0 -7vw;
    text-align: center;
    position: relative; }
    #mosaicart .posts .inner {
      width: 31vw;
      height: 31vw;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle; }
      #mosaicart .posts .inner img {
        width: 37vw; }
  #mosaicart .posts2 {
    width: 100vw;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 0 -17vw;
    position: relative; }
    #mosaicart .posts2 .inner {
      width: 39vw;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 43vw;
      vertical-align: middle; }
      #mosaicart .posts2 .inner img {
        width: 38.63vw; }
  #mosaicart .posts3 {
    margin: 0 auto;
    text-align: center;
    width: 100vw;
    margin: 0 0 0 -11.5vw;
    padding: 0 0 10vw 0;
    position: relative; }
    #mosaicart .posts3 .inner {
      width: 53vw;
      display: inline-block;
      margin: 0 0 0 -10vw;
      text-align: center;
      vertical-align: middle; }
  #mosaicart .twitter-tweet {
    margin: 0 auto !important;
    padding: 20px;
    border-width: inherit; }
  #mosaicart .r-1ylenci {
    border-radius: 0px !important; }
  #mosaicart #contents section dl dd ol {
    margin-left: inherit; } }
@media screen and (min-width: 1401px) {
  /* 	pc 1401- *************************************************************/
  #contents {
    /*section#section02*/ }
    #contents .btn01 {
      width: 431px;
      height: 83px;
      font-size: 24px;
      line-height: 83px; }
      #contents .btn01:hover {
        opacity: 0.7; }
    #contents .zoomimg a::after {
      font-size: 12px;
      width: 48px;
      height: 48px;
      right: -20px;
      bottom: -21px;
      padding: 19px 0 0; }
    #contents .mv {
      width: 1092px; }
      #contents .mv .visual_wrap .date {
        width: 278px;
        height: 33px;
        line-height: 33px;
        font-size: 22px; }
      #contents .mv .text {
        text-align: center;
        font-size: 17px;
        line-height: 2.35;
        letter-spacing: 0.035em;
        font-weight: 700;
        margin-top: 31px; }
        #contents .mv .text p {
          white-space: nowrap; }
          #contents .mv .text p + p {
            padding-top: 39px; }
      #contents .mv .large {
        font-size: 22px;
        padding-bottom: 20px;
        padding-top: 20px !important; }
    #contents section .line_wrap {
      position: relative;
      width: 1182px;
      margin: 0 auto; }
      #contents section .line_wrap:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 4px solid #3b3b3c;
        position: absolute;
        left: 0;
        top: 0; }
    #contents section dl {
      padding: 53px 120px 70px;
      position: relative;
      z-index: 1; }
      #contents section dl dt {
        width: 100%;
        text-align: center;
        color: #017dbd;
        background: #f0f0f0;
        font-size: 24px;
        letter-spacing: 0.04em;
        font-weight: 700;
        min-height: 54px;
        line-height: 1.3;
        padding: 14px 30px 8px; }
      #contents section dl dd {
        font-size: 17px;
        font-weight: 700;
        line-height: 2.35;
        letter-spacing: 0.04em;
        padding: 12.5px 0 47.5px; }
        #contents section dl dd a span {
          text-decoration: underline; }
        #contents section dl dd a:hover span {
          text-decoration: none; }
        #contents section dl dd img {
          width: 100%; }
        #contents section dl dd ul li {
          list-style-position: inside;
          font-size: 17px;
          font-weight: 700;
          line-height: 2.35; }
        #contents section dl dd ol {
          margin-left: -20px; }
          #contents section dl dd ol li {
            list-style-position: inside;
            font-size: 17px;
            font-weight: 700;
            line-height: 2.35; }
        #contents section dl dd ul > li {
          position: relative;
          text-indent: 1.1em; }
          #contents section dl dd ul > li:before {
            content: "・";
            font-size: 17px;
            font-weight: 700;
            position: absolute;
            left: -1.5em;
            top: 0; }
    #contents section h3.box {
      width: 390px;
      font-size: 24px;
      letter-spacing: 0.04em;
      text-align: center;
      margin: 24.5px auto 30px;
      border: 2px solid #3b3b3c;
      font-weight: 700;
      line-height: 1.3;
      padding: 9px 15px 4px;
      min-height: 44px; }
    #contents section table.prize {
      width: 100%; }
      #contents section table.prize + .text {
        padding: 0 35px;
        margin-top: 34.5px; }
      #contents section table.prize tr, #contents section table.prize th, #contents section table.prize td {
        border: 2px solid #3b3b3c;
        border-collapse: collapse; }
      #contents section table.prize th {
        width: 257px;
        background-color: #c0836b;
        color: #ffffff;
        font-weight: 700;
        font-size: 17px;
        line-height: 2.05;
        text-align: center; }
      #contents section table.prize td {
        font-size: 17px;
        font-weight: 700;
        line-height: 2.05;
        padding: 7px 22px; }
    #contents section#section01 {
      margin-top: 16px; }
      #contents section#section01 a.btn01 {
        margin-top: 20px; }
      #contents section#section01 img {
        vertical-align: bottom; }
      #contents section#section01 table.prize {
        margin-top: 29px; }
      #contents section#section01 .line_wrap dl dd.dd02 {
        padding-right: 45px;
        padding-left: 45px; }
    #contents section#section02 {
      margin-top: 0; }
      #contents section#section02 dl dd.dd01 {
        font-size: 23px; }
      #contents section#section02 .wrap h3.box {
        margin: 24.5px auto 39px; }
      #contents section#section02 .wrap.character .modal_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -245px; }
        #contents section#section02 .wrap.character .modal_wrap .zoomimg {
          display: block;
          margin: 0 22px; }
          #contents section#section02 .wrap.character .modal_wrap .zoomimg a {
            display: block;
            width: 508px;
            height: 254px; }
        #contents section#section02 .wrap.character .modal_wrap p {
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          line-height: 1.2;
          padding: 17px 0 32px; }
      #contents section#section02 .wrap.movie .modal_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -245px 20px; }
        #contents section#section02 .wrap.movie .modal_wrap .inner {
          width: 509px;
          margin: 0 22px; }
          #contents section#section02 .wrap.movie .modal_wrap .inner .pv {
            display: block;
            width: 100%;
            height: 304px; }
            #contents section#section02 .wrap.movie .modal_wrap .inner .pv:after {
              content: none; }
            #contents section#section02 .wrap.movie .modal_wrap .inner .pv a {
              display: block; }
          #contents section#section02 .wrap.movie .modal_wrap .inner p.title {
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            line-height: 1.2;
            padding: 17px 0 32px; }
    #contents section#section03 {
      margin-top: 0; }
      #contents section#section03 dl dd ul {
        padding-top: 24px; }
        #contents section#section03 dl dd ul li {
          padding-left: 0;
          text-indent: 1em;
          font-size: 14px;
          line-height: 2.1;
          letter-spacing: 0.04em; }
          #contents section#section03 dl dd ul li:before {
            left: -1em;
            font-size: 14px; }
          #contents section#section03 dl dd ul li + li {
            margin-top: 30px; }
      #contents section#section03 dl dd p {
        font-size: 14px;
        font-size: 14px;
        line-height: 2.1;
        letter-spacing: 0.04em;
        margin-top: 28px; }
    #contents section#section04 {
      margin-top: 35px; }
      #contents section#section04 .section_title {
        margin-bottom: 40px; }
      #contents section#section04 h2 + p {
        font-size: 17px;
        font-weight: 700;
        line-height: 2.35; }
      #contents section#section04 .line_wrap_blue {
        width: 930px;
        border: 2px solid #017dbd;
        margin: 37.5px auto 0;
        padding: 40px 73px 35px; }
        #contents section#section04 .line_wrap_blue h3 {
          font-weight: 700;
          line-height: 1;
          color: #017dbd;
          font-size: 20px;
          text-align: center;
          margin-bottom: 12px; }
        #contents section#section04 .line_wrap_blue p {
          font-size: 17px;
          font-weight: 700;
          line-height: 2.35;
          letter-spacing: 0.04em;
          padding-bottom: 19px; }
        #contents section#section04 .line_wrap_blue .btn01 {
          width: 301px;
          height: 59px;
          line-height: 59px; }
      #contents section#section04 .result_group01 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 70px auto 0;
        width: 100%; }
        #contents section#section04 .result_group01 .result {
          width: 570px;
          border: 4px solid #3b3b3c;
          padding: 44px 46px;
          margin: 0; }
          #contents section#section04 .result_group01 .result:nth-child(odd) {
            margin-right: 20px; }
          #contents section#section04 .result_group01 .result:nth-child(even) {
            margin-left: 20px; }
          #contents section#section04 .result_group01 .result:nth-child(n + 3) {
            margin-top: 40px; }
          #contents section#section04 .result_group01 .result h3 {
            background-color: #f0f0f0;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            color: #017dbd;
            padding: 14px; }
          #contents section#section04 .result_group01 .result h4 {
            font-weight: 700;
            font-size: 18px;
            text-align: center;
            position: relative;
            padding-bottom: 18px;
            padding-top: 24px; }
            #contents section#section04 .result_group01 .result h4::after {
              content: '';
              width: 7px;
              height: 7px;
              background: #3b3b3c;
              position: absolute;
              left: 50%;
              bottom: -3px;
              z-index: 10;
              transform: rotate(45deg);
              margin: 0 0 0 -5px; }
            #contents section#section04 .result_group01 .result h4::before {
              content: '';
              width: 194px;
              height: 1px;
              background: #3b3b3c;
              position: absolute;
              left: 50%;
              bottom: 0;
              margin-left: -97px; }
            #contents section#section04 .result_group01 .result h4 .min {
              font-size: 15px; }
          #contents section#section04 .result_group01 .result .zoomimg {
            width: 470px;
            height: 470px;
            background-color: #ededed;
            position: relative;
            margin: 29px 0 30px; }
            #contents section#section04 .result_group01 .result .zoomimg img {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          #contents section#section04 .result_group01 .result h5 {
            color: #017dbd;
            font-size: 20px;
            font-weight: 700;
            line-height: 25px;
            text-align: center;
            letter-spacing: 0.1em; }
          #contents section#section04 .result_group01 .result h6 {
            font-size: 17px;
            font-weight: 700;
            margin-top: 35px; }
          #contents section#section04 .result_group01 .result p {
            font-size: 15px;
            font-weight: bold;
            line-height: 1.8; }
      #contents section#section04 .result_group02 {
        margin-top: 40px; }
        #contents section#section04 .result_group02 .line_wrap {
          padding-top: 46px; }
        #contents section#section04 .result_group02 h3 {
          width: 930px;
          height: 54px;
          text-align: center;
          color: #017dbd;
          background: #f0f0f0;
          font-size: 24px;
          letter-spacing: 0.04em;
          font-weight: 700;
          min-height: 54px;
          line-height: 1.3;
          padding: 11px 30px;
          margin: 42px auto 0; }
        #contents section#section04 .result_group02 .result_wrap {
          position: relative;
          z-index: 11;
          display: flex;
          flex-wrap: wrap;
          padding: 4px 0 62px; }
        #contents section#section04 .result_group02 .result {
          width: 244px;
          margin: 0 20px; }
          #contents section#section04 .result_group02 .result:nth-child(n + 5) {
            margin-top: 15px; }
          #contents section#section04 .result_group02 .result h3 {
            background-color: #f0f0f0;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            color: #017dbd;
            padding: 14px; }
          #contents section#section04 .result_group02 .result h4 {
            font-weight: 700;
            font-size: 18px;
            text-align: center;
            position: relative;
            padding-bottom: 18px;
            padding-top: 24px; }
            #contents section#section04 .result_group02 .result h4::after {
              content: '';
              width: 7px;
              height: 7px;
              background: #3b3b3c;
              position: absolute;
              left: 50%;
              bottom: -3px;
              z-index: 10;
              transform: rotate(45deg);
              margin: 0 0 0 -5px; }
            #contents section#section04 .result_group02 .result h4::before {
              content: '';
              width: 194px;
              height: 1px;
              background: #3b3b3c;
              position: absolute;
              left: 50%;
              bottom: 0;
              margin-left: -97px; }
            #contents section#section04 .result_group02 .result h4 .min {
              font-size: 15px; }
          #contents section#section04 .result_group02 .result .zoomimg {
            width: 244px;
            height: 244px;
            background-color: #ededed;
            position: relative;
            margin: 26px 0 14px; }
            #contents section#section04 .result_group02 .result .zoomimg img {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
            #contents section#section04 .result_group02 .result .zoomimg a::after {
              bottom: -13px; }
          #contents section#section04 .result_group02 .result h5 {
            color: #017dbd;
            font-size: 20px;
            font-weight: 700;
            line-height: 25px;
            text-align: center;
            letter-spacing: 0.1em; }
          #contents section#section04 .result_group02 .result h6 {
            font-size: 17px;
            font-weight: 700;
            margin-top: 35px; }
          #contents section#section04 .result_group02 .result p {
            font-size: 15px;
            font-weight: bold;
            line-height: 1.8; }

  #mosaicart .dd03 {
    margin: 20px 0 20px 0; }
  #mosaicart #contents .large {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 20px !important; }
  #mosaicart .achievement01 {
    position: absolute;
    top: 30px;
    left: 424px; }
    #mosaicart .achievement01 img {
      width: inherit !important; }
  #mosaicart .achievement02 {
    position: absolute;
    top: 30px;
    left: 861px; }
    #mosaicart .achievement02 img {
      width: inherit !important; }
  #mosaicart .achievement03 {
    position: absolute;
    top: 433px;
    left: 644px; }
    #mosaicart .achievement03 img {
      width: inherit !important; }
  #mosaicart .achievement04 {
    position: absolute;
    top: 50px;
    left: 477px; }
    #mosaicart .achievement04 img {
      width: inherit !important; }
  #mosaicart .achievement05 {
    position: absolute;
    top: 50px;
    left: 1025px; }
    #mosaicart .achievement05 img {
      width: inherit !important; }
  #mosaicart .achievement06 {
    position: absolute;
    top: 80px;
    left: 797px; }
    #mosaicart .achievement06 img {
      width: inherit !important; }
  #mosaicart .posts {
    margin: 0px 0 0 -60px;
    text-align: center;
    position: relative; }
    #mosaicart .posts .inner {
      width: 426px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 409px;
      vertical-align: middle; }
      #mosaicart .posts .inner img {
        width: inherit !important; }
    #mosaicart .posts .inner.adjustment {
      width: 407px !important;
      margin: 0 0 0 -9px !important; }
  #mosaicart .posts2 {
    width: 1182px;
    margin: 0 auto;
    text-align: center;
    margin: 0 0 0 -118px;
    position: relative; }
    #mosaicart .posts2 .inner {
      width: 540px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 600px;
      vertical-align: middle; }
      #mosaicart .posts2 .inner img {
        width: inherit !important; }
  #mosaicart .posts3 {
    margin: 0 auto;
    text-align: center;
    width: 1182px;
    margin: 0 0 0 -120px;
    padding: 0 0 100px 0;
    position: relative; }
    #mosaicart .posts3 .inner {
      width: 648px;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      height: 650px;
      vertical-align: middle; }
      #mosaicart .posts3 .inner img {
        width: inherit !important; }
  #mosaicart .twitter-tweet {
    margin: 0 auto !important;
    padding: 20px;
    border-width: inherit; }
  #mosaicart .r-1ylenci {
    border-radius: 0px !important; }
  #mosaicart #contents section dl dd ol {
    margin-left: inherit; } }
@media screen and (max-width: 768px) {
  /* 	sp  *************************************************************/
  .ln.pc {
    display: none; }
  .ln.sp {
    display: block; }
    .ln.sp ul.pc {
      display: none; }
    .ln.sp ul.sp {
      display: inline-block; }

  #contents {
    /*section#section02*/ }
    #contents .btn01 {
      width: 51.432vw;
      height: 12.5vw;
      line-height: 12.5vw;
      font-size: 3.906vw;
      letter-spacing: 0.18em;
      margin-top: 7.161vw; }
      #contents .btn01:hover {
        opacity: 0.7; }
    #contents .zoomimg a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
                                                                                                                                                          /*
.zoomimg a{
	&::after{font-size: px(15);width: px(48); height: px(48);right: px(-20); bottom: px(-21);padding: px(17) 0*/ }
      #contents .zoomimg a::after {
        background: #b48573;
        position: absolute;
        border-radius: 50%;
        text-align: center;
        letter-spacing: 0.05em;
        transition: transform 0.4s;
        line-height: 1;
        font-size: 1.823vw;
        width: 7.813vw;
        height: 7.813vw;
        right: -2.604vw;
        bottom: -2.604vw;
        padding: 3.125vw 0; }
      #contents .zoomimg a img {
        transition: 0.3s; }
      #contents .zoomimg a:hover img {
        filter: brightness(1.1); }
      #contents .zoomimg a:hover::after {
        transform: scale(1.23);
        transition: transform 0.2s; }
    #contents .mv {
      width: 100%;
      margin: 0 auto;
      padding: 0 3.906vw; }
      #contents .mv .visual_wrap {
        position: relative; }
        #contents .mv .visual_wrap .date {
          letter-spacing: -0.02em;
          font-family: din-2014;
          width: 43.49vw;
          height: 5.339vw;
          font-size: 3.385vw;
          line-height: 5.339vw;
          margin: 0 auto 3.646vw; }
        #contents .mv .visual_wrap img {
          width: 100%; }
      #contents .mv .text {
        text-align: left;
        line-height: 2.06;
        font-size: 3.125vw;
        margin-top: 5.859vw; }
        #contents .mv .text p + p {
          padding-top: 3.776vw; }
        #contents .mv .text .large {
          font-size: 3.646vw; }
    #contents section .line_wrap {
      position: relative;
      margin: 0 auto;
      padding: 0 3.906vw; }
      #contents section .line_wrap:after {
        content: "";
        width: 100%;
        height: 100%;
        border: none;
        border-top: 0.651vw solid #3b3b3c;
        border-bottom: 0.651vw solid #3b3b3c;
        position: absolute;
        left: 0;
        top: 0; }
      #contents section .line_wrap dl {
        position: relative;
        z-index: 1;
        padding-top: 10.417vw; }
        #contents section .line_wrap dl dt {
          font-weight: 700;
          min-height: 9.115vw;
          line-height: 1.3;
          font-size: 4.818vw;
          padding: 1.953vw 1.302vw 1.302vw; }
        #contents section .line_wrap dl dd {
          font-weight: 700;
          line-height: 2.35;
          letter-spacing: 0.04em;
          font-size: 3.125vw;
          padding-top: 4.688vw;
          padding-bottom: 7.813vw; }
          #contents section .line_wrap dl dd a span {
            text-decoration: underline; }
          #contents section .line_wrap dl dd a:hover span {
            text-decoration: none; }
          #contents section .line_wrap dl dd img {
            width: 100%;
            margin-top: 1px; }
          #contents section .line_wrap dl dd ul li {
            list-style-position: inside;
            font-weight: 700;
            line-height: 2.35; }
          #contents section .line_wrap dl dd ol {
            margin-left: -2.604vw; }
            #contents section .line_wrap dl dd ol li {
              list-style-position: inside;
              font-weight: 700;
              line-height: 2.35; }
          #contents section .line_wrap dl dd ul > li {
            position: relative;
            text-indent: 1.1em; }
            #contents section .line_wrap dl dd ul > li:before {
              content: "・";
              font-weight: 700;
              position: absolute;
              left: -1em;
              top: 0; }
    #contents section h3.box {
      letter-spacing: 0.04em;
      text-align: center;
      margin: 3.19vw auto 3.906vw;
      border: 2px solid #3b3b3c;
      font-weight: 700;
      line-height: 1.3;
      width: 49.74vw;
      font-size: 3.125vw;
      height: 5.599vw;
      padding-top: 0.5vw;
      padding-bottom: 0.911vw; }
    #contents section table.prize + .text {
      margin-top: 5.469vw;
      padding: 0 6.51vw; }
    #contents section table.prize tr, #contents section table.prize th, #contents section table.prize td {
      border: 0.26vw solid #3b3b3c; }
    #contents section table.prize th {
      line-height: 2.05;
      text-align: center;
      width: 30.599vw;
      font-size: 2.474vw;
      letter-spacing: -0.05em; }
    #contents section table.prize td {
      line-height: 2.05;
      padding: 1.042vw 4.427vw; }
    #contents section#section01 {
      margin-top: 5.729vw; }
      #contents section#section01 img {
        vertical-align: bottom; }
      #contents section#section01 table.prize {
        margin-top: 4.297vw; }
      #contents section#section01 .line_wrap dl dd.dd02 {
        padding-right: 6.51vw;
        padding-left: 6.51vw; }
    #contents section#section02 {
      margin-top: 11.719vw; }
      #contents section#section02 .line_wrap dl dd.dd02 {
        text-align: left;
        padding-left: 6.51vw;
        padding-right: 6.51vw; }
      #contents section#section02 .wrap h3.box {
        margin: 3.125vw auto 3.776vw; }
      #contents section#section02 .wrap.character .inner {
        width: 100%; }
        #contents section#section02 .wrap.character .inner + .inner {
          margin-top: 5.99vw; }
      #contents section#section02 .wrap.character .modal_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        #contents section#section02 .wrap.character .modal_wrap .zoomimg {
          display: block; }
          #contents section#section02 .wrap.character .modal_wrap .zoomimg a {
            display: block;
            width: 100%;
            height: 46.094vw; }
        #contents section#section02 .wrap.character .modal_wrap p {
          font-weight: 700;
          text-align: center;
          line-height: 1.2;
          font-size: 2.865vw;
          padding-top: 2.344vw; }
      #contents section#section02 .wrap.movie {
        padding-top: 3.906vw; }
        #contents section#section02 .wrap.movie .inner {
          width: 100%; }
          #contents section#section02 .wrap.movie .inner + .inner {
            margin-top: 5.99vw; }
        #contents section#section02 .wrap.movie .modal_wrap {
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
          #contents section#section02 .wrap.movie .modal_wrap .inner {
            margin: 0; }
            #contents section#section02 .wrap.movie .modal_wrap .inner + .inner {
              margin-top: 6.51vw; }
            #contents section#section02 .wrap.movie .modal_wrap .inner .pv {
              display: block;
              width: 100%; }
              #contents section#section02 .wrap.movie .modal_wrap .inner .pv:after {
                content: none; }
              #contents section#section02 .wrap.movie .modal_wrap .inner .pv a {
                display: block;
                width: 100%;
                height: 55.078vw; }
            #contents section#section02 .wrap.movie .modal_wrap .inner p.title {
              font-weight: 700;
              text-align: center;
              line-height: 1.2;
              font-size: 2.865vw;
              padding-top: 2.344vw; }
    #contents section#section03 {
      margin-top: 11.719vw; }
      #contents section#section03 dl dd ul {
        padding-top: 0; }
        #contents section#section03 dl dd ul li {
          font-size: 2.93vw;
          line-height: 2.1;
          letter-spacing: 0.04em; }
          #contents section#section03 dl dd ul li:before {
            left: -1em;
            font-size: 2.93vw; }
          #contents section#section03 dl dd ul li + li {
            margin-top: 5.469vw; }
      #contents section#section03 dl dd p {
        font-size: 2.93vw;
        line-height: 2.1;
        letter-spacing: 0.04em;
        margin-top: 5.859vw; }
    #contents section#section04 {
      padding: 0 3.906vw;
      margin-top: 11.719vw; }
      #contents section#section04 h2 + p {
        font-size: 3.19vw;
        line-height: 2.125; }
      #contents section#section04 .line_wrap_blue {
        width: 100%;
        border: 2px solid #017dbd;
        margin: 4.883vw auto 0;
        padding: 5.859vw 6.51vw; }
        #contents section#section04 .line_wrap_blue h3 {
          font-size: 3.906vw;
          text-align: center;
          margin-bottom: 2.865vw; }
        #contents section#section04 .line_wrap_blue p {
          font-size: 3.19vw;
          line-height: 2.125;
          padding-bottom: 3.906vw; }
        #contents section#section04 .line_wrap_blue .btn01 {
          margin-top: 0; }
      #contents section#section04 .line_wrap:after {
        content: none; }
      #contents section#section04 .result_group01 {
        display: block;
        margin: 0;
        width: 100%;
        margin-top: 13.672vw; }
        #contents section#section04 .result_group01 .result {
          width: 100%;
          border: none;
          padding: 0;
          margin: 0; }
          #contents section#section04 .result_group01 .result:nth-child(n + 2), #contents section#section04 .result_group01 .result:nth-child(n + 3) {
            margin-top: 16.276vw; }
          #contents section#section04 .result_group01 .result h3 {
            font-size: 4.818vw;
            padding: 1.953vw 1.302vw 1.302vw; }
          #contents section#section04 .result_group01 .result h4 {
            font-size: 3.646vw;
            padding-bottom: 2.865vw;
            padding-top: 5.208vw; }
            #contents section#section04 .result_group01 .result h4::after {
              width: 1.042vw;
              height: 1.042vw;
              bottom: -.521vw;
              margin: 0 0 0 -.521vw; }
            #contents section#section04 .result_group01 .result h4::before {
              content: '';
              width: 30.469vw;
              margin-left: -15.234vw;
              height: .13vw; }
            #contents section#section04 .result_group01 .result h4 .min {
              font-size: 3.125vw; }
          #contents section#section04 .result_group01 .result .zoomimg {
            width: 79.688vw;
            height: 79.688vw;
            margin: 5.208vw auto; }
            #contents section#section04 .result_group01 .result .zoomimg img {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              max-width: 100%;
              max-height: 100%; }
          #contents section#section04 .result_group01 .result h5 {
            width: 79.688vw;
            font-size: 3.906vw;
            line-height: 1.2;
            text-align: center;
            letter-spacing: 0.1em;
            margin: 0 auto; }
          #contents section#section04 .result_group01 .result .text {
            width: 79.688vw;
            margin: 0 auto; }
          #contents section#section04 .result_group01 .result h6 {
            font-size: 2.93vw;
            margin-top: 3.906vw;
            line-height: 1.8; }
          #contents section#section04 .result_group01 .result p {
            font-size: 2.93vw;
            line-height: 1.8; }
      #contents section#section04 .result_group02 {
        margin-top: 5.208vw; }
        #contents section#section04 .result_group02 .line_wrap {
          padding: 0; }
        #contents section#section04 .result_group02 h3 {
          font-size: 4.818vw;
          padding: 1.953vw 1.302vw 1.302vw;
          width: 100%;
          padding: 1.302vw;
          height: 8.984vw; }
        #contents section#section04 .result_group02 .result_wrap {
          position: relative;
          z-index: 11;
          display: flex;
          flex-wrap: wrap;
          padding: 0;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          justify-content: center; }
        #contents section#section04 .result_group02 .result {
          width: 39.063vw; }
          #contents section#section04 .result_group02 .result:nth-child(even) {
            margin-left: 4.948vw;
            margin-right: 0; }
          #contents section#section04 .result_group02 .result:nth-child(odd) {
            margin-right: 4.948vw;
            margin-left: 0; }
          #contents section#section04 .result_group02 .result:nth-child(n + 3), #contents section#section04 .result_group02 .result:nth-child(n + 5) {
            margin-top: 8.464vw; }
          #contents section#section04 .result_group02 .result h3 {
            background-color: #f0f0f0;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            color: #017dbd;
            padding: 14px; }
          #contents section#section04 .result_group02 .result h4 {
            font-size: 3.516vw;
            padding-bottom: 2.865vw;
            padding-top: 5.208vw; }
            #contents section#section04 .result_group02 .result h4::after {
              width: 1.042vw;
              height: 1.042vw;
              bottom: -.521vw;
              margin: 0 0 0 -.521vw; }
            #contents section#section04 .result_group02 .result h4::before {
              content: '';
              width: 100%;
              margin-left: -50%;
              height: .13vw; }
            #contents section#section04 .result_group02 .result h4 .min {
              font-size: 2.865vw; }
          #contents section#section04 .result_group02 .result .zoomimg {
            width: 33.984vw;
            height: 31.901vw;
            margin: 3.385vw auto 3.906vw; }
          #contents section#section04 .result_group02 .result h5 {
            font-size: 3.125vw;
            line-height: 1.2; }

  #mosaicart .line_wrap dl {
    position: relative;
    z-index: 1;
    padding-top: 4.417vw !important; }
  #mosaicart .dd03 {
    margin: 4.6vw 0 4.6vw 0;
    font-size: 3.125vw; }
  #mosaicart #contents .large {
    font-size: 3.646vw; }
  #mosaicart .achievement01 {
    position: absolute;
    width: 12vw;
    top: 4vw;
    left: 39vw; }
    #mosaicart .achievement01 img {
      width: inherit !important; }
  #mosaicart .achievement02 {
    position: absolute;
    width: 12vw;
    top: 4vw;
    left: 88vw; }
    #mosaicart .achievement02 img {
      width: inherit !important; }
  #mosaicart .achievement03 {
    position: absolute;
    width: 12vw;
    top: 53vw;
    left: 64vw; }
    #mosaicart .achievement03 img {
      width: inherit !important; }
  #mosaicart .achievement04 {
    position: absolute;
    width: 12vw;
    top: 8vw;
    left: 64vw; }
    #mosaicart .achievement04 img {
      width: inherit !important; }
  #mosaicart .achievement05 {
    position: absolute;
    width: 12vw;
    top: 80vw;
    left: 63vw; }
    #mosaicart .achievement05 img {
      width: inherit !important; }
  #mosaicart .achievement06 {
    position: absolute;
    width: 12vw;
    top: 11vw;
    left: 70vw; }
    #mosaicart .achievement06 img {
      width: inherit !important; }
  #mosaicart .posts {
    text-align: center;
    width: 100vw;
    padding: 0;
    margin: 0vw 0 0 -4.5vw;
    position: relative; }
    #mosaicart .posts .inner {
      width: 49vw;
      height: 49vw;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle; }
      #mosaicart .posts .inner img {
        width: 50vw; }
  #mosaicart .posts2 {
    margin: 0 auto;
    text-align: center;
    position: relative; }
    #mosaicart .posts2 .inner {
      width: 65vw;
      display: inline-block;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      height: 72vw; }
      #mosaicart .posts2 .inner img {
        width: 65vw; }
  #mosaicart .posts3 {
    margin: 0 auto;
    text-align: center;
    position: relative; }
    #mosaicart .posts3 .inner {
      width: 80vw;
      display: inline-block;
      margin: 0 auto;
      padding: 0 0 20vw 0;
      text-align: center;
      vertical-align: middle; }
      #mosaicart .posts3 .inner img {
        width: 80vw; }
  #mosaicart .twitter-tweet {
    margin: 0 auto;
    text-align: center; }
  #mosaicart #contents section dl dd ol {
    margin-left: 0vw !important; }
  #mosaicart #contents section#section02 .line_wrap dl dd.dd02 {
    padding-left: 0vw !important;
    padding-right: 0vw !important; }

  #colorbox li, #colorbox a {
    font-size: 2.93vw;
    line-height: 1.4; } }
