@charset "UTF-8";
.splash-container {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 800;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.splash-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.splash-center #logocover {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(179,253,233,0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.splash-center img {
  max-width: 100%;
  height: auto;
  opacity: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .splash-center img {
    width: 70%;
  }
}
#site_title {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
}
@media screen and (max-width: 767px) {
  #site_title {
    right: 10px;
  }
}
#site_title .mmts {
  width: 360px;
  height: 43px;
  margin: 0 0 10px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site_title .mmts {
    width: 75vw;
    height: 9vw;
  }
}
#site_title .mmts .txt {
  font-family: "futura-pt-condensed, sans-serif";
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  white-space: nowrap;
  padding-left: 10px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 1s ease 0.7s;
  transition: width 1s ease 0.7s;
}
@media screen and (max-width: 767px) {
  #site_title .mmts .txt {
    font-size: 8.5vw;
  }
  #site_title .mmts .txt img {
    height: 6.56vw;
  }
}
#site_title .season {
  width: 120px;
  height: 48px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site_title .season {
    width: 28.13vw;
    height: 9vw;
  }
}
#site_title .season .txt {
  font-size: 42px;
  line-height: 1.3;
  white-space: nowrap;
  padding-left: 10px;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 1s ease 1s;
  transition: width 1s ease 1s;
}
@media screen and (max-width: 767px) {
  #site_title .season .txt {
    font-size: 8.6vw;
  }
  #site_title .season .txt img {
    height: 6.56vw;
  }
}
#site_title .st_inner {
  width: 0;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: width 1s ease 0.5s;
  transition: width 1s ease 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0px;
}
#site_title .season .st_inner {
  -webkit-transition: width 1s ease 0.8s;
  transition: width 1s ease 0.8s;
}
#site_title.on .st_inner {
  width: 100%;
}
#site_title.on .st_inner .txt {
  width: 100%;
}
#toppage.container {
  height: 100vh;
  overflow: hidden;
  padding: 0 58px;
}
@media screen and (max-width: 1024px) {
  #toppage.container {
    padding: 0 58px;
  }
}
@media screen and (max-width: 767px) {
  #toppage.container {
    padding: 0 29px;
  }
}
#toppage.container .slider {
  max-width: 1090px;
  margin: 0 auto;
}
#toppage.container .slider-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.83%;
  width: 18.5%;
  z-index: 1 !important;
}
#toppage.container .slider-container:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #toppage.container .slider-container {
    margin-right: 3.05%;
    width: 31.3%;
  }
  #toppage.container .slider-container:nth-child(3) {
    margin-right: 0;
  }
  #toppage.container .slider-container:nth-last-child(-n + 2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-container {
    margin-right: 4.82%;
    width: 47.59%;
  }
  #toppage.container .slider-container:nth-child(2) {
    margin-right: 0;
  }
  #toppage.container .slider-container:nth-last-child(-n + 3) {
    display: none;
  }
}
#toppage.container .slider-image {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #toppage.container .slider-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image {
    margin-bottom: 17px;
  }
}
#toppage.container .slider-image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#toppage.container .slider-image .balloon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#toppage.container .slider-image .balloon .special_baloon {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}
#toppage.container .slider-image .balloon .special_baloon li {
  position: absolute;
  z-index: 100;
}
#toppage.container .slider-image .balloon_5 li:first-child {
  bottom: 120px;
  left: -34px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:first-child {
    bottom: 21.09vw;
    left: -5.47vw;
  }
}
#toppage.container .slider-image .balloon_5 li:first-child img {
  width: 72px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:first-child img {
    width: 14.37vw;
  }
}
#toppage.container .slider-image .balloon_5 li:nth-child(2) {
  top: -10px;
  right: -12px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:nth-child(2) {
    top: 1.56vw;
    right: -2.34vw;
  }
}
#toppage.container .slider-image .balloon_5 li:nth-child(2) img {
  width: 66px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:nth-child(2) img {
    width: 12.97vw;
  }
}
#toppage.container .slider-image .balloon_5 li:last-child {
  bottom: 30px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:last-child {
    bottom: 3.13vw;
    right: -2.34vw;
  }
}
#toppage.container .slider-image .balloon_5 li:last-child img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_5 li:last-child img {
    width: 10.94vw;
  }
}
#toppage.container .slider-image .balloon_6 li:first-child {
  bottom: 110px;
  left: -20px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:first-child {
    bottom: 34.38vw;
    left: -4.69vw;
  }
}
#toppage.container .slider-image .balloon_6 li:first-child img {
  width: 57px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:first-child img {
    width: 10.47vw;
  }
}
#toppage.container .slider-image .balloon_6 li:nth-child(2) {
  top: 10px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:nth-child(2) {
    top: 3.13vw;
    right: -3.12vw;
  }
}
#toppage.container .slider-image .balloon_6 li:nth-child(2) img {
  width: 64px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:nth-child(2) img {
    width: 11.56vw;
  }
}
#toppage.container .slider-image .balloon_6 li:last-child {
  bottom: 50px;
  right: -13px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:last-child {
    bottom: 7.81vw;
    right: -2.34vw;
  }
}
#toppage.container .slider-image .balloon_6 li:last-child img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_6 li:last-child img {
    width: 7.81vw;
  }
}
#toppage.container .slider-image .balloon_8 li:first-child {
  bottom: 15px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_8 li:first-child {
    bottom: 2.34vw;
    left: -4.69vw;
  }
}
#toppage.container .slider-image .balloon_8 li:nth-child(2) {
  top: 5px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_8 li:nth-child(2) {
    top: 0.78vw;
    right: 3.13vw;
  }
}
#toppage.container .slider-image .balloon_8 li:last-child {
  top: 65px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_8 li:last-child {
    top: 20.31vw;
    right: -3.12vw;
  }
}
#toppage.container .slider-image .balloon_8 li img {
  width: 64px;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider-image .balloon_8 li img {
    width: 11.56vw;
  }
}
#toppage.container .slider-image .banner {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#toppage.container .slider-image .banner:after {
  padding-top: 100%;
  display: block;
  content: '';
}
#toppage.container .slider-image.nekotomo .item-link {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#toppage.container .slider-image.nekotomo .item-link:after {
  padding-top: 100%;
  display: block;
  content: '';
}
#toppage.container .slider .item-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}
#toppage.container .slider .item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  #toppage.container .slider .item-link:before {
    -webkit-transition: none;
    transition: none;
  }
}
#toppage.container .slider .item-link:hover:before {
  border-color: #000;
}
.show-balloon .special_baloon {
  -webkit-animation-name: popOut;
          animation-name: popOut;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: liner;
          animation-timing-function: liner;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes popOut {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
    opacity: 0;
  }
}
@keyframes popOut {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3, 0.3);
            transform: scale(0.3, 0.3);
    opacity: 0;
  }
}
@charset "UTF-8";
#list .container {
  padding: 35px 20px;
}
@media screen and (max-width: 1024px) {
  #list .container {
    padding: 50px 64px;
  }
}
@media screen and (max-width: 767px) {
  #list .container {
    padding: 24px 29px 50px;
  }
}
#list .container.wrapper_special {
  background-image: url("/special/mmts/19ss/images/special_bg.jpg");
  background-attachment: fixed;
  -webkit-background-size: contain;
          background-size: contain;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #list .container.wrapper_special {
    padding: 50px 32px;
  }
}
@media screen and (max-width: 767px) {
  #list .container.wrapper_special {
    background-image: url("/special/mmts/19ss/images/special_bg_sp.jpg");
    padding: 7.81vw 4.69vw 18.75vw;
  }
}
#list .tag {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #list .tag {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #list .tag {
    margin-bottom: 28px;
  }
}
#list .tag h2 {
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: 2px;
  background: #000;
  font-size: 1.143em;
  font-weight: 600;
  color: #fff;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
}
@media screen and (max-width: 767px) {
  #list .tag h2 {
    padding: 7px 7px;
    font-size: 0.786em;
    letter-spacing: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  #list .tag h2 {
    padding-top: 1em;
  }
}
#list .title {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 45px;
  font-size: 38px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #list .title {
    font-size: 8vw;
  }
}
#list .note {
  width: 650px;
  margin: auto;
  margin-bottom: 50px;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #list .note {
    width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #list .note {
    font-size: 0.857em;
    margin-bottom: 25px;
  }
}
#list .note p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #list .note p {
    text-align: left;
    display: inline;
  }
}
#list .note p span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #list .note p span {
    text-align: left;
  }
}
#list .note p a {
  text-decoration: underline;
}
#list .item-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}
#list .item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#list .item-link:hover:before {
  border-color: #000;
}
#list .lineup .thumanails {
  max-width: 1090px;
  margin: 0 auto;
}
#list .lineup .thumanails .thumbnail {
  display: inline-block;
  width: 18.34%;
  margin-right: 2.06%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #list .lineup .thumanails .thumbnail:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #list .lineup .thumanails .thumbnail {
    width: 31.1%;
    margin-right: 3.34%;
  }
  #list .lineup .thumanails .thumbnail:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #list .lineup .thumanails .thumbnail {
    width: 47.52%;
    margin-right: 4.94%;
    margin-bottom: 13px;
  }
  #list .lineup .thumanails .thumbnail:nth-child(3n) {
    margin-right: 4.94%;
  }
  #list .lineup .thumanails .thumbnail:nth-child(2n) {
    margin-right: 0;
  }
}
#list .lineup .thumanails .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #list .special br.forPC {
    display: none;
  }
}
#list .special br.forSP {
  display: none;
}
@media screen and (max-width: 767px) {
  #list .special br.forSP {
    display: block;
  }
}
#list .special-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 100px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #list .special-container {
    padding: 35px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  #list .special-container {
    padding: 12.5vw 4.69vw;
  }
}
#list .special-container:first-child {
  background-color: rgba(255,205,214,0.3);
}
#list .special-container:first-child .download-container li {
  width: calc(33.3% - 17px);
}
@media screen and (max-width: 767px) {
  #list .special-container:first-child .download-container li {
    width: 100%;
  }
}
#list .special-container:first-child .download-container li:first-child h4 span {
  background-color: #fed6df;
}
#list .special-container:first-child .download-container li:nth-child(2) h4 span {
  background-color: #e7e7e7;
}
#list .special-container:first-child .download-container li:last-child h4 span {
  background-color: #cdfff1;
}
#list .special-container:first-child .download-container h4 {
  width: 69%;
}
@media screen and (max-width: 767px) {
  #list .special-container:first-child .download-container h4 {
    width: 48.44vw;
  }
}
@media screen and (max-width: 767px) {
  #list .special-container:first-child .download-container img {
    width: 58.75vw;
  }
}
#list .special-container:first-child .download-btn a {
  width: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
  #list .special-container:first-child .download-btn a {
    width: calc(50% - 1.2vw);
  }
}
#list .special-container:first-child .download-btn a:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  #list .special-container:first-child .download-btn a:first-child {
    margin-right: 2.34vw;
  }
}
#list .special-container:nth-child(2) {
  background-color: rgba(179,253,233,0.3);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #list .special-container:nth-child(2) .download-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#list .special-container:nth-child(2) .download-container li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1024px) {
  #list .special-container:nth-child(2) .download-container li {
    width: calc(50% - 20px);
  }
  #list .special-container:nth-child(2) .download-container li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-container li {
    width: 100%;
  }
}
#list .special-container:nth-child(2) .download-container h4 {
  width: 81%;
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-container h4 {
    width: 48.44vw;
  }
}
#list .special-container:nth-child(2) .download-container h4 span {
  background-color: #f1dbff;
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-container img {
    width: 52.34vw;
  }
}
#list .special-container:nth-child(2) .download-btn a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-btn a {
    width: calc(50% - 1.2vw);
  }
}
#list .special-container:nth-child(2) .download-btn a:first-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-btn a:first-child {
    margin-right: 2.34vw;
    border-bottom: 0.63vw solid #000;
  }
}
@media screen and (max-width: 767px) {
  #list .special-container:nth-child(2) .download-btn a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  #list .special-container:nth-child(2) .download-btn a span::before {
    top: 0;
  }
}
#list .special-container:last-child {
  background-color: rgba(230,230,230,0.7);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #list .special-container:last-child {
    margin-top: 12.5vw;
  }
}
#list .special-inner + .special-inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #list .special-inner + .special-inner {
    margin-top: 12.5vw;
  }
}
#list .special .more_link {
  max-width: 202px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list .special .more_link {
    width: 56.56vw;
    max-width: none;
  }
}
@media screen and (min-width: 1025px) {
  #list .special .more_link a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #list .special .more_link a:hover {
    opacity: 0.6;
  }
}
#list .special .more_link a img {
  max-width: 100%;
}
#list .special .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #list .special .title {
    line-height: 1.2;
  }
  #list .special .title.paints {
    margin-bottom: 7.81vw;
  }
  #list .special .title.paints img {
    width: 57.19vw;
  }
  #list .special .title.wallpaper {
    margin-bottom: 5.47vw;
  }
  #list .special .title.wallpaper img {
    width: 37.03vw;
  }
}
#list .special .title h2 {
  font-size: 0;
  line-height: 1;
}
#list .special .title h2 img {
  max-width: 100%;
  height: 51px;
}
@media screen and (max-width: 767px) {
  #list .special .title h2 img {
    height: auto;
  }
}
#list .special .note {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #list .special .note {
    max-width: 627px;
    margin-bottom: 7.81vw;
  }
}
@media screen and (max-width: 767px) {
  #list .special .note p.txt-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #list .special .note p {
    display: block;
  }
}
#list .special .note p + h3 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #list .special .note p + h3 {
    margin-top: 3.13vw;
  }
}
#list .special .note p + .mint {
  margin-top: 30px;
}
#list .special .note p + h4 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #list .special .note p + h4 {
    margin-top: 8.59vw;
  }
}
@media screen and (max-width: 767px) {
  #list .special .note span {
    font-size: 3.75vw;
    line-height: 1.67;
  }
}
#list .special .note span.pink {
  color: #ff567c;
}
@media screen and (max-width: 767px) {
  #list .special .note span.pink {
    text-align: center;
  }
}
#list .special .note span.mint {
  color: #43cea9;
}
#list .special .note h3 {
  font-size: 1.7em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #list .special .note h3 {
    font-size: 5vw;
  }
}
#list .special .note h3.pink {
  color: #ff567c;
}
#list .special .note h3.mint {
  color: #43cea9;
}
#list .special .note h3 + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #list .special .note h3 + p {
    margin-top: 4.69vw;
  }
}
#list .special .note h3::after {
  content: '';
  display: block;
  width: 105%;
  height: 7px;
  position: absolute;
  left: -2.5%;
  bottom: 0;
  background-position: left center;
  background-repeat: repeat-x;
  background-image: url("/special/mmts/19ss/images/dotted_bg.png");
  -webkit-background-size: contain;
          background-size: contain;
}
@media screen and (max-width: 767px) {
  #list .special .note h3::after {
    width: 100%;
    height: 1.09vw;
    left: 0;
  }
}
#list .special .note h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #list .special .note h4 {
    font-size: 4.38vw;
  }
}
#list .special .download-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #list .special .download-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#list .special .download-container li {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #list .special .download-container li {
    margin-bottom: 10.31vw;
    border-radius: 0.63vw;
    padding: 1.56vw;
  }
  #list .special .download-container li:last-child {
    margin-bottom: 0;
  }
}
#list .special .download-container li::before {
  content: '';
  display: block;
  width: calc(100% - 16px);
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #list .special .download-container li::before {
    width: calc(100% - 3.12vw);
    height: 0.63vw;
    top: 1.88vw;
    left: 1.56vw;
  }
}
#list .special .download-container h4 {
  border-width: 4px;
  border-style: solid;
  border-color: #fff;
  background-color: #000;
  border-radius: 18px;
  margin: -18px auto 15px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #list .special .download-container h4 {
    border-width: 1.25vw;
    border-radius: 4.69vw;
    margin-top: -4.06vw;
    margin-bottom: 3.13vw;
  }
}
#list .special .download-container h4 span {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align: center;
  width: calc(100% - 6px);
  margin: 3px;
  display: block;
  padding: 5px 0 2px;
  border-radius: 14.5px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #list .special .download-container h4 span {
    font-size: 3.75vw;
    width: 45vw;
    padding: 0.94vw 0 0.47vw;
    border-width: 0.47vw;
    border-radius: 3.91vw;
    margin: 0.47vw;
  }
}
#list .special .download-container p {
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #list .special .download-container p {
    text-align: center;
    margin-bottom: 4.06vw;
  }
}
#list .special .download-container img {
  max-width: 100%;
}
#list .special .download-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#list .special .download-btn a {
  display: block;
  border-width: 3px 0;
  border-style: solid;
  border-color: #000;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #list .special .download-btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #list .special .download-btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #list .special .download-btn a {
    padding: 4.69vw 0;
    border-width: 0.63vw 0;
  }
}
#list .special .download-btn a span {
  font-size: 1em;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #list .special .download-btn a span {
    font-size: 3.75vw;
  }
}
#list .special .download-btn a span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 8px;
  background-image: url("/special/mmts/19ss/images/link_b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #list .special .download-btn a span::before {
    width: 3.91vw;
    height: 3.75vw;
    top: 0.47vw;
    margin-right: 2.5vw;
  }
}
#list .special .flow-container {
  background-color: #fff;
  padding: 40px 70px;
  border-radius: 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container {
    padding: 9.38vw 3.91vw;
    border-radius: 0.63vw;
    margin-bottom: 12.5vw;
  }
}
#list .special .flow-container dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl {
    margin: 0;
  }
}
#list .special .flow-container dl:first-child {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl:first-child {
    margin-bottom: 5.47vw;
  }
}
#list .special .flow-container dl:first-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 38px;
  z-index: 1;
  background-image: url("/special/mmts/19ss/images/flow_line_bg.png");
  background-repeat: repeat-y;
  -webkit-background-size: contain;
          background-size: contain;
  width: 3px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  #list .special .flow-container dl:first-child::before {
    height: 215px;
  }
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl:first-child::before {
    width: 0.63vw;
    height: 96.88vw;
    left: 3.44vw;
    top: 9.38vw;
    background-image: url("/special/mmts/19ss/images/flow_line_bg_sp.png");
  }
}
#list .special .flow-container dl:nth-child(2) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl:nth-child(2) {
    margin-bottom: 9.06vw;
  }
}
#list .special .flow-container dl:nth-child(3) {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl:nth-child(3) {
    margin-bottom: 9.38vw;
  }
}
#list .special .flow-container dl:nth-child(4) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dl:nth-child(4) {
    margin-bottom: 4.69vw;
  }
}
#list .special .flow-container dt {
  padding-right: 10px;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dt {
    padding: 0.94vw 2.34vw 0.94vw 0;
  }
}
#list .special .flow-container dt h5 img {
  width: 37px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dt h5 img {
    width: 8.13vw;
  }
}
#list .special .flow-container dd {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd {
    margin-top: 1.88vw;
  }
}
#list .special .flow-container dd p {
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd p {
    font-size: 3.75vw;
    line-height: 1.67;
  }
}
#list .special .flow-container dd .annotation {
  position: relative;
  background-color: #f1dbff;
  padding-top: 3px;
}
#list .special .flow-container dd a {
  display: inline-block;
  line-height: 1;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd a {
    margin-top: 3.13vw;
    padding-bottom: 1.56vw;
    border-bottom-width: 0.63vw;
  }
}
#list .special .flow-container dd a:hover {
  opacity: 0.6;
}
#list .special .flow-container dd a + a {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd a + a {
    margin-left: 0;
  }
}
#list .special .flow-container dd a::after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  margin-left: 5px;
  position: relative;
  bottom: -5px;
}
#list .special .flow-container dd a.insta::after {
  width: 18px;
  height: 18px;
  background-image: url("/special/mmts/19ss/images/instagram.svg");
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd a.insta::after {
    width: 4.84vw;
    height: 5vw;
    bottom: -1.56vw;
  }
}
#list .special .flow-container dd a.tw::after {
  width: 20px;
  height: 16px;
  background-image: url("/special/mmts/19ss/images/twitter_b.svg");
}
@media screen and (max-width: 767px) {
  #list .special .flow-container dd a.tw::after {
    width: 4.69vw;
    height: 3.91vw;
    bottom: -0.78vw;
  }
}
#list .special .flow-note {
  font-size: 18px;
  font-weight: bold;
  color: #ff567c;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #list .special .flow-note {
    font-size: 3.75vw;
    line-height: 1.67;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 767px) {
  #list .special .flow-note span.forPC {
    display: none;
  }
}
#list .special .forTerms {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #list .special .forTerms {
    font-size: 3.75vw;
  }
}
#list .special .forTerms a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#list .special .forTerms a:hover {
  opacity: 0.6;
}
#list .special .forTerms a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  background-image: url("/special/mmts/19ss/images/anchor-arrow.svg");
  background-position: center center;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #list .special .forTerms a::after {
    width: 3.75vw;
    height: 3.13vw;
    margin-left: 2.34vw;
  }
}
#list .special .thumanails-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #list .special .thumanails-container {
    display: block;
    margin-bottom: 4.69vw;
  }
}
#list .special .thumanails .thumbnail {
  width: calc(50% - 15px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #list .special .thumanails .thumbnail {
    width: 100%;
  }
  #list .special .thumanails .thumbnail:first-child {
    width: 63.75vw;
    margin: 0 auto 5.47vw;
  }
}
#list .special .thumanails .thumbnail img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #list .special .thumanails .thumbnail img {
    width: 100%;
  }
}
#list .special .thumanails .thumbnail p {
  position: absolute;
  top: -30px;
  left: -85px;
  width: 157px;
}
@media screen and (max-width: 767px) {
  #list .special .thumanails .thumbnail p {
    top: -16.41vw;
    left: 0;
    width: 28.13vw;
  }
}
#list .special .thumanails-note {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #list .special .thumanails-note {
    font-size: 3.75vw;
    margin-bottom: 4.69vw;
  }
}
#list .special .terms-ttl {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #list .special .terms-ttl {
    font-size: 4.38vw;
    padding-bottom: 1.56vw;
    padding-left: 3.75vw;
  }
}
#list .special .terms-ttl::before {
  content: '';
  display: inline;
  width: 7px;
  height: 7px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #list .special .terms-ttl::before {
    width: 1.88vw;
    height: 1.88vw;
    top: 0.63vw;
  }
}
#list .special .terms + .terms-ttl {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #list .special .terms + .terms-ttl {
    margin-top: 6.25vw;
  }
}
#list .special .terms li {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #list .special .terms li {
    padding-left: 3.75vw;
  }
}
#list .special .terms li:not(.plane) {
  position: relative;
}
#list .special .terms li:not(.plane)::before {
  display: inline;
  position: absolute;
}
#list .special .terms li:not(.plane):not(.annotation):not(.decimal)::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  top: 8px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  #list .special .terms li:not(.plane):not(.annotation):not(.decimal)::before {
    width: 0.94vw;
    height: 0.94vw;
    top: 2.5vw;
    left: 0.63vw;
  }
}
#list .special .terms li:not(.plane) span {
  position: absolute;
  left: 0;
}
#list .special .terms li.annotation::before {
  content: '\203B';
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #list .special .terms li.annotation::before {
    font-size: 0.8em;
    top: 2.19vw;
  }
}
#list .special .terms li p {
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #list .special .terms li p {
    font-size: 3.75vw;
    line-height: 2;
  }
}
#list .special .terms li a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#list .special .terms li a:hover {
  opacity: 0.6;
}
#list .nekotomo .title h2 {
  margin: auto;
  width: 350px;
}
#list .nekotomo .title h2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #list .nekotomo .title {
    margin-bottom: 27px;
  }
  #list .nekotomo .title h2 {
    width: 218px;
  }
}
#list .nekotomo .note a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#list .nekotomo .note a:hover {
  opacity: 0.7;
}
#list .nekotomo .thumanails {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#list .nekotomo .thumanails .thumbnail {
  display: inline-block;
  width: 18.34%;
  margin-right: 2.06%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #list .nekotomo .thumanails .thumbnail:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #list .nekotomo .thumanails .thumbnail {
    width: 31.1%;
    margin-right: 3.34%;
  }
  #list .nekotomo .thumanails .thumbnail:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #list .nekotomo .thumanails .thumbnail {
    width: 47.52%;
    margin-right: 4.94%;
    margin-bottom: 13px;
  }
  #list .nekotomo .thumanails .thumbnail:nth-child(3n) {
    margin-right: 4.94%;
  }
  #list .nekotomo .thumanails .thumbnail:nth-child(2n) {
    margin-right: 0;
  }
}
#list .nekotomo .thumanails .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#list .nekotomo .thumanails .thumbnail a {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#list .nekotomo .thumanails .thumbnail a:after {
  padding-top: 100%;
  display: block;
  content: '';
}
#list .nekotomo .instagram-link {
  text-align: center;
}
#list .nekotomo .instagram-link a {
  display: inline-block;
  border: 5px solid #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.286em;
  padding: 5px 18px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#list .nekotomo .instagram-link a:hover {
  opacity: 0.6;
}
#list .nekotomo .item-link:hover:before {
  border-color: transparent;
}
#list .nekotomo.loaded .item-link:hover:before {
  border-color: #000;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/special/mmts/19ss/images/ajax-loader_c5cd7f5300576ab4c88202b42f6ded62.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/special/mmts/19ss/font/slick_ced611daf7709cc778da928fec876475.eot);
    src: url(/special/mmts/19ss/font/slick_ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/special/mmts/19ss/font/slick_b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/special/mmts/19ss/font/slick_d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/special/mmts/19ss/images/slick_f97e3bbf73254b0112091d0192f17aec.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
.slick-dotted.slick-slider {
  margin: 0;
}
.slidenavi .slick-dots {
  bottom: 5px;
  z-index: 5;
  width: inherit;
  margin-left: 5px;
}
.slidenavi .slick-dots li {
  margin: 0;
}
.slidenavi .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}
.slidenavi .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .slidenavi .slick-dots li button:before {
    font-size: 8px;
  }
}
#detail .background-layer {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  top: 0;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  #detail .background-layer {
    min-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#detail .background-layer.active {
  z-index: 110;
}
#detail .container {
  position: relative;
  padding: 30px;
  background: #fff;
  width: calc(100% - 60px);
  height: calc(100vh - 60px);
  min-height: 500px;
  min-width: 840px;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  #detail .container {
    min-height: 0;
    min-width: 0;
    width: auto;
    height: auto;
    padding: 140px 125px 75px 125px;
  }
}
@media screen and (max-width: 767px) {
  #detail .container {
    padding: 75px 35px 75px 35px;
  }
}
#detail .container .move-navi a {
  border: 5px solid #000;
  padding: 5px 5px 9px 5px;
  background: #fff;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#detail .container .move-navi a:hover {
  background: rgba(255,255,255,0.6);
}
@media screen and (max-width: 767px) {
  #detail .container .move-navi a {
    border: 3px solid #000;
  }
}
#detail .container .prev,
#detail .container .next {
  position: absolute;
  opacity: 0;
}
#detail .container .next {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#detail .container .contents {
  opacity: 0;
  width: 830px;
  height: 490px;
  border: 5px solid #000;
  background: #fff;
  position: absolute;
  top: calc(50% - 250px);
  left: calc(50% - 420px);
}
@media screen and (max-width: 1024px) {
  #detail .container .contents {
    position: inherit;
    background: none;
    display: block;
    border: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: auto;
    height: auto;
    top: inherit;
    left: inherit;
  }
}
#detail .container .contents .balloon1,
#detail .container .contents .balloon2 {
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 10;
}
#detail .container .contents .balloon1 {
  top: -55px;
  left: 225px;
  width: 100px;
}
#detail .container .contents .balloon1 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents .balloon1 {
    top: -60px;
    right: 10px;
    left: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents .balloon1 {
    width: 58px;
    top: -39px;
    right: 10px;
  }
}
#detail .container .contents .balloon2 {
  top: 100px;
  left: 250px;
}
#detail .container .contents .balloon2 img {
  width: 85%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents .balloon2 {
    top: 100px;
    right: -42px;
    left: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents .balloon2 {
    width: 56px;
    top: 30px;
    right: -20px;
  }
}
#detail .container .contents .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
#detail .container .contents-left-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 334px;
  width: 334px;
  background: #fff;
  border-right: 5px solid #000;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-left-box {
    width: auto;
    max-width: 100%;
    display: block;
    border-left: 5px solid #000;
    border-top: 5px solid #000;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-left-box {
    border-right: 3px solid #000;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
}
#detail .container .contents-left-box .thumbnails {
  position: relative;
  width: 334px;
  height: 490px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-left-box .thumbnails {
    width: 100%;
    height: auto;
  }
}
#detail .container .contents-left-box .thumbnails img {
  width: 100%;
  height: auto;
}
#detail .container .contents-right-box {
  display: inline-block;
  width: 491px;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box {
    display: block;
    width: auto;
  }
}
#detail .container .contents-right-box .area-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: calc(490px - 55px);
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .area-wrap {
    height: auto;
    background: #fff;
    border: 5px solid #000;
    margin-bottom: 85px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap {
    padding: 20px;
    margin-bottom: 50px;
    border: 3px solid #000;
  }
}
#detail .container .contents-right-box .area-wrap .tag {
  text-align: right;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .area-wrap .tag {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap .tag {
    margin-bottom: 23px;
  }
}
#detail .container .contents-right-box .area-wrap .tag p {
  padding: 3px 15px;
  display: inline-block;
  letter-spacing: 2px;
  background: #000;
  font-size: 1em;
  font-weight: 600;
  font-family: "Futura LT W01 Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap .tag p {
    font-size: 0.786em;
    font-weight: normal;
  }
}
@media all and (-ms-high-contrast: none) {
  #detail .container .contents-right-box .area-wrap .tag p {
    padding-top: 0.5em;
  }
}
#detail .container .contents-right-box .area-wrap .text {
  font-weight: 600;
  font-size: 1.071em;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .area-wrap .text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap .text {
    margin-bottom: 35px;
    font-size: 0.857em;
  }
}
#detail .container .contents-right-box .area-wrap .items {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 1.071em;
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  position: absolute;
  bottom: 35px;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .area-wrap .items {
    position: inherit;
    bottom: inherit;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap .items {
    letter-spacing: 0;
    font-size: 0.857em;
  }
}
@media screen and (max-width: 350px) {
  #detail .container .contents-right-box .area-wrap .items {
    font-size: 0.7em;
  }
}
#detail .container .contents-right-box .area-wrap .items li {
  margin-bottom: 20px;
}
#detail .container .contents-right-box .area-wrap .items li:last-child {
  margin-bottom: 0;
}
#detail .container .contents-right-box .area-wrap .items li a {
  position: relative;
}
#detail .container .contents-right-box .area-wrap .items li a:before {
  position: absolute;
  top: 0.5em;
  left: -5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#detail .container .contents-right-box .area-wrap .items li a:hover:before {
  width: calc(100% + 40px);
}
#detail .container .contents-right-box .area-wrap .items li a.pink:before {
  background: #ffbbe0;
}
#detail .container .contents-right-box .area-wrap .items li a.brown:before {
  background: #f2cc9e;
}
#detail .container .contents-right-box .area-wrap .items li a.green:before {
  background: #9ee7a6;
}
#detail .container .contents-right-box .area-wrap .items li a.blue:before {
  background: #98def7;
}
#detail .container .contents-right-box .area-wrap .items li a.yellow:before {
  background: #fff164;
}
#detail .container .contents-right-box .area-wrap .items li a.mint:before {
  background: #cdfff1;
}
#detail .container .contents-right-box .area-wrap .items li a.pink:before {
  background: #fed6df;
}
#detail .container .contents-right-box .area-wrap .items li a.common:before {
  background: #dddddb;
}
#detail .container .contents-right-box .area-wrap .items li a span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .area-wrap .items li a span:after {
    width: 22px;
    height: 16px;
    top: -5px;
    padding-left: 15px;
  }
}
#detail .container .contents-right-box .tags {
  position: relative;
  border-top: 5px solid #000;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .tags {
    background: #fff;
    border: 5px solid #000;
    height: auto;
  }
  #detail .container .contents-right-box .tags:before {
    content: "TAG";
    position: absolute;
    left: -5px;
    padding: 18px;
    background: #000;
    color: #fff;
    font-size: 1.714em;
    font-family: "Josefin Sans", sans-serif;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .tags {
    border: 3px solid #000;
  }
  #detail .container .contents-right-box .tags:before {
    padding: 9px;
    font-size: 1.071em;
    left: -3px;
  }
}
#detail .container .contents-right-box .tags ul {
  display: table;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .tags ul {
    display: block;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .tags ul {
    padding: 25px 15px;
  }
}
#detail .container .contents-right-box .tags ul li {
  font-family: "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 0.85em;
}
@media screen and (max-width: 1024px) {
  #detail .container .contents-right-box .tags ul li {
    display: block;
    padding-left: 0;
    margin-bottom: 30px;
  }
  #detail .container .contents-right-box .tags ul li:first-child {
    display: none;
  }
  #detail .container .contents-right-box .tags ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #detail .container .contents-right-box .tags ul li {
    margin-bottom: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  #detail .container .contents-right-box .tags ul li {
    padding-top: 0.5em;
  }
}
#detail .container .contents-right-box .tags ul li:first-child {
  margin-right: 5px;
  padding: 0 8px;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  font-family: "Josefin Sans", sans-serif;
}
#detail .container .contents-right-box .tags ul li .tag-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.4;
  font-family: "Futura LT W01 Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
}
#detail .container .contents-right-box .tags ul li .tag-link:hover {
  opacity: 0.6;
}
#detail .container .contents-right-box .tags ul li .tag-link.current {
  opacity: 1;
}
#detail:not(.special) .special-link {
  display: none;
}
@media screen and (max-width: 1024px) {
  #detail.special .container .contents-right-box .area-wrap .text {
    margin-bottom: 15px;
  }
}
#detail.special .container .contents-right-box .area-wrap .items {
  position: static;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  #detail.special .container .contents-right-box .area-wrap .items {
    margin-top: 0;
  }
}
#detail.special .container .contents-right-box .special-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 35px;
  right: 35px;
}
@media screen and (max-width: 1024px) {
  #detail.special .container .contents-right-box .special-link {
    position: inherit;
    bottom: inherit;
    right: inherit;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  #detail.special .container .contents-right-box .special-link a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #detail.special .container .contents-right-box .special-link a:hover {
    opacity: 0.7;
  }
}
#detail.special .container .contents-right-box .special-link a:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #detail.special .container .contents-right-box .special-link a:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #detail.special .container .contents-right-box .special-link a:first-child img {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  #detail.special .container .contents-right-box .special-link a:last-child img {
    height: 42px;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus{
  outline: none;
}

