@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

body {
  line-height: 1
}

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

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

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

body {
  color: #4D4D4D;
  font-size: 1.6rem;
  font-family: Georgia, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 200%
}

* {
  box-sizing: border-box
}

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

a[href] {
  color: #4D4D4D;
  text-decoration: none
}

a[target=_blank]:after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: .8em;
  position: relative;
  top: -.2em
}

.ryumin-l {
  font-family: Ryumin Light KL, serif
}

.ryumin-r {
  font-family: Ryumin Regular KL, serif
}

.ryumin-m {
  font-family: Ryumin Medium KL, serif
}

.ryumin-b {
  font-family: Ryumin Bold KL, serif
}

.ryumin-eb {
  font-family: Ryumin ExtraBold KL, serif
}

.koburina-w3 {
  font-family: Koburina Gothic W3 JIS2004, sans-serif
}

.koburina-w6 {
  font-family: Koburina Gothic W6 JIS2004, sans-serif
}

.midashi-gothic {
  font-family: Midashi Go MB31, sans-serif
}

.gothic {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif
}

.flex {
  display: -ms-flexbox;
  display: flex
}

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

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

.flex--vertical-center {
  -ms-flex-align: center;
  align-items: center
}

.center {
  text-align: center
}

.inline-block {
  display: inline-block
}

.color-g {
  color: #00859c;
}
@media (min-width:767px) {
  .is-pc-disabled {
    display: none!important
  }
}

@media (max-width:767px) {
  .is-sp-disabled {
    display: none!important
  }
}

.indent {
  margin-left: -1em
}

.hover-op {
  transition: .16s
}

.hover-op:hover {
  opacity: .5
}

.off {
  opacity: .5
}
.icon {
  line-height: 1;
  vertical-align: text-bottom
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto
}

.img {
  margin-bottom: 7px;
}
.main__title {
  position: absolute;
  top: 60%;
  left: 200px;
  z-index: 5;
  transform: translateY(-50%);
  animation: 3s fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
@keyframes fadeIn {
  0% {
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
@media (max-width:767px) {
  .main__title {
    width: 19.0625%;
    top: 36%;
    left: 15%;
  }
  .style .main__title {
    width: 23.75%;
    left: 70%;
  }
  .img {
    width: 90%;
    margin: 0 auto 7px;
  }
}

.main-img {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    justify-content: space-between;
}

.poster .main-img_1 {
  background-image: url(/store/naniiro/2019/pre/img/01/top_1.jpg)
}

@media (max-width:767px) {
  .poster .main-img_1 {
    background-image: url(/store/naniiro/2019/pre/img/01/top_1_sp.jpg)
  }
}

.poster .main-img_2 {
  background-image: url(/store/naniiro/2019/pre/img/01/top_2.jpg)
}

@media (max-width:767px) {
  .poster .main-img_2 {
    background-image: url(/store/naniiro/2019/pre/img/01/top_2_sp.jpg)
  }
}

.poster .main-img_3 {
  background-image: url(/store/naniiro/2019/pre/img/01/top_3.jpg)
}

@media (max-width:767px) {
  .poster .main-img_3 {
    background-image: url(/store/naniiro/2019/pre/img/01/top_3_sp.jpg)
  }
}

.poster .main-img_4 {
  background-image: url(/store/naniiro/2019/pre/img/01/top_4.jpg)
}

@media (max-width:767px) {
  .poster .main-img_4 {
    background-image: url(/store/naniiro/2019/pre/img/01/top_4_sp.jpg)
  }
}

.poster .main-img_5 {
  background-image: url(/store/naniiro/2019/pre/img/01/top_5.jpg)
}

@media (max-width:767px) {
  .poster .main-img_5 {
    background-image: url(/store/naniiro/2019/pre/img/01/top_5_sp.jpg)
  }
}

.style .main-img_1 {
  background-image: url(/store/naniiro/2019/pre/img/03/top_1.jpg)
}

@media (max-width:767px) {
  .style .main-img_1 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_1_sp.jpg)
  }
}

.style .main-img_2 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_2.jpg)
  }
  
@media (max-width:767px) {
  .style .main-img_2 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_2_sp.jpg)
  }
}

.style .main-img_3 {
  background-image: url(/store/naniiro/2019/pre/img/03/top_3.jpg)
}

@media (max-width:767px) {
  .style .main-img_3 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_3_sp.jpg)
  }
}

.style .main-img_4 {
  background-image: url(/store/naniiro/2019/pre/img/03/top_4.jpg)
}

@media (max-width:767px) {
  .style .main-img_4 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_4_sp.jpg)
  }
}

.style .main-img_5 {
  background-image: url(/store/naniiro/2019/pre/img/03/top_5.jpg)
}

@media (max-width:767px) {
  .style .main-img_5 {
    background-image: url(/store/naniiro/2019/pre/img/03/top_5_sp.jpg)
  }
}

.section-yodogawa {
  padding-top: 70px;
}

.yodogawa {
  letter-spacing: .2em
}

.yodogawa .yokoku1 {
  max-width: 450px;
  width: 65%;
  margin: -100px auto 70px;
}

.yodogawa .yokoku2 {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}

.yodogawa .yokoku3 {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1.4;
  color: #595757;
}

.yodogawa .yokoku4 {
  max-width: 500px;
  width: 90%;
  margin: 70px auto 0;
}
@media (max-width:767px) {
  .yodogawa {
    margin-left: 0
  }
  .yodogawa .yokoku1 {
    margin: -85px auto 50px;
  }
  .yodogawa .yokoku3 {
    font-size: 2.4rem;
  }
  .yodogawa .yokoku4 {
    margin: 40px auto 0;
  }
}

