@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
}

/* GENERAL
 * ----------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

body {
  color: #333333;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
.ie body {
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
body * {
  outline: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-moon {
  font-family: "Moon-Bold";
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  outline: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
}
img.img-center {
  margin: 0 auto;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-color {
  color: #e90f0f;
}

.container {
  min-width: 1000px;
}

.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.sm {
  display: none !important;
}

@media (max-width: 767px) {
  html {
    -webkit-tap-highlight-color: transparent;
  }

  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.2rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .fs20 {
    font-size: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
header .wrapper {
  padding: 20px 0 0;
}
header .logo {
  float: left;
}
header .instagram {
  float: right;
}

@media (max-width: 767px) {
  .page-top .nav-sm {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
  }
  header {
    position: relative;
    text-align: center;
  }
  header .wrapper {
    padding: 0.24rem 0 0.16rem;
    position: relative;
  }
  header .logo {
    display: block;
    width: 2.19rem;
    margin: 0 auto;
    float: none;
  }
  header .btn-menu {
    position: absolute;
    top: 0.34rem;
    right: 0.37rem;
    width: 0.33rem;
  }
  header .btn-menu.active .open {
    display: none;
  }
  header .btn-menu.active .close {
    display: block;
  }
  header .btn-menu .close {
    display: none;
  }

  .nav-sm {
    padding-left: 0.04rem;
    background: white;
    position: relative;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .nav-sm ul li {
    display: inline-block;
  }
  .nav-sm ul li a {
    display: block;
    font-size: 0.2rem;
    letter-spacing: 0.26em;
    font-weight: bold;
    margin: 0 0.13rem;
    padding: 0.27rem 0 0.26rem;
    position: relative;
  }
  .nav-sm ul li a.active:after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 0.04rem;
    background: #333;
    bottom: 0.16rem;
  }
  .nav-sm .note-text {
    margin-top: -2px;
    padding-bottom: 10px;
    color: #e90f0f;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
  }

  .navigation-sm {
    position: absolute;
    display: none;
    background: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 12;
    text-align: center;
    border-top: 0.02rem solid #333333;
  }
  .navigation-sm ul li {
    border-bottom: 0.02rem solid #333333;
  }
  .navigation-sm ul li a {
    display: block;
    font-size: 0.24rem;
    letter-spacing: 0.05rem;
    font-weight: bold;
    padding: 0.52rem 0 0.53rem;
  }
  .navigation-sm ul li a.active {
    background: #333333;
    color: #fff;
  }
  .navigation-sm ul li a.logo-sm {
    padding: 0.39rem 0 0.38rem;
  }
  .navigation-sm ul li a.insta {
    padding: 0.37rem 0;
  }
  .navigation-sm ul li a.insta img {
    width: 0.64rem;
  }
  .navigation-sm ul li a img {
    display: block;
    width: 2.6rem;
    margin: 0 auto;
  }
}
footer {
  padding-top: 40px;
  padding-bottom: 35px;
  overflow: hidden;
}
footer .social {
  text-align: center;
  padding-right: 6px;
  padding-bottom: 30px;
}
footer .social a {
  display: inline-block;
  margin: 0 14px;
}
footer p.coppyright {
  text-align: center;
  letter-spacing: 0.22em;
  font-size: 11px;
}
footer .btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  cursor: pointer;
}

@media (max-width: 767px) {
  footer {
    padding-top: 0.6rem;
    padding-bottom: 0.63rem;
  }
  footer .social {
    text-align: center;
    padding-right: 0.15rem;
    padding-bottom: 0.66rem;
    padding-top: 0.9rem;
  }
  footer .social a {
    display: inline-block;
    margin: 0 0.27rem;
  }
  footer .social a img {
    width: 0.52rem;
  }
  footer p.coppyright {
    font-size: 0.16rem;
  }
  footer .btn-top {
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 30;
  }
  footer .btn-top img {
    margin: 0 auto;
    width: 0.88rem;
  }
}
@font-face {
  font-family: "Moon-Bold";
  src: url("../fonts/Moon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Moon-Bold.woff") format("woff"), url("../fonts/Moon-Bold.ttf") format("truetype"), url("../fonts/Moon-Bold.svg#Moon-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* COMMON TITLES
 * ----------------------------------------------- */
/* COMMON BUTTONS
 * ----------------------------------------------- */
/* COMMON BREADCRUMBS
 * ----------------------------------------------- */
/* COMMON FORMS
 * ----------------------------------------------- */
/* COMMON PAGINATIONS
 * ----------------------------------------------- */
/* PAGES
 * ----------------------------------------------- */
.fancybox-slide .content-modal.top-pop {
  width: auto;
  background: none;
  padding: 0;
}
.fancybox-slide .content-modal.top-pop .img-asses {
  display: block;
  margin: 0 auto;
}