#root #detail .container .contents-right-box .area-wrap .items li {
  margin-bottom: 16px;
}

#detail .items li a span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}

#detail .items li a span:after {
  content: "";
  width: 26px;
  height: 19px;
  display: inline-block;
  background: url(/special/mmts/19ss/images/cart_4aacd6052a04f2825e36c8f2b4edfb2e.svg) center no-repeat;
  background-size:contain;
  padding-top: 3px;
  position: absolute;
  top: -5px;
  padding-left: 20px;
}

.instagram-link a:before {
  content: url(/special/mmts/19ss/images/link_b_281d0e87113a246da4e584fdcfc6b4e6.svg);
  width: 16px;
  height: 18px;
  display: inline-block;
  padding-right: 5px;
}

.store-map-link a:before {
  content: url(/special/mmts/19ss/images/link_b_281d0e87113a246da4e584fdcfc6b4e6.svg);
  width: 17px;
  height: 18px;
  display: inline-block;
  padding-right: 5px;
}

.gnav-other-list a.arrow-link:before {
  content: "";
  width: 26px;
  height: 21px;
  display: inline-block;
  background: url(/special/mmts/19ss/images/arrow-move-white_acebf2f0a61bff4c005befa924be1208.svg) center no-repeat;
  background-size:contain;
  position: absolute;
  top: -3px;
  transform: translateX(-100%) translateX(-10px);
}