.yodogawa__profile {
  display: block;
  margin-top: 70px !important
}
#profile {
  padding: 50px;
  overflow: auto;
}
.profile__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  letter-spacing: .18em;
}
.profile__name img {
  margin-left: 10px;
}
.profile__content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.profile__library ul {
  list-style: none;
  overflow: hidden;
  margin-left: -4%;
  margin-right: -4%;
}
.profile__library ul li {
  float: left;
  width: 12%;
  margin-top: 5%;
  margin-left: 4%;
  margin-right: 4%;
}
@media (max-width:767px) {
  .yodogawa__profile {
    margin-top: 35px;
    margin-left: 5%;
    margin-right: 5%
  }
  #profile {
    padding: 20px;
  }
  .profile__content {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section {
  margin-top: 100px;
}
.section .text {
  padding: 10px 0 70px;
}
.section .img--square-right.show:after,
.section .img--square-right.show:before {
  width: 100%;
}
.section .img--square.show img {
  opacity: 1;
}
.section .img--square-right img {
  top: 20px;
  right: 20px;
}
.section .img--square img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: .3s .4s;
}
.section .img--square:after,
.section .img--square:before,
.section .img--square span:after,
.section .img--square span:before {
  content: "";
  position: absolute;
  background-color: #595757;
  transition: all .6s ease;
}
.section .img--square-right:before {
  width: 0;
  height: 1px;
  top: 0;
  right: 0;
}
.section .img--square-right:after {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  transition-delay: .5s;
}
.section .img--square {
  position: relative;
  width: 600px;
  margin: 20px auto;
}
.section .img--square-right.show span:after,
.section .img--square-right.show span:before {
  height: 100%;
}
.section .img--square-right span:before {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
}
.section .img--square-right span:after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  transition-delay: .5s;
}
@media (max-width:767px) {
  .section .img--square {
    width: 85%;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .section .img--square-right img {
    top: 10px;
    right: 10px;
  }
  .section .text {
    font-size: 1.4rem;
    padding: 0;
  }
}
.section2 {
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
}
.section2 .img {
  margin-bottom: 40px;
}
.container .size {
  max-width: 600px;
  width: 90%;
  margin: 60px auto 120px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.container .size .flex {
  display: -ms-flexbox;
  display: flex;
}
.container .size p {
  padding-top: 3px;
}
@media (max-width:767px) {

  .container .size {
    margin: 60px auto;
  }

  .container .size .flex {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }
  
}
.banner {
    max-width: 900px;
    margin: 70px auto 100px;
    font-size: 1.2rem;
}
.banner p {
  margin-bottom: 70px;
  font-size: 1.6rem;
}
.banner p a {
  color: #00859c;
}
.banner ul{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.banner ul li {
  line-height: 2;
}
.banner .img {
  margin-bottom: 140px;
}
@media (max-width:767px) {
  .banner {
    margin: 50px auto;
  }
  .banner p {
    width: 60%;
    margin: 0 auto 70px;
  }
  .banner ul {
    display: block;
  }
  .banner ul li {
    margin-bottom: 10px;
  }
  .banner ul li img{
    width: 90%;
  }
  .banner .img {
    margin-bottom: 70px;
  }
}

.footer {
  height: 350px;
  background: #E5F1F9;
}

.footer a {
  color: #595757
}

@media (max-width:767px) {
  .footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.footer ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none
}

@media (max-width:767px) {
  .footer ul {
    display: block
  }
}

.footer ul li {
  line-height: 22px;
  font-size: 1.4rem
}

.footer__container {
  padding: 60px 100px 0;
  line-height: 1;
  text-align: center
}
@media (min-width:768px) {
  .footer__container {
    padding: 60px 20px 0;
  }
}
@media (max-width:767px) {
  .footer__container {
    display: block;
    position: relative;
    padding: 0
  }
}

.footer__links>li+li {
  position: relative;
  margin-left: 40px
}

.footer__links>li+li a {
  color: #4c4948
}

.footer__links>li+li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 27px;
  height: 33px;
  margin-top: -11px;
  background-image: url(/store/naniiro/img/common/separate@2x.png);
  background-size: 27px 33px;
  background-repeat: no-repeat
}

.footer__links-store {
  margin-top: 30px
}

.footer__links-store li {
  border-left: 1px solid #4c4948;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem
}

.footer__links-store li:last-child {
  border-right: 1px solid #4c4948
}

.footer__links-store li a {
  color: #898989
}

@media (max-width:767px) {
  .footer__links-store {
    margin-top: 0
  }
  .footer__links-store li {
    border-left: none;
    border-right: none!important
  }
}

.footer--04 .footer__links-store li {
  border-color: #fff
}

.footer--04 .footer__links-store a {
  color: #fff!important
}

.footer__share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end
}

.footer__share h3 {
  color: #4c4948;
  line-height: 1
}

.footer__share li {
  margin-left: 10px
}

.footer--04 .footer__share h3 {
  color: #fff
}

.footer__logo {
  margin-top: 70px
}

@media (max-width:767px) {
  .footer__logo {
    margin-left: 0;
    margin-top: 20px
  }
  .footer ul li {
    line-height: 30px;
  }
  .footer__share {
    margin-bottom: 20px;
  }
  .footer__share ul {
    display: -ms-flexbox;
    display: flex
  }
  .footer__share h3 {
    margin-left: 27%;
    line-height: 30px;
  }
  .footer__links {
    margin-bottom: 20px;
  }
  .footer__links>li+li:before {
    background: none;
  }
  .footer__links>li+li {
    margin-left: 0;
  }
}

.footer__review {
  margin-bottom: 15px
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  background: #fff;
  z-index: 9993;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover{
  opacity: .5;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}