.content-modal {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
}
.popupStart .content-modal {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.fancybox-slide--current .content-modal {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.key-visual {
  background-image: url(../img/top/image-keyvisual.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.key-visual img {
  object-fit: cover;
}
.key-visual .wrapper {
  height: 360px;
  position: relative;
}
.key-visual .wrapper .text {
  position: absolute;
  top: 112px;
  right: 38px;
}

.ttl-cmn {
  padding: 40px 0 34px;
  text-align: center;
}
.ttl-cmn a {
  display: inline-block;
  margin: 0 auto;
}
.ttl-cmn a img {
  display: block;
}

.link-top {
  text-align: center;
  margin-top: -7px;
  padding-right: 8px;
  margin-bottom: 26px;
}
.link-top a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin: 0 14px;
}
.link-top + .note-text {
  margin-bottom: 23px;
  color: #e90f0f;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
}

.section-top {
  position: relative;
  background-image: url(../img/top/bg-01.png), url(../img/top/bg-02.png), url(../img/top/bg-03.png), url(../img/top/bg-04.png), url(../img/top/bg-05.png), url(../img/top/bg-06.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 -12%, right 0 top 14.7%, 0 36.2%, right 0 top 66.9%, 0 79.4%, right 0 top 97.7%;
  padding-bottom: 1px;
}
.section-top:before {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}
.section-top .wrapper {
  position: relative;
  z-index: 10;
}

.block-top {
  margin-bottom: 170px;
}
.block-top .sm-normal {
  display: none;
}
.block-top.reverse .text {
  float: right;
}
.block-top.reverse .image {
  float: left;
}
.block-top.second .text {
  width: 360px;
  padding-left: 70px;
}
.block-top.second .text .img-text {
  width: 240px;
  margin-left: -3px;
  margin-bottom: 37px;
}
.block-top.second .text .img-asses {
  width: 291px;
  max-width: inherit;
  margin-left: -3px;
}
.block-top.second .image {
  width: 600px;
}
.block-top.second .image img {
  margin-left: -160px;
}
.block-top.three .text .img-text {
  width: 222px;
  margin-bottom: 37px;
  margin-bottom: 35px;
}
.block-top.three .text .img-asses {
  width: 290px;
  max-width: inherit;
  margin-left: -2px;
}
.block-top.four {
  margin-bottom: 152px;
}
.block-top.four .text {
  width: 510px;
  padding-left: 70px;
}
.block-top.four .text .img-text {
  width: 194px;
  margin-bottom: 39px;
}
.block-top.four .text .img-asses {
  width: 291px;
  max-width: inherit;
  margin-left: -3px;
}
.block-top.four .image {
  width: 450px;
}
.block-top.five {
  margin-bottom: 116px;
}
.block-top.five .big-img {
  float: left;
  width: 100%;
  padding: 0 0 0 151px;
}
.block-top.five .image {
  width: 280px;
}
.block-top.five .image img {
  margin-left: -60px;
  position: relative;
  top: -74px;
  z-index: 10;
}
.block-top.five .text {
  width: 680px;
  padding: 70px 0 0 70px;
}
.block-top.five .text .img-text {
  width: 220px;
  margin-left: -1px;
  margin-top: -1px;
  float: left;
}
.block-top.five .text .img-asses {
  margin-top: -5px;
  float: right;
  margin-right: 54px;
  width: 291px;
}
.block-top .text {
  float: left;
  width: 365px;
}
.block-top .text .img-text {
  width: 175px;
  margin-bottom: 41px;
}
.block-top .text .img-asses {
  width: 278px;
}
.block-top .image {
  float: right;
  width: 595px;
}
.block-top .image img {
  max-width: inherit;
}

.sec-new-kurashinokiroku .keyvisual02 {
  height: 360px;
  background-image: url(../img/top/image-keyvisual02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.sec-new-kurashinokiroku .keyvisual02 img {
  object-fit: cover;
}

.content-kurashinokiroku {
  padding-top: 19px;
  padding-bottom: 39px;
}
.content-kurashinokiroku .ttl-cmn {
  padding-bottom: 28px;
}

.subtitle-kurashinokiroku {
  margin-top: 19px;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: bold;
}

.block-kurashinokiroku {
  margin-bottom: 6px;
}

.list-kurashinokiroku {
  margin: 0 -19px;
}
.list-kurashinokiroku .inner {
  float: left;
  width: 25%;
  padding: 0 14px;
  margin-bottom: 30px;
}
.list-kurashinokiroku .inner a {
  display: block;
}
.list-kurashinokiroku .inner span {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-top: 6px;
}

.link-cmn {
  display: block;
  margin: 0 auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 288px;
  border: 1px solid #333333;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.12em;
  padding: 25px 0 19px;
  font-weight: bold;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
}
.link-cmn.white {
  background: none;
  border-color: #fff;
  color: #fff;
}
.link-cmn.white:hover {
  background: #fff;
  color: #333;
}
.link-cmn:hover {
  color: #fff;
  background: #333;
}

.sec-new-kurashinokiroku {
  background-image: url(../img/top/bg-08.png), url(../img/top/bg-07.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 78%, right 0 top 66%;
  position: relative;
}
.sec-new-kurashinokiroku:after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}

.content-series {
  padding-bottom: 80px;
}

.list-series {
  text-align: center;
}
.list-series li {
  display: inline-block;
  vertical-align: bottom;
  width: 240px;
  margin: 0 19px;
  padding: 18px 0 0;
  position: relative;
}
.list-series li .link-img {
  padding: 0;
}
.list-series li .news {
  position: absolute;
  top: -14px;
  left: 0;
}
.list-series li .ttl-series {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  padding-top: 3px;
  padding-bottom: 4px;
}
.list-series li p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.list-series li a.link-cmn {
  padding: 10px 0 9px;
  font-size: 14px;
}

.list-mv07 {
  visibility: hidden;
}

.section-top-gallery {
  background-image: url(../img/top/image-keyvisual03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
.section-top-gallery .wrapper {
  height: 360px;
  text-align: center;
}
.section-top-gallery .wrapper .ttl-cmn {
  padding-top: 104px;
  padding-bottom: 19px;
}

@media (max-width: 767px) {
  .fancybox-slide .content-modal.top-pop {
    width: 6.6rem;
  }

  .ttl-cmn {
    padding: 0.4rem 0;
  }

  .container {
    overflow: hidden;
  }

  .key-visual {
    background-image: url(../img/top/sm/image-keyvisual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
  }
  .key-visual img {
    object-fit: cover;
  }
  .key-visual .wrapper {
    height: 2.11rem;
    position: relative;
  }
  .page-top .key-visual .wrapper {
    height: 8.7rem;
  }
  .key-visual .wrapper .text {
    position: absolute;
    top: 1.59rem;
    right: 0.75rem;
    width: 4.48rem;
  }

  .section-top {
    position: relative;
    background-image: url(../img/top/sm/bg-01.png), url(../img/top/sm/bg-02.png), url(../img/top/sm/bg-03.png), url(../img/top/sm/bg-04.png), url(../img/top/sm/bg-05.png), url(../img/top/sm/bg-06.png), url(../img/top/sm/bg-07.png), url(../img/top/sm/bg-08.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 0 top 1%, left 0 top 22.8%, right 0 top 32%, left 0 top 43.4%, right 0 top 49.2%, right 0 top 66.5%, left 0 top 81.1%, right 0 top 94.2%;
    background-size: 3.07rem auto, 5.47rem auto, 3.15rem auto, 3.65rem auto, 2.16rem auto, 6.13rem auto, 5.73rem auto, 2.71rem auto;
    padding-bottom: 1px;
  }
  .section-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0;
    background-image: url(../img/top/bg-before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    z-index: -1;
  }
  .section-top .wrapper {
    position: relative;
    z-index: 10;
  }

  .block-top {
    margin-bottom: 1.7rem;
    padding: 0.61rem 0 0 0.61rem;
  }
  .block-top .sm-normal {
    display: block;
  }
  .block-top.reverse .text {
    float: right;
  }
  .block-top.reverse .image {
    float: left;
  }
  .block-top.second {
    padding: 0;
  }
  .block-top.second .text {
    width: 100%;
    padding-left: 0.65rem;
    margin-bottom: 0;
  }
  .block-top.second .text .img-text {
    width: 4.8rem;
    margin-left: -0.05rem;
    margin-bottom: 0.36rem;
  }
  .block-top.second .text .img-asses {
    width: 5.58rem;
    max-width: inherit;
    margin-left: -0.08rem;
  }
  .block-top.second .image {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .block-top.second .image img {
    margin-left: -0.4rem;
    width: 4.8rem;
  }
  .block-top.three {
    padding: 0;
  }
  .block-top.three .text {
    padding-left: 0.6rem;
    margin-bottom: 0.29rem;
  }
  .block-top.three .text .img-text {
    width: 4.44rem;
    margin-bottom: 0.3rem;
  }
  .block-top.three .text .img-asses {
    width: 5.57rem;
    max-width: inherit;
    margin-left: -3px;
  }
  .block-top.three .image {
    width: 100%;
  }
  .block-top.three .image img {
    width: 5.27rem;
    margin-left: 1.07rem;
  }
  .block-top.four {
    margin-bottom: 1.59rem;
    padding: 0;
  }
  .block-top.four .text {
    width: 100%;
    padding-left: 0.61rem;
    margin-bottom: 0;
  }
  .block-top.four .text .img-text {
    width: 3.87rem;
    margin-bottom: 0.4rem;
  }
  .block-top.four .text .img-asses {
    width: 5.58rem;
    margin-left: -0.04rem;
  }
  .block-top.four .image {
    width: 100%;
    padding-left: 0.61rem;
    margin-bottom: 0.4rem;
  }
  .block-top.four .image img {
    width: 4.5rem;
  }
  .block-top.five {
    margin-bottom: 0.29rem;
    padding-top: 0;
  }
  .block-top.five .big-img {
    float: left;
    width: 100%;
    padding: 0 0.35rem 0 1.24rem;
  }
  .block-top.five .image {
    width: 280px;
  }
  .block-top.five .image img {
    margin-left: -0.02rem;
    position: relative;
    top: -0.44rem;
    z-index: 10;
    width: 2.04rem;
  }
  .block-top.five .text {
    width: 100%;
    padding: 0;
  }
  .block-top.five .text .img-text {
    width: 4.4rem;
    margin-left: 0px;
    margin-top: -0.04rem;
    float: left;
    margin-bottom: 0.48rem;
  }
  .block-top.five .text .img-asses {
    margin-top: -0.09rem;
    float: left;
    margin-right: 0.54rem;
    width: 5.58rem;
    margin-left: -0.03rem;
  }
  .block-top .text {
    float: left;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .block-top .text .img-text {
    width: 3.53rem;
    margin-bottom: 0.35rem;
  }
  .block-top .text .img-asses {
    width: 5.56rem;
    margin-left: -0.04rem;
  }
  .block-top .image {
    float: right;
    width: 100%;
  }
  .block-top .image img {
    max-width: inherit;
    width: 5.95rem;
    margin-left: -0.26rem;
  }

  .sec-new-kurashinokiroku .keyvisual02 {
    height: 2.11rem;
  }

  .content-kurashinokiroku {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-kurashinokiroku .ttl-cmn {
    padding-bottom: 0.4rem;
  }
  .content-kurashinokiroku .ttl-cmn img {
    width: 5.25rem;
  }

  .block-kurashinokiroku {
    margin-bottom: 0.08rem;
    margin-top: -0.13rem;
  }

  .list-kurashinokiroku {
    margin: 0 -0.17rem;
    padding: 0 0.52rem;
  }
  .list-kurashinokiroku .inner {
    width: 50%;
    padding: 0 0.17rem;
    margin-bottom: 0.25rem;
  }
  .list-kurashinokiroku .inner a {
    outline: none;
  }
  .list-kurashinokiroku .inner span {
    font-size: 0.24rem;
    margin-top: 0.11rem;
  }

  .link-cmn {
    max-width: 4.6rem;
    border: 0.02rem solid #333333;
    font-size: 0.26rem;
    padding: 0.36rem 0 0.33rem;
  }
  .link-cmn:hover {
    color: #fff;
    background: #333;
  }

  .sec-new-kurashinokiroku {
    background-image: url(../img/top/sm/bg-09.png), url(../img/top/sm/bg-10.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 2.33rem auto, 3.44rem auto;
    background-position: left 0 top 63.8%, right 0 top 82.8%;
    position: relative;
  }
  .sec-new-kurashinokiroku:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0;
    background-image: url(../img/top/bg-before.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    z-index: -1;
  }

  .content-series {
    padding-top: 0.4rem;
    padding-bottom: 0.02rem;
  }
  .content-series .ttl-cmn img {
    width: 5.69rem;
  }

  .list-series {
    text-align: center;
  }
  .list-series li {
    display: block;
    vertical-align: bottom;
    width: 100%;
    margin: 0;
    padding: 0 0.95rem 0;
    position: relative;
    margin-bottom: 0.8rem;
  }
  .list-series li .link-img {
    padding: 0;
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
  }
  .list-series li .link-img:active {
    background: transparent !important;
    outline: 0 !important;
  }
  .list-series li .link-img:visited {
    background: transparent;
    outline: 0;
  }
  .list-series li .link-img:focus {
    outline: 0;
    background: transparent;
  }
  .list-series li .link-img:selection {
    background: transparent;
    outline: 0;
  }
  .list-series li .link-img img {
    width: 100%;
  }
  .list-series li .news {
    top: 0;
    left: 0.95rem;
    width: 0.8rem;
  }
  .list-series li .ttl-series {
    font-size: 0.32rem;
    padding-top: 0.12rem;
    padding-bottom: 0.06rem;
  }
  .list-series li p {
    text-align: left;
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-bottom: 0.29rem;
    letter-spacing: 0.06em;
  }
  .list-series li a.link-cmn {
    padding: 0.2rem 0 0.17rem;
    font-size: 0.28rem;
    width: 100%;
    max-width: 100%;
  }

  .section-top-gallery {
    background-image: url(../img/top/image-keyvisual03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
  }
  .section-top-gallery .wrapper {
    height: 2.11rem;
    text-align: center;
  }
  .section-top-gallery .wrapper .ttl-cmn {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .section-top-gallery .wrapper .ttl-cmn img {
    width: 4.04rem;
  }
}
.page-lineup .icon-left-bage {
  top: 41px;
}
.page-lineup .icon-right-bage {
  top: 41px;
}
.page-lineup .key-visual {
  background-image: url(../img/lineup/key-visual.jpg);
}
.page-lineup .cmn-top {
  padding-top: 23px;
}
.page-lineup .link-top {
  margin-bottom: 32px;
}

.link-top a {
  position: relative;
}
.link-top a.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.main-lione-up {
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
  background-image: url(../img/lineup/bg01.png), url(../img/lineup/bg02.png), url(../img/lineup/bg03.png), url(../img/lineup/bg04.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 0 top 5.2%, right 0 top 27.3%, left 0 top 77%, right 0 top 93%;
}
.main-lione-up .icon-line {
  position: absolute;
  top: 41px;
  left: 35px;
  width: 9px;
}
.main-lione-up .icon-kura {
  top: 42px;
  right: 35px;
  position: absolute;
  width: 9px;
}
.main-lione-up:after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}
.main-lione-up .ttl-cmn {
  padding-left: 12px;
  padding-bottom: 14px;
}
.main-lione-up .ttl-cmn img {
  width: 234px;
}
.main-lione-up .desc {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #000;
  padding-left: 9px;
  margin-bottom: 25px;
}

.content-modal {
  display: none;
}

.fancybox-slide .content-modal {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 720px;
  padding: 22px 27px 27px 33px;
  position: relative;
  overflow: visible;
}
.fancybox-slide .content-modal .btn-prev {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  left: -79px;
  padding: 20px;
}
.fancybox-slide .content-modal .btn-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  right: -79px;
  padding: 20px;
}
.fancybox-slide .content-modal .head-modal {
  margin-bottom: 36px;
}
.fancybox-slide .content-modal .head-modal .img-asset {
  float: left;
  width: 110px;
  padding-left: 2px;
}
.fancybox-slide .content-modal .head-modal .text-cat {
  float: left;
  width: 530px;
  padding-left: 20px;
}
.fancybox-slide .content-modal .head-modal .text-cat .cat-name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.22em;
  margin-bottom: 10px;
}
.fancybox-slide .content-modal .head-modal .text-cat .cat-name span {
  font-size: 12px;
  color: #c72e19;
  letter-spacing: 0.14em;
  margin-left: 3px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.fancybox-slide .content-modal .head-modal .text-cat .cat-name span img {
  width: auto;
  display: inline-block;
  height: 36px;
}
.fancybox-slide .content-modal .head-modal .text-cat p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.22em;
}
.fancybox-slide .content-modal .img-open-assets {
  margin-bottom: 17px;
}
.fancybox-slide .content-modal .img-open-assets p {
  text-align: right;
  padding-right: 125px;
  padding-top: 6px;
  letter-spacing: 0.12em;
}
.fancybox-slide .content-modal .bottom-modal .left {
  float: left;
  width: 300px;
  padding-left: 7px;
}
.fancybox-slide .content-modal .bottom-modal .left p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.12em;
  color: #000;
}
.fancybox-slide .content-modal .bottom-modal .left p span {
  font-size: 18px;
  letter-spacing: 0.12em;
}
.fancybox-slide .content-modal .bottom-modal .right {
  float: right;
  width: 180px;
  padding: 13px 10px 1px 14px;
}
.fancybox-slide .content-modal .bottom-modal .right p {
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.12em;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .page-lineup .icon-left-bage {
    top: 0.56rem;
  }
  .page-lineup .icon-right-bage {
    top: 0.56rem;
  }
  .page-lineup .key-visual {
    background-image: url(../img/lineup/sm/key-visual.jpg);
  }
  .page-lineup .cmn-top {
    padding-top: 23px;
  }
  .page-lineup .link-top {
    margin-bottom: 32px;
  }

  .link-top a {
    position: relative;
  }
  .link-top a.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -5px;
  }

  .main-lione-up {
    padding-top: 0.05rem;
    padding-bottom: 0.22rem;
    position: relative;
    background-image: url(../img/lineup/sm/bg01.png), url(../img/lineup/sm/bg02.png), url(../img/lineup/sm/bg03.png), url(../img/lineup/sm/bg04.png), url(../img/lineup/sm/bg05.png), url(../img/lineup/sm/bg06.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 0 top 13.1%, left 0 top 40.9%, right 0 top 53.4%, left 0 top 67.6%, right 0 top 75%, right 0 top 100%;
    background-size: 3.07rem auto, 5.47rem auto, 3.13rem auto, 3.65rem auto, 2.11rem auto, 6.13rem auto;
  }
  .main-lione-up .icon-line {
    position: absolute;
    top: 0.56rem;
    left: 0.33rem;
    width: 0.15rem;
  }
  .main-lione-up .icon-kura {
    top: 0.57rem;
    right: 0.33rem;
    position: absolute;
    width: 0.15rem;
  }
  .main-lione-up:after {
    left: 0.4rem;
    right: 0.4rem;
  }
  .main-lione-up .ttl-cmn {
    padding-left: 0;
    padding-bottom: 0.14rem;
    padding-top: 0.51rem;
  }
  .main-lione-up .ttl-cmn img {
    width: 3.82rem;
  }
  .main-lione-up .desc {
    text-align: left;
    font-size: 0.24rem;
    letter-spacing: 0.03em;
    line-height: 0.36rem;
    padding: 0 0.6rem;
    margin-bottom: 0.55rem;
    margin-top: 0.23rem;
  }
  .main-lione-up .list-kurashinokiroku .inner {
    margin-bottom: 0.22rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .fancybox-slide .content-modal {
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 6.6rem;
    padding: 0.22rem 0.29rem 0.27rem 0.32rem;
    position: relative;
    overflow: visible;
  }
  .fancybox-slide .content-modal .btn-prev {
    margin-top: -0.4rem;
    left: -0.4rem;
    width: 0.58rem;
    padding: 0.2rem;
  }
  .fancybox-slide .content-modal .btn-next {
    margin-top: -0.4rem;
    right: -0.4rem;
    width: 0.58rem;
    padding: 0.2rem;
  }
  .fancybox-slide .content-modal .head-modal {
    margin-bottom: 1px;
  }
  .fancybox-slide .content-modal .head-modal .img-asset {
    width: 1.44rem;
    padding-left: 0;
    margin: -0.03rem 0 0 -0.02rem;
  }
  .fancybox-slide .content-modal .head-modal .text-cat {
    width: 4.5rem;
    padding-left: 0.17rem;
    padding-top: 0.49rem;
  }
  .fancybox-slide .content-modal .head-modal .text-cat .cat-name {
    font-size: 0.32rem;
    margin-bottom: 0.16rem;
  }
  .fancybox-slide .content-modal .head-modal .text-cat .cat-name span {
    font-size: 0.18rem;
    letter-spacing: 0.12em;
    margin-left: 0.04rem;
  }
  .fancybox-slide .content-modal .head-modal .text-cat .cat-name span img {
    height: 0.6rem;
  }
  .fancybox-slide .content-modal .head-modal .text-cat p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.22em;
  }
  .fancybox-slide .content-modal .desc-pop {
    float: left;
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0.22em;
    margin-left: -0.04rem;
    margin-bottom: 0.42rem;
  }
  .fancybox-slide .content-modal .img-open-assets {
    margin-bottom: 0.34rem;
  }
  .fancybox-slide .content-modal .img-open-assets p {
    padding-right: 0.9rem;
    padding-top: 0.13rem;
    font-size: 0.18rem;
  }
  .fancybox-slide .content-modal .bottom-modal .left {
    width: 100%;
    padding-left: 0;
    margin-left: -0.02rem;
  }
  .fancybox-slide .content-modal .bottom-modal .left p {
    font-size: 0.2rem;
    line-height: 0.4rem;
    letter-spacing: 0.12em;
  }
  .fancybox-slide .content-modal .bottom-modal .left p span {
    font-size: 0.24rem;
    letter-spacing: 0.12em;
  }
  .fancybox-slide .content-modal .bottom-modal .right {
    width: 100%;
    padding: 0;
    margin-bottom: 0.23rem;
  }
  .fancybox-slide .content-modal .bottom-modal .right img {
    width: 1.56rem;
  }
  .fancybox-slide .content-modal .bottom-modal .right p {
    font-size: 0.2rem;
    text-align: left;
    margin-top: 0.2rem;
    margin-left: -0.02rem;
  }
}
.page-products .link-top {
  margin-bottom: 32px;
}
.page-products .cmn-top {
  padding-top: 23px;
}
.page-products .key-visual {
  background-image: url(../img/products/key-visual.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-bottom: 38px;
}

.nav-products {
  padding: 24px 0;
  position: relative;
  margin-bottom: 38px;
}
.nav-products:after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}
.nav-products .col {
  width: 50%;
  float: left;
  text-align: center;
  border-right: 1px solid #333333;
}
.nav-products .col:first-child {
  border-left: 1px solid #333333;
}
.nav-products .col a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 20px;
}
.nav-products .col a span {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #c72e19;
  margin-left: 10px;
  font-weight: normal;
  position: relative;
  right: -5px;
}

.block-products {
  padding-bottom: 70px;
  padding-top: 1px;
  position: relative;
  background-image: url(../img/products/bg01.png), url(../img/products/bg02.png), url(../img/products/bg03.png), url(../img/products/bg04.png), url(../img/products/bg05.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 0 top 11%, right 0 top 15.6%, left 0 top 53.3%, right 0 top 84.6%, left 0 top 95.4%;
}
.block-products:after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}

.icon-left-bage {
  position: absolute;
  top: 66px;
  left: 35px;
}

.icon-right-bage {
  position: absolute;
  top: 66px;
  right: 35px;
}

.box-products {
  margin-top: 59px;
  margin-bottom: 69px;
}
.box-products.kowate {
  margin-top: 58px;
  margin-bottom: 60px;
}
.box-products.kowate .text .ttl-box-products {
  margin-top: -1px;
  margin-left: -2px;
}
.box-products.kowate .text .ttl-box-products img {
  width: 255px;
}
.box-products.kowate .text .text-ct {
  width: 351px;
}
.box-products .text {
  float: left;
  width: 500px;
  padding-left: 51px;
}
.box-products .text .ttl-box-products {
  margin-top: -2px;
  margin-bottom: 35px;
}
.box-products .text .ttl-box-products img {
  width: 346px;
}
.box-products .text .text-ct {
  width: 358px;
}
.box-products .image {
  float: right;
  width: 450px;
}
.box-products .image img {
  max-width: inherit;
  width: 500px;
}

.box-categories {
  margin-bottom: 84px;
}
.box-categories .ttl-box-categories {
  margin-bottom: 34px;
}
.box-categories .list-item-cat {
  padding: 0 30px;
  margin-bottom: 56px;
}

.box-inner-cat + .box-inner-cat {
  margin-top: 39px;
}
.box-inner-cat .box-cat {
  float: left;
  width: 151px;
}
.box-inner-cat .box-cat img {
  display: block;
}
.box-inner-cat .box-cat span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.box-inner-cat .box-plus {
  float: left;
  width: 39px;
  margin-left: 20px;
  margin-right: 15px;
}
.box-inner-cat .box-plus img {
  display: block;
}
.box-inner-cat .box-asset {
  float: left;
  width: 151px;
}
.box-inner-cat .box-asset img {
  display: block;
}
.box-inner-cat .box-asset span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.box-inner-cat .box-equal {
  float: left;
  width: 39px;
  margin-left: 21px;
  margin-right: 28px;
}
.box-inner-cat .box-equal img {
  display: block;
}
.box-inner-cat .box-image {
  float: left;
  width: 436px;
}
.box-inner-cat .box-image img {
  display: block;
}
.box-inner-cat .box-image span {
  padding: 18px 0 0 32px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
.box-inner-cat .box-image span.spc {
  padding-left: 0;
}

.block-image-cat {
  padding: 0 20px;
}
.block-image-cat.kowate {
  margin-bottom: 88px;
}
.block-image-cat .col {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.block-image-cat .col img {
  width: 100%;
  margin-bottom: 18px;
}
.block-image-cat .col p {
  font-size: 12px;
  line-height: 21px;
}

.box-cat-second.kowate .ttl-cat-second {
  margin-bottom: 12px;
}
.box-cat-second.kowate .list-cat-second ul li {
  margin: 0 2px;
}
.box-cat-second .ttl-cat-second {
  margin-bottom: 4px;
  text-align: center;
}
.box-cat-second .ttl-cat-second span.ttl {
  display: inline-block;
  position: relative;
}
.box-cat-second .ttl-cat-second span.ttl .icon-new {
  position: absolute;
  top: -1px;
  right: -60px;
}
.box-cat-second .desc {
  line-height: 24px;
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.box-cat-second .desc .no {
  font-size: 11px;
}
.box-cat-second .desc .price {
  font-size: 15px;
}
.box-cat-second .desc .note {
  font-size: 11px;
  color: #999999;
}

.list-cat-second ul {
  text-align: center;
}
.list-cat-second ul li {
  display: inline-block;
  margin: 0 12px;
}
.list-cat-second ul li img {
  display: block;
  margin-bottom: 18px;
}
.list-cat-second ul li span {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.banner-product {
  background: #efefef;
  padding: 37px 0 30px;
}

.sec-kowate {
  padding-top: 1px;
  padding-bottom: 56px;
  position: relative;
  background-image: url(../img/products/bg06.png), url(../img/products/bg07.png), url(../img/products/bg08.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 0 top 11%, right 0 top 94%, left 0 top 95.5%;
}
.sec-kowate:after {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  background-image: url(../img/top/bg-before.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  z-index: -1;
}

.release_day {
  text-align: center;
  margin-top: 36px;
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .icon-left-bage {
    top: 0.35rem;
    left: 0.33rem;
    width: 0.15rem;
  }
  .icon-left-bage.stl2 {
    top: 0.4rem;
  }

  .icon-right-bage {
    top: 0.35rem;
    right: 0.33rem;
    width: 0.15rem;
  }
  .icon-right-bage.stl2 {
    top: 0.4rem;
  }

  .page-products .key-visual {
    margin-bottom: 0.22rem;
  }

  .nav-products {
    padding: 0.16rem 0;
    margin-bottom: 0.23rem;
  }
  .nav-products .col {
    width: 100%;
    border-right: 0;
    padding: 0 0.15rem;
  }
  .nav-products .col + .col {
    margin-top: 0.2rem;
  }
  .nav-products .col:first-child {
    border-left: 0;
  }
  .nav-products .col a {
    display: block;
    font-size: 0.256rem;
    width: 100%;
    border: 0.02rem solid #333333;
    line-height: 0.4rem;
    text-align: left;
    border-radius: 0.03rem;
    padding: 0.34rem 0 0.32rem 1.16rem;
  }
  .nav-products .col a span {
    font-size: 0.24rem;
    letter-spacing: 0.12em;
    margin-left: 0.33rem;
    right: 0;
    top: -1px;
  }

  .box-products {
    margin-top: 0.36rem;
    margin-bottom: 0.69rem;
  }
  .box-products.kowate {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .box-products.kowate .text {
    margin-bottom: 0.34rem;
  }
  .box-products.kowate .text .ttl-box-products {
    margin-top: -1px;
    margin-left: -0.02rem;
  }
  .box-products.kowate .text .ttl-box-products img {
    width: 3.57rem;
  }
  .box-products.kowate .text .text-ct {
    width: 4.92rem;
  }
  .box-products .text {
    float: left;
    width: 100%;
    padding-left: 0.85rem;
    margin-bottom: 0.4rem;
  }
  .box-products .text .ttl-box-products {
    margin-top: -2px;
    margin-bottom: 0.49rem;
  }
  .box-products .text .ttl-box-products img {
    width: 4.84rem;
  }
  .box-products .text .text-ct {
    width: 5.01rem;
  }
  .box-products .image {
    float: right;
    width: 100%;
    padding: 0 0.35rem;
  }
  .box-products .image img {
    max-width: 100%;
    width: 100%;
  }

  .box-categories {
    margin-bottom: 0.32rem;
  }
  .box-categories .ttl-box-categories {
    margin-bottom: 0.34rem;
  }
  .box-categories .ttl-box-categories img {
    width: 4.88rem;
  }
  .box-categories .list-item-cat {
    padding: 0 0.47rem;
    margin-bottom: 0.49rem;
  }

  .box-inner-cat + .box-inner-cat {
    margin-top: 0.49rem;
  }
  .box-inner-cat .box-cat {
    margin-left: 0.43rem;
    float: left;
    width: 2.3rem;
  }
  .box-inner-cat .box-cat img {
    display: block;
    margin: 0 auto 0.11rem;
    width: 1.78rem;
  }
  .box-inner-cat .box-cat span {
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .box-inner-cat .box-plus {
    float: left;
    width: 0.47rem;
    margin-left: 0;
    margin-right: 0;
  }
  .box-inner-cat .box-plus img {
    display: block;
    margin: 0 auto 0.11rem;
    width: 100%;
  }
  .box-inner-cat .box-asset {
    float: left;
    width: 1.61rem;
    margin-left: 0.28rem;
    margin-right: 0;
  }
  .box-inner-cat .box-asset img {
    display: block;
    margin: 0 auto 0.11rem;
    width: 1.61rem;
  }
  .box-inner-cat .box-asset span {
    display: block;
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .box-inner-cat .box-equal {
    float: left;
    width: 0.47rem;
    margin-left: 0;
    margin-right: 0;
  }
  .box-inner-cat .box-equal img {
    display: block;
    margin: 0 auto 0.11rem;
    width: 100%;
  }
  .box-inner-cat .box-image {
    float: left;
    width: 100%;
    margin-top: 0.19rem;
  }
  .box-inner-cat .box-image img {
    display: block;
    margin: 0 auto 0.11rem;
    width: 5.23rem;
  }
  .box-inner-cat .box-image span {
    padding: 0 0 0 0.17rem;
    font-size: 0.3rem;
    text-align: center;
    margin: 0 -0.2rem;
  }
  .box-inner-cat .box-image span.spc {
    padding-left: 0;
  }

  .block-image-cat {
    padding: 0 0.2rem;
  }
  .block-image-cat.kowate {
    margin-bottom: 0.36rem;
  }
  .block-image-cat .col {
    width: 100%;
    padding: 0 0.15rem;
  }
  .block-image-cat .col + .col {
    margin-top: 0.3rem;
  }
  .block-image-cat .col img {
    margin-bottom: 0.13rem;
  }
  .block-image-cat .col p {
    font-size: 0.22rem;
    line-height: 0.39rem;
  }

  .box-cat-second.kowate .ttl-cat-second {
    margin-bottom: 0.28rem;
  }
  .box-cat-second.kowate .ttl-cat-second span.ttl img {
    width: 5.74rem;
  }
  .box-cat-second.kowate .ttl-cat-second span.ttl .icon-new {
    position: absolute;
    width: 0.8rem;
    top: -1.03rem;
    left: 50%;
    margin-left: -0.4rem;
    right: auto;
  }
  .box-cat-second.kowate .list-cat-second ul li {
    margin: 0;
  }
  .box-cat-second.kowate .list-cat-second ul li img {
    width: 2.06rem;
  }
  .box-cat-second .ttl-cat-second {
    margin-bottom: 0.13rem;
    text-align: center;
    padding-top: 1.03rem;
  }
  .box-cat-second .ttl-cat-second span.ttl {
    display: inline-block;
    position: relative;
  }
  .box-cat-second .ttl-cat-second span.ttl img {
    width: 4.68rem;
  }
  .box-cat-second .ttl-cat-second span.ttl .icon-new {
    position: absolute;
    width: 0.8rem;
    top: -1.03rem;
    left: 50%;
    margin-left: -0.4rem;
    right: auto;
  }
  .box-cat-second .desc {
    line-height: 0.48rem;
    font-size: 0.26rem;
    margin-bottom: 0.27rem;
  }
  .box-cat-second .desc .no {
    font-size: 0.22rem;
  }
  .box-cat-second .desc .price {
    font-size: 0.3rem;
  }
  .box-cat-second .desc .note {
    font-size: 0.22rem;
  }

  .list-cat-second ul li {
    margin: 0 0.14rem 0.36rem;
  }
  .list-cat-second ul li img {
    margin-bottom: 0.13rem;
    width: 1.69rem;
  }
  .list-cat-second ul li span {
    font-size: 0.24rem;
  }

  .block-products {
    padding-bottom: 0.39rem;
    padding-top: 1px;
    position: relative;
    background-image: none;
  }
  .block-products:after {
    left: 0.4rem;
    right: 0.4rem;
  }

  .banner-product {
    padding: 21px 0 18px;
  }
  .banner-product img {
    width: 6rem;
  }

  .sec-kowate {
    padding-top: 1px;
    padding-bottom: 0.56rem;
    position: relative;
    background-image: none;
  }
  .sec-kowate .box-products .text {
    padding-left: 0.9rem;
  }
  .sec-kowate:after {
    left: 0.4rem;
    right: 0.4rem;
  }

  .release_day {
    margin-top: 20px;
  }
}
.page-gallery .fancybox-navigation .fancybox-button--arrow_right {
  margin-right: -579px;
}
.page-gallery .fancybox-navigation .fancybox-button--arrow_left {
  margin-left: -579px;
}
.page-gallery .link-top {
  margin-bottom: 32px;
}
.page-gallery .cmn-top {
  padding-top: 23px;
}
.page-gallery .key-visual {
  background-image: url(../img/gallery/key-visual.jpg);
}
.page-gallery .main-lione-up {
  background-image: url("../img/gallery/bg01.png"), url("../img/gallery/bg02.png");
  background-repeat: no-repeat;
  background-position: top left, top right;
  padding-bottom: 50px;
}

.list-gallery {
  margin-top: 40px;
}
.list-gallery li {
  float: left;
  width: 225px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.list-gallery li:nth-child(4n) {
  margin-right: 0;
}
.list-gallery li a {
  display: block;
}
.list-gallery li img {
  display: block;
  width: 100%;
}

.fancybox-slide .content-modal.gallery-pop {
  padding: 0;
  border-radius: 0;
  width: 1000px;
  background: none;
}

.page-gallery .fancybox-infobar {
  display: block;
  padding: 0;
  left: 36px;
  top: 15px;
}
.page-gallery .fancybox-is-open .fancybox-bg {
  background: #fff;
  opacity: 1;
}

@media (max-width: 1100px) {
  .fancybox-slide .content-modal.gallery-pop {
    padding: 0;
    border-radius: 0;
    width: 760px;
  }
}
@media (max-width: 767px) {
  .page-gallery .main-lione-up {
    padding-bottom: 0.2rem;
    background-image: url(../img/gallery/sp/bg01.png), url(../img/gallery/sp/bg02.png), url(../img/gallery/sp/bg03.png), url(../img/gallery/sp/bg04.png), url(../img/gallery/sp/bg05.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 0 top 18%, left 0 top 55.3%, right 0 top 73%, left 0 top 91.2%, right 0 top 100%;
    background-size: 3.07rem auto, 5.47rem auto, 3.07rem auto, 3.65rem auto, 2.12rem auto, 6.13rem auto;
  }
  .page-gallery .main-lione-up .ttl-cmn img {
    width: 2.94rem;
  }

  .list-gallery {
    margin-top: 0.48rem;
    padding: 0 0.35rem;
  }
  .list-gallery li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }

  .fancybox-slide .content-modal.gallery-pop {
    width: 6.4rem;
    margin: 0;
  }

  .page-gallery .fancybox-slide .content-modal .btn-prev {
    top: auto;
    bottom: -0.83rem;
    left: -0.2rem;
    z-index: 999;
  }
  .page-gallery .fancybox-slide .content-modal .btn-next {
    top: auto;
    bottom: -0.83rem;
    right: -0.2rem;
    z-index: 999;
  }
  .page-gallery .fancybox-infobar {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