.gnav-other-list a.external-link:before {
  content: url(/special/mmts/19ss/images/link_w_2c37422b22d7f94622efd2996e8d6ba5.svg);
  width: 19px;
  height: 18px;
  display: inline-block;
  padding-right: 10px;
}

.gnav-nekobokin a.external-link:before {
  content: url(/special/mmts/19ss/images/link_w_2c37422b22d7f94622efd2996e8d6ba5.svg);
  width: 16px;
  height: 15px;
  display: inline-block;
  padding-right: 6px;
  position: absolute;
  transform: translateX(-100%);
}
@charset "UTF-8";
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
html {
  font-size: 14px;
}
body {
  color: #000;
  font: 100%/1 "Josefin Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
  font-weight: normal;
}
p {
  line-height: 24px;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a.active,
a:hover {
  color: $link_color;
}
.store {
  opacity: 0;
  display: none;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 610;
  -webkit-overflow-scrolling: touch;
}
.store-wrap {
  height: 100%;
  min-height: calc(560px + 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .store-wrap {
    min-height: 0;
    height: auto;
    display: block;
    padding-right: 120px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .store-wrap {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 90px;
  }
}
.store-contens {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1090px;
  min-height: 560px;
  border: 5px solid #000;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .store-contens {
    width: inherit;
    padding: 0 30px 30px 30px;
    margin-bottom: 30px;
  }
}
.store-contens h2 {
  margin-top: 90px;
  text-align: center;
  font-size: 3.286em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .store-contens h2 {
    font-size: 1.857em;
  }
}
.store-contens a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .store-contens a.tel_link {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.store-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 47px;
  right: 50px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.store-close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .store-close {
    top: 30px;
    right: 23px;
  }
}
@media screen and (max-width: 767px) {
  .store-close {
    width: 30px;
    height: 30px;
  }
}
.store-close img {
  width: 100%;
  height: auto;
}
.store-info-wrap {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .store-info-wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .store-info-wrap {
    margin-top: 30px;
  }
}
.store-info-map {
  margin-right: 60px;
}
@media screen and (max-width: 1024px) {
  .store-info-map {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .store-info-map {
    margin-bottom: 30px;
  }
}
.store-info-map .map {
  width: 481px;
}
@media screen and (max-width: 1024px) {
  .store-info-map .map {
    width: 440px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .store-info-map .map {
    width: 100%;
    margin: auto;
  }
}
.store-info-map .map img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .store-info-map .map img.desktop {
    display: inherit;
  }
  .store-info-map .map img.mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .store-info-map .map img.desktop {
    display: none;
  }
  .store-info-map .map img.mobile {
    display: inherit;
  }
}
.store-info-about {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .store-info-about {
    margin-bottom: 38px;
  }
}
.store-info-about p {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 1.071em;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .store-info-about p {
    line-height: 1.6rem;
    letter-spacing: 0.5px;
    font-size: 0.786em;
  }
}
.store-info-about .shop {
  font-size: 1.286em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .store-info-about .shop {
    margin-bottom: 10px;
    font-size: 0.857em;
  }
}
.store-map-link {
  text-align: right;
  position: relative;
}
.store-map-link a {
  margin-right: 110px;
  display: inline-block;
  border: 5px solid #000;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.286em;
  padding: 5px 18px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.store-map-link a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .store-map-link a {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .store-map-link a {
    margin-bottom: 5px;
    font-size: 1.143em;
  }
  .store-map-link a:before {
    padding-right: -2px;
  }
}
.common-background {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 400;
}
.common-elem {
  position: absolute;
  z-index: 500;
}
.common-elem .logo-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.common-elem .logo-link:hover {
  opacity: 0.6;
}
.common-elem .logo {
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .common-elem .logo {
    left: 50px;
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .common-elem .logo {
    top: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-elem .logo {
    top: 10px;
    left: 10px;
    width: 63px;
  }
}
.common-elem .logo-img {
  width: 100%;
  height: auto;
}
.common-elem .title {
  position: fixed;
  top: 110px;
  right: 70px;
}
@media screen and (max-width: 1024px) {
  .common-elem .title {
    top: 140px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-elem .title {
    top: 70px;
    right: 10px;
    width: 10px;
  }
}
.common-elem .title-img {
  width: 100%;
  height: auto;
}
.common-elem .nav-open {
  position: fixed;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 60px;
}
.common-elem .nav-open:focus {
  outline: none;
}
@media screen and (min-width: 1025px) {
  .common-elem .nav-open {
    top: 28px;
    right: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .common-elem .nav-open {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-elem .nav-open {
    top: 10px;
    right: 10px;
    width: 54px;
    height: 42px;
  }
}
.common-elem .nav-open-img {
  width: 100%;
  height: auto;
}
.common-elem .gnav {
  position: fixed;
  top: 0;
  right: -100%;
  background: #000;
  color: #fff;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1025px) {
  .common-elem .gnav {
    padding: 50px 65px 30px 120px;
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .common-elem .gnav {
    padding: 50px 55px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .common-elem .gnav {
    padding: 20px 25px;
    width: 245px;
  }
}
.common-elem .gnav-wrapper {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.common-elem .gnav-close {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 26px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.desktop .common-elem .gnav-close:hover {
  opacity: 0.6;
}
.common-elem .gnav-close:focus {
  outline: none;
}
.common-elem .gnav-close-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.common-elem .gnav-close-container:before,
.common-elem .gnav-close-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-close-container:before,
  .common-elem .gnav-close-container:after {
    height: 2px;
  }
}
.common-elem .gnav-close-container:before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}
.common-elem .gnav-close-container:after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.common-elem .gnav-container {
  text-align: right;
}
.common-elem .gnav-tag-title {
  font-size: 1.714em;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1.4em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-tag-title {
    font-size: 1.357em;
  }
}
.common-elem .gnav-tag-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 4px;
  bottom: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-tag-title:after {
    height: 2px;
  }
}
.common-elem .gnav-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.common-elem .gnav-tag-list li {
  margin-bottom: 30px;
  font-size: 1.174em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-tag-list li {
    font-size: 1em;
  }
}
.common-elem .gnav-link {
  color: #fff;
  text-decoration: none;
  font-family: 'Josefin Sans', "NHaasGroteskTXW01-65Md", YuGothic, "Yu Gothic Medium", "Yu Gothic", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, "Droid Sans", Roboto, sans-serif;
}
.common-elem .gnav-link:hover {
  text-decoration: underline;
}
.common-elem .gnav-other-list {
  list-style: none;
  padding-top: 25px;
}
.common-elem .gnav-other-list li {
  position: relative;
  margin-bottom: 30px;
  font-size: 1.429em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-other-list li {
    font-size: 1.143em;
  }
  .common-elem .gnav-other-list li a.arrow-link:before {
    width: 21px;
    -webkit-transform: translateX(-100%) translateX(-7px);
        -ms-transform: translateX(-100%) translateX(-7px);
            transform: translateX(-100%) translateX(-7px);
    top: -5px;
  }
  .common-elem .gnav-other-list li a.external-link:before {
    width: 17px;
    height: 16px;
    padding-right: 6px;
  }
}
.common-elem .gnav-sns-list {
  list-style: none;
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-sns-list {
    padding-top: 30px;
  }
}
.common-elem .gnav-sns-list li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-sns-list li {
    margin-left: 15px;
  }
}
.common-elem .gnav-sns-title {
  font-size: 0.857em;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-sns-title {
    font-size: 0.643em;
  }
}
.common-elem .gnav-sns-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.common-elem .gnav-sns-link img {
  width: 100%;
  height: auto;
}
.common-elem .gnav-sns-link:hover {
  opacity: 0.6;
}
.common-elem .gnav-sns-link .insta {
  width: 25px;
  height: 25px;
}
.common-elem .gnav-sns-link .tw {
  width: 25px;
  height: 21px;
}
.common-elem .gnav-sns-link .fb {
  width: 13px;
  height: 24px;
}
.common-elem .gnav-sns-link .line {
  width: 27px;
  height: 26px;
}
.common-elem .gnav-nekobokin {
  padding-top: 60px;
  text-align: right;
  margin-bottom: 40px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-nekobokin {
    font-size: 0.786em;
  }
  .common-elem .gnav-nekobokin a.external-link:before {
    width: 13px;
    height: 13px;
    padding-right: 5px;
  }
}
.common-elem .gnav-copyright {
  text-align: right;
}
.common-elem .gnav-copyright p {
  font-size: 0.857em;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .common-elem .gnav-copyright p {
    font-size: 0.714em;
  }
}
